@helsenorge/designsystem-react 13.0.0-beta.4 → 13.0.0-workspaces-beta.1

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 (2389) hide show
  1. package/lib/AnchorLink.js +52 -0
  2. package/lib/AnchorLink.js.map +1 -0
  3. package/lib/Avatar.js +31 -0
  4. package/lib/Avatar.js.map +1 -0
  5. package/lib/Badge.js +31 -0
  6. package/lib/Badge.js.map +1 -0
  7. package/lib/Button.js +129 -0
  8. package/lib/Button.js.map +1 -0
  9. package/lib/CHANGELOG.md +2622 -0
  10. package/lib/Checkbox.js +117 -0
  11. package/lib/Checkbox.js.map +1 -0
  12. package/lib/Close.js +44 -0
  13. package/lib/Close.js.map +1 -0
  14. package/lib/DictionaryTrigger.js +23 -0
  15. package/lib/DictionaryTrigger.js.map +1 -0
  16. package/lib/Drawer.js +227 -0
  17. package/lib/Drawer.js.map +1 -0
  18. package/lib/Duolist.js +74 -0
  19. package/lib/Duolist.js.map +1 -0
  20. package/lib/ElementHeader.js +152 -0
  21. package/lib/ElementHeader.js.map +1 -0
  22. package/lib/ElementHeaderText.js +33 -0
  23. package/lib/ElementHeaderText.js.map +1 -0
  24. package/lib/ErrorWrapper.js +24 -0
  25. package/lib/ErrorWrapper.js.map +1 -0
  26. package/lib/Expander.js +107 -0
  27. package/lib/Expander.js.map +1 -0
  28. package/lib/FormFieldTag.js +50 -0
  29. package/lib/FormFieldTag.js.map +1 -0
  30. package/lib/FormGroup.js +134 -0
  31. package/lib/FormGroup.js.map +1 -0
  32. package/lib/FormLayout.js +42 -0
  33. package/lib/FormLayout.js.map +1 -0
  34. package/lib/HelpDetails.js +54 -0
  35. package/lib/HelpDetails.js.map +1 -0
  36. package/lib/HelpTriggerIcon.js +105 -0
  37. package/lib/HelpTriggerIcon.js.map +1 -0
  38. package/lib/HelpTriggerStandalone.js +43 -0
  39. package/lib/HelpTriggerStandalone.js.map +1 -0
  40. package/lib/HighlightPanel.js +77 -0
  41. package/lib/HighlightPanel.js.map +1 -0
  42. package/lib/HorizontalScroll.js +48 -0
  43. package/lib/HorizontalScroll.js.map +1 -0
  44. package/lib/Icon.js +48 -0
  45. package/lib/Icon.js.map +1 -0
  46. package/lib/InfoTeaser.js +80 -0
  47. package/lib/InfoTeaser.js.map +1 -0
  48. package/lib/Input.js +174 -0
  49. package/lib/Input.js.map +1 -0
  50. package/lib/Label.js +138 -0
  51. package/lib/Label.js.map +1 -0
  52. package/lib/LinkList.js +128 -0
  53. package/lib/LinkList.js.map +1 -0
  54. package/lib/List.js +22 -0
  55. package/lib/List.js.map +1 -0
  56. package/lib/ListEditMode.js +43 -0
  57. package/lib/ListEditMode.js.map +1 -0
  58. package/lib/MaxCharacters.js +24 -0
  59. package/lib/MaxCharacters.js.map +1 -0
  60. package/lib/Panel.js +267 -0
  61. package/lib/Panel.js.map +1 -0
  62. package/lib/PanelOld.js +322 -0
  63. package/lib/PanelOld.js.map +1 -0
  64. package/lib/PanelTitle.js +34 -0
  65. package/lib/PanelTitle.js.map +1 -0
  66. package/lib/PopOver.js +68 -0
  67. package/lib/PopOver.js.map +1 -0
  68. package/lib/RadioButton.js +92 -0
  69. package/lib/RadioButton.js.map +1 -0
  70. package/lib/Select.js +79 -0
  71. package/lib/Select.js.map +1 -0
  72. package/lib/SingleSelectItem.js +99 -0
  73. package/lib/SingleSelectItem.js.map +1 -0
  74. package/lib/Slider.js +269 -0
  75. package/lib/Slider.js.map +1 -0
  76. package/lib/Spacer.js +31 -0
  77. package/lib/Spacer.js.map +1 -0
  78. package/lib/StatusDot.js +150 -0
  79. package/lib/StatusDot.js.map +1 -0
  80. package/lib/StatusDotList.js +33 -0
  81. package/lib/StatusDotList.js.map +1 -0
  82. package/lib/StepButtons.js +39 -0
  83. package/lib/StepButtons.js.map +1 -0
  84. package/lib/TabList.js +190 -0
  85. package/lib/TabList.js.map +1 -0
  86. package/lib/TabPanel.js +18 -0
  87. package/lib/TabPanel.js.map +1 -0
  88. package/lib/Table.js +126 -0
  89. package/lib/Table.js.map +1 -0
  90. package/lib/TableBody.js +16 -0
  91. package/lib/TableBody.js.map +1 -0
  92. package/lib/TableCell.js +24 -0
  93. package/lib/TableCell.js.map +1 -0
  94. package/lib/TableExpandedRow.js +32 -0
  95. package/lib/TableExpandedRow.js.map +1 -0
  96. package/lib/TableExpanderCell.js +27 -0
  97. package/lib/TableExpanderCell.js.map +1 -0
  98. package/lib/TableHead.js +27 -0
  99. package/lib/TableHead.js.map +1 -0
  100. package/lib/TableHeadCell.js +55 -0
  101. package/lib/TableHeadCell.js.map +1 -0
  102. package/lib/TableRow.js +46 -0
  103. package/lib/TableRow.js.map +1 -0
  104. package/lib/Textarea.js +112 -0
  105. package/lib/Textarea.js.map +1 -0
  106. package/lib/Title.js +38 -0
  107. package/lib/Title.js.map +1 -0
  108. package/lib/Toast.js +46 -0
  109. package/lib/Toast.js.map +1 -0
  110. package/lib/components/ArticleTeaser/index.js +51 -0
  111. package/lib/components/ArticleTeaser/index.js.map +1 -0
  112. package/lib/components/Button/styles.module.scss +447 -0
  113. package/lib/components/Chip/index.js +55 -0
  114. package/lib/components/Chip/index.js.map +1 -0
  115. package/lib/components/Dropdown/index.js +284 -0
  116. package/lib/components/Dropdown/index.js.map +1 -0
  117. package/lib/components/DropdownOld/index.js +204 -0
  118. package/lib/components/DropdownOld/index.js.map +1 -0
  119. package/lib/components/ElementHeader/styles.module.scss +155 -0
  120. package/lib/components/EmptyState/index.js +281 -0
  121. package/lib/components/EmptyState/index.js.map +1 -0
  122. package/lib/components/ExpanderHierarchy/index.js +94 -0
  123. package/lib/components/ExpanderHierarchy/index.js.map +1 -0
  124. package/lib/components/ExpanderList/index.js +243 -0
  125. package/lib/components/ExpanderList/index.js.map +1 -0
  126. package/lib/components/FavoriteButton/index.js +146 -0
  127. package/lib/components/FavoriteButton/index.js.map +1 -0
  128. package/lib/components/HelpBubble/index.js +93 -0
  129. package/lib/components/HelpBubble/index.js.map +1 -0
  130. package/lib/components/HelpPanel/index.js +52 -0
  131. package/lib/components/HelpPanel/index.js.map +1 -0
  132. package/lib/components/HelpTriggerInline/index.js +41 -0
  133. package/lib/components/HelpTriggerInline/index.js.map +1 -0
  134. package/lib/components/Label/styles.module.scss +71 -0
  135. package/lib/components/LinkList/styles.module.scss +306 -0
  136. package/lib/components/Loader/index.js +86 -0
  137. package/lib/components/Loader/index.js.map +1 -0
  138. package/lib/components/Modal/index.js +238 -0
  139. package/lib/components/Modal/index.js.map +1 -0
  140. package/lib/components/NotificationPanel/index.js +130 -0
  141. package/lib/components/NotificationPanel/index.js.map +1 -0
  142. package/lib/components/PanelList/index.js +55 -0
  143. package/lib/components/PanelList/index.js.map +1 -0
  144. package/lib/components/PanelListOld/index.js +58 -0
  145. package/lib/components/PanelListOld/index.js.map +1 -0
  146. package/lib/components/PopMenu/PopMenu.d.ts +41 -0
  147. package/lib/components/PopMenu/index.js +149 -0
  148. package/lib/components/PopMenu/index.js.map +1 -0
  149. package/lib/components/PopMenu/styles.module.scss +37 -0
  150. package/lib/components/PopMenu/styles.module.scss.d.ts +9 -0
  151. package/lib/components/Progressbar/index.js +107 -0
  152. package/lib/components/Progressbar/index.js.map +1 -0
  153. package/lib/components/PromoPanel/index.js +89 -0
  154. package/lib/components/PromoPanel/index.js.map +1 -0
  155. package/lib/components/ServiceMessage/index.js +173 -0
  156. package/lib/components/ServiceMessage/index.js.map +1 -0
  157. package/lib/components/SharingStatus/index.js +33 -0
  158. package/lib/components/SharingStatus/index.js.map +1 -0
  159. package/lib/components/Step/index.js +35 -0
  160. package/lib/components/Step/index.js.map +1 -0
  161. package/lib/components/Stepper/index.js +102 -0
  162. package/lib/components/Stepper/index.js.map +1 -0
  163. package/lib/components/StickyNote/index.js +205 -0
  164. package/lib/components/StickyNote/index.js.map +1 -0
  165. package/lib/components/Tabs/index.js +94 -0
  166. package/lib/components/Tabs/index.js.map +1 -0
  167. package/lib/components/Tag/index.js +47 -0
  168. package/lib/components/Tag/index.js.map +1 -0
  169. package/lib/components/Tile/index.js +71 -0
  170. package/lib/components/Tile/index.js.map +1 -0
  171. package/lib/components/Toggle/index.js +161 -0
  172. package/lib/components/Toggle/index.js.map +1 -0
  173. package/lib/components/Validation/index.js +145 -0
  174. package/lib/components/Validation/index.js.map +1 -0
  175. package/lib/designsystem-react.css +259 -0
  176. package/lib/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +12 -0
  177. package/lib/scss/supernova/styles/colors.css +258 -0
  178. package/package.json +128 -5
  179. package/AnchorLink.js +0 -52
  180. package/AnchorLink.js.map +0 -1
  181. package/Avatar.js +0 -31
  182. package/Avatar.js.map +0 -1
  183. package/Badge.js +0 -31
  184. package/Badge.js.map +0 -1
  185. package/Button.js +0 -129
  186. package/Button.js.map +0 -1
  187. package/CHANGELOG.md +0 -3433
  188. package/Checkbox.js +0 -117
  189. package/Checkbox.js.map +0 -1
  190. package/Close.js +0 -44
  191. package/Close.js.map +0 -1
  192. package/DictionaryTrigger.js +0 -23
  193. package/DictionaryTrigger.js.map +0 -1
  194. package/Drawer.js +0 -227
  195. package/Drawer.js.map +0 -1
  196. package/Duolist.js +0 -74
  197. package/Duolist.js.map +0 -1
  198. package/ElementHeader.js +0 -152
  199. package/ElementHeader.js.map +0 -1
  200. package/ElementHeaderText.js +0 -33
  201. package/ElementHeaderText.js.map +0 -1
  202. package/ErrorWrapper.js +0 -24
  203. package/ErrorWrapper.js.map +0 -1
  204. package/Expander.js +0 -107
  205. package/Expander.js.map +0 -1
  206. package/FormFieldTag.js +0 -50
  207. package/FormFieldTag.js.map +0 -1
  208. package/FormGroup.js +0 -134
  209. package/FormGroup.js.map +0 -1
  210. package/FormLayout.js +0 -42
  211. package/FormLayout.js.map +0 -1
  212. package/HelpDetails.js +0 -54
  213. package/HelpDetails.js.map +0 -1
  214. package/HelpTriggerIcon.js +0 -105
  215. package/HelpTriggerIcon.js.map +0 -1
  216. package/HelpTriggerStandalone.js +0 -43
  217. package/HelpTriggerStandalone.js.map +0 -1
  218. package/HighlightPanel.js +0 -77
  219. package/HighlightPanel.js.map +0 -1
  220. package/HorizontalScroll.js +0 -48
  221. package/HorizontalScroll.js.map +0 -1
  222. package/Icon.js +0 -48
  223. package/Icon.js.map +0 -1
  224. package/InfoTeaser.js +0 -80
  225. package/InfoTeaser.js.map +0 -1
  226. package/Input.js +0 -174
  227. package/Input.js.map +0 -1
  228. package/Label.js +0 -138
  229. package/Label.js.map +0 -1
  230. package/LinkList.js +0 -128
  231. package/LinkList.js.map +0 -1
  232. package/List.js +0 -22
  233. package/List.js.map +0 -1
  234. package/ListEditMode.js +0 -43
  235. package/ListEditMode.js.map +0 -1
  236. package/MaxCharacters.js +0 -24
  237. package/MaxCharacters.js.map +0 -1
  238. package/Panel.js +0 -267
  239. package/Panel.js.map +0 -1
  240. package/PanelOld.js +0 -322
  241. package/PanelOld.js.map +0 -1
  242. package/PanelTitle.js +0 -34
  243. package/PanelTitle.js.map +0 -1
  244. package/PopOver.js +0 -68
  245. package/PopOver.js.map +0 -1
  246. package/RadioButton.js +0 -92
  247. package/RadioButton.js.map +0 -1
  248. package/Select.js +0 -79
  249. package/Select.js.map +0 -1
  250. package/SingleSelectItem.js +0 -99
  251. package/SingleSelectItem.js.map +0 -1
  252. package/Slider.js +0 -269
  253. package/Slider.js.map +0 -1
  254. package/Spacer.js +0 -31
  255. package/Spacer.js.map +0 -1
  256. package/StatusDot.js +0 -150
  257. package/StatusDot.js.map +0 -1
  258. package/StatusDotList.js +0 -33
  259. package/StatusDotList.js.map +0 -1
  260. package/StepButtons.js +0 -39
  261. package/StepButtons.js.map +0 -1
  262. package/TabList.js +0 -190
  263. package/TabList.js.map +0 -1
  264. package/TabPanel.js +0 -18
  265. package/TabPanel.js.map +0 -1
  266. package/Table.js +0 -126
  267. package/Table.js.map +0 -1
  268. package/TableBody.js +0 -16
  269. package/TableBody.js.map +0 -1
  270. package/TableCell.js +0 -24
  271. package/TableCell.js.map +0 -1
  272. package/TableExpandedRow.js +0 -32
  273. package/TableExpandedRow.js.map +0 -1
  274. package/TableExpanderCell.js +0 -27
  275. package/TableExpanderCell.js.map +0 -1
  276. package/TableHead.js +0 -27
  277. package/TableHead.js.map +0 -1
  278. package/TableHeadCell.js +0 -55
  279. package/TableHeadCell.js.map +0 -1
  280. package/TableRow.js +0 -46
  281. package/TableRow.js.map +0 -1
  282. package/Textarea.js +0 -112
  283. package/Textarea.js.map +0 -1
  284. package/Title.js +0 -38
  285. package/Title.js.map +0 -1
  286. package/Toast.js +0 -46
  287. package/Toast.js.map +0 -1
  288. package/components/ArticleTeaser/index.js +0 -51
  289. package/components/ArticleTeaser/index.js.map +0 -1
  290. package/components/Button/styles.module.scss +0 -446
  291. package/components/Chip/index.js +0 -55
  292. package/components/Chip/index.js.map +0 -1
  293. package/components/Dropdown/index.js +0 -284
  294. package/components/Dropdown/index.js.map +0 -1
  295. package/components/DropdownOld/index.js +0 -204
  296. package/components/DropdownOld/index.js.map +0 -1
  297. package/components/ElementHeader/styles.module.scss +0 -151
  298. package/components/EmptyState/index.js +0 -281
  299. package/components/EmptyState/index.js.map +0 -1
  300. package/components/ExpanderHierarchy/index.js +0 -94
  301. package/components/ExpanderHierarchy/index.js.map +0 -1
  302. package/components/ExpanderList/index.js +0 -243
  303. package/components/ExpanderList/index.js.map +0 -1
  304. package/components/FavoriteButton/index.js +0 -146
  305. package/components/FavoriteButton/index.js.map +0 -1
  306. package/components/HelpBubble/index.js +0 -93
  307. package/components/HelpBubble/index.js.map +0 -1
  308. package/components/HelpPanel/index.js +0 -52
  309. package/components/HelpPanel/index.js.map +0 -1
  310. package/components/HelpTriggerInline/index.js +0 -41
  311. package/components/HelpTriggerInline/index.js.map +0 -1
  312. package/components/Label/styles.module.scss +0 -69
  313. package/components/LinkList/styles.module.scss +0 -306
  314. package/components/Loader/index.js +0 -86
  315. package/components/Loader/index.js.map +0 -1
  316. package/components/Modal/index.js +0 -238
  317. package/components/Modal/index.js.map +0 -1
  318. package/components/NotificationPanel/index.js +0 -130
  319. package/components/NotificationPanel/index.js.map +0 -1
  320. package/components/PanelList/index.js +0 -55
  321. package/components/PanelList/index.js.map +0 -1
  322. package/components/PanelListOld/index.js +0 -58
  323. package/components/PanelListOld/index.js.map +0 -1
  324. package/components/PopMenu/PopMenu.d.ts +0 -41
  325. package/components/PopMenu/index.js +0 -154
  326. package/components/PopMenu/index.js.map +0 -1
  327. package/components/PopMenu/styles.module.scss +0 -145
  328. package/components/PopMenu/styles.module.scss.d.ts +0 -14
  329. package/components/Progressbar/index.js +0 -107
  330. package/components/Progressbar/index.js.map +0 -1
  331. package/components/PromoPanel/index.js +0 -89
  332. package/components/PromoPanel/index.js.map +0 -1
  333. package/components/ServiceMessage/index.js +0 -173
  334. package/components/ServiceMessage/index.js.map +0 -1
  335. package/components/SharingStatus/index.js +0 -33
  336. package/components/SharingStatus/index.js.map +0 -1
  337. package/components/Step/index.js +0 -35
  338. package/components/Step/index.js.map +0 -1
  339. package/components/Stepper/index.js +0 -102
  340. package/components/Stepper/index.js.map +0 -1
  341. package/components/StickyNote/index.js +0 -205
  342. package/components/StickyNote/index.js.map +0 -1
  343. package/components/Tabs/index.js +0 -94
  344. package/components/Tabs/index.js.map +0 -1
  345. package/components/Tag/index.js +0 -47
  346. package/components/Tag/index.js.map +0 -1
  347. package/components/Tile/index.js +0 -71
  348. package/components/Tile/index.js.map +0 -1
  349. package/components/Toggle/index.js +0 -161
  350. package/components/Toggle/index.js.map +0 -1
  351. package/components/Validation/index.js +0 -145
  352. package/components/Validation/index.js.map +0 -1
  353. package/designsystem-react.css +0 -250
  354. package/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +0 -12
  355. package/scss/supernova/styles/colors.css +0 -249
  356. /package/{AlertSignFill.js → lib/AlertSignFill.js} +0 -0
  357. /package/{AlertSignFill.js.map → lib/AlertSignFill.js.map} +0 -0
  358. /package/{AlertSignStroke.js → lib/AlertSignStroke.js} +0 -0
  359. /package/{AlertSignStroke.js.map → lib/AlertSignStroke.js.map} +0 -0
  360. /package/{ArrowDown.js → lib/ArrowDown.js} +0 -0
  361. /package/{ArrowDown.js.map → lib/ArrowDown.js.map} +0 -0
  362. /package/{ArrowRight.js → lib/ArrowRight.js} +0 -0
  363. /package/{ArrowRight.js.map → lib/ArrowRight.js.map} +0 -0
  364. /package/{ArrowUp.js → lib/ArrowUp.js} +0 -0
  365. /package/{ArrowUp.js.map → lib/ArrowUp.js.map} +0 -0
  366. /package/{ArrowUpRight.js → lib/ArrowUpRight.js} +0 -0
  367. /package/{ArrowUpRight.js.map → lib/ArrowUpRight.js.map} +0 -0
  368. /package/{AsChildSlot.js → lib/AsChildSlot.js} +0 -0
  369. /package/{AsChildSlot.js.map → lib/AsChildSlot.js.map} +0 -0
  370. /package/{BabyMobileMedium.js → lib/BabyMobileMedium.js} +0 -0
  371. /package/{BabyMobileMedium.js.map → lib/BabyMobileMedium.js.map} +0 -0
  372. /package/{Calendar.js → lib/Calendar.js} +0 -0
  373. /package/{Calendar.js.map → lib/Calendar.js.map} +0 -0
  374. /package/{Check.js → lib/Check.js} +0 -0
  375. /package/{Check.js.map → lib/Check.js.map} +0 -0
  376. /package/{CheckFill.js → lib/CheckFill.js} +0 -0
  377. /package/{CheckFill.js.map → lib/CheckFill.js.map} +0 -0
  378. /package/{CheckOutline.js → lib/CheckOutline.js} +0 -0
  379. /package/{CheckOutline.js.map → lib/CheckOutline.js.map} +0 -0
  380. /package/{Checkbox2.js → lib/Checkbox2.js} +0 -0
  381. /package/{Checkbox2.js.map → lib/Checkbox2.js.map} +0 -0
  382. /package/{ChevronDown.js → lib/ChevronDown.js} +0 -0
  383. /package/{ChevronDown.js.map → lib/ChevronDown.js.map} +0 -0
  384. /package/{ChevronLeft.js → lib/ChevronLeft.js} +0 -0
  385. /package/{ChevronLeft.js.map → lib/ChevronLeft.js.map} +0 -0
  386. /package/{ChevronRight.js → lib/ChevronRight.js} +0 -0
  387. /package/{ChevronRight.js.map → lib/ChevronRight.js.map} +0 -0
  388. /package/{ChevronUp.js → lib/ChevronUp.js} +0 -0
  389. /package/{ChevronUp.js.map → lib/ChevronUp.js.map} +0 -0
  390. /package/{ChildMedium.js → lib/ChildMedium.js} +0 -0
  391. /package/{ChildMedium.js.map → lib/ChildMedium.js.map} +0 -0
  392. /package/{DoctorMedium.js → lib/DoctorMedium.js} +0 -0
  393. /package/{DoctorMedium.js.map → lib/DoctorMedium.js.map} +0 -0
  394. /package/{DoctorSmall.js → lib/DoctorSmall.js} +0 -0
  395. /package/{DoctorSmall.js.map → lib/DoctorSmall.js.map} +0 -0
  396. /package/{EmptyBox.js → lib/EmptyBox.js} +0 -0
  397. /package/{EmptyBox.js.map → lib/EmptyBox.js.map} +0 -0
  398. /package/{ErrorSignFill.js → lib/ErrorSignFill.js} +0 -0
  399. /package/{ErrorSignFill.js.map → lib/ErrorSignFill.js.map} +0 -0
  400. /package/{FacialRecognitionFingerprintMedium.js → lib/FacialRecognitionFingerprintMedium.js} +0 -0
  401. /package/{FacialRecognitionFingerprintMedium.js.map → lib/FacialRecognitionFingerprintMedium.js.map} +0 -0
  402. /package/{Forward.js → lib/Forward.js} +0 -0
  403. /package/{Forward.js.map → lib/Forward.js.map} +0 -0
  404. /package/{GiveBabyFoodMedium.js → lib/GiveBabyFoodMedium.js} +0 -0
  405. /package/{GiveBabyFoodMedium.js.map → lib/GiveBabyFoodMedium.js.map} +0 -0
  406. /package/{HN.Designsystem.Dropdown.nb-NO.js → lib/HN.Designsystem.Dropdown.nb-NO.js} +0 -0
  407. /package/{HN.Designsystem.Dropdown.nb-NO.js.map → lib/HN.Designsystem.Dropdown.nb-NO.js.map} +0 -0
  408. /package/{HandWaving.js → lib/HandWaving.js} +0 -0
  409. /package/{HandWaving.js.map → lib/HandWaving.js.map} +0 -0
  410. /package/{HealthcarePersonnelMedium.js → lib/HealthcarePersonnelMedium.js} +0 -0
  411. /package/{HealthcarePersonnelMedium.js.map → lib/HealthcarePersonnelMedium.js.map} +0 -0
  412. /package/{HealthcarePersonnelSmall.js → lib/HealthcarePersonnelSmall.js} +0 -0
  413. /package/{HealthcarePersonnelSmall.js.map → lib/HealthcarePersonnelSmall.js.map} +0 -0
  414. /package/{Highlighter.js → lib/Highlighter.js} +0 -0
  415. /package/{Highlighter.js.map → lib/Highlighter.js.map} +0 -0
  416. /package/{Illustration.js → lib/Illustration.js} +0 -0
  417. /package/{Illustration.js.map → lib/Illustration.js.map} +0 -0
  418. /package/{IllustrationNames.js → lib/IllustrationNames.js} +0 -0
  419. /package/{IllustrationNames.js.map → lib/IllustrationNames.js.map} +0 -0
  420. /package/{InfoSignFill.js → lib/InfoSignFill.js} +0 -0
  421. /package/{InfoSignFill.js.map → lib/InfoSignFill.js.map} +0 -0
  422. /package/{Input2.js → lib/Input2.js} +0 -0
  423. /package/{Input2.js.map → lib/Input2.js.map} +0 -0
  424. /package/{LazyIcon.js → lib/LazyIcon.js} +0 -0
  425. /package/{LazyIcon.js.map → lib/LazyIcon.js.map} +0 -0
  426. /package/{LazyIllustration.js → lib/LazyIllustration.js} +0 -0
  427. /package/{LazyIllustration.js.map → lib/LazyIllustration.js.map} +0 -0
  428. /package/{NotificationBadge.js → lib/NotificationBadge.js} +0 -0
  429. /package/{NotificationBadge.js.map → lib/NotificationBadge.js.map} +0 -0
  430. /package/{Pencil.js → lib/Pencil.js} +0 -0
  431. /package/{Pencil.js.map → lib/Pencil.js.map} +0 -0
  432. /package/{PlusSmall.js → lib/PlusSmall.js} +0 -0
  433. /package/{PlusSmall.js.map → lib/PlusSmall.js.map} +0 -0
  434. /package/{Portal.js → lib/Portal.js} +0 -0
  435. /package/{Portal.js.map → lib/Portal.js.map} +0 -0
  436. /package/{RadioButton2.js → lib/RadioButton2.js} +0 -0
  437. /package/{RadioButton2.js.map → lib/RadioButton2.js.map} +0 -0
  438. /package/{ReadLettersMedium.js → lib/ReadLettersMedium.js} +0 -0
  439. /package/{ReadLettersMedium.js.map → lib/ReadLettersMedium.js.map} +0 -0
  440. /package/{StrollerMedium.js → lib/StrollerMedium.js} +0 -0
  441. /package/{StrollerMedium.js.map → lib/StrollerMedium.js.map} +0 -0
  442. /package/{Support2Medium.js → lib/Support2Medium.js} +0 -0
  443. /package/{Support2Medium.js.map → lib/Support2Medium.js.map} +0 -0
  444. /package/{Title2.js → lib/Title2.js} +0 -0
  445. /package/{Title2.js.map → lib/Title2.js.map} +0 -0
  446. /package/{TriangleX.js → lib/TriangleX.js} +0 -0
  447. /package/{TriangleX.js.map → lib/TriangleX.js.map} +0 -0
  448. /package/{Undo.js → lib/Undo.js} +0 -0
  449. /package/{Undo.js.map → lib/Undo.js.map} +0 -0
  450. /package/{VerticalDots.js → lib/VerticalDots.js} +0 -0
  451. /package/{VerticalDots.js.map → lib/VerticalDots.js.map} +0 -0
  452. /package/{Watch.js → lib/Watch.js} +0 -0
  453. /package/{Watch.js.map → lib/Watch.js.map} +0 -0
  454. /package/{X.js → lib/X.js} +0 -0
  455. /package/{X.js.map → lib/X.js.map} +0 -0
  456. /package/{__mocks__ → lib/__mocks__}/IntersectionObserver.d.ts +0 -0
  457. /package/{__mocks__ → lib/__mocks__}/IntersectionObserver.js +0 -0
  458. /package/{__mocks__ → lib/__mocks__}/IntersectionObserver.js.map +0 -0
  459. /package/{__mocks__ → lib/__mocks__}/MutationObserver.d.ts +0 -0
  460. /package/{__mocks__ → lib/__mocks__}/MutationObserver.js +0 -0
  461. /package/{__mocks__ → lib/__mocks__}/MutationObserver.js.map +0 -0
  462. /package/{__mocks__ → lib/__mocks__}/ResizeObserver.d.ts +0 -0
  463. /package/{__mocks__ → lib/__mocks__}/ResizeObserver.js +0 -0
  464. /package/{__mocks__ → lib/__mocks__}/ResizeObserver.js.map +0 -0
  465. /package/{__mocks__ → lib/__mocks__}/matchMedia.d.ts +0 -0
  466. /package/{__mocks__ → lib/__mocks__}/matchMedia.js +0 -0
  467. /package/{__mocks__ → lib/__mocks__}/matchMedia.js.map +0 -0
  468. /package/{__mocks__ → lib/__mocks__}/useLayoutEvent.d.ts +0 -0
  469. /package/{__mocks__ → lib/__mocks__}/useLayoutEvent.js +0 -0
  470. /package/{__mocks__ → lib/__mocks__}/useLayoutEvent.js.map +0 -0
  471. /package/{__mocks__ → lib/__mocks__}/useOutsideEvent.d.ts +0 -0
  472. /package/{__mocks__ → lib/__mocks__}/useOutsideEvent.js +0 -0
  473. /package/{__mocks__ → lib/__mocks__}/useOutsideEvent.js.map +0 -0
  474. /package/{__mocks__ → lib/__mocks__}/usePseudoClasses.d.ts +0 -0
  475. /package/{__mocks__ → lib/__mocks__}/usePseudoClasses.js +0 -0
  476. /package/{__mocks__ → lib/__mocks__}/usePseudoClasses.js.map +0 -0
  477. /package/{__mocks__ → lib/__mocks__}/useSize.d.ts +0 -0
  478. /package/{__mocks__ → lib/__mocks__}/useSize.js +0 -0
  479. /package/{__mocks__ → lib/__mocks__}/useSize.js.map +0 -0
  480. /package/{__mocks__ → lib/__mocks__}/uuid.d.ts +0 -0
  481. /package/{__mocks__ → lib/__mocks__}/uuid.js +0 -0
  482. /package/{__mocks__ → lib/__mocks__}/uuid.js.map +0 -0
  483. /package/{_rolldown_dynamic_import_helper.js → lib/_rolldown_dynamic_import_helper.js} +0 -0
  484. /package/{_rolldown_dynamic_import_helper.js.map → lib/_rolldown_dynamic_import_helper.js.map} +0 -0
  485. /package/{accessibility.js → lib/accessibility.js} +0 -0
  486. /package/{accessibility.js.map → lib/accessibility.js.map} +0 -0
  487. /package/{color.js → lib/color.js} +0 -0
  488. /package/{color.js.map → lib/color.js.map} +0 -0
  489. /package/{component.js → lib/component.js} +0 -0
  490. /package/{component.js.map → lib/component.js.map} +0 -0
  491. /package/{components → lib/components}/AnchorLink/AnchorLink.d.ts +0 -0
  492. /package/{components → lib/components}/AnchorLink/AnchorLink.test.d.ts +0 -0
  493. /package/{components → lib/components}/AnchorLink/index.d.ts +0 -0
  494. /package/{components → lib/components}/AnchorLink/index.js +0 -0
  495. /package/{components → lib/components}/AnchorLink/styles.module.scss +0 -0
  496. /package/{components → lib/components}/AnchorLink/styles.module.scss.d.ts +0 -0
  497. /package/{components → lib/components}/ArticleTeaser/ArticleTeaser.d.ts +0 -0
  498. /package/{components → lib/components}/ArticleTeaser/ArticleTeaser.test.d.ts +0 -0
  499. /package/{components → lib/components}/ArticleTeaser/index.d.ts +0 -0
  500. /package/{components → lib/components}/ArticleTeaser/resourceHelper.d.ts +0 -0
  501. /package/{components → lib/components}/ArticleTeaser/styles.module.scss +0 -0
  502. /package/{components → lib/components}/ArticleTeaser/styles.module.scss.d.ts +0 -0
  503. /package/{components → lib/components}/AsChildSlot/AsChildSlot.d.ts +0 -0
  504. /package/{components → lib/components}/AsChildSlot/AsChildSlot.test.d.ts +0 -0
  505. /package/{components → lib/components}/AsChildSlot/index.d.ts +0 -0
  506. /package/{components → lib/components}/AsChildSlot/index.js +0 -0
  507. /package/{components → lib/components}/AsChildSlot/styles.module.scss +0 -0
  508. /package/{components → lib/components}/AsChildSlot/styles.module.scss.d.ts +0 -0
  509. /package/{components → lib/components}/Avatar/Avatar.d.ts +0 -0
  510. /package/{components → lib/components}/Avatar/Avatar.test.d.ts +0 -0
  511. /package/{components → lib/components}/Avatar/index.d.ts +0 -0
  512. /package/{components → lib/components}/Avatar/index.js +0 -0
  513. /package/{components → lib/components}/Avatar/styles.module.scss +0 -0
  514. /package/{components → lib/components}/Avatar/styles.module.scss.d.ts +0 -0
  515. /package/{components → lib/components}/Badge/Badge.d.ts +0 -0
  516. /package/{components → lib/components}/Badge/Badge.test.d.ts +0 -0
  517. /package/{components → lib/components}/Badge/NotificationBadge.d.ts +0 -0
  518. /package/{components → lib/components}/Badge/index.d.ts +0 -0
  519. /package/{components → lib/components}/Badge/index.js +0 -0
  520. /package/{components → lib/components}/Badge/styles.module.scss +0 -0
  521. /package/{components → lib/components}/Badge/styles.module.scss.d.ts +0 -0
  522. /package/{components → lib/components}/Button/Button.d.ts +0 -0
  523. /package/{components → lib/components}/Button/Button.test.d.ts +0 -0
  524. /package/{components → lib/components}/Button/index.d.ts +0 -0
  525. /package/{components → lib/components}/Button/index.js +0 -0
  526. /package/{components → lib/components}/Button/styles.module.scss.d.ts +0 -0
  527. /package/{components → lib/components}/Checkbox/Checkbox.d.ts +0 -0
  528. /package/{components → lib/components}/Checkbox/Checkbox.test.d.ts +0 -0
  529. /package/{components → lib/components}/Checkbox/index.d.ts +0 -0
  530. /package/{components → lib/components}/Checkbox/index.js +0 -0
  531. /package/{components → lib/components}/Checkbox/styles.module.scss +0 -0
  532. /package/{components → lib/components}/Checkbox/styles.module.scss.d.ts +0 -0
  533. /package/{components → lib/components}/Chip/Chip.d.ts +0 -0
  534. /package/{components → lib/components}/Chip/Chip.test.d.ts +0 -0
  535. /package/{components → lib/components}/Chip/index.d.ts +0 -0
  536. /package/{components → lib/components}/Chip/styles.module.scss +0 -0
  537. /package/{components → lib/components}/Chip/styles.module.scss.d.ts +0 -0
  538. /package/{components → lib/components}/Close/Close.d.ts +0 -0
  539. /package/{components → lib/components}/Close/Close.test.d.ts +0 -0
  540. /package/{components → lib/components}/Close/index.d.ts +0 -0
  541. /package/{components → lib/components}/Close/index.js +0 -0
  542. /package/{components → lib/components}/Close/styles.module.scss +0 -0
  543. /package/{components → lib/components}/Close/styles.module.scss.d.ts +0 -0
  544. /package/{components → lib/components}/DictionaryTrigger/DictionaryTrigger.d.ts +0 -0
  545. /package/{components → lib/components}/DictionaryTrigger/DictionaryTrigger.test.d.ts +0 -0
  546. /package/{components → lib/components}/DictionaryTrigger/index.d.ts +0 -0
  547. /package/{components → lib/components}/DictionaryTrigger/index.js +0 -0
  548. /package/{components → lib/components}/DictionaryTrigger/styles.module.scss +0 -0
  549. /package/{components → lib/components}/DictionaryTrigger/styles.module.scss.d.ts +0 -0
  550. /package/{components → lib/components}/Drawer/Drawer.d.ts +0 -0
  551. /package/{components → lib/components}/Drawer/Drawer.test.d.ts +0 -0
  552. /package/{components → lib/components}/Drawer/index.d.ts +0 -0
  553. /package/{components → lib/components}/Drawer/index.js +0 -0
  554. /package/{components → lib/components}/Drawer/resourceHelper.d.ts +0 -0
  555. /package/{components → lib/components}/Drawer/styles.module.scss +0 -0
  556. /package/{components → lib/components}/Drawer/styles.module.scss.d.ts +0 -0
  557. /package/{components → lib/components}/Dropdown/Dropdown.d.ts +0 -0
  558. /package/{components → lib/components}/Dropdown/Dropdown.test.d.ts +0 -0
  559. /package/{components → lib/components}/Dropdown/SingleSelect/SingleSelect.d.ts +0 -0
  560. /package/{components → lib/components}/Dropdown/SingleSelect/SingleSelect.test.d.ts +0 -0
  561. /package/{components → lib/components}/Dropdown/SingleSelect/SingleSelectItem.d.ts +0 -0
  562. /package/{components → lib/components}/Dropdown/SingleSelect/index.d.ts +0 -0
  563. /package/{components → lib/components}/Dropdown/SingleSelect/index.js +0 -0
  564. /package/{components → lib/components}/Dropdown/SingleSelect/index.js.map +0 -0
  565. /package/{components → lib/components}/Dropdown/SingleSelect/styles.module.scss +0 -0
  566. /package/{components → lib/components}/Dropdown/SingleSelect/styles.module.scss.d.ts +0 -0
  567. /package/{components → lib/components}/Dropdown/index.d.ts +0 -0
  568. /package/{components → lib/components}/Dropdown/resourceHelper.d.ts +0 -0
  569. /package/{components → lib/components}/Dropdown/styles.module.scss +0 -0
  570. /package/{components → lib/components}/Dropdown/styles.module.scss.d.ts +0 -0
  571. /package/{components → lib/components}/DropdownOld/DropdownOld.d.ts +0 -0
  572. /package/{components → lib/components}/DropdownOld/DropdownOld.test.d.ts +0 -0
  573. /package/{components → lib/components}/DropdownOld/index.d.ts +0 -0
  574. /package/{components → lib/components}/DropdownOld/resourceHelper.d.ts +0 -0
  575. /package/{components → lib/components}/DropdownOld/styles.module.scss +0 -0
  576. /package/{components → lib/components}/DropdownOld/styles.module.scss.d.ts +0 -0
  577. /package/{components → lib/components}/Duolist/Duolist.d.ts +0 -0
  578. /package/{components → lib/components}/Duolist/Duolist.test.d.ts +0 -0
  579. /package/{components → lib/components}/Duolist/index.d.ts +0 -0
  580. /package/{components → lib/components}/Duolist/index.js +0 -0
  581. /package/{components → lib/components}/Duolist/styles.module.scss +0 -0
  582. /package/{components → lib/components}/Duolist/styles.module.scss.d.ts +0 -0
  583. /package/{components → lib/components}/ElementHeader/ElementHeader.d.ts +0 -0
  584. /package/{components → lib/components}/ElementHeader/ElementHeaderText/ElementHeaderText.d.ts +0 -0
  585. /package/{components → lib/components}/ElementHeader/ElementHeaderText/index.d.ts +0 -0
  586. /package/{components → lib/components}/ElementHeader/ElementHeaderText/index.js +0 -0
  587. /package/{components → lib/components}/ElementHeader/ElementHeaderText/index.js.map +0 -0
  588. /package/{components → lib/components}/ElementHeader/StatusDotList/StatusDotList.d.ts +0 -0
  589. /package/{components → lib/components}/ElementHeader/StatusDotList/index.d.ts +0 -0
  590. /package/{components → lib/components}/ElementHeader/StatusDotList/index.js +0 -0
  591. /package/{components → lib/components}/ElementHeader/StatusDotList/styles.module.scss +0 -0
  592. /package/{components → lib/components}/ElementHeader/StatusDotList/styles.module.scss.d.ts +0 -0
  593. /package/{components → lib/components}/ElementHeader/index.d.ts +0 -0
  594. /package/{components → lib/components}/ElementHeader/index.js +0 -0
  595. /package/{components → lib/components}/ElementHeader/index.js.map +0 -0
  596. /package/{components → lib/components}/ElementHeader/styles.module.scss.d.ts +0 -0
  597. /package/{components → lib/components}/EmptyState/EmptyBoxBeeMedium.d.ts +0 -0
  598. /package/{components → lib/components}/EmptyState/EmptyBoxBeeSmall.d.ts +0 -0
  599. /package/{components → lib/components}/EmptyState/EmptyState.d.ts +0 -0
  600. /package/{components → lib/components}/EmptyState/EmptyState.test.d.ts +0 -0
  601. /package/{components → lib/components}/EmptyState/index.d.ts +0 -0
  602. /package/{components → lib/components}/EmptyState/styles.module.scss +0 -0
  603. /package/{components → lib/components}/EmptyState/styles.module.scss.d.ts +0 -0
  604. /package/{components → lib/components}/ErrorWrapper/ErrorWrapper.d.ts +0 -0
  605. /package/{components → lib/components}/ErrorWrapper/ErrorWrapper.test.d.ts +0 -0
  606. /package/{components → lib/components}/ErrorWrapper/index.d.ts +0 -0
  607. /package/{components → lib/components}/ErrorWrapper/index.js +0 -0
  608. /package/{components → lib/components}/ErrorWrapper/styles.module.scss +0 -0
  609. /package/{components → lib/components}/ErrorWrapper/styles.module.scss.d.ts +0 -0
  610. /package/{components → lib/components}/Expander/Expander.d.ts +0 -0
  611. /package/{components → lib/components}/Expander/Expander.test.d.ts +0 -0
  612. /package/{components → lib/components}/Expander/index.d.ts +0 -0
  613. /package/{components → lib/components}/Expander/index.js +0 -0
  614. /package/{components → lib/components}/Expander/styles.module.scss +0 -0
  615. /package/{components → lib/components}/Expander/styles.module.scss.d.ts +0 -0
  616. /package/{components → lib/components}/ExpanderHierarchy/Expander.d.ts +0 -0
  617. /package/{components → lib/components}/ExpanderHierarchy/ExpanderButton.d.ts +0 -0
  618. /package/{components → lib/components}/ExpanderHierarchy/ExpanderHierarchy.d.ts +0 -0
  619. /package/{components → lib/components}/ExpanderHierarchy/ExpanderHierarchy.test.d.ts +0 -0
  620. /package/{components → lib/components}/ExpanderHierarchy/expander.module.scss +0 -0
  621. /package/{components → lib/components}/ExpanderHierarchy/expander.module.scss.d.ts +0 -0
  622. /package/{components → lib/components}/ExpanderHierarchy/index.d.ts +0 -0
  623. /package/{components → lib/components}/ExpanderHierarchy/styles.module.scss +0 -0
  624. /package/{components → lib/components}/ExpanderHierarchy/styles.module.scss.d.ts +0 -0
  625. /package/{components → lib/components}/ExpanderHierarchy/utils.d.ts +0 -0
  626. /package/{components → lib/components}/ExpanderList/ExpanderList.d.ts +0 -0
  627. /package/{components → lib/components}/ExpanderList/ExpanderList.test.d.ts +0 -0
  628. /package/{components → lib/components}/ExpanderList/index.d.ts +0 -0
  629. /package/{components → lib/components}/ExpanderList/styles.module.scss +0 -0
  630. /package/{components → lib/components}/ExpanderList/styles.module.scss.d.ts +0 -0
  631. /package/{components → lib/components}/EyebrowHeader/EyebrowHeader.d.ts +0 -0
  632. /package/{components → lib/components}/EyebrowHeader/EyebrowHeader.test.d.ts +0 -0
  633. /package/{components → lib/components}/EyebrowHeader/index.d.ts +0 -0
  634. /package/{components → lib/components}/EyebrowHeader/index.js +0 -0
  635. /package/{components → lib/components}/EyebrowHeader/index.js.map +0 -0
  636. /package/{components → lib/components}/EyebrowHeader/styles.module.scss +0 -0
  637. /package/{components → lib/components}/EyebrowHeader/styles.module.scss.d.ts +0 -0
  638. /package/{components → lib/components}/FavoriteButton/FavoriteButton.d.ts +0 -0
  639. /package/{components → lib/components}/FavoriteButton/FavoriteButton.test.d.ts +0 -0
  640. /package/{components → lib/components}/FavoriteButton/StarIcon.d.ts +0 -0
  641. /package/{components → lib/components}/FavoriteButton/index.d.ts +0 -0
  642. /package/{components → lib/components}/FavoriteButton/resourceHelper.d.ts +0 -0
  643. /package/{components → lib/components}/FavoriteButton/stories.module.scss +0 -0
  644. /package/{components → lib/components}/FavoriteButton/stories.module.scss.d.ts +0 -0
  645. /package/{components → lib/components}/FavoriteButton/styles.module.scss +0 -0
  646. /package/{components → lib/components}/FavoriteButton/styles.module.scss.d.ts +0 -0
  647. /package/{components → lib/components}/FormFieldTag/FormFieldTag.d.ts +0 -0
  648. /package/{components → lib/components}/FormFieldTag/FormFieldTag.test.d.ts +0 -0
  649. /package/{components → lib/components}/FormFieldTag/index.d.ts +0 -0
  650. /package/{components → lib/components}/FormFieldTag/index.js +0 -0
  651. /package/{components → lib/components}/FormFieldTag/resourceHelper.d.ts +0 -0
  652. /package/{components → lib/components}/FormFieldTag/styles.module.scss +0 -0
  653. /package/{components → lib/components}/FormFieldTag/styles.module.scss.d.ts +0 -0
  654. /package/{components → lib/components}/FormGroup/FormGroup.d.ts +0 -0
  655. /package/{components → lib/components}/FormGroup/FormGroup.test.d.ts +0 -0
  656. /package/{components → lib/components}/FormGroup/formGroup.module.scss +0 -0
  657. /package/{components → lib/components}/FormGroup/formGroup.module.scss.d.ts +0 -0
  658. /package/{components → lib/components}/FormGroup/index.d.ts +0 -0
  659. /package/{components → lib/components}/FormGroup/index.js +0 -0
  660. /package/{components → lib/components}/FormGroup/index.js.map +0 -0
  661. /package/{components → lib/components}/FormGroup/styles.module.scss +0 -0
  662. /package/{components → lib/components}/FormGroup/styles.module.scss.d.ts +0 -0
  663. /package/{components → lib/components}/FormLayout/FormLayout.d.ts +0 -0
  664. /package/{components → lib/components}/FormLayout/FormLayout.test.d.ts +0 -0
  665. /package/{components → lib/components}/FormLayout/index.d.ts +0 -0
  666. /package/{components → lib/components}/FormLayout/index.js +0 -0
  667. /package/{components → lib/components}/FormLayout/styles.module.scss +0 -0
  668. /package/{components → lib/components}/FormLayout/styles.module.scss.d.ts +0 -0
  669. /package/{components → lib/components}/HelpBubble/HelpBubble.d.ts +0 -0
  670. /package/{components → lib/components}/HelpBubble/HelpBubble.test.d.ts +0 -0
  671. /package/{components → lib/components}/HelpBubble/index.d.ts +0 -0
  672. /package/{components → lib/components}/HelpBubble/resourceHelper.d.ts +0 -0
  673. /package/{components → lib/components}/HelpBubble/styles.module.scss +0 -0
  674. /package/{components → lib/components}/HelpBubble/styles.module.scss.d.ts +0 -0
  675. /package/{components → lib/components}/HelpDetails/HelpDetails.d.ts +0 -0
  676. /package/{components → lib/components}/HelpDetails/HelpDetails.test.d.ts +0 -0
  677. /package/{components → lib/components}/HelpDetails/styles.module.scss +0 -0
  678. /package/{components → lib/components}/HelpDetails/styles.module.scss.d.ts +0 -0
  679. /package/{components → lib/components}/HelpDrawer/HelpDrawer.d.ts +0 -0
  680. /package/{components → lib/components}/HelpDrawer/HelpDrawer.test.d.ts +0 -0
  681. /package/{components → lib/components}/HelpDrawer/index.d.ts +0 -0
  682. /package/{components → lib/components}/HelpDrawer/index.js +0 -0
  683. /package/{components → lib/components}/HelpDrawer/index.js.map +0 -0
  684. /package/{components → lib/components}/HelpDrawer/resourceHelper.d.ts +0 -0
  685. /package/{components → lib/components}/HelpDrawer/styles.module.scss +0 -0
  686. /package/{components → lib/components}/HelpDrawer/styles.module.scss.d.ts +0 -0
  687. /package/{components → lib/components}/HelpExpanderInline/HelpExpanderInline.d.ts +0 -0
  688. /package/{components → lib/components}/HelpExpanderInline/HelpExpanderInline.test.d.ts +0 -0
  689. /package/{components → lib/components}/HelpExpanderInline/index.d.ts +0 -0
  690. /package/{components → lib/components}/HelpExpanderInline/index.js +0 -0
  691. /package/{components → lib/components}/HelpExpanderInline/index.js.map +0 -0
  692. /package/{components → lib/components}/HelpExpanderStandalone/HelpExpanderStandalone.d.ts +0 -0
  693. /package/{components → lib/components}/HelpExpanderStandalone/HelpExpanderStandalone.test.d.ts +0 -0
  694. /package/{components → lib/components}/HelpExpanderStandalone/index.d.ts +0 -0
  695. /package/{components → lib/components}/HelpExpanderStandalone/index.js +0 -0
  696. /package/{components → lib/components}/HelpExpanderStandalone/index.js.map +0 -0
  697. /package/{components → lib/components}/HelpExpanderStandalone/styles.module.scss +0 -0
  698. /package/{components → lib/components}/HelpExpanderStandalone/styles.module.scss.d.ts +0 -0
  699. /package/{components → lib/components}/HelpPanel/HelpPanel.d.ts +0 -0
  700. /package/{components → lib/components}/HelpPanel/HelpPanel.test.d.ts +0 -0
  701. /package/{components → lib/components}/HelpPanel/index.d.ts +0 -0
  702. /package/{components → lib/components}/HelpPanel/styles.module.scss +0 -0
  703. /package/{components → lib/components}/HelpPanel/styles.module.scss.d.ts +0 -0
  704. /package/{components → lib/components}/HelpTeaser/HelpTeaser.d.ts +0 -0
  705. /package/{components → lib/components}/HelpTeaser/HelpTeaser.test.d.ts +0 -0
  706. /package/{components → lib/components}/HelpTeaser/index.d.ts +0 -0
  707. /package/{components → lib/components}/HelpTeaser/index.js +0 -0
  708. /package/{components → lib/components}/HelpTeaser/index.js.map +0 -0
  709. /package/{components → lib/components}/HelpTeaser/styles.module.scss +0 -0
  710. /package/{components → lib/components}/HelpTeaser/styles.module.scss.d.ts +0 -0
  711. /package/{components → lib/components}/HelpTooltip/HelpTooltip.d.ts +0 -0
  712. /package/{components → lib/components}/HelpTooltip/HelpTooltip.test.d.ts +0 -0
  713. /package/{components → lib/components}/HelpTooltip/index.d.ts +0 -0
  714. /package/{components → lib/components}/HelpTooltip/index.js +0 -0
  715. /package/{components → lib/components}/HelpTooltip/index.js.map +0 -0
  716. /package/{components → lib/components}/HelpTriggerIcon/HelpSign.d.ts +0 -0
  717. /package/{components → lib/components}/HelpTriggerIcon/HelpTriggerIcon.d.ts +0 -0
  718. /package/{components → lib/components}/HelpTriggerIcon/HelpTriggerIcon.test.d.ts +0 -0
  719. /package/{components → lib/components}/HelpTriggerIcon/index.d.ts +0 -0
  720. /package/{components → lib/components}/HelpTriggerIcon/index.js +0 -0
  721. /package/{components → lib/components}/HelpTriggerIcon/styles.module.scss +0 -0
  722. /package/{components → lib/components}/HelpTriggerIcon/styles.module.scss.d.ts +0 -0
  723. /package/{components → lib/components}/HelpTriggerInline/HelpTriggerInline.d.ts +0 -0
  724. /package/{components → lib/components}/HelpTriggerInline/HelpTriggerInline.test.d.ts +0 -0
  725. /package/{components → lib/components}/HelpTriggerInline/index.d.ts +0 -0
  726. /package/{components → lib/components}/HelpTriggerInline/styles.module.scss +0 -0
  727. /package/{components → lib/components}/HelpTriggerInline/styles.module.scss.d.ts +0 -0
  728. /package/{components → lib/components}/HelpTriggerStandalone/HelpTriggerStandalone.d.ts +0 -0
  729. /package/{components → lib/components}/HelpTriggerStandalone/HelpTriggerStandalone.test.d.ts +0 -0
  730. /package/{components → lib/components}/HelpTriggerStandalone/index.d.ts +0 -0
  731. /package/{components → lib/components}/HelpTriggerStandalone/index.js +0 -0
  732. /package/{components → lib/components}/HelpTriggerStandalone/styles.module.scss +0 -0
  733. /package/{components → lib/components}/HelpTriggerStandalone/styles.module.scss.d.ts +0 -0
  734. /package/{components → lib/components}/HighlightPanel/HighlightPanel.d.ts +0 -0
  735. /package/{components → lib/components}/HighlightPanel/HighlightPanel.test.d.ts +0 -0
  736. /package/{components → lib/components}/HighlightPanel/index.d.ts +0 -0
  737. /package/{components → lib/components}/HighlightPanel/index.js +0 -0
  738. /package/{components → lib/components}/HighlightPanel/styles.module.scss +0 -0
  739. /package/{components → lib/components}/HighlightPanel/styles.module.scss.d.ts +0 -0
  740. /package/{components → lib/components}/Highlighter/Highlighter.d.ts +0 -0
  741. /package/{components → lib/components}/Highlighter/Highlighter.test.d.ts +0 -0
  742. /package/{components → lib/components}/Highlighter/index.d.ts +0 -0
  743. /package/{components → lib/components}/Highlighter/index.js +0 -0
  744. /package/{components → lib/components}/Highlighter/styles.module.scss +0 -0
  745. /package/{components → lib/components}/Highlighter/styles.module.scss.d.ts +0 -0
  746. /package/{components → lib/components}/HorizontalScroll/HorizontalScroll.d.ts +0 -0
  747. /package/{components → lib/components}/HorizontalScroll/HorizontalScroll.test.d.ts +0 -0
  748. /package/{components → lib/components}/HorizontalScroll/index.d.ts +0 -0
  749. /package/{components → lib/components}/HorizontalScroll/index.js +0 -0
  750. /package/{components → lib/components}/HorizontalScroll/styles.module.scss +0 -0
  751. /package/{components → lib/components}/HorizontalScroll/styles.module.scss.d.ts +0 -0
  752. /package/{components → lib/components}/Icon/Icon.d.ts +0 -0
  753. /package/{components → lib/components}/Icon/Icon.test.d.ts +0 -0
  754. /package/{components → lib/components}/Icon/index.d.ts +0 -0
  755. /package/{components → lib/components}/Icon/index.js +0 -0
  756. /package/{components → lib/components}/Icons/ActiveMonitoring.d.ts +0 -0
  757. /package/{components → lib/components}/Icons/ActiveMonitoring.js +0 -0
  758. /package/{components → lib/components}/Icons/ActiveMonitoring.js.map +0 -0
  759. /package/{components → lib/components}/Icons/AcupunctureBack.d.ts +0 -0
  760. /package/{components → lib/components}/Icons/AcupunctureBack.js +0 -0
  761. /package/{components → lib/components}/Icons/AcupunctureBack.js.map +0 -0
  762. /package/{components → lib/components}/Icons/AdditionalIconInformation.d.ts +0 -0
  763. /package/{components → lib/components}/Icons/AdditionalIconInformation.js +0 -0
  764. /package/{components → lib/components}/Icons/AdditionalIconInformation.js.map +0 -0
  765. /package/{components → lib/components}/Icons/AlarmClock.d.ts +0 -0
  766. /package/{components → lib/components}/Icons/AlarmClock.js +0 -0
  767. /package/{components → lib/components}/Icons/AlarmClock.js.map +0 -0
  768. /package/{components → lib/components}/Icons/AlertSignFill.d.ts +0 -0
  769. /package/{components → lib/components}/Icons/AlertSignFill.js +0 -0
  770. /package/{components → lib/components}/Icons/AlertSignStroke.d.ts +0 -0
  771. /package/{components → lib/components}/Icons/AlertSignStroke.js +0 -0
  772. /package/{components → lib/components}/Icons/Amputation.d.ts +0 -0
  773. /package/{components → lib/components}/Icons/Amputation.js +0 -0
  774. /package/{components → lib/components}/Icons/Amputation.js.map +0 -0
  775. /package/{components → lib/components}/Icons/Anxiety.d.ts +0 -0
  776. /package/{components → lib/components}/Icons/Anxiety.js +0 -0
  777. /package/{components → lib/components}/Icons/Anxiety.js.map +0 -0
  778. /package/{components → lib/components}/Icons/Apple.d.ts +0 -0
  779. /package/{components → lib/components}/Icons/Apple.js +0 -0
  780. /package/{components → lib/components}/Icons/Apple.js.map +0 -0
  781. /package/{components → lib/components}/Icons/Archive.d.ts +0 -0
  782. /package/{components → lib/components}/Icons/Archive.js +0 -0
  783. /package/{components → lib/components}/Icons/Archive.js.map +0 -0
  784. /package/{components → lib/components}/Icons/ArmFlexing.d.ts +0 -0
  785. /package/{components → lib/components}/Icons/ArmFlexing.js +0 -0
  786. /package/{components → lib/components}/Icons/ArmFlexing.js.map +0 -0
  787. /package/{components → lib/components}/Icons/ArrowDown.d.ts +0 -0
  788. /package/{components → lib/components}/Icons/ArrowDown.js +0 -0
  789. /package/{components → lib/components}/Icons/ArrowLeft.d.ts +0 -0
  790. /package/{components → lib/components}/Icons/ArrowLeft.js +0 -0
  791. /package/{components → lib/components}/Icons/ArrowLeft.js.map +0 -0
  792. /package/{components → lib/components}/Icons/ArrowRight.d.ts +0 -0
  793. /package/{components → lib/components}/Icons/ArrowRight.js +0 -0
  794. /package/{components → lib/components}/Icons/ArrowUp.d.ts +0 -0
  795. /package/{components → lib/components}/Icons/ArrowUp.js +0 -0
  796. /package/{components → lib/components}/Icons/ArrowUpRight.d.ts +0 -0
  797. /package/{components → lib/components}/Icons/ArrowUpRight.js +0 -0
  798. /package/{components → lib/components}/Icons/Attachment.d.ts +0 -0
  799. /package/{components → lib/components}/Icons/Attachment.js +0 -0
  800. /package/{components → lib/components}/Icons/Attachment.js.map +0 -0
  801. /package/{components → lib/components}/Icons/Atv.d.ts +0 -0
  802. /package/{components → lib/components}/Icons/Atv.js +0 -0
  803. /package/{components → lib/components}/Icons/Atv.js.map +0 -0
  804. /package/{components → lib/components}/Icons/Avatar.d.ts +0 -0
  805. /package/{components → lib/components}/Icons/Avatar.js +0 -0
  806. /package/{components → lib/components}/Icons/Avatar.js.map +0 -0
  807. /package/{components → lib/components}/Icons/AwakePersonOnPillow.d.ts +0 -0
  808. /package/{components → lib/components}/Icons/AwakePersonOnPillow.js +0 -0
  809. /package/{components → lib/components}/Icons/AwakePersonOnPillow.js.map +0 -0
  810. /package/{components → lib/components}/Icons/Baby.d.ts +0 -0
  811. /package/{components → lib/components}/Icons/Baby.js +0 -0
  812. /package/{components → lib/components}/Icons/Baby.js.map +0 -0
  813. /package/{components → lib/components}/Icons/BandAid.d.ts +0 -0
  814. /package/{components → lib/components}/Icons/BandAid.js +0 -0
  815. /package/{components → lib/components}/Icons/BandAid.js.map +0 -0
  816. /package/{components → lib/components}/Icons/BeerAndPills.d.ts +0 -0
  817. /package/{components → lib/components}/Icons/BeerAndPills.js +0 -0
  818. /package/{components → lib/components}/Icons/BeerAndPills.js.map +0 -0
  819. /package/{components → lib/components}/Icons/Bell.d.ts +0 -0
  820. /package/{components → lib/components}/Icons/Bell.js +0 -0
  821. /package/{components → lib/components}/Icons/Bell.js.map +0 -0
  822. /package/{components → lib/components}/Icons/Bike.d.ts +0 -0
  823. /package/{components → lib/components}/Icons/Bike.js +0 -0
  824. /package/{components → lib/components}/Icons/Bike.js.map +0 -0
  825. /package/{components → lib/components}/Icons/BirthControl.d.ts +0 -0
  826. /package/{components → lib/components}/Icons/BirthControl.js +0 -0
  827. /package/{components → lib/components}/Icons/BirthControl.js.map +0 -0
  828. /package/{components → lib/components}/Icons/BirthdayCake.d.ts +0 -0
  829. /package/{components → lib/components}/Icons/BirthdayCake.js +0 -0
  830. /package/{components → lib/components}/Icons/BirthdayCake.js.map +0 -0
  831. /package/{components → lib/components}/Icons/Boat.d.ts +0 -0
  832. /package/{components → lib/components}/Icons/Boat.js +0 -0
  833. /package/{components → lib/components}/Icons/Boat.js.map +0 -0
  834. /package/{components → lib/components}/Icons/Body.d.ts +0 -0
  835. /package/{components → lib/components}/Icons/Body.js +0 -0
  836. /package/{components → lib/components}/Icons/Body.js.map +0 -0
  837. /package/{components → lib/components}/Icons/Braille.d.ts +0 -0
  838. /package/{components → lib/components}/Icons/Braille.js +0 -0
  839. /package/{components → lib/components}/Icons/Braille.js.map +0 -0
  840. /package/{components → lib/components}/Icons/Brain.d.ts +0 -0
  841. /package/{components → lib/components}/Icons/Brain.js +0 -0
  842. /package/{components → lib/components}/Icons/Brain.js.map +0 -0
  843. /package/{components → lib/components}/Icons/BreastReconstruction.d.ts +0 -0
  844. /package/{components → lib/components}/Icons/BreastReconstruction.js +0 -0
  845. /package/{components → lib/components}/Icons/BreastReconstruction.js.map +0 -0
  846. /package/{components → lib/components}/Icons/BreastRemoval.d.ts +0 -0
  847. /package/{components → lib/components}/Icons/BreastRemoval.js +0 -0
  848. /package/{components → lib/components}/Icons/BreastRemoval.js.map +0 -0
  849. /package/{components → lib/components}/Icons/Breasts.d.ts +0 -0
  850. /package/{components → lib/components}/Icons/Breasts.js +0 -0
  851. /package/{components → lib/components}/Icons/Breasts.js.map +0 -0
  852. /package/{components → lib/components}/Icons/BrokenHeart.d.ts +0 -0
  853. /package/{components → lib/components}/Icons/BrokenHeart.js +0 -0
  854. /package/{components → lib/components}/Icons/BrokenHeart.js.map +0 -0
  855. /package/{components → lib/components}/Icons/BrokenPuzzle.d.ts +0 -0
  856. /package/{components → lib/components}/Icons/BrokenPuzzle.js +0 -0
  857. /package/{components → lib/components}/Icons/BrokenPuzzle.js.map +0 -0
  858. /package/{components → lib/components}/Icons/Bus.d.ts +0 -0
  859. /package/{components → lib/components}/Icons/Bus.js +0 -0
  860. /package/{components → lib/components}/Icons/Bus.js.map +0 -0
  861. /package/{components → lib/components}/Icons/Calendar.d.ts +0 -0
  862. /package/{components → lib/components}/Icons/Calendar.js +0 -0
  863. /package/{components → lib/components}/Icons/CalendarChange.d.ts +0 -0
  864. /package/{components → lib/components}/Icons/CalendarChange.js +0 -0
  865. /package/{components → lib/components}/Icons/CalendarChange.js.map +0 -0
  866. /package/{components → lib/components}/Icons/CalendarCheck.d.ts +0 -0
  867. /package/{components → lib/components}/Icons/CalendarCheck.js +0 -0
  868. /package/{components → lib/components}/Icons/CalendarCheck.js.map +0 -0
  869. /package/{components → lib/components}/Icons/CalendarEvent.d.ts +0 -0
  870. /package/{components → lib/components}/Icons/CalendarEvent.js +0 -0
  871. /package/{components → lib/components}/Icons/CalendarEvent.js.map +0 -0
  872. /package/{components → lib/components}/Icons/CalendarSave.d.ts +0 -0
  873. /package/{components → lib/components}/Icons/CalendarSave.js +0 -0
  874. /package/{components → lib/components}/Icons/CalendarSave.js.map +0 -0
  875. /package/{components → lib/components}/Icons/Cancer.d.ts +0 -0
  876. /package/{components → lib/components}/Icons/Cancer.js +0 -0
  877. /package/{components → lib/components}/Icons/Cancer.js.map +0 -0
  878. /package/{components → lib/components}/Icons/Candle.d.ts +0 -0
  879. /package/{components → lib/components}/Icons/Candle.js +0 -0
  880. /package/{components → lib/components}/Icons/Candle.js.map +0 -0
  881. /package/{components → lib/components}/Icons/Car.d.ts +0 -0
  882. /package/{components → lib/components}/Icons/Car.js +0 -0
  883. /package/{components → lib/components}/Icons/Car.js.map +0 -0
  884. /package/{components → lib/components}/Icons/Carton.d.ts +0 -0
  885. /package/{components → lib/components}/Icons/Carton.js +0 -0
  886. /package/{components → lib/components}/Icons/Carton.js.map +0 -0
  887. /package/{components → lib/components}/Icons/Change.d.ts +0 -0
  888. /package/{components → lib/components}/Icons/Change.js +0 -0
  889. /package/{components → lib/components}/Icons/Change.js.map +0 -0
  890. /package/{components → lib/components}/Icons/Check.d.ts +0 -0
  891. /package/{components → lib/components}/Icons/Check.js +0 -0
  892. /package/{components → lib/components}/Icons/CheckFill.d.ts +0 -0
  893. /package/{components → lib/components}/Icons/CheckFill.js +0 -0
  894. /package/{components → lib/components}/Icons/CheckOutline.d.ts +0 -0
  895. /package/{components → lib/components}/Icons/CheckOutline.js +0 -0
  896. /package/{components → lib/components}/Icons/Chest.d.ts +0 -0
  897. /package/{components → lib/components}/Icons/Chest.js +0 -0
  898. /package/{components → lib/components}/Icons/Chest.js.map +0 -0
  899. /package/{components → lib/components}/Icons/ChevronDown.d.ts +0 -0
  900. /package/{components → lib/components}/Icons/ChevronDown.js +0 -0
  901. /package/{components → lib/components}/Icons/ChevronLeft.d.ts +0 -0
  902. /package/{components → lib/components}/Icons/ChevronLeft.js +0 -0
  903. /package/{components → lib/components}/Icons/ChevronRight.d.ts +0 -0
  904. /package/{components → lib/components}/Icons/ChevronRight.js +0 -0
  905. /package/{components → lib/components}/Icons/ChevronUp.d.ts +0 -0
  906. /package/{components → lib/components}/Icons/ChevronUp.js +0 -0
  907. /package/{components → lib/components}/Icons/ChevronsDown.d.ts +0 -0
  908. /package/{components → lib/components}/Icons/ChevronsDown.js +0 -0
  909. /package/{components → lib/components}/Icons/ChevronsDown.js.map +0 -0
  910. /package/{components → lib/components}/Icons/ChevronsUp.d.ts +0 -0
  911. /package/{components → lib/components}/Icons/ChevronsUp.js +0 -0
  912. /package/{components → lib/components}/Icons/ChevronsUp.js.map +0 -0
  913. /package/{components → lib/components}/Icons/ChildPlaying.d.ts +0 -0
  914. /package/{components → lib/components}/Icons/ChildPlaying.js +0 -0
  915. /package/{components → lib/components}/Icons/ChildPlaying.js.map +0 -0
  916. /package/{components → lib/components}/Icons/Cigarette.d.ts +0 -0
  917. /package/{components → lib/components}/Icons/Cigarette.js +0 -0
  918. /package/{components → lib/components}/Icons/Cigarette.js.map +0 -0
  919. /package/{components → lib/components}/Icons/Coins.d.ts +0 -0
  920. /package/{components → lib/components}/Icons/Coins.js +0 -0
  921. /package/{components → lib/components}/Icons/Coins.js.map +0 -0
  922. /package/{components → lib/components}/Icons/Contacts.d.ts +0 -0
  923. /package/{components → lib/components}/Icons/Contacts.js +0 -0
  924. /package/{components → lib/components}/Icons/Contacts.js.map +0 -0
  925. /package/{components → lib/components}/Icons/Copy.d.ts +0 -0
  926. /package/{components → lib/components}/Icons/Copy.js +0 -0
  927. /package/{components → lib/components}/Icons/Copy.js.map +0 -0
  928. /package/{components → lib/components}/Icons/CoronaCertificate.d.ts +0 -0
  929. /package/{components → lib/components}/Icons/CoronaCertificate.js +0 -0
  930. /package/{components → lib/components}/Icons/CoronaCertificate.js.map +0 -0
  931. /package/{components → lib/components}/Icons/Coronavirus.d.ts +0 -0
  932. /package/{components → lib/components}/Icons/Coronavirus.js +0 -0
  933. /package/{components → lib/components}/Icons/Coronavirus.js.map +0 -0
  934. /package/{components → lib/components}/Icons/Cough.d.ts +0 -0
  935. /package/{components → lib/components}/Icons/Cough.js +0 -0
  936. /package/{components → lib/components}/Icons/Cough.js.map +0 -0
  937. /package/{components → lib/components}/Icons/CreditCard.d.ts +0 -0
  938. /package/{components → lib/components}/Icons/CreditCard.js +0 -0
  939. /package/{components → lib/components}/Icons/CreditCard.js.map +0 -0
  940. /package/{components → lib/components}/Icons/CriticalHealthInfo.d.ts +0 -0
  941. /package/{components → lib/components}/Icons/CriticalHealthInfo.js +0 -0
  942. /package/{components → lib/components}/Icons/CriticalHealthInfo.js.map +0 -0
  943. /package/{components → lib/components}/Icons/Cross.d.ts +0 -0
  944. /package/{components → lib/components}/Icons/Cross.js +0 -0
  945. /package/{components → lib/components}/Icons/Cross.js.map +0 -0
  946. /package/{components → lib/components}/Icons/DataExchange.d.ts +0 -0
  947. /package/{components → lib/components}/Icons/DataExchange.js +0 -0
  948. /package/{components → lib/components}/Icons/DataExchange.js.map +0 -0
  949. /package/{components → lib/components}/Icons/DataReceived.d.ts +0 -0
  950. /package/{components → lib/components}/Icons/DataReceived.js +0 -0
  951. /package/{components → lib/components}/Icons/DataReceived.js.map +0 -0
  952. /package/{components → lib/components}/Icons/DataSent.d.ts +0 -0
  953. /package/{components → lib/components}/Icons/DataSent.js +0 -0
  954. /package/{components → lib/components}/Icons/DataSent.js.map +0 -0
  955. /package/{components → lib/components}/Icons/Depression.d.ts +0 -0
  956. /package/{components → lib/components}/Icons/Depression.js +0 -0
  957. /package/{components → lib/components}/Icons/Depression.js.map +0 -0
  958. /package/{components → lib/components}/Icons/DigestiveSystem.d.ts +0 -0
  959. /package/{components → lib/components}/Icons/DigestiveSystem.js +0 -0
  960. /package/{components → lib/components}/Icons/DigestiveSystem.js.map +0 -0
  961. /package/{components → lib/components}/Icons/Dizzy.d.ts +0 -0
  962. /package/{components → lib/components}/Icons/Dizzy.js +0 -0
  963. /package/{components → lib/components}/Icons/Dizzy.js.map +0 -0
  964. /package/{components → lib/components}/Icons/Documents.d.ts +0 -0
  965. /package/{components → lib/components}/Icons/Documents.js +0 -0
  966. /package/{components → lib/components}/Icons/Documents.js.map +0 -0
  967. /package/{components → lib/components}/Icons/Dog.d.ts +0 -0
  968. /package/{components → lib/components}/Icons/Dog.js +0 -0
  969. /package/{components → lib/components}/Icons/Dog.js.map +0 -0
  970. /package/{components → lib/components}/Icons/DonorCard.d.ts +0 -0
  971. /package/{components → lib/components}/Icons/DonorCard.js +0 -0
  972. /package/{components → lib/components}/Icons/DonorCard.js.map +0 -0
  973. /package/{components → lib/components}/Icons/DotActive.d.ts +0 -0
  974. /package/{components → lib/components}/Icons/DotActive.js +0 -0
  975. /package/{components → lib/components}/Icons/DotActive.js.map +0 -0
  976. /package/{components → lib/components}/Icons/DotAlert.d.ts +0 -0
  977. /package/{components → lib/components}/Icons/DotAlert.js +0 -0
  978. /package/{components → lib/components}/Icons/DotAlert.js.map +0 -0
  979. /package/{components → lib/components}/Icons/DotCancelled.d.ts +0 -0
  980. /package/{components → lib/components}/Icons/DotCancelled.js +0 -0
  981. /package/{components → lib/components}/Icons/DotCancelled.js.map +0 -0
  982. /package/{components → lib/components}/Icons/DotHalfDisc.d.ts +0 -0
  983. /package/{components → lib/components}/Icons/DotHalfDisc.js +0 -0
  984. /package/{components → lib/components}/Icons/DotHalfDisc.js.map +0 -0
  985. /package/{components → lib/components}/Icons/DotInactive.d.ts +0 -0
  986. /package/{components → lib/components}/Icons/DotInactive.js +0 -0
  987. /package/{components → lib/components}/Icons/DotInactive.js.map +0 -0
  988. /package/{components → lib/components}/Icons/DotInfo.d.ts +0 -0
  989. /package/{components → lib/components}/Icons/DotInfo.js +0 -0
  990. /package/{components → lib/components}/Icons/DotInfo.js.map +0 -0
  991. /package/{components → lib/components}/Icons/DotLookingGlass.d.ts +0 -0
  992. /package/{components → lib/components}/Icons/DotLookingGlass.js +0 -0
  993. /package/{components → lib/components}/Icons/DotLookingGlass.js.map +0 -0
  994. /package/{components → lib/components}/Icons/DotPending.d.ts +0 -0
  995. /package/{components → lib/components}/Icons/DotPending.js +0 -0
  996. /package/{components → lib/components}/Icons/DotPending.js.map +0 -0
  997. /package/{components → lib/components}/Icons/DotQuestionMark.d.ts +0 -0
  998. /package/{components → lib/components}/Icons/DotQuestionMark.js +0 -0
  999. /package/{components → lib/components}/Icons/DotQuestionMark.js.map +0 -0
  1000. /package/{components → lib/components}/Icons/DotSuccess.d.ts +0 -0
  1001. /package/{components → lib/components}/Icons/DotSuccess.js +0 -0
  1002. /package/{components → lib/components}/Icons/DotSuccess.js.map +0 -0
  1003. /package/{components → lib/components}/Icons/DotTransparent.d.ts +0 -0
  1004. /package/{components → lib/components}/Icons/DotTransparent.js +0 -0
  1005. /package/{components → lib/components}/Icons/DotTransparent.js.map +0 -0
  1006. /package/{components → lib/components}/Icons/DotWarningTriangle.d.ts +0 -0
  1007. /package/{components → lib/components}/Icons/DotWarningTriangle.js +0 -0
  1008. /package/{components → lib/components}/Icons/DotWarningTriangle.js.map +0 -0
  1009. /package/{components → lib/components}/Icons/Download.d.ts +0 -0
  1010. /package/{components → lib/components}/Icons/Download.js +0 -0
  1011. /package/{components → lib/components}/Icons/Download.js.map +0 -0
  1012. /package/{components → lib/components}/Icons/Draft.d.ts +0 -0
  1013. /package/{components → lib/components}/Icons/Draft.js +0 -0
  1014. /package/{components → lib/components}/Icons/Draft.js.map +0 -0
  1015. /package/{components → lib/components}/Icons/Drag.d.ts +0 -0
  1016. /package/{components → lib/components}/Icons/Drag.js +0 -0
  1017. /package/{components → lib/components}/Icons/Drag.js.map +0 -0
  1018. /package/{components → lib/components}/Icons/EChat.d.ts +0 -0
  1019. /package/{components → lib/components}/Icons/EChat.js +0 -0
  1020. /package/{components → lib/components}/Icons/EChat.js.map +0 -0
  1021. /package/{components → lib/components}/Icons/Ear.d.ts +0 -0
  1022. /package/{components → lib/components}/Icons/Ear.js +0 -0
  1023. /package/{components → lib/components}/Icons/Ear.js.map +0 -0
  1024. /package/{components → lib/components}/Icons/EarDeaf.d.ts +0 -0
  1025. /package/{components → lib/components}/Icons/EarDeaf.js +0 -0
  1026. /package/{components → lib/components}/Icons/EarDeaf.js.map +0 -0
  1027. /package/{components → lib/components}/Icons/EarHearingAid.d.ts +0 -0
  1028. /package/{components → lib/components}/Icons/EarHearingAid.js +0 -0
  1029. /package/{components → lib/components}/Icons/EarHearingAid.js.map +0 -0
  1030. /package/{components → lib/components}/Icons/EarNoseThroat.d.ts +0 -0
  1031. /package/{components → lib/components}/Icons/EarNoseThroat.js +0 -0
  1032. /package/{components → lib/components}/Icons/EarNoseThroat.js.map +0 -0
  1033. /package/{components → lib/components}/Icons/EarVolume.d.ts +0 -0
  1034. /package/{components → lib/components}/Icons/EarVolume.js +0 -0
  1035. /package/{components → lib/components}/Icons/EarVolume.js.map +0 -0
  1036. /package/{components → lib/components}/Icons/Edit.d.ts +0 -0
  1037. /package/{components → lib/components}/Icons/Edit.js +0 -0
  1038. /package/{components → lib/components}/Icons/Edit.js.map +0 -0
  1039. /package/{components → lib/components}/Icons/ElderlyPerson.d.ts +0 -0
  1040. /package/{components → lib/components}/Icons/ElderlyPerson.js +0 -0
  1041. /package/{components → lib/components}/Icons/ElderlyPerson.js.map +0 -0
  1042. /package/{components → lib/components}/Icons/Embolization.d.ts +0 -0
  1043. /package/{components → lib/components}/Icons/Embolization.js +0 -0
  1044. /package/{components → lib/components}/Icons/Embolization.js.map +0 -0
  1045. /package/{components → lib/components}/Icons/EmergencyCall.d.ts +0 -0
  1046. /package/{components → lib/components}/Icons/EmergencyCall.js +0 -0
  1047. /package/{components → lib/components}/Icons/EmergencyCall.js.map +0 -0
  1048. /package/{components → lib/components}/Icons/EmoticonAnnoyed.d.ts +0 -0
  1049. /package/{components → lib/components}/Icons/EmoticonAnnoyed.js +0 -0
  1050. /package/{components → lib/components}/Icons/EmoticonAnnoyed.js.map +0 -0
  1051. /package/{components → lib/components}/Icons/EmoticonDelighted.d.ts +0 -0
  1052. /package/{components → lib/components}/Icons/EmoticonDelighted.js +0 -0
  1053. /package/{components → lib/components}/Icons/EmoticonDelighted.js.map +0 -0
  1054. /package/{components → lib/components}/Icons/EmoticonDisappointed.d.ts +0 -0
  1055. /package/{components → lib/components}/Icons/EmoticonDisappointed.js +0 -0
  1056. /package/{components → lib/components}/Icons/EmoticonDisappointed.js.map +0 -0
  1057. /package/{components → lib/components}/Icons/EmoticonHappy.d.ts +0 -0
  1058. /package/{components → lib/components}/Icons/EmoticonHappy.js +0 -0
  1059. /package/{components → lib/components}/Icons/EmoticonHappy.js.map +0 -0
  1060. /package/{components → lib/components}/Icons/EmoticonMeh.d.ts +0 -0
  1061. /package/{components → lib/components}/Icons/EmoticonMeh.js +0 -0
  1062. /package/{components → lib/components}/Icons/EmoticonMeh.js.map +0 -0
  1063. /package/{components → lib/components}/Icons/EmptyBox.d.ts +0 -0
  1064. /package/{components → lib/components}/Icons/EmptyBox.js +0 -0
  1065. /package/{components → lib/components}/Icons/EnterFullScreen.d.ts +0 -0
  1066. /package/{components → lib/components}/Icons/EnterFullScreen.js +0 -0
  1067. /package/{components → lib/components}/Icons/EnterFullScreen.js.map +0 -0
  1068. /package/{components → lib/components}/Icons/Envelope.d.ts +0 -0
  1069. /package/{components → lib/components}/Icons/Envelope.js +0 -0
  1070. /package/{components → lib/components}/Icons/Envelope.js.map +0 -0
  1071. /package/{components → lib/components}/Icons/Epilepsy.d.ts +0 -0
  1072. /package/{components → lib/components}/Icons/Epilepsy.js +0 -0
  1073. /package/{components → lib/components}/Icons/Epilepsy.js.map +0 -0
  1074. /package/{components → lib/components}/Icons/Eraser.d.ts +0 -0
  1075. /package/{components → lib/components}/Icons/Eraser.js +0 -0
  1076. /package/{components → lib/components}/Icons/Eraser.js.map +0 -0
  1077. /package/{components → lib/components}/Icons/ErrorSignFill.d.ts +0 -0
  1078. /package/{components → lib/components}/Icons/ErrorSignFill.js +0 -0
  1079. /package/{components → lib/components}/Icons/ErrorSignStroke.d.ts +0 -0
  1080. /package/{components → lib/components}/Icons/ErrorSignStroke.js +0 -0
  1081. /package/{components → lib/components}/Icons/ErrorSignStroke.js.map +0 -0
  1082. /package/{components → lib/components}/Icons/EuropeanHealthCard.d.ts +0 -0
  1083. /package/{components → lib/components}/Icons/EuropeanHealthCard.js +0 -0
  1084. /package/{components → lib/components}/Icons/EuropeanHealthCard.js.map +0 -0
  1085. /package/{components → lib/components}/Icons/ExitFullScreen.d.ts +0 -0
  1086. /package/{components → lib/components}/Icons/ExitFullScreen.js +0 -0
  1087. /package/{components → lib/components}/Icons/ExitFullScreen.js.map +0 -0
  1088. /package/{components → lib/components}/Icons/Eye.d.ts +0 -0
  1089. /package/{components → lib/components}/Icons/Eye.js +0 -0
  1090. /package/{components → lib/components}/Icons/Eye.js.map +0 -0
  1091. /package/{components → lib/components}/Icons/Facebook.d.ts +0 -0
  1092. /package/{components → lib/components}/Icons/Facebook.js +0 -0
  1093. /package/{components → lib/components}/Icons/Facebook.js.map +0 -0
  1094. /package/{components → lib/components}/Icons/FallingLeaf.d.ts +0 -0
  1095. /package/{components → lib/components}/Icons/FallingLeaf.js +0 -0
  1096. /package/{components → lib/components}/Icons/FallingLeaf.js.map +0 -0
  1097. /package/{components → lib/components}/Icons/Feedback.d.ts +0 -0
  1098. /package/{components → lib/components}/Icons/Feedback.js +0 -0
  1099. /package/{components → lib/components}/Icons/Feedback.js.map +0 -0
  1100. /package/{components → lib/components}/Icons/Female.d.ts +0 -0
  1101. /package/{components → lib/components}/Icons/Female.js +0 -0
  1102. /package/{components → lib/components}/Icons/Female.js.map +0 -0
  1103. /package/{components → lib/components}/Icons/FemaleDoctor.d.ts +0 -0
  1104. /package/{components → lib/components}/Icons/FemaleDoctor.js +0 -0
  1105. /package/{components → lib/components}/Icons/FemaleDoctor.js.map +0 -0
  1106. /package/{components → lib/components}/Icons/Ferry.d.ts +0 -0
  1107. /package/{components → lib/components}/Icons/Ferry.js +0 -0
  1108. /package/{components → lib/components}/Icons/Ferry.js.map +0 -0
  1109. /package/{components → lib/components}/Icons/File.d.ts +0 -0
  1110. /package/{components → lib/components}/Icons/File.js +0 -0
  1111. /package/{components → lib/components}/Icons/File.js.map +0 -0
  1112. /package/{components → lib/components}/Icons/Filter.d.ts +0 -0
  1113. /package/{components → lib/components}/Icons/Filter.js +0 -0
  1114. /package/{components → lib/components}/Icons/Filter.js.map +0 -0
  1115. /package/{components → lib/components}/Icons/FingerBleed.d.ts +0 -0
  1116. /package/{components → lib/components}/Icons/FingerBleed.js +0 -0
  1117. /package/{components → lib/components}/Icons/FingerBleed.js.map +0 -0
  1118. /package/{components → lib/components}/Icons/FirstAidKit.d.ts +0 -0
  1119. /package/{components → lib/components}/Icons/FirstAidKit.js +0 -0
  1120. /package/{components → lib/components}/Icons/FirstAidKit.js.map +0 -0
  1121. /package/{components → lib/components}/Icons/Fish.d.ts +0 -0
  1122. /package/{components → lib/components}/Icons/Fish.js +0 -0
  1123. /package/{components → lib/components}/Icons/Fish.js.map +0 -0
  1124. /package/{components → lib/components}/Icons/FloppyDisk.d.ts +0 -0
  1125. /package/{components → lib/components}/Icons/FloppyDisk.js +0 -0
  1126. /package/{components → lib/components}/Icons/FloppyDisk.js.map +0 -0
  1127. /package/{components → lib/components}/Icons/Football.d.ts +0 -0
  1128. /package/{components → lib/components}/Icons/Football.js +0 -0
  1129. /package/{components → lib/components}/Icons/Football.js.map +0 -0
  1130. /package/{components → lib/components}/Icons/Form.d.ts +0 -0
  1131. /package/{components → lib/components}/Icons/Form.js +0 -0
  1132. /package/{components → lib/components}/Icons/Form.js.map +0 -0
  1133. /package/{components → lib/components}/Icons/Forward.d.ts +0 -0
  1134. /package/{components → lib/components}/Icons/Forward.js +0 -0
  1135. /package/{components → lib/components}/Icons/Gallery.d.ts +0 -0
  1136. /package/{components → lib/components}/Icons/Gallery.js +0 -0
  1137. /package/{components → lib/components}/Icons/Gallery.js.map +0 -0
  1138. /package/{components → lib/components}/Icons/Garden.d.ts +0 -0
  1139. /package/{components → lib/components}/Icons/Garden.js +0 -0
  1140. /package/{components → lib/components}/Icons/Garden.js.map +0 -0
  1141. /package/{components → lib/components}/Icons/GasCan.d.ts +0 -0
  1142. /package/{components → lib/components}/Icons/GasCan.js +0 -0
  1143. /package/{components → lib/components}/Icons/GasCan.js.map +0 -0
  1144. /package/{components → lib/components}/Icons/GenderIdentity.d.ts +0 -0
  1145. /package/{components → lib/components}/Icons/GenderIdentity.js +0 -0
  1146. /package/{components → lib/components}/Icons/GenderIdentity.js.map +0 -0
  1147. /package/{components → lib/components}/Icons/GlassWater.d.ts +0 -0
  1148. /package/{components → lib/components}/Icons/GlassWater.js +0 -0
  1149. /package/{components → lib/components}/Icons/GlassWater.js.map +0 -0
  1150. /package/{components → lib/components}/Icons/Glasses.d.ts +0 -0
  1151. /package/{components → lib/components}/Icons/Glasses.js +0 -0
  1152. /package/{components → lib/components}/Icons/Glasses.js.map +0 -0
  1153. /package/{components → lib/components}/Icons/Globe.d.ts +0 -0
  1154. /package/{components → lib/components}/Icons/Globe.js +0 -0
  1155. /package/{components → lib/components}/Icons/Globe.js.map +0 -0
  1156. /package/{components → lib/components}/Icons/Grain.d.ts +0 -0
  1157. /package/{components → lib/components}/Icons/Grain.js +0 -0
  1158. /package/{components → lib/components}/Icons/Grain.js.map +0 -0
  1159. /package/{components → lib/components}/Icons/Graph.d.ts +0 -0
  1160. /package/{components → lib/components}/Icons/Graph.js +0 -0
  1161. /package/{components → lib/components}/Icons/Graph.js.map +0 -0
  1162. /package/{components → lib/components}/Icons/Group.d.ts +0 -0
  1163. /package/{components → lib/components}/Icons/Group.js +0 -0
  1164. /package/{components → lib/components}/Icons/Group.js.map +0 -0
  1165. /package/{components → lib/components}/Icons/GroupTwins.d.ts +0 -0
  1166. /package/{components → lib/components}/Icons/GroupTwins.js +0 -0
  1167. /package/{components → lib/components}/Icons/GroupTwins.js.map +0 -0
  1168. /package/{components → lib/components}/Icons/HTMLFile.d.ts +0 -0
  1169. /package/{components → lib/components}/Icons/HTMLFile.js +0 -0
  1170. /package/{components → lib/components}/Icons/HTMLFile.js.map +0 -0
  1171. /package/{components → lib/components}/Icons/HandWaving.d.ts +0 -0
  1172. /package/{components → lib/components}/Icons/HandWaving.js +0 -0
  1173. /package/{components → lib/components}/Icons/HandWithDisease.d.ts +0 -0
  1174. /package/{components → lib/components}/Icons/HandWithDisease.js +0 -0
  1175. /package/{components → lib/components}/Icons/HandWithDisease.js.map +0 -0
  1176. /package/{components → lib/components}/Icons/HandsAndHeart.d.ts +0 -0
  1177. /package/{components → lib/components}/Icons/HandsAndHeart.js +0 -0
  1178. /package/{components → lib/components}/Icons/HandsAndHeart.js.map +0 -0
  1179. /package/{components → lib/components}/Icons/HealthClinic.d.ts +0 -0
  1180. /package/{components → lib/components}/Icons/HealthClinic.js +0 -0
  1181. /package/{components → lib/components}/Icons/HealthClinic.js.map +0 -0
  1182. /package/{components → lib/components}/Icons/HealthMeasurements.d.ts +0 -0
  1183. /package/{components → lib/components}/Icons/HealthMeasurements.js +0 -0
  1184. /package/{components → lib/components}/Icons/HealthMeasurements.js.map +0 -0
  1185. /package/{components → lib/components}/Icons/HealthWarning.d.ts +0 -0
  1186. /package/{components → lib/components}/Icons/HealthWarning.js +0 -0
  1187. /package/{components → lib/components}/Icons/HealthWarning.js.map +0 -0
  1188. /package/{components → lib/components}/Icons/HealthcarePerson.d.ts +0 -0
  1189. /package/{components → lib/components}/Icons/HealthcarePerson.js +0 -0
  1190. /package/{components → lib/components}/Icons/HealthcarePerson.js.map +0 -0
  1191. /package/{components → lib/components}/Icons/HealthcarePersonell.d.ts +0 -0
  1192. /package/{components → lib/components}/Icons/HealthcarePersonell.js +0 -0
  1193. /package/{components → lib/components}/Icons/HealthcarePersonell.js.map +0 -0
  1194. /package/{components → lib/components}/Icons/HearingProtection.d.ts +0 -0
  1195. /package/{components → lib/components}/Icons/HearingProtection.js +0 -0
  1196. /package/{components → lib/components}/Icons/HearingProtection.js.map +0 -0
  1197. /package/{components → lib/components}/Icons/Heart.d.ts +0 -0
  1198. /package/{components → lib/components}/Icons/Heart.js +0 -0
  1199. /package/{components → lib/components}/Icons/Heart.js.map +0 -0
  1200. /package/{components → lib/components}/Icons/HeartHands.d.ts +0 -0
  1201. /package/{components → lib/components}/Icons/HeartHands.js +0 -0
  1202. /package/{components → lib/components}/Icons/HeartHands.js.map +0 -0
  1203. /package/{components → lib/components}/Icons/HelpSign.d.ts +0 -0
  1204. /package/{components → lib/components}/Icons/HelpSign.js +0 -0
  1205. /package/{components → lib/components}/Icons/HelpSign.js.map +0 -0
  1206. /package/{components → lib/components}/Icons/HelpingHand.d.ts +0 -0
  1207. /package/{components → lib/components}/Icons/HelpingHand.js +0 -0
  1208. /package/{components → lib/components}/Icons/HelpingHand.js.map +0 -0
  1209. /package/{components → lib/components}/Icons/Hemodialysis.d.ts +0 -0
  1210. /package/{components → lib/components}/Icons/Hemodialysis.js +0 -0
  1211. /package/{components → lib/components}/Icons/Hemodialysis.js.map +0 -0
  1212. /package/{components → lib/components}/Icons/Hiker.d.ts +0 -0
  1213. /package/{components → lib/components}/Icons/Hiker.js +0 -0
  1214. /package/{components → lib/components}/Icons/Hiker.js.map +0 -0
  1215. /package/{components → lib/components}/Icons/Hipprosthesis.d.ts +0 -0
  1216. /package/{components → lib/components}/Icons/Hipprosthesis.js +0 -0
  1217. /package/{components → lib/components}/Icons/Hipprosthesis.js.map +0 -0
  1218. /package/{components → lib/components}/Icons/History.d.ts +0 -0
  1219. /package/{components → lib/components}/Icons/History.js +0 -0
  1220. /package/{components → lib/components}/Icons/History.js.map +0 -0
  1221. /package/{components → lib/components}/Icons/HivAndAids.d.ts +0 -0
  1222. /package/{components → lib/components}/Icons/HivAndAids.js +0 -0
  1223. /package/{components → lib/components}/Icons/HivAndAids.js.map +0 -0
  1224. /package/{components → lib/components}/Icons/Home.d.ts +0 -0
  1225. /package/{components → lib/components}/Icons/Home.js +0 -0
  1226. /package/{components → lib/components}/Icons/Home.js.map +0 -0
  1227. /package/{components → lib/components}/Icons/HomeFill.d.ts +0 -0
  1228. /package/{components → lib/components}/Icons/HomeFill.js +0 -0
  1229. /package/{components → lib/components}/Icons/HomeFill.js.map +0 -0
  1230. /package/{components → lib/components}/Icons/Hormone.d.ts +0 -0
  1231. /package/{components → lib/components}/Icons/Hormone.js +0 -0
  1232. /package/{components → lib/components}/Icons/Hormone.js.map +0 -0
  1233. /package/{components → lib/components}/Icons/Hospital.d.ts +0 -0
  1234. /package/{components → lib/components}/Icons/Hospital.js +0 -0
  1235. /package/{components → lib/components}/Icons/Hospital.js.map +0 -0
  1236. /package/{components → lib/components}/Icons/Hourglass.d.ts +0 -0
  1237. /package/{components → lib/components}/Icons/Hourglass.js +0 -0
  1238. /package/{components → lib/components}/Icons/Hourglass.js.map +0 -0
  1239. /package/{components → lib/components}/Icons/IconNames.d.ts +0 -0
  1240. /package/{components → lib/components}/Icons/IconNames.js +0 -0
  1241. /package/{components → lib/components}/Icons/IconNames.js.map +0 -0
  1242. /package/{components → lib/components}/Icons/ImgFile.d.ts +0 -0
  1243. /package/{components → lib/components}/Icons/ImgFile.js +0 -0
  1244. /package/{components → lib/components}/Icons/ImgFile.js.map +0 -0
  1245. /package/{components → lib/components}/Icons/Inbox.d.ts +0 -0
  1246. /package/{components → lib/components}/Icons/Inbox.js +0 -0
  1247. /package/{components → lib/components}/Icons/Inbox.js.map +0 -0
  1248. /package/{components → lib/components}/Icons/InfoSignFill.d.ts +0 -0
  1249. /package/{components → lib/components}/Icons/InfoSignFill.js +0 -0
  1250. /package/{components → lib/components}/Icons/InfoSignStroke.d.ts +0 -0
  1251. /package/{components → lib/components}/Icons/InfoSignStroke.js +0 -0
  1252. /package/{components → lib/components}/Icons/InfoSignStroke.js.map +0 -0
  1253. /package/{components → lib/components}/Icons/Instagram.d.ts +0 -0
  1254. /package/{components → lib/components}/Icons/Instagram.js +0 -0
  1255. /package/{components → lib/components}/Icons/Instagram.js.map +0 -0
  1256. /package/{components → lib/components}/Icons/Intravenous.d.ts +0 -0
  1257. /package/{components → lib/components}/Icons/Intravenous.js +0 -0
  1258. /package/{components → lib/components}/Icons/Intravenous.js.map +0 -0
  1259. /package/{components → lib/components}/Icons/JointPain.d.ts +0 -0
  1260. /package/{components → lib/components}/Icons/JointPain.js +0 -0
  1261. /package/{components → lib/components}/Icons/JointPain.js.map +0 -0
  1262. /package/{components → lib/components}/Icons/Journal.d.ts +0 -0
  1263. /package/{components → lib/components}/Icons/Journal.js +0 -0
  1264. /package/{components → lib/components}/Icons/Journal.js.map +0 -0
  1265. /package/{components → lib/components}/Icons/JpgFile.d.ts +0 -0
  1266. /package/{components → lib/components}/Icons/JpgFile.js +0 -0
  1267. /package/{components → lib/components}/Icons/JpgFile.js.map +0 -0
  1268. /package/{components → lib/components}/Icons/Kidney.d.ts +0 -0
  1269. /package/{components → lib/components}/Icons/Kidney.js +0 -0
  1270. /package/{components → lib/components}/Icons/Kidney.js.map +0 -0
  1271. /package/{components → lib/components}/Icons/KitchenScale.d.ts +0 -0
  1272. /package/{components → lib/components}/Icons/KitchenScale.js +0 -0
  1273. /package/{components → lib/components}/Icons/KitchenScale.js.map +0 -0
  1274. /package/{components → lib/components}/Icons/Kjernejournal.d.ts +0 -0
  1275. /package/{components → lib/components}/Icons/Kjernejournal.js +0 -0
  1276. /package/{components → lib/components}/Icons/Kjernejournal.js.map +0 -0
  1277. /package/{components → lib/components}/Icons/Laboratory.d.ts +0 -0
  1278. /package/{components → lib/components}/Icons/Laboratory.js +0 -0
  1279. /package/{components → lib/components}/Icons/Laboratory.js.map +0 -0
  1280. /package/{components → lib/components}/Icons/LaptopBlog.d.ts +0 -0
  1281. /package/{components → lib/components}/Icons/LaptopBlog.js +0 -0
  1282. /package/{components → lib/components}/Icons/LaptopBlog.js.map +0 -0
  1283. /package/{components → lib/components}/Icons/LawBook.d.ts +0 -0
  1284. /package/{components → lib/components}/Icons/LawBook.js +0 -0
  1285. /package/{components → lib/components}/Icons/LawBook.js.map +0 -0
  1286. /package/{components → lib/components}/Icons/LegalDocument.d.ts +0 -0
  1287. /package/{components → lib/components}/Icons/LegalDocument.js +0 -0
  1288. /package/{components → lib/components}/Icons/LegalDocument.js.map +0 -0
  1289. /package/{components → lib/components}/Icons/LightBulb.d.ts +0 -0
  1290. /package/{components → lib/components}/Icons/LightBulb.js +0 -0
  1291. /package/{components → lib/components}/Icons/LightBulb.js.map +0 -0
  1292. /package/{components → lib/components}/Icons/List.d.ts +0 -0
  1293. /package/{components → lib/components}/Icons/List.js +0 -0
  1294. /package/{components → lib/components}/Icons/List.js.map +0 -0
  1295. /package/{components → lib/components}/Icons/Location.d.ts +0 -0
  1296. /package/{components → lib/components}/Icons/Location.js +0 -0
  1297. /package/{components → lib/components}/Icons/Location.js.map +0 -0
  1298. /package/{components → lib/components}/Icons/LocationFill.d.ts +0 -0
  1299. /package/{components → lib/components}/Icons/LocationFill.js +0 -0
  1300. /package/{components → lib/components}/Icons/LocationFill.js.map +0 -0
  1301. /package/{components → lib/components}/Icons/Lock.d.ts +0 -0
  1302. /package/{components → lib/components}/Icons/Lock.js +0 -0
  1303. /package/{components → lib/components}/Icons/Lock.js.map +0 -0
  1304. /package/{components → lib/components}/Icons/Login.d.ts +0 -0
  1305. /package/{components → lib/components}/Icons/Login.js +0 -0
  1306. /package/{components → lib/components}/Icons/Login.js.map +0 -0
  1307. /package/{components → lib/components}/Icons/Logout.d.ts +0 -0
  1308. /package/{components → lib/components}/Icons/Logout.js +0 -0
  1309. /package/{components → lib/components}/Icons/Logout.js.map +0 -0
  1310. /package/{components → lib/components}/Icons/Lungs.d.ts +0 -0
  1311. /package/{components → lib/components}/Icons/Lungs.js +0 -0
  1312. /package/{components → lib/components}/Icons/Lungs.js.map +0 -0
  1313. /package/{components → lib/components}/Icons/Makeup.d.ts +0 -0
  1314. /package/{components → lib/components}/Icons/Makeup.js +0 -0
  1315. /package/{components → lib/components}/Icons/Makeup.js.map +0 -0
  1316. /package/{components → lib/components}/Icons/MaleDoctor.d.ts +0 -0
  1317. /package/{components → lib/components}/Icons/MaleDoctor.js +0 -0
  1318. /package/{components → lib/components}/Icons/MaleDoctor.js.map +0 -0
  1319. /package/{components → lib/components}/Icons/MaleDoctorAndPerson.d.ts +0 -0
  1320. /package/{components → lib/components}/Icons/MaleDoctorAndPerson.js +0 -0
  1321. /package/{components → lib/components}/Icons/MaleDoctorAndPerson.js.map +0 -0
  1322. /package/{components → lib/components}/Icons/MaleDoctorCompact.d.ts +0 -0
  1323. /package/{components → lib/components}/Icons/MaleDoctorCompact.js +0 -0
  1324. /package/{components → lib/components}/Icons/MaleDoctorCompact.js.map +0 -0
  1325. /package/{components → lib/components}/Icons/MaleDoctorCompactFill.d.ts +0 -0
  1326. /package/{components → lib/components}/Icons/MaleDoctorCompactFill.js +0 -0
  1327. /package/{components → lib/components}/Icons/MaleDoctorCompactFill.js.map +0 -0
  1328. /package/{components → lib/components}/Icons/MaleGenitalia.d.ts +0 -0
  1329. /package/{components → lib/components}/Icons/MaleGenitalia.js +0 -0
  1330. /package/{components → lib/components}/Icons/MaleGenitalia.js.map +0 -0
  1331. /package/{components → lib/components}/Icons/Medicine.d.ts +0 -0
  1332. /package/{components → lib/components}/Icons/Medicine.js +0 -0
  1333. /package/{components → lib/components}/Icons/Medicine.js.map +0 -0
  1334. /package/{components → lib/components}/Icons/MedicineWarning.d.ts +0 -0
  1335. /package/{components → lib/components}/Icons/MedicineWarning.js +0 -0
  1336. /package/{components → lib/components}/Icons/MedicineWarning.js.map +0 -0
  1337. /package/{components → lib/components}/Icons/MentalHealthAdult.d.ts +0 -0
  1338. /package/{components → lib/components}/Icons/MentalHealthAdult.js +0 -0
  1339. /package/{components → lib/components}/Icons/MentalHealthAdult.js.map +0 -0
  1340. /package/{components → lib/components}/Icons/MentalHealthChild.d.ts +0 -0
  1341. /package/{components → lib/components}/Icons/MentalHealthChild.js +0 -0
  1342. /package/{components → lib/components}/Icons/MentalHealthChild.js.map +0 -0
  1343. /package/{components → lib/components}/Icons/Menu.d.ts +0 -0
  1344. /package/{components → lib/components}/Icons/Menu.js +0 -0
  1345. /package/{components → lib/components}/Icons/Menu.js.map +0 -0
  1346. /package/{components → lib/components}/Icons/Microscope.d.ts +0 -0
  1347. /package/{components → lib/components}/Icons/Microscope.js +0 -0
  1348. /package/{components → lib/components}/Icons/Microscope.js.map +0 -0
  1349. /package/{components → lib/components}/Icons/Minus.d.ts +0 -0
  1350. /package/{components → lib/components}/Icons/Minus.js +0 -0
  1351. /package/{components → lib/components}/Icons/Minus.js.map +0 -0
  1352. /package/{components → lib/components}/Icons/Mirror.d.ts +0 -0
  1353. /package/{components → lib/components}/Icons/Mirror.js +0 -0
  1354. /package/{components → lib/components}/Icons/Mirror.js.map +0 -0
  1355. /package/{components → lib/components}/Icons/MobilePhone.d.ts +0 -0
  1356. /package/{components → lib/components}/Icons/MobilePhone.js +0 -0
  1357. /package/{components → lib/components}/Icons/MobilePhone.js.map +0 -0
  1358. /package/{components → lib/components}/Icons/MotherHoldingBaby.d.ts +0 -0
  1359. /package/{components → lib/components}/Icons/MotherHoldingBaby.js +0 -0
  1360. /package/{components → lib/components}/Icons/MotherHoldingBaby.js.map +0 -0
  1361. /package/{components → lib/components}/Icons/MuscleBack.d.ts +0 -0
  1362. /package/{components → lib/components}/Icons/MuscleBack.js +0 -0
  1363. /package/{components → lib/components}/Icons/MuscleBack.js.map +0 -0
  1364. /package/{components → lib/components}/Icons/MuscleLeg.d.ts +0 -0
  1365. /package/{components → lib/components}/Icons/MuscleLeg.js +0 -0
  1366. /package/{components → lib/components}/Icons/MuscleLeg.js.map +0 -0
  1367. /package/{components → lib/components}/Icons/Mushroom.d.ts +0 -0
  1368. /package/{components → lib/components}/Icons/Mushroom.js +0 -0
  1369. /package/{components → lib/components}/Icons/Mushroom.js.map +0 -0
  1370. /package/{components → lib/components}/Icons/Music.d.ts +0 -0
  1371. /package/{components → lib/components}/Icons/Music.js +0 -0
  1372. /package/{components → lib/components}/Icons/Music.js.map +0 -0
  1373. /package/{components → lib/components}/Icons/MusselsAndSalt.d.ts +0 -0
  1374. /package/{components → lib/components}/Icons/MusselsAndSalt.js +0 -0
  1375. /package/{components → lib/components}/Icons/MusselsAndSalt.js.map +0 -0
  1376. /package/{components → lib/components}/Icons/NoAccess.d.ts +0 -0
  1377. /package/{components → lib/components}/Icons/NoAccess.js +0 -0
  1378. /package/{components → lib/components}/Icons/NoAccess.js.map +0 -0
  1379. /package/{components → lib/components}/Icons/NoEye.d.ts +0 -0
  1380. /package/{components → lib/components}/Icons/NoEye.js +0 -0
  1381. /package/{components → lib/components}/Icons/NoEye.js.map +0 -0
  1382. /package/{components → lib/components}/Icons/NoFilter.d.ts +0 -0
  1383. /package/{components → lib/components}/Icons/NoFilter.js +0 -0
  1384. /package/{components → lib/components}/Icons/NoFilter.js.map +0 -0
  1385. /package/{components → lib/components}/Icons/Notepad.d.ts +0 -0
  1386. /package/{components → lib/components}/Icons/Notepad.js +0 -0
  1387. /package/{components → lib/components}/Icons/Notepad.js.map +0 -0
  1388. /package/{components → lib/components}/Icons/Osteotomy.d.ts +0 -0
  1389. /package/{components → lib/components}/Icons/Osteotomy.js +0 -0
  1390. /package/{components → lib/components}/Icons/Osteotomy.js.map +0 -0
  1391. /package/{components → lib/components}/Icons/PaintRoller.d.ts +0 -0
  1392. /package/{components → lib/components}/Icons/PaintRoller.js +0 -0
  1393. /package/{components → lib/components}/Icons/PaintRoller.js.map +0 -0
  1394. /package/{components → lib/components}/Icons/PaperPlane.d.ts +0 -0
  1395. /package/{components → lib/components}/Icons/PaperPlane.js +0 -0
  1396. /package/{components → lib/components}/Icons/PaperPlane.js.map +0 -0
  1397. /package/{components → lib/components}/Icons/PatientAndPerson.d.ts +0 -0
  1398. /package/{components → lib/components}/Icons/PatientAndPerson.js +0 -0
  1399. /package/{components → lib/components}/Icons/PatientAndPerson.js.map +0 -0
  1400. /package/{components → lib/components}/Icons/Pause.d.ts +0 -0
  1401. /package/{components → lib/components}/Icons/Pause.js +0 -0
  1402. /package/{components → lib/components}/Icons/Pause.js.map +0 -0
  1403. /package/{components → lib/components}/Icons/PdfFile.d.ts +0 -0
  1404. /package/{components → lib/components}/Icons/PdfFile.js +0 -0
  1405. /package/{components → lib/components}/Icons/PdfFile.js.map +0 -0
  1406. /package/{components → lib/components}/Icons/Pencil.d.ts +0 -0
  1407. /package/{components → lib/components}/Icons/Pencil.js +0 -0
  1408. /package/{components → lib/components}/Icons/PeopleTalking.d.ts +0 -0
  1409. /package/{components → lib/components}/Icons/PeopleTalking.js +0 -0
  1410. /package/{components → lib/components}/Icons/PeopleTalking.js.map +0 -0
  1411. /package/{components → lib/components}/Icons/Peritonealdialysis.d.ts +0 -0
  1412. /package/{components → lib/components}/Icons/Peritonealdialysis.js +0 -0
  1413. /package/{components → lib/components}/Icons/Peritonealdialysis.js.map +0 -0
  1414. /package/{components → lib/components}/Icons/Person.d.ts +0 -0
  1415. /package/{components → lib/components}/Icons/Person.js +0 -0
  1416. /package/{components → lib/components}/Icons/Person.js.map +0 -0
  1417. /package/{components → lib/components}/Icons/PersonAndPatient.d.ts +0 -0
  1418. /package/{components → lib/components}/Icons/PersonAndPatient.js +0 -0
  1419. /package/{components → lib/components}/Icons/PersonAndPatient.js.map +0 -0
  1420. /package/{components → lib/components}/Icons/PersonCancel.d.ts +0 -0
  1421. /package/{components → lib/components}/Icons/PersonCancel.js +0 -0
  1422. /package/{components → lib/components}/Icons/PersonCancel.js.map +0 -0
  1423. /package/{components → lib/components}/Icons/PersonInXRayMachine.d.ts +0 -0
  1424. /package/{components → lib/components}/Icons/PersonInXRayMachine.js +0 -0
  1425. /package/{components → lib/components}/Icons/PersonInXRayMachine.js.map +0 -0
  1426. /package/{components → lib/components}/Icons/PersonOverweight.d.ts +0 -0
  1427. /package/{components → lib/components}/Icons/PersonOverweight.js +0 -0
  1428. /package/{components → lib/components}/Icons/PersonOverweight.js.map +0 -0
  1429. /package/{components → lib/components}/Icons/PersonRelaxing.d.ts +0 -0
  1430. /package/{components → lib/components}/Icons/PersonRelaxing.js +0 -0
  1431. /package/{components → lib/components}/Icons/PersonRelaxing.js.map +0 -0
  1432. /package/{components → lib/components}/Icons/PersonWithBrain.d.ts +0 -0
  1433. /package/{components → lib/components}/Icons/PersonWithBrain.js +0 -0
  1434. /package/{components → lib/components}/Icons/PersonWithBrain.js.map +0 -0
  1435. /package/{components → lib/components}/Icons/PersonWithBrokenArm.d.ts +0 -0
  1436. /package/{components → lib/components}/Icons/PersonWithBrokenArm.js +0 -0
  1437. /package/{components → lib/components}/Icons/PersonWithBrokenArm.js.map +0 -0
  1438. /package/{components → lib/components}/Icons/PersonWithCrutches.d.ts +0 -0
  1439. /package/{components → lib/components}/Icons/PersonWithCrutches.js +0 -0
  1440. /package/{components → lib/components}/Icons/PersonWithCrutches.js.map +0 -0
  1441. /package/{components → lib/components}/Icons/PersonWithJaw.d.ts +0 -0
  1442. /package/{components → lib/components}/Icons/PersonWithJaw.js +0 -0
  1443. /package/{components → lib/components}/Icons/PersonWithJaw.js.map +0 -0
  1444. /package/{components → lib/components}/Icons/PersonWithMagnifyingGlass.d.ts +0 -0
  1445. /package/{components → lib/components}/Icons/PersonWithMagnifyingGlass.js +0 -0
  1446. /package/{components → lib/components}/Icons/PersonWithMagnifyingGlass.js.map +0 -0
  1447. /package/{components → lib/components}/Icons/PersonWithSenses.d.ts +0 -0
  1448. /package/{components → lib/components}/Icons/PersonWithSenses.js +0 -0
  1449. /package/{components → lib/components}/Icons/PersonWithSenses.js.map +0 -0
  1450. /package/{components → lib/components}/Icons/PersonWorking.d.ts +0 -0
  1451. /package/{components → lib/components}/Icons/PersonWorking.js +0 -0
  1452. /package/{components → lib/components}/Icons/PersonWorking.js.map +0 -0
  1453. /package/{components → lib/components}/Icons/PersonalPlan.d.ts +0 -0
  1454. /package/{components → lib/components}/Icons/PersonalPlan.js +0 -0
  1455. /package/{components → lib/components}/Icons/PersonalPlan.js.map +0 -0
  1456. /package/{components → lib/components}/Icons/PizzaSlice.d.ts +0 -0
  1457. /package/{components → lib/components}/Icons/PizzaSlice.js +0 -0
  1458. /package/{components → lib/components}/Icons/PizzaSlice.js.map +0 -0
  1459. /package/{components → lib/components}/Icons/Plane.d.ts +0 -0
  1460. /package/{components → lib/components}/Icons/Plane.js +0 -0
  1461. /package/{components → lib/components}/Icons/Plane.js.map +0 -0
  1462. /package/{components → lib/components}/Icons/Plant.d.ts +0 -0
  1463. /package/{components → lib/components}/Icons/Plant.js +0 -0
  1464. /package/{components → lib/components}/Icons/Plant.js.map +0 -0
  1465. /package/{components → lib/components}/Icons/PlateKnifeFork.d.ts +0 -0
  1466. /package/{components → lib/components}/Icons/PlateKnifeFork.js +0 -0
  1467. /package/{components → lib/components}/Icons/PlateKnifeFork.js.map +0 -0
  1468. /package/{components → lib/components}/Icons/Play.d.ts +0 -0
  1469. /package/{components → lib/components}/Icons/Play.js +0 -0
  1470. /package/{components → lib/components}/Icons/Play.js.map +0 -0
  1471. /package/{components → lib/components}/Icons/PlusLarge.d.ts +0 -0
  1472. /package/{components → lib/components}/Icons/PlusLarge.js +0 -0
  1473. /package/{components → lib/components}/Icons/PlusLarge.js.map +0 -0
  1474. /package/{components → lib/components}/Icons/PlusSmall.d.ts +0 -0
  1475. /package/{components → lib/components}/Icons/PlusSmall.js +0 -0
  1476. /package/{components → lib/components}/Icons/PngFile.d.ts +0 -0
  1477. /package/{components → lib/components}/Icons/PngFile.js +0 -0
  1478. /package/{components → lib/components}/Icons/PngFile.js.map +0 -0
  1479. /package/{components → lib/components}/Icons/Podcast.d.ts +0 -0
  1480. /package/{components → lib/components}/Icons/Podcast.js +0 -0
  1481. /package/{components → lib/components}/Icons/Podcast.js.map +0 -0
  1482. /package/{components → lib/components}/Icons/PoisonInformation.d.ts +0 -0
  1483. /package/{components → lib/components}/Icons/PoisonInformation.js +0 -0
  1484. /package/{components → lib/components}/Icons/PoisonInformation.js.map +0 -0
  1485. /package/{components → lib/components}/Icons/Pregnant.d.ts +0 -0
  1486. /package/{components → lib/components}/Icons/Pregnant.js +0 -0
  1487. /package/{components → lib/components}/Icons/Pregnant.js.map +0 -0
  1488. /package/{components → lib/components}/Icons/Printer.d.ts +0 -0
  1489. /package/{components → lib/components}/Icons/Printer.js +0 -0
  1490. /package/{components → lib/components}/Icons/Printer.js.map +0 -0
  1491. /package/{components → lib/components}/Icons/Psychosis.d.ts +0 -0
  1492. /package/{components → lib/components}/Icons/Psychosis.js +0 -0
  1493. /package/{components → lib/components}/Icons/Psychosis.js.map +0 -0
  1494. /package/{components → lib/components}/Icons/Publication.d.ts +0 -0
  1495. /package/{components → lib/components}/Icons/Publication.js +0 -0
  1496. /package/{components → lib/components}/Icons/Publication.js.map +0 -0
  1497. /package/{components → lib/components}/Icons/Puzzle.d.ts +0 -0
  1498. /package/{components → lib/components}/Icons/Puzzle.js +0 -0
  1499. /package/{components → lib/components}/Icons/Puzzle.js.map +0 -0
  1500. /package/{components → lib/components}/Icons/QrCode.d.ts +0 -0
  1501. /package/{components → lib/components}/Icons/QrCode.js +0 -0
  1502. /package/{components → lib/components}/Icons/QrCode.js.map +0 -0
  1503. /package/{components → lib/components}/Icons/Quarrel.d.ts +0 -0
  1504. /package/{components → lib/components}/Icons/Quarrel.js +0 -0
  1505. /package/{components → lib/components}/Icons/Quarrel.js.map +0 -0
  1506. /package/{components → lib/components}/Icons/RadioTherapy.d.ts +0 -0
  1507. /package/{components → lib/components}/Icons/RadioTherapy.js +0 -0
  1508. /package/{components → lib/components}/Icons/RadioTherapy.js.map +0 -0
  1509. /package/{components → lib/components}/Icons/RadioactiveTreatment.d.ts +0 -0
  1510. /package/{components → lib/components}/Icons/RadioactiveTreatment.js +0 -0
  1511. /package/{components → lib/components}/Icons/RadioactiveTreatment.js.map +0 -0
  1512. /package/{components → lib/components}/Icons/Radioiodine.d.ts +0 -0
  1513. /package/{components → lib/components}/Icons/Radioiodine.js +0 -0
  1514. /package/{components → lib/components}/Icons/Radioiodine.js.map +0 -0
  1515. /package/{components → lib/components}/Icons/Receipt.d.ts +0 -0
  1516. /package/{components → lib/components}/Icons/Receipt.js +0 -0
  1517. /package/{components → lib/components}/Icons/Receipt.js.map +0 -0
  1518. /package/{components → lib/components}/Icons/Receptionist.d.ts +0 -0
  1519. /package/{components → lib/components}/Icons/Receptionist.js +0 -0
  1520. /package/{components → lib/components}/Icons/Receptionist.js.map +0 -0
  1521. /package/{components → lib/components}/Icons/Recovery.d.ts +0 -0
  1522. /package/{components → lib/components}/Icons/Recovery.js +0 -0
  1523. /package/{components → lib/components}/Icons/Recovery.js.map +0 -0
  1524. /package/{components → lib/components}/Icons/Referral.d.ts +0 -0
  1525. /package/{components → lib/components}/Icons/Referral.js +0 -0
  1526. /package/{components → lib/components}/Icons/Referral.js.map +0 -0
  1527. /package/{components → lib/components}/Icons/Refresh.d.ts +0 -0
  1528. /package/{components → lib/components}/Icons/Refresh.js +0 -0
  1529. /package/{components → lib/components}/Icons/Refresh.js.map +0 -0
  1530. /package/{components → lib/components}/Icons/Refund.d.ts +0 -0
  1531. /package/{components → lib/components}/Icons/Refund.js +0 -0
  1532. /package/{components → lib/components}/Icons/Refund.js.map +0 -0
  1533. /package/{components → lib/components}/Icons/Reminder.d.ts +0 -0
  1534. /package/{components → lib/components}/Icons/Reminder.js +0 -0
  1535. /package/{components → lib/components}/Icons/Reminder.js.map +0 -0
  1536. /package/{components → lib/components}/Icons/Reply.d.ts +0 -0
  1537. /package/{components → lib/components}/Icons/Reply.js +0 -0
  1538. /package/{components → lib/components}/Icons/Reply.js.map +0 -0
  1539. /package/{components → lib/components}/Icons/Rocket.d.ts +0 -0
  1540. /package/{components → lib/components}/Icons/Rocket.js +0 -0
  1541. /package/{components → lib/components}/Icons/Rocket.js.map +0 -0
  1542. /package/{components → lib/components}/Icons/RtfFile.d.ts +0 -0
  1543. /package/{components → lib/components}/Icons/RtfFile.js +0 -0
  1544. /package/{components → lib/components}/Icons/RtfFile.js.map +0 -0
  1545. /package/{components → lib/components}/Icons/STDs.d.ts +0 -0
  1546. /package/{components → lib/components}/Icons/STDs.js +0 -0
  1547. /package/{components → lib/components}/Icons/STDs.js.map +0 -0
  1548. /package/{components → lib/components}/Icons/Save.d.ts +0 -0
  1549. /package/{components → lib/components}/Icons/Save.js +0 -0
  1550. /package/{components → lib/components}/Icons/Save.js.map +0 -0
  1551. /package/{components → lib/components}/Icons/Scale.d.ts +0 -0
  1552. /package/{components → lib/components}/Icons/Scale.js +0 -0
  1553. /package/{components → lib/components}/Icons/Scale.js.map +0 -0
  1554. /package/{components → lib/components}/Icons/ScreenReader.d.ts +0 -0
  1555. /package/{components → lib/components}/Icons/ScreenReader.js +0 -0
  1556. /package/{components → lib/components}/Icons/ScreenReader.js.map +0 -0
  1557. /package/{components → lib/components}/Icons/Search.d.ts +0 -0
  1558. /package/{components → lib/components}/Icons/Search.js +0 -0
  1559. /package/{components → lib/components}/Icons/Search.js.map +0 -0
  1560. /package/{components → lib/components}/Icons/SectionSign.d.ts +0 -0
  1561. /package/{components → lib/components}/Icons/SectionSign.js +0 -0
  1562. /package/{components → lib/components}/Icons/SectionSign.js.map +0 -0
  1563. /package/{components → lib/components}/Icons/Settings.d.ts +0 -0
  1564. /package/{components → lib/components}/Icons/Settings.js +0 -0
  1565. /package/{components → lib/components}/Icons/Settings.js.map +0 -0
  1566. /package/{components → lib/components}/Icons/SettingsFill.d.ts +0 -0
  1567. /package/{components → lib/components}/Icons/SettingsFill.js +0 -0
  1568. /package/{components → lib/components}/Icons/SettingsFill.js.map +0 -0
  1569. /package/{components → lib/components}/Icons/Sexualorientation.d.ts +0 -0
  1570. /package/{components → lib/components}/Icons/Sexualorientation.js +0 -0
  1571. /package/{components → lib/components}/Icons/Sexualorientation.js.map +0 -0
  1572. /package/{components → lib/components}/Icons/ShakingHand.d.ts +0 -0
  1573. /package/{components → lib/components}/Icons/ShakingHand.js +0 -0
  1574. /package/{components → lib/components}/Icons/ShakingHand.js.map +0 -0
  1575. /package/{components → lib/components}/Icons/Share.d.ts +0 -0
  1576. /package/{components → lib/components}/Icons/Share.js +0 -0
  1577. /package/{components → lib/components}/Icons/Share.js.map +0 -0
  1578. /package/{components → lib/components}/Icons/SharedHealthData.d.ts +0 -0
  1579. /package/{components → lib/components}/Icons/SharedHealthData.js +0 -0
  1580. /package/{components → lib/components}/Icons/SharedHealthData.js.map +0 -0
  1581. /package/{components → lib/components}/Icons/SharedHealthMeasurements.d.ts +0 -0
  1582. /package/{components → lib/components}/Icons/SharedHealthMeasurements.js +0 -0
  1583. /package/{components → lib/components}/Icons/SharedHealthMeasurements.js.map +0 -0
  1584. /package/{components → lib/components}/Icons/Shield.d.ts +0 -0
  1585. /package/{components → lib/components}/Icons/Shield.js +0 -0
  1586. /package/{components → lib/components}/Icons/Shield.js.map +0 -0
  1587. /package/{components → lib/components}/Icons/ShuntOperation.d.ts +0 -0
  1588. /package/{components → lib/components}/Icons/ShuntOperation.js +0 -0
  1589. /package/{components → lib/components}/Icons/ShuntOperation.js.map +0 -0
  1590. /package/{components → lib/components}/Icons/Skeleton.d.ts +0 -0
  1591. /package/{components → lib/components}/Icons/Skeleton.js +0 -0
  1592. /package/{components → lib/components}/Icons/Skeleton.js.map +0 -0
  1593. /package/{components → lib/components}/Icons/Skin.d.ts +0 -0
  1594. /package/{components → lib/components}/Icons/Skin.js +0 -0
  1595. /package/{components → lib/components}/Icons/Skin.js.map +0 -0
  1596. /package/{components → lib/components}/Icons/Snake.d.ts +0 -0
  1597. /package/{components → lib/components}/Icons/Snake.js +0 -0
  1598. /package/{components → lib/components}/Icons/Snake.js.map +0 -0
  1599. /package/{components → lib/components}/Icons/Snapchat.d.ts +0 -0
  1600. /package/{components → lib/components}/Icons/Snapchat.js +0 -0
  1601. /package/{components → lib/components}/Icons/Snapchat.js.map +0 -0
  1602. /package/{components → lib/components}/Icons/SortDown.d.ts +0 -0
  1603. /package/{components → lib/components}/Icons/SortDown.js +0 -0
  1604. /package/{components → lib/components}/Icons/SortDown.js.map +0 -0
  1605. /package/{components → lib/components}/Icons/SortUp.d.ts +0 -0
  1606. /package/{components → lib/components}/Icons/SortUp.js +0 -0
  1607. /package/{components → lib/components}/Icons/SortUp.js.map +0 -0
  1608. /package/{components → lib/components}/Icons/SpeechBubble.d.ts +0 -0
  1609. /package/{components → lib/components}/Icons/SpeechBubble.js +0 -0
  1610. /package/{components → lib/components}/Icons/SpeechBubble.js.map +0 -0
  1611. /package/{components → lib/components}/Icons/Spray.d.ts +0 -0
  1612. /package/{components → lib/components}/Icons/Spray.js +0 -0
  1613. /package/{components → lib/components}/Icons/Spray.js.map +0 -0
  1614. /package/{components → lib/components}/Icons/StickyNote.d.ts +0 -0
  1615. /package/{components → lib/components}/Icons/StickyNote.js +0 -0
  1616. /package/{components → lib/components}/Icons/StickyNote.js.map +0 -0
  1617. /package/{components → lib/components}/Icons/StickyNotes.d.ts +0 -0
  1618. /package/{components → lib/components}/Icons/StickyNotes.js +0 -0
  1619. /package/{components → lib/components}/Icons/StickyNotes.js.map +0 -0
  1620. /package/{components → lib/components}/Icons/Stopwatch.d.ts +0 -0
  1621. /package/{components → lib/components}/Icons/Stopwatch.js +0 -0
  1622. /package/{components → lib/components}/Icons/Stopwatch.js.map +0 -0
  1623. /package/{components → lib/components}/Icons/Sun.d.ts +0 -0
  1624. /package/{components → lib/components}/Icons/Sun.js +0 -0
  1625. /package/{components → lib/components}/Icons/Sun.js.map +0 -0
  1626. /package/{components → lib/components}/Icons/SupportingPerson.d.ts +0 -0
  1627. /package/{components → lib/components}/Icons/SupportingPerson.js +0 -0
  1628. /package/{components → lib/components}/Icons/SupportingPerson.js.map +0 -0
  1629. /package/{components → lib/components}/Icons/Surgery.d.ts +0 -0
  1630. /package/{components → lib/components}/Icons/Surgery.js +0 -0
  1631. /package/{components → lib/components}/Icons/Surgery.js.map +0 -0
  1632. /package/{components → lib/components}/Icons/Sweets.d.ts +0 -0
  1633. /package/{components → lib/components}/Icons/Sweets.js +0 -0
  1634. /package/{components → lib/components}/Icons/Sweets.js.map +0 -0
  1635. /package/{components → lib/components}/Icons/Syringe.d.ts +0 -0
  1636. /package/{components → lib/components}/Icons/Syringe.js +0 -0
  1637. /package/{components → lib/components}/Icons/Syringe.js.map +0 -0
  1638. /package/{components → lib/components}/Icons/Taxi.d.ts +0 -0
  1639. /package/{components → lib/components}/Icons/Taxi.js +0 -0
  1640. /package/{components → lib/components}/Icons/Taxi.js.map +0 -0
  1641. /package/{components → lib/components}/Icons/TeddyBear.d.ts +0 -0
  1642. /package/{components → lib/components}/Icons/TeddyBear.js +0 -0
  1643. /package/{components → lib/components}/Icons/TeddyBear.js.map +0 -0
  1644. /package/{components → lib/components}/Icons/Teenagers.d.ts +0 -0
  1645. /package/{components → lib/components}/Icons/Teenagers.js +0 -0
  1646. /package/{components → lib/components}/Icons/Teenagers.js.map +0 -0
  1647. /package/{components → lib/components}/Icons/ThinkingAboutBaby.d.ts +0 -0
  1648. /package/{components → lib/components}/Icons/ThinkingAboutBaby.js +0 -0
  1649. /package/{components → lib/components}/Icons/ThinkingAboutBaby.js.map +0 -0
  1650. /package/{components → lib/components}/Icons/Ticket.d.ts +0 -0
  1651. /package/{components → lib/components}/Icons/Ticket.js +0 -0
  1652. /package/{components → lib/components}/Icons/Ticket.js.map +0 -0
  1653. /package/{components → lib/components}/Icons/TimePassing.d.ts +0 -0
  1654. /package/{components → lib/components}/Icons/TimePassing.js +0 -0
  1655. /package/{components → lib/components}/Icons/TimePassing.js.map +0 -0
  1656. /package/{components → lib/components}/Icons/Toddler.d.ts +0 -0
  1657. /package/{components → lib/components}/Icons/Toddler.js +0 -0
  1658. /package/{components → lib/components}/Icons/Toddler.js.map +0 -0
  1659. /package/{components → lib/components}/Icons/Tombstone.d.ts +0 -0
  1660. /package/{components → lib/components}/Icons/Tombstone.js +0 -0
  1661. /package/{components → lib/components}/Icons/Tombstone.js.map +0 -0
  1662. /package/{components → lib/components}/Icons/Toolbox.d.ts +0 -0
  1663. /package/{components → lib/components}/Icons/Toolbox.js +0 -0
  1664. /package/{components → lib/components}/Icons/Toolbox.js.map +0 -0
  1665. /package/{components → lib/components}/Icons/Tooth.d.ts +0 -0
  1666. /package/{components → lib/components}/Icons/Tooth.js +0 -0
  1667. /package/{components → lib/components}/Icons/Tooth.js.map +0 -0
  1668. /package/{components → lib/components}/Icons/TotalKneeProsthesis.d.ts +0 -0
  1669. /package/{components → lib/components}/Icons/TotalKneeProsthesis.js +0 -0
  1670. /package/{components → lib/components}/Icons/TotalKneeProsthesis.js.map +0 -0
  1671. /package/{components → lib/components}/Icons/Train.d.ts +0 -0
  1672. /package/{components → lib/components}/Icons/Train.js +0 -0
  1673. /package/{components → lib/components}/Icons/Train.js.map +0 -0
  1674. /package/{components → lib/components}/Icons/Transplantation.d.ts +0 -0
  1675. /package/{components → lib/components}/Icons/Transplantation.js +0 -0
  1676. /package/{components → lib/components}/Icons/Transplantation.js.map +0 -0
  1677. /package/{components → lib/components}/Icons/TrashCan.d.ts +0 -0
  1678. /package/{components → lib/components}/Icons/TrashCan.js +0 -0
  1679. /package/{components → lib/components}/Icons/TrashCan.js.map +0 -0
  1680. /package/{components → lib/components}/Icons/TravelRoute.d.ts +0 -0
  1681. /package/{components → lib/components}/Icons/TravelRoute.js +0 -0
  1682. /package/{components → lib/components}/Icons/TravelRoute.js.map +0 -0
  1683. /package/{components → lib/components}/Icons/TreatmentAids.d.ts +0 -0
  1684. /package/{components → lib/components}/Icons/TreatmentAids.js +0 -0
  1685. /package/{components → lib/components}/Icons/TreatmentAids.js.map +0 -0
  1686. /package/{components → lib/components}/Icons/TriangleX.d.ts +0 -0
  1687. /package/{components → lib/components}/Icons/TriangleX.js +0 -0
  1688. /package/{components → lib/components}/Icons/Twitter.d.ts +0 -0
  1689. /package/{components → lib/components}/Icons/Twitter.js +0 -0
  1690. /package/{components → lib/components}/Icons/Twitter.js.map +0 -0
  1691. /package/{components → lib/components}/Icons/Undo.d.ts +0 -0
  1692. /package/{components → lib/components}/Icons/Undo.js +0 -0
  1693. /package/{components → lib/components}/Icons/UniProsthesis.d.ts +0 -0
  1694. /package/{components → lib/components}/Icons/UniProsthesis.js +0 -0
  1695. /package/{components → lib/components}/Icons/UniProsthesis.js.map +0 -0
  1696. /package/{components → lib/components}/Icons/Upload.d.ts +0 -0
  1697. /package/{components → lib/components}/Icons/Upload.js +0 -0
  1698. /package/{components → lib/components}/Icons/Upload.js.map +0 -0
  1699. /package/{components → lib/components}/Icons/UserOrganization.d.ts +0 -0
  1700. /package/{components → lib/components}/Icons/UserOrganization.js +0 -0
  1701. /package/{components → lib/components}/Icons/UserOrganization.js.map +0 -0
  1702. /package/{components → lib/components}/Icons/Vaccine.d.ts +0 -0
  1703. /package/{components → lib/components}/Icons/Vaccine.js +0 -0
  1704. /package/{components → lib/components}/Icons/Vaccine.js.map +0 -0
  1705. /package/{components → lib/components}/Icons/VerticalDots.d.ts +0 -0
  1706. /package/{components → lib/components}/Icons/VerticalDots.js +0 -0
  1707. /package/{components → lib/components}/Icons/VideoCamera.d.ts +0 -0
  1708. /package/{components → lib/components}/Icons/VideoCamera.js +0 -0
  1709. /package/{components → lib/components}/Icons/VideoCamera.js.map +0 -0
  1710. /package/{components → lib/components}/Icons/VideoChat.d.ts +0 -0
  1711. /package/{components → lib/components}/Icons/VideoChat.js +0 -0
  1712. /package/{components → lib/components}/Icons/VideoChat.js.map +0 -0
  1713. /package/{components → lib/components}/Icons/Wallet.d.ts +0 -0
  1714. /package/{components → lib/components}/Icons/Wallet.js +0 -0
  1715. /package/{components → lib/components}/Icons/Wallet.js.map +0 -0
  1716. /package/{components → lib/components}/Icons/Watch.d.ts +0 -0
  1717. /package/{components → lib/components}/Icons/Watch.js +0 -0
  1718. /package/{components → lib/components}/Icons/Website.d.ts +0 -0
  1719. /package/{components → lib/components}/Icons/Website.js +0 -0
  1720. /package/{components → lib/components}/Icons/Website.js.map +0 -0
  1721. /package/{components → lib/components}/Icons/Wheelchair.d.ts +0 -0
  1722. /package/{components → lib/components}/Icons/Wheelchair.js +0 -0
  1723. /package/{components → lib/components}/Icons/Wheelchair.js.map +0 -0
  1724. /package/{components → lib/components}/Icons/WheelchairActive.d.ts +0 -0
  1725. /package/{components → lib/components}/Icons/WheelchairActive.js +0 -0
  1726. /package/{components → lib/components}/Icons/WheelchairActive.js.map +0 -0
  1727. /package/{components → lib/components}/Icons/Window.d.ts +0 -0
  1728. /package/{components → lib/components}/Icons/Window.js +0 -0
  1729. /package/{components → lib/components}/Icons/Window.js.map +0 -0
  1730. /package/{components → lib/components}/Icons/WordDocument.d.ts +0 -0
  1731. /package/{components → lib/components}/Icons/WordDocument.js +0 -0
  1732. /package/{components → lib/components}/Icons/WordDocument.js.map +0 -0
  1733. /package/{components → lib/components}/Icons/WorkSuitcase.d.ts +0 -0
  1734. /package/{components → lib/components}/Icons/WorkSuitcase.js +0 -0
  1735. /package/{components → lib/components}/Icons/WorkSuitcase.js.map +0 -0
  1736. /package/{components → lib/components}/Icons/X.d.ts +0 -0
  1737. /package/{components → lib/components}/Icons/X.js +0 -0
  1738. /package/{components → lib/components}/Icons/XOutline.d.ts +0 -0
  1739. /package/{components → lib/components}/Icons/XOutline.js +0 -0
  1740. /package/{components → lib/components}/Icons/XOutline.js.map +0 -0
  1741. /package/{components → lib/components}/Icons/XmlFile.d.ts +0 -0
  1742. /package/{components → lib/components}/Icons/XmlFile.js +0 -0
  1743. /package/{components → lib/components}/Icons/XmlFile.js.map +0 -0
  1744. /package/{components → lib/components}/Icons/YouTube.d.ts +0 -0
  1745. /package/{components → lib/components}/Icons/YouTube.js +0 -0
  1746. /package/{components → lib/components}/Icons/YouTube.js.map +0 -0
  1747. /package/{components → lib/components}/Icons/Zoom.d.ts +0 -0
  1748. /package/{components → lib/components}/Icons/Zoom.js +0 -0
  1749. /package/{components → lib/components}/Icons/Zoom.js.map +0 -0
  1750. /package/{components → lib/components}/Illustration/Illustration.d.ts +0 -0
  1751. /package/{components → lib/components}/Illustration/Illustration.test.d.ts +0 -0
  1752. /package/{components → lib/components}/Illustration/index.d.ts +0 -0
  1753. /package/{components → lib/components}/Illustration/index.js +0 -0
  1754. /package/{components → lib/components}/Illustration/utils.d.ts +0 -0
  1755. /package/{components → lib/components}/Illustrations/BabyMobile.d.ts +0 -0
  1756. /package/{components → lib/components}/Illustrations/BabyMobile.js +0 -0
  1757. /package/{components → lib/components}/Illustrations/BabyMobile.js.map +0 -0
  1758. /package/{components → lib/components}/Illustrations/BabyMobileMedium.d.ts +0 -0
  1759. /package/{components → lib/components}/Illustrations/BabyMobileMedium.js +0 -0
  1760. /package/{components → lib/components}/Illustrations/Child.d.ts +0 -0
  1761. /package/{components → lib/components}/Illustrations/Child.js +0 -0
  1762. /package/{components → lib/components}/Illustrations/Child.js.map +0 -0
  1763. /package/{components → lib/components}/Illustrations/ChildMedium.d.ts +0 -0
  1764. /package/{components → lib/components}/Illustrations/ChildMedium.js +0 -0
  1765. /package/{components → lib/components}/Illustrations/Doctor.d.ts +0 -0
  1766. /package/{components → lib/components}/Illustrations/Doctor.js +0 -0
  1767. /package/{components → lib/components}/Illustrations/Doctor.js.map +0 -0
  1768. /package/{components → lib/components}/Illustrations/DoctorMedium.d.ts +0 -0
  1769. /package/{components → lib/components}/Illustrations/DoctorMedium.js +0 -0
  1770. /package/{components → lib/components}/Illustrations/DoctorSmall.d.ts +0 -0
  1771. /package/{components → lib/components}/Illustrations/DoctorSmall.js +0 -0
  1772. /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprint.d.ts +0 -0
  1773. /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprint.js +0 -0
  1774. /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprint.js.map +0 -0
  1775. /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprintMedium.d.ts +0 -0
  1776. /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprintMedium.js +0 -0
  1777. /package/{components → lib/components}/Illustrations/GiveBabyFood.d.ts +0 -0
  1778. /package/{components → lib/components}/Illustrations/GiveBabyFood.js +0 -0
  1779. /package/{components → lib/components}/Illustrations/GiveBabyFood.js.map +0 -0
  1780. /package/{components → lib/components}/Illustrations/GiveBabyFoodMedium.d.ts +0 -0
  1781. /package/{components → lib/components}/Illustrations/GiveBabyFoodMedium.js +0 -0
  1782. /package/{components → lib/components}/Illustrations/HealthcarePersonnel.d.ts +0 -0
  1783. /package/{components → lib/components}/Illustrations/HealthcarePersonnel.js +0 -0
  1784. /package/{components → lib/components}/Illustrations/HealthcarePersonnel.js.map +0 -0
  1785. /package/{components → lib/components}/Illustrations/HealthcarePersonnelMedium.d.ts +0 -0
  1786. /package/{components → lib/components}/Illustrations/HealthcarePersonnelMedium.js +0 -0
  1787. /package/{components → lib/components}/Illustrations/HealthcarePersonnelSmall.d.ts +0 -0
  1788. /package/{components → lib/components}/Illustrations/HealthcarePersonnelSmall.js +0 -0
  1789. /package/{components → lib/components}/Illustrations/IllustrationNames.d.ts +0 -0
  1790. /package/{components → lib/components}/Illustrations/IllustrationNames.js +0 -0
  1791. /package/{components → lib/components}/Illustrations/ReadLetters.d.ts +0 -0
  1792. /package/{components → lib/components}/Illustrations/ReadLetters.js +0 -0
  1793. /package/{components → lib/components}/Illustrations/ReadLetters.js.map +0 -0
  1794. /package/{components → lib/components}/Illustrations/ReadLettersMedium.d.ts +0 -0
  1795. /package/{components → lib/components}/Illustrations/ReadLettersMedium.js +0 -0
  1796. /package/{components → lib/components}/Illustrations/Stroller.d.ts +0 -0
  1797. /package/{components → lib/components}/Illustrations/Stroller.js +0 -0
  1798. /package/{components → lib/components}/Illustrations/Stroller.js.map +0 -0
  1799. /package/{components → lib/components}/Illustrations/StrollerMedium.d.ts +0 -0
  1800. /package/{components → lib/components}/Illustrations/StrollerMedium.js +0 -0
  1801. /package/{components → lib/components}/Illustrations/Support2.d.ts +0 -0
  1802. /package/{components → lib/components}/Illustrations/Support2.js +0 -0
  1803. /package/{components → lib/components}/Illustrations/Support2.js.map +0 -0
  1804. /package/{components → lib/components}/Illustrations/Support2Medium.d.ts +0 -0
  1805. /package/{components → lib/components}/Illustrations/Support2Medium.js +0 -0
  1806. /package/{components → lib/components}/InfoTeaser/InfoTeaser.d.ts +0 -0
  1807. /package/{components → lib/components}/InfoTeaser/InfoTeaser.test.d.ts +0 -0
  1808. /package/{components → lib/components}/InfoTeaser/index.d.ts +0 -0
  1809. /package/{components → lib/components}/InfoTeaser/index.js +0 -0
  1810. /package/{components → lib/components}/InfoTeaser/resourceHelper.d.ts +0 -0
  1811. /package/{components → lib/components}/InfoTeaser/styles.module.scss +0 -0
  1812. /package/{components → lib/components}/InfoTeaser/styles.module.scss.d.ts +0 -0
  1813. /package/{components → lib/components}/Input/Input.d.ts +0 -0
  1814. /package/{components → lib/components}/Input/Input.test.d.ts +0 -0
  1815. /package/{components → lib/components}/Input/index.d.ts +0 -0
  1816. /package/{components → lib/components}/Input/index.js +0 -0
  1817. /package/{components → lib/components}/Input/styles.module.scss +0 -0
  1818. /package/{components → lib/components}/Input/styles.module.scss.d.ts +0 -0
  1819. /package/{components → lib/components}/Label/Label.d.ts +0 -0
  1820. /package/{components → lib/components}/Label/Label.test.d.ts +0 -0
  1821. /package/{components → lib/components}/Label/SubLabel.d.ts +0 -0
  1822. /package/{components → lib/components}/Label/index.d.ts +0 -0
  1823. /package/{components → lib/components}/Label/index.js +0 -0
  1824. /package/{components → lib/components}/Label/styles.module.scss.d.ts +0 -0
  1825. /package/{components → lib/components}/LazyIcon/ErrorBoundary.d.ts +0 -0
  1826. /package/{components → lib/components}/LazyIcon/LazyIcon.d.ts +0 -0
  1827. /package/{components → lib/components}/LazyIcon/LazyIcon.test.d.ts +0 -0
  1828. /package/{components → lib/components}/LazyIcon/index.d.ts +0 -0
  1829. /package/{components → lib/components}/LazyIcon/index.js +0 -0
  1830. /package/{components → lib/components}/LazyIcon/utils.d.ts +0 -0
  1831. /package/{components → lib/components}/LazyIllustration/LazyIllustration.d.ts +0 -0
  1832. /package/{components → lib/components}/LazyIllustration/LazyIllustration.test.d.ts +0 -0
  1833. /package/{components → lib/components}/LazyIllustration/index.d.ts +0 -0
  1834. /package/{components → lib/components}/LazyIllustration/index.js +0 -0
  1835. /package/{components → lib/components}/LinkList/LinkList.d.ts +0 -0
  1836. /package/{components → lib/components}/LinkList/LinkList.test.d.ts +0 -0
  1837. /package/{components → lib/components}/LinkList/index.d.ts +0 -0
  1838. /package/{components → lib/components}/LinkList/index.js +0 -0
  1839. /package/{components → lib/components}/LinkList/styles.module.scss.d.ts +0 -0
  1840. /package/{components → lib/components}/List/List.d.ts +0 -0
  1841. /package/{components → lib/components}/List/List.test.d.ts +0 -0
  1842. /package/{components → lib/components}/List/index.d.ts +0 -0
  1843. /package/{components → lib/components}/List/index.js +0 -0
  1844. /package/{components → lib/components}/List/stories.module.scss +0 -0
  1845. /package/{components → lib/components}/List/stories.module.scss.d.ts +0 -0
  1846. /package/{components → lib/components}/List/styles.module.scss +0 -0
  1847. /package/{components → lib/components}/List/styles.module.scss.d.ts +0 -0
  1848. /package/{components → lib/components}/ListEditMode/ListEditMode.d.ts +0 -0
  1849. /package/{components → lib/components}/ListEditMode/index.d.ts +0 -0
  1850. /package/{components → lib/components}/ListEditMode/index.js +0 -0
  1851. /package/{components → lib/components}/ListEditMode/styles.module.scss +0 -0
  1852. /package/{components → lib/components}/ListEditMode/styles.module.scss.d.ts +0 -0
  1853. /package/{components → lib/components}/Loader/Loader.d.ts +0 -0
  1854. /package/{components → lib/components}/Loader/Loader.test.d.ts +0 -0
  1855. /package/{components → lib/components}/Loader/index.d.ts +0 -0
  1856. /package/{components → lib/components}/Loader/styles.module.scss +0 -0
  1857. /package/{components → lib/components}/Loader/styles.module.scss.d.ts +0 -0
  1858. /package/{components → lib/components}/Logo/Logo.d.ts +0 -0
  1859. /package/{components → lib/components}/Logo/Logo.test.d.ts +0 -0
  1860. /package/{components → lib/components}/Logo/index.d.ts +0 -0
  1861. /package/{components → lib/components}/Logo/index.js +0 -0
  1862. /package/{components → lib/components}/Logo/index.js.map +0 -0
  1863. /package/{components → lib/components}/MaxCharacters/MaxCharacters.d.ts +0 -0
  1864. /package/{components → lib/components}/MaxCharacters/MaxCharacters.test.d.ts +0 -0
  1865. /package/{components → lib/components}/MaxCharacters/styles.module.scss +0 -0
  1866. /package/{components → lib/components}/MaxCharacters/styles.module.scss.d.ts +0 -0
  1867. /package/{components → lib/components}/Mittens/styles.module.scss +0 -0
  1868. /package/{components → lib/components}/Mittens/styles.module.scss.d.ts +0 -0
  1869. /package/{components → lib/components}/Modal/Modal.d.ts +0 -0
  1870. /package/{components → lib/components}/Modal/Modal.test.d.ts +0 -0
  1871. /package/{components → lib/components}/Modal/index.d.ts +0 -0
  1872. /package/{components → lib/components}/Modal/styles.module.scss +0 -0
  1873. /package/{components → lib/components}/Modal/styles.module.scss.d.ts +0 -0
  1874. /package/{components → lib/components}/NotificationPanel/NotificationPanel.d.ts +0 -0
  1875. /package/{components → lib/components}/NotificationPanel/NotificationPanel.test.d.ts +0 -0
  1876. /package/{components → lib/components}/NotificationPanel/index.d.ts +0 -0
  1877. /package/{components → lib/components}/NotificationPanel/styles.module.scss +0 -0
  1878. /package/{components → lib/components}/NotificationPanel/styles.module.scss.d.ts +0 -0
  1879. /package/{components → lib/components}/Panel/Panel.d.ts +0 -0
  1880. /package/{components → lib/components}/Panel/Panel.test.d.ts +0 -0
  1881. /package/{components → lib/components}/Panel/PanelExamples.d.ts +0 -0
  1882. /package/{components → lib/components}/Panel/PanelTitle/PanelTitle.d.ts +0 -0
  1883. /package/{components → lib/components}/Panel/PanelTitle/index.d.ts +0 -0
  1884. /package/{components → lib/components}/Panel/PanelTitle/index.js +0 -0
  1885. /package/{components → lib/components}/Panel/PanelTitle/styles.module.scss +0 -0
  1886. /package/{components → lib/components}/Panel/PanelTitle/styles.module.scss.d.ts +0 -0
  1887. /package/{components → lib/components}/Panel/Paneldocs.d.ts +0 -0
  1888. /package/{components → lib/components}/Panel/index.d.ts +0 -0
  1889. /package/{components → lib/components}/Panel/index.js +0 -0
  1890. /package/{components → lib/components}/Panel/index.js.map +0 -0
  1891. /package/{components → lib/components}/Panel/resourceHelper.d.ts +0 -0
  1892. /package/{components → lib/components}/Panel/styles.module.scss +0 -0
  1893. /package/{components → lib/components}/Panel/styles.module.scss.d.ts +0 -0
  1894. /package/{components → lib/components}/PanelList/PanelList.d.ts +0 -0
  1895. /package/{components → lib/components}/PanelList/PanelList.test.d.ts +0 -0
  1896. /package/{components → lib/components}/PanelList/index.d.ts +0 -0
  1897. /package/{components → lib/components}/PanelList/styles.module.scss +0 -0
  1898. /package/{components → lib/components}/PanelList/styles.module.scss.d.ts +0 -0
  1899. /package/{components → lib/components}/PanelListOld/PanelListOld.d.ts +0 -0
  1900. /package/{components → lib/components}/PanelListOld/PanelListOld.test.d.ts +0 -0
  1901. /package/{components → lib/components}/PanelListOld/index.d.ts +0 -0
  1902. /package/{components → lib/components}/PanelListOld/styles.module.scss +0 -0
  1903. /package/{components → lib/components}/PanelListOld/styles.module.scss.d.ts +0 -0
  1904. /package/{components → lib/components}/PanelOld/PanelOld.d.ts +0 -0
  1905. /package/{components → lib/components}/PanelOld/PanelOld.test.d.ts +0 -0
  1906. /package/{components → lib/components}/PanelOld/index.d.ts +0 -0
  1907. /package/{components → lib/components}/PanelOld/index.js +0 -0
  1908. /package/{components → lib/components}/PanelOld/styles.module.scss +0 -0
  1909. /package/{components → lib/components}/PanelOld/styles.module.scss.d.ts +0 -0
  1910. /package/{components → lib/components}/PopMenu/PopMenu.test.d.ts +0 -0
  1911. /package/{components → lib/components}/PopMenu/index.d.ts +0 -0
  1912. /package/{components → lib/components}/PopMenu/story.module.scss +0 -0
  1913. /package/{components → lib/components}/PopMenu/story.module.scss.d.ts +0 -0
  1914. /package/{components → lib/components}/PopOver/PopOver.d.ts +0 -0
  1915. /package/{components → lib/components}/PopOver/PopOver.test.d.ts +0 -0
  1916. /package/{components → lib/components}/PopOver/index.d.ts +0 -0
  1917. /package/{components → lib/components}/PopOver/index.js +0 -0
  1918. /package/{components → lib/components}/PopOver/styles.module.scss +0 -0
  1919. /package/{components → lib/components}/PopOver/styles.module.scss.d.ts +0 -0
  1920. /package/{components → lib/components}/PopOver/utils.d.ts +0 -0
  1921. /package/{components → lib/components}/Portal/index.d.ts +0 -0
  1922. /package/{components → lib/components}/Portal/index.js +0 -0
  1923. /package/{components → lib/components}/Progressbar/Progressbar.d.ts +0 -0
  1924. /package/{components → lib/components}/Progressbar/Progressbar.test.d.ts +0 -0
  1925. /package/{components → lib/components}/Progressbar/index.d.ts +0 -0
  1926. /package/{components → lib/components}/Progressbar/styles.module.scss +0 -0
  1927. /package/{components → lib/components}/Progressbar/styles.module.scss.d.ts +0 -0
  1928. /package/{components → lib/components}/PromoPanel/PromoPanel.d.ts +0 -0
  1929. /package/{components → lib/components}/PromoPanel/PromoPanel.test.d.ts +0 -0
  1930. /package/{components → lib/components}/PromoPanel/index.d.ts +0 -0
  1931. /package/{components → lib/components}/PromoPanel/styles.module.scss +0 -0
  1932. /package/{components → lib/components}/PromoPanel/styles.module.scss.d.ts +0 -0
  1933. /package/{components → lib/components}/RadioButton/RadioButton.d.ts +0 -0
  1934. /package/{components → lib/components}/RadioButton/RadioButton.test.d.ts +0 -0
  1935. /package/{components → lib/components}/RadioButton/index.d.ts +0 -0
  1936. /package/{components → lib/components}/RadioButton/index.js +0 -0
  1937. /package/{components → lib/components}/RadioButton/styles.module.scss +0 -0
  1938. /package/{components → lib/components}/RadioButton/styles.module.scss.d.ts +0 -0
  1939. /package/{components → lib/components}/Select/Select.d.ts +0 -0
  1940. /package/{components → lib/components}/Select/Select.test.d.ts +0 -0
  1941. /package/{components → lib/components}/Select/index.d.ts +0 -0
  1942. /package/{components → lib/components}/Select/index.js +0 -0
  1943. /package/{components → lib/components}/Select/styles.module.scss +0 -0
  1944. /package/{components → lib/components}/Select/styles.module.scss.d.ts +0 -0
  1945. /package/{components → lib/components}/ServiceMessage/ServiceMessage.d.ts +0 -0
  1946. /package/{components → lib/components}/ServiceMessage/ServiceMessage.test.d.ts +0 -0
  1947. /package/{components → lib/components}/ServiceMessage/index.d.ts +0 -0
  1948. /package/{components → lib/components}/ServiceMessage/styles.module.scss +0 -0
  1949. /package/{components → lib/components}/ServiceMessage/styles.module.scss.d.ts +0 -0
  1950. /package/{components → lib/components}/SharingStatus/SharingStatus.d.ts +0 -0
  1951. /package/{components → lib/components}/SharingStatus/SharingStatus.test.d.ts +0 -0
  1952. /package/{components → lib/components}/SharingStatus/index.d.ts +0 -0
  1953. /package/{components → lib/components}/SharingStatus/styles.module.scss +0 -0
  1954. /package/{components → lib/components}/SharingStatus/styles.module.scss.d.ts +0 -0
  1955. /package/{components → lib/components}/Slider/Slider.d.ts +0 -0
  1956. /package/{components → lib/components}/Slider/Slider.test.d.ts +0 -0
  1957. /package/{components → lib/components}/Slider/index.d.ts +0 -0
  1958. /package/{components → lib/components}/Slider/index.js +0 -0
  1959. /package/{components → lib/components}/Slider/styles.module.scss +0 -0
  1960. /package/{components → lib/components}/Slider/styles.module.scss.d.ts +0 -0
  1961. /package/{components → lib/components}/Spacer/Spacer.d.ts +0 -0
  1962. /package/{components → lib/components}/Spacer/Spacer.test.d.ts +0 -0
  1963. /package/{components → lib/components}/Spacer/index.d.ts +0 -0
  1964. /package/{components → lib/components}/Spacer/index.js +0 -0
  1965. /package/{components → lib/components}/Spacer/styles.module.scss +0 -0
  1966. /package/{components → lib/components}/Spacer/styles.module.scss.d.ts +0 -0
  1967. /package/{components → lib/components}/StatusDot/StatusDot.d.ts +0 -0
  1968. /package/{components → lib/components}/StatusDot/StatusDot.test.d.ts +0 -0
  1969. /package/{components → lib/components}/StatusDot/index.d.ts +0 -0
  1970. /package/{components → lib/components}/StatusDot/index.js +0 -0
  1971. /package/{components → lib/components}/StatusDot/styles.module.scss +0 -0
  1972. /package/{components → lib/components}/StatusDot/styles.module.scss.d.ts +0 -0
  1973. /package/{components → lib/components}/Step/Step.d.ts +0 -0
  1974. /package/{components → lib/components}/Step/Step.test.d.ts +0 -0
  1975. /package/{components → lib/components}/Step/index.d.ts +0 -0
  1976. /package/{components → lib/components}/Step/styles.module.scss +0 -0
  1977. /package/{components → lib/components}/Step/styles.module.scss.d.ts +0 -0
  1978. /package/{components → lib/components}/StepButtons/StepButtons.d.ts +0 -0
  1979. /package/{components → lib/components}/StepButtons/StepButtons.test.d.ts +0 -0
  1980. /package/{components → lib/components}/StepButtons/index.d.ts +0 -0
  1981. /package/{components → lib/components}/StepButtons/index.js +0 -0
  1982. /package/{components → lib/components}/StepButtons/styles.module.scss +0 -0
  1983. /package/{components → lib/components}/StepButtons/styles.module.scss.d.ts +0 -0
  1984. /package/{components → lib/components}/Stepper/Dot.d.ts +0 -0
  1985. /package/{components → lib/components}/Stepper/DotList.d.ts +0 -0
  1986. /package/{components → lib/components}/Stepper/Stepper.d.ts +0 -0
  1987. /package/{components → lib/components}/Stepper/Stepper.test.d.ts +0 -0
  1988. /package/{components → lib/components}/Stepper/index.d.ts +0 -0
  1989. /package/{components → lib/components}/Stepper/styles.module.scss +0 -0
  1990. /package/{components → lib/components}/Stepper/styles.module.scss.d.ts +0 -0
  1991. /package/{components → lib/components}/Stepper/utils.d.ts +0 -0
  1992. /package/{components → lib/components}/StickyNote/Close.d.ts +0 -0
  1993. /package/{components → lib/components}/StickyNote/StickyNote.d.ts +0 -0
  1994. /package/{components → lib/components}/StickyNote/StickyNote.test.d.ts +0 -0
  1995. /package/{components → lib/components}/StickyNote/Triangle.d.ts +0 -0
  1996. /package/{components → lib/components}/StickyNote/index.d.ts +0 -0
  1997. /package/{components → lib/components}/StickyNote/styles.module.scss +0 -0
  1998. /package/{components → lib/components}/StickyNote/styles.module.scss.d.ts +0 -0
  1999. /package/{components → lib/components}/Table/Table.d.ts +0 -0
  2000. /package/{components → lib/components}/Table/Table.test.d.ts +0 -0
  2001. /package/{components → lib/components}/Table/TableBody/TableBody.d.ts +0 -0
  2002. /package/{components → lib/components}/Table/TableBody/index.d.ts +0 -0
  2003. /package/{components → lib/components}/Table/TableBody/index.js +0 -0
  2004. /package/{components → lib/components}/Table/TableCell/TableCell.d.ts +0 -0
  2005. /package/{components → lib/components}/Table/TableCell/index.d.ts +0 -0
  2006. /package/{components → lib/components}/Table/TableCell/index.js +0 -0
  2007. /package/{components → lib/components}/Table/TableExpandedRow/TableExpandedRow.d.ts +0 -0
  2008. /package/{components → lib/components}/Table/TableExpandedRow/index.d.ts +0 -0
  2009. /package/{components → lib/components}/Table/TableExpandedRow/index.js +0 -0
  2010. /package/{components → lib/components}/Table/TableExpanderCell/TableExpanderCell.d.ts +0 -0
  2011. /package/{components → lib/components}/Table/TableExpanderCell/TableExpanderCellMobile.d.ts +0 -0
  2012. /package/{components → lib/components}/Table/TableExpanderCell/index.d.ts +0 -0
  2013. /package/{components → lib/components}/Table/TableExpanderCell/index.js +0 -0
  2014. /package/{components → lib/components}/Table/TableHead/TableHead.d.ts +0 -0
  2015. /package/{components → lib/components}/Table/TableHead/index.d.ts +0 -0
  2016. /package/{components → lib/components}/Table/TableHead/index.js +0 -0
  2017. /package/{components → lib/components}/Table/TableHeadCell/TableHeadCell.d.ts +0 -0
  2018. /package/{components → lib/components}/Table/TableHeadCell/index.d.ts +0 -0
  2019. /package/{components → lib/components}/Table/TableHeadCell/index.js +0 -0
  2020. /package/{components → lib/components}/Table/TableRow/TableRow.d.ts +0 -0
  2021. /package/{components → lib/components}/Table/TableRow/index.d.ts +0 -0
  2022. /package/{components → lib/components}/Table/TableRow/index.js +0 -0
  2023. /package/{components → lib/components}/Table/index.d.ts +0 -0
  2024. /package/{components → lib/components}/Table/index.js +0 -0
  2025. /package/{components → lib/components}/Table/index.js.map +0 -0
  2026. /package/{components → lib/components}/Table/styles.module.scss +0 -0
  2027. /package/{components → lib/components}/Table/styles.module.scss.d.ts +0 -0
  2028. /package/{components → lib/components}/Table/utils.d.ts +0 -0
  2029. /package/{components → lib/components}/Tabs/Tab.d.ts +0 -0
  2030. /package/{components → lib/components}/Tabs/TabList/TabChevron.d.ts +0 -0
  2031. /package/{components → lib/components}/Tabs/TabList/TabItem.d.ts +0 -0
  2032. /package/{components → lib/components}/Tabs/TabList/TabList.d.ts +0 -0
  2033. /package/{components → lib/components}/Tabs/TabList/index.d.ts +0 -0
  2034. /package/{components → lib/components}/Tabs/TabList/index.js +0 -0
  2035. /package/{components → lib/components}/Tabs/TabList/styles.module.scss +0 -0
  2036. /package/{components → lib/components}/Tabs/TabList/styles.module.scss.d.ts +0 -0
  2037. /package/{components → lib/components}/Tabs/TabPanel/TabPanel.d.ts +0 -0
  2038. /package/{components → lib/components}/Tabs/TabPanel/index.d.ts +0 -0
  2039. /package/{components → lib/components}/Tabs/TabPanel/index.js +0 -0
  2040. /package/{components → lib/components}/Tabs/TabPanel/styles.module.scss +0 -0
  2041. /package/{components → lib/components}/Tabs/TabPanel/styles.module.scss.d.ts +0 -0
  2042. /package/{components → lib/components}/Tabs/Tabs.d.ts +0 -0
  2043. /package/{components → lib/components}/Tabs/Tabs.test.d.ts +0 -0
  2044. /package/{components → lib/components}/Tabs/index.d.ts +0 -0
  2045. /package/{components → lib/components}/Tabs/resourceHelper.d.ts +0 -0
  2046. /package/{components → lib/components}/Tabs/styles.module.scss +0 -0
  2047. /package/{components → lib/components}/Tabs/styles.module.scss.d.ts +0 -0
  2048. /package/{components → lib/components}/Tag/Tag.d.ts +0 -0
  2049. /package/{components → lib/components}/Tag/Tag.test.d.ts +0 -0
  2050. /package/{components → lib/components}/Tag/index.d.ts +0 -0
  2051. /package/{components → lib/components}/Tag/styles.module.scss +0 -0
  2052. /package/{components → lib/components}/Tag/styles.module.scss.d.ts +0 -0
  2053. /package/{components → lib/components}/TagList/TagList.d.ts +0 -0
  2054. /package/{components → lib/components}/TagList/TagList.test.d.ts +0 -0
  2055. /package/{components → lib/components}/TagList/index.d.ts +0 -0
  2056. /package/{components → lib/components}/TagList/index.js +0 -0
  2057. /package/{components → lib/components}/TagList/index.js.map +0 -0
  2058. /package/{components → lib/components}/TagList/styles.module.scss +0 -0
  2059. /package/{components → lib/components}/TagList/styles.module.scss.d.ts +0 -0
  2060. /package/{components → lib/components}/Textarea/Textarea.d.ts +0 -0
  2061. /package/{components → lib/components}/Textarea/Textarea.test.d.ts +0 -0
  2062. /package/{components → lib/components}/Textarea/index.d.ts +0 -0
  2063. /package/{components → lib/components}/Textarea/index.js +0 -0
  2064. /package/{components → lib/components}/Textarea/styles.module.scss +0 -0
  2065. /package/{components → lib/components}/Textarea/styles.module.scss.d.ts +0 -0
  2066. /package/{components → lib/components}/Tile/Tile.d.ts +0 -0
  2067. /package/{components → lib/components}/Tile/Tile.test.d.ts +0 -0
  2068. /package/{components → lib/components}/Tile/index.d.ts +0 -0
  2069. /package/{components → lib/components}/Tile/styles.module.scss +0 -0
  2070. /package/{components → lib/components}/Tile/styles.module.scss.d.ts +0 -0
  2071. /package/{components → lib/components}/Title/Title.d.ts +0 -0
  2072. /package/{components → lib/components}/Title/Title.test.d.ts +0 -0
  2073. /package/{components → lib/components}/Title/index.d.ts +0 -0
  2074. /package/{components → lib/components}/Title/index.js +0 -0
  2075. /package/{components → lib/components}/Title/styles.module.scss +0 -0
  2076. /package/{components → lib/components}/Title/styles.module.scss.d.ts +0 -0
  2077. /package/{components → lib/components}/Toast/Toast.d.ts +0 -0
  2078. /package/{components → lib/components}/Toast/Toast.test.d.ts +0 -0
  2079. /package/{components → lib/components}/Toast/index.d.ts +0 -0
  2080. /package/{components → lib/components}/Toast/index.js +0 -0
  2081. /package/{components → lib/components}/Toast/index.js.map +0 -0
  2082. /package/{components → lib/components}/Toast/styles.module.scss +0 -0
  2083. /package/{components → lib/components}/ToastList/ToastList.d.ts +0 -0
  2084. /package/{components → lib/components}/ToastList/ToastList.test.d.ts +0 -0
  2085. /package/{components → lib/components}/ToastList/index.d.ts +0 -0
  2086. /package/{components → lib/components}/ToastList/index.js +0 -0
  2087. /package/{components → lib/components}/ToastList/index.js.map +0 -0
  2088. /package/{components → lib/components}/ToastList/styles.module.scss +0 -0
  2089. /package/{components → lib/components}/ToastList/styles.module.scss.d.ts +0 -0
  2090. /package/{components → lib/components}/Toggle/Toggle.d.ts +0 -0
  2091. /package/{components → lib/components}/Toggle/Toggle.test.d.ts +0 -0
  2092. /package/{components → lib/components}/Toggle/index.d.ts +0 -0
  2093. /package/{components → lib/components}/Toggle/styles.module.scss +0 -0
  2094. /package/{components → lib/components}/Toggle/styles.module.scss.d.ts +0 -0
  2095. /package/{components → lib/components}/Validation/ErrorList.d.ts +0 -0
  2096. /package/{components → lib/components}/Validation/ErrorListItem.d.ts +0 -0
  2097. /package/{components → lib/components}/Validation/Validation.d.ts +0 -0
  2098. /package/{components → lib/components}/Validation/Validation.test.d.ts +0 -0
  2099. /package/{components → lib/components}/Validation/ValidationSummary.d.ts +0 -0
  2100. /package/{components → lib/components}/Validation/ValidationSummary.test.d.ts +0 -0
  2101. /package/{components → lib/components}/Validation/index.d.ts +0 -0
  2102. /package/{components → lib/components}/Validation/styles.module.scss +0 -0
  2103. /package/{components → lib/components}/Validation/styles.module.scss.d.ts +0 -0
  2104. /package/{components → lib/components}/Validation/types.d.ts +0 -0
  2105. /package/{constants.d.ts → lib/constants.d.ts} +0 -0
  2106. /package/{constants.js → lib/constants.js} +0 -0
  2107. /package/{constants2.js → lib/constants2.js} +0 -0
  2108. /package/{constants2.js.map → lib/constants2.js.map} +0 -0
  2109. /package/{currys.js → lib/currys.js} +0 -0
  2110. /package/{debounce.js → lib/debounce.js} +0 -0
  2111. /package/{debounce.js.map → lib/debounce.js.map} +0 -0
  2112. /package/{deepContains.js → lib/deepContains.js} +0 -0
  2113. /package/{deepContains.js.map → lib/deepContains.js.map} +0 -0
  2114. /package/{device.js → lib/device.js} +0 -0
  2115. /package/{device.js.map → lib/device.js.map} +0 -0
  2116. /package/{docs → lib/docs}/ButtonWithModal/ButtonWithModal.d.ts +0 -0
  2117. /package/{docs → lib/docs}/ButtonWithModal/index.d.ts +0 -0
  2118. /package/{docs → lib/docs}/FormExample/FormExample.d.ts +0 -0
  2119. /package/{docs → lib/docs}/FormExample/index.d.ts +0 -0
  2120. /package/{docs → lib/docs}/GridExample/GridExample.d.ts +0 -0
  2121. /package/{docs → lib/docs}/GridExample/index.d.ts +0 -0
  2122. /package/{docs → lib/docs}/HelpBubbleExample/HelpBubbleExample.d.ts +0 -0
  2123. /package/{docs → lib/docs}/HelpBubbleExample/index.d.ts +0 -0
  2124. /package/{docs → lib/docs}/HelpTooltipExample/HelpTooltipExample.d.ts +0 -0
  2125. /package/{docs → lib/docs}/HelpTooltipExample/index.d.ts +0 -0
  2126. /package/{docs → lib/docs}/Tokens/TokensExample.d.ts +0 -0
  2127. /package/{environment.js → lib/environment.js} +0 -0
  2128. /package/{environment.js.map → lib/environment.js.map} +0 -0
  2129. /package/{floating-ui.react.js → lib/floating-ui.react.js} +0 -0
  2130. /package/{floating-ui.react.js.map → lib/floating-ui.react.js.map} +0 -0
  2131. /package/{focus.js → lib/focus.js} +0 -0
  2132. /package/{focus.js.map → lib/focus.js.map} +0 -0
  2133. /package/{fonts → lib/fonts}/source-sans-pro-200-extralight-italic.woff +0 -0
  2134. /package/{fonts → lib/fonts}/source-sans-pro-200-extralight-italic.woff2 +0 -0
  2135. /package/{fonts → lib/fonts}/source-sans-pro-200-extralight.woff +0 -0
  2136. /package/{fonts → lib/fonts}/source-sans-pro-200-extralight.woff2 +0 -0
  2137. /package/{fonts → lib/fonts}/source-sans-pro-300-light-italic.woff +0 -0
  2138. /package/{fonts → lib/fonts}/source-sans-pro-300-light-italic.woff2 +0 -0
  2139. /package/{fonts → lib/fonts}/source-sans-pro-300-light.woff +0 -0
  2140. /package/{fonts → lib/fonts}/source-sans-pro-300-light.woff2 +0 -0
  2141. /package/{fonts → lib/fonts}/source-sans-pro-400-regular-italic.woff +0 -0
  2142. /package/{fonts → lib/fonts}/source-sans-pro-400-regular-italic.woff2 +0 -0
  2143. /package/{fonts → lib/fonts}/source-sans-pro-400-regular.woff +0 -0
  2144. /package/{fonts → lib/fonts}/source-sans-pro-400-regular.woff2 +0 -0
  2145. /package/{fonts → lib/fonts}/source-sans-pro-600-semibold-italic.woff +0 -0
  2146. /package/{fonts → lib/fonts}/source-sans-pro-600-semibold-italic.woff2 +0 -0
  2147. /package/{fonts → lib/fonts}/source-sans-pro-600-semibold.woff +0 -0
  2148. /package/{fonts → lib/fonts}/source-sans-pro-600-semibold.woff2 +0 -0
  2149. /package/{fonts → lib/fonts}/source-sans-pro-700-bold-italic.woff +0 -0
  2150. /package/{fonts → lib/fonts}/source-sans-pro-700-bold-italic.woff2 +0 -0
  2151. /package/{fonts → lib/fonts}/source-sans-pro-700-bold.woff +0 -0
  2152. /package/{fonts → lib/fonts}/source-sans-pro-700-bold.woff2 +0 -0
  2153. /package/{fonts → lib/fonts}/source-sans-pro-900-black-italic.woff +0 -0
  2154. /package/{fonts → lib/fonts}/source-sans-pro-900-black-italic.woff2 +0 -0
  2155. /package/{fonts → lib/fonts}/source-sans-pro-900-black.woff +0 -0
  2156. /package/{fonts → lib/fonts}/source-sans-pro-900-black.woff2 +0 -0
  2157. /package/{grid.js → lib/grid.js} +0 -0
  2158. /package/{grid.js.map → lib/grid.js.map} +0 -0
  2159. /package/{hoc → lib/hoc}/withBreakpoint/index.d.ts +0 -0
  2160. /package/{hoc → lib/hoc}/withBreakpoint/index.js +0 -0
  2161. /package/{hoc → lib/hoc}/withBreakpoint/index.js.map +0 -0
  2162. /package/{hoc → lib/hoc}/withBreakpoint/withBreakpoint.d.ts +0 -0
  2163. /package/{hoc → lib/hoc}/withBreakpoint/withBreakpoint.js +0 -0
  2164. /package/{hoc → lib/hoc}/withBreakpoint/withBreakpoint.test.d.ts +0 -0
  2165. /package/{hooks → lib/hooks}/useBreakpoint.d.ts +0 -0
  2166. /package/{hooks → lib/hooks}/useBreakpoint.js +0 -0
  2167. /package/{hooks → lib/hooks}/useElementList.d.ts +0 -0
  2168. /package/{hooks → lib/hooks}/useElementList.js +0 -0
  2169. /package/{hooks → lib/hooks}/useEventListenerState.d.ts +0 -0
  2170. /package/{hooks → lib/hooks}/useEventListenerState.js +0 -0
  2171. /package/{hooks → lib/hooks}/useEventListenerState.js.map +0 -0
  2172. /package/{hooks → lib/hooks}/useExpand.d.ts +0 -0
  2173. /package/{hooks → lib/hooks}/useExpand.js +0 -0
  2174. /package/{hooks → lib/hooks}/useFocusToggle.d.ts +0 -0
  2175. /package/{hooks → lib/hooks}/useFocusToggle.js +0 -0
  2176. /package/{hooks → lib/hooks}/useFocusTrap.d.ts +0 -0
  2177. /package/{hooks → lib/hooks}/useFocusTrap.js +0 -0
  2178. /package/{hooks → lib/hooks}/useFocusableElements.d.ts +0 -0
  2179. /package/{hooks → lib/hooks}/useFocusableElements.js +0 -0
  2180. /package/{hooks → lib/hooks}/useIcons.d.ts +0 -0
  2181. /package/{hooks → lib/hooks}/useIcons.js +0 -0
  2182. /package/{hooks → lib/hooks}/useIdWithFallback.d.ts +0 -0
  2183. /package/{hooks → lib/hooks}/useIdWithFallback.js +0 -0
  2184. /package/{hooks → lib/hooks}/useIntersectionObserver.d.ts +0 -0
  2185. /package/{hooks → lib/hooks}/useIntersectionObserver.js +0 -0
  2186. /package/{hooks → lib/hooks}/useInterval.d.ts +0 -0
  2187. /package/{hooks → lib/hooks}/useInterval.js +0 -0
  2188. /package/{hooks → lib/hooks}/useInterval.js.map +0 -0
  2189. /package/{hooks → lib/hooks}/useIsMobileBreakpoint.d.ts +0 -0
  2190. /package/{hooks → lib/hooks}/useIsMobileBreakpoint.js +0 -0
  2191. /package/{hooks → lib/hooks}/useIsServerSide.d.ts +0 -0
  2192. /package/{hooks → lib/hooks}/useIsServerSide.js +0 -0
  2193. /package/{hooks → lib/hooks}/useIsVisible.d.ts +0 -0
  2194. /package/{hooks → lib/hooks}/useIsVisible.js +0 -0
  2195. /package/{hooks → lib/hooks}/useKeyboardEvent.d.ts +0 -0
  2196. /package/{hooks → lib/hooks}/useKeyboardEvent.js +0 -0
  2197. /package/{hooks → lib/hooks}/useLayoutEvent.d.ts +0 -0
  2198. /package/{hooks → lib/hooks}/useLayoutEvent.js +0 -0
  2199. /package/{hooks → lib/hooks}/useOutsideEvent.d.ts +0 -0
  2200. /package/{hooks → lib/hooks}/useOutsideEvent.js +0 -0
  2201. /package/{hooks → lib/hooks}/usePrevious.d.ts +0 -0
  2202. /package/{hooks → lib/hooks}/usePrevious.js +0 -0
  2203. /package/{hooks → lib/hooks}/usePseudoClasses.d.ts +0 -0
  2204. /package/{hooks → lib/hooks}/usePseudoClasses.js +0 -0
  2205. /package/{hooks → lib/hooks}/useResizeObserver.d.ts +0 -0
  2206. /package/{hooks → lib/hooks}/useResizeObserver.js +0 -0
  2207. /package/{hooks → lib/hooks}/useReturnFocusOnUnmount.d.ts +0 -0
  2208. /package/{hooks → lib/hooks}/useReturnFocusOnUnmount.js +0 -0
  2209. /package/{hooks → lib/hooks}/useRovingFocus.d.ts +0 -0
  2210. /package/{hooks → lib/hooks}/useRovingFocus.js +0 -0
  2211. /package/{hooks → lib/hooks}/useSize.d.ts +0 -0
  2212. /package/{hooks → lib/hooks}/useSize.js +0 -0
  2213. /package/{hooks → lib/hooks}/useToggle.d.ts +0 -0
  2214. /package/{hooks → lib/hooks}/useToggle.js +0 -0
  2215. /package/{hooks → lib/hooks}/usestopPropagation.d.ts +0 -0
  2216. /package/{hooks → lib/hooks}/usestopPropagation.js +0 -0
  2217. /package/{index.d.ts → lib/index.d.ts} +0 -0
  2218. /package/{index.js → lib/index.js} +0 -0
  2219. /package/{language.js → lib/language.js} +0 -0
  2220. /package/{language.js.map → lib/language.js.map} +0 -0
  2221. /package/{mobile.js → lib/mobile.js} +0 -0
  2222. /package/{mobile.js.map → lib/mobile.js.map} +0 -0
  2223. /package/{palette.js → lib/palette.js} +0 -0
  2224. /package/{palette.js.map → lib/palette.js.map} +0 -0
  2225. /package/{refs.js → lib/refs.js} +0 -0
  2226. /package/{refs.js.map → lib/refs.js.map} +0 -0
  2227. /package/{resources → lib/resources}/HN.Designsystem.ArticleTeaser.en-GB.json.d.ts +0 -0
  2228. /package/{resources → lib/resources}/HN.Designsystem.ArticleTeaser.nb-NO.json.d.ts +0 -0
  2229. /package/{resources → lib/resources}/HN.Designsystem.Drawer.en-GB.json.d.ts +0 -0
  2230. /package/{resources → lib/resources}/HN.Designsystem.Drawer.nb-NO.json.d.ts +0 -0
  2231. /package/{resources → lib/resources}/HN.Designsystem.Dropdown.en-GB.json.d.ts +0 -0
  2232. /package/{resources → lib/resources}/HN.Designsystem.Dropdown.nb-NO.json.d.ts +0 -0
  2233. /package/{resources → lib/resources}/HN.Designsystem.FavoriteButton.nb-NO.json.d.ts +0 -0
  2234. /package/{resources → lib/resources}/HN.Designsystem.HelpBubble.nb-NO.json.d.ts +0 -0
  2235. /package/{resources → lib/resources}/HN.Designsystem.HelpDrawer.nb-NO.json.d.ts +0 -0
  2236. /package/{resources → lib/resources}/HN.Designsystem.InfoTeaser.en-GB.json.d.ts +0 -0
  2237. /package/{resources → lib/resources}/HN.Designsystem.InfoTeaser.nb-NO.json.d.ts +0 -0
  2238. /package/{resources → lib/resources}/HN.Designsystem.Panel.en-GB.json.d.ts +0 -0
  2239. /package/{resources → lib/resources}/HN.Designsystem.Panel.nb-NO.json.d.ts +0 -0
  2240. /package/{resources → lib/resources}/HN.Designsystem.Tabs.en-GB.json.d.ts +0 -0
  2241. /package/{resources → lib/resources}/HN.Designsystem.Tabs.nb-NO.json.d.ts +0 -0
  2242. /package/{scroll.js → lib/scroll.js} +0 -0
  2243. /package/{scroll.js.map → lib/scroll.js.map} +0 -0
  2244. /package/{scss → lib/scss}/_body.scss +0 -0
  2245. /package/{scss → lib/scss}/_breakpoints.scss +0 -0
  2246. /package/{scss → lib/scss}/_figma-tokens.scss +0 -0
  2247. /package/{scss → lib/scss}/_font-mixins.scss +0 -0
  2248. /package/{scss → lib/scss}/_font-settings.scss +0 -0
  2249. /package/{scss → lib/scss}/_fonts.scss +0 -0
  2250. /package/{scss → lib/scss}/_grid.scss +0 -0
  2251. /package/{scss → lib/scss}/_icon.scss +0 -0
  2252. /package/{scss → lib/scss}/_input.scss +0 -0
  2253. /package/{scss → lib/scss}/_palette.scss +0 -0
  2254. /package/{scss → lib/scss}/_print.scss +0 -0
  2255. /package/{scss → lib/scss}/_reset.scss +0 -0
  2256. /package/{scss → lib/scss}/_screen-reader.scss +0 -0
  2257. /package/{scss → lib/scss}/_spacers.scss +0 -0
  2258. /package/{scss → lib/scss}/bootstrap/LICENSE +0 -0
  2259. /package/{scss → lib/scss}/bootstrap/scss/_functions.scss +0 -0
  2260. /package/{scss → lib/scss}/bootstrap/scss/_grid.scss +0 -0
  2261. /package/{scss → lib/scss}/bootstrap/scss/_variables.scss +0 -0
  2262. /package/{scss → lib/scss}/bootstrap/scss/bootstrap-grid.scss +0 -0
  2263. /package/{scss → lib/scss}/bootstrap/scss/mixins/_breakpoints.scss +0 -0
  2264. /package/{scss → lib/scss}/bootstrap/scss/mixins/_deprecate.scss +0 -0
  2265. /package/{scss → lib/scss}/bootstrap/scss/mixins/_grid-framework.scss +0 -0
  2266. /package/{scss → lib/scss}/bootstrap/scss/mixins/_grid.scss +0 -0
  2267. /package/{scss → lib/scss}/bootstrap/scss/utilities/_display.scss +0 -0
  2268. /package/{scss → lib/scss}/bootstrap/scss/utilities/_flex.scss +0 -0
  2269. /package/{scss → lib/scss}/bootstrap/scss/utilities/_spacing.scss +0 -0
  2270. /package/{scss → lib/scss}/bootstrap/scss/vendor/_rfs.scss +0 -0
  2271. /package/{scss → lib/scss}/helsenorge.scss +0 -0
  2272. /package/{scss → lib/scss}/layout.module.scss +0 -0
  2273. /package/{scss → lib/scss}/layout.module.scss.d.ts +0 -0
  2274. /package/{scss → lib/scss}/supernova/index.css +0 -0
  2275. /package/{scss → lib/scss}/supernova/styles/spacers.css +0 -0
  2276. /package/{scss → lib/scss}/supernova/styles/typography.css +0 -0
  2277. /package/{scss → lib/scss}/typography.module.scss +0 -0
  2278. /package/{scss → lib/scss}/typography.module.scss.d.ts +0 -0
  2279. /package/{scss → lib/scss}/typography.stories.tsx +0 -0
  2280. /package/{spacers.js → lib/spacers.js} +0 -0
  2281. /package/{spacers.js.map → lib/spacers.js.map} +0 -0
  2282. /package/{spacing.js → lib/spacing.js} +0 -0
  2283. /package/{spacing.js.map → lib/spacing.js.map} +0 -0
  2284. /package/{src.js → lib/src.js} +0 -0
  2285. /package/{theme → lib/theme}/currys/color.d.ts +0 -0
  2286. /package/{theme → lib/theme}/currys/color.js +0 -0
  2287. /package/{theme → lib/theme}/currys/index.d.ts +0 -0
  2288. /package/{theme → lib/theme}/currys/index.js +0 -0
  2289. /package/{theme → lib/theme}/currys/spacing.d.ts +0 -0
  2290. /package/{theme → lib/theme}/currys/spacing.js +0 -0
  2291. /package/{theme → lib/theme}/grid.d.ts +0 -0
  2292. /package/{theme → lib/theme}/grid.js +0 -0
  2293. /package/{theme → lib/theme}/index.d.ts +0 -0
  2294. /package/{theme → lib/theme}/index.js +0 -0
  2295. /package/{theme → lib/theme}/palette.d.ts +0 -0
  2296. /package/{theme → lib/theme}/palette.js +0 -0
  2297. /package/{theme → lib/theme}/spacers.d.ts +0 -0
  2298. /package/{theme → lib/theme}/spacers.js +0 -0
  2299. /package/{theme.js → lib/theme.js} +0 -0
  2300. /package/{theme.js.map → lib/theme.js.map} +0 -0
  2301. /package/{useBreakpoint.js → lib/useBreakpoint.js} +0 -0
  2302. /package/{useBreakpoint.js.map → lib/useBreakpoint.js.map} +0 -0
  2303. /package/{useElementList.js → lib/useElementList.js} +0 -0
  2304. /package/{useElementList.js.map → lib/useElementList.js.map} +0 -0
  2305. /package/{useExpand.js → lib/useExpand.js} +0 -0
  2306. /package/{useExpand.js.map → lib/useExpand.js.map} +0 -0
  2307. /package/{useFocusToggle.js → lib/useFocusToggle.js} +0 -0
  2308. /package/{useFocusToggle.js.map → lib/useFocusToggle.js.map} +0 -0
  2309. /package/{useFocusTrap.js → lib/useFocusTrap.js} +0 -0
  2310. /package/{useFocusTrap.js.map → lib/useFocusTrap.js.map} +0 -0
  2311. /package/{useFocusableElements.js → lib/useFocusableElements.js} +0 -0
  2312. /package/{useFocusableElements.js.map → lib/useFocusableElements.js.map} +0 -0
  2313. /package/{useIcons.js → lib/useIcons.js} +0 -0
  2314. /package/{useIcons.js.map → lib/useIcons.js.map} +0 -0
  2315. /package/{useIdWithFallback.js → lib/useIdWithFallback.js} +0 -0
  2316. /package/{useIdWithFallback.js.map → lib/useIdWithFallback.js.map} +0 -0
  2317. /package/{useIntersectionObserver.js → lib/useIntersectionObserver.js} +0 -0
  2318. /package/{useIntersectionObserver.js.map → lib/useIntersectionObserver.js.map} +0 -0
  2319. /package/{useIsMobileBreakpoint.js → lib/useIsMobileBreakpoint.js} +0 -0
  2320. /package/{useIsMobileBreakpoint.js.map → lib/useIsMobileBreakpoint.js.map} +0 -0
  2321. /package/{useIsServerSide.js → lib/useIsServerSide.js} +0 -0
  2322. /package/{useIsServerSide.js.map → lib/useIsServerSide.js.map} +0 -0
  2323. /package/{useIsVisible.js → lib/useIsVisible.js} +0 -0
  2324. /package/{useIsVisible.js.map → lib/useIsVisible.js.map} +0 -0
  2325. /package/{useKeyboardEvent.js → lib/useKeyboardEvent.js} +0 -0
  2326. /package/{useKeyboardEvent.js.map → lib/useKeyboardEvent.js.map} +0 -0
  2327. /package/{useLayoutEvent.js → lib/useLayoutEvent.js} +0 -0
  2328. /package/{useLayoutEvent.js.map → lib/useLayoutEvent.js.map} +0 -0
  2329. /package/{useOutsideEvent.js → lib/useOutsideEvent.js} +0 -0
  2330. /package/{useOutsideEvent.js.map → lib/useOutsideEvent.js.map} +0 -0
  2331. /package/{usePrevious.js → lib/usePrevious.js} +0 -0
  2332. /package/{usePrevious.js.map → lib/usePrevious.js.map} +0 -0
  2333. /package/{usePseudoClasses.js → lib/usePseudoClasses.js} +0 -0
  2334. /package/{usePseudoClasses.js.map → lib/usePseudoClasses.js.map} +0 -0
  2335. /package/{useResizeObserver.js → lib/useResizeObserver.js} +0 -0
  2336. /package/{useResizeObserver.js.map → lib/useResizeObserver.js.map} +0 -0
  2337. /package/{useReturnFocusOnUnmount.js → lib/useReturnFocusOnUnmount.js} +0 -0
  2338. /package/{useReturnFocusOnUnmount.js.map → lib/useReturnFocusOnUnmount.js.map} +0 -0
  2339. /package/{useRovingFocus.js → lib/useRovingFocus.js} +0 -0
  2340. /package/{useRovingFocus.js.map → lib/useRovingFocus.js.map} +0 -0
  2341. /package/{useSize.js → lib/useSize.js} +0 -0
  2342. /package/{useSize.js.map → lib/useSize.js.map} +0 -0
  2343. /package/{useToggle.js → lib/useToggle.js} +0 -0
  2344. /package/{useToggle.js.map → lib/useToggle.js.map} +0 -0
  2345. /package/{usestopPropagation.js → lib/usestopPropagation.js} +0 -0
  2346. /package/{usestopPropagation.js.map → lib/usestopPropagation.js.map} +0 -0
  2347. /package/{utils → lib/utils}/accessibility.d.ts +0 -0
  2348. /package/{utils → lib/utils}/accessibility.js +0 -0
  2349. /package/{utils → lib/utils}/component.d.ts +0 -0
  2350. /package/{utils → lib/utils}/component.js +0 -0
  2351. /package/{utils → lib/utils}/debounce.d.ts +0 -0
  2352. /package/{utils → lib/utils}/debounce.js +0 -0
  2353. /package/{utils → lib/utils}/deepContains.d.ts +0 -0
  2354. /package/{utils → lib/utils}/deepContains.js +0 -0
  2355. /package/{utils → lib/utils}/device.d.ts +0 -0
  2356. /package/{utils → lib/utils}/device.js +0 -0
  2357. /package/{utils → lib/utils}/environment.d.ts +0 -0
  2358. /package/{utils → lib/utils}/environment.js +0 -0
  2359. /package/{utils → lib/utils}/focus.d.ts +0 -0
  2360. /package/{utils → lib/utils}/focus.js +0 -0
  2361. /package/{utils → lib/utils}/language.d.ts +0 -0
  2362. /package/{utils → lib/utils}/language.js +0 -0
  2363. /package/{utils → lib/utils}/loremtext.d.ts +0 -0
  2364. /package/{utils → lib/utils}/loremtext.js +0 -0
  2365. /package/{utils → lib/utils}/loremtext.js.map +0 -0
  2366. /package/{utils → lib/utils}/mobile.d.ts +0 -0
  2367. /package/{utils → lib/utils}/mobile.js +0 -0
  2368. /package/{utils → lib/utils}/refs.d.ts +0 -0
  2369. /package/{utils → lib/utils}/refs.js +0 -0
  2370. /package/{utils → lib/utils}/scroll.d.ts +0 -0
  2371. /package/{utils → lib/utils}/scroll.js +0 -0
  2372. /package/{utils → lib/utils}/tests/accessibility.test.d.ts +0 -0
  2373. /package/{utils → lib/utils}/tests/deepContains.test.d.ts +0 -0
  2374. /package/{utils → lib/utils}/tests/language.test.d.ts +0 -0
  2375. /package/{utils → lib/utils}/tests/setup-test.d.ts +0 -0
  2376. /package/{utils → lib/utils}/tests/uuid.test.d.ts +0 -0
  2377. /package/{utils → lib/utils}/tests/viewport.test.d.ts +0 -0
  2378. /package/{utils → lib/utils}/uuid.d.ts +0 -0
  2379. /package/{utils → lib/utils}/uuid.js +0 -0
  2380. /package/{utils → lib/utils}/viewport.d.ts +0 -0
  2381. /package/{utils → lib/utils}/viewport.js +0 -0
  2382. /package/{utils.js → lib/utils.js} +0 -0
  2383. /package/{utils.js.map → lib/utils.js.map} +0 -0
  2384. /package/{uuid.js → lib/uuid.js} +0 -0
  2385. /package/{uuid.js.map → lib/uuid.js.map} +0 -0
  2386. /package/{viewport.js → lib/viewport.js} +0 -0
  2387. /package/{viewport.js.map → lib/viewport.js.map} +0 -0
  2388. /package/{withBreakpoint.js → lib/withBreakpoint.js} +0 -0
  2389. /package/{withBreakpoint.js.map → lib/withBreakpoint.js.map} +0 -0
