@dnb/eufemia 9.30.0 → 9.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1153) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/assets/icons/add.svg +1 -1
  3. package/assets/icons/add_circled.svg +1 -1
  4. package/assets/icons/add_circled_medium.svg +1 -1
  5. package/assets/icons/add_medium.svg +1 -1
  6. package/assets/icons/boat.svg +1 -1
  7. package/assets/icons/boat_medium.svg +1 -1
  8. package/assets/icons/calculator.svg +1 -1
  9. package/assets/icons/card.svg +1 -1
  10. package/assets/icons/card_medium.svg +1 -1
  11. package/assets/icons/cat_medium.svg +1 -1
  12. package/assets/icons/chatbot.svg +1 -1
  13. package/assets/icons/chatbot_medium.svg +1 -1
  14. package/assets/icons/chip.svg +1 -1
  15. package/assets/icons/chip_medium.svg +1 -1
  16. package/assets/icons/cloud_download.svg +1 -1
  17. package/assets/icons/cloud_download_medium.svg +1 -1
  18. package/assets/icons/cloud_rain.svg +1 -1
  19. package/assets/icons/cloud_rain_medium.svg +1 -1
  20. package/assets/icons/cloud_sync.svg +1 -1
  21. package/assets/icons/cloud_sync_medium.svg +1 -1
  22. package/assets/icons/cloud_transfer.svg +1 -1
  23. package/assets/icons/cloud_transfer_medium.svg +1 -1
  24. package/assets/icons/cloud_upload.svg +1 -1
  25. package/assets/icons/cloud_upload_medium.svg +1 -1
  26. package/assets/icons/cookie.svg +1 -1
  27. package/assets/icons/cookie_medium.svg +1 -1
  28. package/assets/icons/diamond.svg +1 -1
  29. package/assets/icons/dog.svg +1 -1
  30. package/assets/icons/dog_medium.svg +1 -1
  31. package/assets/icons/eufemia-icons-pdf-categorized.tgz +0 -0
  32. package/assets/icons/eufemia-icons-pdf.tgz +0 -0
  33. package/assets/icons/exclamation_circled.svg +1 -1
  34. package/assets/icons/exclamation_circled_medium.svg +1 -1
  35. package/assets/icons/file_jpg.svg +1 -0
  36. package/assets/icons/file_jpg_medium.svg +1 -0
  37. package/assets/icons/file_png.svg +1 -0
  38. package/assets/icons/file_png_medium.svg +1 -0
  39. package/assets/icons/fish.svg +1 -0
  40. package/assets/icons/fish_medium.svg +1 -0
  41. package/assets/icons/hourglass.svg +1 -1
  42. package/assets/icons/instagram.svg +1 -1
  43. package/assets/icons/linkedin.svg +1 -1
  44. package/assets/icons/linkedin_medium.svg +1 -1
  45. package/assets/icons/loupe.svg +1 -1
  46. package/assets/icons/loupe_medium.svg +1 -1
  47. package/assets/icons/mastercard_card.svg +1 -1
  48. package/assets/icons/mastercard_card_medium.svg +1 -1
  49. package/assets/icons/news.svg +1 -1
  50. package/assets/icons/news_medium.svg +1 -1
  51. package/assets/icons/newspaper.svg +1 -0
  52. package/assets/icons/newspaper_medium.svg +1 -0
  53. package/assets/icons/phone.svg +1 -1
  54. package/assets/icons/phone_medium.svg +1 -1
  55. package/assets/icons/photo.svg +1 -1
  56. package/assets/icons/photo_medium.svg +1 -1
  57. package/assets/icons/pin.svg +1 -1
  58. package/assets/icons/pin_medium.svg +1 -1
  59. package/assets/icons/play.svg +1 -1
  60. package/assets/icons/savings_account.svg +1 -1
  61. package/assets/icons/sort.svg +1 -0
  62. package/assets/icons/sort_medium.svg +1 -0
  63. package/assets/icons/subtract.svg +1 -1
  64. package/assets/icons/subtract_circled.svg +1 -1
  65. package/assets/icons/subtract_circled_medium.svg +1 -1
  66. package/assets/icons/subtract_medium.svg +1 -1
  67. package/assets/icons/tag.svg +1 -1
  68. package/assets/icons/tag_medium.svg +1 -1
  69. package/assets/icons/thumbs_down.svg +1 -1
  70. package/assets/icons/thumbs_up.svg +1 -1
  71. package/assets/icons/video.svg +1 -1
  72. package/assets/icons/video_medium.svg +1 -1
  73. package/assets/icons/wallet_medium.svg +1 -1
  74. package/cjs/components/HeightAnimation.d.ts +3 -0
  75. package/cjs/components/HeightAnimation.js +52 -0
  76. package/cjs/components/accordion/Accordion.js +2 -2
  77. package/cjs/components/accordion/AccordionHeader.js +1 -1
  78. package/cjs/components/accordion/AccordionProvider.js +3 -1
  79. package/cjs/components/accordion/style/_accordion.scss +14 -15
  80. package/cjs/components/accordion/style/dnb-accordion.css +9 -6
  81. package/cjs/components/accordion/style/dnb-accordion.min.css +1 -1
  82. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  83. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  84. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  85. package/cjs/components/autocomplete/Autocomplete.d.ts +0 -10
  86. package/cjs/components/autocomplete/Autocomplete.js +3 -4
  87. package/cjs/components/autocomplete/style/_autocomplete.scss +2 -2
  88. package/cjs/components/autocomplete/style/dnb-autocomplete.css +46 -46
  89. package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  90. package/cjs/components/avatar/Avatar.d.ts +3 -1
  91. package/cjs/components/avatar/Avatar.js +1 -3
  92. package/cjs/components/avatar/AvatarGroup.js +8 -10
  93. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  94. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  95. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  96. package/cjs/components/badge/Badge.js +1 -17
  97. package/cjs/components/breadcrumb/Breadcrumb.d.ts +10 -4
  98. package/cjs/components/breadcrumb/Breadcrumb.js +26 -28
  99. package/cjs/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  100. package/cjs/components/breadcrumb/BreadcrumbItem.js +13 -11
  101. package/cjs/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  102. package/cjs/components/breadcrumb/BreadcrumbMultiple.js +50 -0
  103. package/cjs/components/breadcrumb/style/_breadcrumb.scss +25 -12
  104. package/cjs/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  105. package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  106. package/cjs/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  107. package/cjs/components/button/Button.d.ts +6 -8
  108. package/cjs/components/button/Button.js +5 -3
  109. package/cjs/components/button/style/dnb-button.css +14 -14
  110. package/cjs/components/button/style/dnb-button.min.css +1 -1
  111. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
  112. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  113. package/cjs/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  114. package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  115. package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  116. package/cjs/components/checkbox/Checkbox.js +4 -2
  117. package/cjs/components/date-picker/DatePicker.js +4 -2
  118. package/cjs/components/date-picker/style/dnb-date-picker.css +56 -56
  119. package/cjs/components/date-picker/style/dnb-date-picker.min.css +1 -1
  120. package/cjs/components/dialog/Dialog.js +2 -2
  121. package/cjs/components/dialog/parts/DialogBody.d.ts +2 -1
  122. package/cjs/components/dialog/style/_dialog.scss +1 -1
  123. package/cjs/components/dialog/style/dnb-dialog.css +26 -26
  124. package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
  125. package/cjs/components/drawer/DrawerContent.d.ts +1 -1
  126. package/cjs/components/drawer/DrawerContent.js +2 -4
  127. package/cjs/components/drawer/parts/DrawerBody.d.ts +2 -1
  128. package/cjs/components/drawer/style/dnb-drawer.css +22 -22
  129. package/cjs/components/drawer/style/dnb-drawer.min.css +1 -1
  130. package/cjs/components/dropdown/Dropdown.d.ts +0 -4
  131. package/cjs/components/dropdown/Dropdown.js +4 -2
  132. package/cjs/components/dropdown/style/dnb-dropdown.css +14 -14
  133. package/cjs/components/dropdown/style/dnb-dropdown.min.css +1 -1
  134. package/cjs/components/form-label/FormLabel.js +4 -2
  135. package/cjs/components/form-row/FormRow.js +9 -3
  136. package/cjs/components/form-row/style/_form-row.scss +4 -1
  137. package/cjs/components/form-row/style/dnb-form-row.css +4 -3
  138. package/cjs/components/form-row/style/dnb-form-row.min.css +1 -1
  139. package/cjs/components/form-set/FormSet.js +1 -1
  140. package/cjs/components/form-status/FormStatus.js +4 -2
  141. package/cjs/components/global-error/style/dnb-global-error.css +14 -14
  142. package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
  143. package/cjs/components/global-status/GlobalStatus.js +3 -3
  144. package/cjs/components/global-status/style/dnb-global-status.css +24 -38
  145. package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
  146. package/cjs/components/height-animation/HeightAnimation.d.ts +27 -0
  147. package/cjs/components/height-animation/HeightAnimation.js +86 -0
  148. package/cjs/components/height-animation/index.d.ts +3 -0
  149. package/cjs/components/height-animation/index.js +52 -0
  150. package/cjs/components/height-animation/style/_height-animation.scss +12 -0
  151. package/cjs/components/height-animation/style/dnb-height-animation.css +81 -0
  152. package/cjs/components/height-animation/style/dnb-height-animation.min.css +1 -0
  153. package/cjs/components/height-animation/style/dnb-height-animation.scss +12 -0
  154. package/cjs/components/height-animation/style/index.d.ts +1 -0
  155. package/cjs/components/height-animation/style/index.js +3 -0
  156. package/cjs/components/height-animation/style.d.ts +1 -0
  157. package/cjs/components/height-animation/style.js +3 -0
  158. package/cjs/components/height-animation/useHeightAnimation.d.ts +40 -0
  159. package/cjs/components/height-animation/useHeightAnimation.js +245 -0
  160. package/cjs/components/help-button/HelpButton.d.ts +10 -236
  161. package/cjs/components/help-button/HelpButton.js +31 -124
  162. package/cjs/components/help-button/HelpButtonInstance.d.ts +5 -100
  163. package/cjs/components/help-button/HelpButtonInstance.js +54 -129
  164. package/cjs/components/help-button/style/dnb-help-button.css +14 -14
  165. package/cjs/components/help-button/style/dnb-help-button.min.css +1 -1
  166. package/cjs/components/icon/Icon.js +5 -3
  167. package/cjs/components/icon-primary/IconPrimary.js +4 -2
  168. package/cjs/components/index.d.ts +2 -1
  169. package/cjs/components/index.js +8 -0
  170. package/cjs/components/info-card/InfoCard.d.ts +0 -2
  171. package/cjs/components/info-card/InfoCard.js +23 -25
  172. package/cjs/components/input/Input.js +5 -3
  173. package/cjs/components/input/InputPassword.js +4 -2
  174. package/cjs/components/input/style/dnb-input.css +28 -28
  175. package/cjs/components/input/style/dnb-input.min.css +1 -1
  176. package/cjs/components/input-masked/style/dnb-input-masked.css +28 -28
  177. package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
  178. package/cjs/components/lib.d.ts +27 -9
  179. package/cjs/components/lib.js +9 -0
  180. package/cjs/components/logo/Logo.d.ts +5 -0
  181. package/cjs/components/logo/Logo.js +8 -3
  182. package/cjs/components/logo/style/_logo.scss +3 -0
  183. package/cjs/components/logo/style/dnb-logo.css +2 -0
  184. package/cjs/components/logo/style/dnb-logo.min.css +1 -1
  185. package/cjs/components/modal/Modal.d.ts +1 -1
  186. package/cjs/components/modal/Modal.js +5 -2
  187. package/cjs/components/modal/ModalRoot.d.ts +1 -1
  188. package/cjs/components/modal/parts/CloseButton.js +1 -1
  189. package/cjs/components/modal/style/_modal.scss +1 -2
  190. package/cjs/components/modal/style/dnb-modal.css +22 -22
  191. package/cjs/components/modal/style/dnb-modal.min.css +1 -1
  192. package/cjs/components/number-format/NumberFormat.js +2 -2
  193. package/cjs/components/number-format/style/dnb-number-format.css +14 -14
  194. package/cjs/components/number-format/style/dnb-number-format.min.css +1 -1
  195. package/cjs/components/number-format/useNumberFormat.js +2 -2
  196. package/cjs/components/pagination/Pagination.d.ts +0 -6
  197. package/cjs/components/pagination/Pagination.js +3 -3
  198. package/cjs/components/pagination/PaginationInfinity.js +0 -26
  199. package/cjs/components/pagination/PaginationProvider.js +11 -5
  200. package/cjs/components/pagination/style/dnb-pagination.css +14 -14
  201. package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
  202. package/cjs/components/progress-indicator/ProgressIndicator.js +3 -1
  203. package/cjs/components/radio/Radio.js +5 -2
  204. package/cjs/components/radio/RadioGroup.js +3 -1
  205. package/cjs/components/section/Section.d.ts +30 -83
  206. package/cjs/components/section/Section.js +33 -123
  207. package/cjs/components/section/style/_section.scss +8 -25
  208. package/cjs/components/section/style/dnb-section.css +10 -24
  209. package/cjs/components/section/style/dnb-section.min.css +1 -1
  210. package/cjs/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  211. package/cjs/components/skeleton/Skeleton.js +1 -1
  212. package/cjs/components/slider/Slider.d.ts +2 -3
  213. package/cjs/components/slider/SliderHelpers.d.ts +6 -4
  214. package/cjs/components/slider/SliderHelpers.js +18 -22
  215. package/cjs/components/slider/SliderInstance.js +6 -5
  216. package/cjs/components/slider/SliderProvider.d.ts +2 -2
  217. package/cjs/components/slider/SliderProvider.js +42 -26
  218. package/cjs/components/slider/SliderThumb.js +130 -71
  219. package/cjs/components/slider/SliderTrack.js +8 -10
  220. package/cjs/components/slider/hooks/useSliderEvents.d.ts +1 -3
  221. package/cjs/components/slider/hooks/useSliderEvents.js +19 -36
  222. package/cjs/components/slider/style/_range.scss +6 -0
  223. package/cjs/components/slider/style/_slider.scss +8 -5
  224. package/cjs/components/slider/style/dnb-range.css +10 -0
  225. package/cjs/components/slider/style/dnb-range.scss +6 -0
  226. package/cjs/components/slider/style/dnb-slider.css +211 -21
  227. package/cjs/components/slider/style/dnb-slider.min.css +1 -1
  228. package/cjs/components/slider/style/dnb-slider.scss +1 -0
  229. package/cjs/components/slider/types.d.ts +13 -5
  230. package/cjs/components/space/Space.d.ts +3 -2
  231. package/cjs/components/space/Space.js +17 -22
  232. package/cjs/components/step-indicator/StepIndicatorContext.js +4 -2
  233. package/cjs/components/step-indicator/StepIndicatorSidebar.js +1 -1
  234. package/cjs/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  235. package/cjs/components/step-indicator/style/dnb-step-indicator.css +14 -14
  236. package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  237. package/cjs/components/switch/Switch.js +4 -2
  238. package/cjs/components/table/Table.js +1 -3
  239. package/cjs/components/tabs/Tabs.js +2 -2
  240. package/cjs/components/tabs/TabsContentWrapper.js +1 -1
  241. package/cjs/components/tag/Tag.d.ts +8 -1
  242. package/cjs/components/tag/Tag.js +8 -9
  243. package/cjs/components/tag/TagGroup.js +5 -7
  244. package/cjs/components/tag/style/dnb-tag.css +14 -14
  245. package/cjs/components/tag/style/dnb-tag.min.css +1 -1
  246. package/cjs/components/textarea/Textarea.js +4 -2
  247. package/cjs/components/timeline/Timeline.js +1 -3
  248. package/cjs/components/timeline/TimelineItem.js +2 -2
  249. package/cjs/components/toggle-button/ToggleButton.js +4 -1
  250. package/cjs/components/toggle-button/ToggleButtonGroup.js +3 -1
  251. package/cjs/components/toggle-button/style/dnb-toggle-button.css +14 -14
  252. package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  253. package/cjs/components/tooltip/Tooltip.d.ts +8 -154
  254. package/cjs/components/tooltip/Tooltip.js +84 -166
  255. package/cjs/components/tooltip/TooltipContainer.d.ts +15 -68
  256. package/cjs/components/tooltip/TooltipContainer.js +207 -323
  257. package/cjs/components/tooltip/TooltipHelpers.d.ts +31 -1
  258. package/cjs/components/tooltip/TooltipHelpers.js +85 -1
  259. package/cjs/components/tooltip/TooltipPortal.d.ts +13 -31
  260. package/cjs/components/tooltip/TooltipPortal.js +152 -206
  261. package/cjs/components/tooltip/TooltipWithEvents.d.ts +11 -35
  262. package/cjs/components/tooltip/TooltipWithEvents.js +159 -195
  263. package/cjs/components/tooltip/style/_tooltip.scss +8 -7
  264. package/cjs/components/tooltip/style/dnb-tooltip.css +14 -14
  265. package/cjs/components/tooltip/style/dnb-tooltip.min.css +1 -1
  266. package/cjs/components/tooltip/types.d.ts +28 -0
  267. package/cjs/components/tooltip/types.js +1 -0
  268. package/cjs/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  269. package/cjs/components/visually-hidden/VisuallyHidden.js +2 -20
  270. package/cjs/elements/Anchor.d.ts +3 -1
  271. package/cjs/elements/Anchor.js +3 -5
  272. package/cjs/elements/Dd.d.ts +10 -26
  273. package/cjs/elements/Dd.js +0 -31
  274. package/cjs/elements/Dl.d.ts +19 -26
  275. package/cjs/elements/Dl.js +24 -26
  276. package/cjs/elements/Dt.d.ts +10 -26
  277. package/cjs/elements/Dt.js +0 -31
  278. package/cjs/elements/Element.js +1 -3
  279. package/cjs/elements/Link.d.ts +3 -1
  280. package/cjs/elements/lib.d.ts +18 -5
  281. package/cjs/extensions/payment-card/PaymentCard.js +2 -2
  282. package/cjs/fragments/drawer-list/DrawerList.js +3 -1
  283. package/cjs/fragments/drawer-list/style/_drawer-list.scss +1 -1
  284. package/cjs/fragments/lib.d.ts +8 -1
  285. package/cjs/fragments/scroll-view/ScrollView.d.ts +13 -6
  286. package/cjs/fragments/scroll-view/ScrollView.js +29 -99
  287. package/cjs/icons/add.js +5 -2
  288. package/cjs/icons/add_circled.js +5 -2
  289. package/cjs/icons/add_circled_medium.js +5 -2
  290. package/cjs/icons/add_medium.js +5 -2
  291. package/cjs/icons/boat.js +10 -3
  292. package/cjs/icons/boat_medium.js +10 -3
  293. package/cjs/icons/calculator.js +10 -3
  294. package/cjs/icons/card.js +4 -2
  295. package/cjs/icons/card_medium.js +4 -2
  296. package/cjs/icons/cat_medium.js +10 -3
  297. package/cjs/icons/chatbot.js +5 -2
  298. package/cjs/icons/chatbot_medium.js +5 -2
  299. package/cjs/icons/chip.js +10 -3
  300. package/cjs/icons/chip_medium.js +10 -3
  301. package/cjs/icons/cloud_download.js +10 -3
  302. package/cjs/icons/cloud_download_medium.js +10 -3
  303. package/cjs/icons/cloud_rain.js +10 -3
  304. package/cjs/icons/cloud_rain_medium.js +10 -3
  305. package/cjs/icons/cloud_sync.js +10 -3
  306. package/cjs/icons/cloud_sync_medium.js +10 -3
  307. package/cjs/icons/cloud_transfer.js +10 -3
  308. package/cjs/icons/cloud_transfer_medium.js +10 -3
  309. package/cjs/icons/cloud_upload.js +10 -3
  310. package/cjs/icons/cloud_upload_medium.js +10 -3
  311. package/cjs/icons/cookie.js +10 -3
  312. package/cjs/icons/cookie_medium.js +10 -3
  313. package/cjs/icons/diamond.js +10 -3
  314. package/cjs/icons/dog.js +10 -3
  315. package/cjs/icons/dog_medium.js +10 -3
  316. package/cjs/icons/exclamation_circled.js +5 -2
  317. package/cjs/icons/exclamation_circled_medium.js +5 -2
  318. package/cjs/icons/file_jpg.d.ts +2 -0
  319. package/cjs/icons/file_jpg.js +32 -0
  320. package/cjs/icons/file_jpg_medium.d.ts +2 -0
  321. package/cjs/icons/file_jpg_medium.js +38 -0
  322. package/cjs/icons/file_png.d.ts +2 -0
  323. package/cjs/icons/file_png.js +32 -0
  324. package/cjs/icons/file_png_medium.d.ts +2 -0
  325. package/cjs/icons/file_png_medium.js +38 -0
  326. package/cjs/icons/fish.d.ts +2 -0
  327. package/cjs/icons/fish.js +40 -0
  328. package/cjs/icons/fish_medium.d.ts +2 -0
  329. package/cjs/icons/fish_medium.js +40 -0
  330. package/cjs/icons/hourglass.js +10 -3
  331. package/cjs/icons/icons-meta.json +71 -1
  332. package/cjs/icons/icons-pdf.lock +1098 -968
  333. package/cjs/icons/icons-svg.lock +1098 -968
  334. package/cjs/icons/index.d.ts +11 -1
  335. package/cjs/icons/index.js +80 -0
  336. package/cjs/icons/instagram.js +10 -3
  337. package/cjs/icons/linkedin.js +10 -3
  338. package/cjs/icons/linkedin_medium.js +10 -3
  339. package/cjs/icons/loupe.js +4 -2
  340. package/cjs/icons/loupe_medium.js +4 -2
  341. package/cjs/icons/mastercard_card.js +4 -2
  342. package/cjs/icons/mastercard_card_medium.js +4 -2
  343. package/cjs/icons/news.js +10 -3
  344. package/cjs/icons/news_medium.js +10 -3
  345. package/cjs/icons/newspaper.d.ts +2 -0
  346. package/cjs/icons/newspaper.js +35 -0
  347. package/cjs/icons/newspaper_medium.d.ts +2 -0
  348. package/cjs/icons/newspaper_medium.js +35 -0
  349. package/cjs/icons/phone.js +10 -3
  350. package/cjs/icons/phone_medium.js +10 -3
  351. package/cjs/icons/photo.js +10 -3
  352. package/cjs/icons/photo_medium.js +10 -3
  353. package/cjs/icons/pin.js +10 -3
  354. package/cjs/icons/pin_medium.js +10 -3
  355. package/cjs/icons/play.js +10 -3
  356. package/cjs/icons/savings_account.js +5 -2
  357. package/cjs/icons/secondary_icons.d.ts +6 -1
  358. package/cjs/icons/secondary_icons.js +40 -0
  359. package/cjs/icons/secondary_icons_medium.d.ts +6 -1
  360. package/cjs/icons/secondary_icons_medium.js +40 -0
  361. package/cjs/icons/sort.d.ts +2 -0
  362. package/cjs/icons/sort.js +35 -0
  363. package/cjs/icons/sort_medium.d.ts +2 -0
  364. package/cjs/icons/sort_medium.js +35 -0
  365. package/cjs/icons/subtract.js +5 -2
  366. package/cjs/icons/subtract_circled.js +5 -2
  367. package/cjs/icons/subtract_circled_medium.js +5 -2
  368. package/cjs/icons/subtract_medium.js +5 -2
  369. package/cjs/icons/tag.js +13 -10
  370. package/cjs/icons/tag_medium.js +13 -10
  371. package/cjs/icons/thumbs_down.js +10 -3
  372. package/cjs/icons/thumbs_up.js +10 -3
  373. package/cjs/icons/video.js +10 -3
  374. package/cjs/icons/video_medium.js +10 -3
  375. package/cjs/icons/wallet_medium.js +4 -2
  376. package/cjs/index.d.ts +2 -1
  377. package/cjs/index.js +8 -0
  378. package/cjs/shared/AnimateHeight.d.ts +46 -32
  379. package/cjs/shared/AnimateHeight.js +104 -66
  380. package/cjs/shared/Context.d.ts +9 -3
  381. package/cjs/shared/Eufemia.js +1 -1
  382. package/cjs/shared/MediaQueryUtils.d.ts +5 -1
  383. package/cjs/shared/MediaQueryUtils.js +5 -3
  384. package/cjs/shared/component-helper.d.ts +7 -18
  385. package/cjs/shared/component-helper.js +55 -260
  386. package/cjs/shared/helpers/EventEmitter.d.ts +46 -0
  387. package/cjs/shared/{EventEmitter.js → helpers/EventEmitter.js} +31 -26
  388. package/cjs/shared/helpers/InteractionInvalidation.d.ts +30 -0
  389. package/cjs/shared/helpers/InteractionInvalidation.js +256 -0
  390. package/{shared/hooks/usePropsWithContext.d.ts → cjs/shared/helpers/extendPropsWithContext.d.ts} +2 -3
  391. package/cjs/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +36 -15
  392. package/cjs/shared/helpers/filterValidProps.d.ts +1 -1
  393. package/cjs/shared/helpers/filterValidProps.js +1 -1
  394. package/cjs/shared/helpers/getPreviousSibling.d.ts +10 -0
  395. package/cjs/shared/helpers/getPreviousSibling.js +47 -0
  396. package/cjs/shared/helpers/useEventEmitter.d.ts +14 -0
  397. package/cjs/shared/helpers/useEventEmitter.js +92 -0
  398. package/cjs/shared/helpers.d.ts +2 -0
  399. package/cjs/shared/interfaces.d.ts +6 -4
  400. package/cjs/shared/locales/en-GB.d.ts +3 -0
  401. package/cjs/shared/locales/en-GB.js +3 -0
  402. package/cjs/shared/locales/en-US.d.ts +3 -0
  403. package/cjs/shared/locales/index.d.ts +6 -0
  404. package/cjs/shared/locales/nb-NO.d.ts +3 -0
  405. package/cjs/shared/locales/nb-NO.js +3 -0
  406. package/cjs/shared/useMediaQuery.js +19 -12
  407. package/cjs/style/core/helper-classes/helper-classes.scss +4 -0
  408. package/cjs/style/dnb-ui-basis.css +3 -0
  409. package/cjs/style/dnb-ui-basis.min.css +1 -1
  410. package/cjs/style/dnb-ui-components.css +112 -84
  411. package/cjs/style/dnb-ui-components.min.css +5 -5
  412. package/cjs/style/dnb-ui-components.scss +1 -0
  413. package/cjs/style/dnb-ui-core.css +3 -0
  414. package/cjs/style/dnb-ui-core.min.css +1 -1
  415. package/cjs/style/dnb-ui-elements.css +25 -4
  416. package/cjs/style/dnb-ui-elements.min.css +1 -1
  417. package/cjs/style/dnb-ui-fragments.css +1 -1
  418. package/cjs/style/dnb-ui-fragments.min.css +1 -1
  419. package/cjs/style/dnb-ui-tags.css +50 -8
  420. package/cjs/style/dnb-ui-tags.min.css +1 -1
  421. package/cjs/style/elements/lists.scss +27 -5
  422. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
  423. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
  424. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  425. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  426. package/components/HeightAnimation.d.ts +3 -0
  427. package/components/HeightAnimation.js +3 -0
  428. package/components/accordion/Accordion.js +3 -3
  429. package/components/accordion/AccordionHeader.js +2 -2
  430. package/components/accordion/AccordionProvider.js +3 -2
  431. package/components/accordion/style/_accordion.scss +14 -15
  432. package/components/accordion/style/dnb-accordion.css +9 -6
  433. package/components/accordion/style/dnb-accordion.min.css +1 -1
  434. package/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  435. package/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  436. package/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  437. package/components/autocomplete/Autocomplete.d.ts +0 -10
  438. package/components/autocomplete/Autocomplete.js +3 -5
  439. package/components/autocomplete/style/_autocomplete.scss +2 -2
  440. package/components/autocomplete/style/dnb-autocomplete.css +46 -46
  441. package/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  442. package/components/avatar/Avatar.d.ts +3 -1
  443. package/components/avatar/Avatar.js +2 -3
  444. package/components/avatar/AvatarGroup.js +9 -10
  445. package/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  446. package/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  447. package/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  448. package/components/badge/Badge.js +2 -16
  449. package/components/breadcrumb/Breadcrumb.d.ts +10 -4
  450. package/components/breadcrumb/Breadcrumb.js +26 -27
  451. package/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  452. package/components/breadcrumb/BreadcrumbItem.js +13 -11
  453. package/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  454. package/components/breadcrumb/BreadcrumbMultiple.js +31 -0
  455. package/components/breadcrumb/style/_breadcrumb.scss +25 -12
  456. package/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  457. package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  458. package/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  459. package/components/button/Button.d.ts +6 -8
  460. package/components/button/Button.js +5 -4
  461. package/components/button/style/dnb-button.css +14 -14
  462. package/components/button/style/dnb-button.min.css +1 -1
  463. package/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
  464. package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  465. package/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  466. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  467. package/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  468. package/components/checkbox/Checkbox.js +4 -3
  469. package/components/date-picker/DatePicker.js +4 -3
  470. package/components/date-picker/style/dnb-date-picker.css +56 -56
  471. package/components/date-picker/style/dnb-date-picker.min.css +1 -1
  472. package/components/dialog/Dialog.js +2 -2
  473. package/components/dialog/parts/DialogBody.d.ts +2 -1
  474. package/components/dialog/style/_dialog.scss +1 -1
  475. package/components/dialog/style/dnb-dialog.css +26 -26
  476. package/components/dialog/style/dnb-dialog.min.css +1 -1
  477. package/components/drawer/DrawerContent.d.ts +1 -1
  478. package/components/drawer/DrawerContent.js +2 -4
  479. package/components/drawer/parts/DrawerBody.d.ts +2 -1
  480. package/components/drawer/style/dnb-drawer.css +22 -22
  481. package/components/drawer/style/dnb-drawer.min.css +1 -1
  482. package/components/dropdown/Dropdown.d.ts +0 -4
  483. package/components/dropdown/Dropdown.js +4 -3
  484. package/components/dropdown/style/dnb-dropdown.css +14 -14
  485. package/components/dropdown/style/dnb-dropdown.min.css +1 -1
  486. package/components/form-label/FormLabel.js +4 -3
  487. package/components/form-row/FormRow.js +9 -4
  488. package/components/form-row/style/_form-row.scss +4 -1
  489. package/components/form-row/style/dnb-form-row.css +4 -3
  490. package/components/form-row/style/dnb-form-row.min.css +1 -1
  491. package/components/form-set/FormSet.js +2 -2
  492. package/components/form-status/FormStatus.js +4 -3
  493. package/components/global-error/style/dnb-global-error.css +14 -14
  494. package/components/global-error/style/dnb-global-error.min.css +1 -1
  495. package/components/global-status/GlobalStatus.js +4 -4
  496. package/components/global-status/style/dnb-global-status.css +24 -38
  497. package/components/global-status/style/dnb-global-status.min.css +1 -1
  498. package/components/height-animation/HeightAnimation.d.ts +27 -0
  499. package/components/height-animation/HeightAnimation.js +60 -0
  500. package/components/height-animation/index.d.ts +3 -0
  501. package/components/height-animation/index.js +3 -0
  502. package/components/height-animation/style/_height-animation.scss +12 -0
  503. package/components/height-animation/style/dnb-height-animation.css +81 -0
  504. package/components/height-animation/style/dnb-height-animation.min.css +1 -0
  505. package/components/height-animation/style/dnb-height-animation.scss +12 -0
  506. package/components/height-animation/style/index.d.ts +1 -0
  507. package/components/height-animation/style/index.js +1 -0
  508. package/components/height-animation/style.d.ts +1 -0
  509. package/components/height-animation/style.js +1 -0
  510. package/components/height-animation/useHeightAnimation.d.ts +40 -0
  511. package/components/height-animation/useHeightAnimation.js +196 -0
  512. package/components/help-button/HelpButton.d.ts +10 -236
  513. package/components/help-button/HelpButton.js +30 -94
  514. package/components/help-button/HelpButtonInstance.d.ts +5 -100
  515. package/components/help-button/HelpButtonInstance.js +56 -101
  516. package/components/help-button/style/dnb-help-button.css +14 -14
  517. package/components/help-button/style/dnb-help-button.min.css +1 -1
  518. package/components/icon/Icon.js +5 -4
  519. package/components/icon-primary/IconPrimary.js +4 -3
  520. package/components/index.d.ts +2 -1
  521. package/components/index.js +2 -1
  522. package/components/info-card/InfoCard.d.ts +0 -2
  523. package/components/info-card/InfoCard.js +20 -22
  524. package/components/input/Input.js +5 -4
  525. package/components/input/InputPassword.js +4 -3
  526. package/components/input/style/dnb-input.css +28 -28
  527. package/components/input/style/dnb-input.min.css +1 -1
  528. package/components/input-masked/style/dnb-input-masked.css +28 -28
  529. package/components/input-masked/style/dnb-input-masked.min.css +1 -1
  530. package/components/lib.d.ts +27 -9
  531. package/components/lib.js +3 -1
  532. package/components/logo/Logo.d.ts +5 -0
  533. package/components/logo/Logo.js +8 -4
  534. package/components/logo/style/_logo.scss +3 -0
  535. package/components/logo/style/dnb-logo.css +2 -0
  536. package/components/logo/style/dnb-logo.min.css +1 -1
  537. package/components/modal/Modal.d.ts +1 -1
  538. package/components/modal/Modal.js +5 -3
  539. package/components/modal/ModalRoot.d.ts +1 -1
  540. package/components/modal/parts/CloseButton.js +2 -2
  541. package/components/modal/style/_modal.scss +1 -2
  542. package/components/modal/style/dnb-modal.css +22 -22
  543. package/components/modal/style/dnb-modal.min.css +1 -1
  544. package/components/number-format/NumberFormat.js +3 -3
  545. package/components/number-format/style/dnb-number-format.css +14 -14
  546. package/components/number-format/style/dnb-number-format.min.css +1 -1
  547. package/components/number-format/useNumberFormat.js +2 -2
  548. package/components/pagination/Pagination.d.ts +0 -6
  549. package/components/pagination/Pagination.js +3 -4
  550. package/components/pagination/PaginationInfinity.js +0 -26
  551. package/components/pagination/PaginationProvider.js +11 -5
  552. package/components/pagination/style/dnb-pagination.css +14 -14
  553. package/components/pagination/style/dnb-pagination.min.css +1 -1
  554. package/components/progress-indicator/ProgressIndicator.js +3 -2
  555. package/components/radio/Radio.js +5 -3
  556. package/components/radio/RadioGroup.js +3 -2
  557. package/components/section/Section.d.ts +30 -83
  558. package/components/section/Section.js +36 -99
  559. package/components/section/style/_section.scss +8 -25
  560. package/components/section/style/dnb-section.css +10 -24
  561. package/components/section/style/dnb-section.min.css +1 -1
  562. package/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  563. package/components/skeleton/Skeleton.js +2 -2
  564. package/components/slider/Slider.d.ts +2 -3
  565. package/components/slider/SliderHelpers.d.ts +6 -4
  566. package/components/slider/SliderHelpers.js +16 -17
  567. package/components/slider/SliderInstance.js +8 -7
  568. package/components/slider/SliderProvider.d.ts +2 -2
  569. package/components/slider/SliderProvider.js +45 -28
  570. package/components/slider/SliderThumb.js +107 -73
  571. package/components/slider/SliderTrack.js +10 -12
  572. package/components/slider/hooks/useSliderEvents.d.ts +1 -3
  573. package/components/slider/hooks/useSliderEvents.js +19 -36
  574. package/components/slider/style/_range.scss +6 -0
  575. package/components/slider/style/_slider.scss +8 -5
  576. package/components/slider/style/dnb-range.css +10 -0
  577. package/components/slider/style/dnb-range.scss +6 -0
  578. package/components/slider/style/dnb-slider.css +211 -21
  579. package/components/slider/style/dnb-slider.min.css +1 -1
  580. package/components/slider/style/dnb-slider.scss +1 -0
  581. package/components/slider/types.d.ts +13 -5
  582. package/components/space/Space.d.ts +3 -2
  583. package/components/space/Space.js +18 -23
  584. package/components/step-indicator/StepIndicatorContext.js +4 -3
  585. package/components/step-indicator/StepIndicatorSidebar.js +2 -2
  586. package/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  587. package/components/step-indicator/style/dnb-step-indicator.css +14 -14
  588. package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  589. package/components/switch/Switch.js +4 -3
  590. package/components/table/Table.js +2 -3
  591. package/components/tabs/Tabs.js +3 -3
  592. package/components/tabs/TabsContentWrapper.js +1 -1
  593. package/components/tag/Tag.d.ts +8 -1
  594. package/components/tag/Tag.js +9 -9
  595. package/components/tag/TagGroup.js +6 -7
  596. package/components/tag/style/dnb-tag.css +14 -14
  597. package/components/tag/style/dnb-tag.min.css +1 -1
  598. package/components/textarea/Textarea.js +4 -3
  599. package/components/timeline/Timeline.js +2 -3
  600. package/components/timeline/TimelineItem.js +2 -2
  601. package/components/toggle-button/ToggleButton.js +4 -2
  602. package/components/toggle-button/ToggleButtonGroup.js +3 -2
  603. package/components/toggle-button/style/dnb-toggle-button.css +14 -14
  604. package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  605. package/components/tooltip/Tooltip.d.ts +8 -154
  606. package/components/tooltip/Tooltip.js +63 -150
  607. package/components/tooltip/TooltipContainer.d.ts +15 -68
  608. package/components/tooltip/TooltipContainer.js +188 -313
  609. package/components/tooltip/TooltipHelpers.d.ts +31 -1
  610. package/components/tooltip/TooltipHelpers.js +67 -1
  611. package/components/tooltip/TooltipPortal.d.ts +13 -31
  612. package/components/tooltip/TooltipPortal.js +139 -200
  613. package/components/tooltip/TooltipWithEvents.d.ts +11 -35
  614. package/components/tooltip/TooltipWithEvents.js +148 -191
  615. package/components/tooltip/style/_tooltip.scss +8 -7
  616. package/components/tooltip/style/dnb-tooltip.css +14 -14
  617. package/components/tooltip/style/dnb-tooltip.min.css +1 -1
  618. package/components/tooltip/types.d.ts +28 -0
  619. package/components/tooltip/types.js +1 -0
  620. package/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  621. package/components/visually-hidden/VisuallyHidden.js +2 -17
  622. package/elements/Anchor.d.ts +3 -1
  623. package/elements/Anchor.js +4 -5
  624. package/elements/Dd.d.ts +10 -26
  625. package/elements/Dd.js +0 -22
  626. package/elements/Dl.d.ts +19 -26
  627. package/elements/Dl.js +19 -23
  628. package/elements/Dt.d.ts +10 -26
  629. package/elements/Dt.js +0 -22
  630. package/elements/Element.js +2 -3
  631. package/elements/Link.d.ts +3 -1
  632. package/elements/lib.d.ts +18 -5
  633. package/es/components/HeightAnimation.d.ts +3 -0
  634. package/es/components/HeightAnimation.js +3 -0
  635. package/es/components/accordion/Accordion.js +3 -3
  636. package/es/components/accordion/AccordionHeader.js +2 -2
  637. package/es/components/accordion/AccordionProvider.js +3 -2
  638. package/es/components/accordion/style/_accordion.scss +14 -15
  639. package/es/components/accordion/style/dnb-accordion.css +9 -6
  640. package/es/components/accordion/style/dnb-accordion.min.css +1 -1
  641. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  642. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  643. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  644. package/es/components/autocomplete/Autocomplete.d.ts +0 -10
  645. package/es/components/autocomplete/Autocomplete.js +3 -5
  646. package/es/components/autocomplete/style/_autocomplete.scss +2 -2
  647. package/es/components/autocomplete/style/dnb-autocomplete.css +46 -46
  648. package/es/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  649. package/es/components/avatar/Avatar.d.ts +3 -1
  650. package/es/components/avatar/Avatar.js +2 -3
  651. package/es/components/avatar/AvatarGroup.js +4 -5
  652. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  653. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  654. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  655. package/es/components/badge/Badge.js +2 -9
  656. package/es/components/breadcrumb/Breadcrumb.d.ts +10 -4
  657. package/es/components/breadcrumb/Breadcrumb.js +26 -22
  658. package/es/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  659. package/es/components/breadcrumb/BreadcrumbItem.js +9 -7
  660. package/es/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  661. package/es/components/breadcrumb/BreadcrumbMultiple.js +31 -0
  662. package/es/components/breadcrumb/style/_breadcrumb.scss +25 -12
  663. package/es/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  664. package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  665. package/es/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  666. package/es/components/button/Button.d.ts +6 -8
  667. package/es/components/button/Button.js +5 -4
  668. package/es/components/button/style/dnb-button.css +14 -14
  669. package/es/components/button/style/dnb-button.min.css +1 -1
  670. package/es/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
  671. package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  672. package/es/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  673. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  674. package/es/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  675. package/es/components/checkbox/Checkbox.js +4 -3
  676. package/es/components/date-picker/DatePicker.js +4 -3
  677. package/es/components/date-picker/style/dnb-date-picker.css +56 -56
  678. package/es/components/date-picker/style/dnb-date-picker.min.css +1 -1
  679. package/es/components/dialog/Dialog.js +2 -2
  680. package/es/components/dialog/parts/DialogBody.d.ts +2 -1
  681. package/es/components/dialog/style/_dialog.scss +1 -1
  682. package/es/components/dialog/style/dnb-dialog.css +26 -26
  683. package/es/components/dialog/style/dnb-dialog.min.css +1 -1
  684. package/es/components/drawer/DrawerContent.d.ts +1 -1
  685. package/es/components/drawer/DrawerContent.js +2 -3
  686. package/es/components/drawer/parts/DrawerBody.d.ts +2 -1
  687. package/es/components/drawer/style/dnb-drawer.css +22 -22
  688. package/es/components/drawer/style/dnb-drawer.min.css +1 -1
  689. package/es/components/dropdown/Dropdown.d.ts +0 -4
  690. package/es/components/dropdown/Dropdown.js +4 -3
  691. package/es/components/dropdown/style/dnb-dropdown.css +14 -14
  692. package/es/components/dropdown/style/dnb-dropdown.min.css +1 -1
  693. package/es/components/form-label/FormLabel.js +4 -3
  694. package/es/components/form-row/FormRow.js +9 -4
  695. package/es/components/form-row/style/_form-row.scss +4 -1
  696. package/es/components/form-row/style/dnb-form-row.css +4 -3
  697. package/es/components/form-row/style/dnb-form-row.min.css +1 -1
  698. package/es/components/form-set/FormSet.js +2 -2
  699. package/es/components/form-status/FormStatus.js +4 -3
  700. package/es/components/global-error/style/dnb-global-error.css +14 -14
  701. package/es/components/global-error/style/dnb-global-error.min.css +1 -1
  702. package/es/components/global-status/GlobalStatus.js +4 -4
  703. package/es/components/global-status/style/dnb-global-status.css +24 -38
  704. package/es/components/global-status/style/dnb-global-status.min.css +1 -1
  705. package/es/components/height-animation/HeightAnimation.d.ts +27 -0
  706. package/es/components/height-animation/HeightAnimation.js +56 -0
  707. package/es/components/height-animation/index.d.ts +3 -0
  708. package/es/components/height-animation/index.js +3 -0
  709. package/es/components/height-animation/style/_height-animation.scss +12 -0
  710. package/es/components/height-animation/style/dnb-height-animation.css +81 -0
  711. package/es/components/height-animation/style/dnb-height-animation.min.css +1 -0
  712. package/es/components/height-animation/style/dnb-height-animation.scss +12 -0
  713. package/es/components/height-animation/style/index.d.ts +1 -0
  714. package/es/components/height-animation/style/index.js +1 -0
  715. package/es/components/height-animation/style.d.ts +1 -0
  716. package/es/components/height-animation/style.js +1 -0
  717. package/es/components/height-animation/useHeightAnimation.d.ts +40 -0
  718. package/es/components/height-animation/useHeightAnimation.js +168 -0
  719. package/es/components/help-button/HelpButton.d.ts +10 -236
  720. package/es/components/help-button/HelpButton.js +28 -57
  721. package/es/components/help-button/HelpButtonInstance.d.ts +5 -100
  722. package/es/components/help-button/HelpButtonInstance.js +55 -74
  723. package/es/components/help-button/style/dnb-help-button.css +14 -14
  724. package/es/components/help-button/style/dnb-help-button.min.css +1 -1
  725. package/es/components/icon/Icon.js +5 -4
  726. package/es/components/icon-primary/IconPrimary.js +4 -3
  727. package/es/components/index.d.ts +2 -1
  728. package/es/components/index.js +2 -1
  729. package/es/components/info-card/InfoCard.d.ts +0 -2
  730. package/es/components/info-card/InfoCard.js +6 -8
  731. package/es/components/input/Input.js +5 -4
  732. package/es/components/input/InputPassword.js +4 -3
  733. package/es/components/input/style/dnb-input.css +28 -28
  734. package/es/components/input/style/dnb-input.min.css +1 -1
  735. package/es/components/input-masked/style/dnb-input-masked.css +28 -28
  736. package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
  737. package/es/components/lib.d.ts +27 -9
  738. package/es/components/lib.js +3 -1
  739. package/es/components/logo/Logo.d.ts +5 -0
  740. package/es/components/logo/Logo.js +8 -4
  741. package/es/components/logo/style/_logo.scss +3 -0
  742. package/es/components/logo/style/dnb-logo.css +2 -0
  743. package/es/components/logo/style/dnb-logo.min.css +1 -1
  744. package/es/components/modal/Modal.d.ts +1 -1
  745. package/es/components/modal/Modal.js +5 -3
  746. package/es/components/modal/ModalRoot.d.ts +1 -1
  747. package/es/components/modal/parts/CloseButton.js +2 -2
  748. package/es/components/modal/style/_modal.scss +1 -2
  749. package/es/components/modal/style/dnb-modal.css +22 -22
  750. package/es/components/modal/style/dnb-modal.min.css +1 -1
  751. package/es/components/number-format/NumberFormat.js +3 -3
  752. package/es/components/number-format/style/dnb-number-format.css +14 -14
  753. package/es/components/number-format/style/dnb-number-format.min.css +1 -1
  754. package/es/components/number-format/useNumberFormat.js +2 -2
  755. package/es/components/pagination/Pagination.d.ts +0 -6
  756. package/es/components/pagination/Pagination.js +3 -4
  757. package/es/components/pagination/PaginationInfinity.js +0 -26
  758. package/es/components/pagination/PaginationProvider.js +11 -5
  759. package/es/components/pagination/style/dnb-pagination.css +14 -14
  760. package/es/components/pagination/style/dnb-pagination.min.css +1 -1
  761. package/es/components/progress-indicator/ProgressIndicator.js +3 -2
  762. package/es/components/radio/Radio.js +5 -3
  763. package/es/components/radio/RadioGroup.js +3 -2
  764. package/es/components/section/Section.d.ts +30 -83
  765. package/es/components/section/Section.js +35 -70
  766. package/es/components/section/style/_section.scss +8 -25
  767. package/es/components/section/style/dnb-section.css +10 -24
  768. package/es/components/section/style/dnb-section.min.css +1 -1
  769. package/es/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  770. package/es/components/skeleton/Skeleton.js +2 -2
  771. package/es/components/slider/Slider.d.ts +2 -3
  772. package/es/components/slider/SliderHelpers.d.ts +6 -4
  773. package/es/components/slider/SliderHelpers.js +16 -14
  774. package/es/components/slider/SliderInstance.js +8 -7
  775. package/es/components/slider/SliderProvider.d.ts +2 -2
  776. package/es/components/slider/SliderProvider.js +24 -15
  777. package/es/components/slider/SliderThumb.js +97 -62
  778. package/es/components/slider/SliderTrack.js +10 -12
  779. package/es/components/slider/hooks/useSliderEvents.d.ts +1 -3
  780. package/es/components/slider/hooks/useSliderEvents.js +19 -32
  781. package/es/components/slider/style/_range.scss +6 -0
  782. package/es/components/slider/style/_slider.scss +8 -5
  783. package/es/components/slider/style/dnb-range.css +10 -0
  784. package/es/components/slider/style/dnb-range.scss +6 -0
  785. package/es/components/slider/style/dnb-slider.css +211 -21
  786. package/es/components/slider/style/dnb-slider.min.css +1 -1
  787. package/es/components/slider/style/dnb-slider.scss +1 -0
  788. package/es/components/slider/types.d.ts +13 -5
  789. package/es/components/space/Space.d.ts +3 -2
  790. package/es/components/space/Space.js +20 -25
  791. package/es/components/step-indicator/StepIndicatorContext.js +4 -3
  792. package/es/components/step-indicator/StepIndicatorSidebar.js +2 -2
  793. package/es/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  794. package/es/components/step-indicator/style/dnb-step-indicator.css +14 -14
  795. package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  796. package/es/components/switch/Switch.js +4 -3
  797. package/es/components/table/Table.js +2 -3
  798. package/es/components/tabs/Tabs.js +3 -3
  799. package/es/components/tabs/TabsContentWrapper.js +1 -1
  800. package/es/components/tag/Tag.d.ts +8 -1
  801. package/es/components/tag/Tag.js +10 -10
  802. package/es/components/tag/TagGroup.js +4 -5
  803. package/es/components/tag/style/dnb-tag.css +14 -14
  804. package/es/components/tag/style/dnb-tag.min.css +1 -1
  805. package/es/components/textarea/Textarea.js +4 -3
  806. package/es/components/timeline/Timeline.js +2 -3
  807. package/es/components/timeline/TimelineItem.js +2 -2
  808. package/es/components/toggle-button/ToggleButton.js +4 -2
  809. package/es/components/toggle-button/ToggleButtonGroup.js +3 -2
  810. package/es/components/toggle-button/style/dnb-toggle-button.css +14 -14
  811. package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  812. package/es/components/tooltip/Tooltip.d.ts +8 -154
  813. package/es/components/tooltip/Tooltip.js +57 -122
  814. package/es/components/tooltip/TooltipContainer.d.ts +15 -68
  815. package/es/components/tooltip/TooltipContainer.js +162 -262
  816. package/es/components/tooltip/TooltipHelpers.d.ts +31 -1
  817. package/es/components/tooltip/TooltipHelpers.js +66 -1
  818. package/es/components/tooltip/TooltipPortal.d.ts +13 -31
  819. package/es/components/tooltip/TooltipPortal.js +122 -163
  820. package/es/components/tooltip/TooltipWithEvents.d.ts +11 -35
  821. package/es/components/tooltip/TooltipWithEvents.js +126 -150
  822. package/es/components/tooltip/style/_tooltip.scss +8 -7
  823. package/es/components/tooltip/style/dnb-tooltip.css +14 -14
  824. package/es/components/tooltip/style/dnb-tooltip.min.css +1 -1
  825. package/es/components/tooltip/types.d.ts +28 -0
  826. package/es/components/tooltip/types.js +1 -0
  827. package/es/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  828. package/es/components/visually-hidden/VisuallyHidden.js +2 -10
  829. package/es/elements/Anchor.d.ts +3 -1
  830. package/es/elements/Anchor.js +4 -5
  831. package/es/elements/Dd.d.ts +10 -26
  832. package/es/elements/Dd.js +0 -15
  833. package/es/elements/Dl.d.ts +19 -26
  834. package/es/elements/Dl.js +27 -19
  835. package/es/elements/Dt.d.ts +10 -26
  836. package/es/elements/Dt.js +0 -15
  837. package/es/elements/Element.js +2 -3
  838. package/es/elements/Link.d.ts +3 -1
  839. package/es/elements/lib.d.ts +18 -5
  840. package/es/extensions/payment-card/PaymentCard.js +3 -3
  841. package/es/fragments/drawer-list/DrawerList.js +3 -2
  842. package/es/fragments/drawer-list/style/_drawer-list.scss +1 -1
  843. package/es/fragments/lib.d.ts +8 -1
  844. package/es/fragments/scroll-view/ScrollView.d.ts +13 -6
  845. package/es/fragments/scroll-view/ScrollView.js +30 -52
  846. package/es/icons/add.js +5 -2
  847. package/es/icons/add_circled.js +5 -2
  848. package/es/icons/add_circled_medium.js +5 -2
  849. package/es/icons/add_medium.js +5 -2
  850. package/es/icons/boat.js +10 -3
  851. package/es/icons/boat_medium.js +10 -3
  852. package/es/icons/calculator.js +10 -3
  853. package/es/icons/card.js +4 -2
  854. package/es/icons/card_medium.js +4 -2
  855. package/es/icons/cat_medium.js +10 -3
  856. package/es/icons/chatbot.js +5 -2
  857. package/es/icons/chatbot_medium.js +5 -2
  858. package/es/icons/chip.js +10 -3
  859. package/es/icons/chip_medium.js +10 -3
  860. package/es/icons/cloud_download.js +10 -3
  861. package/es/icons/cloud_download_medium.js +10 -3
  862. package/es/icons/cloud_rain.js +10 -3
  863. package/es/icons/cloud_rain_medium.js +10 -3
  864. package/es/icons/cloud_sync.js +10 -3
  865. package/es/icons/cloud_sync_medium.js +10 -3
  866. package/es/icons/cloud_transfer.js +10 -3
  867. package/es/icons/cloud_transfer_medium.js +10 -3
  868. package/es/icons/cloud_upload.js +10 -3
  869. package/es/icons/cloud_upload_medium.js +10 -3
  870. package/es/icons/cookie.js +10 -3
  871. package/es/icons/cookie_medium.js +10 -3
  872. package/es/icons/diamond.js +10 -3
  873. package/es/icons/dog.js +10 -3
  874. package/es/icons/dog_medium.js +10 -3
  875. package/es/icons/exclamation_circled.js +5 -2
  876. package/es/icons/exclamation_circled_medium.js +5 -2
  877. package/es/icons/file_jpg.d.ts +2 -0
  878. package/es/icons/file_jpg.js +18 -0
  879. package/es/icons/file_jpg_medium.d.ts +2 -0
  880. package/es/icons/file_jpg_medium.js +24 -0
  881. package/es/icons/file_png.d.ts +2 -0
  882. package/es/icons/file_png.js +18 -0
  883. package/es/icons/file_png_medium.d.ts +2 -0
  884. package/es/icons/file_png_medium.js +24 -0
  885. package/es/icons/fish.d.ts +2 -0
  886. package/es/icons/fish.js +26 -0
  887. package/es/icons/fish_medium.d.ts +2 -0
  888. package/es/icons/fish_medium.js +26 -0
  889. package/es/icons/hourglass.js +10 -3
  890. package/es/icons/icons-meta.json +71 -1
  891. package/es/icons/icons-pdf.lock +1098 -968
  892. package/es/icons/icons-svg.lock +1098 -968
  893. package/es/icons/index.d.ts +11 -1
  894. package/es/icons/index.js +11 -1
  895. package/es/icons/instagram.js +10 -3
  896. package/es/icons/linkedin.js +10 -3
  897. package/es/icons/linkedin_medium.js +10 -3
  898. package/es/icons/loupe.js +4 -2
  899. package/es/icons/loupe_medium.js +4 -2
  900. package/es/icons/mastercard_card.js +4 -2
  901. package/es/icons/mastercard_card_medium.js +4 -2
  902. package/es/icons/news.js +10 -3
  903. package/es/icons/news_medium.js +10 -3
  904. package/es/icons/newspaper.d.ts +2 -0
  905. package/es/icons/newspaper.js +21 -0
  906. package/es/icons/newspaper_medium.d.ts +2 -0
  907. package/es/icons/newspaper_medium.js +21 -0
  908. package/es/icons/phone.js +10 -3
  909. package/es/icons/phone_medium.js +10 -3
  910. package/es/icons/photo.js +10 -3
  911. package/es/icons/photo_medium.js +10 -3
  912. package/es/icons/pin.js +10 -3
  913. package/es/icons/pin_medium.js +10 -3
  914. package/es/icons/play.js +10 -3
  915. package/es/icons/savings_account.js +5 -2
  916. package/es/icons/secondary_icons.d.ts +6 -1
  917. package/es/icons/secondary_icons.js +6 -1
  918. package/es/icons/secondary_icons_medium.d.ts +6 -1
  919. package/es/icons/secondary_icons_medium.js +6 -1
  920. package/es/icons/sort.d.ts +2 -0
  921. package/es/icons/sort.js +21 -0
  922. package/es/icons/sort_medium.d.ts +2 -0
  923. package/es/icons/sort_medium.js +21 -0
  924. package/es/icons/subtract.js +5 -2
  925. package/es/icons/subtract_circled.js +5 -2
  926. package/es/icons/subtract_circled_medium.js +5 -2
  927. package/es/icons/subtract_medium.js +5 -2
  928. package/es/icons/tag.js +13 -10
  929. package/es/icons/tag_medium.js +13 -10
  930. package/es/icons/thumbs_down.js +10 -3
  931. package/es/icons/thumbs_up.js +10 -3
  932. package/es/icons/video.js +10 -3
  933. package/es/icons/video_medium.js +10 -3
  934. package/es/icons/wallet_medium.js +4 -2
  935. package/es/index.d.ts +2 -1
  936. package/es/index.js +2 -1
  937. package/es/shared/AnimateHeight.d.ts +46 -32
  938. package/es/shared/AnimateHeight.js +68 -38
  939. package/es/shared/Context.d.ts +9 -3
  940. package/es/shared/Eufemia.js +1 -1
  941. package/es/shared/MediaQueryUtils.d.ts +5 -1
  942. package/es/shared/MediaQueryUtils.js +4 -3
  943. package/es/shared/component-helper.d.ts +7 -18
  944. package/es/shared/component-helper.js +7 -167
  945. package/es/shared/helpers/EventEmitter.d.ts +46 -0
  946. package/es/shared/{EventEmitter.js → helpers/EventEmitter.js} +27 -21
  947. package/es/shared/helpers/InteractionInvalidation.d.ts +30 -0
  948. package/es/shared/helpers/InteractionInvalidation.js +141 -0
  949. package/{cjs/shared/hooks/usePropsWithContext.d.ts → es/shared/helpers/extendPropsWithContext.d.ts} +2 -3
  950. package/es/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +22 -10
  951. package/es/shared/helpers/filterValidProps.d.ts +1 -1
  952. package/es/shared/helpers/filterValidProps.js +1 -1
  953. package/es/shared/helpers/getPreviousSibling.d.ts +10 -0
  954. package/es/shared/helpers/getPreviousSibling.js +33 -0
  955. package/es/shared/helpers/useEventEmitter.d.ts +14 -0
  956. package/es/shared/helpers/useEventEmitter.js +30 -0
  957. package/es/shared/helpers.d.ts +2 -0
  958. package/es/shared/interfaces.d.ts +6 -4
  959. package/es/shared/locales/en-GB.d.ts +3 -0
  960. package/es/shared/locales/en-GB.js +3 -0
  961. package/es/shared/locales/en-US.d.ts +3 -0
  962. package/es/shared/locales/index.d.ts +6 -0
  963. package/es/shared/locales/nb-NO.d.ts +3 -0
  964. package/es/shared/locales/nb-NO.js +3 -0
  965. package/es/shared/useMediaQuery.js +15 -4
  966. package/es/style/core/helper-classes/helper-classes.scss +4 -0
  967. package/es/style/dnb-ui-basis.css +3 -0
  968. package/es/style/dnb-ui-basis.min.css +1 -1
  969. package/es/style/dnb-ui-components.css +112 -84
  970. package/es/style/dnb-ui-components.min.css +5 -5
  971. package/es/style/dnb-ui-components.scss +1 -0
  972. package/es/style/dnb-ui-core.css +3 -0
  973. package/es/style/dnb-ui-core.min.css +1 -1
  974. package/es/style/dnb-ui-elements.css +25 -4
  975. package/es/style/dnb-ui-elements.min.css +1 -1
  976. package/es/style/dnb-ui-fragments.css +1 -1
  977. package/es/style/dnb-ui-fragments.min.css +1 -1
  978. package/es/style/dnb-ui-tags.css +50 -8
  979. package/es/style/dnb-ui-tags.min.css +1 -1
  980. package/es/style/elements/lists.scss +27 -5
  981. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
  982. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
  983. package/es/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  984. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  985. package/esm/dnb-ui-basis.min.mjs +2 -2
  986. package/esm/dnb-ui-components.min.mjs +3 -3
  987. package/esm/dnb-ui-elements.min.mjs +4 -4
  988. package/esm/dnb-ui-extensions.min.mjs +4 -4
  989. package/esm/dnb-ui-icons.min.mjs +1 -1
  990. package/esm/dnb-ui-lib.min.mjs +4 -4
  991. package/esm/dnb-ui-web-components.min.mjs +4 -4
  992. package/extensions/payment-card/PaymentCard.js +3 -3
  993. package/fragments/drawer-list/DrawerList.js +3 -2
  994. package/fragments/drawer-list/style/_drawer-list.scss +1 -1
  995. package/fragments/lib.d.ts +8 -1
  996. package/fragments/scroll-view/ScrollView.d.ts +13 -6
  997. package/fragments/scroll-view/ScrollView.js +31 -79
  998. package/icons/add.js +5 -2
  999. package/icons/add_circled.js +5 -2
  1000. package/icons/add_circled_medium.js +5 -2
  1001. package/icons/add_medium.js +5 -2
  1002. package/icons/boat.js +10 -3
  1003. package/icons/boat_medium.js +10 -3
  1004. package/icons/calculator.js +10 -3
  1005. package/icons/card.js +4 -2
  1006. package/icons/card_medium.js +4 -2
  1007. package/icons/cat_medium.js +10 -3
  1008. package/icons/chatbot.js +5 -2
  1009. package/icons/chatbot_medium.js +5 -2
  1010. package/icons/chip.js +10 -3
  1011. package/icons/chip_medium.js +10 -3
  1012. package/icons/cloud_download.js +10 -3
  1013. package/icons/cloud_download_medium.js +10 -3
  1014. package/icons/cloud_rain.js +10 -3
  1015. package/icons/cloud_rain_medium.js +10 -3
  1016. package/icons/cloud_sync.js +10 -3
  1017. package/icons/cloud_sync_medium.js +10 -3
  1018. package/icons/cloud_transfer.js +10 -3
  1019. package/icons/cloud_transfer_medium.js +10 -3
  1020. package/icons/cloud_upload.js +10 -3
  1021. package/icons/cloud_upload_medium.js +10 -3
  1022. package/icons/cookie.js +10 -3
  1023. package/icons/cookie_medium.js +10 -3
  1024. package/icons/diamond.js +10 -3
  1025. package/icons/dog.js +10 -3
  1026. package/icons/dog_medium.js +10 -3
  1027. package/icons/exclamation_circled.js +5 -2
  1028. package/icons/exclamation_circled_medium.js +5 -2
  1029. package/icons/file_jpg.d.ts +2 -0
  1030. package/icons/file_jpg.js +20 -0
  1031. package/icons/file_jpg_medium.d.ts +2 -0
  1032. package/icons/file_jpg_medium.js +26 -0
  1033. package/icons/file_png.d.ts +2 -0
  1034. package/icons/file_png.js +20 -0
  1035. package/icons/file_png_medium.d.ts +2 -0
  1036. package/icons/file_png_medium.js +26 -0
  1037. package/icons/fish.d.ts +2 -0
  1038. package/icons/fish.js +28 -0
  1039. package/icons/fish_medium.d.ts +2 -0
  1040. package/icons/fish_medium.js +28 -0
  1041. package/icons/hourglass.js +10 -3
  1042. package/icons/icons-meta.json +71 -1
  1043. package/icons/icons-pdf.lock +1098 -968
  1044. package/icons/icons-svg.lock +1098 -968
  1045. package/icons/index.d.ts +11 -1
  1046. package/icons/index.js +11 -1
  1047. package/icons/instagram.js +10 -3
  1048. package/icons/linkedin.js +10 -3
  1049. package/icons/linkedin_medium.js +10 -3
  1050. package/icons/loupe.js +4 -2
  1051. package/icons/loupe_medium.js +4 -2
  1052. package/icons/mastercard_card.js +4 -2
  1053. package/icons/mastercard_card_medium.js +4 -2
  1054. package/icons/news.js +10 -3
  1055. package/icons/news_medium.js +10 -3
  1056. package/icons/newspaper.d.ts +2 -0
  1057. package/icons/newspaper.js +23 -0
  1058. package/icons/newspaper_medium.d.ts +2 -0
  1059. package/icons/newspaper_medium.js +23 -0
  1060. package/icons/phone.js +10 -3
  1061. package/icons/phone_medium.js +10 -3
  1062. package/icons/photo.js +10 -3
  1063. package/icons/photo_medium.js +10 -3
  1064. package/icons/pin.js +10 -3
  1065. package/icons/pin_medium.js +10 -3
  1066. package/icons/play.js +10 -3
  1067. package/icons/savings_account.js +5 -2
  1068. package/icons/secondary_icons.d.ts +6 -1
  1069. package/icons/secondary_icons.js +6 -1
  1070. package/icons/secondary_icons_medium.d.ts +6 -1
  1071. package/icons/secondary_icons_medium.js +6 -1
  1072. package/icons/sort.d.ts +2 -0
  1073. package/icons/sort.js +23 -0
  1074. package/icons/sort_medium.d.ts +2 -0
  1075. package/icons/sort_medium.js +23 -0
  1076. package/icons/subtract.js +5 -2
  1077. package/icons/subtract_circled.js +5 -2
  1078. package/icons/subtract_circled_medium.js +5 -2
  1079. package/icons/subtract_medium.js +5 -2
  1080. package/icons/tag.js +13 -10
  1081. package/icons/tag_medium.js +13 -10
  1082. package/icons/thumbs_down.js +10 -3
  1083. package/icons/thumbs_up.js +10 -3
  1084. package/icons/video.js +10 -3
  1085. package/icons/video_medium.js +10 -3
  1086. package/icons/wallet_medium.js +4 -2
  1087. package/index.d.ts +2 -1
  1088. package/index.js +2 -1
  1089. package/package.json +1 -1
  1090. package/shared/AnimateHeight.d.ts +46 -32
  1091. package/shared/AnimateHeight.js +102 -66
  1092. package/shared/Context.d.ts +9 -3
  1093. package/shared/Eufemia.js +1 -1
  1094. package/shared/MediaQueryUtils.d.ts +5 -1
  1095. package/shared/MediaQueryUtils.js +5 -3
  1096. package/shared/component-helper.d.ts +7 -18
  1097. package/shared/component-helper.js +18 -248
  1098. package/shared/helpers/EventEmitter.d.ts +46 -0
  1099. package/shared/{EventEmitter.js → helpers/EventEmitter.js} +30 -25
  1100. package/shared/helpers/InteractionInvalidation.d.ts +30 -0
  1101. package/shared/helpers/InteractionInvalidation.js +215 -0
  1102. package/{es/shared/hooks/usePropsWithContext.d.ts → shared/helpers/extendPropsWithContext.d.ts} +2 -3
  1103. package/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +36 -17
  1104. package/shared/helpers/filterValidProps.d.ts +1 -1
  1105. package/shared/helpers/filterValidProps.js +1 -1
  1106. package/shared/helpers/getPreviousSibling.d.ts +10 -0
  1107. package/shared/helpers/getPreviousSibling.js +35 -0
  1108. package/shared/helpers/useEventEmitter.d.ts +14 -0
  1109. package/shared/helpers/useEventEmitter.js +45 -0
  1110. package/shared/helpers.d.ts +2 -0
  1111. package/shared/interfaces.d.ts +6 -4
  1112. package/shared/locales/en-GB.d.ts +3 -0
  1113. package/shared/locales/en-GB.js +3 -0
  1114. package/shared/locales/en-US.d.ts +3 -0
  1115. package/shared/locales/index.d.ts +6 -0
  1116. package/shared/locales/nb-NO.d.ts +3 -0
  1117. package/shared/locales/nb-NO.js +3 -0
  1118. package/shared/useMediaQuery.js +18 -13
  1119. package/style/core/helper-classes/helper-classes.scss +4 -0
  1120. package/style/dnb-ui-basis.css +3 -0
  1121. package/style/dnb-ui-basis.min.css +1 -1
  1122. package/style/dnb-ui-components.css +112 -84
  1123. package/style/dnb-ui-components.min.css +5 -5
  1124. package/style/dnb-ui-components.scss +1 -0
  1125. package/style/dnb-ui-core.css +3 -0
  1126. package/style/dnb-ui-core.min.css +1 -1
  1127. package/style/dnb-ui-elements.css +25 -4
  1128. package/style/dnb-ui-elements.min.css +1 -1
  1129. package/style/dnb-ui-fragments.css +1 -1
  1130. package/style/dnb-ui-fragments.min.css +1 -1
  1131. package/style/dnb-ui-tags.css +50 -8
  1132. package/style/dnb-ui-tags.min.css +1 -1
  1133. package/style/elements/lists.scss +27 -5
  1134. package/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
  1135. package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
  1136. package/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  1137. package/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  1138. package/umd/dnb-ui-basis.min.js +3 -3
  1139. package/umd/dnb-ui-components.min.js +4 -4
  1140. package/umd/dnb-ui-elements.min.js +4 -4
  1141. package/umd/dnb-ui-extensions.min.js +5 -5
  1142. package/umd/dnb-ui-icons.min.js +1 -1
  1143. package/umd/dnb-ui-lib.min.js +5 -5
  1144. package/umd/dnb-ui-web-components.min.js +5 -5
  1145. package/cjs/shared/EventEmitter.d.ts +0 -27
  1146. package/cjs/shared/hooks/index.d.ts +0 -1
  1147. package/cjs/shared/hooks/index.js +0 -13
  1148. package/es/shared/EventEmitter.d.ts +0 -27
  1149. package/es/shared/hooks/index.d.ts +0 -1
  1150. package/es/shared/hooks/index.js +0 -1
  1151. package/shared/EventEmitter.d.ts +0 -27
  1152. package/shared/hooks/index.d.ts +0 -1
  1153. package/shared/hooks/index.js +0 -1
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).dnbIcons={},e.React)}(this,(function(e,t){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r,o=n(t);function l(){return l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},l.apply(this,arguments)}var i,a,h,d,m,w,u,s,v,f,c,g,Z,p,k,M,x,E,L,B,_,V,H,j,A,W,b,y,O,q,C,P,T,I,R,z,D,F,G,J,K,N,Q,S=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),r||(r=o.default.createElement("path",{d:"M7.25 14a.75.75 0 0 0 1.5 0h-1.5Zm1.5-12a.75.75 0 0 0-1.5 0h1.5ZM14 8.75a.75.75 0 0 0 0-1.5v1.5ZM2 7.25a.75.75 0 0 0 0 1.5v-1.5ZM8.75 14V2h-1.5v12h1.5ZM14 7.25H2v1.5h12v-1.5Z",fill:"#000"})))},U=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),i||(i=o.default.createElement("path",{d:"M3.53 9.22a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM8 14.75l-.53.53a.75.75 0 0 0 1.06 0L8 14.75Zm5.53-4.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM8.75 1.25a.75.75 0 0 0-1.5 0h1.5Zm-6.28 9.03 5 5 1.06-1.06-5-5-1.06 1.06Zm6.06 5 5-5-1.06-1.06-5 5 1.06 1.06ZM7.25 1.25v13.5h1.5V1.25h-1.5Z",fill:"#000"})))},X=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),a||(a=o.default.createElement("path",{d:"M14.5 8H1m5-5L1 8m0 0 5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Y=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h||(h=o.default.createElement("path",{d:"M1.5 8H15m-5 5 5-5m0 0-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},$=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),d||(d=o.default.createElement("path",{d:"M2.47 5.72a.75.75 0 0 0 1.06 1.06L2.47 5.72ZM8 1.25l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm4.47 5.53a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-5.22 7.97a.75.75 0 0 0 1.5 0h-1.5ZM3.53 6.78l5-5L7.47.72l-5 5 1.06 1.06Zm3.94-5 5 5 1.06-1.06-5-5-1.06 1.06Zm1.28 12.97V1.25h-1.5v13.5h1.5Z",fill:"#000"})))},ee=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),m||(m=o.default.createElement("path",{d:"M6.756 14.067a1.299 1.299 0 0 0 2.492 0M8 2.4a4.667 4.667 0 0 1 4.667 4.667c0 4.384.933 5.133.933 5.133H2.4s.933-1.192.933-5.133A4.667 4.667 0 0 1 8 2.4Zm0 0V1",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},te=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),w||(w=o.default.createElement("path",{d:"M6.006 1a.75.75 0 1 0-1.5 0h1.5Zm-1.5 3.256a.75.75 0 1 0 1.5 0h-1.5ZM11.5 1A.75.75 0 0 0 10 1h1.5ZM10 4.256a.75.75 0 0 0 1.5 0H10ZM2 15.75h12v-1.5H2v1.5ZM4.506 1v3.256h1.5V1h-1.5ZM10 1v3.256h1.5V1H10Zm4 .878H2v1.5h12v-1.5ZM.25 3.628V7.5h1.5V3.628H.25Zm0 3.872V14h1.5V7.5H.25Zm15.5 6.5V7.5h-1.5V14h1.5Zm0-6.5V3.628h-1.5V7.5h1.5ZM1 8.25h14v-1.5H1v1.5Zm13-4.872a.25.25 0 0 1 .25.25h1.5A1.75 1.75 0 0 0 14 1.878v1.5Zm0 12.372A1.75 1.75 0 0 0 15.75 14h-1.5a.25.25 0 0 1-.25.25v1.5Zm-12-1.5a.25.25 0 0 1-.25-.25H.25c0 .966.784 1.75 1.75 1.75v-1.5ZM2 1.878a1.75 1.75 0 0 0-1.75 1.75h1.5a.25.25 0 0 1 .25-.25v-1.5Z",fill:"#000"})))},ne=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),u||(u=o.default.createElement("path",{d:"m1 10 4 4L15 2",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},re=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),s||(s=o.default.createElement("path",{d:"m13 5.5-5 5-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},oe=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),v||(v=o.default.createElement("path",{d:"M10 3 5 8l5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},le=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),f||(f=o.default.createElement("path",{d:"m6 13 5-5-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ie=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),c||(c=o.default.createElement("path",{d:"m3 10.5 5-5 5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ae=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),g||(g=o.default.createElement("path",{d:"M3 13 13 3m0 10L3 3",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},he=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Z||(Z=o.default.createElement("path",{d:"M5.874 7.75a.75.75 0 0 0-1.06 1.062l1.06-1.061ZM8 10.939l-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm3.187-2.126a.75.75 0 1 0-1.061-1.061l1.06 1.06ZM8.75 2.5a.75.75 0 0 0-1.5 0h1.5ZM3 13.25a.75.75 0 0 0 0 1.5v-1.5Zm10 1.5a.75.75 0 0 0 0-1.5v1.5ZM4.813 8.812l2.657 2.656 1.06-1.06L5.874 7.75l-1.06 1.06Zm3.717 2.656 2.657-2.656-1.061-1.061-2.656 2.656 1.06 1.06ZM7.25 2.5v8.438h1.5V2.5h-1.5ZM3 14.75h10v-1.5H3v1.5Z",fill:"#000"})))},de=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p||(p=o.default.createElement("path",{d:"M8 10.412V2m-.177 11.519h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},me=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),k||(k=o.default.createElement("path",{d:"M9.914 13.5h-.75A1.5 1.5 0 0 1 7.667 12V6.915a.75.75 0 0 0-.75-.75h-.75m.825-3.488h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},we=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),M||(M=o.default.createElement("path",{d:"M12.03 10.97a.75.75 0 1 0-1.06 1.06l1.06-1.06Zm2.44 4.56a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-3.5-3.5 3.5 3.5 1.06-1.06-3.5-3.5-1.06 1.06Zm.098-5.62a4.66 4.66 0 0 1-4.659 4.658v1.5a6.16 6.16 0 0 0 6.16-6.159h-1.5ZM6.41 11.067A4.66 4.66 0 0 1 1.75 6.41H.25a6.16 6.16 0 0 0 6.16 6.16v-1.5ZM1.75 6.41a4.66 4.66 0 0 1 4.66-4.66V.25A6.16 6.16 0 0 0 .25 6.41h1.5Zm4.66-4.66a4.66 4.66 0 0 1 4.658 4.66h1.5A6.16 6.16 0 0 0 6.41.25v1.5Z",fill:"#000"})))},ue=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),x||(x=o.default.createElement("path",{d:"M4.5 8A1.25 1.25 0 1 1 2 8a1.25 1.25 0 0 1 2.5 0ZM8 9.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm4.75 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z",fill:"#000"})))},se=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),E||(E=o.default.createElement("path",{d:"M5.392 4.875c0-1.642 1.452-2.98 3.074-2.868 1.638.113 2.874 1.654 2.65 3.264a2.923 2.923 0 0 1-1.89 2.316c-1.216.43-.958 1.9-.958 2.913m-.177 3.004h.346m.079 0c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.197.16-.256.252-.256.088 0 .248.06.248.256Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ve=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),L||(L=o.default.createElement("path",{d:"m5.333 14.474.634-.401-.128-.202-.22-.09-.286.693Zm1.084-3.807a.75.75 0 0 0-1.5 0h1.5ZM5.667 15v.75a.75.75 0 0 0 .75-.75h-.75Zm-4.334-.75a.75.75 0 0 0 0 1.5v-1.5Zm8.007-.144a.75.75 0 1 0 .32 1.466l-.32-1.466ZM1.75 8A6.25 6.25 0 0 1 8 1.75V.25A7.75 7.75 0 0 0 .25 8h1.5ZM8 1.75A6.25 6.25 0 0 1 14.25 8h1.5A7.75 7.75 0 0 0 8 .25v1.5ZM5.62 13.78A6.252 6.252 0 0 1 1.75 8H.25a7.752 7.752 0 0 0 4.797 7.168l.572-1.387Zm-.703-3.113V15h1.5v-4.333h-1.5Zm.75 3.583H1.333v1.5h4.334v-1.5Zm-.967.626.333.526 1.267-.803-.333-.526-1.267.803ZM14.25 8a6.253 6.253 0 0 1-4.91 6.106l.32 1.466A7.753 7.753 0 0 0 15.75 8h-1.5Z",fill:"#000"})))},fe=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),B||(B=o.default.createElement("path",{d:"M6.133 5.2 8 7.067m0 0L9.867 5.2M8 7.067V1m.5 11.5H4m8.044 0h-.622M1.933 15h12.134a.933.933 0 0 0 .933-.933v-3.734a.933.933 0 0 0-.933-.933H1.933a.933.933 0 0 0-.933.933v3.734c0 .515.418.933.933.933Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ce=function(e){return o.default.createElement("svg",l({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),_||(_=o.default.createElement("path",{d:"M14 8.75a.75.75 0 0 0 0-1.5v1.5ZM2 7.25a.75.75 0 0 0 0 1.5v-1.5Zm12 0H2v1.5h12v-1.5Z",fill:"#000"})))},ge=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),V||(V=o.default.createElement("path",{d:"M11.25 21a.75.75 0 0 0 1.5 0h-1.5Zm1.5-18a.75.75 0 0 0-1.5 0h1.5ZM21 12.75a.75.75 0 0 0 0-1.5v1.5Zm-18-1.5a.75.75 0 0 0 0 1.5v-1.5ZM12.75 21V3h-1.5v18h1.5ZM21 11.25H3v1.5h18v-1.5Z",fill:"#000"})))},Ze=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),H||(H=o.default.createElement("path",{d:"M5.03 14.095a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm6.97 8.03-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm8.03-6.97a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-7.28-13.28a.75.75 0 0 0-1.5 0h1.5Zm-8.78 13.28 7.5 7.5 1.06-1.06-7.5-7.5-1.06 1.06Zm8.56 7.5 7.5-7.5-1.06-1.06-7.5 7.5 1.06 1.06Zm-1.28-20.78v20.25h1.5V1.875h-1.5Z",fill:"#000"})))},pe=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),j||(j=o.default.createElement("path",{d:"M22.25 11.5H2M9.5 4 2 11.5m0 0L9.5 19",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ke=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),A||(A=o.default.createElement("path",{d:"M2.25 12H22.5M15 19.5l7.5-7.5m0 0L15 4.5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Me=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),W||(W=o.default.createElement("path",{d:"M3.97 8.845a.75.75 0 0 0 1.06 1.06l-1.06-1.06ZM12 1.875l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm6.97 8.03a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-7.72 12.22a.75.75 0 0 0 1.5 0h-1.5ZM5.03 9.905l7.5-7.5-1.06-1.06-7.5 7.5 1.06 1.06Zm6.44-7.5 7.5 7.5 1.06-1.06-7.5-7.5-1.06 1.06Zm1.28 19.72V1.875h-1.5v20.25h1.5Z",fill:"#000"})))},xe=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),b||(b=o.default.createElement("path",{d:"M10 21.75a2.087 2.087 0 0 0 4.005 0M12 3a7.5 7.5 0 0 1 7.5 7.5c0 7.046 1.5 8.25 1.5 8.25H3s1.5-1.916 1.5-8.25A7.5 7.5 0 0 1 12 3Zm0 0V.75",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ee=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),y||(y=o.default.createElement("path",{d:"M7.25 1a.75.75 0 0 0-1.5 0h1.5Zm-1.5 5a.75.75 0 0 0 1.5 0h-1.5Zm12.5-5a.75.75 0 0 0-1.5 0h1.5Zm-1.5 5a.75.75 0 0 0 1.5 0h-1.5ZM2.5 23.25h19v-1.5h-19v1.5ZM5.75 1v5h1.5V1h-1.5Zm11 0v5h1.5V1h-1.5Zm4.75 1.75h-19v1.5h19v-1.5ZM.75 4.5v5h1.5v-5H.75Zm0 5v12h1.5v-12H.75Zm22.5 12v-12h-1.5v12h1.5Zm0-12v-5h-1.5v5h1.5Zm-.75-.75h-21v1.5h21v-1.5Zm-1-4.5a.25.25 0 0 1 .25.25h1.5a1.75 1.75 0 0 0-1.75-1.75v1.5Zm0 19a1.75 1.75 0 0 0 1.75-1.75h-1.5a.25.25 0 0 1-.25.25v1.5Zm-19-1.5a.25.25 0 0 1-.25-.25H.75c0 .966.784 1.75 1.75 1.75v-1.5Zm0-19A1.75 1.75 0 0 0 .75 4.5h1.5a.25.25 0 0 1 .25-.25v-1.5Z",fill:"#000"})))},Le=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),O||(O=o.default.createElement("path",{d:"m1.5 15 6 6 15-18",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Be=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),q||(q=o.default.createElement("path",{d:"m19 8.5-7 7-7-7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},_e=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),C||(C=o.default.createElement("path",{d:"m15 5-7 7 7 7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ve=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),P||(P=o.default.createElement("path",{d:"m9 19 7-7-7-7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},He=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),T||(T=o.default.createElement("path",{d:"m5 15.5 7-7 7 7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},je=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),I||(I=o.default.createElement("path",{d:"M5 19 19 5m0 14L5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ae=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),R||(R=o.default.createElement("path",{d:"M8.28 11.72a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM12 16.5l-.53.53a.75.75 0 0 0 1.06 0L12 16.5Zm4.78-3.72a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM12.75 3a.75.75 0 0 0-1.5 0h1.5ZM4 20.5A.75.75 0 0 0 4 22v-1.5ZM20 22a.75.75 0 0 0 0-1.5V22ZM7.22 12.78l4.25 4.25 1.06-1.06-4.25-4.25-1.06 1.06Zm5.31 4.25 4.25-4.25-1.06-1.06-4.25 4.25 1.06 1.06ZM11.25 3v13.5h1.5V3h-1.5ZM4 22h16v-1.5H4V22Z",fill:"#000"})))},We=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),z||(z=o.default.createElement("path",{d:"M11.997 15.118V3.25m-.646 16.765h1.31m.089 0c0 .438-.31.747-.753.747a.718.718 0 0 1-.747-.747c0-.442.31-.753.747-.753.443 0 .753.31.753.753Z",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},be=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),D||(D=o.default.createElement("path",{d:"M14.872 20.74h-1.125a2.249 2.249 0 0 1-2.248-2.248V10.87c0-.62-.504-1.124-1.125-1.124H9.25m.85-5.244h1.31m.09 0c0 .437-.31.747-.754.747A.718.718 0 0 1 10 4.502c0-.443.31-.753.747-.753.443 0 .753.31.753.753Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ye=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),F||(F=o.default.createElement("path",{d:"M18.03 16.97a.75.75 0 1 0-1.06 1.06l1.06-1.06Zm4.44 6.56a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-5.5-5.5 5.5 5.5 1.06-1.06-5.5-5.5-1.06 1.06Zm.28-8.53a7.75 7.75 0 0 1-7.75 7.75v1.5a9.25 9.25 0 0 0 9.25-9.25h-1.5ZM9.5 17.25A7.75 7.75 0 0 1 1.75 9.5H.25a9.25 9.25 0 0 0 9.25 9.25v-1.5ZM1.75 9.5A7.75 7.75 0 0 1 9.5 1.75V.25A9.25 9.25 0 0 0 .25 9.5h1.5ZM9.5 1.75a7.75 7.75 0 0 1 7.75 7.75h1.5A9.25 9.25 0 0 0 9.5.25v1.5Z",fill:"#000"})))},Oe=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),G||(G=o.default.createElement("path",{d:"M8 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",fill:"#000"})))},qe=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),J||(J=o.default.createElement("path",{d:"M7.75 7.428c0-2.389 2.106-4.331 4.467-4.168 2.384.165 4.177 2.399 3.851 4.743a4.215 4.215 0 0 1-2.746 3.366c-1.743.616-1.393 2.672-1.393 4.131m-.577 4.5h1.31m.09 0c0 .437-.31.747-.754.747a.718.718 0 0 1-.747-.748c0-.442.31-.752.747-.752.443 0 .753.31.753.752Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ce=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),K||(K=o.default.createElement("path",{d:"M13.628 21.615a.75.75 0 1 0 .248 1.48l-.248-1.48ZM8 21.71l.633-.401-.127-.201-.22-.091L8 21.71ZM9.25 16a.75.75 0 0 0-1.5 0h1.5Zm-.75 6.5v.75a.75.75 0 0 0 .75-.75H8.5ZM2 21.75a.75.75 0 0 0 0 1.5v-1.5ZM2.25 12A9.75 9.75 0 0 1 12 2.25V.75C5.787.75.75 5.787.75 12h1.5ZM12 2.25A9.75 9.75 0 0 1 21.75 12h1.5C23.25 5.787 18.213.75 12 .75v1.5ZM21.75 12c0 4.83-3.512 8.84-8.122 9.615l.248 1.48c5.32-.894 9.374-5.52 9.374-11.095h-1.5ZM8.286 21.018A9.753 9.753 0 0 1 2.25 12H.75c0 4.697 2.878 8.72 6.964 10.405l.572-1.387ZM7.75 16v6.5h1.5V16h-1.5Zm.75 5.75H2v1.5h6.5v-1.5Zm-1.133.363.5.788 1.266-.802-.5-.79-1.266.804Z",fill:"#000"})))},Pe=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),N||(N=o.default.createElement("path",{d:"m9 7.5 3 3m0 0 3-3m-3 3V.75m7.5 19.5h-15m14-3h-1m-15.25 6h19.5a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-1.5-1.5H2.25a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 0 0 1.5 1.5Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Te=function(e){return o.default.createElement("svg",l({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Q||(Q=o.default.createElement("path",{d:"M21 12.75a.75.75 0 0 0 0-1.5v1.5Zm-18-1.5a.75.75 0 0 0 0 1.5v-1.5Zm18 0H3v1.5h18v-1.5Z",fill:"#000"})))};e.add=S,e.add_medium=ge,e.arrow_down=U,e.arrow_down_medium=Ze,e.arrow_left=X,e.arrow_left_medium=pe,e.arrow_right=Y,e.arrow_right_medium=ke,e.arrow_up=$,e.arrow_up_medium=Me,e.bell=ee,e.bell_medium=xe,e.calendar=te,e.calendar_medium=Ee,e.check=ne,e.check_medium=Le,e.chevron_down=re,e.chevron_down_medium=Be,e.chevron_left=oe,e.chevron_left_medium=_e,e.chevron_right=le,e.chevron_right_medium=Ve,e.chevron_up=ie,e.chevron_up_medium=He,e.close=ae,e.close_medium=je,e.download=he,e.download_medium=Ae,e.exclamation=de,e.exclamation_medium=We,e.information=me,e.information_medium=be,e.loupe=we,e.loupe_medium=ye,e.more=ue,e.more_medium=Oe,e.question=se,e.question_medium=qe,e.reset=ve,e.reset_medium=Ce,e.save=fe,e.save_medium=Pe,e.subtract=ce,e.subtract_medium=Te,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).dnbIcons={},e.React)}(this,(function(e,t){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r,o=n(t);function i(){return i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i.apply(this,arguments)}var l,a,h,d,m,s,u,w,c,f,v,g,p,k,Z,x,M,E,L,B,_,V,H,W,j,A,b,y,O,q,C,P,T,I,R,z,D,F,G,J,K,N,Q,S=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),r||(r=o.default.createElement("path",{d:"M8 14V2m6 6H2",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},U=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),l||(l=o.default.createElement("path",{d:"M3.53 9.22a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM8 14.75l-.53.53a.75.75 0 0 0 1.06 0L8 14.75Zm5.53-4.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM8.75 1.25a.75.75 0 0 0-1.5 0h1.5Zm-6.28 9.03 5 5 1.06-1.06-5-5-1.06 1.06Zm6.06 5 5-5-1.06-1.06-5 5 1.06 1.06ZM7.25 1.25v13.5h1.5V1.25h-1.5Z",fill:"#000"})))},X=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),a||(a=o.default.createElement("path",{d:"M14.5 8H1m5-5L1 8m0 0 5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Y=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h||(h=o.default.createElement("path",{d:"M1.5 8H15m-5 5 5-5m0 0-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},$=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),d||(d=o.default.createElement("path",{d:"M2.47 5.72a.75.75 0 0 0 1.06 1.06L2.47 5.72ZM8 1.25l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm4.47 5.53a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-5.22 7.97a.75.75 0 0 0 1.5 0h-1.5ZM3.53 6.78l5-5L7.47.72l-5 5 1.06 1.06Zm3.94-5 5 5 1.06-1.06-5-5-1.06 1.06Zm1.28 12.97V1.25h-1.5v13.5h1.5Z",fill:"#000"})))},ee=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),m||(m=o.default.createElement("path",{d:"M6.756 14.067a1.299 1.299 0 0 0 2.492 0M8 2.4a4.667 4.667 0 0 1 4.667 4.667c0 4.384.933 5.133.933 5.133H2.4s.933-1.192.933-5.133A4.667 4.667 0 0 1 8 2.4Zm0 0V1",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},te=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),s||(s=o.default.createElement("path",{d:"M6.006 1a.75.75 0 1 0-1.5 0h1.5Zm-1.5 3.256a.75.75 0 1 0 1.5 0h-1.5ZM11.5 1A.75.75 0 0 0 10 1h1.5ZM10 4.256a.75.75 0 0 0 1.5 0H10ZM2 15.75h12v-1.5H2v1.5ZM4.506 1v3.256h1.5V1h-1.5ZM10 1v3.256h1.5V1H10Zm4 .878H2v1.5h12v-1.5ZM.25 3.628V7.5h1.5V3.628H.25Zm0 3.872V14h1.5V7.5H.25Zm15.5 6.5V7.5h-1.5V14h1.5Zm0-6.5V3.628h-1.5V7.5h1.5ZM1 8.25h14v-1.5H1v1.5Zm13-4.872a.25.25 0 0 1 .25.25h1.5A1.75 1.75 0 0 0 14 1.878v1.5Zm0 12.372A1.75 1.75 0 0 0 15.75 14h-1.5a.25.25 0 0 1-.25.25v1.5Zm-12-1.5a.25.25 0 0 1-.25-.25H.25c0 .966.784 1.75 1.75 1.75v-1.5ZM2 1.878a1.75 1.75 0 0 0-1.75 1.75h1.5a.25.25 0 0 1 .25-.25v-1.5Z",fill:"#000"})))},ne=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),u||(u=o.default.createElement("path",{d:"m1 10 4 4L15 2",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},re=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),w||(w=o.default.createElement("path",{d:"m13 5.5-5 5-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},oe=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),c||(c=o.default.createElement("path",{d:"M10 3 5 8l5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ie=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),f||(f=o.default.createElement("path",{d:"m6 13 5-5-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},le=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),v||(v=o.default.createElement("path",{d:"m3 10.5 5-5 5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ae=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),g||(g=o.default.createElement("path",{d:"M3 13 13 3m0 10L3 3",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},he=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p||(p=o.default.createElement("path",{d:"M5.874 7.75a.75.75 0 0 0-1.06 1.062l1.06-1.061ZM8 10.939l-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm3.187-2.126a.75.75 0 1 0-1.061-1.061l1.06 1.06ZM8.75 2.5a.75.75 0 0 0-1.5 0h1.5ZM3 13.25a.75.75 0 0 0 0 1.5v-1.5Zm10 1.5a.75.75 0 0 0 0-1.5v1.5ZM4.813 8.812l2.657 2.656 1.06-1.06L5.874 7.75l-1.06 1.06Zm3.717 2.656 2.657-2.656-1.061-1.061-2.656 2.656 1.06 1.06ZM7.25 2.5v8.438h1.5V2.5h-1.5ZM3 14.75h10v-1.5H3v1.5Z",fill:"#000"})))},de=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),k||(k=o.default.createElement("path",{d:"M8 10.412V2m-.177 11.519h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},me=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Z||(Z=o.default.createElement("path",{d:"M9.914 13.5h-.75A1.5 1.5 0 0 1 7.667 12V6.915a.75.75 0 0 0-.75-.75h-.75m.825-3.488h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},se=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),x||(x=o.default.createElement("path",{d:"M11.5 11.5 15 15m-3.182-8.59A5.41 5.41 0 1 1 1 6.41a5.41 5.41 0 0 1 10.818 0Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round"})))},ue=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),M||(M=o.default.createElement("path",{d:"M4.5 8A1.25 1.25 0 1 1 2 8a1.25 1.25 0 0 1 2.5 0ZM8 9.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm4.75 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z",fill:"#000"})))},we=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),E||(E=o.default.createElement("path",{d:"M5.392 4.875c0-1.642 1.452-2.98 3.074-2.868 1.638.113 2.874 1.654 2.65 3.264a2.923 2.923 0 0 1-1.89 2.316c-1.216.43-.958 1.9-.958 2.913m-.177 3.004h.346m.079 0c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.197.16-.256.252-.256.088 0 .248.06.248.256Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ce=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),L||(L=o.default.createElement("path",{d:"m5.333 14.474.634-.401-.128-.202-.22-.09-.286.693Zm1.084-3.807a.75.75 0 0 0-1.5 0h1.5ZM5.667 15v.75a.75.75 0 0 0 .75-.75h-.75Zm-4.334-.75a.75.75 0 0 0 0 1.5v-1.5Zm8.007-.144a.75.75 0 1 0 .32 1.466l-.32-1.466ZM1.75 8A6.25 6.25 0 0 1 8 1.75V.25A7.75 7.75 0 0 0 .25 8h1.5ZM8 1.75A6.25 6.25 0 0 1 14.25 8h1.5A7.75 7.75 0 0 0 8 .25v1.5ZM5.62 13.78A6.252 6.252 0 0 1 1.75 8H.25a7.752 7.752 0 0 0 4.797 7.168l.572-1.387Zm-.703-3.113V15h1.5v-4.333h-1.5Zm.75 3.583H1.333v1.5h4.334v-1.5Zm-.967.626.333.526 1.267-.803-.333-.526-1.267.803ZM14.25 8a6.253 6.253 0 0 1-4.91 6.106l.32 1.466A7.753 7.753 0 0 0 15.75 8h-1.5Z",fill:"#000"})))},fe=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),B||(B=o.default.createElement("path",{d:"M6.133 5.2 8 7.067m0 0L9.867 5.2M8 7.067V1m.5 11.5H4m8.044 0h-.622M1.933 15h12.134a.933.933 0 0 0 .933-.933v-3.734a.933.933 0 0 0-.933-.933H1.933a.933.933 0 0 0-.933.933v3.734c0 .515.418.933.933.933Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ve=function(e){return o.default.createElement("svg",i({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),_||(_=o.default.createElement("path",{d:"M14 8H2",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},ge=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),V||(V=o.default.createElement("path",{d:"M12 21V3m9 9H3",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},pe=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),H||(H=o.default.createElement("path",{d:"M5.03 14.095a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm6.97 8.03-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm8.03-6.97a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-7.28-13.28a.75.75 0 0 0-1.5 0h1.5Zm-8.78 13.28 7.5 7.5 1.06-1.06-7.5-7.5-1.06 1.06Zm8.56 7.5 7.5-7.5-1.06-1.06-7.5 7.5 1.06 1.06Zm-1.28-20.78v20.25h1.5V1.875h-1.5Z",fill:"#000"})))},ke=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),W||(W=o.default.createElement("path",{d:"M22.25 11.5H2M9.5 4 2 11.5m0 0L9.5 19",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ze=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),j||(j=o.default.createElement("path",{d:"M2.25 12H22.5M15 19.5l7.5-7.5m0 0L15 4.5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},xe=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),A||(A=o.default.createElement("path",{d:"M3.97 8.845a.75.75 0 0 0 1.06 1.06l-1.06-1.06ZM12 1.875l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm6.97 8.03a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-7.72 12.22a.75.75 0 0 0 1.5 0h-1.5ZM5.03 9.905l7.5-7.5-1.06-1.06-7.5 7.5 1.06 1.06Zm6.44-7.5 7.5 7.5 1.06-1.06-7.5-7.5-1.06 1.06Zm1.28 19.72V1.875h-1.5v20.25h1.5Z",fill:"#000"})))},Me=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),b||(b=o.default.createElement("path",{d:"M10 21.75a2.087 2.087 0 0 0 4.005 0M12 3a7.5 7.5 0 0 1 7.5 7.5c0 7.046 1.5 8.25 1.5 8.25H3s1.5-1.916 1.5-8.25A7.5 7.5 0 0 1 12 3Zm0 0V.75",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ee=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),y||(y=o.default.createElement("path",{d:"M7.25 1a.75.75 0 0 0-1.5 0h1.5Zm-1.5 5a.75.75 0 0 0 1.5 0h-1.5Zm12.5-5a.75.75 0 0 0-1.5 0h1.5Zm-1.5 5a.75.75 0 0 0 1.5 0h-1.5ZM2.5 23.25h19v-1.5h-19v1.5ZM5.75 1v5h1.5V1h-1.5Zm11 0v5h1.5V1h-1.5Zm4.75 1.75h-19v1.5h19v-1.5ZM.75 4.5v5h1.5v-5H.75Zm0 5v12h1.5v-12H.75Zm22.5 12v-12h-1.5v12h1.5Zm0-12v-5h-1.5v5h1.5Zm-.75-.75h-21v1.5h21v-1.5Zm-1-4.5a.25.25 0 0 1 .25.25h1.5a1.75 1.75 0 0 0-1.75-1.75v1.5Zm0 19a1.75 1.75 0 0 0 1.75-1.75h-1.5a.25.25 0 0 1-.25.25v1.5Zm-19-1.5a.25.25 0 0 1-.25-.25H.75c0 .966.784 1.75 1.75 1.75v-1.5Zm0-19A1.75 1.75 0 0 0 .75 4.5h1.5a.25.25 0 0 1 .25-.25v-1.5Z",fill:"#000"})))},Le=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),O||(O=o.default.createElement("path",{d:"m1.5 15 6 6 15-18",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Be=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),q||(q=o.default.createElement("path",{d:"m19 8.5-7 7-7-7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},_e=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),C||(C=o.default.createElement("path",{d:"m15 5-7 7 7 7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ve=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),P||(P=o.default.createElement("path",{d:"m9 19 7-7-7-7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},He=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),T||(T=o.default.createElement("path",{d:"m5 15.5 7-7 7 7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},We=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),I||(I=o.default.createElement("path",{d:"M5 19 19 5m0 14L5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},je=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),R||(R=o.default.createElement("path",{d:"M8.28 11.72a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM12 16.5l-.53.53a.75.75 0 0 0 1.06 0L12 16.5Zm4.78-3.72a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM12.75 3a.75.75 0 0 0-1.5 0h1.5ZM4 20.5A.75.75 0 0 0 4 22v-1.5ZM20 22a.75.75 0 0 0 0-1.5V22ZM7.22 12.78l4.25 4.25 1.06-1.06-4.25-4.25-1.06 1.06Zm5.31 4.25 4.25-4.25-1.06-1.06-4.25 4.25 1.06 1.06ZM11.25 3v13.5h1.5V3h-1.5ZM4 22h16v-1.5H4V22Z",fill:"#000"})))},Ae=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),z||(z=o.default.createElement("path",{d:"M11.997 15.118V3.25m-.646 16.765h1.31m.089 0c0 .438-.31.747-.753.747a.718.718 0 0 1-.747-.747c0-.442.31-.753.747-.753.443 0 .753.31.753.753Z",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},be=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),D||(D=o.default.createElement("path",{d:"M14.872 20.74h-1.125a2.249 2.249 0 0 1-2.248-2.248V10.87c0-.62-.504-1.124-1.125-1.124H9.25m.85-5.244h1.31m.09 0c0 .437-.31.747-.754.747A.718.718 0 0 1 10 4.502c0-.443.31-.753.747-.753.443 0 .753.31.753.753Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ye=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),F||(F=o.default.createElement("path",{d:"M17.5 17.5 23 23M18 9.5a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round"})))},Oe=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),G||(G=o.default.createElement("path",{d:"M8 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",fill:"#000"})))},qe=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),J||(J=o.default.createElement("path",{d:"M7.75 7.428c0-2.389 2.106-4.331 4.467-4.168 2.384.165 4.177 2.399 3.851 4.743a4.215 4.215 0 0 1-2.746 3.366c-1.743.616-1.393 2.672-1.393 4.131m-.577 4.5h1.31m.09 0c0 .437-.31.747-.754.747a.718.718 0 0 1-.747-.748c0-.442.31-.752.747-.752.443 0 .753.31.753.752Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ce=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),K||(K=o.default.createElement("path",{d:"M13.628 21.615a.75.75 0 1 0 .248 1.48l-.248-1.48ZM8 21.71l.633-.401-.127-.201-.22-.091L8 21.71ZM9.25 16a.75.75 0 0 0-1.5 0h1.5Zm-.75 6.5v.75a.75.75 0 0 0 .75-.75H8.5ZM2 21.75a.75.75 0 0 0 0 1.5v-1.5ZM2.25 12A9.75 9.75 0 0 1 12 2.25V.75C5.787.75.75 5.787.75 12h1.5ZM12 2.25A9.75 9.75 0 0 1 21.75 12h1.5C23.25 5.787 18.213.75 12 .75v1.5ZM21.75 12c0 4.83-3.512 8.84-8.122 9.615l.248 1.48c5.32-.894 9.374-5.52 9.374-11.095h-1.5ZM8.286 21.018A9.753 9.753 0 0 1 2.25 12H.75c0 4.697 2.878 8.72 6.964 10.405l.572-1.387ZM7.75 16v6.5h1.5V16h-1.5Zm.75 5.75H2v1.5h6.5v-1.5Zm-1.133.363.5.788 1.266-.802-.5-.79-1.266.804Z",fill:"#000"})))},Pe=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),N||(N=o.default.createElement("path",{d:"m9 7.5 3 3m0 0 3-3m-3 3V.75m7.5 19.5h-15m14-3h-1m-15.25 6h19.5a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-1.5-1.5H2.25a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 0 0 1.5 1.5Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Te=function(e){return o.default.createElement("svg",i({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Q||(Q=o.default.createElement("path",{d:"M21 12H3",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))};e.add=S,e.add_medium=ge,e.arrow_down=U,e.arrow_down_medium=pe,e.arrow_left=X,e.arrow_left_medium=ke,e.arrow_right=Y,e.arrow_right_medium=Ze,e.arrow_up=$,e.arrow_up_medium=xe,e.bell=ee,e.bell_medium=Me,e.calendar=te,e.calendar_medium=Ee,e.check=ne,e.check_medium=Le,e.chevron_down=re,e.chevron_down_medium=Be,e.chevron_left=oe,e.chevron_left_medium=_e,e.chevron_right=ie,e.chevron_right_medium=Ve,e.chevron_up=le,e.chevron_up_medium=He,e.close=ae,e.close_medium=We,e.download=he,e.download_medium=je,e.exclamation=de,e.exclamation_medium=Ae,e.information=me,e.information_medium=be,e.loupe=se,e.loupe_medium=ye,e.more=ue,e.more_medium=Oe,e.question=we,e.question_medium=qe,e.reset=ce,e.reset_medium=Ce,e.save=fe,e.save_medium=Pe,e.subtract=ve,e.subtract_medium=Te,Object.defineProperty(e,"__esModule",{value:!0})}));