package/FormLayout.js DELETED
@@ -1,42 +0,0 @@
1
- import { i as FormSize, n as AnalyticsId } from "./constants2.js";
2
- import React from "react";
3
- import cn from "classnames";
4
- import { jsx } from "react/jsx-runtime";
5
- import formGroupStyles from "./components/FormLayout/styles.module.scss";
6
- let FormLayoutColumns = /* @__PURE__ */ function(FormLayoutColumns$1) {
7
- FormLayoutColumns$1["one"] = "one";
8
- FormLayoutColumns$1["two"] = "two";
9
- FormLayoutColumns$1["three"] = "three";
10
- FormLayoutColumns$1["four"] = "four";
11
- FormLayoutColumns$1["five"] = "five";
12
- return FormLayoutColumns$1;
13
- }({});
14
- const FormLayout = React.forwardRef((props, ref) => {
15
- const { maxColumns: columns = FormLayoutColumns.one, colMinWidth = 300, size, className, mapHelper } = props;
16
- const cssVariable = { "--min-col-width": `${colMinWidth}px` };
17
- const formLayoutContainerClasses = cn(formGroupStyles["form-layout-container"], { [formGroupStyles["form-layout-container--large"]]: size === FormSize.large }, className);
18
- const formLayoutChildClasses = cn(formGroupStyles["form-layout-child"], {
19
- [formGroupStyles["form-layout-child--two"]]: columns === FormLayoutColumns.two,
20
- [formGroupStyles["form-layout-child--three"]]: columns === FormLayoutColumns.three,
21
- [formGroupStyles["form-layout-child--four"]]: columns === FormLayoutColumns.four,
22
- [formGroupStyles["form-layout-child--five"]]: columns === FormLayoutColumns.five
23
- });
24
- return /* @__PURE__ */ jsx("div", {
25
- "data-testid": props.testId,
26
- "data-analyticsid": AnalyticsId.FormLayout,
27
- style: cssVariable,
28
- className: formLayoutContainerClasses,
29
- ref,
30
- children: React.Children.map(props.children, (child, index) => {
31
- return /* @__PURE__ */ jsx("div", {
32
- className: formLayoutChildClasses,
33
- children: mapHelper ? mapHelper(child, index) : child
34
- });
35
- })
36
- });
37
- });
38
- FormLayout.displayName = "FormLayout";
39
- var FormLayout_default$1 = FormLayout;
40
- export { FormLayout as n, FormLayoutColumns as r, FormLayout_default$1 as t };
41
-
42
- //# sourceMappingURL=FormLayout.js.map
package/FormLayout.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormLayout.js","names":[],"sources":["../src/components/FormLayout/FormLayout.tsx","../src/components/FormLayout/index.ts"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId, FormSize } from '../../constants';\n\nimport formGroupStyles from './styles.module.scss';\n\nexport enum FormLayoutColumns {\n one = 'one',\n two = 'two',\n three = 'three',\n four = 'four',\n five = 'five',\n}\n\nexport interface FormLayoutProps {\n /** The max number of columns that will exist if space is available */\n maxColumns?: keyof typeof FormLayoutColumns;\n /** Sets the minimum width for the columns in pixels - this determines how many will fit on a row */\n colMinWidth?: number;\n /** Items in the FormLayout component */\n children?: React.ReactNode;\n /** Changes the visuals of the formgroup */\n size?: keyof typeof FormSize;\n /** Adds custom classes to the element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Function that helps map the form children */\n mapHelper?: (child: React.ReactNode, index: number) => React.ReactNode;\n}\n\nexport const FormLayout = React.forwardRef((props: FormLayoutProps, ref: React.ForwardedRef<HTMLDivElement>) => {\n const { maxColumns: columns = FormLayoutColumns.one, colMinWidth = 300, size, className, mapHelper } = props;\n\n const cssVariable = { '--min-col-width': `${colMinWidth}px` } as React.CSSProperties;\n const formLayoutContainerClasses = classNames(\n formGroupStyles['form-layout-container'],\n {\n [formGroupStyles['form-layout-container--large']]: size === FormSize.large,\n },\n className\n );\n const formLayoutChildClasses = classNames(formGroupStyles['form-layout-child'], {\n [formGroupStyles['form-layout-child--two']]: columns === FormLayoutColumns.two,\n [formGroupStyles['form-layout-child--three']]: columns === FormLayoutColumns.three,\n [formGroupStyles['form-layout-child--four']]: columns === FormLayoutColumns.four,\n [formGroupStyles['form-layout-child--five']]: columns === FormLayoutColumns.five,\n });\n\n return (\n <div\n data-testid={props.testId}\n data-analyticsid={AnalyticsId.FormLayout}\n style={cssVariable}\n className={formLayoutContainerClasses}\n ref={ref}\n >\n {React.Children.map(props.children, (child: React.ReactNode, index: number) => {\n return <div className={formLayoutChildClasses}>{mapHelper ? mapHelper(child, index) : child}</div>;\n })}\n </div>\n );\n});\n\nFormLayout.displayName = 'FormLayout';\n\nexport default FormLayout;\n","import FormLayout from './FormLayout';\nexport * from './FormLayout';\nexport default FormLayout;\n"],"mappings":";;;;;AAQA,IAAY,oBAAA,yBAAA,qBAAL;AACL,qBAAA,SAAA;AACA,qBAAA,SAAA;AACA,qBAAA,WAAA;AACA,qBAAA,UAAA;AACA,qBAAA,UAAA;;;AAoBF,MAAa,aAAa,MAAM,YAAY,OAAwB,QAA4C;CAC9G,MAAM,EAAE,YAAY,UAAU,kBAAkB,KAAK,cAAc,KAAK,MAAM,WAAW,cAAc;CAEvG,MAAM,cAAc,EAAE,mBAAmB,GAAG,YAAY,KAAK;CAC7D,MAAM,6BAA6B,GACjC,gBAAgB,0BAChB,GACG,gBAAgB,kCAAkC,SAAS,SAAS,OACtE,EACD,UACD;CACD,MAAM,yBAAyB,GAAW,gBAAgB,sBAAsB;GAC7E,gBAAgB,4BAA4B,YAAY,kBAAkB;GAC1E,gBAAgB,8BAA8B,YAAY,kBAAkB;GAC5E,gBAAgB,6BAA6B,YAAY,kBAAkB;GAC3E,gBAAgB,6BAA6B,YAAY,kBAAkB;EAC7E,CAAC;AAEF,QACE,oBAAC,OAAA;EACC,eAAa,MAAM;EACnB,oBAAkB,YAAY;EAC9B,OAAO;EACP,WAAW;EACN;YAEJ,MAAM,SAAS,IAAI,MAAM,WAAW,OAAwB,UAAkB;AAC7E,UAAO,oBAAC,OAAA;IAAI,WAAW;cAAyB,YAAY,UAAU,OAAO,MAAM,GAAG;KAAY;IAClG;GACE;EAER;AAEF,WAAW,cAAc;AChEzB,IAAA,uBDkEe"}
package/HelpDetails.js DELETED
@@ -1,54 +0,0 @@
1
- import { _ as autoUpdate, d as arrow, g as size, m as offset, o as useFloating, t as FloatingArrow } from "./floating-ui.react.js";
2
- import React, { useRef, useState } from "react";
3
- import cn from "classnames";
4
- import { jsx, jsxs } from "react/jsx-runtime";
5
- import styles from "./components/HelpDetails/styles.module.scss";
6
- var BUBBLE_WIDTH_OFFSET = 26;
7
- var BUBBLE_Y_OFFSET = 1;
8
- var HelpDetails = React.forwardRef(({ children, controllerRef, testId }, ref) => {
9
- const arrowRef = useRef(null);
10
- const [bubbleMinWidth, setBubbleMinWidth] = React.useState(null);
11
- const [arrowYOffsetValue, setArrowYOffsetValue] = useState();
12
- const { refs, context, floatingStyles } = useFloating({
13
- middleware: [
14
- offset(arrowYOffsetValue),
15
- controllerRef && arrow({ element: arrowRef }),
16
- size({ apply({ rects }) {
17
- setBubbleMinWidth(rects.reference.x + rects.reference.width / 2);
18
- const { reference, floating } = rects;
19
- const controllerBottom = reference.y + reference.height;
20
- setArrowYOffsetValue(floating.y - controllerBottom + BUBBLE_Y_OFFSET);
21
- } })
22
- ],
23
- placement: "bottom",
24
- whileElementsMounted: autoUpdate,
25
- elements: { reference: controllerRef?.current }
26
- });
27
- const helpDetailsClasses = cn(styles["help-details"], controllerRef ? styles["help-details--inline"] : styles["help-details--standalone"]);
28
- const contentClasses = cn(controllerRef ? styles["help-details__content--inline"] : styles["help-details__content--standalone"]);
29
- return /* @__PURE__ */ jsxs("div", {
30
- className: helpDetailsClasses,
31
- "data-testid": testId,
32
- ref,
33
- style: { minWidth: bubbleMinWidth ? `${bubbleMinWidth + BUBBLE_WIDTH_OFFSET}px` : void 0 },
34
- children: [/* @__PURE__ */ jsx("div", {
35
- style: floatingStyles,
36
- ref: refs.setFloating,
37
- children: controllerRef && typeof arrowYOffsetValue !== "undefined" && /* @__PURE__ */ jsx(FloatingArrow, {
38
- ref: arrowRef,
39
- context,
40
- fill: "var(--core-color-plum-50)",
41
- stroke: "var(--core-color-plum-400)",
42
- strokeWidth: 1
43
- })
44
- }), /* @__PURE__ */ jsx("div", {
45
- className: contentClasses,
46
- children
47
- })]
48
- });
49
- });
50
- HelpDetails.displayName = "HelpDetails";
51
- var HelpDetails_default = HelpDetails;
52
- export { HelpDetails_default as t };
53
-
54
- //# sourceMappingURL=HelpDetails.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HelpDetails.js","names":[],"sources":["../src/components/HelpDetails/HelpDetails.tsx"],"sourcesContent":["import React, { useRef, useState } from 'react';\n\nimport { arrow, FloatingArrow, autoUpdate, useFloating, offset, size } from '@floating-ui/react';\nimport classNames from 'classnames';\n\nimport styles from './styles.module.scss';\n\nconst BUBBLE_WIDTH_OFFSET = 26;\nconst BUBBLE_Y_OFFSET = 1;\n\nexport interface HelpDetailsProps {\n /** Sets the text content of the HelpDetails. */\n children: React.ReactNode;\n /** Ref for the element the HelpDetails is placed upon */\n controllerRef?: React.RefObject<HTMLButtonElement>;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nconst HelpDetails = React.forwardRef<HTMLDivElement, HelpDetailsProps>(({ children, controllerRef, testId }, ref) => {\n const arrowRef = useRef(null);\n const [bubbleMinWidth, setBubbleMinWidth] = React.useState<number | null>(null);\n const [arrowYOffsetValue, setArrowYOffsetValue] = useState<number>();\n\n const { refs, context, floatingStyles } = useFloating({\n middleware: [\n offset(arrowYOffsetValue),\n controllerRef && arrow({ element: arrowRef }),\n size({\n apply({ rects }) {\n // Vi setter minimum bredde på bubble basert på controllerRef sin x posisjon og halve bredden\n setBubbleMinWidth(rects.reference.x + rects.reference.width / 2);\n\n // Vi kalkulerer pilens y-offset basert på avstand mellom controllerRef og bubble\n const { reference, floating } = rects;\n const controllerBottom = reference.y + reference.height;\n const bubbleTop = floating.y;\n const distance = bubbleTop - controllerBottom + BUBBLE_Y_OFFSET;\n setArrowYOffsetValue(distance);\n },\n }),\n ],\n placement: 'bottom',\n whileElementsMounted: autoUpdate,\n elements: {\n reference: controllerRef?.current,\n },\n });\n\n const helpDetailsClasses = classNames(\n styles['help-details'],\n controllerRef ? styles['help-details--inline'] : styles['help-details--standalone']\n );\n const contentClasses = classNames(controllerRef ? styles['help-details__content--inline'] : styles['help-details__content--standalone']);\n\n return (\n <div\n className={helpDetailsClasses}\n data-testid={testId}\n ref={ref}\n style={{ minWidth: bubbleMinWidth ? `${bubbleMinWidth + BUBBLE_WIDTH_OFFSET}px` : undefined }}\n >\n <div style={floatingStyles} ref={refs.setFloating}>\n {controllerRef && typeof arrowYOffsetValue !== 'undefined' && (\n <FloatingArrow\n ref={arrowRef}\n context={context}\n fill={'var(--core-color-plum-50)'}\n stroke={'var(--core-color-plum-400)'}\n strokeWidth={1}\n />\n )}\n </div>\n <div className={contentClasses}>{children}</div>\n </div>\n );\n});\n\nHelpDetails.displayName = 'HelpDetails';\n\nexport default HelpDetails;\n"],"mappings":";;;;;AAOA,IAAM,sBAAsB;AAC5B,IAAM,kBAAkB;AAWxB,IAAM,cAAc,MAAM,YAA8C,EAAE,UAAU,eAAe,UAAU,QAAQ;CACnH,MAAM,WAAW,OAAO,KAAK;CAC7B,MAAM,CAAC,gBAAgB,qBAAqB,MAAM,SAAwB,KAAK;CAC/E,MAAM,CAAC,mBAAmB,wBAAwB,UAAkB;CAEpE,MAAM,EAAE,MAAM,SAAS,mBAAmB,YAAY;EACpD,YAAY;GACV,OAAO,kBAAkB;GACzB,iBAAiB,MAAM,EAAE,SAAS,UAAU,CAAC;GAC7C,KAAK,EACH,MAAM,EAAE,SAAS;AAEf,sBAAkB,MAAM,UAAU,IAAI,MAAM,UAAU,QAAQ,EAAE;IAGhE,MAAM,EAAE,WAAW,aAAa;IAChC,MAAM,mBAAmB,UAAU,IAAI,UAAU;AAGjD,yBAFkB,SAAS,IACE,mBAAmB,gBAClB;MAEjC,CAAC;GACH;EACD,WAAW;EACX,sBAAsB;EACtB,UAAU,EACR,WAAW,eAAe,SAC3B;EACF,CAAC;CAEF,MAAM,qBAAqB,GACzB,OAAO,iBACP,gBAAgB,OAAO,0BAA0B,OAAO,4BACzD;CACD,MAAM,iBAAiB,GAAW,gBAAgB,OAAO,mCAAmC,OAAO,qCAAqC;AAExI,QACE,qBAAC,OAAA;EACC,WAAW;EACX,eAAa;EACR;EACL,OAAO,EAAE,UAAU,iBAAiB,GAAG,iBAAiB,oBAAoB,MAAM,KAAA,GAAW;aAE7F,oBAAC,OAAA;GAAI,OAAO;GAAgB,KAAK,KAAK;aACnC,iBAAiB,OAAO,sBAAsB,eAC7C,oBAAC,eAAA;IACC,KAAK;IACI;IACT,MAAM;IACN,QAAQ;IACR,aAAa;KACb;IAEA,EACN,oBAAC,OAAA;GAAI,WAAW;GAAiB;IAAe,CAAA;GAC5C;EAER;AAEF,YAAY,cAAc;AAE1B,IAAA,sBAAe"}
@@ -1,105 +0,0 @@
1
- import { n as AnalyticsId } from "./constants2.js";
2
- import { t as usePseudoClasses } from "./usePseudoClasses.js";
3
- import { n as mergeRefs } from "./refs.js";
4
- import { n as getAriaLabelAttributes } from "./accessibility.js";
5
- import React from "react";
6
- import cn from "classnames";
7
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
8
- import styles from "./components/HelpTriggerIcon/styles.module.scss";
9
- var HelpSign = ({ color, weight }) => {
10
- return /* @__PURE__ */ jsx("svg", {
11
- fill: "none",
12
- height: "20",
13
- overflow: "visible",
14
- role: "presentation",
15
- width: "20",
16
- viewBox: "0 0 20 20",
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: weight === "normal" ? /* @__PURE__ */ jsxs(Fragment, { children: [
19
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
20
- id: "clipCircle",
21
- clipPathUnits: "userSpaceOnUse",
22
- children: /* @__PURE__ */ jsx("path", {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M10.0004 0C4.48644 0 0 4.48565 0 9.99961C0 15.5136 4.48644 20 10.0004 20C15.5144 20 20 15.5136 20 9.99961C20 4.48565 15.5144 0 10.0004 0"
26
- })
27
- }) }),
28
- /* @__PURE__ */ jsx("path", {
29
- d: "M10.0004 0V-2C3.38207 -2 -2 3.38088 -2 9.99961H0H2C2 5.59043 5.5908 2 10.0004 2V0ZM0 9.99961H-2C-2 16.6181 3.38187 22 10.0004 22V20V18C5.59101 18 2 14.409 2 9.99961H0ZM10.0004 20V22C16.6191 22 22 16.6179 22 9.99961H20H18C18 14.4092 14.4096 18 10.0004 18V20ZM20 9.99961H22C22 3.38108 16.6189 -2 10.0004 -2V0V2C14.4098 2 18 5.59022 18 9.99961H20Z",
30
- fill: color,
31
- clipPath: "url(#clipCircle)"
32
- }),
33
- /* @__PURE__ */ jsx("path", {
34
- d: "M9.93555 4.40039C12.1061 4.40039 13.2998 5.8386 13.2998 7.35156C13.2997 8.52045 12.2922 9.61789 11.8262 9.94238C11.3601 10.2669 11.209 10.5 11.209 10.5C11.0283 10.6756 10.9117 11.0195 10.8721 11.2715C10.8316 11.5286 10.8476 11.5136 10.8477 11.7998V11.9004H9.20117V11.2715C9.20117 10.8463 9.20556 10.7433 9.31934 10.374C9.43483 9.99921 9.75195 9.54492 10.0928 9.18262C10.4336 8.82031 10.751 8.58105 10.751 8.58105C11.1983 8.25659 11.3818 7.87361 11.3818 7.42285C11.3818 7.07417 11.2638 6.74031 11.0283 6.49414C10.794 6.24916 10.435 6.08301 9.93555 6.08301C8.94209 6.08316 8.41811 6.83977 8.41797 7.60742C8.41797 7.81763 8.44731 8.07481 8.49805 8.21582L8.5498 8.36035L6.7793 8.23535L6.70898 8.23047L6.69043 8.16309C6.63105 7.95321 6.60059 7.71544 6.60059 7.47949C6.60081 6.00363 7.71413 4.40053 9.93555 4.40039Z",
35
- fill: color
36
- }),
37
- /* @__PURE__ */ jsx("path", {
38
- d: "M10 12.7998C10.6024 12.7999 11.0996 13.31 11.0996 13.9072C11.0994 14.506 10.6023 14.9999 10 15C9.38173 15 8.8996 14.506 8.89941 13.9072C8.89941 13.31 9.38162 12.7998 10 12.7998Z",
39
- fill: color
40
- })
41
- ] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
42
- /* @__PURE__ */ jsx("path", {
43
- fillRule: "evenodd",
44
- clipRule: "evenodd",
45
- d: "M10.0004 0C4.48644 0 0 4.48565 0 9.99961C0 15.5136 4.48644 20 10.0004 20C15.5144 20 20 15.5136 20 9.99961C20 4.48565 15.5144 0 10.0004 0Z"
46
- }),
47
- /* @__PURE__ */ jsx("path", {
48
- d: "M9.93555 4.40039C12.1061 4.40039 13.2998 5.8386 13.2998 7.35156C13.2997 8.52045 12.2922 9.61789 11.8262 9.94238C11.3601 10.2669 11.209 10.5 11.209 10.5C11.0283 10.6756 10.9117 11.0195 10.8721 11.2715C10.8316 11.5286 10.8476 11.5136 10.8477 11.7998V11.9004H9.20117V11.2715C9.20117 10.8463 9.20556 10.7433 9.31934 10.374C9.43483 9.99921 9.75195 9.54492 10.0928 9.18262C10.4336 8.82031 10.751 8.58105 10.751 8.58105C11.1983 8.25659 11.3818 7.87361 11.3818 7.42285C11.3818 7.07417 11.2638 6.74031 11.0283 6.49414C10.794 6.24916 10.435 6.08301 9.93555 6.08301C8.94209 6.08316 8.41811 6.83977 8.41797 7.60742C8.41797 7.81763 8.44731 8.07481 8.49805 8.21582L8.5498 8.36035L6.7793 8.23535L6.70898 8.23047L6.69043 8.16309C6.63105 7.95321 6.60059 7.71544 6.60059 7.47949C6.60081 6.00363 7.71413 4.40053 9.93555 4.40039Z",
49
- fill: "white"
50
- }),
51
- /* @__PURE__ */ jsx("path", {
52
- d: "M10 12.7998C10.6024 12.7999 11.0996 13.31 11.0996 13.9072C11.0994 14.506 10.6023 14.9999 10 15C9.38173 15 8.8996 14.506 8.89941 13.9072C8.89941 13.31 9.38162 12.7998 10 12.7998Z",
53
- fill: "white"
54
- })
55
- ] })
56
- });
57
- };
58
- var HelpSign_default = HelpSign;
59
- var getIconColor = (hover, weight) => {
60
- if (weight === "normal") return hover ? "var(--color-help-graphics-verydark)" : "var(--color-help-graphics-normal)";
61
- };
62
- var HelpTriggerIcon = React.forwardRef((props, ref) => {
63
- return /* @__PURE__ */ jsx(HelpTriggerIconInternal, {
64
- ...props,
65
- ref
66
- });
67
- });
68
- const HelpTriggerIconInternal = React.forwardRef(({ ariaLabel, ariaLabelledById, className, htmlMarkup = "button", isHovered = false, size = "medium", testId, weight = "normal",...buttonRest }, ref) => {
69
- const ariaLabelAttributes = getAriaLabelAttributes({
70
- label: ariaLabel,
71
- id: ariaLabelledById
72
- });
73
- const { refObject, isHovered: interalIsHovered } = usePseudoClasses(ref, false);
74
- const helpIcon = /* @__PURE__ */ jsx(HelpSign_default, {
75
- color: getIconColor(interalIsHovered || isHovered, weight),
76
- weight
77
- });
78
- const isButton = htmlMarkup === "button";
79
- const iconClasses = cn(styles["help-trigger-icon"], {
80
- [styles["help-trigger-icon--strong"]]: weight === "strong",
81
- [styles["help-trigger-icon--is-button"]]: isButton
82
- }, styles[`help-trigger-icon--${size}`], className);
83
- if (isButton) return /* @__PURE__ */ jsx("button", {
84
- ...ariaLabelAttributes,
85
- type: "button",
86
- "data-testid": testId,
87
- "data-analyticsid": AnalyticsId.HelpTriggerIcon,
88
- className: iconClasses,
89
- ref: mergeRefs([refObject, ref]),
90
- ...buttonRest,
91
- children: helpIcon
92
- });
93
- return /* @__PURE__ */ jsx("span", {
94
- "data-testid": testId,
95
- "data-analyticsid": AnalyticsId.HelpTriggerIcon,
96
- className: iconClasses,
97
- children: helpIcon
98
- });
99
- });
100
- HelpTriggerIcon.displayName = "HelpTriggerIcon";
101
- HelpTriggerIconInternal.displayName = "HelpTriggerIconInternal";
102
- var HelpTriggerIcon_default$1 = HelpTriggerIcon;
103
- export { HelpTriggerIconInternal as n, HelpTriggerIcon_default$1 as t };
104
-
105
- //# sourceMappingURL=HelpTriggerIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HelpTriggerIcon.js","names":["HelpSign: React.FC<HelpSignProps>"],"sources":["../src/components/HelpTriggerIcon/HelpSign.tsx","../src/components/HelpTriggerIcon/HelpTriggerIcon.tsx","../src/components/HelpTriggerIcon/index.ts"],"sourcesContent":["import React from 'react';\n\nimport { HelpTriggerWeights } from '../HelpTriggerIcon';\n\nexport interface HelpSignProps {\n color?: string;\n weight?: HelpTriggerWeights;\n}\n\nconst HelpSign: React.FC<HelpSignProps> = ({ color, weight }: HelpSignProps): React.ReactElement => {\n const paths =\n weight === 'normal' ? (\n <>\n <defs>\n <clipPath id=\"clipCircle\" clipPathUnits=\"userSpaceOnUse\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.0004 0C4.48644 0 0 4.48565 0 9.99961C0 15.5136 4.48644 20 10.0004 20C15.5144 20 20 15.5136 20 9.99961C20 4.48565 15.5144 0 10.0004 0\"\n />\n </clipPath>\n </defs>\n <path\n d=\"M10.0004 0V-2C3.38207 -2 -2 3.38088 -2 9.99961H0H2C2 5.59043 5.5908 2 10.0004 2V0ZM0 9.99961H-2C-2 16.6181 3.38187 22 10.0004 22V20V18C5.59101 18 2 14.409 2 9.99961H0ZM10.0004 20V22C16.6191 22 22 16.6179 22 9.99961H20H18C18 14.4092 14.4096 18 10.0004 18V20ZM20 9.99961H22C22 3.38108 16.6189 -2 10.0004 -2V0V2C14.4098 2 18 5.59022 18 9.99961H20Z\"\n fill={color}\n clipPath=\"url(#clipCircle)\"\n />\n <path\n d=\"M9.93555 4.40039C12.1061 4.40039 13.2998 5.8386 13.2998 7.35156C13.2997 8.52045 12.2922 9.61789 11.8262 9.94238C11.3601 10.2669 11.209 10.5 11.209 10.5C11.0283 10.6756 10.9117 11.0195 10.8721 11.2715C10.8316 11.5286 10.8476 11.5136 10.8477 11.7998V11.9004H9.20117V11.2715C9.20117 10.8463 9.20556 10.7433 9.31934 10.374C9.43483 9.99921 9.75195 9.54492 10.0928 9.18262C10.4336 8.82031 10.751 8.58105 10.751 8.58105C11.1983 8.25659 11.3818 7.87361 11.3818 7.42285C11.3818 7.07417 11.2638 6.74031 11.0283 6.49414C10.794 6.24916 10.435 6.08301 9.93555 6.08301C8.94209 6.08316 8.41811 6.83977 8.41797 7.60742C8.41797 7.81763 8.44731 8.07481 8.49805 8.21582L8.5498 8.36035L6.7793 8.23535L6.70898 8.23047L6.69043 8.16309C6.63105 7.95321 6.60059 7.71544 6.60059 7.47949C6.60081 6.00363 7.71413 4.40053 9.93555 4.40039Z\"\n fill={color}\n />\n <path\n d=\"M10 12.7998C10.6024 12.7999 11.0996 13.31 11.0996 13.9072C11.0994 14.506 10.6023 14.9999 10 15C9.38173 15 8.8996 14.506 8.89941 13.9072C8.89941 13.31 9.38162 12.7998 10 12.7998Z\"\n fill={color}\n />\n </>\n ) : (\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.0004 0C4.48644 0 0 4.48565 0 9.99961C0 15.5136 4.48644 20 10.0004 20C15.5144 20 20 15.5136 20 9.99961C20 4.48565 15.5144 0 10.0004 0Z\"\n />\n <path\n d=\"M9.93555 4.40039C12.1061 4.40039 13.2998 5.8386 13.2998 7.35156C13.2997 8.52045 12.2922 9.61789 11.8262 9.94238C11.3601 10.2669 11.209 10.5 11.209 10.5C11.0283 10.6756 10.9117 11.0195 10.8721 11.2715C10.8316 11.5286 10.8476 11.5136 10.8477 11.7998V11.9004H9.20117V11.2715C9.20117 10.8463 9.20556 10.7433 9.31934 10.374C9.43483 9.99921 9.75195 9.54492 10.0928 9.18262C10.4336 8.82031 10.751 8.58105 10.751 8.58105C11.1983 8.25659 11.3818 7.87361 11.3818 7.42285C11.3818 7.07417 11.2638 6.74031 11.0283 6.49414C10.794 6.24916 10.435 6.08301 9.93555 6.08301C8.94209 6.08316 8.41811 6.83977 8.41797 7.60742C8.41797 7.81763 8.44731 8.07481 8.49805 8.21582L8.5498 8.36035L6.7793 8.23535L6.70898 8.23047L6.69043 8.16309C6.63105 7.95321 6.60059 7.71544 6.60059 7.47949C6.60081 6.00363 7.71413 4.40053 9.93555 4.40039Z\"\n fill=\"white\"\n />\n <path\n d=\"M10 12.7998C10.6024 12.7999 11.0996 13.31 11.0996 13.9072C11.0994 14.506 10.6023 14.9999 10 15C9.38173 15 8.8996 14.506 8.89941 13.9072C8.89941 13.31 9.38162 12.7998 10 12.7998Z\"\n fill=\"white\"\n />\n </>\n );\n\n return (\n <svg fill=\"none\" height=\"20\" overflow=\"visible\" role={'presentation'} width=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\">\n {paths}\n </svg>\n );\n};\n\nexport default HelpSign;\n","import React from 'react';\n\nimport classNames from 'classnames';\n\nimport HelpSign from './HelpSign';\nimport { AnalyticsId } from '../../constants';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getAriaLabelAttributes } from '../../utils/accessibility';\nimport { mergeRefs } from '../../utils/refs';\n\nimport styles from './styles.module.scss';\n\nexport type HelpTriggerIconSizes = 'inherit' | 'medium' | 'large' | 'xlarge';\n\nexport type HelpTriggerIconTags = 'button' | 'span';\n\nexport type HelpTriggerWeights = 'normal' | 'strong';\n\nexport interface HelpTriggerIconProps\n extends Pick<React.InputHTMLAttributes<HTMLButtonElement>, 'onClick' | 'aria-haspopup' | 'aria-controls' | 'aria-expanded'> {\n /**\n * Sets aria-label of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabel?: string;\n /**\n * Sets aria-labelledby of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabelledById?: string;\n /** Adds custom classes to the element. */\n className?: string;\n /**\n * Size of the Icon. Default: medium.\n */\n size?: HelpTriggerIconSizes;\n /** Sets the data-testid attribute. */\n testId?: string;\n /**\n * Sets the colors of the help trigger icon. Default: normal.\n */\n weight?: HelpTriggerWeights;\n}\n\ninterface HelpTriggerIconInternalProps extends HelpTriggerIconProps {\n /**\n * Sets the hover styling of the trigger. Intended for use when wrapped by a parent button.\n */\n isHovered?: boolean;\n /**\n * Only use this if the parent wrapper is a Button!\n * Changes the underlying element of the trigger. If set to span, the trigger will be a non-interactive icon. Default: button\n */\n htmlMarkup?: HelpTriggerIconTags;\n}\n\nconst getIconColor = (hover: boolean, weight: HelpTriggerWeights): string | undefined => {\n if (weight === 'normal') {\n return hover ? 'var(--color-help-graphics-verydark)' : 'var(--color-help-graphics-normal)';\n }\n};\n\nconst HelpTriggerIcon = React.forwardRef<HTMLButtonElement, HelpTriggerIconProps>((props, ref) => {\n return <HelpTriggerIconInternal {...props} ref={ref} />;\n});\n\nexport const HelpTriggerIconInternal = React.forwardRef<HTMLButtonElement, HelpTriggerIconInternalProps>(\n (\n {\n ariaLabel,\n ariaLabelledById,\n className,\n htmlMarkup = 'button',\n isHovered = false,\n size = 'medium',\n testId,\n weight = 'normal',\n ...buttonRest\n },\n ref\n ) => {\n const ariaLabelAttributes = getAriaLabelAttributes({ label: ariaLabel, id: ariaLabelledById });\n const { refObject, isHovered: interalIsHovered } = usePseudoClasses<HTMLButtonElement>(\n ref as React.RefObject<HTMLButtonElement>,\n false\n );\n const helpIcon = <HelpSign color={getIconColor(interalIsHovered || isHovered, weight)} weight={weight} />;\n const isButton = htmlMarkup === 'button';\n const iconClasses = classNames(\n styles['help-trigger-icon'],\n {\n [styles['help-trigger-icon--strong']]: weight === 'strong',\n [styles['help-trigger-icon--is-button']]: isButton,\n },\n styles[`help-trigger-icon--${size}`],\n className\n );\n\n if (isButton) {\n return (\n <button\n {...ariaLabelAttributes}\n type=\"button\"\n data-testid={testId}\n data-analyticsid={AnalyticsId.HelpTriggerIcon}\n className={iconClasses}\n ref={mergeRefs([refObject, ref])}\n {...buttonRest}\n >\n {helpIcon}\n </button>\n );\n }\n\n return (\n <span data-testid={testId} data-analyticsid={AnalyticsId.HelpTriggerIcon} className={iconClasses}>\n {helpIcon}\n </span>\n );\n }\n);\n\nHelpTriggerIcon.displayName = 'HelpTriggerIcon';\nHelpTriggerIconInternal.displayName = 'HelpTriggerIconInternal';\n\nexport default HelpTriggerIcon;\n","import HelpTriggerIcon from './HelpTriggerIcon';\nexport * from './HelpTriggerIcon';\nexport default HelpTriggerIcon;\n"],"mappings":";;;;;;;;AASA,IAAMA,YAAqC,EAAE,OAAO,aAAgD;AA6ClG,QACE,oBAAC,OAAA;EAAI,MAAK;EAAO,QAAO;EAAK,UAAS;EAAU,MAAM;EAAgB,OAAM;EAAK,SAAQ;EAAY,OAAM;YA5C3G,WAAW,WACT,qBAAA,UAAA,EAAA,UAAA;GACE,oBAAC,QAAA,EAAA,UACC,oBAAC,YAAA;IAAS,IAAG;IAAa,eAAc;cACtC,oBAAC,QAAA;KACC,UAAS;KACT,UAAS;KACT,GAAE;MACF;KACO,EAAA,CACN;GACP,oBAAC,QAAA;IACC,GAAE;IACF,MAAM;IACN,UAAS;KACT;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM;KACN;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM;KACN;MACD,GAEH,qBAAA,UAAA,EAAA,UAAA;GACE,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;KACF;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;MACD;GAMC;;AAIV,IAAA,mBAAe;ACPf,IAAM,gBAAgB,OAAgB,WAAmD;AACvF,KAAI,WAAW,SACb,QAAO,QAAQ,wCAAwC;;AAI3D,IAAM,kBAAkB,MAAM,YAAqD,OAAO,QAAQ;AAChG,QAAO,oBAAC,yBAAA;EAAwB,GAAI;EAAY;GAAO;EACvD;AAEF,MAAa,0BAA0B,MAAM,YAEzC,EACE,WACA,kBACA,WACA,aAAa,UACb,YAAY,OACZ,OAAO,UACP,QACA,SAAS,SACT,GAAG,cAEL,QACG;CACH,MAAM,sBAAsB,uBAAuB;EAAE,OAAO;EAAW,IAAI;EAAkB,CAAC;CAC9F,MAAM,EAAE,WAAW,WAAW,qBAAqB,iBACjD,KACA,MACD;CACD,MAAM,WAAW,oBAAC,kBAAA;EAAS,OAAO,aAAa,oBAAoB,WAAW,OAAO;EAAU;GAAU;CACzG,MAAM,WAAW,eAAe;CAChC,MAAM,cAAc,GAClB,OAAO,sBACP;GACG,OAAO,+BAA+B,WAAW;GACjD,OAAO,kCAAkC;EAC3C,EACD,OAAO,sBAAsB,SAC7B,UACD;AAED,KAAI,SACF,QACE,oBAAC,UAAA;EACC,GAAI;EACJ,MAAK;EACL,eAAa;EACb,oBAAkB,YAAY;EAC9B,WAAW;EACX,KAAK,UAAU,CAAC,WAAW,IAAI,CAAC;EAChC,GAAI;YAEH;GACM;AAIb,QACE,oBAAC,QAAA;EAAK,eAAa;EAAQ,oBAAkB,YAAY;EAAiB,WAAW;YAClF;GACI;EAGZ;AAED,gBAAgB,cAAc;AAC9B,wBAAwB,cAAc;ACvHtC,IAAA,4BDyHe"}
@@ -1,43 +0,0 @@
1
- import { n as AnalyticsId } from "./constants2.js";
2
- import { t as usePseudoClasses } from "./usePseudoClasses.js";
3
- import { n as mergeRefs } from "./refs.js";
4
- import { t as useIsMobileBreakpoint } from "./useIsMobileBreakpoint.js";
5
- import { n as getAriaLabelAttributes } from "./accessibility.js";
6
- import { n as HelpTriggerIconInternal } from "./HelpTriggerIcon.js";
7
- import React from "react";
8
- import cn from "classnames";
9
- import { jsx, jsxs } from "react/jsx-runtime";
10
- import styles from "./components/HelpTriggerStandalone/styles.module.scss";
11
- var HelpTriggerStandalone = React.forwardRef(({ ariaLabel, ariaLabelledById, children, className, testId, weight = "normal",...rest }, ref) => {
12
- const isMobile = useIsMobileBreakpoint();
13
- const ariaLabelAttributes = getAriaLabelAttributes({
14
- label: ariaLabel,
15
- id: ariaLabelledById
16
- });
17
- const helpTriggerStandaloneStyles = cn(styles["help-trigger-standalone"], className);
18
- const { refObject, isHovered } = usePseudoClasses(ref, false);
19
- return /* @__PURE__ */ jsxs("button", {
20
- "aria-label": ariaLabel,
21
- type: "button",
22
- "data-testid": testId,
23
- "data-analyticsid": AnalyticsId.HelpTriggerStandalone,
24
- className: helpTriggerStandaloneStyles,
25
- ref: mergeRefs([refObject, ref]),
26
- ...ariaLabelAttributes,
27
- ...rest,
28
- children: [/* @__PURE__ */ jsx(HelpTriggerIconInternal, {
29
- weight,
30
- size: isMobile ? "medium" : "large",
31
- htmlMarkup: "span",
32
- isHovered
33
- }), /* @__PURE__ */ jsx("span", {
34
- className: styles["help-trigger-standalone__children"],
35
- children
36
- })]
37
- });
38
- });
39
- HelpTriggerStandalone.displayName = "HelpTriggerStandalone";
40
- var HelpTriggerStandalone_default$1 = HelpTriggerStandalone;
41
- export { HelpTriggerStandalone_default$1 as t };
42
-
43
- //# sourceMappingURL=HelpTriggerStandalone.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HelpTriggerStandalone.js","names":[],"sources":["../src/components/HelpTriggerStandalone/HelpTriggerStandalone.tsx","../src/components/HelpTriggerStandalone/index.ts"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\nimport { useIsMobileBreakpoint } from '../../hooks/useIsMobileBreakpoint';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getAriaLabelAttributes } from '../../utils/accessibility';\nimport { mergeRefs } from '../../utils/refs';\nimport { HelpTriggerIconInternal, HelpTriggerWeights } from '../HelpTriggerIcon';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpTriggerStandaloneProps\n extends Pick<React.InputHTMLAttributes<HTMLButtonElement>, 'onClick' | 'aria-haspopup' | 'aria-controls' | 'aria-expanded'> {\n /**\n * Sets aria-label of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabel?: string;\n /**\n * Sets aria-labelledby of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabelledById?: string;\n /** Sets the text content of the HelpTriggerStandalone. */\n children: React.ReactNode;\n /**\n * Sets the colors of the help trigger. Default: normal.\n */\n weight?: HelpTriggerWeights;\n /**\n * Classname will be applied to the button element.\n */\n className?: string;\n /**\n * Optional test id.\n */\n testId?: string;\n}\n\nconst HelpTriggerStandalone = React.forwardRef<HTMLButtonElement, HelpTriggerStandaloneProps>(\n ({ ariaLabel, ariaLabelledById, children, className, testId, weight = 'normal', ...rest }, ref) => {\n const isMobile = useIsMobileBreakpoint();\n const ariaLabelAttributes = getAriaLabelAttributes({ label: ariaLabel, id: ariaLabelledById });\n const helpTriggerStandaloneStyles = classNames(styles['help-trigger-standalone'], className);\n const { refObject, isHovered } = usePseudoClasses<HTMLButtonElement>(ref as React.RefObject<HTMLButtonElement>, false);\n\n return (\n <button\n aria-label={ariaLabel}\n type=\"button\"\n data-testid={testId}\n data-analyticsid={AnalyticsId.HelpTriggerStandalone}\n className={helpTriggerStandaloneStyles}\n ref={mergeRefs([refObject, ref])}\n {...ariaLabelAttributes}\n {...rest}\n >\n <HelpTriggerIconInternal weight={weight} size={isMobile ? 'medium' : 'large'} htmlMarkup={'span'} isHovered={isHovered} />\n <span className={styles['help-trigger-standalone__children']}>{children}</span>\n </button>\n );\n }\n);\n\nHelpTriggerStandalone.displayName = 'HelpTriggerStandalone';\n\nexport default HelpTriggerStandalone;\n","import HelpTriggerStandalone from './HelpTriggerStandalone';\nexport * from './HelpTriggerStandalone';\nexport default HelpTriggerStandalone;\n"],"mappings":";;;;;;;;;;AAuCA,IAAM,wBAAwB,MAAM,YACjC,EAAE,WAAW,kBAAkB,UAAU,WAAW,QAAQ,SAAS,SAAU,GAAG,QAAQ,QAAQ;CACjG,MAAM,WAAW,uBAAuB;CACxC,MAAM,sBAAsB,uBAAuB;EAAE,OAAO;EAAW,IAAI;EAAkB,CAAC;CAC9F,MAAM,8BAA8B,GAAW,OAAO,4BAA4B,UAAU;CAC5F,MAAM,EAAE,WAAW,cAAc,iBAAoC,KAA2C,MAAM;AAEtH,QACE,qBAAC,UAAA;EACC,cAAY;EACZ,MAAK;EACL,eAAa;EACb,oBAAkB,YAAY;EAC9B,WAAW;EACX,KAAK,UAAU,CAAC,WAAW,IAAI,CAAC;EAChC,GAAI;EACJ,GAAI;aAEJ,oBAAC,yBAAA;GAAgC;GAAQ,MAAM,WAAW,WAAW;GAAS,YAAY;GAAmB;IAAa,EAC1H,oBAAC,QAAA;GAAK,WAAW,OAAO;GAAuC;IAAgB,CAAA;GACxE;EAGd;AAED,sBAAsB,cAAc;AC9DpC,IAAA,kCDgEe"}
package/HighlightPanel.js DELETED
@@ -1,77 +0,0 @@
1
- import { a as IconSize, n as AnalyticsId } from "./constants2.js";
2
- import { t as Icon_default } from "./Icon.js";
3
- import { t as LazyIcon_default } from "./LazyIcon.js";
4
- import { n as useBreakpoint, t as Breakpoint } from "./useBreakpoint.js";
5
- import { t as Title_default } from "./Title2.js";
6
- import React from "react";
7
- import cn from "classnames";
8
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
9
- import styles from "./components/HighlightPanel/styles.module.scss";
10
- var HighlightPanel = (props) => {
11
- const { children, color = "white", testId, svgIcon, htmlMarkup = "div", className, variant = "normal", title, titleHtmlMarkup = "h2" } = props;
12
- const breakpoint = useBreakpoint();
13
- const containerClassName = cn(styles.highlightpanel, styles[`highlightpanel--${color}`], svgIcon && styles["highlightpanel--has-icon"], className, { [styles["highlightpanel--compact"]]: variant === "compact" });
14
- const renderContent = () => {
15
- const titleElement = title && /* @__PURE__ */ jsx(Title_default, {
16
- testId: "titleId",
17
- htmlMarkup: titleHtmlMarkup,
18
- appearance: variant === "compact" ? "title6" : "title4",
19
- children: title
20
- });
21
- if (svgIcon) {
22
- const iconSize = IconSize.Small;
23
- if (variant === "compact") return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("div", {
24
- className: cn(styles.highlightpanel__icon, styles["highlightpanel__icon--compact"]),
25
- children: typeof svgIcon === "string" ? /* @__PURE__ */ jsx(LazyIcon_default, {
26
- iconName: svgIcon,
27
- size: iconSize
28
- }) : /* @__PURE__ */ jsx(Icon_default, {
29
- svgIcon,
30
- size: iconSize
31
- })
32
- }), /* @__PURE__ */ jsxs("div", {
33
- className: (styles.highlightpanel__content, styles["highlightpanel__content--compact"]),
34
- children: [title && /* @__PURE__ */ jsx("div", {
35
- className: styles["highlightpanel__title-wrapper"],
36
- children: titleElement
37
- }), /* @__PURE__ */ jsx("div", {
38
- className: styles["highlightpanel__content__children--compact"],
39
- children
40
- })]
41
- })] });
42
- return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsxs("div", {
43
- className: styles.highlightpanel__icon,
44
- children: [typeof svgIcon === "string" ? /* @__PURE__ */ jsx(LazyIcon_default, {
45
- iconName: svgIcon,
46
- size: iconSize
47
- }) : /* @__PURE__ */ jsx(Icon_default, {
48
- svgIcon,
49
- size: iconSize
50
- }), title && breakpoint < Breakpoint.md && /* @__PURE__ */ jsx("div", {
51
- className: styles["highlightpanel__title-wrapper"],
52
- children: titleElement
53
- })]
54
- }), /* @__PURE__ */ jsxs("div", {
55
- className: styles.highlightpanel__content,
56
- children: [title && breakpoint >= Breakpoint.md && /* @__PURE__ */ jsx("div", {
57
- className: styles["highlightpanel__title-wrapper"],
58
- children: titleElement
59
- }), children]
60
- })] });
61
- }
62
- return /* @__PURE__ */ jsxs(Fragment, { children: [title && /* @__PURE__ */ jsx("div", {
63
- className: styles.highlightpanel__content,
64
- children: /* @__PURE__ */ jsx("div", { children: titleElement })
65
- }), children] });
66
- };
67
- return /* @__PURE__ */ jsx(htmlMarkup, {
68
- className: containerClassName,
69
- "data-testid": testId,
70
- "data-analyticsid": AnalyticsId.HighlightPanel,
71
- children: renderContent()
72
- });
73
- };
74
- var HighlightPanel_default$1 = HighlightPanel;
75
- export { HighlightPanel_default$1 as t };
76
-
77
- //# sourceMappingURL=HighlightPanel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HighlightPanel.js","names":["HighlightPanel: React.FC<HighlightPanelProps>"],"sources":["../src/components/HighlightPanel/HighlightPanel.tsx","../src/components/HighlightPanel/index.ts"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { useBreakpoint, Breakpoint } from '../..';\nimport { AnalyticsId } from '../../constants';\nimport { PaletteNames } from '../../theme/palette';\nimport Icon, { SvgIcon, IconSize } from '../Icon';\nimport { IconName } from '../Icons/IconNames';\nimport LazyIcon from '../LazyIcon';\nimport Title, { TitleTags } from '../Title';\n\nimport styles from './styles.module.scss';\n\nexport type HighlightPanelColors = Extract<PaletteNames, 'white' | 'neutral' | 'blueberry' | 'cherry'>;\n\nexport type HighlightPanelTags = Exclude<\n keyof HTMLElementTagNameMap,\n 'dir' | 'font' | 'frame' | 'frameset' | 'marquee' | 'applet' | 'basefont' | 'search'\n>;\n\nexport type HighlightPanelVariants = 'normal' | 'compact';\n\nexport interface HighlightPanelProps {\n /** What's in the box? */\n children: React.ReactNode;\n /** Changes the background color. Default: white */\n color?: HighlightPanelColors;\n /** Adds an icon to the highlightpanel. */\n svgIcon?: SvgIcon | IconName;\n /** Changes the underlying element. Default: div */\n htmlMarkup?: HighlightPanelTags;\n /** Adds custom classes to the element. */\n className?: string;\n /** Uses the compact styling if set to compact */\n variant?: HighlightPanelVariants;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Element that is set after the icon-element in the DOM, often a title-element */\n title?: string;\n /** Markup props for title */\n titleHtmlMarkup?: TitleTags;\n}\n\nconst HighlightPanel: React.FC<HighlightPanelProps> = props => {\n const {\n children,\n color = 'white',\n testId,\n svgIcon,\n htmlMarkup = 'div',\n className,\n variant = 'normal',\n title,\n titleHtmlMarkup = 'h2',\n } = props;\n const breakpoint = useBreakpoint();\n\n const containerClassName = classNames(\n styles.highlightpanel,\n styles[`highlightpanel--${color}`],\n svgIcon && styles['highlightpanel--has-icon'],\n className,\n { [styles['highlightpanel--compact']]: variant === 'compact' }\n );\n\n const renderContent = (): React.ReactNode => {\n const titleElement = title && (\n <Title testId=\"titleId\" htmlMarkup={titleHtmlMarkup} appearance={variant === 'compact' ? 'title6' : 'title4'}>\n {title}\n </Title>\n );\n\n if (svgIcon) {\n const iconSize = IconSize.Small;\n\n if (variant === 'compact') {\n return (\n <>\n <div className={classNames(styles.highlightpanel__icon, styles['highlightpanel__icon--compact'])}>\n {typeof svgIcon === 'string' ? <LazyIcon iconName={svgIcon} size={iconSize} /> : <Icon svgIcon={svgIcon} size={iconSize} />}\n </div>\n <div className={(styles.highlightpanel__content, styles['highlightpanel__content--compact'])}>\n {title && <div className={styles['highlightpanel__title-wrapper']}>{titleElement}</div>}\n <div className={styles['highlightpanel__content__children--compact']}>{children}</div>\n </div>\n </>\n );\n }\n\n return (\n <>\n <div className={styles.highlightpanel__icon}>\n {typeof svgIcon === 'string' ? <LazyIcon iconName={svgIcon} size={iconSize} /> : <Icon svgIcon={svgIcon} size={iconSize} />}\n {title && breakpoint < Breakpoint.md && <div className={styles['highlightpanel__title-wrapper']}>{titleElement}</div>}\n </div>\n <div className={styles.highlightpanel__content}>\n {title && breakpoint >= Breakpoint.md && <div className={styles['highlightpanel__title-wrapper']}>{titleElement}</div>}\n {children}\n </div>\n </>\n );\n }\n\n return (\n <>\n {title && (\n <div className={styles.highlightpanel__content}>\n <div>{titleElement}</div>\n </div>\n )}\n {children}\n </>\n );\n };\n\n const CustomTag = htmlMarkup;\n\n return (\n <CustomTag className={containerClassName} data-testid={testId} data-analyticsid={AnalyticsId.HighlightPanel}>\n {renderContent()}\n </CustomTag>\n );\n};\n\nexport default HighlightPanel;\n","import HighlightPanel from './HighlightPanel';\nexport * from './HighlightPanel';\nexport default HighlightPanel;\n"],"mappings":";;;;;;;;;AA4CA,IAAMA,kBAAgD,UAAS;CAC7D,MAAM,EACJ,UACA,QAAQ,SACR,QACA,SACA,aAAa,OACb,WACA,UAAU,UACV,OACA,kBAAkB,SAChB;CACJ,MAAM,aAAa,eAAe;CAElC,MAAM,qBAAqB,GACzB,OAAO,gBACP,OAAO,mBAAmB,UAC1B,WAAW,OAAO,6BAClB,WACA,GAAG,OAAO,6BAA6B,YAAY,WAAW,CAC/D;CAED,MAAM,sBAAuC;EAC3C,MAAM,eAAe,SACnB,oBAAC,eAAA;GAAM,QAAO;GAAU,YAAY;GAAiB,YAAY,YAAY,YAAY,WAAW;aACjG;IACK;AAGV,MAAI,SAAS;GACX,MAAM,WAAW,SAAS;AAE1B,OAAI,YAAY,UACd,QACE,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,OAAA;IAAI,WAAW,GAAW,OAAO,sBAAsB,OAAO,iCAAiC;cAC7F,OAAO,YAAY,WAAW,oBAAC,kBAAA;KAAS,UAAU;KAAS,MAAM;MAAY,GAAG,oBAAC,cAAA;KAAc;KAAS,MAAM;MAAY;KACvH,EACN,qBAAC,OAAA;IAAI,YAAY,OAAO,yBAAyB,OAAO;eACrD,SAAS,oBAAC,OAAA;KAAI,WAAW,OAAO;eAAmC;MAAmB,EACvF,oBAAC,OAAA;KAAI,WAAW,OAAO;KAAgD;MAAe,CAAA;KAClF,CAAA,EAAA,CACL;AAIP,UACE,qBAAA,UAAA,EAAA,UAAA,CACE,qBAAC,OAAA;IAAI,WAAW,OAAO;eACpB,OAAO,YAAY,WAAW,oBAAC,kBAAA;KAAS,UAAU;KAAS,MAAM;MAAY,GAAG,oBAAC,cAAA;KAAc;KAAS,MAAM;MAAY,EAC1H,SAAS,aAAa,WAAW,MAAM,oBAAC,OAAA;KAAI,WAAW,OAAO;eAAmC;MAAmB,CAAA;KACjH,EACN,qBAAC,OAAA;IAAI,WAAW,OAAO;eACpB,SAAS,cAAc,WAAW,MAAM,oBAAC,OAAA;KAAI,WAAW,OAAO;eAAmC;MAAmB,EACrH,SAAA;KACG,CAAA,EAAA,CACL;;AAIP,SACE,qBAAA,UAAA,EAAA,UAAA,CACG,SACC,oBAAC,OAAA;GAAI,WAAW,OAAO;aACrB,oBAAC,OAAA,EAAA,UAAK,cAAA,CAAmB;IACrB,EAEP,SAAA,EAAA,CACA;;AAMP,QACE,oBAHgB,YAGf;EAAU,WAAW;EAAoB,eAAa;EAAQ,oBAAkB,YAAY;YAC1F,eAAe;GACN;;ACvHhB,IAAA,2BD2He"}
@@ -1,48 +0,0 @@
1
- import { t as useIsVisible } from "./useIsVisible.js";
2
- import { t as useSize } from "./useSize.js";
3
- import { t as useStopPropagation } from "./usestopPropagation.js";
4
- import React, { useRef } from "react";
5
- import cn from "classnames";
6
- import { jsx, jsxs } from "react/jsx-runtime";
7
- import styles from "./components/HorizontalScroll/styles.module.scss";
8
- var ROOT_MARGIN_OFFSET = "3px";
9
- const HorizontalScroll = ({ children, childWidth, testId,...rest }) => {
10
- const viewportRef = useRef(null);
11
- const leftRef = useRef(null);
12
- const rightRef = useRef(null);
13
- const leftIsVisible = useIsVisible(leftRef, 1, {
14
- root: viewportRef?.current,
15
- rootMargin: ROOT_MARGIN_OFFSET
16
- }, true);
17
- const rightIsVisible = useIsVisible(rightRef, 1, {
18
- root: viewportRef?.current,
19
- rootMargin: ROOT_MARGIN_OFFSET
20
- }, true);
21
- const { width: viewPortWidth = 0 } = useSize(viewportRef) || {};
22
- const isOverflowing = childWidth > viewPortWidth;
23
- const viewportClasses = cn(styles.horizontalscroll__viewport, isOverflowing && styles["horizontalscroll__viewport--overflow"]);
24
- const hasAriaAttributes = rest["aria-label"] || rest["aria-labelledby"];
25
- useStopPropagation(viewportRef, ["touchstart", "touchmove"]);
26
- return /* @__PURE__ */ jsx("div", {
27
- className: styles.horizontalscroll,
28
- "data-testid": testId,
29
- children: /* @__PURE__ */ jsxs("div", {
30
- className: viewportClasses,
31
- ref: viewportRef,
32
- tabIndex: hasAriaAttributes ? 0 : void 0,
33
- role: hasAriaAttributes ? "region" : void 0,
34
- ...rest,
35
- children: [
36
- /* @__PURE__ */ jsx("div", { className: cn(styles.horizontalscroll__indicator, styles["horizontalscroll__indicator--left"], !leftIsVisible && styles["horizontalscroll__indicator--visible"]) }),
37
- /* @__PURE__ */ jsx("div", { className: cn(styles.horizontalscroll__indicator, styles["horizontalscroll__indicator--right"], !rightIsVisible && styles["horizontalscroll__indicator--visible"]) }),
38
- /* @__PURE__ */ jsx("div", { ref: leftRef }),
39
- children,
40
- /* @__PURE__ */ jsx("div", { ref: rightRef })
41
- ]
42
- })
43
- });
44
- };
45
- var HorizontalScroll_default$1 = HorizontalScroll;
46
- export { HorizontalScroll as n, HorizontalScroll_default$1 as t };
47
-
48
- //# sourceMappingURL=HorizontalScroll.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HorizontalScroll.js","names":["HorizontalScroll: React.FC<HorizontalScrollProps & AriaLabelAttributes>"],"sources":["../src/components/HorizontalScroll/HorizontalScroll.tsx","../src/components/HorizontalScroll/index.ts"],"sourcesContent":["import React, { useRef } from 'react';\n\nimport classNames from 'classnames';\n\nimport { useIsVisible } from '../../hooks/useIsVisible';\nimport { useSize } from '../../hooks/useSize';\nimport { useStopPropagation } from '../../hooks/usestopPropagation';\nimport { AriaLabelAttributes } from '../../utils/accessibility';\n\nimport styles from './styles.module.scss';\n\n// Scrolle-indikator vises/skjules når det er x px igjen til venstre eller høyre side\nconst ROOT_MARGIN_OFFSET = '3px';\n\ninterface HorizontalScrollProps {\n children?: React.ReactNode;\n /**\n * Bredden på elementet som potensielt vil scrolle horisontalt i px\n */\n childWidth: number;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nexport const HorizontalScroll: React.FC<HorizontalScrollProps & AriaLabelAttributes> = ({ children, childWidth, testId, ...rest }) => {\n const viewportRef = useRef<HTMLDivElement>(null);\n const leftRef = useRef<HTMLDivElement>(null);\n const rightRef = useRef<HTMLDivElement>(null);\n const leftIsVisible = useIsVisible(leftRef, 1, { root: viewportRef?.current, rootMargin: ROOT_MARGIN_OFFSET }, true);\n const rightIsVisible = useIsVisible(rightRef, 1, { root: viewportRef?.current, rootMargin: ROOT_MARGIN_OFFSET }, true);\n const { width: viewPortWidth = 0 } = useSize(viewportRef) || {};\n\n const isOverflowing = childWidth > viewPortWidth;\n const viewportClasses = classNames(styles.horizontalscroll__viewport, isOverflowing && styles['horizontalscroll__viewport--overflow']);\n const hasAriaAttributes = rest['aria-label'] || rest['aria-labelledby'];\n\n useStopPropagation(viewportRef, ['touchstart', 'touchmove']);\n\n return (\n <div className={styles.horizontalscroll} data-testid={testId}>\n {/* viewport-diven må ta tabIndex for å løse et annet UU-problem, at div med overflow: scroll må kunne navigeres med keyboard. */}\n {/* Enten aria-label eller aria-labelledbyid må settes */}\n <div\n className={viewportClasses}\n ref={viewportRef}\n tabIndex={hasAriaAttributes ? 0 : undefined}\n role={hasAriaAttributes ? 'region' : undefined}\n {...rest}\n >\n <div\n className={classNames(\n styles.horizontalscroll__indicator,\n styles['horizontalscroll__indicator--left'],\n !leftIsVisible && styles['horizontalscroll__indicator--visible']\n )}\n />\n <div\n className={classNames(\n styles.horizontalscroll__indicator,\n styles['horizontalscroll__indicator--right'],\n !rightIsVisible && styles['horizontalscroll__indicator--visible']\n )}\n />\n <div ref={leftRef} />\n {children}\n <div ref={rightRef} />\n </div>\n </div>\n );\n};\n\nexport default HorizontalScroll;\n","import HorizontalScroll from './HorizontalScroll';\nexport * from './HorizontalScroll';\nexport default HorizontalScroll;\n"],"mappings":";;;;;;;AAYA,IAAM,qBAAqB;AAY3B,MAAaA,oBAA2E,EAAE,UAAU,YAAY,OAAQ,GAAG,WAAW;CACpI,MAAM,cAAc,OAAuB,KAAK;CAChD,MAAM,UAAU,OAAuB,KAAK;CAC5C,MAAM,WAAW,OAAuB,KAAK;CAC7C,MAAM,gBAAgB,aAAa,SAAS,GAAG;EAAE,MAAM,aAAa;EAAS,YAAY;EAAoB,EAAE,KAAK;CACpH,MAAM,iBAAiB,aAAa,UAAU,GAAG;EAAE,MAAM,aAAa;EAAS,YAAY;EAAoB,EAAE,KAAK;CACtH,MAAM,EAAE,OAAO,gBAAgB,MAAM,QAAQ,YAAY,IAAI,EAAE;CAE/D,MAAM,gBAAgB,aAAa;CACnC,MAAM,kBAAkB,GAAW,OAAO,4BAA4B,iBAAiB,OAAO,wCAAwC;CACtI,MAAM,oBAAoB,KAAK,iBAAiB,KAAK;AAErD,oBAAmB,aAAa,CAAC,cAAc,YAAY,CAAC;AAE5D,QACE,oBAAC,OAAA;EAAI,WAAW,OAAO;EAAkB,eAAa;YAGpD,qBAAC,OAAA;GACC,WAAW;GACX,KAAK;GACL,UAAU,oBAAoB,IAAI,KAAA;GAClC,MAAM,oBAAoB,WAAW,KAAA;GACrC,GAAI;;IAEJ,oBAAC,OAAA,EACC,WAAW,GACT,OAAO,6BACP,OAAO,sCACP,CAAC,iBAAiB,OAAO,wCAC1B,EAAA,CACD;IACF,oBAAC,OAAA,EACC,WAAW,GACT,OAAO,6BACP,OAAO,uCACP,CAAC,kBAAkB,OAAO,wCAC3B,EAAA,CACD;IACF,oBAAC,OAAA,EAAI,KAAK,SAAA,CAAW;IACpB;IACD,oBAAC,OAAA,EAAI,KAAK,UAAA,CAAY;;IAClB;GACF;;ACjEV,IAAA,6BDqEe"}
package/Icon.js DELETED
@@ -1,48 +0,0 @@
1
- import { a as IconSize, n as AnalyticsId } from "./constants2.js";
2
- import React, { useId } from "react";
3
- import cn from "classnames";
4
- import { jsx, jsxs } from "react/jsx-runtime";
5
- const getIcon = ({ size, isHovered, normal, normalHover, xSmall, xSmallHover, xxSmall, xxSmallHover }) => {
6
- if (size <= IconSize.XXSmall && xxSmall && xxSmallHover) return isHovered ? xxSmallHover : xxSmall;
7
- if (size <= IconSize.XSmall && xSmall && xSmallHover) return isHovered ? xSmallHover : xSmall;
8
- return isHovered ? normalHover : normal;
9
- };
10
- const Icon = React.forwardRef((props, ref) => {
11
- const { svgIcon, ariaLabel, className = "", size = IconSize.Small, color = "black", hoverColor = color || "black", isHovered = false, onColor, testId,...other } = props;
12
- const svgRaw = React.createElement(svgIcon, {
13
- size,
14
- isHovered,
15
- onColor
16
- });
17
- const titleId = useId();
18
- const svgColor = isHovered ? hoverColor : color;
19
- return /* @__PURE__ */ jsxs("svg", {
20
- "data-testid": testId,
21
- "data-analyticsid": AnalyticsId.Icon,
22
- ref,
23
- className: cn(`hnds-style-icon`, className),
24
- role: ariaLabel ? "img" : "presentation",
25
- "aria-labelledby": ariaLabel ? titleId : void 0,
26
- focusable: false,
27
- "aria-hidden": ariaLabel ? void 0 : true,
28
- viewBox: "0 0 48 48",
29
- style: {
30
- minWidth: size,
31
- minHeight: size
32
- },
33
- width: size,
34
- height: size,
35
- fill: svgColor,
36
- color: svgColor,
37
- ...other,
38
- children: [ariaLabel && /* @__PURE__ */ jsx("title", {
39
- id: titleId,
40
- children: ariaLabel
41
- }), svgRaw]
42
- });
43
- });
44
- Icon.displayName = "Icon";
45
- var Icon_default = Icon;
46
- export { Icon as n, getIcon as r, Icon_default as t };
47
-
48
- //# sourceMappingURL=Icon.js.map
package/Icon.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"Icon.js","names":[],"sources":["../src/components/Icon/Icon.tsx","../src/components/Icon/index.ts"],"sourcesContent":["import React, { useId } from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId, FormOnColor, IconSize } from '../../constants';\nimport { StatusDotOnColor } from '../StatusDot';\n\nexport type SvgIcon = React.FC<SvgPathProps>;\n\nexport interface BaseIconProps {\n /* aria-label for the <svg> element. Used as <title> tag. */\n ariaLabel?: string;\n /* Changes the size of the icon. */\n size?: number;\n /* Changes the color of the icon. */\n color?: string;\n /* Changes the hover color of the icon. */\n hoverColor?: string;\n /* Adds custom classes to the element. */\n className?: string;\n /* Swaps the displayed icon to the hover version and changes its color. */\n isHovered?: boolean;\n /** Defines the color of the icon */\n onColor?: keyof typeof FormOnColor | StatusDotOnColor;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nexport interface IconProps extends BaseIconProps {\n /* Sets which icon should be displayed. */\n svgIcon: SvgIcon;\n}\n\nexport interface SvgPathProps {\n size: IconSize;\n isHovered: boolean;\n onColor?: keyof typeof FormOnColor | StatusDotOnColor;\n}\n\ninterface IconConfig {\n size: IconSize;\n isHovered: boolean;\n normal: React.ReactElement;\n normalHover: React.ReactElement;\n xSmall?: React.ReactElement;\n xSmallHover?: React.ReactElement;\n xxSmall?: React.ReactElement;\n xxSmallHover?: React.ReactElement;\n}\n\nexport const getIcon = ({\n size,\n isHovered,\n normal,\n normalHover,\n xSmall,\n xSmallHover,\n xxSmall,\n xxSmallHover,\n}: IconConfig): React.ReactElement => {\n if (size <= IconSize.XXSmall && xxSmall && xxSmallHover) {\n return isHovered ? xxSmallHover : xxSmall;\n }\n if (size <= IconSize.XSmall && xSmall && xSmallHover) {\n return isHovered ? xSmallHover : xSmall;\n }\n\n return isHovered ? normalHover : normal;\n};\n\nexport const Icon = React.forwardRef((props: IconProps, ref: React.ForwardedRef<SVGSVGElement>) => {\n const {\n svgIcon,\n ariaLabel,\n className = '',\n size = IconSize.Small,\n color = 'black',\n hoverColor = color || 'black',\n isHovered = false,\n onColor,\n testId,\n ...other\n } = props;\n\n const svgRaw = React.createElement(svgIcon, {\n size,\n isHovered,\n onColor,\n });\n\n const titleId = useId();\n const svgColor = isHovered ? hoverColor : color;\n\n return (\n <svg\n data-testid={testId}\n data-analyticsid={AnalyticsId.Icon}\n ref={ref}\n className={classNames(`hnds-style-icon`, className)}\n role={ariaLabel ? 'img' : 'presentation'}\n aria-labelledby={ariaLabel ? titleId : undefined}\n focusable={false}\n aria-hidden={ariaLabel ? undefined : true}\n viewBox=\"0 0 48 48\"\n style={{ minWidth: size, minHeight: size }}\n width={size}\n height={size}\n fill={svgColor}\n color={svgColor}\n {...other}\n >\n {ariaLabel && <title id={titleId}>{ariaLabel}</title>}\n {svgRaw}\n </svg>\n );\n});\n\nIcon.displayName = 'Icon';\n\nexport default Icon;\n","export * from './Icon';\nexport { IconSize } from '../../constants';\n\nimport { Icon } from './Icon';\nexport default Icon;\n"],"mappings":";;;;AAkDA,MAAa,WAAW,EACtB,MACA,WACA,QACA,aACA,QACA,aACA,SACA,mBACoC;AACpC,KAAI,QAAQ,SAAS,WAAW,WAAW,aACzC,QAAO,YAAY,eAAe;AAEpC,KAAI,QAAQ,SAAS,UAAU,UAAU,YACvC,QAAO,YAAY,cAAc;AAGnC,QAAO,YAAY,cAAc;;AAGnC,MAAa,OAAO,MAAM,YAAY,OAAkB,QAA2C;CACjG,MAAM,EACJ,SACA,WACA,YAAY,IACZ,OAAO,SAAS,OAChB,QAAQ,SACR,aAAa,SAAS,SACtB,YAAY,OACZ,SACA,OACA,GAAG,UACD;CAEJ,MAAM,SAAS,MAAM,cAAc,SAAS;EAC1C;EACA;EACA;EACD,CAAC;CAEF,MAAM,UAAU,OAAO;CACvB,MAAM,WAAW,YAAY,aAAa;AAE1C,QACE,qBAAC,OAAA;EACC,eAAa;EACb,oBAAkB,YAAY;EACzB;EACL,WAAW,GAAW,mBAAmB,UAAU;EACnD,MAAM,YAAY,QAAQ;EAC1B,mBAAiB,YAAY,UAAU,KAAA;EACvC,WAAW;EACX,eAAa,YAAY,KAAA,IAAY;EACrC,SAAQ;EACR,OAAO;GAAE,UAAU;GAAM,WAAW;GAAM;EAC1C,OAAO;EACP,QAAQ;EACR,MAAM;EACN,OAAO;EACP,GAAI;aAEH,aAAa,oBAAC,SAAA;GAAM,IAAI;aAAU;IAAkB,EACpD,OAAA;GACG;EAER;AAEF,KAAK,cAAc;ACjHnB,IAAA,eAAe"}
package/InfoTeaser.js DELETED
@@ -1,80 +0,0 @@
1
- import { a as IconSize, n as AnalyticsId, s as LanguageLocales } from "./constants2.js";
2
- import { t as Icon_default } from "./Icon.js";
3
- import { r as useLanguage } from "./language.js";
4
- import { t as LazyIcon_default } from "./LazyIcon.js";
5
- import { t as Title_default } from "./Title2.js";
6
- import React, { useId, useState } from "react";
7
- import cn from "classnames";
8
- import { jsx, jsxs } from "react/jsx-runtime";
9
- import styles from "./components/InfoTeaser/styles.module.scss";
10
- var HN_Designsystem_InfoTeaser_en_GB_default = {
11
- expandButtonOpen: "Show less",
12
- expandButtonClose: "Show more"
13
- };
14
- var HN_Designsystem_InfoTeaser_nb_NO_default = {
15
- expandButtonOpen: "Vis mindre",
16
- expandButtonClose: "Vis mer"
17
- };
18
- const getResources = (language) => {
19
- switch (language) {
20
- case LanguageLocales.ENGLISH: return HN_Designsystem_InfoTeaser_en_GB_default;
21
- case LanguageLocales.NORWEGIAN:
22
- default: return HN_Designsystem_InfoTeaser_nb_NO_default;
23
- }
24
- };
25
- var InfoTeaser = (props) => {
26
- const { buttonClassName, children, className, htmlMarkup = "div", resources, svgIcon, testId, title, titleHtmlMarkup = "h2" } = props;
27
- const [expanded, setExpanded] = useState(false);
28
- const { language } = useLanguage(LanguageLocales.NORWEGIAN);
29
- const defaultResources = getResources(language);
30
- const infoteaserTextId = useId();
31
- const mergedResources = {
32
- ...defaultResources,
33
- ...resources
34
- };
35
- return /* @__PURE__ */ jsxs(htmlMarkup, {
36
- className: styles.wrapper,
37
- "data-testid": testId,
38
- "data-analyticsid": AnalyticsId.InfoTeaser,
39
- children: [/* @__PURE__ */ jsxs("div", {
40
- className: cn(styles.infoteaser, className, { [styles["infoteaser--collapsed"]]: !expanded }),
41
- children: [
42
- svgIcon && (typeof svgIcon === "string" ? /* @__PURE__ */ jsx(LazyIcon_default, {
43
- iconName: svgIcon,
44
- size: IconSize.Small,
45
- className: styles.infoteaser__icon
46
- }) : /* @__PURE__ */ jsx(Icon_default, {
47
- svgIcon,
48
- size: IconSize.Small,
49
- className: styles.infoteaser__icon
50
- })),
51
- /* @__PURE__ */ jsx(Title_default, {
52
- testId: "titleId",
53
- htmlMarkup: titleHtmlMarkup,
54
- appearance: "title4",
55
- className: styles.infoteaser__title,
56
- children: title
57
- }),
58
- /* @__PURE__ */ jsx("div", {
59
- className: styles.infoteaser__text,
60
- "aria-hidden": expanded ? false : true,
61
- id: infoteaserTextId,
62
- children
63
- })
64
- ]
65
- }), /* @__PURE__ */ jsx("button", {
66
- type: "button",
67
- className: cn(styles.infoteaser__button, buttonClassName),
68
- onClick: () => {
69
- setExpanded(!expanded);
70
- },
71
- "aria-expanded": expanded,
72
- "aria-controls": infoteaserTextId,
73
- children: expanded ? mergedResources.expandButtonOpen : mergedResources.expandButtonClose
74
- })]
75
- });
76
- };
77
- var InfoTeaser_default$1 = InfoTeaser;
78
- export { InfoTeaser_default$1 as t };
79
-
80
- //# sourceMappingURL=InfoTeaser.js.map
package/InfoTeaser.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"InfoTeaser.js","names":["InfoTeaser: React.FC<InfoTeaserProps>","mergedResources: HNDesignsystemInfoTeaser"],"sources":["../src/resources/HN.Designsystem.InfoTeaser.en-GB.json","../src/resources/HN.Designsystem.InfoTeaser.nb-NO.json","../src/components/InfoTeaser/resourceHelper.ts","../src/components/InfoTeaser/InfoTeaser.tsx","../src/components/InfoTeaser/index.ts"],"sourcesContent":["{\n \"expandButtonOpen\": \"Show less\",\n \"expandButtonClose\": \"Show more\"\n}\n","{\n \"expandButtonOpen\": \"Vis mindre\",\n \"expandButtonClose\": \"Vis mer\"\n}\n","import { LanguageLocales } from '../../constants';\nimport enGB from '../../resources/HN.Designsystem.InfoTeaser.en-GB.json';\nimport nbNO from '../../resources/HN.Designsystem.InfoTeaser.nb-NO.json';\nimport { HNDesignsystemInfoTeaser } from '../../resources/Resources';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemInfoTeaser => {\n switch (language) {\n case LanguageLocales.ENGLISH:\n return enGB;\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import React, { useId, useState } from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId, LanguageLocales } from '../../constants';\nimport { HNDesignsystemInfoTeaser } from '../../resources/Resources';\nimport { useLanguage } from '../../utils/language';\nimport Icon, { IconSize, SvgIcon } from '../Icon';\nimport { IconName } from '../Icons/IconNames';\nimport LazyIcon from '../LazyIcon';\nimport Title, { TitleTags } from '../Title';\nimport { getResources } from './resourceHelper';\n\nimport styles from './styles.module.scss';\n\nexport type InfoTeaserTags = 'div' | 'section' | 'aside' | 'article';\n\nexport interface InfoTeaserProps {\n /** For overriding styling on the button */\n buttonClassName?: string;\n /** What's in the box? */\n children: React.ReactNode;\n /** For overriding styling on infoteaser box */\n className?: string;\n /** Changes the underlying element of the wrapper */\n htmlMarkup?: InfoTeaserTags;\n /** Resources for component */\n resources?: Partial<HNDesignsystemInfoTeaser>;\n /** Adds an icon */\n svgIcon?: SvgIcon | IconName;\n /** Sets the data-testid attribute */\n testId?: string;\n /** Title on top of the component */\n title: string;\n /** Markup props for title */\n titleHtmlMarkup?: TitleTags;\n}\n\nconst InfoTeaser: React.FC<InfoTeaserProps> = props => {\n const { buttonClassName, children, className, htmlMarkup = 'div', resources, svgIcon, testId, title, titleHtmlMarkup = 'h2' } = props;\n const [expanded, setExpanded] = useState(false);\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n const defaultResources = getResources(language);\n const infoteaserTextId = useId();\n\n const mergedResources: HNDesignsystemInfoTeaser = {\n ...defaultResources,\n ...resources,\n };\n\n const WrapperTag = htmlMarkup;\n\n return (\n <WrapperTag className={styles.wrapper} data-testid={testId} data-analyticsid={AnalyticsId.InfoTeaser}>\n <div\n className={classNames(styles.infoteaser, className, {\n [styles['infoteaser--collapsed']]: !expanded,\n })}\n >\n {svgIcon &&\n (typeof svgIcon === 'string' ? (\n <LazyIcon iconName={svgIcon} size={IconSize.Small} className={styles.infoteaser__icon} />\n ) : (\n <Icon svgIcon={svgIcon} size={IconSize.Small} className={styles.infoteaser__icon} />\n ))}\n <Title testId=\"titleId\" htmlMarkup={titleHtmlMarkup} appearance=\"title4\" className={styles.infoteaser__title}>\n {title}\n </Title>\n <div className={styles.infoteaser__text} aria-hidden={expanded ? false : true} id={infoteaserTextId}>\n {children}\n </div>\n </div>\n <button\n type=\"button\"\n className={classNames(styles.infoteaser__button, buttonClassName)}\n onClick={() => {\n setExpanded(!expanded);\n }}\n aria-expanded={expanded}\n aria-controls={infoteaserTextId}\n >\n {expanded ? mergedResources.expandButtonOpen : mergedResources.expandButtonClose}\n </button>\n </WrapperTag>\n );\n};\n\nexport default InfoTeaser;\n","import InfoTeaser from './InfoTeaser';\nexport * from './InfoTeaser';\nexport default InfoTeaser;\n"],"mappings":";;;;;;;;;;;;;;;;;AEKA,MAAa,gBAAgB,aAAwD;AACnF,SAAQ,UAAR;EACE,KAAK,gBAAgB,QACnB,QAAO;EACT,KAAK,gBAAgB;EACrB,QACE,QAAO;;;AC2Bb,IAAMA,cAAwC,UAAS;CACrD,MAAM,EAAE,iBAAiB,UAAU,WAAW,aAAa,OAAO,WAAW,SAAS,QAAQ,OAAO,kBAAkB,SAAS;CAChI,MAAM,CAAC,UAAU,eAAe,SAAS,MAAM;CAC/C,MAAM,EAAE,aAAa,YAA6B,gBAAgB,UAAU;CAC5E,MAAM,mBAAmB,aAAa,SAAS;CAC/C,MAAM,mBAAmB,OAAO;CAEhC,MAAMC,kBAA4C;EAChD,GAAG;EACH,GAAG;EACJ;AAID,QACE,qBAHiB,YAGhB;EAAW,WAAW,OAAO;EAAS,eAAa;EAAQ,oBAAkB,YAAY;aACxF,qBAAC,OAAA;GACC,WAAW,GAAW,OAAO,YAAY,WAAW,GACjD,OAAO,2BAA2B,CAAC,UACrC,CAAC;;IAED,YACE,OAAO,YAAY,WAClB,oBAAC,kBAAA;KAAS,UAAU;KAAS,MAAM,SAAS;KAAO,WAAW,OAAO;MAAoB,GAEzF,oBAAC,cAAA;KAAc;KAAS,MAAM,SAAS;KAAO,WAAW,OAAO;MAAoB;IAExF,oBAAC,eAAA;KAAM,QAAO;KAAU,YAAY;KAAiB,YAAW;KAAS,WAAW,OAAO;eACxF;MACK;IACR,oBAAC,OAAA;KAAI,WAAW,OAAO;KAAkB,eAAa,WAAW,QAAQ;KAAM,IAAI;KAChF;MACG;;IACF,EACN,oBAAC,UAAA;GACC,MAAK;GACL,WAAW,GAAW,OAAO,oBAAoB,gBAAgB;GACjE,eAAe;AACb,gBAAY,CAAC,SAAS;;GAExB,iBAAe;GACf,iBAAe;aAEd,WAAW,gBAAgB,mBAAmB,gBAAgB;IACxD,CAAA;GACE;;ACjFjB,IAAA,uBDqFe"}