@dnb/eufemia 9.22.0 → 9.23.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4193) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/cjs/components/Accordion.d.ts +3 -14
  3. package/cjs/components/Autocomplete.d.ts +3 -14
  4. package/cjs/components/Avatar.d.ts +3 -14
  5. package/cjs/components/Breadcrumb.d.ts +3 -14
  6. package/cjs/components/Button.d.ts +3 -14
  7. package/cjs/components/Checkbox.d.ts +3 -14
  8. package/cjs/components/DatePicker.d.ts +3 -14
  9. package/cjs/components/Dialog.d.ts +3 -0
  10. package/cjs/components/Dialog.js +52 -0
  11. package/cjs/components/Drawer.d.ts +3 -0
  12. package/cjs/components/Drawer.js +52 -0
  13. package/cjs/components/Dropdown.d.ts +3 -14
  14. package/cjs/components/FormLabel.d.ts +3 -14
  15. package/cjs/components/FormRow.d.ts +3 -14
  16. package/cjs/components/FormSet.d.ts +3 -14
  17. package/cjs/components/FormStatus.d.ts +3 -14
  18. package/cjs/components/GlobalError.d.ts +3 -14
  19. package/cjs/components/GlobalStatus.d.ts +3 -14
  20. package/cjs/components/Heading.d.ts +3 -14
  21. package/cjs/components/HelpButton.d.ts +3 -14
  22. package/cjs/components/Icon.d.ts +3 -14
  23. package/cjs/components/IconPrimary.d.ts +3 -14
  24. package/cjs/components/InfoCard.d.ts +3 -14
  25. package/cjs/components/Input.d.ts +3 -14
  26. package/cjs/components/InputMasked.d.ts +3 -14
  27. package/cjs/components/Logo.d.ts +3 -14
  28. package/cjs/components/Modal.d.ts +3 -14
  29. package/cjs/components/Number.d.ts +2 -8
  30. package/cjs/components/NumberFormat.d.ts +3 -14
  31. package/cjs/components/Pagination.d.ts +3 -14
  32. package/cjs/components/ProgressIndicator.d.ts +3 -14
  33. package/cjs/components/Radio.d.ts +3 -14
  34. package/cjs/components/Section.d.ts +3 -14
  35. package/cjs/components/Skeleton.d.ts +3 -14
  36. package/cjs/components/Slider.d.ts +3 -14
  37. package/cjs/components/Space.d.ts +3 -14
  38. package/cjs/components/StepIndicator.d.ts +3 -14
  39. package/cjs/components/Switch.d.ts +3 -14
  40. package/cjs/components/Tabs.d.ts +3 -14
  41. package/cjs/components/Tag.d.ts +3 -14
  42. package/cjs/components/Textarea.d.ts +3 -14
  43. package/cjs/components/Timeline.d.ts +3 -14
  44. package/cjs/components/ToggleButton.d.ts +3 -14
  45. package/cjs/components/Tooltip.d.ts +3 -14
  46. package/cjs/components/VisuallyHidden.d.ts +3 -14
  47. package/cjs/components/accordion/AccordionContext.d.ts +3 -0
  48. package/cjs/components/accordion/AccordionPropTypes.d.ts +78 -0
  49. package/cjs/components/accordion/AccordionProviderContext.d.ts +3 -0
  50. package/cjs/components/accordion/group/web-component.d.ts +1 -0
  51. package/cjs/components/accordion/index.d.ts +3 -8
  52. package/cjs/components/accordion/style/index.d.ts +1 -6
  53. package/cjs/components/accordion/style/themes/ui.d.ts +1 -0
  54. package/cjs/components/accordion/style.d.ts +1 -0
  55. package/cjs/components/accordion/web-component.d.ts +3 -0
  56. package/cjs/components/autocomplete/index.d.ts +3 -8
  57. package/cjs/components/autocomplete/style/index.d.ts +1 -6
  58. package/cjs/components/autocomplete/style/themes/ui.d.ts +1 -0
  59. package/cjs/components/autocomplete/style.d.ts +1 -0
  60. package/cjs/components/autocomplete/web-component.d.ts +3 -0
  61. package/cjs/components/avatar/Avatar.d.ts +65 -0
  62. package/cjs/components/avatar/AvatarGroup.d.ts +58 -0
  63. package/cjs/components/avatar/index.d.ts +3 -8
  64. package/cjs/components/avatar/style/themes/ui.d.ts +1 -0
  65. package/cjs/components/avatar/style.d.ts +1 -0
  66. package/cjs/components/breadcrumb/Breadcrumb.d.ts +104 -0
  67. package/cjs/components/breadcrumb/BreadcrumbItem.d.ts +37 -0
  68. package/cjs/components/breadcrumb/index.d.ts +3 -8
  69. package/cjs/components/breadcrumb/style/index.d.ts +1 -6
  70. package/cjs/components/breadcrumb/style.d.ts +1 -0
  71. package/cjs/components/button/index.d.ts +3 -8
  72. package/cjs/components/button/style/index.d.ts +1 -6
  73. package/cjs/components/button/style/themes/ui.d.ts +1 -0
  74. package/cjs/components/button/style.d.ts +1 -0
  75. package/cjs/components/button/web-component.d.ts +3 -0
  76. package/cjs/components/checkbox/index.d.ts +3 -8
  77. package/cjs/components/checkbox/style/index.d.ts +1 -6
  78. package/cjs/components/checkbox/style/themes/ui.d.ts +1 -0
  79. package/cjs/components/checkbox/style.d.ts +1 -0
  80. package/cjs/components/checkbox/web-component.d.ts +3 -0
  81. package/cjs/components/date-picker/DatePickerCalc.d.ts +37 -0
  82. package/cjs/components/date-picker/DatePickerContext.d.ts +3 -0
  83. package/cjs/components/date-picker/index.d.ts +3 -8
  84. package/cjs/components/date-picker/style/index.d.ts +1 -6
  85. package/cjs/components/date-picker/style/themes/ui.d.ts +1 -0
  86. package/cjs/components/date-picker/style.d.ts +1 -0
  87. package/cjs/components/date-picker/web-component.d.ts +3 -0
  88. package/cjs/components/dialog/Dialog.d.ts +12 -0
  89. package/cjs/components/dialog/Dialog.js +169 -0
  90. package/cjs/components/dialog/DialogContent.d.ts +7 -0
  91. package/cjs/components/dialog/DialogContent.js +146 -0
  92. package/cjs/components/dialog/index.d.ts +1 -0
  93. package/cjs/components/dialog/index.js +52 -0
  94. package/cjs/components/dialog/parts/DialogBody.d.ts +15 -0
  95. package/cjs/components/dialog/parts/DialogBody.js +42 -0
  96. package/cjs/components/dialog/parts/DialogHeader.d.ts +8 -0
  97. package/cjs/components/dialog/parts/DialogHeader.js +45 -0
  98. package/cjs/components/dialog/parts/DialogNavigation.d.ts +4 -0
  99. package/cjs/components/dialog/parts/DialogNavigation.js +40 -0
  100. package/cjs/components/dialog/style/_dialog.scss +188 -0
  101. package/cjs/components/dialog/style/dnb-dialog.css +429 -0
  102. package/cjs/components/dialog/style/dnb-dialog.min.css +1 -0
  103. package/cjs/components/dialog/style/dnb-dialog.scss +15 -0
  104. package/cjs/components/dialog/style/index.d.ts +1 -0
  105. package/cjs/components/dialog/style/index.js +3 -0
  106. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.css +17 -0
  107. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -0
  108. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.scss +17 -0
  109. package/cjs/components/dialog/style/themes/ui.d.ts +1 -0
  110. package/cjs/components/dialog/style/themes/ui.js +3 -0
  111. package/cjs/components/dialog/style.d.ts +1 -0
  112. package/cjs/components/dialog/style.js +3 -0
  113. package/cjs/components/dialog/types.d.ts +60 -0
  114. package/cjs/components/dialog/types.js +1 -0
  115. package/cjs/components/drawer/Drawer.d.ts +12 -0
  116. package/cjs/components/drawer/Drawer.js +172 -0
  117. package/cjs/components/drawer/DrawerContent.d.ts +7 -0
  118. package/cjs/components/drawer/DrawerContent.js +148 -0
  119. package/cjs/components/drawer/helpers.d.ts +5 -0
  120. package/cjs/components/drawer/helpers.js +40 -0
  121. package/cjs/components/drawer/index.d.ts +3 -0
  122. package/cjs/components/drawer/index.js +52 -0
  123. package/cjs/components/drawer/parts/DrawerBody.d.ts +15 -0
  124. package/cjs/components/drawer/parts/DrawerBody.js +42 -0
  125. package/cjs/components/drawer/parts/DrawerHeader.d.ts +8 -0
  126. package/cjs/components/drawer/parts/DrawerHeader.js +45 -0
  127. package/cjs/components/drawer/parts/DrawerNavigation.d.ts +4 -0
  128. package/cjs/components/drawer/parts/DrawerNavigation.js +41 -0
  129. package/cjs/components/drawer/style/_drawer.scss +265 -0
  130. package/cjs/components/drawer/style/dnb-drawer.css +515 -0
  131. package/cjs/components/drawer/style/dnb-drawer.min.css +1 -0
  132. package/cjs/components/drawer/style/dnb-drawer.scss +15 -0
  133. package/cjs/components/drawer/style/index.d.ts +1 -0
  134. package/cjs/components/drawer/style/index.js +3 -0
  135. package/cjs/components/drawer/style/themes/dnb-drawer-theme-ui.css +17 -0
  136. package/cjs/components/drawer/style/themes/dnb-drawer-theme-ui.min.css +1 -0
  137. package/cjs/components/drawer/style/themes/dnb-drawer-theme-ui.scss +17 -0
  138. package/cjs/components/drawer/style/themes/ui.d.ts +1 -0
  139. package/cjs/components/drawer/style/themes/ui.js +3 -0
  140. package/cjs/components/drawer/style.d.ts +1 -0
  141. package/cjs/components/drawer/style.js +3 -0
  142. package/cjs/components/drawer/types.d.ts +68 -0
  143. package/cjs/components/drawer/types.js +1 -0
  144. package/cjs/components/dropdown/index.d.ts +3 -8
  145. package/cjs/components/dropdown/style/index.d.ts +1 -6
  146. package/cjs/components/dropdown/style/themes/ui.d.ts +1 -0
  147. package/cjs/components/dropdown/style.d.ts +1 -0
  148. package/cjs/components/dropdown/web-component.d.ts +3 -0
  149. package/cjs/components/form-label/index.d.ts +3 -8
  150. package/cjs/components/form-label/style/index.d.ts +1 -6
  151. package/cjs/components/form-label/style/themes/ui.d.ts +1 -0
  152. package/cjs/components/form-label/style.d.ts +1 -0
  153. package/cjs/components/form-label/web-component.d.ts +3 -0
  154. package/cjs/components/form-row/index.d.ts +3 -8
  155. package/cjs/components/form-row/style/index.d.ts +1 -6
  156. package/cjs/components/form-row/style/themes/ui.d.ts +1 -0
  157. package/cjs/components/form-row/style.d.ts +1 -0
  158. package/cjs/components/form-row/web-component.d.ts +3 -0
  159. package/cjs/components/form-set/index.d.ts +3 -8
  160. package/cjs/components/form-set/style/index.d.ts +1 -6
  161. package/cjs/components/form-set/style/themes/ui.d.ts +1 -0
  162. package/cjs/components/form-set/style.d.ts +1 -0
  163. package/cjs/components/form-set/web-component.d.ts +3 -0
  164. package/cjs/components/form-status/index.d.ts +3 -8
  165. package/cjs/components/form-status/style/index.d.ts +1 -6
  166. package/cjs/components/form-status/style/themes/ui.d.ts +1 -0
  167. package/cjs/components/form-status/style.d.ts +1 -0
  168. package/cjs/components/form-status/web-component.d.ts +3 -0
  169. package/cjs/components/global-error/index.d.ts +3 -8
  170. package/cjs/components/global-error/style/index.d.ts +1 -6
  171. package/cjs/components/global-error/style/themes/ui.d.ts +1 -0
  172. package/cjs/components/global-error/style.d.ts +1 -0
  173. package/cjs/components/global-error/web-component.d.ts +3 -0
  174. package/cjs/components/global-status/AnimationHelper.d.ts +12 -0
  175. package/cjs/components/global-status/GlobalStatusProvider.d.ts +34 -0
  176. package/cjs/components/global-status/GlobalStatusProvider.js +152 -150
  177. package/cjs/components/global-status/index.d.ts +3 -8
  178. package/cjs/components/global-status/style/index.d.ts +1 -6
  179. package/cjs/components/global-status/style/themes/ui.d.ts +1 -0
  180. package/cjs/components/global-status/style.d.ts +1 -0
  181. package/cjs/components/global-status/web-component.d.ts +3 -0
  182. package/cjs/components/heading/HeadingContext.d.ts +5 -0
  183. package/cjs/components/heading/HeadingCounter.d.ts +42 -0
  184. package/cjs/components/heading/HeadingHelpers.d.ts +27 -0
  185. package/cjs/components/heading/index.d.ts +3 -8
  186. package/cjs/components/heading/style/index.d.ts +1 -6
  187. package/cjs/components/heading/style.d.ts +1 -0
  188. package/cjs/components/heading/web-component.d.ts +3 -0
  189. package/cjs/components/help-button/index.d.ts +3 -8
  190. package/cjs/components/help-button/style/index.d.ts +1 -6
  191. package/cjs/components/help-button/style/themes/ui.d.ts +1 -0
  192. package/cjs/components/help-button/style.d.ts +1 -0
  193. package/cjs/components/help-button/web-component.d.ts +3 -0
  194. package/cjs/components/icon/IconPrimary.d.ts +3 -0
  195. package/cjs/components/icon/index.d.ts +3 -8
  196. package/cjs/components/icon/lib/SvgComparison.d.ts +2 -0
  197. package/cjs/components/icon/lib/index.d.ts +1 -5
  198. package/cjs/components/icon/style/index.d.ts +1 -6
  199. package/cjs/components/icon/style.d.ts +1 -0
  200. package/cjs/components/icon/web-component.d.ts +3 -0
  201. package/cjs/components/icon-primary/index.d.ts +3 -8
  202. package/cjs/components/icon-primary/style.d.ts +1 -0
  203. package/cjs/components/icon-primary/web-component.d.ts +3 -0
  204. package/cjs/components/index.d.ts +43 -96
  205. package/cjs/components/index.js +16 -0
  206. package/cjs/components/info-card/InfoCard.d.ts +101 -0
  207. package/cjs/components/info-card/style.d.ts +1 -0
  208. package/cjs/components/input/index.d.ts +1 -6
  209. package/cjs/components/input/style/index.d.ts +1 -6
  210. package/cjs/components/input/style/themes/ui.d.ts +1 -0
  211. package/cjs/components/input/style.d.ts +1 -0
  212. package/cjs/components/input/web-component.d.ts +3 -0
  213. package/cjs/components/input-masked/InputMaskedContext.d.ts +3 -0
  214. package/cjs/components/input-masked/InputMaskedElement.d.ts +1 -0
  215. package/cjs/components/input-masked/InputMaskedHooks.d.ts +32 -0
  216. package/cjs/components/input-masked/InputMaskedUtils.d.ts +37 -0
  217. package/cjs/components/input-masked/addons/createNumberMask.d.ts +15 -0
  218. package/cjs/components/input-masked/addons/emailMask.d.ts +7 -0
  219. package/cjs/components/input-masked/addons/emailPipe.d.ts +1 -0
  220. package/cjs/components/input-masked/index.d.ts +3 -8
  221. package/cjs/components/input-masked/style/index.d.ts +1 -6
  222. package/cjs/components/input-masked/style.d.ts +1 -0
  223. package/cjs/components/input-masked/text-mask/adjustCaretPosition.d.ts +11 -0
  224. package/cjs/components/input-masked/text-mask/conformToMask.d.ts +6 -0
  225. package/cjs/components/input-masked/text-mask/constants.d.ts +2 -0
  226. package/cjs/components/input-masked/text-mask/createTextMaskInputElement.d.ts +8 -0
  227. package/cjs/components/input-masked/text-mask/utilities.d.ts +9 -0
  228. package/cjs/components/input-masked/web-component.d.ts +3 -0
  229. package/cjs/components/lib.d.ts +100 -0
  230. package/cjs/components/lib.js +18 -0
  231. package/cjs/components/logo/index.d.ts +3 -8
  232. package/cjs/components/logo/style/index.d.ts +1 -6
  233. package/cjs/components/logo/style.d.ts +1 -0
  234. package/cjs/components/logo/web-component.d.ts +3 -0
  235. package/cjs/components/modal/Modal.d.ts +136 -0
  236. package/cjs/components/modal/Modal.js +22 -19
  237. package/cjs/components/modal/ModalContent.d.ts +54 -0
  238. package/cjs/components/modal/ModalContent.js +48 -60
  239. package/cjs/components/modal/ModalContext.d.ts +22 -0
  240. package/cjs/components/modal/ModalContext.js +16 -1
  241. package/cjs/components/modal/ModalRoot.d.ts +39 -0
  242. package/cjs/components/modal/bodyScrollLock.d.ts +3 -0
  243. package/cjs/components/modal/helpers.d.ts +5 -0
  244. package/cjs/components/modal/helpers.js +11 -0
  245. package/cjs/components/modal/index.d.ts +3 -8
  246. package/cjs/components/modal/parts/CloseButton.d.ts +39 -0
  247. package/cjs/components/modal/{components → parts}/CloseButton.js +0 -0
  248. package/cjs/components/modal/parts/ModalHeader.d.ts +48 -0
  249. package/cjs/components/modal/parts/ModalHeader.js +128 -0
  250. package/cjs/components/modal/parts/ModalHeaderBar.d.ts +50 -0
  251. package/cjs/components/modal/parts/ModalHeaderBar.js +197 -0
  252. package/cjs/components/modal/parts/ModalInner.d.ts +32 -0
  253. package/cjs/components/modal/parts/ModalInner.js +119 -0
  254. package/cjs/components/modal/style/_modal.scss +25 -342
  255. package/cjs/components/modal/style/dnb-modal.css +677 -366
  256. package/cjs/components/modal/style/dnb-modal.min.css +1 -1
  257. package/cjs/components/modal/style/dnb-modal.scss +2 -0
  258. package/cjs/components/modal/style/index.d.ts +1 -6
  259. package/cjs/components/modal/style/themes/dnb-modal-theme-ui.css +0 -4
  260. package/cjs/components/modal/style/themes/dnb-modal-theme-ui.min.css +1 -1
  261. package/cjs/components/modal/style/themes/dnb-modal-theme-ui.scss +0 -18
  262. package/cjs/components/modal/style/themes/ui.d.ts +1 -0
  263. package/cjs/components/modal/style.d.ts +1 -0
  264. package/cjs/components/modal/types.d.ts +284 -0
  265. package/cjs/components/modal/web-component.d.ts +3 -0
  266. package/cjs/components/number-format/index.d.ts +3 -8
  267. package/cjs/components/number-format/style/index.d.ts +1 -6
  268. package/cjs/components/number-format/style.d.ts +1 -0
  269. package/cjs/components/number-format/web-component.d.ts +3 -0
  270. package/cjs/components/pagination/InfinityScroller.d.ts +1 -0
  271. package/cjs/components/pagination/PaginationCalculation.d.ts +6 -0
  272. package/cjs/components/pagination/PaginationContext.d.ts +5 -0
  273. package/cjs/components/pagination/index.d.ts +3 -8
  274. package/cjs/components/pagination/style/index.d.ts +1 -6
  275. package/cjs/components/pagination/style/themes/ui.d.ts +1 -0
  276. package/cjs/components/pagination/style.d.ts +1 -0
  277. package/cjs/components/pagination/web-component.d.ts +3 -0
  278. package/cjs/components/progress-indicator/index.d.ts +3 -8
  279. package/cjs/components/progress-indicator/style/index.d.ts +1 -6
  280. package/cjs/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.css +15 -0
  281. package/cjs/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.min.css +1 -1
  282. package/cjs/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.scss +17 -0
  283. package/cjs/components/progress-indicator/style/themes/ui.d.ts +1 -0
  284. package/cjs/components/progress-indicator/style.d.ts +1 -0
  285. package/cjs/components/progress-indicator/web-component.d.ts +3 -0
  286. package/cjs/components/radio/RadioGroupContext.d.ts +3 -0
  287. package/cjs/components/radio/group/web-component.d.ts +3 -0
  288. package/cjs/components/radio/index.d.ts +3 -8
  289. package/cjs/components/radio/style/index.d.ts +1 -6
  290. package/cjs/components/radio/style/themes/ui.d.ts +1 -0
  291. package/cjs/components/radio/style.d.ts +1 -0
  292. package/cjs/components/radio/web-component.d.ts +3 -0
  293. package/cjs/components/section/Section.d.ts +0 -5
  294. package/cjs/components/section/index.d.ts +3 -8
  295. package/cjs/components/section/style/index.d.ts +1 -6
  296. package/cjs/components/section/style/themes/ui.d.ts +1 -0
  297. package/cjs/components/section/style.d.ts +1 -0
  298. package/cjs/components/section/web-component.d.ts +3 -0
  299. package/cjs/components/skeleton/figures/index.d.ts +5 -11
  300. package/cjs/components/skeleton/index.d.ts +3 -8
  301. package/cjs/components/skeleton/style/index.d.ts +1 -6
  302. package/cjs/components/skeleton/style/themes/brand.d.ts +1 -0
  303. package/cjs/components/skeleton/style/themes/norway.d.ts +1 -0
  304. package/cjs/components/skeleton/style/themes/rainbow.d.ts +1 -0
  305. package/cjs/components/skeleton/style/themes/ui.d.ts +1 -0
  306. package/cjs/components/skeleton/style.d.ts +1 -0
  307. package/cjs/components/skeleton/web-component.d.ts +3 -0
  308. package/cjs/components/slider/index.d.ts +3 -8
  309. package/cjs/components/slider/style/index.d.ts +1 -6
  310. package/cjs/components/slider/style/themes/ui.d.ts +1 -0
  311. package/cjs/components/slider/style.d.ts +1 -0
  312. package/cjs/components/slider/web-component.d.ts +3 -0
  313. package/cjs/components/space/SpacingHelper.d.ts +52 -0
  314. package/cjs/components/space/index.d.ts +3 -8
  315. package/cjs/components/space/style/index.d.ts +1 -6
  316. package/cjs/components/space/style/themes/ui.d.ts +1 -0
  317. package/cjs/components/space/style.d.ts +1 -0
  318. package/cjs/components/space/web-component.d.ts +3 -0
  319. package/cjs/components/step-indicator/StepIndicatorItem-v1.d.ts +3 -0
  320. package/cjs/components/step-indicator/StepIndicatorList.d.ts +7 -0
  321. package/cjs/components/step-indicator/StepIndicatorModal.d.ts +9 -0
  322. package/cjs/components/step-indicator/StepIndicatorProps.d.ts +65 -0
  323. package/cjs/components/step-indicator/index.d.ts +3 -8
  324. package/cjs/components/step-indicator/style/index.d.ts +1 -6
  325. package/cjs/components/step-indicator/style/themes/ui.d.ts +1 -0
  326. package/cjs/components/step-indicator/style.d.ts +1 -0
  327. package/cjs/components/step-indicator/web-component.d.ts +3 -0
  328. package/cjs/components/style/index.d.ts +1 -6
  329. package/cjs/components/switch/index.d.ts +3 -8
  330. package/cjs/components/switch/style/index.d.ts +1 -6
  331. package/cjs/components/switch/style/themes/ui.d.ts +1 -0
  332. package/cjs/components/switch/style.d.ts +1 -0
  333. package/cjs/components/switch/web-component.d.ts +3 -0
  334. package/cjs/components/tabs/index.d.ts +3 -8
  335. package/cjs/components/tabs/style/index.d.ts +1 -6
  336. package/cjs/components/tabs/style/themes/ui.d.ts +1 -0
  337. package/cjs/components/tabs/style.d.ts +1 -0
  338. package/cjs/components/tabs/web-component.d.ts +3 -0
  339. package/cjs/components/tag/Tag.d.ts +61 -0
  340. package/cjs/components/tag/TagContext.d.ts +2 -0
  341. package/cjs/components/tag/TagGroup.d.ts +26 -0
  342. package/cjs/components/tag/index.d.ts +3 -8
  343. package/cjs/components/tag/style/index.d.ts +1 -6
  344. package/cjs/components/tag/style.d.ts +1 -0
  345. package/cjs/components/textarea/index.d.ts +1 -6
  346. package/cjs/components/textarea/style/index.d.ts +1 -6
  347. package/cjs/components/textarea/style/themes/ui.d.ts +1 -0
  348. package/cjs/components/textarea/style.d.ts +1 -0
  349. package/cjs/components/textarea/web-component.d.ts +3 -0
  350. package/cjs/components/timeline/Timeline.d.ts +38 -0
  351. package/cjs/components/timeline/TimelineItem.d.ts +39 -0
  352. package/cjs/components/timeline/index.d.ts +3 -8
  353. package/cjs/components/timeline/style/index.d.ts +1 -6
  354. package/cjs/components/timeline/style/themes/ui.d.ts +1 -0
  355. package/cjs/components/timeline/style.d.ts +1 -0
  356. package/cjs/components/toggle-button/ToggleButtonGroupContext.d.ts +3 -0
  357. package/cjs/components/toggle-button/group/web-component.d.ts +3 -0
  358. package/cjs/components/toggle-button/index.d.ts +3 -8
  359. package/cjs/components/toggle-button/style/index.d.ts +1 -6
  360. package/cjs/components/toggle-button/style/themes/ui.d.ts +1 -0
  361. package/cjs/components/toggle-button/style.d.ts +1 -0
  362. package/cjs/components/toggle-button/web-component.d.ts +3 -0
  363. package/cjs/components/tooltip/TooltipHelpers.d.ts +1 -0
  364. package/cjs/components/tooltip/index.d.ts +3 -8
  365. package/cjs/components/tooltip/style/index.d.ts +1 -6
  366. package/cjs/components/tooltip/style/themes/ui.d.ts +1 -0
  367. package/cjs/components/tooltip/style.d.ts +1 -0
  368. package/cjs/components/tooltip/web-component.d.ts +3 -0
  369. package/cjs/components/visually-hidden/VisuallyHidden.d.ts +31 -0
  370. package/cjs/components/visually-hidden/index.d.ts +3 -8
  371. package/cjs/components/visually-hidden/style/index.d.ts +1 -6
  372. package/cjs/components/visually-hidden/style.d.ts +1 -0
  373. package/cjs/components/vue.d.ts +6 -0
  374. package/cjs/components/web-components.d.ts +1 -0
  375. package/cjs/elements/Ingress.d.ts +5 -0
  376. package/cjs/elements/Link.d.ts +2 -0
  377. package/cjs/elements/Paragraph.d.ts +5 -0
  378. package/cjs/elements/index.d.ts +30 -74
  379. package/cjs/elements/lib.d.ts +71 -0
  380. package/cjs/esm/dnb-ui-basis.d.ts +1 -0
  381. package/cjs/esm/dnb-ui-components.d.ts +1 -0
  382. package/cjs/esm/dnb-ui-elements.d.ts +1 -0
  383. package/cjs/esm/dnb-ui-extensions.d.ts +1 -0
  384. package/cjs/esm/dnb-ui-icons-archive.d.ts +1 -0
  385. package/cjs/esm/dnb-ui-icons.d.ts +2 -0
  386. package/cjs/esm/dnb-ui-lib.d.ts +2 -0
  387. package/cjs/esm/dnb-ui-web-components.d.ts +1 -0
  388. package/cjs/extensions/index.d.ts +2 -16
  389. package/cjs/extensions/lib.d.ts +6 -0
  390. package/cjs/extensions/payment-card/icons/index.d.ts +15 -98
  391. package/cjs/extensions/payment-card/index.d.ts +3 -8
  392. package/cjs/extensions/payment-card/style/index.d.ts +1 -6
  393. package/cjs/extensions/payment-card/style/themes/ui.d.ts +1 -0
  394. package/cjs/extensions/payment-card/style.d.ts +1 -0
  395. package/cjs/extensions/payment-card/utils/CardDesigns.d.ts +242 -0
  396. package/cjs/extensions/payment-card/utils/Types.d.ts +91 -0
  397. package/cjs/extensions/payment-card/utils/cardProducts.d.ts +18 -0
  398. package/cjs/extensions/payment-card/web-component.d.ts +3 -0
  399. package/cjs/extensions/style/index.d.ts +1 -6
  400. package/cjs/extensions/vue.d.ts +6 -0
  401. package/cjs/extensions/web-components.d.ts +1 -0
  402. package/cjs/fragments/DrawerList.d.ts +3 -14
  403. package/cjs/fragments/ScrollView.d.ts +3 -14
  404. package/cjs/fragments/drawer-list/DrawerListContext.d.ts +3 -0
  405. package/cjs/fragments/drawer-list/DrawerListHelpers.d.ts +141 -0
  406. package/cjs/fragments/drawer-list/index.d.ts +3 -8
  407. package/cjs/fragments/drawer-list/style/index.d.ts +1 -6
  408. package/cjs/fragments/drawer-list/style/themes/ui.d.ts +1 -0
  409. package/cjs/fragments/drawer-list/style.d.ts +1 -0
  410. package/cjs/fragments/drawer-list/web-component.d.ts +3 -0
  411. package/cjs/fragments/index.d.ts +3 -17
  412. package/cjs/fragments/lib.d.ts +12 -0
  413. package/cjs/fragments/scroll-view/ScrollView.d.ts +14 -0
  414. package/cjs/fragments/scroll-view/index.d.ts +3 -8
  415. package/cjs/fragments/scroll-view/style/index.d.ts +1 -6
  416. package/cjs/fragments/scroll-view/style/themes/ui.d.ts +1 -0
  417. package/cjs/fragments/scroll-view/style.d.ts +1 -0
  418. package/cjs/fragments/scroll-view/web-component.d.ts +3 -0
  419. package/cjs/icons/above_the_line.d.ts +2 -0
  420. package/cjs/icons/above_the_line_medium.d.ts +2 -0
  421. package/cjs/icons/account.d.ts +2 -0
  422. package/cjs/icons/account_card.d.ts +2 -0
  423. package/cjs/icons/account_card_medium.d.ts +2 -0
  424. package/cjs/icons/account_in.d.ts +2 -0
  425. package/cjs/icons/account_in_medium.d.ts +2 -0
  426. package/cjs/icons/account_medium.d.ts +2 -0
  427. package/cjs/icons/account_out.d.ts +2 -0
  428. package/cjs/icons/account_out_medium.d.ts +2 -0
  429. package/cjs/icons/account_percent.d.ts +2 -0
  430. package/cjs/icons/add.d.ts +2 -0
  431. package/cjs/icons/add_circled.d.ts +2 -0
  432. package/cjs/icons/add_circled_medium.d.ts +2 -0
  433. package/cjs/icons/add_medium.d.ts +2 -0
  434. package/cjs/icons/ainvoice.d.ts +2 -0
  435. package/cjs/icons/ainvoice_medium.d.ts +2 -0
  436. package/cjs/icons/ambulance.d.ts +2 -0
  437. package/cjs/icons/ambulance_medium.d.ts +2 -0
  438. package/cjs/icons/animal_print.d.ts +2 -0
  439. package/cjs/icons/animal_print_medium.d.ts +2 -0
  440. package/cjs/icons/apple_watch.d.ts +2 -0
  441. package/cjs/icons/apple_watch_medium.d.ts +2 -0
  442. package/cjs/icons/arrow_down.d.ts +2 -0
  443. package/cjs/icons/arrow_down_medium.d.ts +2 -0
  444. package/cjs/icons/arrow_left.d.ts +2 -0
  445. package/cjs/icons/arrow_left_medium.d.ts +2 -0
  446. package/cjs/icons/arrow_right.d.ts +2 -0
  447. package/cjs/icons/arrow_right_medium.d.ts +2 -0
  448. package/cjs/icons/arrow_up.d.ts +2 -0
  449. package/cjs/icons/arrow_up_medium.d.ts +2 -0
  450. package/cjs/icons/attachment.d.ts +2 -0
  451. package/cjs/icons/attachment_medium.d.ts +2 -0
  452. package/cjs/icons/baby.d.ts +2 -0
  453. package/cjs/icons/baby_medium.d.ts +2 -0
  454. package/cjs/icons/bandage.d.ts +2 -0
  455. package/cjs/icons/bandage_medium.d.ts +2 -0
  456. package/cjs/icons/bank.d.ts +2 -0
  457. package/cjs/icons/bank_medium.d.ts +2 -0
  458. package/cjs/icons/bankid.d.ts +2 -0
  459. package/cjs/icons/bankid_medium.d.ts +2 -0
  460. package/cjs/icons/bankid_mobile.d.ts +2 -0
  461. package/cjs/icons/bankid_mobile_medium.d.ts +2 -0
  462. package/cjs/icons/bankid_qr.d.ts +2 -0
  463. package/cjs/icons/bankid_qr_medium.d.ts +2 -0
  464. package/cjs/icons/bell.d.ts +2 -0
  465. package/cjs/icons/bell_medium.d.ts +2 -0
  466. package/cjs/icons/bicycle.d.ts +2 -0
  467. package/cjs/icons/bicycle_medium.d.ts +2 -0
  468. package/cjs/icons/boat.d.ts +2 -0
  469. package/cjs/icons/boat_medium.d.ts +2 -0
  470. package/cjs/icons/bowling.d.ts +2 -0
  471. package/cjs/icons/bowling_medium.d.ts +2 -0
  472. package/cjs/icons/brickwall.d.ts +2 -0
  473. package/cjs/icons/brickwall_medium.d.ts +2 -0
  474. package/cjs/icons/broken_chain.d.ts +2 -0
  475. package/cjs/icons/broken_chain_medium.d.ts +2 -0
  476. package/cjs/icons/brush.d.ts +2 -0
  477. package/cjs/icons/brush_medium.d.ts +2 -0
  478. package/cjs/icons/bsu.d.ts +2 -0
  479. package/cjs/icons/bsu_medium.d.ts +2 -0
  480. package/cjs/icons/bubble.d.ts +2 -0
  481. package/cjs/icons/bubble_medium.d.ts +2 -0
  482. package/cjs/icons/building_construction.d.ts +2 -0
  483. package/cjs/icons/building_construction_medium.d.ts +2 -0
  484. package/cjs/icons/calculator.d.ts +2 -0
  485. package/cjs/icons/calculator_medium.d.ts +2 -0
  486. package/cjs/icons/calendar.d.ts +2 -0
  487. package/cjs/icons/calendar_medium.d.ts +2 -0
  488. package/cjs/icons/camera.d.ts +2 -0
  489. package/cjs/icons/camera_medium.d.ts +2 -0
  490. package/cjs/icons/camper_trailer.d.ts +2 -0
  491. package/cjs/icons/camper_trailer_medium.d.ts +2 -0
  492. package/cjs/icons/car_1.d.ts +2 -0
  493. package/cjs/icons/car_1_medium.d.ts +2 -0
  494. package/cjs/icons/car_2.d.ts +2 -0
  495. package/cjs/icons/car_2_medium.d.ts +2 -0
  496. package/cjs/icons/caravan.d.ts +2 -0
  497. package/cjs/icons/caravan_medium.d.ts +2 -0
  498. package/cjs/icons/card.d.ts +2 -0
  499. package/cjs/icons/card_in.d.ts +2 -0
  500. package/cjs/icons/card_in_medium.d.ts +2 -0
  501. package/cjs/icons/card_medium.d.ts +2 -0
  502. package/cjs/icons/card_out.d.ts +2 -0
  503. package/cjs/icons/card_out_medium.d.ts +2 -0
  504. package/cjs/icons/card_with_padlock.d.ts +2 -0
  505. package/cjs/icons/card_with_padlock_medium.d.ts +2 -0
  506. package/cjs/icons/cat.d.ts +2 -0
  507. package/cjs/icons/cat_medium.d.ts +2 -0
  508. package/cjs/icons/chain.d.ts +2 -0
  509. package/cjs/icons/chain_medium.d.ts +2 -0
  510. package/cjs/icons/charger.d.ts +2 -0
  511. package/cjs/icons/charger_medium.d.ts +2 -0
  512. package/cjs/icons/chat.d.ts +2 -0
  513. package/cjs/icons/chat_medium.d.ts +2 -0
  514. package/cjs/icons/chatbot.d.ts +2 -0
  515. package/cjs/icons/chatbot_medium.d.ts +2 -0
  516. package/cjs/icons/check.d.ts +2 -0
  517. package/cjs/icons/check_medium.d.ts +2 -0
  518. package/cjs/icons/chevron_down.d.ts +2 -0
  519. package/cjs/icons/chevron_down_medium.d.ts +2 -0
  520. package/cjs/icons/chevron_left.d.ts +2 -0
  521. package/cjs/icons/chevron_left_medium.d.ts +2 -0
  522. package/cjs/icons/chevron_right.d.ts +2 -0
  523. package/cjs/icons/chevron_right_medium.d.ts +2 -0
  524. package/cjs/icons/chevron_up.d.ts +2 -0
  525. package/cjs/icons/chevron_up_medium.d.ts +2 -0
  526. package/cjs/icons/chip.d.ts +2 -0
  527. package/cjs/icons/chip_medium.d.ts +2 -0
  528. package/cjs/icons/clock.d.ts +2 -0
  529. package/cjs/icons/clock_medium.d.ts +2 -0
  530. package/cjs/icons/close.d.ts +2 -0
  531. package/cjs/icons/close_medium.d.ts +2 -0
  532. package/cjs/icons/cloud.d.ts +2 -0
  533. package/cjs/icons/cloud_download.d.ts +2 -0
  534. package/cjs/icons/cloud_download_medium.d.ts +2 -0
  535. package/cjs/icons/cloud_medium.d.ts +2 -0
  536. package/cjs/icons/cloud_rain.d.ts +2 -0
  537. package/cjs/icons/cloud_rain_medium.d.ts +2 -0
  538. package/cjs/icons/cloud_sync.d.ts +2 -0
  539. package/cjs/icons/cloud_sync_medium.d.ts +2 -0
  540. package/cjs/icons/cloud_transfer.d.ts +2 -0
  541. package/cjs/icons/cloud_transfer_medium.d.ts +2 -0
  542. package/cjs/icons/cloud_upload.d.ts +2 -0
  543. package/cjs/icons/cloud_upload_medium.d.ts +2 -0
  544. package/cjs/icons/cog.d.ts +2 -0
  545. package/cjs/icons/cog_medium.d.ts +2 -0
  546. package/cjs/icons/coins_1.d.ts +2 -0
  547. package/cjs/icons/coins_1_medium.d.ts +2 -0
  548. package/cjs/icons/coins_2.d.ts +2 -0
  549. package/cjs/icons/coins_2_medium.d.ts +2 -0
  550. package/cjs/icons/coins_3.d.ts +2 -0
  551. package/cjs/icons/coins_3_medium.d.ts +2 -0
  552. package/cjs/icons/compose.d.ts +2 -0
  553. package/cjs/icons/compose_medium.d.ts +2 -0
  554. package/cjs/icons/confetti.d.ts +2 -0
  555. package/cjs/icons/confetti_medium.d.ts +2 -0
  556. package/cjs/icons/contacts.d.ts +2 -0
  557. package/cjs/icons/contacts_medium.d.ts +2 -0
  558. package/cjs/icons/cookie.d.ts +2 -0
  559. package/cjs/icons/cookie_medium.d.ts +2 -0
  560. package/cjs/icons/copy.d.ts +2 -0
  561. package/cjs/icons/copy_medium.d.ts +2 -0
  562. package/cjs/icons/credit_note.d.ts +2 -0
  563. package/cjs/icons/credit_note_medium.d.ts +2 -0
  564. package/cjs/icons/currency.d.ts +2 -0
  565. package/cjs/icons/currency_medium.d.ts +2 -0
  566. package/cjs/icons/customer_service.d.ts +2 -0
  567. package/cjs/icons/customer_service_medium.d.ts +2 -0
  568. package/cjs/icons/deleted_invoice.d.ts +2 -0
  569. package/cjs/icons/deleted_invoice_medium.d.ts +2 -0
  570. package/cjs/icons/diamond.d.ts +2 -0
  571. package/cjs/icons/diamond_medium.d.ts +2 -0
  572. package/cjs/icons/digipass.d.ts +2 -0
  573. package/cjs/icons/digipass_medium.d.ts +2 -0
  574. package/cjs/icons/digipost.d.ts +2 -0
  575. package/cjs/icons/digipost_medium.d.ts +2 -0
  576. package/cjs/icons/dismiss_keyboard.d.ts +2 -0
  577. package/cjs/icons/dismiss_keyboard_medium.d.ts +2 -0
  578. package/cjs/icons/document.d.ts +2 -0
  579. package/cjs/icons/document_add.d.ts +2 -0
  580. package/cjs/icons/document_add_medium.d.ts +2 -0
  581. package/cjs/icons/document_contract.d.ts +2 -0
  582. package/cjs/icons/document_contract_medium.d.ts +2 -0
  583. package/cjs/icons/document_csv.d.ts +2 -0
  584. package/cjs/icons/document_csv_medium.d.ts +2 -0
  585. package/cjs/icons/document_loupe.d.ts +2 -0
  586. package/cjs/icons/document_loupe_medium.d.ts +2 -0
  587. package/cjs/icons/document_medium.d.ts +2 -0
  588. package/cjs/icons/document_pdf.d.ts +2 -0
  589. package/cjs/icons/document_pdf_medium.d.ts +2 -0
  590. package/cjs/icons/document_rejected.d.ts +2 -0
  591. package/cjs/icons/document_rejected_medium.d.ts +2 -0
  592. package/cjs/icons/document_signing.d.ts +2 -0
  593. package/cjs/icons/document_signing_medium.d.ts +2 -0
  594. package/cjs/icons/document_txt.d.ts +2 -0
  595. package/cjs/icons/document_txt_medium.d.ts +2 -0
  596. package/cjs/icons/document_warning.d.ts +2 -0
  597. package/cjs/icons/document_warning_medium.d.ts +2 -0
  598. package/cjs/icons/document_word.d.ts +2 -0
  599. package/cjs/icons/document_word_medium.d.ts +2 -0
  600. package/cjs/icons/document_xls.d.ts +2 -0
  601. package/cjs/icons/document_xls_medium.d.ts +2 -0
  602. package/cjs/icons/dog.d.ts +2 -0
  603. package/cjs/icons/dog_medium.d.ts +2 -0
  604. package/cjs/icons/download.d.ts +2 -0
  605. package/cjs/icons/download_medium.d.ts +2 -0
  606. package/cjs/icons/edit.d.ts +2 -0
  607. package/cjs/icons/edit_medium.d.ts +2 -0
  608. package/cjs/icons/einvoice.d.ts +2 -0
  609. package/cjs/icons/einvoice_medium.d.ts +2 -0
  610. package/cjs/icons/email.d.ts +2 -0
  611. package/cjs/icons/email_medium.d.ts +2 -0
  612. package/cjs/icons/equities_and_mutual_funds.d.ts +2 -0
  613. package/cjs/icons/equities_and_mutual_funds_medium.d.ts +2 -0
  614. package/cjs/icons/exclamation.d.ts +2 -0
  615. package/cjs/icons/exclamation_circled.d.ts +2 -0
  616. package/cjs/icons/exclamation_circled_medium.d.ts +2 -0
  617. package/cjs/icons/exclamation_medium.d.ts +2 -0
  618. package/cjs/icons/exclamation_triangle.d.ts +2 -0
  619. package/cjs/icons/exclamation_triangle_medium.d.ts +2 -0
  620. package/cjs/icons/facebook.d.ts +2 -0
  621. package/cjs/icons/facebook_medium.d.ts +2 -0
  622. package/cjs/icons/factory.d.ts +2 -0
  623. package/cjs/icons/factory_medium.d.ts +2 -0
  624. package/cjs/icons/file.d.ts +2 -0
  625. package/cjs/icons/file_add.d.ts +2 -0
  626. package/cjs/icons/file_add_medium.d.ts +2 -0
  627. package/cjs/icons/file_contract.d.ts +2 -0
  628. package/cjs/icons/file_contract_medium.d.ts +2 -0
  629. package/cjs/icons/file_csv.d.ts +2 -0
  630. package/cjs/icons/file_csv_medium.d.ts +2 -0
  631. package/cjs/icons/file_loupe.d.ts +2 -0
  632. package/cjs/icons/file_loupe_medium.d.ts +2 -0
  633. package/cjs/icons/file_medium.d.ts +2 -0
  634. package/cjs/icons/file_pdf.d.ts +2 -0
  635. package/cjs/icons/file_pdf_medium.d.ts +2 -0
  636. package/cjs/icons/file_ppt.d.ts +2 -0
  637. package/cjs/icons/file_ppt_medium.d.ts +2 -0
  638. package/cjs/icons/file_rejected.d.ts +2 -0
  639. package/cjs/icons/file_rejected_medium.d.ts +2 -0
  640. package/cjs/icons/file_signing.d.ts +2 -0
  641. package/cjs/icons/file_signing_medium.d.ts +2 -0
  642. package/cjs/icons/file_txt.d.ts +2 -0
  643. package/cjs/icons/file_txt_medium.d.ts +2 -0
  644. package/cjs/icons/file_warning.d.ts +2 -0
  645. package/cjs/icons/file_warning_medium.d.ts +2 -0
  646. package/cjs/icons/file_word.d.ts +2 -0
  647. package/cjs/icons/file_word_medium.d.ts +2 -0
  648. package/cjs/icons/file_xls.d.ts +2 -0
  649. package/cjs/icons/file_xls_medium.d.ts +2 -0
  650. package/cjs/icons/file_xml.d.ts +2 -0
  651. package/cjs/icons/file_xml_medium.d.ts +2 -0
  652. package/cjs/icons/filter.d.ts +2 -0
  653. package/cjs/icons/filter_medium.d.ts +2 -0
  654. package/cjs/icons/first_aid.d.ts +2 -0
  655. package/cjs/icons/first_aid_medium.d.ts +2 -0
  656. package/cjs/icons/flying_money.d.ts +2 -0
  657. package/cjs/icons/flying_money_medium.d.ts +2 -0
  658. package/cjs/icons/folder.d.ts +2 -0
  659. package/cjs/icons/folder_medium.d.ts +2 -0
  660. package/cjs/icons/fridge.d.ts +2 -0
  661. package/cjs/icons/fridge_medium.d.ts +2 -0
  662. package/cjs/icons/fullscreen.d.ts +2 -0
  663. package/cjs/icons/fullscreen_medium.d.ts +2 -0
  664. package/cjs/icons/fund_in.d.ts +2 -0
  665. package/cjs/icons/fund_out.d.ts +2 -0
  666. package/cjs/icons/funds.d.ts +2 -0
  667. package/cjs/icons/funds_in.d.ts +2 -0
  668. package/cjs/icons/funds_in_medium.d.ts +2 -0
  669. package/cjs/icons/funds_medium.d.ts +2 -0
  670. package/cjs/icons/funds_out.d.ts +2 -0
  671. package/cjs/icons/funds_out_medium.d.ts +2 -0
  672. package/cjs/icons/globe.d.ts +2 -0
  673. package/cjs/icons/globe_medium.d.ts +2 -0
  674. package/cjs/icons/grabber.d.ts +2 -0
  675. package/cjs/icons/grabber_medium.d.ts +2 -0
  676. package/cjs/icons/graph_decrease.d.ts +2 -0
  677. package/cjs/icons/graph_decrease_medium.d.ts +2 -0
  678. package/cjs/icons/graph_increase.d.ts +2 -0
  679. package/cjs/icons/graph_increase_medium.d.ts +2 -0
  680. package/cjs/icons/hamburger.d.ts +2 -0
  681. package/cjs/icons/hamburger_medium.d.ts +2 -0
  682. package/cjs/icons/hand_money.d.ts +2 -0
  683. package/cjs/icons/hand_money_medium.d.ts +2 -0
  684. package/cjs/icons/hanger.d.ts +2 -0
  685. package/cjs/icons/hanger_medium.d.ts +2 -0
  686. package/cjs/icons/heart.d.ts +2 -0
  687. package/cjs/icons/heart_medium.d.ts +2 -0
  688. package/cjs/icons/heart_rate.d.ts +2 -0
  689. package/cjs/icons/heart_rate_medium.d.ts +2 -0
  690. package/cjs/icons/hide.d.ts +2 -0
  691. package/cjs/icons/hide_medium.d.ts +2 -0
  692. package/cjs/icons/history.d.ts +2 -0
  693. package/cjs/icons/history_medium.d.ts +2 -0
  694. package/cjs/icons/home.d.ts +2 -0
  695. package/cjs/icons/home_medium.d.ts +2 -0
  696. package/cjs/icons/horse.d.ts +2 -0
  697. package/cjs/icons/horse_medium.d.ts +2 -0
  698. package/cjs/icons/hourglass.d.ts +2 -0
  699. package/cjs/icons/hourglass_medium.d.ts +2 -0
  700. package/cjs/icons/house_1.d.ts +2 -0
  701. package/cjs/icons/house_1_medium.d.ts +2 -0
  702. package/cjs/icons/house_2.d.ts +2 -0
  703. package/cjs/icons/house_2_medium.d.ts +2 -0
  704. package/cjs/icons/house_value.d.ts +2 -0
  705. package/cjs/icons/house_value_medium.d.ts +2 -0
  706. package/cjs/icons/index.d.ts +501 -1005
  707. package/cjs/icons/information.d.ts +2 -0
  708. package/cjs/icons/information_bubble.d.ts +2 -0
  709. package/cjs/icons/information_bubble_medium.d.ts +2 -0
  710. package/cjs/icons/information_circled.d.ts +2 -0
  711. package/cjs/icons/information_circled_medium.d.ts +2 -0
  712. package/cjs/icons/information_medium.d.ts +2 -0
  713. package/cjs/icons/instagram.d.ts +2 -0
  714. package/cjs/icons/instagram_medium.d.ts +2 -0
  715. package/cjs/icons/insurance.d.ts +2 -0
  716. package/cjs/icons/insurance_medium.d.ts +2 -0
  717. package/cjs/icons/kid_number.d.ts +2 -0
  718. package/cjs/icons/kid_number_medium.d.ts +2 -0
  719. package/cjs/icons/language.d.ts +2 -0
  720. package/cjs/icons/language_medium.d.ts +2 -0
  721. package/cjs/icons/launch.d.ts +2 -0
  722. package/cjs/icons/launch_medium.d.ts +2 -0
  723. package/cjs/icons/leaf.d.ts +2 -0
  724. package/cjs/icons/leaf_medium.d.ts +2 -0
  725. package/cjs/icons/lightbulb.d.ts +2 -0
  726. package/cjs/icons/lightbulb_medium.d.ts +2 -0
  727. package/cjs/icons/linkedin.d.ts +2 -0
  728. package/cjs/icons/linkedin_medium.d.ts +2 -0
  729. package/cjs/icons/list.d.ts +2 -0
  730. package/cjs/icons/list_medium.d.ts +2 -0
  731. package/cjs/icons/loan.d.ts +2 -0
  732. package/cjs/icons/loan_in.d.ts +2 -0
  733. package/cjs/icons/loan_in_medium.d.ts +2 -0
  734. package/cjs/icons/loan_medium.d.ts +2 -0
  735. package/cjs/icons/loan_out.d.ts +2 -0
  736. package/cjs/icons/loan_out_medium.d.ts +2 -0
  737. package/cjs/icons/location.d.ts +2 -0
  738. package/cjs/icons/location_medium.d.ts +2 -0
  739. package/cjs/icons/log_in.d.ts +2 -0
  740. package/cjs/icons/log_in_medium.d.ts +2 -0
  741. package/cjs/icons/log_out.d.ts +2 -0
  742. package/cjs/icons/log_out_medium.d.ts +2 -0
  743. package/cjs/icons/loupe.d.ts +2 -0
  744. package/cjs/icons/loupe_medium.d.ts +2 -0
  745. package/cjs/icons/mastercard.d.ts +2 -0
  746. package/cjs/icons/mastercard_card.d.ts +2 -0
  747. package/cjs/icons/mastercard_card_medium.d.ts +2 -0
  748. package/cjs/icons/mastercard_medium.d.ts +2 -0
  749. package/cjs/icons/megaphone.d.ts +2 -0
  750. package/cjs/icons/megaphone_medium.d.ts +2 -0
  751. package/cjs/icons/microphone.d.ts +2 -0
  752. package/cjs/icons/microphone_medium.d.ts +2 -0
  753. package/cjs/icons/minimize.d.ts +2 -0
  754. package/cjs/icons/minimize_medium.d.ts +2 -0
  755. package/cjs/icons/mobilephone.d.ts +2 -0
  756. package/cjs/icons/mobilephone_medium.d.ts +2 -0
  757. package/cjs/icons/more.d.ts +2 -0
  758. package/cjs/icons/more_medium.d.ts +2 -0
  759. package/cjs/icons/more_vertical.d.ts +2 -0
  760. package/cjs/icons/more_vertical_medium.d.ts +2 -0
  761. package/cjs/icons/motorcycle.d.ts +2 -0
  762. package/cjs/icons/motorcycle_medium.d.ts +2 -0
  763. package/cjs/icons/move.d.ts +2 -0
  764. package/cjs/icons/move_medium.d.ts +2 -0
  765. package/cjs/icons/office_buildings.d.ts +2 -0
  766. package/cjs/icons/office_buildings_medium.d.ts +2 -0
  767. package/cjs/icons/oil.d.ts +2 -0
  768. package/cjs/icons/oil_medium.d.ts +2 -0
  769. package/cjs/icons/owl.d.ts +2 -0
  770. package/cjs/icons/owl_medium.d.ts +2 -0
  771. package/cjs/icons/padlock.d.ts +2 -0
  772. package/cjs/icons/padlock_medium.d.ts +2 -0
  773. package/cjs/icons/paperclip.d.ts +2 -0
  774. package/cjs/icons/paperclip_medium.d.ts +2 -0
  775. package/cjs/icons/paragraph.d.ts +2 -0
  776. package/cjs/icons/paragraph_medium.d.ts +2 -0
  777. package/cjs/icons/pause.d.ts +2 -0
  778. package/cjs/icons/pause_medium.d.ts +2 -0
  779. package/cjs/icons/pay_from.d.ts +2 -0
  780. package/cjs/icons/pay_from_medium.d.ts +2 -0
  781. package/cjs/icons/pension.d.ts +2 -0
  782. package/cjs/icons/pension_medium.d.ts +2 -0
  783. package/cjs/icons/people_1.d.ts +2 -0
  784. package/cjs/icons/people_1_medium.d.ts +2 -0
  785. package/cjs/icons/people_2.d.ts +2 -0
  786. package/cjs/icons/people_2_medium.d.ts +2 -0
  787. package/cjs/icons/person.d.ts +2 -0
  788. package/cjs/icons/person_medium.d.ts +2 -0
  789. package/cjs/icons/person_shield.d.ts +2 -0
  790. package/cjs/icons/person_shield_medium.d.ts +2 -0
  791. package/cjs/icons/phone.d.ts +2 -0
  792. package/cjs/icons/phone_medium.d.ts +2 -0
  793. package/cjs/icons/photo.d.ts +2 -0
  794. package/cjs/icons/photo_medium.d.ts +2 -0
  795. package/cjs/icons/pin.d.ts +2 -0
  796. package/cjs/icons/pin_code.d.ts +2 -0
  797. package/cjs/icons/pin_code_medium.d.ts +2 -0
  798. package/cjs/icons/pin_medium.d.ts +2 -0
  799. package/cjs/icons/plant.d.ts +2 -0
  800. package/cjs/icons/plant_medium.d.ts +2 -0
  801. package/cjs/icons/play.d.ts +2 -0
  802. package/cjs/icons/play_medium.d.ts +2 -0
  803. package/cjs/icons/primary_icons.d.ts +23 -0
  804. package/cjs/icons/primary_icons_medium.d.ts +23 -0
  805. package/cjs/icons/printer.d.ts +2 -0
  806. package/cjs/icons/printer_medium.d.ts +2 -0
  807. package/cjs/icons/products_account_percent_medium.d.ts +2 -0
  808. package/cjs/icons/profile.d.ts +2 -0
  809. package/cjs/icons/profile_medium.d.ts +2 -0
  810. package/cjs/icons/progress.d.ts +2 -0
  811. package/cjs/icons/progress_medium.d.ts +2 -0
  812. package/cjs/icons/question.d.ts +2 -0
  813. package/cjs/icons/question_circled.d.ts +2 -0
  814. package/cjs/icons/question_circled_medium.d.ts +2 -0
  815. package/cjs/icons/question_medium.d.ts +2 -0
  816. package/cjs/icons/recurring.d.ts +2 -0
  817. package/cjs/icons/recurring_medium.d.ts +2 -0
  818. package/cjs/icons/redo.d.ts +2 -0
  819. package/cjs/icons/redo_medium.d.ts +2 -0
  820. package/cjs/icons/ref_number.d.ts +2 -0
  821. package/cjs/icons/ref_number_medium.d.ts +2 -0
  822. package/cjs/icons/refresh.d.ts +2 -0
  823. package/cjs/icons/refresh_medium.d.ts +2 -0
  824. package/cjs/icons/reply.d.ts +2 -0
  825. package/cjs/icons/reply_medium.d.ts +2 -0
  826. package/cjs/icons/reset.d.ts +2 -0
  827. package/cjs/icons/reset_medium.d.ts +2 -0
  828. package/cjs/icons/restaurant.d.ts +2 -0
  829. package/cjs/icons/restaurant_medium.d.ts +2 -0
  830. package/cjs/icons/return_1.d.ts +2 -0
  831. package/cjs/icons/return_1_medium.d.ts +2 -0
  832. package/cjs/icons/save.d.ts +2 -0
  833. package/cjs/icons/save_medium.d.ts +2 -0
  834. package/cjs/icons/savings_account.d.ts +2 -0
  835. package/cjs/icons/savings_account_in.d.ts +2 -0
  836. package/cjs/icons/savings_account_in_medium.d.ts +2 -0
  837. package/cjs/icons/savings_account_medium.d.ts +2 -0
  838. package/cjs/icons/savings_account_out.d.ts +2 -0
  839. package/cjs/icons/savings_account_out_medium.d.ts +2 -0
  840. package/cjs/icons/scissors.d.ts +2 -0
  841. package/cjs/icons/scissors_medium.d.ts +2 -0
  842. package/cjs/icons/scooter.d.ts +2 -0
  843. package/cjs/icons/scooter_medium.d.ts +2 -0
  844. package/cjs/icons/secondary_icons.d.ts +216 -0
  845. package/cjs/icons/secondary_icons_medium.d.ts +216 -0
  846. package/cjs/icons/send.d.ts +2 -0
  847. package/cjs/icons/send_medium.d.ts +2 -0
  848. package/cjs/icons/share_android.d.ts +2 -0
  849. package/cjs/icons/share_android_medium.d.ts +2 -0
  850. package/cjs/icons/share_ios.d.ts +2 -0
  851. package/cjs/icons/share_ios_medium.d.ts +2 -0
  852. package/cjs/icons/shield.d.ts +2 -0
  853. package/cjs/icons/shield_medium.d.ts +2 -0
  854. package/cjs/icons/shopping_cart.d.ts +2 -0
  855. package/cjs/icons/shopping_cart_medium.d.ts +2 -0
  856. package/cjs/icons/snowmobile.d.ts +2 -0
  857. package/cjs/icons/snowmobile_medium.d.ts +2 -0
  858. package/cjs/icons/speedometer.d.ts +2 -0
  859. package/cjs/icons/speedometer_medium.d.ts +2 -0
  860. package/cjs/icons/split.d.ts +2 -0
  861. package/cjs/icons/split_medium.d.ts +2 -0
  862. package/cjs/icons/star.d.ts +2 -0
  863. package/cjs/icons/star_medium.d.ts +2 -0
  864. package/cjs/icons/stocks.d.ts +2 -0
  865. package/cjs/icons/stocks_medium.d.ts +2 -0
  866. package/cjs/icons/stop.d.ts +2 -0
  867. package/cjs/icons/stop_medium.d.ts +2 -0
  868. package/cjs/icons/stopwatch.d.ts +2 -0
  869. package/cjs/icons/stopwatch_medium.d.ts +2 -0
  870. package/cjs/icons/subtract.d.ts +2 -0
  871. package/cjs/icons/subtract_circled.d.ts +2 -0
  872. package/cjs/icons/subtract_circled_medium.d.ts +2 -0
  873. package/cjs/icons/subtract_medium.d.ts +2 -0
  874. package/cjs/icons/support.d.ts +2 -0
  875. package/cjs/icons/support_medium.d.ts +2 -0
  876. package/cjs/icons/swap.d.ts +2 -0
  877. package/cjs/icons/swap_medium.d.ts +2 -0
  878. package/cjs/icons/tag.d.ts +2 -0
  879. package/cjs/icons/tag_medium.d.ts +2 -0
  880. package/cjs/icons/thumbs_down.d.ts +2 -0
  881. package/cjs/icons/thumbs_down_medium.d.ts +2 -0
  882. package/cjs/icons/thumbs_up.d.ts +2 -0
  883. package/cjs/icons/thumbs_up_medium.d.ts +2 -0
  884. package/cjs/icons/tractor.d.ts +2 -0
  885. package/cjs/icons/tractor_medium.d.ts +2 -0
  886. package/cjs/icons/trailer.d.ts +2 -0
  887. package/cjs/icons/trailer_medium.d.ts +2 -0
  888. package/cjs/icons/train.d.ts +2 -0
  889. package/cjs/icons/train_medium.d.ts +2 -0
  890. package/cjs/icons/transfer.d.ts +2 -0
  891. package/cjs/icons/transfer_medium.d.ts +2 -0
  892. package/cjs/icons/transfer_to.d.ts +2 -0
  893. package/cjs/icons/transfer_to_medium.d.ts +2 -0
  894. package/cjs/icons/trash.d.ts +2 -0
  895. package/cjs/icons/trash_medium.d.ts +2 -0
  896. package/cjs/icons/travel.d.ts +2 -0
  897. package/cjs/icons/travel_medium.d.ts +2 -0
  898. package/cjs/icons/undo.d.ts +2 -0
  899. package/cjs/icons/undo_medium.d.ts +2 -0
  900. package/cjs/icons/upload.d.ts +2 -0
  901. package/cjs/icons/upload_medium.d.ts +2 -0
  902. package/cjs/icons/video.d.ts +2 -0
  903. package/cjs/icons/video_medium.d.ts +2 -0
  904. package/cjs/icons/view.d.ts +2 -0
  905. package/cjs/icons/view_medium.d.ts +2 -0
  906. package/cjs/icons/vintage_car.d.ts +2 -0
  907. package/cjs/icons/vintage_car_medium.d.ts +2 -0
  908. package/cjs/icons/volume_off.d.ts +2 -0
  909. package/cjs/icons/volume_off_medium.d.ts +2 -0
  910. package/cjs/icons/volume_on.d.ts +2 -0
  911. package/cjs/icons/volume_on_medium.d.ts +2 -0
  912. package/cjs/icons/wallet.d.ts +2 -0
  913. package/cjs/icons/wallet_medium.d.ts +2 -0
  914. package/cjs/icons/wearables.d.ts +2 -0
  915. package/cjs/icons/wearables_medium.d.ts +2 -0
  916. package/cjs/icons/web.d.ts +2 -0
  917. package/cjs/icons/web_medium.d.ts +2 -0
  918. package/cjs/icons/wheelchair.d.ts +2 -0
  919. package/cjs/icons/wheelchair_medium.d.ts +2 -0
  920. package/cjs/icons/widget_android.d.ts +2 -0
  921. package/cjs/icons/widget_android_medium.d.ts +2 -0
  922. package/cjs/icons/widget_ios.d.ts +2 -0
  923. package/cjs/icons/widget_ios_medium.d.ts +2 -0
  924. package/cjs/index.d.ts +74 -156
  925. package/cjs/index.js +16 -0
  926. package/cjs/lib.d.ts +3 -0
  927. package/cjs/shared/AnimateHeight.d.ts +45 -0
  928. package/cjs/shared/Context.d.ts +38 -0
  929. package/cjs/shared/Context.js +3 -1
  930. package/cjs/shared/Eufemia.d.ts +1 -0
  931. package/cjs/shared/Eufemia.js +1 -1
  932. package/cjs/shared/EventEmitter.d.ts +27 -0
  933. package/cjs/shared/MediaQueryUtils.d.ts +66 -0
  934. package/cjs/shared/SpacingHelper.d.ts +1 -0
  935. package/cjs/shared/component-helper.d.ts +60 -0
  936. package/cjs/shared/component-helper.js +10 -0
  937. package/cjs/shared/custom-element-polyfill.d.ts +25 -0
  938. package/cjs/shared/custom-element.d.ts +5 -0
  939. package/cjs/shared/defaults.d.ts +7 -0
  940. package/cjs/shared/error-helper.d.ts +15 -0
  941. package/cjs/shared/helpers/Suffix.d.ts +10 -7
  942. package/cjs/shared/helpers/Suffix.js +1 -11
  943. package/cjs/shared/helpers/withCamelCaseProps.d.ts +39 -0
  944. package/cjs/shared/helpers/withCamelCaseProps.js +23 -4
  945. package/cjs/shared/helpers.d.ts +44 -0
  946. package/cjs/shared/hooks/index.d.ts +1 -0
  947. package/cjs/shared/hooks/usePropsWithContext.d.ts +14 -0
  948. package/cjs/shared/index.d.ts +6 -12
  949. package/cjs/shared/interfaces.d.ts +10 -0
  950. package/cjs/shared/libs/HashSum.d.ts +1 -0
  951. package/cjs/shared/libs/MurmurHash2.d.ts +1 -0
  952. package/cjs/shared/libs/Shortcuts.d.ts +6 -0
  953. package/cjs/shared/locales/en-GB.d.ts +119 -0
  954. package/cjs/shared/locales/en-US.d.ts +120 -0
  955. package/cjs/shared/locales/index.d.ts +235 -5
  956. package/cjs/shared/locales/nb-NO.d.ts +119 -0
  957. package/cjs/shared/stories/translation/en.json +4 -0
  958. package/cjs/shared/stories/translation/nb.json +4 -0
  959. package/cjs/shared/useMediaQuery.d.ts +1 -0
  960. package/cjs/shared/useTranslation.d.ts +34 -0
  961. package/cjs/style/basis.d.ts +1 -0
  962. package/cjs/style/body.d.ts +1 -0
  963. package/cjs/style/components.d.ts +1 -0
  964. package/cjs/style/core.d.ts +1 -0
  965. package/cjs/style/dnb-ui-components.css +757 -614
  966. package/cjs/style/dnb-ui-components.min.css +2 -2
  967. package/cjs/style/dnb-ui-components.scss +2 -0
  968. package/cjs/style/elements.d.ts +1 -0
  969. package/cjs/style/extensions.d.ts +1 -0
  970. package/cjs/style/index.d.ts +1 -0
  971. package/cjs/style/properties.d.ts +81 -0
  972. package/cjs/style/tags.d.ts +1 -0
  973. package/cjs/style/theme.d.ts +1 -0
  974. package/cjs/style/themes/index.d.ts +1 -0
  975. package/cjs/style/themes/open-banking.d.ts +1 -0
  976. package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.css +51 -4
  977. package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +2 -2
  978. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +51 -4
  979. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  980. package/cjs/style/themes/theme-ui/dnb-theme-ui.scss +2 -0
  981. package/cjs/style/themes/theme-ui/prism/dnb-prism-styles.d.ts +6 -0
  982. package/cjs/style/themes/theme-ui/prism/dnb-prism-theme.d.ts +29 -0
  983. package/cjs/style/themes/ui.d.ts +1 -0
  984. package/cjs/umd/dnb-ui-basis.d.ts +1 -0
  985. package/cjs/umd/dnb-ui-components.d.ts +1 -0
  986. package/cjs/umd/dnb-ui-elements.d.ts +1 -0
  987. package/cjs/umd/dnb-ui-extensions.d.ts +1 -0
  988. package/cjs/umd/dnb-ui-icons-archive.d.ts +1 -0
  989. package/cjs/umd/dnb-ui-icons.d.ts +2 -0
  990. package/cjs/umd/dnb-ui-lib.d.ts +2 -0
  991. package/cjs/umd/dnb-ui-web-components.d.ts +1 -0
  992. package/cjs/vue.d.ts +6 -0
  993. package/cjs/web-components.d.ts +1 -0
  994. package/components/Accordion.d.ts +3 -14
  995. package/components/Autocomplete.d.ts +3 -14
  996. package/components/Avatar.d.ts +3 -14
  997. package/components/Breadcrumb.d.ts +3 -14
  998. package/components/Button.d.ts +3 -14
  999. package/components/Checkbox.d.ts +3 -14
  1000. package/components/DatePicker.d.ts +3 -14
  1001. package/components/Dialog.d.ts +3 -0
  1002. package/components/Dialog.js +3 -0
  1003. package/components/Drawer.d.ts +3 -0
  1004. package/components/Drawer.js +3 -0
  1005. package/components/Dropdown.d.ts +3 -14
  1006. package/components/FormLabel.d.ts +3 -14
  1007. package/components/FormRow.d.ts +3 -14
  1008. package/components/FormSet.d.ts +3 -14
  1009. package/components/FormStatus.d.ts +3 -14
  1010. package/components/GlobalError.d.ts +3 -14
  1011. package/components/GlobalStatus.d.ts +3 -14
  1012. package/components/Heading.d.ts +3 -14
  1013. package/components/HelpButton.d.ts +3 -14
  1014. package/components/Icon.d.ts +3 -14
  1015. package/components/IconPrimary.d.ts +3 -14
  1016. package/components/InfoCard.d.ts +3 -14
  1017. package/components/Input.d.ts +3 -14
  1018. package/components/InputMasked.d.ts +3 -14
  1019. package/components/Logo.d.ts +3 -14
  1020. package/components/Modal.d.ts +3 -14
  1021. package/components/Number.d.ts +2 -8
  1022. package/components/NumberFormat.d.ts +3 -14
  1023. package/components/Pagination.d.ts +3 -14
  1024. package/components/ProgressIndicator.d.ts +3 -14
  1025. package/components/Radio.d.ts +3 -14
  1026. package/components/Section.d.ts +3 -14
  1027. package/components/Skeleton.d.ts +3 -14
  1028. package/components/Slider.d.ts +3 -14
  1029. package/components/Space.d.ts +3 -14
  1030. package/components/StepIndicator.d.ts +3 -14
  1031. package/components/Switch.d.ts +3 -14
  1032. package/components/Tabs.d.ts +3 -14
  1033. package/components/Tag.d.ts +3 -14
  1034. package/components/Textarea.d.ts +3 -14
  1035. package/components/Timeline.d.ts +3 -14
  1036. package/components/ToggleButton.d.ts +3 -14
  1037. package/components/Tooltip.d.ts +3 -14
  1038. package/components/VisuallyHidden.d.ts +3 -14
  1039. package/components/accordion/Accordion.d.ts +132 -226
  1040. package/components/accordion/AccordionContent.d.ts +31 -38
  1041. package/components/accordion/AccordionContext.d.ts +3 -0
  1042. package/components/accordion/AccordionHeader.d.ts +138 -165
  1043. package/components/accordion/AccordionPropTypes.d.ts +78 -0
  1044. package/components/accordion/AccordionProvider.d.ts +105 -84
  1045. package/components/accordion/AccordionProviderContext.d.ts +3 -0
  1046. package/components/accordion/group/web-component.d.ts +1 -0
  1047. package/components/accordion/index.d.ts +3 -8
  1048. package/components/accordion/style/index.d.ts +1 -6
  1049. package/components/accordion/style/themes/ui.d.ts +1 -0
  1050. package/components/accordion/style.d.ts +1 -0
  1051. package/components/accordion/web-component.d.ts +3 -0
  1052. package/components/autocomplete/Autocomplete.d.ts +200 -561
  1053. package/components/autocomplete/index.d.ts +3 -8
  1054. package/components/autocomplete/style/index.d.ts +1 -6
  1055. package/components/autocomplete/style/themes/ui.d.ts +1 -0
  1056. package/components/autocomplete/style.d.ts +1 -0
  1057. package/components/autocomplete/web-component.d.ts +3 -0
  1058. package/components/avatar/Avatar.d.ts +65 -0
  1059. package/components/avatar/AvatarGroup.d.ts +58 -0
  1060. package/components/avatar/index.d.ts +3 -8
  1061. package/components/avatar/style/themes/ui.d.ts +1 -0
  1062. package/components/avatar/style.d.ts +1 -0
  1063. package/components/breadcrumb/Breadcrumb.d.ts +104 -0
  1064. package/components/breadcrumb/BreadcrumbItem.d.ts +37 -0
  1065. package/components/breadcrumb/index.d.ts +3 -8
  1066. package/components/breadcrumb/style/index.d.ts +1 -6
  1067. package/components/breadcrumb/style.d.ts +1 -0
  1068. package/components/button/index.d.ts +3 -8
  1069. package/components/button/style/index.d.ts +1 -6
  1070. package/components/button/style/themes/ui.d.ts +1 -0
  1071. package/components/button/style.d.ts +1 -0
  1072. package/components/button/web-component.d.ts +3 -0
  1073. package/components/checkbox/Checkbox.d.ts +109 -168
  1074. package/components/checkbox/index.d.ts +3 -8
  1075. package/components/checkbox/style/index.d.ts +1 -6
  1076. package/components/checkbox/style/themes/ui.d.ts +1 -0
  1077. package/components/checkbox/style.d.ts +1 -0
  1078. package/components/checkbox/web-component.d.ts +3 -0
  1079. package/components/date-picker/DatePicker.d.ts +193 -383
  1080. package/components/date-picker/DatePickerAddon.d.ts +28 -23
  1081. package/components/date-picker/DatePickerCalc.d.ts +37 -0
  1082. package/components/date-picker/DatePickerCalendar.d.ts +67 -44
  1083. package/components/date-picker/DatePickerContext.d.ts +3 -0
  1084. package/components/date-picker/DatePickerFooter.d.ts +22 -19
  1085. package/components/date-picker/DatePickerInput.d.ts +87 -71
  1086. package/components/date-picker/DatePickerProvider.d.ts +67 -40
  1087. package/components/date-picker/DatePickerRange.d.ts +39 -24
  1088. package/components/date-picker/index.d.ts +3 -8
  1089. package/components/date-picker/style/index.d.ts +1 -6
  1090. package/components/date-picker/style/themes/ui.d.ts +1 -0
  1091. package/components/date-picker/style.d.ts +1 -0
  1092. package/components/date-picker/web-component.d.ts +3 -0
  1093. package/components/dialog/Dialog.d.ts +12 -0
  1094. package/components/dialog/Dialog.js +117 -0
  1095. package/components/dialog/DialogContent.d.ts +7 -0
  1096. package/components/dialog/DialogContent.js +94 -0
  1097. package/components/dialog/index.d.ts +1 -0
  1098. package/components/dialog/index.js +3 -0
  1099. package/components/dialog/parts/DialogBody.d.ts +15 -0
  1100. package/components/dialog/parts/DialogBody.js +17 -0
  1101. package/components/dialog/parts/DialogHeader.d.ts +8 -0
  1102. package/components/dialog/parts/DialogHeader.js +20 -0
  1103. package/components/dialog/parts/DialogNavigation.d.ts +4 -0
  1104. package/components/dialog/parts/DialogNavigation.js +15 -0
  1105. package/components/dialog/style/_dialog.scss +188 -0
  1106. package/components/dialog/style/dnb-dialog.css +429 -0
  1107. package/components/dialog/style/dnb-dialog.min.css +1 -0
  1108. package/components/dialog/style/dnb-dialog.scss +15 -0
  1109. package/components/dialog/style/index.d.ts +1 -0
  1110. package/components/dialog/style/index.js +1 -0
  1111. package/components/dialog/style/themes/dnb-dialog-theme-ui.css +17 -0
  1112. package/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -0
  1113. package/components/dialog/style/themes/dnb-dialog-theme-ui.scss +17 -0
  1114. package/components/dialog/style/themes/ui.d.ts +1 -0
  1115. package/components/dialog/style/themes/ui.js +1 -0
  1116. package/components/dialog/style.d.ts +1 -0
  1117. package/components/dialog/style.js +1 -0
  1118. package/components/dialog/types.d.ts +60 -0
  1119. package/components/dialog/types.js +1 -0
  1120. package/components/drawer/Drawer.d.ts +12 -0
  1121. package/components/drawer/Drawer.js +120 -0
  1122. package/components/drawer/DrawerContent.d.ts +7 -0
  1123. package/components/drawer/DrawerContent.js +96 -0
  1124. package/components/drawer/helpers.d.ts +5 -0
  1125. package/components/drawer/helpers.js +26 -0
  1126. package/components/drawer/index.d.ts +3 -0
  1127. package/components/drawer/index.js +3 -0
  1128. package/components/drawer/parts/DrawerBody.d.ts +15 -0
  1129. package/components/drawer/parts/DrawerBody.js +17 -0
  1130. package/components/drawer/parts/DrawerHeader.d.ts +8 -0
  1131. package/components/drawer/parts/DrawerHeader.js +20 -0
  1132. package/components/drawer/parts/DrawerNavigation.d.ts +4 -0
  1133. package/components/drawer/parts/DrawerNavigation.js +16 -0
  1134. package/components/drawer/style/_drawer.scss +265 -0
  1135. package/components/drawer/style/dnb-drawer.css +515 -0
  1136. package/components/drawer/style/dnb-drawer.min.css +1 -0
  1137. package/components/drawer/style/dnb-drawer.scss +15 -0
  1138. package/components/drawer/style/index.d.ts +1 -0
  1139. package/components/drawer/style/index.js +1 -0
  1140. package/components/drawer/style/themes/dnb-drawer-theme-ui.css +17 -0
  1141. package/components/drawer/style/themes/dnb-drawer-theme-ui.min.css +1 -0
  1142. package/components/drawer/style/themes/dnb-drawer-theme-ui.scss +17 -0
  1143. package/components/drawer/style/themes/ui.d.ts +1 -0
  1144. package/components/drawer/style/themes/ui.js +1 -0
  1145. package/components/drawer/style.d.ts +1 -0
  1146. package/components/drawer/style.js +1 -0
  1147. package/components/drawer/types.d.ts +68 -0
  1148. package/components/drawer/types.js +1 -0
  1149. package/components/dropdown/Dropdown.d.ts +153 -425
  1150. package/components/dropdown/index.d.ts +3 -8
  1151. package/components/dropdown/style/index.d.ts +1 -6
  1152. package/components/dropdown/style/themes/ui.d.ts +1 -0
  1153. package/components/dropdown/style.d.ts +1 -0
  1154. package/components/dropdown/web-component.d.ts +3 -0
  1155. package/components/form-label/FormLabel.d.ts +65 -115
  1156. package/components/form-label/index.d.ts +3 -8
  1157. package/components/form-label/style/index.d.ts +1 -6
  1158. package/components/form-label/style/themes/ui.d.ts +1 -0
  1159. package/components/form-label/style.d.ts +1 -0
  1160. package/components/form-label/web-component.d.ts +3 -0
  1161. package/components/form-row/FormRow.d.ts +167 -179
  1162. package/components/form-row/index.d.ts +3 -8
  1163. package/components/form-row/style/index.d.ts +1 -6
  1164. package/components/form-row/style/themes/ui.d.ts +1 -0
  1165. package/components/form-row/style.d.ts +1 -0
  1166. package/components/form-row/web-component.d.ts +3 -0
  1167. package/components/form-set/FormSet.d.ts +79 -200
  1168. package/components/form-set/index.d.ts +3 -8
  1169. package/components/form-set/style/index.d.ts +1 -6
  1170. package/components/form-set/style/themes/ui.d.ts +1 -0
  1171. package/components/form-set/style.d.ts +1 -0
  1172. package/components/form-set/web-component.d.ts +3 -0
  1173. package/components/form-status/FormStatus.d.ts +142 -202
  1174. package/components/form-status/index.d.ts +3 -8
  1175. package/components/form-status/style/index.d.ts +1 -6
  1176. package/components/form-status/style/themes/ui.d.ts +1 -0
  1177. package/components/form-status/style.d.ts +1 -0
  1178. package/components/form-status/web-component.d.ts +3 -0
  1179. package/components/global-error/GlobalError.d.ts +62 -80
  1180. package/components/global-error/index.d.ts +3 -8
  1181. package/components/global-error/style/index.d.ts +1 -6
  1182. package/components/global-error/style/themes/ui.d.ts +1 -0
  1183. package/components/global-error/style.d.ts +1 -0
  1184. package/components/global-error/web-component.d.ts +3 -0
  1185. package/components/global-status/AnimationHelper.d.ts +12 -0
  1186. package/components/global-status/GlobalStatus.d.ts +143 -204
  1187. package/components/global-status/GlobalStatusController.d.ts +36 -36
  1188. package/components/global-status/GlobalStatusProvider.d.ts +34 -0
  1189. package/components/global-status/GlobalStatusProvider.js +148 -149
  1190. package/components/global-status/index.d.ts +3 -8
  1191. package/components/global-status/style/index.d.ts +1 -6
  1192. package/components/global-status/style/themes/ui.d.ts +1 -0
  1193. package/components/global-status/style.d.ts +1 -0
  1194. package/components/global-status/web-component.d.ts +3 -0
  1195. package/components/heading/Heading.d.ts +87 -151
  1196. package/components/heading/HeadingContext.d.ts +5 -0
  1197. package/components/heading/HeadingCounter.d.ts +42 -0
  1198. package/components/heading/HeadingHelpers.d.ts +27 -0
  1199. package/components/heading/HeadingProvider.d.ts +36 -57
  1200. package/components/heading/index.d.ts +3 -8
  1201. package/components/heading/style/index.d.ts +1 -6
  1202. package/components/heading/style.d.ts +1 -0
  1203. package/components/heading/web-component.d.ts +3 -0
  1204. package/components/help-button/HelpButton.d.ts +32 -236
  1205. package/components/help-button/HelpButtonInstance.d.ts +30 -100
  1206. package/components/help-button/index.d.ts +3 -8
  1207. package/components/help-button/style/index.d.ts +1 -6
  1208. package/components/help-button/style/themes/ui.d.ts +1 -0
  1209. package/components/help-button/style.d.ts +1 -0
  1210. package/components/help-button/web-component.d.ts +3 -0
  1211. package/components/icon/Icon.d.ts +135 -123
  1212. package/components/icon/IconPrimary.d.ts +3 -0
  1213. package/components/icon/index.d.ts +3 -8
  1214. package/components/icon/lib/SvgComparison.d.ts +2 -0
  1215. package/components/icon/lib/index.d.ts +1 -5
  1216. package/components/icon/style/index.d.ts +1 -6
  1217. package/components/icon/style.d.ts +1 -0
  1218. package/components/icon/web-component.d.ts +3 -0
  1219. package/components/icon-primary/index.d.ts +3 -8
  1220. package/components/icon-primary/style.d.ts +1 -0
  1221. package/components/icon-primary/web-component.d.ts +3 -0
  1222. package/components/index.d.ts +43 -96
  1223. package/components/index.js +3 -1
  1224. package/components/info-card/InfoCard.d.ts +101 -0
  1225. package/components/info-card/style.d.ts +1 -0
  1226. package/components/input/Input.d.ts +208 -294
  1227. package/components/input/InputPassword.d.ts +145 -17
  1228. package/components/input/index.d.ts +1 -6
  1229. package/components/input/style/index.d.ts +1 -6
  1230. package/components/input/style/themes/ui.d.ts +1 -0
  1231. package/components/input/style.d.ts +1 -0
  1232. package/components/input/web-component.d.ts +3 -0
  1233. package/components/input-masked/InputMasked.d.ts +2 -370
  1234. package/components/input-masked/InputMaskedContext.d.ts +3 -0
  1235. package/components/input-masked/InputMaskedElement.d.ts +1 -0
  1236. package/components/input-masked/InputMaskedHooks.d.ts +32 -0
  1237. package/components/input-masked/InputMaskedUtils.d.ts +37 -0
  1238. package/components/input-masked/TextMask.d.ts +39 -31
  1239. package/components/input-masked/addons/createNumberMask.d.ts +15 -0
  1240. package/components/input-masked/addons/emailMask.d.ts +7 -0
  1241. package/components/input-masked/addons/emailPipe.d.ts +1 -0
  1242. package/components/input-masked/index.d.ts +3 -8
  1243. package/components/input-masked/style/index.d.ts +1 -6
  1244. package/components/input-masked/style.d.ts +1 -0
  1245. package/components/input-masked/text-mask/adjustCaretPosition.d.ts +11 -0
  1246. package/components/input-masked/text-mask/conformToMask.d.ts +6 -0
  1247. package/components/input-masked/text-mask/constants.d.ts +2 -0
  1248. package/components/input-masked/text-mask/createTextMaskInputElement.d.ts +8 -0
  1249. package/components/input-masked/text-mask/utilities.d.ts +9 -0
  1250. package/components/input-masked/web-component.d.ts +3 -0
  1251. package/components/lib.d.ts +100 -0
  1252. package/components/lib.js +5 -1
  1253. package/components/logo/Logo.d.ts +54 -90
  1254. package/components/logo/index.d.ts +3 -8
  1255. package/components/logo/style/index.d.ts +1 -6
  1256. package/components/logo/style.d.ts +1 -0
  1257. package/components/logo/web-component.d.ts +3 -0
  1258. package/components/modal/Modal.d.ts +136 -0
  1259. package/components/modal/Modal.js +16 -18
  1260. package/components/modal/ModalContent.d.ts +54 -0
  1261. package/components/modal/ModalContent.js +47 -58
  1262. package/components/modal/ModalContext.d.ts +22 -0
  1263. package/components/modal/ModalContext.js +16 -1
  1264. package/components/modal/ModalRoot.d.ts +39 -0
  1265. package/components/modal/bodyScrollLock.d.ts +3 -0
  1266. package/components/modal/helpers.d.ts +5 -0
  1267. package/components/modal/helpers.js +10 -1
  1268. package/components/modal/index.d.ts +3 -8
  1269. package/components/modal/parts/CloseButton.d.ts +39 -0
  1270. package/components/modal/{components → parts}/CloseButton.js +0 -0
  1271. package/components/modal/parts/ModalHeader.d.ts +48 -0
  1272. package/components/modal/parts/ModalHeader.js +74 -0
  1273. package/components/modal/parts/ModalHeaderBar.d.ts +50 -0
  1274. package/components/modal/parts/ModalHeaderBar.js +125 -0
  1275. package/components/modal/parts/ModalInner.d.ts +32 -0
  1276. package/components/modal/parts/ModalInner.js +67 -0
  1277. package/components/modal/style/_modal.scss +25 -342
  1278. package/components/modal/style/dnb-modal.css +677 -366
  1279. package/components/modal/style/dnb-modal.min.css +1 -1
  1280. package/components/modal/style/dnb-modal.scss +2 -0
  1281. package/components/modal/style/index.d.ts +1 -6
  1282. package/components/modal/style/themes/dnb-modal-theme-ui.css +0 -4
  1283. package/components/modal/style/themes/dnb-modal-theme-ui.min.css +1 -1
  1284. package/components/modal/style/themes/dnb-modal-theme-ui.scss +0 -18
  1285. package/components/modal/style/themes/ui.d.ts +1 -0
  1286. package/components/modal/style.d.ts +1 -0
  1287. package/components/modal/types.d.ts +284 -0
  1288. package/components/modal/web-component.d.ts +3 -0
  1289. package/components/number-format/NumberFormat.d.ts +106 -226
  1290. package/components/number-format/index.d.ts +3 -8
  1291. package/components/number-format/style/index.d.ts +1 -6
  1292. package/components/number-format/style.d.ts +1 -0
  1293. package/components/number-format/web-component.d.ts +3 -0
  1294. package/components/pagination/InfinityScroller.d.ts +1 -0
  1295. package/components/pagination/Pagination.d.ts +192 -845
  1296. package/components/pagination/PaginationBar.d.ts +33 -41
  1297. package/components/pagination/PaginationCalculation.d.ts +6 -0
  1298. package/components/pagination/PaginationContext.d.ts +5 -0
  1299. package/components/pagination/PaginationHelpers.d.ts +41 -20
  1300. package/components/pagination/PaginationInfinity.d.ts +70 -44
  1301. package/components/pagination/PaginationProvider.d.ts +74 -86
  1302. package/components/pagination/index.d.ts +3 -8
  1303. package/components/pagination/style/index.d.ts +1 -6
  1304. package/components/pagination/style/themes/ui.d.ts +1 -0
  1305. package/components/pagination/style.d.ts +1 -0
  1306. package/components/pagination/web-component.d.ts +3 -0
  1307. package/components/progress-indicator/ProgressIndicator.d.ts +74 -144
  1308. package/components/progress-indicator/ProgressIndicatorCircular.d.ts +33 -38
  1309. package/components/progress-indicator/ProgressIndicatorLinear.d.ts +24 -37
  1310. package/components/progress-indicator/index.d.ts +3 -8
  1311. package/components/progress-indicator/style/index.d.ts +1 -6
  1312. package/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.css +15 -0
  1313. package/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.min.css +1 -1
  1314. package/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.scss +17 -0
  1315. package/components/progress-indicator/style/themes/ui.d.ts +1 -0
  1316. package/components/progress-indicator/style.d.ts +1 -0
  1317. package/components/progress-indicator/web-component.d.ts +3 -0
  1318. package/components/radio/Radio.d.ts +91 -121
  1319. package/components/radio/RadioGroup.d.ts +102 -120
  1320. package/components/radio/RadioGroupContext.d.ts +3 -0
  1321. package/components/radio/group/web-component.d.ts +3 -0
  1322. package/components/radio/index.d.ts +3 -8
  1323. package/components/radio/style/index.d.ts +1 -6
  1324. package/components/radio/style/themes/ui.d.ts +1 -0
  1325. package/components/radio/style.d.ts +1 -0
  1326. package/components/radio/web-component.d.ts +3 -0
  1327. package/components/section/Section.d.ts +0 -5
  1328. package/components/section/index.d.ts +3 -8
  1329. package/components/section/style/index.d.ts +1 -6
  1330. package/components/section/style/themes/ui.d.ts +1 -0
  1331. package/components/section/style.d.ts +1 -0
  1332. package/components/section/web-component.d.ts +3 -0
  1333. package/components/skeleton/figures/Article.d.ts +31 -20
  1334. package/components/skeleton/figures/Circle.d.ts +31 -19
  1335. package/components/skeleton/figures/Product.d.ts +31 -20
  1336. package/components/skeleton/figures/Table.d.ts +31 -19
  1337. package/components/skeleton/figures/index.d.ts +5 -11
  1338. package/components/skeleton/index.d.ts +3 -8
  1339. package/components/skeleton/style/index.d.ts +1 -6
  1340. package/components/skeleton/style/themes/brand.d.ts +1 -0
  1341. package/components/skeleton/style/themes/norway.d.ts +1 -0
  1342. package/components/skeleton/style/themes/rainbow.d.ts +1 -0
  1343. package/components/skeleton/style/themes/ui.d.ts +1 -0
  1344. package/components/skeleton/style.d.ts +1 -0
  1345. package/components/skeleton/web-component.d.ts +3 -0
  1346. package/components/slider/Slider.d.ts +128 -228
  1347. package/components/slider/index.d.ts +3 -8
  1348. package/components/slider/style/index.d.ts +1 -6
  1349. package/components/slider/style/themes/ui.d.ts +1 -0
  1350. package/components/slider/style.d.ts +1 -0
  1351. package/components/slider/web-component.d.ts +3 -0
  1352. package/components/space/Space.d.ts +64 -80
  1353. package/components/space/SpacingHelper.d.ts +52 -0
  1354. package/components/space/index.d.ts +3 -8
  1355. package/components/space/style/index.d.ts +1 -6
  1356. package/components/space/style/themes/ui.d.ts +1 -0
  1357. package/components/space/style.d.ts +1 -0
  1358. package/components/space/web-component.d.ts +3 -0
  1359. package/components/step-indicator/StepIndicator.d.ts +73 -168
  1360. package/components/step-indicator/StepIndicatorContext.d.ts +56 -18
  1361. package/components/step-indicator/StepIndicatorItem-v1.d.ts +3 -0
  1362. package/components/step-indicator/StepIndicatorItem.d.ts +110 -83
  1363. package/components/step-indicator/StepIndicatorList.d.ts +6 -0
  1364. package/components/step-indicator/StepIndicatorModal.d.ts +8 -0
  1365. package/components/step-indicator/StepIndicatorProps.d.ts +65 -0
  1366. package/components/step-indicator/StepIndicatorSidebar.d.ts +52 -58
  1367. package/components/step-indicator/StepIndicatorTriggerButton.d.ts +19 -20
  1368. package/components/step-indicator/index.d.ts +3 -8
  1369. package/components/step-indicator/style/index.d.ts +1 -6
  1370. package/components/step-indicator/style/themes/ui.d.ts +1 -0
  1371. package/components/step-indicator/style.d.ts +1 -0
  1372. package/components/step-indicator/web-component.d.ts +3 -0
  1373. package/components/style/index.d.ts +1 -6
  1374. package/components/switch/Switch.d.ts +101 -162
  1375. package/components/switch/index.d.ts +3 -8
  1376. package/components/switch/style/index.d.ts +1 -6
  1377. package/components/switch/style/themes/ui.d.ts +1 -0
  1378. package/components/switch/style.d.ts +1 -0
  1379. package/components/switch/web-component.d.ts +3 -0
  1380. package/components/tabs/Tabs.d.ts +169 -208
  1381. package/components/tabs/TabsContentWrapper.d.ts +19 -39
  1382. package/components/tabs/TabsCustomContent.d.ts +34 -87
  1383. package/components/tabs/index.d.ts +3 -8
  1384. package/components/tabs/style/index.d.ts +1 -6
  1385. package/components/tabs/style/themes/ui.d.ts +1 -0
  1386. package/components/tabs/style.d.ts +1 -0
  1387. package/components/tabs/web-component.d.ts +3 -0
  1388. package/components/tag/Tag.d.ts +61 -0
  1389. package/components/tag/TagContext.d.ts +2 -0
  1390. package/components/tag/TagGroup.d.ts +26 -0
  1391. package/components/tag/index.d.ts +3 -8
  1392. package/components/tag/style/index.d.ts +1 -6
  1393. package/components/tag/style.d.ts +1 -0
  1394. package/components/textarea/Textarea.d.ts +126 -220
  1395. package/components/textarea/index.d.ts +1 -6
  1396. package/components/textarea/style/index.d.ts +1 -6
  1397. package/components/textarea/style/themes/ui.d.ts +1 -0
  1398. package/components/textarea/style.d.ts +1 -0
  1399. package/components/textarea/web-component.d.ts +3 -0
  1400. package/components/timeline/Timeline.d.ts +38 -0
  1401. package/components/timeline/TimelineItem.d.ts +39 -0
  1402. package/components/timeline/index.d.ts +3 -8
  1403. package/components/timeline/style/index.d.ts +1 -6
  1404. package/components/timeline/style/themes/ui.d.ts +1 -0
  1405. package/components/timeline/style.d.ts +1 -0
  1406. package/components/toggle-button/ToggleButton.d.ts +97 -185
  1407. package/components/toggle-button/ToggleButtonGroup.d.ts +105 -169
  1408. package/components/toggle-button/ToggleButtonGroupContext.d.ts +3 -0
  1409. package/components/toggle-button/group/web-component.d.ts +3 -0
  1410. package/components/toggle-button/index.d.ts +3 -8
  1411. package/components/toggle-button/style/index.d.ts +1 -6
  1412. package/components/toggle-button/style/themes/ui.d.ts +1 -0
  1413. package/components/toggle-button/style.d.ts +1 -0
  1414. package/components/toggle-button/web-component.d.ts +3 -0
  1415. package/components/tooltip/Tooltip.d.ts +78 -154
  1416. package/components/tooltip/TooltipContainer.d.ts +51 -69
  1417. package/components/tooltip/TooltipHelpers.d.ts +1 -0
  1418. package/components/tooltip/TooltipPortal.d.ts +24 -32
  1419. package/components/tooltip/TooltipWithEvents.d.ts +28 -36
  1420. package/components/tooltip/index.d.ts +3 -8
  1421. package/components/tooltip/style/index.d.ts +1 -6
  1422. package/components/tooltip/style/themes/ui.d.ts +1 -0
  1423. package/components/tooltip/style.d.ts +1 -0
  1424. package/components/tooltip/web-component.d.ts +3 -0
  1425. package/components/visually-hidden/VisuallyHidden.d.ts +31 -0
  1426. package/components/visually-hidden/index.d.ts +3 -8
  1427. package/components/visually-hidden/style/index.d.ts +1 -6
  1428. package/components/visually-hidden/style.d.ts +1 -0
  1429. package/components/vue.d.ts +6 -0
  1430. package/components/web-components.d.ts +1 -0
  1431. package/elements/Anchor.d.ts +2 -101
  1432. package/elements/Blockquote.d.ts +2 -28
  1433. package/elements/Code.d.ts +2 -28
  1434. package/elements/Dd.d.ts +2 -28
  1435. package/elements/Dl.d.ts +20 -27
  1436. package/elements/Dt.d.ts +2 -28
  1437. package/elements/Element.d.ts +2 -42
  1438. package/elements/H.d.ts +29 -42
  1439. package/elements/H1.d.ts +24 -37
  1440. package/elements/H2.d.ts +24 -37
  1441. package/elements/H3.d.ts +24 -37
  1442. package/elements/H4.d.ts +24 -37
  1443. package/elements/H5.d.ts +24 -37
  1444. package/elements/H6.d.ts +24 -37
  1445. package/elements/Hr.d.ts +30 -30
  1446. package/elements/Ingress.d.ts +5 -0
  1447. package/elements/Lead.d.ts +2 -28
  1448. package/elements/Li.d.ts +22 -27
  1449. package/elements/Link.d.ts +2 -0
  1450. package/elements/Ol.d.ts +30 -30
  1451. package/elements/Paragraph.d.ts +5 -0
  1452. package/elements/Span.d.ts +2 -28
  1453. package/elements/Table.d.ts +37 -32
  1454. package/elements/Td.d.ts +20 -27
  1455. package/elements/Th.d.ts +20 -27
  1456. package/elements/Tr.d.ts +20 -27
  1457. package/elements/Ul.d.ts +32 -31
  1458. package/elements/index.d.ts +30 -74
  1459. package/elements/lib.d.ts +395 -0
  1460. package/es/components/Accordion.d.ts +3 -14
  1461. package/es/components/Autocomplete.d.ts +3 -14
  1462. package/es/components/Avatar.d.ts +3 -14
  1463. package/es/components/Breadcrumb.d.ts +3 -14
  1464. package/es/components/Button.d.ts +3 -14
  1465. package/es/components/Checkbox.d.ts +3 -14
  1466. package/es/components/DatePicker.d.ts +3 -14
  1467. package/es/components/Dialog.d.ts +3 -0
  1468. package/es/components/Dialog.js +3 -0
  1469. package/es/components/Drawer.d.ts +3 -0
  1470. package/es/components/Drawer.js +3 -0
  1471. package/es/components/Dropdown.d.ts +3 -14
  1472. package/es/components/FormLabel.d.ts +3 -14
  1473. package/es/components/FormRow.d.ts +3 -14
  1474. package/es/components/FormSet.d.ts +3 -14
  1475. package/es/components/FormStatus.d.ts +3 -14
  1476. package/es/components/GlobalError.d.ts +3 -14
  1477. package/es/components/GlobalStatus.d.ts +3 -14
  1478. package/es/components/Heading.d.ts +3 -14
  1479. package/es/components/HelpButton.d.ts +3 -14
  1480. package/es/components/Icon.d.ts +3 -14
  1481. package/es/components/IconPrimary.d.ts +3 -14
  1482. package/es/components/InfoCard.d.ts +3 -14
  1483. package/es/components/Input.d.ts +3 -14
  1484. package/es/components/InputMasked.d.ts +3 -14
  1485. package/es/components/Logo.d.ts +3 -14
  1486. package/es/components/Modal.d.ts +3 -14
  1487. package/es/components/Number.d.ts +2 -8
  1488. package/es/components/NumberFormat.d.ts +3 -14
  1489. package/es/components/Pagination.d.ts +3 -14
  1490. package/es/components/ProgressIndicator.d.ts +3 -14
  1491. package/es/components/Radio.d.ts +3 -14
  1492. package/es/components/Section.d.ts +3 -14
  1493. package/es/components/Skeleton.d.ts +3 -14
  1494. package/es/components/Slider.d.ts +3 -14
  1495. package/es/components/Space.d.ts +3 -14
  1496. package/es/components/StepIndicator.d.ts +3 -14
  1497. package/es/components/Switch.d.ts +3 -14
  1498. package/es/components/Tabs.d.ts +3 -14
  1499. package/es/components/Tag.d.ts +3 -14
  1500. package/es/components/Textarea.d.ts +3 -14
  1501. package/es/components/Timeline.d.ts +3 -14
  1502. package/es/components/ToggleButton.d.ts +3 -14
  1503. package/es/components/Tooltip.d.ts +3 -14
  1504. package/es/components/VisuallyHidden.d.ts +3 -14
  1505. package/es/components/accordion/AccordionContext.d.ts +3 -0
  1506. package/es/components/accordion/AccordionPropTypes.d.ts +78 -0
  1507. package/es/components/accordion/AccordionProviderContext.d.ts +3 -0
  1508. package/es/components/accordion/group/web-component.d.ts +1 -0
  1509. package/es/components/accordion/index.d.ts +3 -8
  1510. package/es/components/accordion/style/index.d.ts +1 -6
  1511. package/es/components/accordion/style/themes/ui.d.ts +1 -0
  1512. package/es/components/accordion/style.d.ts +1 -0
  1513. package/es/components/accordion/web-component.d.ts +3 -0
  1514. package/es/components/autocomplete/index.d.ts +3 -8
  1515. package/es/components/autocomplete/style/index.d.ts +1 -6
  1516. package/es/components/autocomplete/style/themes/ui.d.ts +1 -0
  1517. package/es/components/autocomplete/style.d.ts +1 -0
  1518. package/es/components/autocomplete/web-component.d.ts +3 -0
  1519. package/es/components/avatar/Avatar.d.ts +65 -0
  1520. package/es/components/avatar/AvatarGroup.d.ts +58 -0
  1521. package/es/components/avatar/index.d.ts +3 -8
  1522. package/es/components/avatar/style/themes/ui.d.ts +1 -0
  1523. package/es/components/avatar/style.d.ts +1 -0
  1524. package/es/components/breadcrumb/Breadcrumb.d.ts +104 -0
  1525. package/es/components/breadcrumb/BreadcrumbItem.d.ts +37 -0
  1526. package/es/components/breadcrumb/index.d.ts +3 -8
  1527. package/es/components/breadcrumb/style/index.d.ts +1 -6
  1528. package/es/components/breadcrumb/style.d.ts +1 -0
  1529. package/es/components/button/index.d.ts +3 -8
  1530. package/es/components/button/style/index.d.ts +1 -6
  1531. package/es/components/button/style/themes/ui.d.ts +1 -0
  1532. package/es/components/button/style.d.ts +1 -0
  1533. package/es/components/button/web-component.d.ts +3 -0
  1534. package/es/components/checkbox/index.d.ts +3 -8
  1535. package/es/components/checkbox/style/index.d.ts +1 -6
  1536. package/es/components/checkbox/style/themes/ui.d.ts +1 -0
  1537. package/es/components/checkbox/style.d.ts +1 -0
  1538. package/es/components/checkbox/web-component.d.ts +3 -0
  1539. package/es/components/date-picker/DatePickerCalc.d.ts +37 -0
  1540. package/es/components/date-picker/DatePickerContext.d.ts +3 -0
  1541. package/es/components/date-picker/index.d.ts +3 -8
  1542. package/es/components/date-picker/style/index.d.ts +1 -6
  1543. package/es/components/date-picker/style/themes/ui.d.ts +1 -0
  1544. package/es/components/date-picker/style.d.ts +1 -0
  1545. package/es/components/date-picker/web-component.d.ts +3 -0
  1546. package/es/components/dialog/Dialog.d.ts +12 -0
  1547. package/es/components/dialog/Dialog.js +110 -0
  1548. package/es/components/dialog/DialogContent.d.ts +7 -0
  1549. package/es/components/dialog/DialogContent.js +70 -0
  1550. package/es/components/dialog/index.d.ts +1 -0
  1551. package/es/components/dialog/index.js +3 -0
  1552. package/es/components/dialog/parts/DialogBody.d.ts +15 -0
  1553. package/es/components/dialog/parts/DialogBody.js +19 -0
  1554. package/es/components/dialog/parts/DialogHeader.d.ts +8 -0
  1555. package/es/components/dialog/parts/DialogHeader.js +21 -0
  1556. package/es/components/dialog/parts/DialogNavigation.d.ts +4 -0
  1557. package/es/components/dialog/parts/DialogNavigation.js +17 -0
  1558. package/es/components/dialog/style/_dialog.scss +188 -0
  1559. package/es/components/dialog/style/dnb-dialog.css +429 -0
  1560. package/es/components/dialog/style/dnb-dialog.min.css +1 -0
  1561. package/es/components/dialog/style/dnb-dialog.scss +15 -0
  1562. package/es/components/dialog/style/index.d.ts +1 -0
  1563. package/es/components/dialog/style/index.js +1 -0
  1564. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.css +17 -0
  1565. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -0
  1566. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.scss +17 -0
  1567. package/es/components/dialog/style/themes/ui.d.ts +1 -0
  1568. package/es/components/dialog/style/themes/ui.js +1 -0
  1569. package/es/components/dialog/style.d.ts +1 -0
  1570. package/es/components/dialog/style.js +1 -0
  1571. package/es/components/dialog/types.d.ts +60 -0
  1572. package/es/components/dialog/types.js +1 -0
  1573. package/es/components/drawer/Drawer.d.ts +12 -0
  1574. package/es/components/drawer/Drawer.js +112 -0
  1575. package/es/components/drawer/DrawerContent.d.ts +7 -0
  1576. package/es/components/drawer/DrawerContent.js +71 -0
  1577. package/es/components/drawer/helpers.d.ts +5 -0
  1578. package/es/components/drawer/helpers.js +25 -0
  1579. package/es/components/drawer/index.d.ts +3 -0
  1580. package/es/components/drawer/index.js +3 -0
  1581. package/es/components/drawer/parts/DrawerBody.d.ts +15 -0
  1582. package/es/components/drawer/parts/DrawerBody.js +19 -0
  1583. package/es/components/drawer/parts/DrawerHeader.d.ts +8 -0
  1584. package/es/components/drawer/parts/DrawerHeader.js +21 -0
  1585. package/es/components/drawer/parts/DrawerNavigation.d.ts +4 -0
  1586. package/es/components/drawer/parts/DrawerNavigation.js +18 -0
  1587. package/es/components/drawer/style/_drawer.scss +265 -0
  1588. package/es/components/drawer/style/dnb-drawer.css +515 -0
  1589. package/es/components/drawer/style/dnb-drawer.min.css +1 -0
  1590. package/es/components/drawer/style/dnb-drawer.scss +15 -0
  1591. package/es/components/drawer/style/index.d.ts +1 -0
  1592. package/es/components/drawer/style/index.js +1 -0
  1593. package/es/components/drawer/style/themes/dnb-drawer-theme-ui.css +17 -0
  1594. package/es/components/drawer/style/themes/dnb-drawer-theme-ui.min.css +1 -0
  1595. package/es/components/drawer/style/themes/dnb-drawer-theme-ui.scss +17 -0
  1596. package/es/components/drawer/style/themes/ui.d.ts +1 -0
  1597. package/es/components/drawer/style/themes/ui.js +1 -0
  1598. package/es/components/drawer/style.d.ts +1 -0
  1599. package/es/components/drawer/style.js +1 -0
  1600. package/es/components/drawer/types.d.ts +68 -0
  1601. package/es/components/drawer/types.js +1 -0
  1602. package/es/components/dropdown/index.d.ts +3 -8
  1603. package/es/components/dropdown/style/index.d.ts +1 -6
  1604. package/es/components/dropdown/style/themes/ui.d.ts +1 -0
  1605. package/es/components/dropdown/style.d.ts +1 -0
  1606. package/es/components/dropdown/web-component.d.ts +3 -0
  1607. package/es/components/form-label/index.d.ts +3 -8
  1608. package/es/components/form-label/style/index.d.ts +1 -6
  1609. package/es/components/form-label/style/themes/ui.d.ts +1 -0
  1610. package/es/components/form-label/style.d.ts +1 -0
  1611. package/es/components/form-label/web-component.d.ts +3 -0
  1612. package/es/components/form-row/index.d.ts +3 -8
  1613. package/es/components/form-row/style/index.d.ts +1 -6
  1614. package/es/components/form-row/style/themes/ui.d.ts +1 -0
  1615. package/es/components/form-row/style.d.ts +1 -0
  1616. package/es/components/form-row/web-component.d.ts +3 -0
  1617. package/es/components/form-set/index.d.ts +3 -8
  1618. package/es/components/form-set/style/index.d.ts +1 -6
  1619. package/es/components/form-set/style/themes/ui.d.ts +1 -0
  1620. package/es/components/form-set/style.d.ts +1 -0
  1621. package/es/components/form-set/web-component.d.ts +3 -0
  1622. package/es/components/form-status/index.d.ts +3 -8
  1623. package/es/components/form-status/style/index.d.ts +1 -6
  1624. package/es/components/form-status/style/themes/ui.d.ts +1 -0
  1625. package/es/components/form-status/style.d.ts +1 -0
  1626. package/es/components/form-status/web-component.d.ts +3 -0
  1627. package/es/components/global-error/index.d.ts +3 -8
  1628. package/es/components/global-error/style/index.d.ts +1 -6
  1629. package/es/components/global-error/style/themes/ui.d.ts +1 -0
  1630. package/es/components/global-error/style.d.ts +1 -0
  1631. package/es/components/global-error/web-component.d.ts +3 -0
  1632. package/es/components/global-status/AnimationHelper.d.ts +12 -0
  1633. package/es/components/global-status/GlobalStatusProvider.d.ts +34 -0
  1634. package/es/components/global-status/GlobalStatusProvider.js +114 -115
  1635. package/es/components/global-status/index.d.ts +3 -8
  1636. package/es/components/global-status/style/index.d.ts +1 -6
  1637. package/es/components/global-status/style/themes/ui.d.ts +1 -0
  1638. package/es/components/global-status/style.d.ts +1 -0
  1639. package/es/components/global-status/web-component.d.ts +3 -0
  1640. package/es/components/heading/HeadingContext.d.ts +5 -0
  1641. package/es/components/heading/HeadingCounter.d.ts +42 -0
  1642. package/es/components/heading/HeadingHelpers.d.ts +27 -0
  1643. package/es/components/heading/index.d.ts +3 -8
  1644. package/es/components/heading/style/index.d.ts +1 -6
  1645. package/es/components/heading/style.d.ts +1 -0
  1646. package/es/components/heading/web-component.d.ts +3 -0
  1647. package/es/components/help-button/index.d.ts +3 -8
  1648. package/es/components/help-button/style/index.d.ts +1 -6
  1649. package/es/components/help-button/style/themes/ui.d.ts +1 -0
  1650. package/es/components/help-button/style.d.ts +1 -0
  1651. package/es/components/help-button/web-component.d.ts +3 -0
  1652. package/es/components/icon/IconPrimary.d.ts +3 -0
  1653. package/es/components/icon/index.d.ts +3 -8
  1654. package/es/components/icon/lib/SvgComparison.d.ts +2 -0
  1655. package/es/components/icon/lib/index.d.ts +1 -5
  1656. package/es/components/icon/style/index.d.ts +1 -6
  1657. package/es/components/icon/style.d.ts +1 -0
  1658. package/es/components/icon/web-component.d.ts +3 -0
  1659. package/es/components/icon-primary/index.d.ts +3 -8
  1660. package/es/components/icon-primary/style.d.ts +1 -0
  1661. package/es/components/icon-primary/web-component.d.ts +3 -0
  1662. package/es/components/index.d.ts +43 -96
  1663. package/es/components/index.js +3 -1
  1664. package/es/components/info-card/InfoCard.d.ts +101 -0
  1665. package/es/components/info-card/style.d.ts +1 -0
  1666. package/es/components/input/index.d.ts +1 -6
  1667. package/es/components/input/style/index.d.ts +1 -6
  1668. package/es/components/input/style/themes/ui.d.ts +1 -0
  1669. package/es/components/input/style.d.ts +1 -0
  1670. package/es/components/input/web-component.d.ts +3 -0
  1671. package/es/components/input-masked/InputMaskedContext.d.ts +3 -0
  1672. package/es/components/input-masked/InputMaskedElement.d.ts +1 -0
  1673. package/es/components/input-masked/InputMaskedHooks.d.ts +32 -0
  1674. package/es/components/input-masked/InputMaskedUtils.d.ts +37 -0
  1675. package/es/components/input-masked/addons/createNumberMask.d.ts +15 -0
  1676. package/es/components/input-masked/addons/emailMask.d.ts +7 -0
  1677. package/es/components/input-masked/addons/emailPipe.d.ts +1 -0
  1678. package/es/components/input-masked/index.d.ts +3 -8
  1679. package/es/components/input-masked/style/index.d.ts +1 -6
  1680. package/es/components/input-masked/style.d.ts +1 -0
  1681. package/es/components/input-masked/text-mask/adjustCaretPosition.d.ts +11 -0
  1682. package/es/components/input-masked/text-mask/conformToMask.d.ts +6 -0
  1683. package/es/components/input-masked/text-mask/constants.d.ts +2 -0
  1684. package/es/components/input-masked/text-mask/createTextMaskInputElement.d.ts +8 -0
  1685. package/es/components/input-masked/text-mask/utilities.d.ts +9 -0
  1686. package/es/components/input-masked/web-component.d.ts +3 -0
  1687. package/es/components/lib.d.ts +100 -0
  1688. package/es/components/lib.js +5 -1
  1689. package/es/components/logo/index.d.ts +3 -8
  1690. package/es/components/logo/style/index.d.ts +1 -6
  1691. package/es/components/logo/style.d.ts +1 -0
  1692. package/es/components/logo/web-component.d.ts +3 -0
  1693. package/es/components/modal/Modal.d.ts +136 -0
  1694. package/es/components/modal/Modal.js +16 -15
  1695. package/es/components/modal/ModalContent.d.ts +54 -0
  1696. package/es/components/modal/ModalContent.js +46 -53
  1697. package/es/components/modal/ModalContext.d.ts +22 -0
  1698. package/es/components/modal/ModalContext.js +16 -1
  1699. package/es/components/modal/ModalRoot.d.ts +39 -0
  1700. package/es/components/modal/bodyScrollLock.d.ts +3 -0
  1701. package/es/components/modal/helpers.d.ts +5 -0
  1702. package/es/components/modal/helpers.js +10 -1
  1703. package/es/components/modal/index.d.ts +3 -8
  1704. package/es/components/modal/parts/CloseButton.d.ts +39 -0
  1705. package/es/components/modal/{components → parts}/CloseButton.js +0 -0
  1706. package/es/components/modal/parts/ModalHeader.d.ts +48 -0
  1707. package/es/components/modal/parts/ModalHeader.js +44 -0
  1708. package/es/components/modal/parts/ModalHeaderBar.d.ts +50 -0
  1709. package/es/components/modal/parts/ModalHeaderBar.js +90 -0
  1710. package/es/components/modal/parts/ModalInner.d.ts +32 -0
  1711. package/es/components/modal/parts/ModalInner.js +40 -0
  1712. package/es/components/modal/style/_modal.scss +25 -342
  1713. package/es/components/modal/style/dnb-modal.css +677 -366
  1714. package/es/components/modal/style/dnb-modal.min.css +1 -1
  1715. package/es/components/modal/style/dnb-modal.scss +2 -0
  1716. package/es/components/modal/style/index.d.ts +1 -6
  1717. package/es/components/modal/style/themes/dnb-modal-theme-ui.css +0 -4
  1718. package/es/components/modal/style/themes/dnb-modal-theme-ui.min.css +1 -1
  1719. package/es/components/modal/style/themes/dnb-modal-theme-ui.scss +0 -18
  1720. package/es/components/modal/style/themes/ui.d.ts +1 -0
  1721. package/es/components/modal/style.d.ts +1 -0
  1722. package/es/components/modal/types.d.ts +284 -0
  1723. package/es/components/modal/web-component.d.ts +3 -0
  1724. package/es/components/number-format/index.d.ts +3 -8
  1725. package/es/components/number-format/style/index.d.ts +1 -6
  1726. package/es/components/number-format/style.d.ts +1 -0
  1727. package/es/components/number-format/web-component.d.ts +3 -0
  1728. package/es/components/pagination/InfinityScroller.d.ts +1 -0
  1729. package/es/components/pagination/PaginationCalculation.d.ts +6 -0
  1730. package/es/components/pagination/PaginationContext.d.ts +5 -0
  1731. package/es/components/pagination/index.d.ts +3 -8
  1732. package/es/components/pagination/style/index.d.ts +1 -6
  1733. package/es/components/pagination/style/themes/ui.d.ts +1 -0
  1734. package/es/components/pagination/style.d.ts +1 -0
  1735. package/es/components/pagination/web-component.d.ts +3 -0
  1736. package/es/components/progress-indicator/index.d.ts +3 -8
  1737. package/es/components/progress-indicator/style/index.d.ts +1 -6
  1738. package/es/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.css +15 -0
  1739. package/es/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.min.css +1 -1
  1740. package/es/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.scss +17 -0
  1741. package/es/components/progress-indicator/style/themes/ui.d.ts +1 -0
  1742. package/es/components/progress-indicator/style.d.ts +1 -0
  1743. package/es/components/progress-indicator/web-component.d.ts +3 -0
  1744. package/es/components/radio/RadioGroupContext.d.ts +3 -0
  1745. package/es/components/radio/group/web-component.d.ts +3 -0
  1746. package/es/components/radio/index.d.ts +3 -8
  1747. package/es/components/radio/style/index.d.ts +1 -6
  1748. package/es/components/radio/style/themes/ui.d.ts +1 -0
  1749. package/es/components/radio/style.d.ts +1 -0
  1750. package/es/components/radio/web-component.d.ts +3 -0
  1751. package/es/components/section/Section.d.ts +0 -5
  1752. package/es/components/section/index.d.ts +3 -8
  1753. package/es/components/section/style/index.d.ts +1 -6
  1754. package/es/components/section/style/themes/ui.d.ts +1 -0
  1755. package/es/components/section/style.d.ts +1 -0
  1756. package/es/components/section/web-component.d.ts +3 -0
  1757. package/es/components/skeleton/figures/index.d.ts +5 -11
  1758. package/es/components/skeleton/index.d.ts +3 -8
  1759. package/es/components/skeleton/style/index.d.ts +1 -6
  1760. package/es/components/skeleton/style/themes/brand.d.ts +1 -0
  1761. package/es/components/skeleton/style/themes/norway.d.ts +1 -0
  1762. package/es/components/skeleton/style/themes/rainbow.d.ts +1 -0
  1763. package/es/components/skeleton/style/themes/ui.d.ts +1 -0
  1764. package/es/components/skeleton/style.d.ts +1 -0
  1765. package/es/components/skeleton/web-component.d.ts +3 -0
  1766. package/es/components/slider/index.d.ts +3 -8
  1767. package/es/components/slider/style/index.d.ts +1 -6
  1768. package/es/components/slider/style/themes/ui.d.ts +1 -0
  1769. package/es/components/slider/style.d.ts +1 -0
  1770. package/es/components/slider/web-component.d.ts +3 -0
  1771. package/es/components/space/SpacingHelper.d.ts +52 -0
  1772. package/es/components/space/index.d.ts +3 -8
  1773. package/es/components/space/style/index.d.ts +1 -6
  1774. package/es/components/space/style/themes/ui.d.ts +1 -0
  1775. package/es/components/space/style.d.ts +1 -0
  1776. package/es/components/space/web-component.d.ts +3 -0
  1777. package/es/components/step-indicator/StepIndicatorItem-v1.d.ts +3 -0
  1778. package/es/components/step-indicator/StepIndicatorList.d.ts +7 -0
  1779. package/es/components/step-indicator/StepIndicatorModal.d.ts +9 -0
  1780. package/es/components/step-indicator/StepIndicatorProps.d.ts +65 -0
  1781. package/es/components/step-indicator/index.d.ts +3 -8
  1782. package/es/components/step-indicator/style/index.d.ts +1 -6
  1783. package/es/components/step-indicator/style/themes/ui.d.ts +1 -0
  1784. package/es/components/step-indicator/style.d.ts +1 -0
  1785. package/es/components/step-indicator/web-component.d.ts +3 -0
  1786. package/es/components/style/index.d.ts +1 -6
  1787. package/es/components/switch/index.d.ts +3 -8
  1788. package/es/components/switch/style/index.d.ts +1 -6
  1789. package/es/components/switch/style/themes/ui.d.ts +1 -0
  1790. package/es/components/switch/style.d.ts +1 -0
  1791. package/es/components/switch/web-component.d.ts +3 -0
  1792. package/es/components/tabs/index.d.ts +3 -8
  1793. package/es/components/tabs/style/index.d.ts +1 -6
  1794. package/es/components/tabs/style/themes/ui.d.ts +1 -0
  1795. package/es/components/tabs/style.d.ts +1 -0
  1796. package/es/components/tabs/web-component.d.ts +3 -0
  1797. package/es/components/tag/Tag.d.ts +61 -0
  1798. package/es/components/tag/TagContext.d.ts +2 -0
  1799. package/es/components/tag/TagGroup.d.ts +26 -0
  1800. package/es/components/tag/index.d.ts +3 -8
  1801. package/es/components/tag/style/index.d.ts +1 -6
  1802. package/es/components/tag/style.d.ts +1 -0
  1803. package/es/components/textarea/index.d.ts +1 -6
  1804. package/es/components/textarea/style/index.d.ts +1 -6
  1805. package/es/components/textarea/style/themes/ui.d.ts +1 -0
  1806. package/es/components/textarea/style.d.ts +1 -0
  1807. package/es/components/textarea/web-component.d.ts +3 -0
  1808. package/es/components/timeline/Timeline.d.ts +38 -0
  1809. package/es/components/timeline/TimelineItem.d.ts +39 -0
  1810. package/es/components/timeline/index.d.ts +3 -8
  1811. package/es/components/timeline/style/index.d.ts +1 -6
  1812. package/es/components/timeline/style/themes/ui.d.ts +1 -0
  1813. package/es/components/timeline/style.d.ts +1 -0
  1814. package/es/components/toggle-button/ToggleButtonGroupContext.d.ts +3 -0
  1815. package/es/components/toggle-button/group/web-component.d.ts +3 -0
  1816. package/es/components/toggle-button/index.d.ts +3 -8
  1817. package/es/components/toggle-button/style/index.d.ts +1 -6
  1818. package/es/components/toggle-button/style/themes/ui.d.ts +1 -0
  1819. package/es/components/toggle-button/style.d.ts +1 -0
  1820. package/es/components/toggle-button/web-component.d.ts +3 -0
  1821. package/es/components/tooltip/TooltipHelpers.d.ts +1 -0
  1822. package/es/components/tooltip/index.d.ts +3 -8
  1823. package/es/components/tooltip/style/index.d.ts +1 -6
  1824. package/es/components/tooltip/style/themes/ui.d.ts +1 -0
  1825. package/es/components/tooltip/style.d.ts +1 -0
  1826. package/es/components/tooltip/web-component.d.ts +3 -0
  1827. package/es/components/visually-hidden/VisuallyHidden.d.ts +31 -0
  1828. package/es/components/visually-hidden/index.d.ts +3 -8
  1829. package/es/components/visually-hidden/style/index.d.ts +1 -6
  1830. package/es/components/visually-hidden/style.d.ts +1 -0
  1831. package/es/components/vue.d.ts +6 -0
  1832. package/es/components/web-components.d.ts +1 -0
  1833. package/es/elements/Ingress.d.ts +5 -0
  1834. package/es/elements/Link.d.ts +2 -0
  1835. package/es/elements/Paragraph.d.ts +5 -0
  1836. package/es/elements/index.d.ts +30 -74
  1837. package/es/elements/lib.d.ts +71 -0
  1838. package/es/esm/dnb-ui-basis.d.ts +1 -0
  1839. package/es/esm/dnb-ui-components.d.ts +1 -0
  1840. package/es/esm/dnb-ui-elements.d.ts +1 -0
  1841. package/es/esm/dnb-ui-extensions.d.ts +1 -0
  1842. package/es/esm/dnb-ui-icons-archive.d.ts +1 -0
  1843. package/es/esm/dnb-ui-icons.d.ts +2 -0
  1844. package/es/esm/dnb-ui-lib.d.ts +2 -0
  1845. package/es/esm/dnb-ui-web-components.d.ts +1 -0
  1846. package/es/extensions/index.d.ts +2 -16
  1847. package/es/extensions/lib.d.ts +6 -0
  1848. package/es/extensions/payment-card/icons/index.d.ts +15 -98
  1849. package/es/extensions/payment-card/index.d.ts +3 -8
  1850. package/es/extensions/payment-card/style/index.d.ts +1 -6
  1851. package/es/extensions/payment-card/style/themes/ui.d.ts +1 -0
  1852. package/es/extensions/payment-card/style.d.ts +1 -0
  1853. package/es/extensions/payment-card/utils/CardDesigns.d.ts +242 -0
  1854. package/es/extensions/payment-card/utils/Types.d.ts +91 -0
  1855. package/es/extensions/payment-card/utils/cardProducts.d.ts +18 -0
  1856. package/es/extensions/payment-card/web-component.d.ts +3 -0
  1857. package/es/extensions/style/index.d.ts +1 -6
  1858. package/es/extensions/vue.d.ts +6 -0
  1859. package/es/extensions/web-components.d.ts +1 -0
  1860. package/es/fragments/DrawerList.d.ts +3 -14
  1861. package/es/fragments/ScrollView.d.ts +3 -14
  1862. package/es/fragments/drawer-list/DrawerListContext.d.ts +3 -0
  1863. package/es/fragments/drawer-list/DrawerListHelpers.d.ts +141 -0
  1864. package/es/fragments/drawer-list/index.d.ts +3 -8
  1865. package/es/fragments/drawer-list/style/index.d.ts +1 -6
  1866. package/es/fragments/drawer-list/style/themes/ui.d.ts +1 -0
  1867. package/es/fragments/drawer-list/style.d.ts +1 -0
  1868. package/es/fragments/drawer-list/web-component.d.ts +3 -0
  1869. package/es/fragments/index.d.ts +3 -17
  1870. package/es/fragments/lib.d.ts +12 -0
  1871. package/es/fragments/scroll-view/ScrollView.d.ts +14 -0
  1872. package/es/fragments/scroll-view/index.d.ts +3 -8
  1873. package/es/fragments/scroll-view/style/index.d.ts +1 -6
  1874. package/es/fragments/scroll-view/style/themes/ui.d.ts +1 -0
  1875. package/es/fragments/scroll-view/style.d.ts +1 -0
  1876. package/es/fragments/scroll-view/web-component.d.ts +3 -0
  1877. package/es/icons/above_the_line.d.ts +2 -0
  1878. package/es/icons/above_the_line_medium.d.ts +2 -0
  1879. package/es/icons/account.d.ts +2 -0
  1880. package/es/icons/account_card.d.ts +2 -0
  1881. package/es/icons/account_card_medium.d.ts +2 -0
  1882. package/es/icons/account_in.d.ts +2 -0
  1883. package/es/icons/account_in_medium.d.ts +2 -0
  1884. package/es/icons/account_medium.d.ts +2 -0
  1885. package/es/icons/account_out.d.ts +2 -0
  1886. package/es/icons/account_out_medium.d.ts +2 -0
  1887. package/es/icons/account_percent.d.ts +2 -0
  1888. package/es/icons/add.d.ts +2 -0
  1889. package/es/icons/add_circled.d.ts +2 -0
  1890. package/es/icons/add_circled_medium.d.ts +2 -0
  1891. package/es/icons/add_medium.d.ts +2 -0
  1892. package/es/icons/ainvoice.d.ts +2 -0
  1893. package/es/icons/ainvoice_medium.d.ts +2 -0
  1894. package/es/icons/ambulance.d.ts +2 -0
  1895. package/es/icons/ambulance_medium.d.ts +2 -0
  1896. package/es/icons/animal_print.d.ts +2 -0
  1897. package/es/icons/animal_print_medium.d.ts +2 -0
  1898. package/es/icons/apple_watch.d.ts +2 -0
  1899. package/es/icons/apple_watch_medium.d.ts +2 -0
  1900. package/es/icons/arrow_down.d.ts +2 -0
  1901. package/es/icons/arrow_down_medium.d.ts +2 -0
  1902. package/es/icons/arrow_left.d.ts +2 -0
  1903. package/es/icons/arrow_left_medium.d.ts +2 -0
  1904. package/es/icons/arrow_right.d.ts +2 -0
  1905. package/es/icons/arrow_right_medium.d.ts +2 -0
  1906. package/es/icons/arrow_up.d.ts +2 -0
  1907. package/es/icons/arrow_up_medium.d.ts +2 -0
  1908. package/es/icons/attachment.d.ts +2 -0
  1909. package/es/icons/attachment_medium.d.ts +2 -0
  1910. package/es/icons/baby.d.ts +2 -0
  1911. package/es/icons/baby_medium.d.ts +2 -0
  1912. package/es/icons/bandage.d.ts +2 -0
  1913. package/es/icons/bandage_medium.d.ts +2 -0
  1914. package/es/icons/bank.d.ts +2 -0
  1915. package/es/icons/bank_medium.d.ts +2 -0
  1916. package/es/icons/bankid.d.ts +2 -0
  1917. package/es/icons/bankid_medium.d.ts +2 -0
  1918. package/es/icons/bankid_mobile.d.ts +2 -0
  1919. package/es/icons/bankid_mobile_medium.d.ts +2 -0
  1920. package/es/icons/bankid_qr.d.ts +2 -0
  1921. package/es/icons/bankid_qr_medium.d.ts +2 -0
  1922. package/es/icons/bell.d.ts +2 -0
  1923. package/es/icons/bell_medium.d.ts +2 -0
  1924. package/es/icons/bicycle.d.ts +2 -0
  1925. package/es/icons/bicycle_medium.d.ts +2 -0
  1926. package/es/icons/boat.d.ts +2 -0
  1927. package/es/icons/boat_medium.d.ts +2 -0
  1928. package/es/icons/bowling.d.ts +2 -0
  1929. package/es/icons/bowling_medium.d.ts +2 -0
  1930. package/es/icons/brickwall.d.ts +2 -0
  1931. package/es/icons/brickwall_medium.d.ts +2 -0
  1932. package/es/icons/broken_chain.d.ts +2 -0
  1933. package/es/icons/broken_chain_medium.d.ts +2 -0
  1934. package/es/icons/brush.d.ts +2 -0
  1935. package/es/icons/brush_medium.d.ts +2 -0
  1936. package/es/icons/bsu.d.ts +2 -0
  1937. package/es/icons/bsu_medium.d.ts +2 -0
  1938. package/es/icons/bubble.d.ts +2 -0
  1939. package/es/icons/bubble_medium.d.ts +2 -0
  1940. package/es/icons/building_construction.d.ts +2 -0
  1941. package/es/icons/building_construction_medium.d.ts +2 -0
  1942. package/es/icons/calculator.d.ts +2 -0
  1943. package/es/icons/calculator_medium.d.ts +2 -0
  1944. package/es/icons/calendar.d.ts +2 -0
  1945. package/es/icons/calendar_medium.d.ts +2 -0
  1946. package/es/icons/camera.d.ts +2 -0
  1947. package/es/icons/camera_medium.d.ts +2 -0
  1948. package/es/icons/camper_trailer.d.ts +2 -0
  1949. package/es/icons/camper_trailer_medium.d.ts +2 -0
  1950. package/es/icons/car_1.d.ts +2 -0
  1951. package/es/icons/car_1_medium.d.ts +2 -0
  1952. package/es/icons/car_2.d.ts +2 -0
  1953. package/es/icons/car_2_medium.d.ts +2 -0
  1954. package/es/icons/caravan.d.ts +2 -0
  1955. package/es/icons/caravan_medium.d.ts +2 -0
  1956. package/es/icons/card.d.ts +2 -0
  1957. package/es/icons/card_in.d.ts +2 -0
  1958. package/es/icons/card_in_medium.d.ts +2 -0
  1959. package/es/icons/card_medium.d.ts +2 -0
  1960. package/es/icons/card_out.d.ts +2 -0
  1961. package/es/icons/card_out_medium.d.ts +2 -0
  1962. package/es/icons/card_with_padlock.d.ts +2 -0
  1963. package/es/icons/card_with_padlock_medium.d.ts +2 -0
  1964. package/es/icons/cat.d.ts +2 -0
  1965. package/es/icons/cat_medium.d.ts +2 -0
  1966. package/es/icons/chain.d.ts +2 -0
  1967. package/es/icons/chain_medium.d.ts +2 -0
  1968. package/es/icons/charger.d.ts +2 -0
  1969. package/es/icons/charger_medium.d.ts +2 -0
  1970. package/es/icons/chat.d.ts +2 -0
  1971. package/es/icons/chat_medium.d.ts +2 -0
  1972. package/es/icons/chatbot.d.ts +2 -0
  1973. package/es/icons/chatbot_medium.d.ts +2 -0
  1974. package/es/icons/check.d.ts +2 -0
  1975. package/es/icons/check_medium.d.ts +2 -0
  1976. package/es/icons/chevron_down.d.ts +2 -0
  1977. package/es/icons/chevron_down_medium.d.ts +2 -0
  1978. package/es/icons/chevron_left.d.ts +2 -0
  1979. package/es/icons/chevron_left_medium.d.ts +2 -0
  1980. package/es/icons/chevron_right.d.ts +2 -0
  1981. package/es/icons/chevron_right_medium.d.ts +2 -0
  1982. package/es/icons/chevron_up.d.ts +2 -0
  1983. package/es/icons/chevron_up_medium.d.ts +2 -0
  1984. package/es/icons/chip.d.ts +2 -0
  1985. package/es/icons/chip_medium.d.ts +2 -0
  1986. package/es/icons/clock.d.ts +2 -0
  1987. package/es/icons/clock_medium.d.ts +2 -0
  1988. package/es/icons/close.d.ts +2 -0
  1989. package/es/icons/close_medium.d.ts +2 -0
  1990. package/es/icons/cloud.d.ts +2 -0
  1991. package/es/icons/cloud_download.d.ts +2 -0
  1992. package/es/icons/cloud_download_medium.d.ts +2 -0
  1993. package/es/icons/cloud_medium.d.ts +2 -0
  1994. package/es/icons/cloud_rain.d.ts +2 -0
  1995. package/es/icons/cloud_rain_medium.d.ts +2 -0
  1996. package/es/icons/cloud_sync.d.ts +2 -0
  1997. package/es/icons/cloud_sync_medium.d.ts +2 -0
  1998. package/es/icons/cloud_transfer.d.ts +2 -0
  1999. package/es/icons/cloud_transfer_medium.d.ts +2 -0
  2000. package/es/icons/cloud_upload.d.ts +2 -0
  2001. package/es/icons/cloud_upload_medium.d.ts +2 -0
  2002. package/es/icons/cog.d.ts +2 -0
  2003. package/es/icons/cog_medium.d.ts +2 -0
  2004. package/es/icons/coins_1.d.ts +2 -0
  2005. package/es/icons/coins_1_medium.d.ts +2 -0
  2006. package/es/icons/coins_2.d.ts +2 -0
  2007. package/es/icons/coins_2_medium.d.ts +2 -0
  2008. package/es/icons/coins_3.d.ts +2 -0
  2009. package/es/icons/coins_3_medium.d.ts +2 -0
  2010. package/es/icons/compose.d.ts +2 -0
  2011. package/es/icons/compose_medium.d.ts +2 -0
  2012. package/es/icons/confetti.d.ts +2 -0
  2013. package/es/icons/confetti_medium.d.ts +2 -0
  2014. package/es/icons/contacts.d.ts +2 -0
  2015. package/es/icons/contacts_medium.d.ts +2 -0
  2016. package/es/icons/cookie.d.ts +2 -0
  2017. package/es/icons/cookie_medium.d.ts +2 -0
  2018. package/es/icons/copy.d.ts +2 -0
  2019. package/es/icons/copy_medium.d.ts +2 -0
  2020. package/es/icons/credit_note.d.ts +2 -0
  2021. package/es/icons/credit_note_medium.d.ts +2 -0
  2022. package/es/icons/currency.d.ts +2 -0
  2023. package/es/icons/currency_medium.d.ts +2 -0
  2024. package/es/icons/customer_service.d.ts +2 -0
  2025. package/es/icons/customer_service_medium.d.ts +2 -0
  2026. package/es/icons/deleted_invoice.d.ts +2 -0
  2027. package/es/icons/deleted_invoice_medium.d.ts +2 -0
  2028. package/es/icons/diamond.d.ts +2 -0
  2029. package/es/icons/diamond_medium.d.ts +2 -0
  2030. package/es/icons/digipass.d.ts +2 -0
  2031. package/es/icons/digipass_medium.d.ts +2 -0
  2032. package/es/icons/digipost.d.ts +2 -0
  2033. package/es/icons/digipost_medium.d.ts +2 -0
  2034. package/es/icons/dismiss_keyboard.d.ts +2 -0
  2035. package/es/icons/dismiss_keyboard_medium.d.ts +2 -0
  2036. package/es/icons/document.d.ts +2 -0
  2037. package/es/icons/document_add.d.ts +2 -0
  2038. package/es/icons/document_add_medium.d.ts +2 -0
  2039. package/es/icons/document_contract.d.ts +2 -0
  2040. package/es/icons/document_contract_medium.d.ts +2 -0
  2041. package/es/icons/document_csv.d.ts +2 -0
  2042. package/es/icons/document_csv_medium.d.ts +2 -0
  2043. package/es/icons/document_loupe.d.ts +2 -0
  2044. package/es/icons/document_loupe_medium.d.ts +2 -0
  2045. package/es/icons/document_medium.d.ts +2 -0
  2046. package/es/icons/document_pdf.d.ts +2 -0
  2047. package/es/icons/document_pdf_medium.d.ts +2 -0
  2048. package/es/icons/document_rejected.d.ts +2 -0
  2049. package/es/icons/document_rejected_medium.d.ts +2 -0
  2050. package/es/icons/document_signing.d.ts +2 -0
  2051. package/es/icons/document_signing_medium.d.ts +2 -0
  2052. package/es/icons/document_txt.d.ts +2 -0
  2053. package/es/icons/document_txt_medium.d.ts +2 -0
  2054. package/es/icons/document_warning.d.ts +2 -0
  2055. package/es/icons/document_warning_medium.d.ts +2 -0
  2056. package/es/icons/document_word.d.ts +2 -0
  2057. package/es/icons/document_word_medium.d.ts +2 -0
  2058. package/es/icons/document_xls.d.ts +2 -0
  2059. package/es/icons/document_xls_medium.d.ts +2 -0
  2060. package/es/icons/dog.d.ts +2 -0
  2061. package/es/icons/dog_medium.d.ts +2 -0
  2062. package/es/icons/download.d.ts +2 -0
  2063. package/es/icons/download_medium.d.ts +2 -0
  2064. package/es/icons/edit.d.ts +2 -0
  2065. package/es/icons/edit_medium.d.ts +2 -0
  2066. package/es/icons/einvoice.d.ts +2 -0
  2067. package/es/icons/einvoice_medium.d.ts +2 -0
  2068. package/es/icons/email.d.ts +2 -0
  2069. package/es/icons/email_medium.d.ts +2 -0
  2070. package/es/icons/equities_and_mutual_funds.d.ts +2 -0
  2071. package/es/icons/equities_and_mutual_funds_medium.d.ts +2 -0
  2072. package/es/icons/exclamation.d.ts +2 -0
  2073. package/es/icons/exclamation_circled.d.ts +2 -0
  2074. package/es/icons/exclamation_circled_medium.d.ts +2 -0
  2075. package/es/icons/exclamation_medium.d.ts +2 -0
  2076. package/es/icons/exclamation_triangle.d.ts +2 -0
  2077. package/es/icons/exclamation_triangle_medium.d.ts +2 -0
  2078. package/es/icons/facebook.d.ts +2 -0
  2079. package/es/icons/facebook_medium.d.ts +2 -0
  2080. package/es/icons/factory.d.ts +2 -0
  2081. package/es/icons/factory_medium.d.ts +2 -0
  2082. package/es/icons/file.d.ts +2 -0
  2083. package/es/icons/file_add.d.ts +2 -0
  2084. package/es/icons/file_add_medium.d.ts +2 -0
  2085. package/es/icons/file_contract.d.ts +2 -0
  2086. package/es/icons/file_contract_medium.d.ts +2 -0
  2087. package/es/icons/file_csv.d.ts +2 -0
  2088. package/es/icons/file_csv_medium.d.ts +2 -0
  2089. package/es/icons/file_loupe.d.ts +2 -0
  2090. package/es/icons/file_loupe_medium.d.ts +2 -0
  2091. package/es/icons/file_medium.d.ts +2 -0
  2092. package/es/icons/file_pdf.d.ts +2 -0
  2093. package/es/icons/file_pdf_medium.d.ts +2 -0
  2094. package/es/icons/file_ppt.d.ts +2 -0
  2095. package/es/icons/file_ppt_medium.d.ts +2 -0
  2096. package/es/icons/file_rejected.d.ts +2 -0
  2097. package/es/icons/file_rejected_medium.d.ts +2 -0
  2098. package/es/icons/file_signing.d.ts +2 -0
  2099. package/es/icons/file_signing_medium.d.ts +2 -0
  2100. package/es/icons/file_txt.d.ts +2 -0
  2101. package/es/icons/file_txt_medium.d.ts +2 -0
  2102. package/es/icons/file_warning.d.ts +2 -0
  2103. package/es/icons/file_warning_medium.d.ts +2 -0
  2104. package/es/icons/file_word.d.ts +2 -0
  2105. package/es/icons/file_word_medium.d.ts +2 -0
  2106. package/es/icons/file_xls.d.ts +2 -0
  2107. package/es/icons/file_xls_medium.d.ts +2 -0
  2108. package/es/icons/file_xml.d.ts +2 -0
  2109. package/es/icons/file_xml_medium.d.ts +2 -0
  2110. package/es/icons/filter.d.ts +2 -0
  2111. package/es/icons/filter_medium.d.ts +2 -0
  2112. package/es/icons/first_aid.d.ts +2 -0
  2113. package/es/icons/first_aid_medium.d.ts +2 -0
  2114. package/es/icons/flying_money.d.ts +2 -0
  2115. package/es/icons/flying_money_medium.d.ts +2 -0
  2116. package/es/icons/folder.d.ts +2 -0
  2117. package/es/icons/folder_medium.d.ts +2 -0
  2118. package/es/icons/fridge.d.ts +2 -0
  2119. package/es/icons/fridge_medium.d.ts +2 -0
  2120. package/es/icons/fullscreen.d.ts +2 -0
  2121. package/es/icons/fullscreen_medium.d.ts +2 -0
  2122. package/es/icons/fund_in.d.ts +2 -0
  2123. package/es/icons/fund_out.d.ts +2 -0
  2124. package/es/icons/funds.d.ts +2 -0
  2125. package/es/icons/funds_in.d.ts +2 -0
  2126. package/es/icons/funds_in_medium.d.ts +2 -0
  2127. package/es/icons/funds_medium.d.ts +2 -0
  2128. package/es/icons/funds_out.d.ts +2 -0
  2129. package/es/icons/funds_out_medium.d.ts +2 -0
  2130. package/es/icons/globe.d.ts +2 -0
  2131. package/es/icons/globe_medium.d.ts +2 -0
  2132. package/es/icons/grabber.d.ts +2 -0
  2133. package/es/icons/grabber_medium.d.ts +2 -0
  2134. package/es/icons/graph_decrease.d.ts +2 -0
  2135. package/es/icons/graph_decrease_medium.d.ts +2 -0
  2136. package/es/icons/graph_increase.d.ts +2 -0
  2137. package/es/icons/graph_increase_medium.d.ts +2 -0
  2138. package/es/icons/hamburger.d.ts +2 -0
  2139. package/es/icons/hamburger_medium.d.ts +2 -0
  2140. package/es/icons/hand_money.d.ts +2 -0
  2141. package/es/icons/hand_money_medium.d.ts +2 -0
  2142. package/es/icons/hanger.d.ts +2 -0
  2143. package/es/icons/hanger_medium.d.ts +2 -0
  2144. package/es/icons/heart.d.ts +2 -0
  2145. package/es/icons/heart_medium.d.ts +2 -0
  2146. package/es/icons/heart_rate.d.ts +2 -0
  2147. package/es/icons/heart_rate_medium.d.ts +2 -0
  2148. package/es/icons/hide.d.ts +2 -0
  2149. package/es/icons/hide_medium.d.ts +2 -0
  2150. package/es/icons/history.d.ts +2 -0
  2151. package/es/icons/history_medium.d.ts +2 -0
  2152. package/es/icons/home.d.ts +2 -0
  2153. package/es/icons/home_medium.d.ts +2 -0
  2154. package/es/icons/horse.d.ts +2 -0
  2155. package/es/icons/horse_medium.d.ts +2 -0
  2156. package/es/icons/hourglass.d.ts +2 -0
  2157. package/es/icons/hourglass_medium.d.ts +2 -0
  2158. package/es/icons/house_1.d.ts +2 -0
  2159. package/es/icons/house_1_medium.d.ts +2 -0
  2160. package/es/icons/house_2.d.ts +2 -0
  2161. package/es/icons/house_2_medium.d.ts +2 -0
  2162. package/es/icons/house_value.d.ts +2 -0
  2163. package/es/icons/house_value_medium.d.ts +2 -0
  2164. package/es/icons/index.d.ts +501 -1005
  2165. package/es/icons/information.d.ts +2 -0
  2166. package/es/icons/information_bubble.d.ts +2 -0
  2167. package/es/icons/information_bubble_medium.d.ts +2 -0
  2168. package/es/icons/information_circled.d.ts +2 -0
  2169. package/es/icons/information_circled_medium.d.ts +2 -0
  2170. package/es/icons/information_medium.d.ts +2 -0
  2171. package/es/icons/instagram.d.ts +2 -0
  2172. package/es/icons/instagram_medium.d.ts +2 -0
  2173. package/es/icons/insurance.d.ts +2 -0
  2174. package/es/icons/insurance_medium.d.ts +2 -0
  2175. package/es/icons/kid_number.d.ts +2 -0
  2176. package/es/icons/kid_number_medium.d.ts +2 -0
  2177. package/es/icons/language.d.ts +2 -0
  2178. package/es/icons/language_medium.d.ts +2 -0
  2179. package/es/icons/launch.d.ts +2 -0
  2180. package/es/icons/launch_medium.d.ts +2 -0
  2181. package/es/icons/leaf.d.ts +2 -0
  2182. package/es/icons/leaf_medium.d.ts +2 -0
  2183. package/es/icons/lightbulb.d.ts +2 -0
  2184. package/es/icons/lightbulb_medium.d.ts +2 -0
  2185. package/es/icons/linkedin.d.ts +2 -0
  2186. package/es/icons/linkedin_medium.d.ts +2 -0
  2187. package/es/icons/list.d.ts +2 -0
  2188. package/es/icons/list_medium.d.ts +2 -0
  2189. package/es/icons/loan.d.ts +2 -0
  2190. package/es/icons/loan_in.d.ts +2 -0
  2191. package/es/icons/loan_in_medium.d.ts +2 -0
  2192. package/es/icons/loan_medium.d.ts +2 -0
  2193. package/es/icons/loan_out.d.ts +2 -0
  2194. package/es/icons/loan_out_medium.d.ts +2 -0
  2195. package/es/icons/location.d.ts +2 -0
  2196. package/es/icons/location_medium.d.ts +2 -0
  2197. package/es/icons/log_in.d.ts +2 -0
  2198. package/es/icons/log_in_medium.d.ts +2 -0
  2199. package/es/icons/log_out.d.ts +2 -0
  2200. package/es/icons/log_out_medium.d.ts +2 -0
  2201. package/es/icons/loupe.d.ts +2 -0
  2202. package/es/icons/loupe_medium.d.ts +2 -0
  2203. package/es/icons/mastercard.d.ts +2 -0
  2204. package/es/icons/mastercard_card.d.ts +2 -0
  2205. package/es/icons/mastercard_card_medium.d.ts +2 -0
  2206. package/es/icons/mastercard_medium.d.ts +2 -0
  2207. package/es/icons/megaphone.d.ts +2 -0
  2208. package/es/icons/megaphone_medium.d.ts +2 -0
  2209. package/es/icons/microphone.d.ts +2 -0
  2210. package/es/icons/microphone_medium.d.ts +2 -0
  2211. package/es/icons/minimize.d.ts +2 -0
  2212. package/es/icons/minimize_medium.d.ts +2 -0
  2213. package/es/icons/mobilephone.d.ts +2 -0
  2214. package/es/icons/mobilephone_medium.d.ts +2 -0
  2215. package/es/icons/more.d.ts +2 -0
  2216. package/es/icons/more_medium.d.ts +2 -0
  2217. package/es/icons/more_vertical.d.ts +2 -0
  2218. package/es/icons/more_vertical_medium.d.ts +2 -0
  2219. package/es/icons/motorcycle.d.ts +2 -0
  2220. package/es/icons/motorcycle_medium.d.ts +2 -0
  2221. package/es/icons/move.d.ts +2 -0
  2222. package/es/icons/move_medium.d.ts +2 -0
  2223. package/es/icons/office_buildings.d.ts +2 -0
  2224. package/es/icons/office_buildings_medium.d.ts +2 -0
  2225. package/es/icons/oil.d.ts +2 -0
  2226. package/es/icons/oil_medium.d.ts +2 -0
  2227. package/es/icons/owl.d.ts +2 -0
  2228. package/es/icons/owl_medium.d.ts +2 -0
  2229. package/es/icons/padlock.d.ts +2 -0
  2230. package/es/icons/padlock_medium.d.ts +2 -0
  2231. package/es/icons/paperclip.d.ts +2 -0
  2232. package/es/icons/paperclip_medium.d.ts +2 -0
  2233. package/es/icons/paragraph.d.ts +2 -0
  2234. package/es/icons/paragraph_medium.d.ts +2 -0
  2235. package/es/icons/pause.d.ts +2 -0
  2236. package/es/icons/pause_medium.d.ts +2 -0
  2237. package/es/icons/pay_from.d.ts +2 -0
  2238. package/es/icons/pay_from_medium.d.ts +2 -0
  2239. package/es/icons/pension.d.ts +2 -0
  2240. package/es/icons/pension_medium.d.ts +2 -0
  2241. package/es/icons/people_1.d.ts +2 -0
  2242. package/es/icons/people_1_medium.d.ts +2 -0
  2243. package/es/icons/people_2.d.ts +2 -0
  2244. package/es/icons/people_2_medium.d.ts +2 -0
  2245. package/es/icons/person.d.ts +2 -0
  2246. package/es/icons/person_medium.d.ts +2 -0
  2247. package/es/icons/person_shield.d.ts +2 -0
  2248. package/es/icons/person_shield_medium.d.ts +2 -0
  2249. package/es/icons/phone.d.ts +2 -0
  2250. package/es/icons/phone_medium.d.ts +2 -0
  2251. package/es/icons/photo.d.ts +2 -0
  2252. package/es/icons/photo_medium.d.ts +2 -0
  2253. package/es/icons/pin.d.ts +2 -0
  2254. package/es/icons/pin_code.d.ts +2 -0
  2255. package/es/icons/pin_code_medium.d.ts +2 -0
  2256. package/es/icons/pin_medium.d.ts +2 -0
  2257. package/es/icons/plant.d.ts +2 -0
  2258. package/es/icons/plant_medium.d.ts +2 -0
  2259. package/es/icons/play.d.ts +2 -0
  2260. package/es/icons/play_medium.d.ts +2 -0
  2261. package/es/icons/primary_icons.d.ts +23 -0
  2262. package/es/icons/primary_icons_medium.d.ts +23 -0
  2263. package/es/icons/printer.d.ts +2 -0
  2264. package/es/icons/printer_medium.d.ts +2 -0
  2265. package/es/icons/products_account_percent_medium.d.ts +2 -0
  2266. package/es/icons/profile.d.ts +2 -0
  2267. package/es/icons/profile_medium.d.ts +2 -0
  2268. package/es/icons/progress.d.ts +2 -0
  2269. package/es/icons/progress_medium.d.ts +2 -0
  2270. package/es/icons/question.d.ts +2 -0
  2271. package/es/icons/question_circled.d.ts +2 -0
  2272. package/es/icons/question_circled_medium.d.ts +2 -0
  2273. package/es/icons/question_medium.d.ts +2 -0
  2274. package/es/icons/recurring.d.ts +2 -0
  2275. package/es/icons/recurring_medium.d.ts +2 -0
  2276. package/es/icons/redo.d.ts +2 -0
  2277. package/es/icons/redo_medium.d.ts +2 -0
  2278. package/es/icons/ref_number.d.ts +2 -0
  2279. package/es/icons/ref_number_medium.d.ts +2 -0
  2280. package/es/icons/refresh.d.ts +2 -0
  2281. package/es/icons/refresh_medium.d.ts +2 -0
  2282. package/es/icons/reply.d.ts +2 -0
  2283. package/es/icons/reply_medium.d.ts +2 -0
  2284. package/es/icons/reset.d.ts +2 -0
  2285. package/es/icons/reset_medium.d.ts +2 -0
  2286. package/es/icons/restaurant.d.ts +2 -0
  2287. package/es/icons/restaurant_medium.d.ts +2 -0
  2288. package/es/icons/return_1.d.ts +2 -0
  2289. package/es/icons/return_1_medium.d.ts +2 -0
  2290. package/es/icons/save.d.ts +2 -0
  2291. package/es/icons/save_medium.d.ts +2 -0
  2292. package/es/icons/savings_account.d.ts +2 -0
  2293. package/es/icons/savings_account_in.d.ts +2 -0
  2294. package/es/icons/savings_account_in_medium.d.ts +2 -0
  2295. package/es/icons/savings_account_medium.d.ts +2 -0
  2296. package/es/icons/savings_account_out.d.ts +2 -0
  2297. package/es/icons/savings_account_out_medium.d.ts +2 -0
  2298. package/es/icons/scissors.d.ts +2 -0
  2299. package/es/icons/scissors_medium.d.ts +2 -0
  2300. package/es/icons/scooter.d.ts +2 -0
  2301. package/es/icons/scooter_medium.d.ts +2 -0
  2302. package/es/icons/secondary_icons.d.ts +216 -0
  2303. package/es/icons/secondary_icons_medium.d.ts +216 -0
  2304. package/es/icons/send.d.ts +2 -0
  2305. package/es/icons/send_medium.d.ts +2 -0
  2306. package/es/icons/share_android.d.ts +2 -0
  2307. package/es/icons/share_android_medium.d.ts +2 -0
  2308. package/es/icons/share_ios.d.ts +2 -0
  2309. package/es/icons/share_ios_medium.d.ts +2 -0
  2310. package/es/icons/shield.d.ts +2 -0
  2311. package/es/icons/shield_medium.d.ts +2 -0
  2312. package/es/icons/shopping_cart.d.ts +2 -0
  2313. package/es/icons/shopping_cart_medium.d.ts +2 -0
  2314. package/es/icons/snowmobile.d.ts +2 -0
  2315. package/es/icons/snowmobile_medium.d.ts +2 -0
  2316. package/es/icons/speedometer.d.ts +2 -0
  2317. package/es/icons/speedometer_medium.d.ts +2 -0
  2318. package/es/icons/split.d.ts +2 -0
  2319. package/es/icons/split_medium.d.ts +2 -0
  2320. package/es/icons/star.d.ts +2 -0
  2321. package/es/icons/star_medium.d.ts +2 -0
  2322. package/es/icons/stocks.d.ts +2 -0
  2323. package/es/icons/stocks_medium.d.ts +2 -0
  2324. package/es/icons/stop.d.ts +2 -0
  2325. package/es/icons/stop_medium.d.ts +2 -0
  2326. package/es/icons/stopwatch.d.ts +2 -0
  2327. package/es/icons/stopwatch_medium.d.ts +2 -0
  2328. package/es/icons/subtract.d.ts +2 -0
  2329. package/es/icons/subtract_circled.d.ts +2 -0
  2330. package/es/icons/subtract_circled_medium.d.ts +2 -0
  2331. package/es/icons/subtract_medium.d.ts +2 -0
  2332. package/es/icons/support.d.ts +2 -0
  2333. package/es/icons/support_medium.d.ts +2 -0
  2334. package/es/icons/swap.d.ts +2 -0
  2335. package/es/icons/swap_medium.d.ts +2 -0
  2336. package/es/icons/tag.d.ts +2 -0
  2337. package/es/icons/tag_medium.d.ts +2 -0
  2338. package/es/icons/thumbs_down.d.ts +2 -0
  2339. package/es/icons/thumbs_down_medium.d.ts +2 -0
  2340. package/es/icons/thumbs_up.d.ts +2 -0
  2341. package/es/icons/thumbs_up_medium.d.ts +2 -0
  2342. package/es/icons/tractor.d.ts +2 -0
  2343. package/es/icons/tractor_medium.d.ts +2 -0
  2344. package/es/icons/trailer.d.ts +2 -0
  2345. package/es/icons/trailer_medium.d.ts +2 -0
  2346. package/es/icons/train.d.ts +2 -0
  2347. package/es/icons/train_medium.d.ts +2 -0
  2348. package/es/icons/transfer.d.ts +2 -0
  2349. package/es/icons/transfer_medium.d.ts +2 -0
  2350. package/es/icons/transfer_to.d.ts +2 -0
  2351. package/es/icons/transfer_to_medium.d.ts +2 -0
  2352. package/es/icons/trash.d.ts +2 -0
  2353. package/es/icons/trash_medium.d.ts +2 -0
  2354. package/es/icons/travel.d.ts +2 -0
  2355. package/es/icons/travel_medium.d.ts +2 -0
  2356. package/es/icons/undo.d.ts +2 -0
  2357. package/es/icons/undo_medium.d.ts +2 -0
  2358. package/es/icons/upload.d.ts +2 -0
  2359. package/es/icons/upload_medium.d.ts +2 -0
  2360. package/es/icons/video.d.ts +2 -0
  2361. package/es/icons/video_medium.d.ts +2 -0
  2362. package/es/icons/view.d.ts +2 -0
  2363. package/es/icons/view_medium.d.ts +2 -0
  2364. package/es/icons/vintage_car.d.ts +2 -0
  2365. package/es/icons/vintage_car_medium.d.ts +2 -0
  2366. package/es/icons/volume_off.d.ts +2 -0
  2367. package/es/icons/volume_off_medium.d.ts +2 -0
  2368. package/es/icons/volume_on.d.ts +2 -0
  2369. package/es/icons/volume_on_medium.d.ts +2 -0
  2370. package/es/icons/wallet.d.ts +2 -0
  2371. package/es/icons/wallet_medium.d.ts +2 -0
  2372. package/es/icons/wearables.d.ts +2 -0
  2373. package/es/icons/wearables_medium.d.ts +2 -0
  2374. package/es/icons/web.d.ts +2 -0
  2375. package/es/icons/web_medium.d.ts +2 -0
  2376. package/es/icons/wheelchair.d.ts +2 -0
  2377. package/es/icons/wheelchair_medium.d.ts +2 -0
  2378. package/es/icons/widget_android.d.ts +2 -0
  2379. package/es/icons/widget_android_medium.d.ts +2 -0
  2380. package/es/icons/widget_ios.d.ts +2 -0
  2381. package/es/icons/widget_ios_medium.d.ts +2 -0
  2382. package/es/index.d.ts +74 -156
  2383. package/es/index.js +3 -1
  2384. package/es/lib.d.ts +3 -0
  2385. package/es/shared/AnimateHeight.d.ts +45 -0
  2386. package/es/shared/Context.d.ts +38 -0
  2387. package/es/shared/Context.js +3 -1
  2388. package/es/shared/Eufemia.d.ts +1 -0
  2389. package/es/shared/Eufemia.js +1 -1
  2390. package/es/shared/EventEmitter.d.ts +27 -0
  2391. package/es/shared/MediaQueryUtils.d.ts +66 -0
  2392. package/es/shared/SpacingHelper.d.ts +1 -0
  2393. package/es/shared/component-helper.d.ts +60 -0
  2394. package/es/shared/component-helper.js +8 -0
  2395. package/es/shared/custom-element-polyfill.d.ts +25 -0
  2396. package/es/shared/custom-element.d.ts +5 -0
  2397. package/es/shared/defaults.d.ts +7 -0
  2398. package/es/shared/error-helper.d.ts +15 -0
  2399. package/es/shared/helpers/Suffix.d.ts +10 -7
  2400. package/es/shared/helpers/Suffix.js +2 -10
  2401. package/es/shared/helpers/withCamelCaseProps.d.ts +39 -0
  2402. package/es/shared/helpers/withCamelCaseProps.js +14 -1
  2403. package/es/shared/helpers.d.ts +44 -0
  2404. package/es/shared/hooks/index.d.ts +1 -0
  2405. package/es/shared/hooks/usePropsWithContext.d.ts +14 -0
  2406. package/es/shared/index.d.ts +6 -12
  2407. package/es/shared/interfaces.d.ts +10 -0
  2408. package/es/shared/libs/HashSum.d.ts +1 -0
  2409. package/es/shared/libs/MurmurHash2.d.ts +1 -0
  2410. package/es/shared/libs/Shortcuts.d.ts +6 -0
  2411. package/es/shared/locales/en-GB.d.ts +119 -0
  2412. package/es/shared/locales/en-US.d.ts +120 -0
  2413. package/es/shared/locales/index.d.ts +235 -5
  2414. package/es/shared/locales/nb-NO.d.ts +119 -0
  2415. package/es/shared/stories/translation/en.json +4 -0
  2416. package/es/shared/stories/translation/nb.json +4 -0
  2417. package/es/shared/useMediaQuery.d.ts +1 -0
  2418. package/es/shared/useTranslation.d.ts +34 -0
  2419. package/es/style/basis.d.ts +1 -0
  2420. package/es/style/body.d.ts +1 -0
  2421. package/es/style/components.d.ts +1 -0
  2422. package/es/style/core.d.ts +1 -0
  2423. package/es/style/dnb-ui-components.css +757 -614
  2424. package/es/style/dnb-ui-components.min.css +2 -2
  2425. package/es/style/dnb-ui-components.scss +2 -0
  2426. package/es/style/elements.d.ts +1 -0
  2427. package/es/style/extensions.d.ts +1 -0
  2428. package/es/style/index.d.ts +1 -0
  2429. package/es/style/properties.d.ts +81 -0
  2430. package/es/style/tags.d.ts +1 -0
  2431. package/es/style/theme.d.ts +1 -0
  2432. package/es/style/themes/index.d.ts +1 -0
  2433. package/es/style/themes/open-banking.d.ts +1 -0
  2434. package/es/style/themes/theme-open-banking/dnb-theme-open-banking.css +51 -4
  2435. package/es/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +2 -2
  2436. package/es/style/themes/theme-ui/dnb-theme-ui.css +51 -4
  2437. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  2438. package/es/style/themes/theme-ui/dnb-theme-ui.scss +2 -0
  2439. package/es/style/themes/theme-ui/prism/dnb-prism-styles.d.ts +6 -0
  2440. package/es/style/themes/theme-ui/prism/dnb-prism-theme.d.ts +29 -0
  2441. package/es/style/themes/ui.d.ts +1 -0
  2442. package/es/umd/dnb-ui-basis.d.ts +1 -0
  2443. package/es/umd/dnb-ui-components.d.ts +1 -0
  2444. package/es/umd/dnb-ui-elements.d.ts +1 -0
  2445. package/es/umd/dnb-ui-extensions.d.ts +1 -0
  2446. package/es/umd/dnb-ui-icons-archive.d.ts +1 -0
  2447. package/es/umd/dnb-ui-icons.d.ts +2 -0
  2448. package/es/umd/dnb-ui-lib.d.ts +2 -0
  2449. package/es/umd/dnb-ui-web-components.d.ts +1 -0
  2450. package/es/vue.d.ts +6 -0
  2451. package/es/web-components.d.ts +1 -0
  2452. package/esm/components/Accordion.d.ts +3 -14
  2453. package/esm/components/Autocomplete.d.ts +3 -14
  2454. package/esm/components/Avatar.d.ts +3 -14
  2455. package/esm/components/Breadcrumb.d.ts +3 -14
  2456. package/esm/components/Button.d.ts +3 -14
  2457. package/esm/components/Checkbox.d.ts +3 -14
  2458. package/esm/components/DatePicker.d.ts +3 -14
  2459. package/esm/components/Dialog.d.ts +3 -0
  2460. package/esm/components/Dialog.js +3 -0
  2461. package/esm/components/Drawer.d.ts +3 -0
  2462. package/esm/components/Drawer.js +3 -0
  2463. package/esm/components/Dropdown.d.ts +3 -14
  2464. package/esm/components/FormLabel.d.ts +3 -14
  2465. package/esm/components/FormRow.d.ts +3 -14
  2466. package/esm/components/FormSet.d.ts +3 -14
  2467. package/esm/components/FormStatus.d.ts +3 -14
  2468. package/esm/components/GlobalError.d.ts +3 -14
  2469. package/esm/components/GlobalStatus.d.ts +3 -14
  2470. package/esm/components/Heading.d.ts +3 -14
  2471. package/esm/components/HelpButton.d.ts +3 -14
  2472. package/esm/components/Icon.d.ts +3 -14
  2473. package/esm/components/IconPrimary.d.ts +3 -14
  2474. package/esm/components/InfoCard.d.ts +3 -14
  2475. package/esm/components/Input.d.ts +3 -14
  2476. package/esm/components/InputMasked.d.ts +3 -14
  2477. package/esm/components/Logo.d.ts +3 -14
  2478. package/esm/components/Modal.d.ts +3 -14
  2479. package/esm/components/Number.d.ts +2 -8
  2480. package/esm/components/NumberFormat.d.ts +3 -14
  2481. package/esm/components/Pagination.d.ts +3 -14
  2482. package/esm/components/ProgressIndicator.d.ts +3 -14
  2483. package/esm/components/Radio.d.ts +3 -14
  2484. package/esm/components/Section.d.ts +3 -14
  2485. package/esm/components/Skeleton.d.ts +3 -14
  2486. package/esm/components/Slider.d.ts +3 -14
  2487. package/esm/components/Space.d.ts +3 -14
  2488. package/esm/components/StepIndicator.d.ts +3 -14
  2489. package/esm/components/Switch.d.ts +3 -14
  2490. package/esm/components/Tabs.d.ts +3 -14
  2491. package/esm/components/Tag.d.ts +3 -14
  2492. package/esm/components/Textarea.d.ts +3 -14
  2493. package/esm/components/Timeline.d.ts +3 -14
  2494. package/esm/components/ToggleButton.d.ts +3 -14
  2495. package/esm/components/Tooltip.d.ts +3 -14
  2496. package/esm/components/VisuallyHidden.d.ts +3 -14
  2497. package/esm/components/accordion/AccordionContext.d.ts +3 -0
  2498. package/esm/components/accordion/AccordionPropTypes.d.ts +78 -0
  2499. package/esm/components/accordion/AccordionProviderContext.d.ts +3 -0
  2500. package/esm/components/accordion/group/web-component.d.ts +1 -0
  2501. package/esm/components/accordion/index.d.ts +3 -8
  2502. package/esm/components/accordion/style/index.d.ts +1 -6
  2503. package/esm/components/accordion/style/themes/ui.d.ts +1 -0
  2504. package/esm/components/accordion/style.d.ts +1 -0
  2505. package/esm/components/accordion/web-component.d.ts +3 -0
  2506. package/esm/components/autocomplete/index.d.ts +3 -8
  2507. package/esm/components/autocomplete/style/index.d.ts +1 -6
  2508. package/esm/components/autocomplete/style/themes/ui.d.ts +1 -0
  2509. package/esm/components/autocomplete/style.d.ts +1 -0
  2510. package/esm/components/autocomplete/web-component.d.ts +3 -0
  2511. package/esm/components/avatar/Avatar.d.ts +65 -0
  2512. package/esm/components/avatar/AvatarGroup.d.ts +58 -0
  2513. package/esm/components/avatar/index.d.ts +3 -8
  2514. package/esm/components/avatar/style/themes/ui.d.ts +1 -0
  2515. package/esm/components/avatar/style.d.ts +1 -0
  2516. package/esm/components/breadcrumb/Breadcrumb.d.ts +104 -0
  2517. package/esm/components/breadcrumb/BreadcrumbItem.d.ts +37 -0
  2518. package/esm/components/breadcrumb/index.d.ts +3 -8
  2519. package/esm/components/breadcrumb/style/index.d.ts +1 -6
  2520. package/esm/components/breadcrumb/style.d.ts +1 -0
  2521. package/esm/components/button/Button.d.ts +3 -3
  2522. package/esm/components/button/index.d.ts +3 -8
  2523. package/esm/components/button/style/index.d.ts +1 -6
  2524. package/esm/components/button/style/themes/ui.d.ts +1 -0
  2525. package/esm/components/button/style.d.ts +1 -0
  2526. package/esm/components/button/web-component.d.ts +3 -0
  2527. package/esm/components/checkbox/index.d.ts +3 -8
  2528. package/esm/components/checkbox/style/index.d.ts +1 -6
  2529. package/esm/components/checkbox/style/themes/ui.d.ts +1 -0
  2530. package/esm/components/checkbox/style.d.ts +1 -0
  2531. package/esm/components/checkbox/web-component.d.ts +3 -0
  2532. package/esm/components/date-picker/DatePickerCalc.d.ts +37 -0
  2533. package/esm/components/date-picker/DatePickerContext.d.ts +3 -0
  2534. package/esm/components/date-picker/index.d.ts +3 -8
  2535. package/esm/components/date-picker/style/index.d.ts +1 -6
  2536. package/esm/components/date-picker/style/themes/ui.d.ts +1 -0
  2537. package/esm/components/date-picker/style.d.ts +1 -0
  2538. package/esm/components/date-picker/web-component.d.ts +3 -0
  2539. package/esm/components/dialog/Dialog.d.ts +12 -0
  2540. package/esm/components/dialog/Dialog.js +117 -0
  2541. package/esm/components/dialog/DialogContent.d.ts +7 -0
  2542. package/esm/components/dialog/DialogContent.js +94 -0
  2543. package/esm/components/dialog/index.d.ts +1 -0
  2544. package/esm/components/dialog/index.js +3 -0
  2545. package/esm/components/dialog/parts/DialogBody.d.ts +15 -0
  2546. package/esm/components/dialog/parts/DialogBody.js +17 -0
  2547. package/esm/components/dialog/parts/DialogHeader.d.ts +8 -0
  2548. package/esm/components/dialog/parts/DialogHeader.js +20 -0
  2549. package/esm/components/dialog/parts/DialogNavigation.d.ts +4 -0
  2550. package/esm/components/dialog/parts/DialogNavigation.js +15 -0
  2551. package/esm/components/dialog/style/_dialog.scss +188 -0
  2552. package/esm/components/dialog/style/dnb-dialog.css +429 -0
  2553. package/esm/components/dialog/style/dnb-dialog.min.css +1 -0
  2554. package/esm/components/dialog/style/dnb-dialog.scss +15 -0
  2555. package/esm/components/dialog/style/index.d.ts +1 -0
  2556. package/esm/components/dialog/style/index.js +1 -0
  2557. package/esm/components/dialog/style/themes/dnb-dialog-theme-ui.css +17 -0
  2558. package/esm/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -0
  2559. package/esm/components/dialog/style/themes/dnb-dialog-theme-ui.scss +17 -0
  2560. package/esm/components/dialog/style/themes/ui.d.ts +1 -0
  2561. package/esm/components/dialog/style/themes/ui.js +1 -0
  2562. package/esm/components/dialog/style.d.ts +1 -0
  2563. package/esm/components/dialog/style.js +1 -0
  2564. package/esm/components/dialog/types.d.ts +60 -0
  2565. package/esm/components/dialog/types.js +1 -0
  2566. package/esm/components/drawer/Drawer.d.ts +12 -0
  2567. package/esm/components/drawer/Drawer.js +120 -0
  2568. package/esm/components/drawer/DrawerContent.d.ts +7 -0
  2569. package/esm/components/drawer/DrawerContent.js +96 -0
  2570. package/esm/components/drawer/helpers.d.ts +5 -0
  2571. package/esm/components/drawer/helpers.js +26 -0
  2572. package/esm/components/drawer/index.d.ts +3 -0
  2573. package/esm/components/drawer/index.js +3 -0
  2574. package/esm/components/drawer/parts/DrawerBody.d.ts +15 -0
  2575. package/esm/components/drawer/parts/DrawerBody.js +17 -0
  2576. package/esm/components/drawer/parts/DrawerHeader.d.ts +8 -0
  2577. package/esm/components/drawer/parts/DrawerHeader.js +20 -0
  2578. package/esm/components/drawer/parts/DrawerNavigation.d.ts +4 -0
  2579. package/esm/components/drawer/parts/DrawerNavigation.js +16 -0
  2580. package/esm/components/drawer/style/_drawer.scss +265 -0
  2581. package/esm/components/drawer/style/dnb-drawer.css +515 -0
  2582. package/esm/components/drawer/style/dnb-drawer.min.css +1 -0
  2583. package/esm/components/drawer/style/dnb-drawer.scss +15 -0
  2584. package/esm/components/drawer/style/index.d.ts +1 -0
  2585. package/esm/components/drawer/style/index.js +1 -0
  2586. package/esm/components/drawer/style/themes/dnb-drawer-theme-ui.css +17 -0
  2587. package/esm/components/drawer/style/themes/dnb-drawer-theme-ui.min.css +1 -0
  2588. package/esm/components/drawer/style/themes/dnb-drawer-theme-ui.scss +17 -0
  2589. package/esm/components/drawer/style/themes/ui.d.ts +1 -0
  2590. package/esm/components/drawer/style/themes/ui.js +1 -0
  2591. package/esm/components/drawer/style.d.ts +1 -0
  2592. package/esm/components/drawer/style.js +1 -0
  2593. package/esm/components/drawer/types.d.ts +68 -0
  2594. package/esm/components/drawer/types.js +1 -0
  2595. package/esm/components/dropdown/index.d.ts +3 -8
  2596. package/esm/components/dropdown/style/index.d.ts +1 -6
  2597. package/esm/components/dropdown/style/themes/ui.d.ts +1 -0
  2598. package/esm/components/dropdown/style.d.ts +1 -0
  2599. package/esm/components/dropdown/web-component.d.ts +3 -0
  2600. package/esm/components/form-label/index.d.ts +3 -8
  2601. package/esm/components/form-label/style/index.d.ts +1 -6
  2602. package/esm/components/form-label/style/themes/ui.d.ts +1 -0
  2603. package/esm/components/form-label/style.d.ts +1 -0
  2604. package/esm/components/form-label/web-component.d.ts +3 -0
  2605. package/esm/components/form-row/index.d.ts +3 -8
  2606. package/esm/components/form-row/style/index.d.ts +1 -6
  2607. package/esm/components/form-row/style/themes/ui.d.ts +1 -0
  2608. package/esm/components/form-row/style.d.ts +1 -0
  2609. package/esm/components/form-row/web-component.d.ts +3 -0
  2610. package/esm/components/form-set/index.d.ts +3 -8
  2611. package/esm/components/form-set/style/index.d.ts +1 -6
  2612. package/esm/components/form-set/style/themes/ui.d.ts +1 -0
  2613. package/esm/components/form-set/style.d.ts +1 -0
  2614. package/esm/components/form-set/web-component.d.ts +3 -0
  2615. package/esm/components/form-status/index.d.ts +3 -8
  2616. package/esm/components/form-status/style/index.d.ts +1 -6
  2617. package/esm/components/form-status/style/themes/ui.d.ts +1 -0
  2618. package/esm/components/form-status/style.d.ts +1 -0
  2619. package/esm/components/form-status/web-component.d.ts +3 -0
  2620. package/esm/components/global-error/index.d.ts +3 -8
  2621. package/esm/components/global-error/style/index.d.ts +1 -6
  2622. package/esm/components/global-error/style/themes/ui.d.ts +1 -0
  2623. package/esm/components/global-error/style.d.ts +1 -0
  2624. package/esm/components/global-error/web-component.d.ts +3 -0
  2625. package/esm/components/global-status/AnimationHelper.d.ts +12 -0
  2626. package/esm/components/global-status/GlobalStatusProvider.d.ts +34 -0
  2627. package/esm/components/global-status/GlobalStatusProvider.js +148 -149
  2628. package/esm/components/global-status/index.d.ts +3 -8
  2629. package/esm/components/global-status/style/index.d.ts +1 -6
  2630. package/esm/components/global-status/style/themes/ui.d.ts +1 -0
  2631. package/esm/components/global-status/style.d.ts +1 -0
  2632. package/esm/components/global-status/web-component.d.ts +3 -0
  2633. package/esm/components/heading/HeadingContext.d.ts +5 -0
  2634. package/esm/components/heading/HeadingCounter.d.ts +42 -0
  2635. package/esm/components/heading/HeadingHelpers.d.ts +27 -0
  2636. package/esm/components/heading/index.d.ts +3 -8
  2637. package/esm/components/heading/style/index.d.ts +1 -6
  2638. package/esm/components/heading/style.d.ts +1 -0
  2639. package/esm/components/heading/web-component.d.ts +3 -0
  2640. package/esm/components/help-button/index.d.ts +3 -8
  2641. package/esm/components/help-button/style/index.d.ts +1 -6
  2642. package/esm/components/help-button/style/themes/ui.d.ts +1 -0
  2643. package/esm/components/help-button/style.d.ts +1 -0
  2644. package/esm/components/help-button/web-component.d.ts +3 -0
  2645. package/esm/components/icon/IconPrimary.d.ts +3 -0
  2646. package/esm/components/icon/index.d.ts +3 -8
  2647. package/esm/components/icon/lib/SvgComparison.d.ts +2 -0
  2648. package/esm/components/icon/lib/index.d.ts +1 -5
  2649. package/esm/components/icon/style/index.d.ts +1 -6
  2650. package/esm/components/icon/style.d.ts +1 -0
  2651. package/esm/components/icon/web-component.d.ts +3 -0
  2652. package/esm/components/icon-primary/IconPrimary.d.ts +3 -3
  2653. package/esm/components/icon-primary/index.d.ts +3 -8
  2654. package/esm/components/icon-primary/style.d.ts +1 -0
  2655. package/esm/components/icon-primary/web-component.d.ts +3 -0
  2656. package/esm/components/index.d.ts +43 -96
  2657. package/esm/components/index.js +3 -1
  2658. package/esm/components/info-card/InfoCard.d.ts +101 -0
  2659. package/esm/components/info-card/style.d.ts +1 -0
  2660. package/esm/components/input/index.d.ts +1 -6
  2661. package/esm/components/input/style/index.d.ts +1 -6
  2662. package/esm/components/input/style/themes/ui.d.ts +1 -0
  2663. package/esm/components/input/style.d.ts +1 -0
  2664. package/esm/components/input/web-component.d.ts +3 -0
  2665. package/esm/components/input-masked/InputMaskedContext.d.ts +3 -0
  2666. package/esm/components/input-masked/InputMaskedElement.d.ts +1 -0
  2667. package/esm/components/input-masked/InputMaskedHooks.d.ts +32 -0
  2668. package/esm/components/input-masked/InputMaskedUtils.d.ts +37 -0
  2669. package/esm/components/input-masked/addons/createNumberMask.d.ts +15 -0
  2670. package/esm/components/input-masked/addons/emailMask.d.ts +7 -0
  2671. package/esm/components/input-masked/addons/emailPipe.d.ts +1 -0
  2672. package/esm/components/input-masked/index.d.ts +3 -8
  2673. package/esm/components/input-masked/style/index.d.ts +1 -6
  2674. package/esm/components/input-masked/style.d.ts +1 -0
  2675. package/esm/components/input-masked/text-mask/adjustCaretPosition.d.ts +11 -0
  2676. package/esm/components/input-masked/text-mask/conformToMask.d.ts +6 -0
  2677. package/esm/components/input-masked/text-mask/constants.d.ts +2 -0
  2678. package/esm/components/input-masked/text-mask/createTextMaskInputElement.d.ts +8 -0
  2679. package/esm/components/input-masked/text-mask/utilities.d.ts +9 -0
  2680. package/esm/components/input-masked/web-component.d.ts +3 -0
  2681. package/esm/components/lib.d.ts +100 -0
  2682. package/esm/components/lib.js +5 -1
  2683. package/esm/components/logo/index.d.ts +3 -8
  2684. package/esm/components/logo/style/index.d.ts +1 -6
  2685. package/esm/components/logo/style.d.ts +1 -0
  2686. package/esm/components/logo/web-component.d.ts +3 -0
  2687. package/esm/components/modal/Modal.d.ts +136 -0
  2688. package/esm/components/modal/Modal.js +16 -18
  2689. package/esm/components/modal/ModalContent.d.ts +54 -0
  2690. package/esm/components/modal/ModalContent.js +47 -58
  2691. package/esm/components/modal/ModalContext.d.ts +22 -0
  2692. package/esm/components/modal/ModalContext.js +16 -1
  2693. package/esm/components/modal/ModalRoot.d.ts +39 -0
  2694. package/esm/components/modal/bodyScrollLock.d.ts +3 -0
  2695. package/esm/components/modal/helpers.d.ts +5 -0
  2696. package/esm/components/modal/helpers.js +10 -1
  2697. package/esm/components/modal/index.d.ts +3 -8
  2698. package/esm/components/modal/parts/CloseButton.d.ts +39 -0
  2699. package/esm/components/modal/{components → parts}/CloseButton.js +0 -0
  2700. package/esm/components/modal/parts/ModalHeader.d.ts +48 -0
  2701. package/esm/components/modal/parts/ModalHeader.js +74 -0
  2702. package/esm/components/modal/parts/ModalHeaderBar.d.ts +50 -0
  2703. package/esm/components/modal/parts/ModalHeaderBar.js +125 -0
  2704. package/esm/components/modal/parts/ModalInner.d.ts +32 -0
  2705. package/esm/components/modal/parts/ModalInner.js +67 -0
  2706. package/esm/components/modal/style/_modal.scss +25 -342
  2707. package/esm/components/modal/style/dnb-modal.css +677 -366
  2708. package/esm/components/modal/style/dnb-modal.min.css +1 -1
  2709. package/esm/components/modal/style/dnb-modal.scss +2 -0
  2710. package/esm/components/modal/style/index.d.ts +1 -6
  2711. package/esm/components/modal/style/themes/dnb-modal-theme-ui.css +0 -4
  2712. package/esm/components/modal/style/themes/dnb-modal-theme-ui.min.css +1 -1
  2713. package/esm/components/modal/style/themes/dnb-modal-theme-ui.scss +0 -18
  2714. package/esm/components/modal/style/themes/ui.d.ts +1 -0
  2715. package/esm/components/modal/style.d.ts +1 -0
  2716. package/esm/components/modal/types.d.ts +284 -0
  2717. package/esm/components/modal/web-component.d.ts +3 -0
  2718. package/esm/components/number-format/index.d.ts +3 -8
  2719. package/esm/components/number-format/style/index.d.ts +1 -6
  2720. package/esm/components/number-format/style.d.ts +1 -0
  2721. package/esm/components/number-format/web-component.d.ts +3 -0
  2722. package/esm/components/pagination/InfinityScroller.d.ts +1 -0
  2723. package/esm/components/pagination/PaginationCalculation.d.ts +6 -0
  2724. package/esm/components/pagination/PaginationContext.d.ts +5 -0
  2725. package/esm/components/pagination/index.d.ts +3 -8
  2726. package/esm/components/pagination/style/index.d.ts +1 -6
  2727. package/esm/components/pagination/style/themes/ui.d.ts +1 -0
  2728. package/esm/components/pagination/style.d.ts +1 -0
  2729. package/esm/components/pagination/web-component.d.ts +3 -0
  2730. package/esm/components/progress-indicator/index.d.ts +3 -8
  2731. package/esm/components/progress-indicator/style/index.d.ts +1 -6
  2732. package/esm/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.css +15 -0
  2733. package/esm/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.min.css +1 -1
  2734. package/esm/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.scss +17 -0
  2735. package/esm/components/progress-indicator/style/themes/ui.d.ts +1 -0
  2736. package/esm/components/progress-indicator/style.d.ts +1 -0
  2737. package/esm/components/progress-indicator/web-component.d.ts +3 -0
  2738. package/esm/components/radio/RadioGroupContext.d.ts +3 -0
  2739. package/esm/components/radio/group/web-component.d.ts +3 -0
  2740. package/esm/components/radio/index.d.ts +3 -8
  2741. package/esm/components/radio/style/index.d.ts +1 -6
  2742. package/esm/components/radio/style/themes/ui.d.ts +1 -0
  2743. package/esm/components/radio/style.d.ts +1 -0
  2744. package/esm/components/radio/web-component.d.ts +3 -0
  2745. package/esm/components/section/Section.d.ts +0 -6
  2746. package/esm/components/section/index.d.ts +3 -8
  2747. package/esm/components/section/style/index.d.ts +1 -6
  2748. package/esm/components/section/style/themes/ui.d.ts +1 -0
  2749. package/esm/components/section/style.d.ts +1 -0
  2750. package/esm/components/section/web-component.d.ts +3 -0
  2751. package/esm/components/skeleton/Skeleton.d.ts +1 -1
  2752. package/esm/components/skeleton/figures/index.d.ts +5 -11
  2753. package/esm/components/skeleton/index.d.ts +3 -8
  2754. package/esm/components/skeleton/style/index.d.ts +1 -6
  2755. package/esm/components/skeleton/style/themes/brand.d.ts +1 -0
  2756. package/esm/components/skeleton/style/themes/norway.d.ts +1 -0
  2757. package/esm/components/skeleton/style/themes/rainbow.d.ts +1 -0
  2758. package/esm/components/skeleton/style/themes/ui.d.ts +1 -0
  2759. package/esm/components/skeleton/style.d.ts +1 -0
  2760. package/esm/components/skeleton/web-component.d.ts +3 -0
  2761. package/esm/components/slider/index.d.ts +3 -8
  2762. package/esm/components/slider/style/index.d.ts +1 -6
  2763. package/esm/components/slider/style/themes/ui.d.ts +1 -0
  2764. package/esm/components/slider/style.d.ts +1 -0
  2765. package/esm/components/slider/web-component.d.ts +3 -0
  2766. package/esm/components/space/SpacingHelper.d.ts +52 -0
  2767. package/esm/components/space/index.d.ts +3 -8
  2768. package/esm/components/space/style/index.d.ts +1 -6
  2769. package/esm/components/space/style/themes/ui.d.ts +1 -0
  2770. package/esm/components/space/style.d.ts +1 -0
  2771. package/esm/components/space/web-component.d.ts +3 -0
  2772. package/esm/components/step-indicator/StepIndicatorItem-v1.d.ts +3 -0
  2773. package/esm/components/step-indicator/StepIndicatorList.d.ts +7 -0
  2774. package/esm/components/step-indicator/StepIndicatorModal.d.ts +9 -0
  2775. package/esm/components/step-indicator/StepIndicatorProps.d.ts +65 -0
  2776. package/esm/components/step-indicator/index.d.ts +3 -8
  2777. package/esm/components/step-indicator/style/index.d.ts +1 -6
  2778. package/esm/components/step-indicator/style/themes/ui.d.ts +1 -0
  2779. package/esm/components/step-indicator/style.d.ts +1 -0
  2780. package/esm/components/step-indicator/web-component.d.ts +3 -0
  2781. package/esm/components/style/index.d.ts +1 -6
  2782. package/esm/components/switch/index.d.ts +3 -8
  2783. package/esm/components/switch/style/index.d.ts +1 -6
  2784. package/esm/components/switch/style/themes/ui.d.ts +1 -0
  2785. package/esm/components/switch/style.d.ts +1 -0
  2786. package/esm/components/switch/web-component.d.ts +3 -0
  2787. package/esm/components/tabs/index.d.ts +3 -8
  2788. package/esm/components/tabs/style/index.d.ts +1 -6
  2789. package/esm/components/tabs/style/themes/ui.d.ts +1 -0
  2790. package/esm/components/tabs/style.d.ts +1 -0
  2791. package/esm/components/tabs/web-component.d.ts +3 -0
  2792. package/esm/components/tag/Tag.d.ts +61 -0
  2793. package/esm/components/tag/TagContext.d.ts +2 -0
  2794. package/esm/components/tag/TagGroup.d.ts +26 -0
  2795. package/esm/components/tag/index.d.ts +3 -8
  2796. package/esm/components/tag/style/index.d.ts +1 -6
  2797. package/esm/components/tag/style.d.ts +1 -0
  2798. package/esm/components/textarea/index.d.ts +1 -6
  2799. package/esm/components/textarea/style/index.d.ts +1 -6
  2800. package/esm/components/textarea/style/themes/ui.d.ts +1 -0
  2801. package/esm/components/textarea/style.d.ts +1 -0
  2802. package/esm/components/textarea/web-component.d.ts +3 -0
  2803. package/esm/components/timeline/Timeline.d.ts +38 -0
  2804. package/esm/components/timeline/TimelineItem.d.ts +39 -0
  2805. package/esm/components/timeline/index.d.ts +3 -8
  2806. package/esm/components/timeline/style/index.d.ts +1 -6
  2807. package/esm/components/timeline/style/themes/ui.d.ts +1 -0
  2808. package/esm/components/timeline/style.d.ts +1 -0
  2809. package/esm/components/toggle-button/ToggleButtonGroupContext.d.ts +3 -0
  2810. package/esm/components/toggle-button/group/web-component.d.ts +3 -0
  2811. package/esm/components/toggle-button/index.d.ts +3 -8
  2812. package/esm/components/toggle-button/style/index.d.ts +1 -6
  2813. package/esm/components/toggle-button/style/themes/ui.d.ts +1 -0
  2814. package/esm/components/toggle-button/style.d.ts +1 -0
  2815. package/esm/components/toggle-button/web-component.d.ts +3 -0
  2816. package/esm/components/tooltip/TooltipHelpers.d.ts +1 -0
  2817. package/esm/components/tooltip/index.d.ts +3 -8
  2818. package/esm/components/tooltip/style/index.d.ts +1 -6
  2819. package/esm/components/tooltip/style/themes/ui.d.ts +1 -0
  2820. package/esm/components/tooltip/style.d.ts +1 -0
  2821. package/esm/components/tooltip/web-component.d.ts +3 -0
  2822. package/esm/components/visually-hidden/VisuallyHidden.d.ts +31 -0
  2823. package/esm/components/visually-hidden/index.d.ts +3 -8
  2824. package/esm/components/visually-hidden/style/index.d.ts +1 -6
  2825. package/esm/components/visually-hidden/style.d.ts +1 -0
  2826. package/esm/components/vue.d.ts +6 -0
  2827. package/esm/components/web-components.d.ts +1 -0
  2828. package/esm/dnb-ui-basis.d.ts +1 -0
  2829. package/esm/dnb-ui-basis.min.mjs +1 -1
  2830. package/esm/dnb-ui-components.d.ts +1 -0
  2831. package/esm/dnb-ui-components.min.mjs +4 -4
  2832. package/esm/dnb-ui-elements.d.ts +1 -0
  2833. package/esm/dnb-ui-elements.min.mjs +1 -1
  2834. package/esm/dnb-ui-extensions.d.ts +1 -0
  2835. package/esm/dnb-ui-extensions.min.mjs +1 -1
  2836. package/esm/dnb-ui-icons-archive.d.ts +1 -0
  2837. package/esm/dnb-ui-icons.d.ts +2 -0
  2838. package/esm/dnb-ui-lib.d.ts +2 -0
  2839. package/esm/dnb-ui-lib.min.mjs +4 -4
  2840. package/esm/dnb-ui-web-components.d.ts +1 -0
  2841. package/esm/dnb-ui-web-components.min.mjs +4 -4
  2842. package/esm/elements/Div.d.ts +1 -1
  2843. package/esm/elements/Img.d.ts +1 -1
  2844. package/esm/elements/Ingress.d.ts +5 -0
  2845. package/esm/elements/Link.d.ts +2 -0
  2846. package/esm/elements/P.d.ts +1 -1
  2847. package/esm/elements/Paragraph.d.ts +5 -0
  2848. package/esm/elements/index.d.ts +30 -74
  2849. package/esm/elements/lib.d.ts +71 -0
  2850. package/esm/esm/dnb-ui-basis.d.ts +1 -0
  2851. package/esm/esm/dnb-ui-components.d.ts +1 -0
  2852. package/esm/esm/dnb-ui-elements.d.ts +1 -0
  2853. package/esm/esm/dnb-ui-extensions.d.ts +1 -0
  2854. package/esm/esm/dnb-ui-icons-archive.d.ts +1 -0
  2855. package/esm/esm/dnb-ui-icons.d.ts +2 -0
  2856. package/esm/esm/dnb-ui-lib.d.ts +2 -0
  2857. package/esm/esm/dnb-ui-web-components.d.ts +1 -0
  2858. package/esm/extensions/index.d.ts +2 -16
  2859. package/esm/extensions/lib.d.ts +6 -0
  2860. package/esm/extensions/payment-card/icons/index.d.ts +15 -98
  2861. package/esm/extensions/payment-card/index.d.ts +3 -8
  2862. package/esm/extensions/payment-card/style/index.d.ts +1 -6
  2863. package/esm/extensions/payment-card/style/themes/ui.d.ts +1 -0
  2864. package/esm/extensions/payment-card/style.d.ts +1 -0
  2865. package/esm/extensions/payment-card/utils/CardDesigns.d.ts +242 -0
  2866. package/esm/extensions/payment-card/utils/Types.d.ts +91 -0
  2867. package/esm/extensions/payment-card/utils/cardProducts.d.ts +18 -0
  2868. package/esm/extensions/payment-card/web-component.d.ts +3 -0
  2869. package/esm/extensions/style/index.d.ts +1 -6
  2870. package/esm/extensions/vue.d.ts +6 -0
  2871. package/esm/extensions/web-components.d.ts +1 -0
  2872. package/esm/fragments/DrawerList.d.ts +3 -14
  2873. package/esm/fragments/ScrollView.d.ts +3 -14
  2874. package/esm/fragments/drawer-list/DrawerListContext.d.ts +3 -0
  2875. package/esm/fragments/drawer-list/DrawerListHelpers.d.ts +141 -0
  2876. package/esm/fragments/drawer-list/index.d.ts +3 -8
  2877. package/esm/fragments/drawer-list/style/index.d.ts +1 -6
  2878. package/esm/fragments/drawer-list/style/themes/ui.d.ts +1 -0
  2879. package/esm/fragments/drawer-list/style.d.ts +1 -0
  2880. package/esm/fragments/drawer-list/web-component.d.ts +3 -0
  2881. package/esm/fragments/index.d.ts +3 -17
  2882. package/esm/fragments/lib.d.ts +12 -0
  2883. package/esm/fragments/scroll-view/ScrollView.d.ts +14 -0
  2884. package/esm/fragments/scroll-view/index.d.ts +3 -8
  2885. package/esm/fragments/scroll-view/style/index.d.ts +1 -6
  2886. package/esm/fragments/scroll-view/style/themes/ui.d.ts +1 -0
  2887. package/esm/fragments/scroll-view/style.d.ts +1 -0
  2888. package/esm/fragments/scroll-view/web-component.d.ts +3 -0
  2889. package/esm/icons/above_the_line.d.ts +2 -0
  2890. package/esm/icons/above_the_line_medium.d.ts +2 -0
  2891. package/esm/icons/account.d.ts +2 -0
  2892. package/esm/icons/account_card.d.ts +2 -0
  2893. package/esm/icons/account_card_medium.d.ts +2 -0
  2894. package/esm/icons/account_in.d.ts +2 -0
  2895. package/esm/icons/account_in_medium.d.ts +2 -0
  2896. package/esm/icons/account_medium.d.ts +2 -0
  2897. package/esm/icons/account_out.d.ts +2 -0
  2898. package/esm/icons/account_out_medium.d.ts +2 -0
  2899. package/esm/icons/account_percent.d.ts +2 -0
  2900. package/esm/icons/add.d.ts +2 -0
  2901. package/esm/icons/add_circled.d.ts +2 -0
  2902. package/esm/icons/add_circled_medium.d.ts +2 -0
  2903. package/esm/icons/add_medium.d.ts +2 -0
  2904. package/esm/icons/ainvoice.d.ts +2 -0
  2905. package/esm/icons/ainvoice_medium.d.ts +2 -0
  2906. package/esm/icons/ambulance.d.ts +2 -0
  2907. package/esm/icons/ambulance_medium.d.ts +2 -0
  2908. package/esm/icons/animal_print.d.ts +2 -0
  2909. package/esm/icons/animal_print_medium.d.ts +2 -0
  2910. package/esm/icons/apple_watch.d.ts +2 -0
  2911. package/esm/icons/apple_watch_medium.d.ts +2 -0
  2912. package/esm/icons/arrow_down.d.ts +2 -0
  2913. package/esm/icons/arrow_down_medium.d.ts +2 -0
  2914. package/esm/icons/arrow_left.d.ts +2 -0
  2915. package/esm/icons/arrow_left_medium.d.ts +2 -0
  2916. package/esm/icons/arrow_right.d.ts +2 -0
  2917. package/esm/icons/arrow_right_medium.d.ts +2 -0
  2918. package/esm/icons/arrow_up.d.ts +2 -0
  2919. package/esm/icons/arrow_up_medium.d.ts +2 -0
  2920. package/esm/icons/attachment.d.ts +2 -0
  2921. package/esm/icons/attachment_medium.d.ts +2 -0
  2922. package/esm/icons/baby.d.ts +2 -0
  2923. package/esm/icons/baby_medium.d.ts +2 -0
  2924. package/esm/icons/bandage.d.ts +2 -0
  2925. package/esm/icons/bandage_medium.d.ts +2 -0
  2926. package/esm/icons/bank.d.ts +2 -0
  2927. package/esm/icons/bank_medium.d.ts +2 -0
  2928. package/esm/icons/bankid.d.ts +2 -0
  2929. package/esm/icons/bankid_medium.d.ts +2 -0
  2930. package/esm/icons/bankid_mobile.d.ts +2 -0
  2931. package/esm/icons/bankid_mobile_medium.d.ts +2 -0
  2932. package/esm/icons/bankid_qr.d.ts +2 -0
  2933. package/esm/icons/bankid_qr_medium.d.ts +2 -0
  2934. package/esm/icons/bell.d.ts +2 -0
  2935. package/esm/icons/bell_medium.d.ts +2 -0
  2936. package/esm/icons/bicycle.d.ts +2 -0
  2937. package/esm/icons/bicycle_medium.d.ts +2 -0
  2938. package/esm/icons/boat.d.ts +2 -0
  2939. package/esm/icons/boat_medium.d.ts +2 -0
  2940. package/esm/icons/bowling.d.ts +2 -0
  2941. package/esm/icons/bowling_medium.d.ts +2 -0
  2942. package/esm/icons/brickwall.d.ts +2 -0
  2943. package/esm/icons/brickwall_medium.d.ts +2 -0
  2944. package/esm/icons/broken_chain.d.ts +2 -0
  2945. package/esm/icons/broken_chain_medium.d.ts +2 -0
  2946. package/esm/icons/brush.d.ts +2 -0
  2947. package/esm/icons/brush_medium.d.ts +2 -0
  2948. package/esm/icons/bsu.d.ts +2 -0
  2949. package/esm/icons/bsu_medium.d.ts +2 -0
  2950. package/esm/icons/bubble.d.ts +2 -0
  2951. package/esm/icons/bubble_medium.d.ts +2 -0
  2952. package/esm/icons/building_construction.d.ts +2 -0
  2953. package/esm/icons/building_construction_medium.d.ts +2 -0
  2954. package/esm/icons/calculator.d.ts +2 -0
  2955. package/esm/icons/calculator_medium.d.ts +2 -0
  2956. package/esm/icons/calendar.d.ts +2 -0
  2957. package/esm/icons/calendar_medium.d.ts +2 -0
  2958. package/esm/icons/camera.d.ts +2 -0
  2959. package/esm/icons/camera_medium.d.ts +2 -0
  2960. package/esm/icons/camper_trailer.d.ts +2 -0
  2961. package/esm/icons/camper_trailer_medium.d.ts +2 -0
  2962. package/esm/icons/car_1.d.ts +2 -0
  2963. package/esm/icons/car_1_medium.d.ts +2 -0
  2964. package/esm/icons/car_2.d.ts +2 -0
  2965. package/esm/icons/car_2_medium.d.ts +2 -0
  2966. package/esm/icons/caravan.d.ts +2 -0
  2967. package/esm/icons/caravan_medium.d.ts +2 -0
  2968. package/esm/icons/card.d.ts +2 -0
  2969. package/esm/icons/card_in.d.ts +2 -0
  2970. package/esm/icons/card_in_medium.d.ts +2 -0
  2971. package/esm/icons/card_medium.d.ts +2 -0
  2972. package/esm/icons/card_out.d.ts +2 -0
  2973. package/esm/icons/card_out_medium.d.ts +2 -0
  2974. package/esm/icons/card_with_padlock.d.ts +2 -0
  2975. package/esm/icons/card_with_padlock_medium.d.ts +2 -0
  2976. package/esm/icons/cat.d.ts +2 -0
  2977. package/esm/icons/cat_medium.d.ts +2 -0
  2978. package/esm/icons/chain.d.ts +2 -0
  2979. package/esm/icons/chain_medium.d.ts +2 -0
  2980. package/esm/icons/charger.d.ts +2 -0
  2981. package/esm/icons/charger_medium.d.ts +2 -0
  2982. package/esm/icons/chat.d.ts +2 -0
  2983. package/esm/icons/chat_medium.d.ts +2 -0
  2984. package/esm/icons/chatbot.d.ts +2 -0
  2985. package/esm/icons/chatbot_medium.d.ts +2 -0
  2986. package/esm/icons/check.d.ts +2 -0
  2987. package/esm/icons/check_medium.d.ts +2 -0
  2988. package/esm/icons/chevron_down.d.ts +2 -0
  2989. package/esm/icons/chevron_down_medium.d.ts +2 -0
  2990. package/esm/icons/chevron_left.d.ts +2 -0
  2991. package/esm/icons/chevron_left_medium.d.ts +2 -0
  2992. package/esm/icons/chevron_right.d.ts +2 -0
  2993. package/esm/icons/chevron_right_medium.d.ts +2 -0
  2994. package/esm/icons/chevron_up.d.ts +2 -0
  2995. package/esm/icons/chevron_up_medium.d.ts +2 -0
  2996. package/esm/icons/chip.d.ts +2 -0
  2997. package/esm/icons/chip_medium.d.ts +2 -0
  2998. package/esm/icons/clock.d.ts +2 -0
  2999. package/esm/icons/clock_medium.d.ts +2 -0
  3000. package/esm/icons/close.d.ts +2 -0
  3001. package/esm/icons/close_medium.d.ts +2 -0
  3002. package/esm/icons/cloud.d.ts +2 -0
  3003. package/esm/icons/cloud_download.d.ts +2 -0
  3004. package/esm/icons/cloud_download_medium.d.ts +2 -0
  3005. package/esm/icons/cloud_medium.d.ts +2 -0
  3006. package/esm/icons/cloud_rain.d.ts +2 -0
  3007. package/esm/icons/cloud_rain_medium.d.ts +2 -0
  3008. package/esm/icons/cloud_sync.d.ts +2 -0
  3009. package/esm/icons/cloud_sync_medium.d.ts +2 -0
  3010. package/esm/icons/cloud_transfer.d.ts +2 -0
  3011. package/esm/icons/cloud_transfer_medium.d.ts +2 -0
  3012. package/esm/icons/cloud_upload.d.ts +2 -0
  3013. package/esm/icons/cloud_upload_medium.d.ts +2 -0
  3014. package/esm/icons/cog.d.ts +2 -0
  3015. package/esm/icons/cog_medium.d.ts +2 -0
  3016. package/esm/icons/coins_1.d.ts +2 -0
  3017. package/esm/icons/coins_1_medium.d.ts +2 -0
  3018. package/esm/icons/coins_2.d.ts +2 -0
  3019. package/esm/icons/coins_2_medium.d.ts +2 -0
  3020. package/esm/icons/coins_3.d.ts +2 -0
  3021. package/esm/icons/coins_3_medium.d.ts +2 -0
  3022. package/esm/icons/compose.d.ts +2 -0
  3023. package/esm/icons/compose_medium.d.ts +2 -0
  3024. package/esm/icons/confetti.d.ts +2 -0
  3025. package/esm/icons/confetti_medium.d.ts +2 -0
  3026. package/esm/icons/contacts.d.ts +2 -0
  3027. package/esm/icons/contacts_medium.d.ts +2 -0
  3028. package/esm/icons/cookie.d.ts +2 -0
  3029. package/esm/icons/cookie_medium.d.ts +2 -0
  3030. package/esm/icons/copy.d.ts +2 -0
  3031. package/esm/icons/copy_medium.d.ts +2 -0
  3032. package/esm/icons/credit_note.d.ts +2 -0
  3033. package/esm/icons/credit_note_medium.d.ts +2 -0
  3034. package/esm/icons/currency.d.ts +2 -0
  3035. package/esm/icons/currency_medium.d.ts +2 -0
  3036. package/esm/icons/customer_service.d.ts +2 -0
  3037. package/esm/icons/customer_service_medium.d.ts +2 -0
  3038. package/esm/icons/deleted_invoice.d.ts +2 -0
  3039. package/esm/icons/deleted_invoice_medium.d.ts +2 -0
  3040. package/esm/icons/diamond.d.ts +2 -0
  3041. package/esm/icons/diamond_medium.d.ts +2 -0
  3042. package/esm/icons/digipass.d.ts +2 -0
  3043. package/esm/icons/digipass_medium.d.ts +2 -0
  3044. package/esm/icons/digipost.d.ts +2 -0
  3045. package/esm/icons/digipost_medium.d.ts +2 -0
  3046. package/esm/icons/dismiss_keyboard.d.ts +2 -0
  3047. package/esm/icons/dismiss_keyboard_medium.d.ts +2 -0
  3048. package/esm/icons/document.d.ts +2 -0
  3049. package/esm/icons/document_add.d.ts +2 -0
  3050. package/esm/icons/document_add_medium.d.ts +2 -0
  3051. package/esm/icons/document_contract.d.ts +2 -0
  3052. package/esm/icons/document_contract_medium.d.ts +2 -0
  3053. package/esm/icons/document_csv.d.ts +2 -0
  3054. package/esm/icons/document_csv_medium.d.ts +2 -0
  3055. package/esm/icons/document_loupe.d.ts +2 -0
  3056. package/esm/icons/document_loupe_medium.d.ts +2 -0
  3057. package/esm/icons/document_medium.d.ts +2 -0
  3058. package/esm/icons/document_pdf.d.ts +2 -0
  3059. package/esm/icons/document_pdf_medium.d.ts +2 -0
  3060. package/esm/icons/document_rejected.d.ts +2 -0
  3061. package/esm/icons/document_rejected_medium.d.ts +2 -0
  3062. package/esm/icons/document_signing.d.ts +2 -0
  3063. package/esm/icons/document_signing_medium.d.ts +2 -0
  3064. package/esm/icons/document_txt.d.ts +2 -0
  3065. package/esm/icons/document_txt_medium.d.ts +2 -0
  3066. package/esm/icons/document_warning.d.ts +2 -0
  3067. package/esm/icons/document_warning_medium.d.ts +2 -0
  3068. package/esm/icons/document_word.d.ts +2 -0
  3069. package/esm/icons/document_word_medium.d.ts +2 -0
  3070. package/esm/icons/document_xls.d.ts +2 -0
  3071. package/esm/icons/document_xls_medium.d.ts +2 -0
  3072. package/esm/icons/dog.d.ts +2 -0
  3073. package/esm/icons/dog_medium.d.ts +2 -0
  3074. package/esm/icons/download.d.ts +2 -0
  3075. package/esm/icons/download_medium.d.ts +2 -0
  3076. package/esm/icons/edit.d.ts +2 -0
  3077. package/esm/icons/edit_medium.d.ts +2 -0
  3078. package/esm/icons/einvoice.d.ts +2 -0
  3079. package/esm/icons/einvoice_medium.d.ts +2 -0
  3080. package/esm/icons/email.d.ts +2 -0
  3081. package/esm/icons/email_medium.d.ts +2 -0
  3082. package/esm/icons/equities_and_mutual_funds.d.ts +2 -0
  3083. package/esm/icons/equities_and_mutual_funds_medium.d.ts +2 -0
  3084. package/esm/icons/exclamation.d.ts +2 -0
  3085. package/esm/icons/exclamation_circled.d.ts +2 -0
  3086. package/esm/icons/exclamation_circled_medium.d.ts +2 -0
  3087. package/esm/icons/exclamation_medium.d.ts +2 -0
  3088. package/esm/icons/exclamation_triangle.d.ts +2 -0
  3089. package/esm/icons/exclamation_triangle_medium.d.ts +2 -0
  3090. package/esm/icons/facebook.d.ts +2 -0
  3091. package/esm/icons/facebook_medium.d.ts +2 -0
  3092. package/esm/icons/factory.d.ts +2 -0
  3093. package/esm/icons/factory_medium.d.ts +2 -0
  3094. package/esm/icons/file.d.ts +2 -0
  3095. package/esm/icons/file_add.d.ts +2 -0
  3096. package/esm/icons/file_add_medium.d.ts +2 -0
  3097. package/esm/icons/file_contract.d.ts +2 -0
  3098. package/esm/icons/file_contract_medium.d.ts +2 -0
  3099. package/esm/icons/file_csv.d.ts +2 -0
  3100. package/esm/icons/file_csv_medium.d.ts +2 -0
  3101. package/esm/icons/file_loupe.d.ts +2 -0
  3102. package/esm/icons/file_loupe_medium.d.ts +2 -0
  3103. package/esm/icons/file_medium.d.ts +2 -0
  3104. package/esm/icons/file_pdf.d.ts +2 -0
  3105. package/esm/icons/file_pdf_medium.d.ts +2 -0
  3106. package/esm/icons/file_ppt.d.ts +2 -0
  3107. package/esm/icons/file_ppt_medium.d.ts +2 -0
  3108. package/esm/icons/file_rejected.d.ts +2 -0
  3109. package/esm/icons/file_rejected_medium.d.ts +2 -0
  3110. package/esm/icons/file_signing.d.ts +2 -0
  3111. package/esm/icons/file_signing_medium.d.ts +2 -0
  3112. package/esm/icons/file_txt.d.ts +2 -0
  3113. package/esm/icons/file_txt_medium.d.ts +2 -0
  3114. package/esm/icons/file_warning.d.ts +2 -0
  3115. package/esm/icons/file_warning_medium.d.ts +2 -0
  3116. package/esm/icons/file_word.d.ts +2 -0
  3117. package/esm/icons/file_word_medium.d.ts +2 -0
  3118. package/esm/icons/file_xls.d.ts +2 -0
  3119. package/esm/icons/file_xls_medium.d.ts +2 -0
  3120. package/esm/icons/file_xml.d.ts +2 -0
  3121. package/esm/icons/file_xml_medium.d.ts +2 -0
  3122. package/esm/icons/filter.d.ts +2 -0
  3123. package/esm/icons/filter_medium.d.ts +2 -0
  3124. package/esm/icons/first_aid.d.ts +2 -0
  3125. package/esm/icons/first_aid_medium.d.ts +2 -0
  3126. package/esm/icons/flying_money.d.ts +2 -0
  3127. package/esm/icons/flying_money_medium.d.ts +2 -0
  3128. package/esm/icons/folder.d.ts +2 -0
  3129. package/esm/icons/folder_medium.d.ts +2 -0
  3130. package/esm/icons/fridge.d.ts +2 -0
  3131. package/esm/icons/fridge_medium.d.ts +2 -0
  3132. package/esm/icons/fullscreen.d.ts +2 -0
  3133. package/esm/icons/fullscreen_medium.d.ts +2 -0
  3134. package/esm/icons/fund_in.d.ts +2 -0
  3135. package/esm/icons/fund_out.d.ts +2 -0
  3136. package/esm/icons/funds.d.ts +2 -0
  3137. package/esm/icons/funds_in.d.ts +2 -0
  3138. package/esm/icons/funds_in_medium.d.ts +2 -0
  3139. package/esm/icons/funds_medium.d.ts +2 -0
  3140. package/esm/icons/funds_out.d.ts +2 -0
  3141. package/esm/icons/funds_out_medium.d.ts +2 -0
  3142. package/esm/icons/globe.d.ts +2 -0
  3143. package/esm/icons/globe_medium.d.ts +2 -0
  3144. package/esm/icons/grabber.d.ts +2 -0
  3145. package/esm/icons/grabber_medium.d.ts +2 -0
  3146. package/esm/icons/graph_decrease.d.ts +2 -0
  3147. package/esm/icons/graph_decrease_medium.d.ts +2 -0
  3148. package/esm/icons/graph_increase.d.ts +2 -0
  3149. package/esm/icons/graph_increase_medium.d.ts +2 -0
  3150. package/esm/icons/hamburger.d.ts +2 -0
  3151. package/esm/icons/hamburger_medium.d.ts +2 -0
  3152. package/esm/icons/hand_money.d.ts +2 -0
  3153. package/esm/icons/hand_money_medium.d.ts +2 -0
  3154. package/esm/icons/hanger.d.ts +2 -0
  3155. package/esm/icons/hanger_medium.d.ts +2 -0
  3156. package/esm/icons/heart.d.ts +2 -0
  3157. package/esm/icons/heart_medium.d.ts +2 -0
  3158. package/esm/icons/heart_rate.d.ts +2 -0
  3159. package/esm/icons/heart_rate_medium.d.ts +2 -0
  3160. package/esm/icons/hide.d.ts +2 -0
  3161. package/esm/icons/hide_medium.d.ts +2 -0
  3162. package/esm/icons/history.d.ts +2 -0
  3163. package/esm/icons/history_medium.d.ts +2 -0
  3164. package/esm/icons/home.d.ts +2 -0
  3165. package/esm/icons/home_medium.d.ts +2 -0
  3166. package/esm/icons/horse.d.ts +2 -0
  3167. package/esm/icons/horse_medium.d.ts +2 -0
  3168. package/esm/icons/hourglass.d.ts +2 -0
  3169. package/esm/icons/hourglass_medium.d.ts +2 -0
  3170. package/esm/icons/house_1.d.ts +2 -0
  3171. package/esm/icons/house_1_medium.d.ts +2 -0
  3172. package/esm/icons/house_2.d.ts +2 -0
  3173. package/esm/icons/house_2_medium.d.ts +2 -0
  3174. package/esm/icons/house_value.d.ts +2 -0
  3175. package/esm/icons/house_value_medium.d.ts +2 -0
  3176. package/esm/icons/index.d.ts +501 -1005
  3177. package/esm/icons/information.d.ts +2 -0
  3178. package/esm/icons/information_bubble.d.ts +2 -0
  3179. package/esm/icons/information_bubble_medium.d.ts +2 -0
  3180. package/esm/icons/information_circled.d.ts +2 -0
  3181. package/esm/icons/information_circled_medium.d.ts +2 -0
  3182. package/esm/icons/information_medium.d.ts +2 -0
  3183. package/esm/icons/instagram.d.ts +2 -0
  3184. package/esm/icons/instagram_medium.d.ts +2 -0
  3185. package/esm/icons/insurance.d.ts +2 -0
  3186. package/esm/icons/insurance_medium.d.ts +2 -0
  3187. package/esm/icons/kid_number.d.ts +2 -0
  3188. package/esm/icons/kid_number_medium.d.ts +2 -0
  3189. package/esm/icons/language.d.ts +2 -0
  3190. package/esm/icons/language_medium.d.ts +2 -0
  3191. package/esm/icons/launch.d.ts +2 -0
  3192. package/esm/icons/launch_medium.d.ts +2 -0
  3193. package/esm/icons/leaf.d.ts +2 -0
  3194. package/esm/icons/leaf_medium.d.ts +2 -0
  3195. package/esm/icons/lightbulb.d.ts +2 -0
  3196. package/esm/icons/lightbulb_medium.d.ts +2 -0
  3197. package/esm/icons/linkedin.d.ts +2 -0
  3198. package/esm/icons/linkedin_medium.d.ts +2 -0
  3199. package/esm/icons/list.d.ts +2 -0
  3200. package/esm/icons/list_medium.d.ts +2 -0
  3201. package/esm/icons/loan.d.ts +2 -0
  3202. package/esm/icons/loan_in.d.ts +2 -0
  3203. package/esm/icons/loan_in_medium.d.ts +2 -0
  3204. package/esm/icons/loan_medium.d.ts +2 -0
  3205. package/esm/icons/loan_out.d.ts +2 -0
  3206. package/esm/icons/loan_out_medium.d.ts +2 -0
  3207. package/esm/icons/location.d.ts +2 -0
  3208. package/esm/icons/location_medium.d.ts +2 -0
  3209. package/esm/icons/log_in.d.ts +2 -0
  3210. package/esm/icons/log_in_medium.d.ts +2 -0
  3211. package/esm/icons/log_out.d.ts +2 -0
  3212. package/esm/icons/log_out_medium.d.ts +2 -0
  3213. package/esm/icons/loupe.d.ts +2 -0
  3214. package/esm/icons/loupe_medium.d.ts +2 -0
  3215. package/esm/icons/mastercard.d.ts +2 -0
  3216. package/esm/icons/mastercard_card.d.ts +2 -0
  3217. package/esm/icons/mastercard_card_medium.d.ts +2 -0
  3218. package/esm/icons/mastercard_medium.d.ts +2 -0
  3219. package/esm/icons/megaphone.d.ts +2 -0
  3220. package/esm/icons/megaphone_medium.d.ts +2 -0
  3221. package/esm/icons/microphone.d.ts +2 -0
  3222. package/esm/icons/microphone_medium.d.ts +2 -0
  3223. package/esm/icons/minimize.d.ts +2 -0
  3224. package/esm/icons/minimize_medium.d.ts +2 -0
  3225. package/esm/icons/mobilephone.d.ts +2 -0
  3226. package/esm/icons/mobilephone_medium.d.ts +2 -0
  3227. package/esm/icons/more.d.ts +2 -0
  3228. package/esm/icons/more_medium.d.ts +2 -0
  3229. package/esm/icons/more_vertical.d.ts +2 -0
  3230. package/esm/icons/more_vertical_medium.d.ts +2 -0
  3231. package/esm/icons/motorcycle.d.ts +2 -0
  3232. package/esm/icons/motorcycle_medium.d.ts +2 -0
  3233. package/esm/icons/move.d.ts +2 -0
  3234. package/esm/icons/move_medium.d.ts +2 -0
  3235. package/esm/icons/office_buildings.d.ts +2 -0
  3236. package/esm/icons/office_buildings_medium.d.ts +2 -0
  3237. package/esm/icons/oil.d.ts +2 -0
  3238. package/esm/icons/oil_medium.d.ts +2 -0
  3239. package/esm/icons/owl.d.ts +2 -0
  3240. package/esm/icons/owl_medium.d.ts +2 -0
  3241. package/esm/icons/padlock.d.ts +2 -0
  3242. package/esm/icons/padlock_medium.d.ts +2 -0
  3243. package/esm/icons/paperclip.d.ts +2 -0
  3244. package/esm/icons/paperclip_medium.d.ts +2 -0
  3245. package/esm/icons/paragraph.d.ts +2 -0
  3246. package/esm/icons/paragraph_medium.d.ts +2 -0
  3247. package/esm/icons/pause.d.ts +2 -0
  3248. package/esm/icons/pause_medium.d.ts +2 -0
  3249. package/esm/icons/pay_from.d.ts +2 -0
  3250. package/esm/icons/pay_from_medium.d.ts +2 -0
  3251. package/esm/icons/pension.d.ts +2 -0
  3252. package/esm/icons/pension_medium.d.ts +2 -0
  3253. package/esm/icons/people_1.d.ts +2 -0
  3254. package/esm/icons/people_1_medium.d.ts +2 -0
  3255. package/esm/icons/people_2.d.ts +2 -0
  3256. package/esm/icons/people_2_medium.d.ts +2 -0
  3257. package/esm/icons/person.d.ts +2 -0
  3258. package/esm/icons/person_medium.d.ts +2 -0
  3259. package/esm/icons/person_shield.d.ts +2 -0
  3260. package/esm/icons/person_shield_medium.d.ts +2 -0
  3261. package/esm/icons/phone.d.ts +2 -0
  3262. package/esm/icons/phone_medium.d.ts +2 -0
  3263. package/esm/icons/photo.d.ts +2 -0
  3264. package/esm/icons/photo_medium.d.ts +2 -0
  3265. package/esm/icons/pin.d.ts +2 -0
  3266. package/esm/icons/pin_code.d.ts +2 -0
  3267. package/esm/icons/pin_code_medium.d.ts +2 -0
  3268. package/esm/icons/pin_medium.d.ts +2 -0
  3269. package/esm/icons/plant.d.ts +2 -0
  3270. package/esm/icons/plant_medium.d.ts +2 -0
  3271. package/esm/icons/play.d.ts +2 -0
  3272. package/esm/icons/play_medium.d.ts +2 -0
  3273. package/esm/icons/primary_icons.d.ts +23 -0
  3274. package/esm/icons/primary_icons_medium.d.ts +23 -0
  3275. package/esm/icons/printer.d.ts +2 -0
  3276. package/esm/icons/printer_medium.d.ts +2 -0
  3277. package/esm/icons/products_account_percent_medium.d.ts +2 -0
  3278. package/esm/icons/profile.d.ts +2 -0
  3279. package/esm/icons/profile_medium.d.ts +2 -0
  3280. package/esm/icons/progress.d.ts +2 -0
  3281. package/esm/icons/progress_medium.d.ts +2 -0
  3282. package/esm/icons/question.d.ts +2 -0
  3283. package/esm/icons/question_circled.d.ts +2 -0
  3284. package/esm/icons/question_circled_medium.d.ts +2 -0
  3285. package/esm/icons/question_medium.d.ts +2 -0
  3286. package/esm/icons/recurring.d.ts +2 -0
  3287. package/esm/icons/recurring_medium.d.ts +2 -0
  3288. package/esm/icons/redo.d.ts +2 -0
  3289. package/esm/icons/redo_medium.d.ts +2 -0
  3290. package/esm/icons/ref_number.d.ts +2 -0
  3291. package/esm/icons/ref_number_medium.d.ts +2 -0
  3292. package/esm/icons/refresh.d.ts +2 -0
  3293. package/esm/icons/refresh_medium.d.ts +2 -0
  3294. package/esm/icons/reply.d.ts +2 -0
  3295. package/esm/icons/reply_medium.d.ts +2 -0
  3296. package/esm/icons/reset.d.ts +2 -0
  3297. package/esm/icons/reset_medium.d.ts +2 -0
  3298. package/esm/icons/restaurant.d.ts +2 -0
  3299. package/esm/icons/restaurant_medium.d.ts +2 -0
  3300. package/esm/icons/return_1.d.ts +2 -0
  3301. package/esm/icons/return_1_medium.d.ts +2 -0
  3302. package/esm/icons/save.d.ts +2 -0
  3303. package/esm/icons/save_medium.d.ts +2 -0
  3304. package/esm/icons/savings_account.d.ts +2 -0
  3305. package/esm/icons/savings_account_in.d.ts +2 -0
  3306. package/esm/icons/savings_account_in_medium.d.ts +2 -0
  3307. package/esm/icons/savings_account_medium.d.ts +2 -0
  3308. package/esm/icons/savings_account_out.d.ts +2 -0
  3309. package/esm/icons/savings_account_out_medium.d.ts +2 -0
  3310. package/esm/icons/scissors.d.ts +2 -0
  3311. package/esm/icons/scissors_medium.d.ts +2 -0
  3312. package/esm/icons/scooter.d.ts +2 -0
  3313. package/esm/icons/scooter_medium.d.ts +2 -0
  3314. package/esm/icons/secondary_icons.d.ts +216 -0
  3315. package/esm/icons/secondary_icons_medium.d.ts +216 -0
  3316. package/esm/icons/send.d.ts +2 -0
  3317. package/esm/icons/send_medium.d.ts +2 -0
  3318. package/esm/icons/share_android.d.ts +2 -0
  3319. package/esm/icons/share_android_medium.d.ts +2 -0
  3320. package/esm/icons/share_ios.d.ts +2 -0
  3321. package/esm/icons/share_ios_medium.d.ts +2 -0
  3322. package/esm/icons/shield.d.ts +2 -0
  3323. package/esm/icons/shield_medium.d.ts +2 -0
  3324. package/esm/icons/shopping_cart.d.ts +2 -0
  3325. package/esm/icons/shopping_cart_medium.d.ts +2 -0
  3326. package/esm/icons/snowmobile.d.ts +2 -0
  3327. package/esm/icons/snowmobile_medium.d.ts +2 -0
  3328. package/esm/icons/speedometer.d.ts +2 -0
  3329. package/esm/icons/speedometer_medium.d.ts +2 -0
  3330. package/esm/icons/split.d.ts +2 -0
  3331. package/esm/icons/split_medium.d.ts +2 -0
  3332. package/esm/icons/star.d.ts +2 -0
  3333. package/esm/icons/star_medium.d.ts +2 -0
  3334. package/esm/icons/stocks.d.ts +2 -0
  3335. package/esm/icons/stocks_medium.d.ts +2 -0
  3336. package/esm/icons/stop.d.ts +2 -0
  3337. package/esm/icons/stop_medium.d.ts +2 -0
  3338. package/esm/icons/stopwatch.d.ts +2 -0
  3339. package/esm/icons/stopwatch_medium.d.ts +2 -0
  3340. package/esm/icons/subtract.d.ts +2 -0
  3341. package/esm/icons/subtract_circled.d.ts +2 -0
  3342. package/esm/icons/subtract_circled_medium.d.ts +2 -0
  3343. package/esm/icons/subtract_medium.d.ts +2 -0
  3344. package/esm/icons/support.d.ts +2 -0
  3345. package/esm/icons/support_medium.d.ts +2 -0
  3346. package/esm/icons/swap.d.ts +2 -0
  3347. package/esm/icons/swap_medium.d.ts +2 -0
  3348. package/esm/icons/tag.d.ts +2 -0
  3349. package/esm/icons/tag_medium.d.ts +2 -0
  3350. package/esm/icons/thumbs_down.d.ts +2 -0
  3351. package/esm/icons/thumbs_down_medium.d.ts +2 -0
  3352. package/esm/icons/thumbs_up.d.ts +2 -0
  3353. package/esm/icons/thumbs_up_medium.d.ts +2 -0
  3354. package/esm/icons/tractor.d.ts +2 -0
  3355. package/esm/icons/tractor_medium.d.ts +2 -0
  3356. package/esm/icons/trailer.d.ts +2 -0
  3357. package/esm/icons/trailer_medium.d.ts +2 -0
  3358. package/esm/icons/train.d.ts +2 -0
  3359. package/esm/icons/train_medium.d.ts +2 -0
  3360. package/esm/icons/transfer.d.ts +2 -0
  3361. package/esm/icons/transfer_medium.d.ts +2 -0
  3362. package/esm/icons/transfer_to.d.ts +2 -0
  3363. package/esm/icons/transfer_to_medium.d.ts +2 -0
  3364. package/esm/icons/trash.d.ts +2 -0
  3365. package/esm/icons/trash_medium.d.ts +2 -0
  3366. package/esm/icons/travel.d.ts +2 -0
  3367. package/esm/icons/travel_medium.d.ts +2 -0
  3368. package/esm/icons/undo.d.ts +2 -0
  3369. package/esm/icons/undo_medium.d.ts +2 -0
  3370. package/esm/icons/upload.d.ts +2 -0
  3371. package/esm/icons/upload_medium.d.ts +2 -0
  3372. package/esm/icons/video.d.ts +2 -0
  3373. package/esm/icons/video_medium.d.ts +2 -0
  3374. package/esm/icons/view.d.ts +2 -0
  3375. package/esm/icons/view_medium.d.ts +2 -0
  3376. package/esm/icons/vintage_car.d.ts +2 -0
  3377. package/esm/icons/vintage_car_medium.d.ts +2 -0
  3378. package/esm/icons/volume_off.d.ts +2 -0
  3379. package/esm/icons/volume_off_medium.d.ts +2 -0
  3380. package/esm/icons/volume_on.d.ts +2 -0
  3381. package/esm/icons/volume_on_medium.d.ts +2 -0
  3382. package/esm/icons/wallet.d.ts +2 -0
  3383. package/esm/icons/wallet_medium.d.ts +2 -0
  3384. package/esm/icons/wearables.d.ts +2 -0
  3385. package/esm/icons/wearables_medium.d.ts +2 -0
  3386. package/esm/icons/web.d.ts +2 -0
  3387. package/esm/icons/web_medium.d.ts +2 -0
  3388. package/esm/icons/wheelchair.d.ts +2 -0
  3389. package/esm/icons/wheelchair_medium.d.ts +2 -0
  3390. package/esm/icons/widget_android.d.ts +2 -0
  3391. package/esm/icons/widget_android_medium.d.ts +2 -0
  3392. package/esm/icons/widget_ios.d.ts +2 -0
  3393. package/esm/icons/widget_ios_medium.d.ts +2 -0
  3394. package/esm/index.d.ts +74 -156
  3395. package/esm/index.js +3 -1
  3396. package/esm/lib.d.ts +3 -0
  3397. package/esm/shared/AnimateHeight.d.ts +45 -0
  3398. package/esm/shared/Context.d.ts +38 -0
  3399. package/esm/shared/Context.js +3 -1
  3400. package/esm/shared/Eufemia.d.ts +1 -0
  3401. package/esm/shared/Eufemia.js +1 -1
  3402. package/esm/shared/EventEmitter.d.ts +27 -0
  3403. package/esm/shared/MediaQueryUtils.d.ts +66 -0
  3404. package/esm/shared/SpacingHelper.d.ts +1 -0
  3405. package/esm/shared/component-helper.d.ts +60 -0
  3406. package/esm/shared/component-helper.js +8 -0
  3407. package/esm/shared/custom-element-polyfill.d.ts +25 -0
  3408. package/esm/shared/custom-element.d.ts +5 -0
  3409. package/esm/shared/defaults.d.ts +7 -0
  3410. package/esm/shared/error-helper.d.ts +15 -0
  3411. package/esm/shared/helpers/Suffix.d.ts +10 -7
  3412. package/esm/shared/helpers/Suffix.js +2 -10
  3413. package/esm/shared/helpers/withCamelCaseProps.d.ts +39 -0
  3414. package/esm/shared/helpers/withCamelCaseProps.js +22 -3
  3415. package/esm/shared/helpers.d.ts +44 -0
  3416. package/esm/shared/hooks/index.d.ts +1 -0
  3417. package/esm/shared/hooks/usePropsWithContext.d.ts +14 -0
  3418. package/esm/shared/index.d.ts +6 -12
  3419. package/esm/shared/interfaces.d.ts +10 -0
  3420. package/esm/shared/libs/HashSum.d.ts +1 -0
  3421. package/esm/shared/libs/MurmurHash2.d.ts +1 -0
  3422. package/esm/shared/libs/Shortcuts.d.ts +6 -0
  3423. package/esm/shared/locales/en-GB.d.ts +119 -0
  3424. package/esm/shared/locales/en-US.d.ts +120 -0
  3425. package/esm/shared/locales/index.d.ts +235 -5
  3426. package/esm/shared/locales/nb-NO.d.ts +119 -0
  3427. package/esm/shared/stories/translation/en.json +4 -0
  3428. package/esm/shared/stories/translation/nb.json +4 -0
  3429. package/esm/shared/useMediaQuery.d.ts +1 -0
  3430. package/esm/shared/useTranslation.d.ts +34 -0
  3431. package/esm/style/basis.d.ts +1 -0
  3432. package/esm/style/body.d.ts +1 -0
  3433. package/esm/style/components.d.ts +1 -0
  3434. package/esm/style/core.d.ts +1 -0
  3435. package/esm/style/dnb-ui-components.css +757 -614
  3436. package/esm/style/dnb-ui-components.min.css +2 -2
  3437. package/esm/style/dnb-ui-components.scss +2 -0
  3438. package/esm/style/elements.d.ts +1 -0
  3439. package/esm/style/extensions.d.ts +1 -0
  3440. package/esm/style/index.d.ts +1 -0
  3441. package/esm/style/properties.d.ts +81 -0
  3442. package/esm/style/tags.d.ts +1 -0
  3443. package/esm/style/theme.d.ts +1 -0
  3444. package/esm/style/themes/index.d.ts +1 -0
  3445. package/esm/style/themes/open-banking.d.ts +1 -0
  3446. package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.css +51 -4
  3447. package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +2 -2
  3448. package/esm/style/themes/theme-ui/dnb-theme-ui.css +51 -4
  3449. package/esm/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  3450. package/esm/style/themes/theme-ui/dnb-theme-ui.scss +2 -0
  3451. package/esm/style/themes/theme-ui/prism/dnb-prism-styles.d.ts +6 -0
  3452. package/esm/style/themes/theme-ui/prism/dnb-prism-theme.d.ts +29 -0
  3453. package/esm/style/themes/ui.d.ts +1 -0
  3454. package/esm/umd/dnb-ui-basis.d.ts +1 -0
  3455. package/esm/umd/dnb-ui-components.d.ts +1 -0
  3456. package/esm/umd/dnb-ui-elements.d.ts +1 -0
  3457. package/esm/umd/dnb-ui-extensions.d.ts +1 -0
  3458. package/esm/umd/dnb-ui-icons-archive.d.ts +1 -0
  3459. package/esm/umd/dnb-ui-icons.d.ts +2 -0
  3460. package/esm/umd/dnb-ui-lib.d.ts +2 -0
  3461. package/esm/umd/dnb-ui-web-components.d.ts +1 -0
  3462. package/esm/vue.d.ts +6 -0
  3463. package/esm/web-components.d.ts +1 -0
  3464. package/extensions/index.d.ts +2 -16
  3465. package/extensions/lib.d.ts +6 -0
  3466. package/extensions/payment-card/PaymentCard.d.ts +92 -129
  3467. package/extensions/payment-card/icons/BankAxept.d.ts +20 -15
  3468. package/extensions/payment-card/icons/Clock.d.ts +20 -12
  3469. package/extensions/payment-card/icons/DNB.d.ts +20 -15
  3470. package/extensions/payment-card/icons/DNBMetalic.d.ts +20 -16
  3471. package/extensions/payment-card/icons/MastercardDefault.d.ts +23 -12
  3472. package/extensions/payment-card/icons/MastercardMetalic.d.ts +17 -11
  3473. package/extensions/payment-card/icons/MastercardMetalicBlack.d.ts +17 -11
  3474. package/extensions/payment-card/icons/PB.d.ts +20 -15
  3475. package/extensions/payment-card/icons/PBPlatinum.d.ts +17 -11
  3476. package/extensions/payment-card/icons/Padlock.d.ts +20 -12
  3477. package/extensions/payment-card/icons/Pluss.d.ts +20 -15
  3478. package/extensions/payment-card/icons/SagaGold.d.ts +17 -11
  3479. package/extensions/payment-card/icons/SagaPlatinum.d.ts +17 -12
  3480. package/extensions/payment-card/icons/SagaVisaPlatinum.d.ts +17 -12
  3481. package/extensions/payment-card/icons/VisaDefault.d.ts +20 -15
  3482. package/extensions/payment-card/icons/VisaMetalic.d.ts +17 -11
  3483. package/extensions/payment-card/icons/index.d.ts +15 -98
  3484. package/extensions/payment-card/index.d.ts +3 -8
  3485. package/extensions/payment-card/style/index.d.ts +1 -6
  3486. package/extensions/payment-card/style/themes/ui.d.ts +1 -0
  3487. package/extensions/payment-card/style.d.ts +1 -0
  3488. package/extensions/payment-card/utils/CardDesigns.d.ts +242 -0
  3489. package/extensions/payment-card/utils/Types.d.ts +91 -0
  3490. package/extensions/payment-card/utils/cardProducts.d.ts +18 -0
  3491. package/extensions/payment-card/web-component.d.ts +3 -0
  3492. package/extensions/style/index.d.ts +1 -6
  3493. package/extensions/vue.d.ts +6 -0
  3494. package/extensions/web-components.d.ts +1 -0
  3495. package/fragments/DrawerList.d.ts +3 -14
  3496. package/fragments/ScrollView.d.ts +3 -14
  3497. package/fragments/drawer-list/DrawerList.d.ts +133 -131
  3498. package/fragments/drawer-list/DrawerListContext.d.ts +3 -0
  3499. package/fragments/drawer-list/DrawerListHelpers.d.ts +141 -0
  3500. package/fragments/drawer-list/DrawerListPortal.d.ts +3 -1
  3501. package/fragments/drawer-list/DrawerListProvider.d.ts +210 -149
  3502. package/fragments/drawer-list/index.d.ts +3 -8
  3503. package/fragments/drawer-list/style/index.d.ts +1 -6
  3504. package/fragments/drawer-list/style/themes/ui.d.ts +1 -0
  3505. package/fragments/drawer-list/style.d.ts +1 -0
  3506. package/fragments/drawer-list/web-component.d.ts +3 -0
  3507. package/fragments/index.d.ts +3 -17
  3508. package/fragments/lib.d.ts +12 -0
  3509. package/fragments/scroll-view/ScrollView.d.ts +14 -0
  3510. package/fragments/scroll-view/index.d.ts +3 -8
  3511. package/fragments/scroll-view/style/index.d.ts +1 -6
  3512. package/fragments/scroll-view/style/themes/ui.d.ts +1 -0
  3513. package/fragments/scroll-view/style.d.ts +1 -0
  3514. package/fragments/scroll-view/web-component.d.ts +3 -0
  3515. package/icons/above_the_line.d.ts +2 -0
  3516. package/icons/above_the_line_medium.d.ts +2 -0
  3517. package/icons/account.d.ts +2 -0
  3518. package/icons/account_card.d.ts +2 -0
  3519. package/icons/account_card_medium.d.ts +2 -0
  3520. package/icons/account_in.d.ts +2 -0
  3521. package/icons/account_in_medium.d.ts +2 -0
  3522. package/icons/account_medium.d.ts +2 -0
  3523. package/icons/account_out.d.ts +2 -0
  3524. package/icons/account_out_medium.d.ts +2 -0
  3525. package/icons/account_percent.d.ts +2 -0
  3526. package/icons/add.d.ts +2 -0
  3527. package/icons/add_circled.d.ts +2 -0
  3528. package/icons/add_circled_medium.d.ts +2 -0
  3529. package/icons/add_medium.d.ts +2 -0
  3530. package/icons/ainvoice.d.ts +2 -0
  3531. package/icons/ainvoice_medium.d.ts +2 -0
  3532. package/icons/ambulance.d.ts +2 -0
  3533. package/icons/ambulance_medium.d.ts +2 -0
  3534. package/icons/animal_print.d.ts +2 -0
  3535. package/icons/animal_print_medium.d.ts +2 -0
  3536. package/icons/apple_watch.d.ts +2 -0
  3537. package/icons/apple_watch_medium.d.ts +2 -0
  3538. package/icons/arrow_down.d.ts +2 -0
  3539. package/icons/arrow_down_medium.d.ts +2 -0
  3540. package/icons/arrow_left.d.ts +2 -0
  3541. package/icons/arrow_left_medium.d.ts +2 -0
  3542. package/icons/arrow_right.d.ts +2 -0
  3543. package/icons/arrow_right_medium.d.ts +2 -0
  3544. package/icons/arrow_up.d.ts +2 -0
  3545. package/icons/arrow_up_medium.d.ts +2 -0
  3546. package/icons/attachment.d.ts +2 -0
  3547. package/icons/attachment_medium.d.ts +2 -0
  3548. package/icons/baby.d.ts +2 -0
  3549. package/icons/baby_medium.d.ts +2 -0
  3550. package/icons/bandage.d.ts +2 -0
  3551. package/icons/bandage_medium.d.ts +2 -0
  3552. package/icons/bank.d.ts +2 -0
  3553. package/icons/bank_medium.d.ts +2 -0
  3554. package/icons/bankid.d.ts +2 -0
  3555. package/icons/bankid_medium.d.ts +2 -0
  3556. package/icons/bankid_mobile.d.ts +2 -0
  3557. package/icons/bankid_mobile_medium.d.ts +2 -0
  3558. package/icons/bankid_qr.d.ts +2 -0
  3559. package/icons/bankid_qr_medium.d.ts +2 -0
  3560. package/icons/bell.d.ts +2 -0
  3561. package/icons/bell_medium.d.ts +2 -0
  3562. package/icons/bicycle.d.ts +2 -0
  3563. package/icons/bicycle_medium.d.ts +2 -0
  3564. package/icons/boat.d.ts +2 -0
  3565. package/icons/boat_medium.d.ts +2 -0
  3566. package/icons/bowling.d.ts +2 -0
  3567. package/icons/bowling_medium.d.ts +2 -0
  3568. package/icons/brickwall.d.ts +2 -0
  3569. package/icons/brickwall_medium.d.ts +2 -0
  3570. package/icons/broken_chain.d.ts +2 -0
  3571. package/icons/broken_chain_medium.d.ts +2 -0
  3572. package/icons/brush.d.ts +2 -0
  3573. package/icons/brush_medium.d.ts +2 -0
  3574. package/icons/bsu.d.ts +2 -0
  3575. package/icons/bsu_medium.d.ts +2 -0
  3576. package/icons/bubble.d.ts +2 -0
  3577. package/icons/bubble_medium.d.ts +2 -0
  3578. package/icons/building_construction.d.ts +2 -0
  3579. package/icons/building_construction_medium.d.ts +2 -0
  3580. package/icons/calculator.d.ts +2 -0
  3581. package/icons/calculator_medium.d.ts +2 -0
  3582. package/icons/calendar.d.ts +2 -0
  3583. package/icons/calendar_medium.d.ts +2 -0
  3584. package/icons/camera.d.ts +2 -0
  3585. package/icons/camera_medium.d.ts +2 -0
  3586. package/icons/camper_trailer.d.ts +2 -0
  3587. package/icons/camper_trailer_medium.d.ts +2 -0
  3588. package/icons/car_1.d.ts +2 -0
  3589. package/icons/car_1_medium.d.ts +2 -0
  3590. package/icons/car_2.d.ts +2 -0
  3591. package/icons/car_2_medium.d.ts +2 -0
  3592. package/icons/caravan.d.ts +2 -0
  3593. package/icons/caravan_medium.d.ts +2 -0
  3594. package/icons/card.d.ts +2 -0
  3595. package/icons/card_in.d.ts +2 -0
  3596. package/icons/card_in_medium.d.ts +2 -0
  3597. package/icons/card_medium.d.ts +2 -0
  3598. package/icons/card_out.d.ts +2 -0
  3599. package/icons/card_out_medium.d.ts +2 -0
  3600. package/icons/card_with_padlock.d.ts +2 -0
  3601. package/icons/card_with_padlock_medium.d.ts +2 -0
  3602. package/icons/cat.d.ts +2 -0
  3603. package/icons/cat_medium.d.ts +2 -0
  3604. package/icons/chain.d.ts +2 -0
  3605. package/icons/chain_medium.d.ts +2 -0
  3606. package/icons/charger.d.ts +2 -0
  3607. package/icons/charger_medium.d.ts +2 -0
  3608. package/icons/chat.d.ts +2 -0
  3609. package/icons/chat_medium.d.ts +2 -0
  3610. package/icons/chatbot.d.ts +2 -0
  3611. package/icons/chatbot_medium.d.ts +2 -0
  3612. package/icons/check.d.ts +2 -0
  3613. package/icons/check_medium.d.ts +2 -0
  3614. package/icons/chevron_down.d.ts +2 -0
  3615. package/icons/chevron_down_medium.d.ts +2 -0
  3616. package/icons/chevron_left.d.ts +2 -0
  3617. package/icons/chevron_left_medium.d.ts +2 -0
  3618. package/icons/chevron_right.d.ts +2 -0
  3619. package/icons/chevron_right_medium.d.ts +2 -0
  3620. package/icons/chevron_up.d.ts +2 -0
  3621. package/icons/chevron_up_medium.d.ts +2 -0
  3622. package/icons/chip.d.ts +2 -0
  3623. package/icons/chip_medium.d.ts +2 -0
  3624. package/icons/clock.d.ts +2 -0
  3625. package/icons/clock_medium.d.ts +2 -0
  3626. package/icons/close.d.ts +2 -0
  3627. package/icons/close_medium.d.ts +2 -0
  3628. package/icons/cloud.d.ts +2 -0
  3629. package/icons/cloud_download.d.ts +2 -0
  3630. package/icons/cloud_download_medium.d.ts +2 -0
  3631. package/icons/cloud_medium.d.ts +2 -0
  3632. package/icons/cloud_rain.d.ts +2 -0
  3633. package/icons/cloud_rain_medium.d.ts +2 -0
  3634. package/icons/cloud_sync.d.ts +2 -0
  3635. package/icons/cloud_sync_medium.d.ts +2 -0
  3636. package/icons/cloud_transfer.d.ts +2 -0
  3637. package/icons/cloud_transfer_medium.d.ts +2 -0
  3638. package/icons/cloud_upload.d.ts +2 -0
  3639. package/icons/cloud_upload_medium.d.ts +2 -0
  3640. package/icons/cog.d.ts +2 -0
  3641. package/icons/cog_medium.d.ts +2 -0
  3642. package/icons/coins_1.d.ts +2 -0
  3643. package/icons/coins_1_medium.d.ts +2 -0
  3644. package/icons/coins_2.d.ts +2 -0
  3645. package/icons/coins_2_medium.d.ts +2 -0
  3646. package/icons/coins_3.d.ts +2 -0
  3647. package/icons/coins_3_medium.d.ts +2 -0
  3648. package/icons/compose.d.ts +2 -0
  3649. package/icons/compose_medium.d.ts +2 -0
  3650. package/icons/confetti.d.ts +2 -0
  3651. package/icons/confetti_medium.d.ts +2 -0
  3652. package/icons/contacts.d.ts +2 -0
  3653. package/icons/contacts_medium.d.ts +2 -0
  3654. package/icons/cookie.d.ts +2 -0
  3655. package/icons/cookie_medium.d.ts +2 -0
  3656. package/icons/copy.d.ts +2 -0
  3657. package/icons/copy_medium.d.ts +2 -0
  3658. package/icons/credit_note.d.ts +2 -0
  3659. package/icons/credit_note_medium.d.ts +2 -0
  3660. package/icons/currency.d.ts +2 -0
  3661. package/icons/currency_medium.d.ts +2 -0
  3662. package/icons/customer_service.d.ts +2 -0
  3663. package/icons/customer_service_medium.d.ts +2 -0
  3664. package/icons/deleted_invoice.d.ts +2 -0
  3665. package/icons/deleted_invoice_medium.d.ts +2 -0
  3666. package/icons/diamond.d.ts +2 -0
  3667. package/icons/diamond_medium.d.ts +2 -0
  3668. package/icons/digipass.d.ts +2 -0
  3669. package/icons/digipass_medium.d.ts +2 -0
  3670. package/icons/digipost.d.ts +2 -0
  3671. package/icons/digipost_medium.d.ts +2 -0
  3672. package/icons/dismiss_keyboard.d.ts +2 -0
  3673. package/icons/dismiss_keyboard_medium.d.ts +2 -0
  3674. package/icons/document.d.ts +2 -0
  3675. package/icons/document_add.d.ts +2 -0
  3676. package/icons/document_add_medium.d.ts +2 -0
  3677. package/icons/document_contract.d.ts +2 -0
  3678. package/icons/document_contract_medium.d.ts +2 -0
  3679. package/icons/document_csv.d.ts +2 -0
  3680. package/icons/document_csv_medium.d.ts +2 -0
  3681. package/icons/document_loupe.d.ts +2 -0
  3682. package/icons/document_loupe_medium.d.ts +2 -0
  3683. package/icons/document_medium.d.ts +2 -0
  3684. package/icons/document_pdf.d.ts +2 -0
  3685. package/icons/document_pdf_medium.d.ts +2 -0
  3686. package/icons/document_rejected.d.ts +2 -0
  3687. package/icons/document_rejected_medium.d.ts +2 -0
  3688. package/icons/document_signing.d.ts +2 -0
  3689. package/icons/document_signing_medium.d.ts +2 -0
  3690. package/icons/document_txt.d.ts +2 -0
  3691. package/icons/document_txt_medium.d.ts +2 -0
  3692. package/icons/document_warning.d.ts +2 -0
  3693. package/icons/document_warning_medium.d.ts +2 -0
  3694. package/icons/document_word.d.ts +2 -0
  3695. package/icons/document_word_medium.d.ts +2 -0
  3696. package/icons/document_xls.d.ts +2 -0
  3697. package/icons/document_xls_medium.d.ts +2 -0
  3698. package/icons/dog.d.ts +2 -0
  3699. package/icons/dog_medium.d.ts +2 -0
  3700. package/icons/download.d.ts +2 -0
  3701. package/icons/download_medium.d.ts +2 -0
  3702. package/icons/edit.d.ts +2 -0
  3703. package/icons/edit_medium.d.ts +2 -0
  3704. package/icons/einvoice.d.ts +2 -0
  3705. package/icons/einvoice_medium.d.ts +2 -0
  3706. package/icons/email.d.ts +2 -0
  3707. package/icons/email_medium.d.ts +2 -0
  3708. package/icons/equities_and_mutual_funds.d.ts +2 -0
  3709. package/icons/equities_and_mutual_funds_medium.d.ts +2 -0
  3710. package/icons/exclamation.d.ts +2 -0
  3711. package/icons/exclamation_circled.d.ts +2 -0
  3712. package/icons/exclamation_circled_medium.d.ts +2 -0
  3713. package/icons/exclamation_medium.d.ts +2 -0
  3714. package/icons/exclamation_triangle.d.ts +2 -0
  3715. package/icons/exclamation_triangle_medium.d.ts +2 -0
  3716. package/icons/facebook.d.ts +2 -0
  3717. package/icons/facebook_medium.d.ts +2 -0
  3718. package/icons/factory.d.ts +2 -0
  3719. package/icons/factory_medium.d.ts +2 -0
  3720. package/icons/file.d.ts +2 -0
  3721. package/icons/file_add.d.ts +2 -0
  3722. package/icons/file_add_medium.d.ts +2 -0
  3723. package/icons/file_contract.d.ts +2 -0
  3724. package/icons/file_contract_medium.d.ts +2 -0
  3725. package/icons/file_csv.d.ts +2 -0
  3726. package/icons/file_csv_medium.d.ts +2 -0
  3727. package/icons/file_loupe.d.ts +2 -0
  3728. package/icons/file_loupe_medium.d.ts +2 -0
  3729. package/icons/file_medium.d.ts +2 -0
  3730. package/icons/file_pdf.d.ts +2 -0
  3731. package/icons/file_pdf_medium.d.ts +2 -0
  3732. package/icons/file_ppt.d.ts +2 -0
  3733. package/icons/file_ppt_medium.d.ts +2 -0
  3734. package/icons/file_rejected.d.ts +2 -0
  3735. package/icons/file_rejected_medium.d.ts +2 -0
  3736. package/icons/file_signing.d.ts +2 -0
  3737. package/icons/file_signing_medium.d.ts +2 -0
  3738. package/icons/file_txt.d.ts +2 -0
  3739. package/icons/file_txt_medium.d.ts +2 -0
  3740. package/icons/file_warning.d.ts +2 -0
  3741. package/icons/file_warning_medium.d.ts +2 -0
  3742. package/icons/file_word.d.ts +2 -0
  3743. package/icons/file_word_medium.d.ts +2 -0
  3744. package/icons/file_xls.d.ts +2 -0
  3745. package/icons/file_xls_medium.d.ts +2 -0
  3746. package/icons/file_xml.d.ts +2 -0
  3747. package/icons/file_xml_medium.d.ts +2 -0
  3748. package/icons/filter.d.ts +2 -0
  3749. package/icons/filter_medium.d.ts +2 -0
  3750. package/icons/first_aid.d.ts +2 -0
  3751. package/icons/first_aid_medium.d.ts +2 -0
  3752. package/icons/flying_money.d.ts +2 -0
  3753. package/icons/flying_money_medium.d.ts +2 -0
  3754. package/icons/folder.d.ts +2 -0
  3755. package/icons/folder_medium.d.ts +2 -0
  3756. package/icons/fridge.d.ts +2 -0
  3757. package/icons/fridge_medium.d.ts +2 -0
  3758. package/icons/fullscreen.d.ts +2 -0
  3759. package/icons/fullscreen_medium.d.ts +2 -0
  3760. package/icons/fund_in.d.ts +2 -0
  3761. package/icons/fund_out.d.ts +2 -0
  3762. package/icons/funds.d.ts +2 -0
  3763. package/icons/funds_in.d.ts +2 -0
  3764. package/icons/funds_in_medium.d.ts +2 -0
  3765. package/icons/funds_medium.d.ts +2 -0
  3766. package/icons/funds_out.d.ts +2 -0
  3767. package/icons/funds_out_medium.d.ts +2 -0
  3768. package/icons/globe.d.ts +2 -0
  3769. package/icons/globe_medium.d.ts +2 -0
  3770. package/icons/grabber.d.ts +2 -0
  3771. package/icons/grabber_medium.d.ts +2 -0
  3772. package/icons/graph_decrease.d.ts +2 -0
  3773. package/icons/graph_decrease_medium.d.ts +2 -0
  3774. package/icons/graph_increase.d.ts +2 -0
  3775. package/icons/graph_increase_medium.d.ts +2 -0
  3776. package/icons/hamburger.d.ts +2 -0
  3777. package/icons/hamburger_medium.d.ts +2 -0
  3778. package/icons/hand_money.d.ts +2 -0
  3779. package/icons/hand_money_medium.d.ts +2 -0
  3780. package/icons/hanger.d.ts +2 -0
  3781. package/icons/hanger_medium.d.ts +2 -0
  3782. package/icons/heart.d.ts +2 -0
  3783. package/icons/heart_medium.d.ts +2 -0
  3784. package/icons/heart_rate.d.ts +2 -0
  3785. package/icons/heart_rate_medium.d.ts +2 -0
  3786. package/icons/hide.d.ts +2 -0
  3787. package/icons/hide_medium.d.ts +2 -0
  3788. package/icons/history.d.ts +2 -0
  3789. package/icons/history_medium.d.ts +2 -0
  3790. package/icons/home.d.ts +2 -0
  3791. package/icons/home_medium.d.ts +2 -0
  3792. package/icons/horse.d.ts +2 -0
  3793. package/icons/horse_medium.d.ts +2 -0
  3794. package/icons/hourglass.d.ts +2 -0
  3795. package/icons/hourglass_medium.d.ts +2 -0
  3796. package/icons/house_1.d.ts +2 -0
  3797. package/icons/house_1_medium.d.ts +2 -0
  3798. package/icons/house_2.d.ts +2 -0
  3799. package/icons/house_2_medium.d.ts +2 -0
  3800. package/icons/house_value.d.ts +2 -0
  3801. package/icons/house_value_medium.d.ts +2 -0
  3802. package/icons/index.d.ts +501 -1005
  3803. package/icons/information.d.ts +2 -0
  3804. package/icons/information_bubble.d.ts +2 -0
  3805. package/icons/information_bubble_medium.d.ts +2 -0
  3806. package/icons/information_circled.d.ts +2 -0
  3807. package/icons/information_circled_medium.d.ts +2 -0
  3808. package/icons/information_medium.d.ts +2 -0
  3809. package/icons/instagram.d.ts +2 -0
  3810. package/icons/instagram_medium.d.ts +2 -0
  3811. package/icons/insurance.d.ts +2 -0
  3812. package/icons/insurance_medium.d.ts +2 -0
  3813. package/icons/kid_number.d.ts +2 -0
  3814. package/icons/kid_number_medium.d.ts +2 -0
  3815. package/icons/language.d.ts +2 -0
  3816. package/icons/language_medium.d.ts +2 -0
  3817. package/icons/launch.d.ts +2 -0
  3818. package/icons/launch_medium.d.ts +2 -0
  3819. package/icons/leaf.d.ts +2 -0
  3820. package/icons/leaf_medium.d.ts +2 -0
  3821. package/icons/lightbulb.d.ts +2 -0
  3822. package/icons/lightbulb_medium.d.ts +2 -0
  3823. package/icons/linkedin.d.ts +2 -0
  3824. package/icons/linkedin_medium.d.ts +2 -0
  3825. package/icons/list.d.ts +2 -0
  3826. package/icons/list_medium.d.ts +2 -0
  3827. package/icons/loan.d.ts +2 -0
  3828. package/icons/loan_in.d.ts +2 -0
  3829. package/icons/loan_in_medium.d.ts +2 -0
  3830. package/icons/loan_medium.d.ts +2 -0
  3831. package/icons/loan_out.d.ts +2 -0
  3832. package/icons/loan_out_medium.d.ts +2 -0
  3833. package/icons/location.d.ts +2 -0
  3834. package/icons/location_medium.d.ts +2 -0
  3835. package/icons/log_in.d.ts +2 -0
  3836. package/icons/log_in_medium.d.ts +2 -0
  3837. package/icons/log_out.d.ts +2 -0
  3838. package/icons/log_out_medium.d.ts +2 -0
  3839. package/icons/loupe.d.ts +2 -0
  3840. package/icons/loupe_medium.d.ts +2 -0
  3841. package/icons/mastercard.d.ts +2 -0
  3842. package/icons/mastercard_card.d.ts +2 -0
  3843. package/icons/mastercard_card_medium.d.ts +2 -0
  3844. package/icons/mastercard_medium.d.ts +2 -0
  3845. package/icons/megaphone.d.ts +2 -0
  3846. package/icons/megaphone_medium.d.ts +2 -0
  3847. package/icons/microphone.d.ts +2 -0
  3848. package/icons/microphone_medium.d.ts +2 -0
  3849. package/icons/minimize.d.ts +2 -0
  3850. package/icons/minimize_medium.d.ts +2 -0
  3851. package/icons/mobilephone.d.ts +2 -0
  3852. package/icons/mobilephone_medium.d.ts +2 -0
  3853. package/icons/more.d.ts +2 -0
  3854. package/icons/more_medium.d.ts +2 -0
  3855. package/icons/more_vertical.d.ts +2 -0
  3856. package/icons/more_vertical_medium.d.ts +2 -0
  3857. package/icons/motorcycle.d.ts +2 -0
  3858. package/icons/motorcycle_medium.d.ts +2 -0
  3859. package/icons/move.d.ts +2 -0
  3860. package/icons/move_medium.d.ts +2 -0
  3861. package/icons/office_buildings.d.ts +2 -0
  3862. package/icons/office_buildings_medium.d.ts +2 -0
  3863. package/icons/oil.d.ts +2 -0
  3864. package/icons/oil_medium.d.ts +2 -0
  3865. package/icons/owl.d.ts +2 -0
  3866. package/icons/owl_medium.d.ts +2 -0
  3867. package/icons/padlock.d.ts +2 -0
  3868. package/icons/padlock_medium.d.ts +2 -0
  3869. package/icons/paperclip.d.ts +2 -0
  3870. package/icons/paperclip_medium.d.ts +2 -0
  3871. package/icons/paragraph.d.ts +2 -0
  3872. package/icons/paragraph_medium.d.ts +2 -0
  3873. package/icons/pause.d.ts +2 -0
  3874. package/icons/pause_medium.d.ts +2 -0
  3875. package/icons/pay_from.d.ts +2 -0
  3876. package/icons/pay_from_medium.d.ts +2 -0
  3877. package/icons/pension.d.ts +2 -0
  3878. package/icons/pension_medium.d.ts +2 -0
  3879. package/icons/people_1.d.ts +2 -0
  3880. package/icons/people_1_medium.d.ts +2 -0
  3881. package/icons/people_2.d.ts +2 -0
  3882. package/icons/people_2_medium.d.ts +2 -0
  3883. package/icons/person.d.ts +2 -0
  3884. package/icons/person_medium.d.ts +2 -0
  3885. package/icons/person_shield.d.ts +2 -0
  3886. package/icons/person_shield_medium.d.ts +2 -0
  3887. package/icons/phone.d.ts +2 -0
  3888. package/icons/phone_medium.d.ts +2 -0
  3889. package/icons/photo.d.ts +2 -0
  3890. package/icons/photo_medium.d.ts +2 -0
  3891. package/icons/pin.d.ts +2 -0
  3892. package/icons/pin_code.d.ts +2 -0
  3893. package/icons/pin_code_medium.d.ts +2 -0
  3894. package/icons/pin_medium.d.ts +2 -0
  3895. package/icons/plant.d.ts +2 -0
  3896. package/icons/plant_medium.d.ts +2 -0
  3897. package/icons/play.d.ts +2 -0
  3898. package/icons/play_medium.d.ts +2 -0
  3899. package/icons/primary_icons.d.ts +23 -0
  3900. package/icons/primary_icons_medium.d.ts +23 -0
  3901. package/icons/printer.d.ts +2 -0
  3902. package/icons/printer_medium.d.ts +2 -0
  3903. package/icons/products_account_percent_medium.d.ts +2 -0
  3904. package/icons/profile.d.ts +2 -0
  3905. package/icons/profile_medium.d.ts +2 -0
  3906. package/icons/progress.d.ts +2 -0
  3907. package/icons/progress_medium.d.ts +2 -0
  3908. package/icons/question.d.ts +2 -0
  3909. package/icons/question_circled.d.ts +2 -0
  3910. package/icons/question_circled_medium.d.ts +2 -0
  3911. package/icons/question_medium.d.ts +2 -0
  3912. package/icons/recurring.d.ts +2 -0
  3913. package/icons/recurring_medium.d.ts +2 -0
  3914. package/icons/redo.d.ts +2 -0
  3915. package/icons/redo_medium.d.ts +2 -0
  3916. package/icons/ref_number.d.ts +2 -0
  3917. package/icons/ref_number_medium.d.ts +2 -0
  3918. package/icons/refresh.d.ts +2 -0
  3919. package/icons/refresh_medium.d.ts +2 -0
  3920. package/icons/reply.d.ts +2 -0
  3921. package/icons/reply_medium.d.ts +2 -0
  3922. package/icons/reset.d.ts +2 -0
  3923. package/icons/reset_medium.d.ts +2 -0
  3924. package/icons/restaurant.d.ts +2 -0
  3925. package/icons/restaurant_medium.d.ts +2 -0
  3926. package/icons/return_1.d.ts +2 -0
  3927. package/icons/return_1_medium.d.ts +2 -0
  3928. package/icons/save.d.ts +2 -0
  3929. package/icons/save_medium.d.ts +2 -0
  3930. package/icons/savings_account.d.ts +2 -0
  3931. package/icons/savings_account_in.d.ts +2 -0
  3932. package/icons/savings_account_in_medium.d.ts +2 -0
  3933. package/icons/savings_account_medium.d.ts +2 -0
  3934. package/icons/savings_account_out.d.ts +2 -0
  3935. package/icons/savings_account_out_medium.d.ts +2 -0
  3936. package/icons/scissors.d.ts +2 -0
  3937. package/icons/scissors_medium.d.ts +2 -0
  3938. package/icons/scooter.d.ts +2 -0
  3939. package/icons/scooter_medium.d.ts +2 -0
  3940. package/icons/secondary_icons.d.ts +216 -0
  3941. package/icons/secondary_icons_medium.d.ts +216 -0
  3942. package/icons/send.d.ts +2 -0
  3943. package/icons/send_medium.d.ts +2 -0
  3944. package/icons/share_android.d.ts +2 -0
  3945. package/icons/share_android_medium.d.ts +2 -0
  3946. package/icons/share_ios.d.ts +2 -0
  3947. package/icons/share_ios_medium.d.ts +2 -0
  3948. package/icons/shield.d.ts +2 -0
  3949. package/icons/shield_medium.d.ts +2 -0
  3950. package/icons/shopping_cart.d.ts +2 -0
  3951. package/icons/shopping_cart_medium.d.ts +2 -0
  3952. package/icons/snowmobile.d.ts +2 -0
  3953. package/icons/snowmobile_medium.d.ts +2 -0
  3954. package/icons/speedometer.d.ts +2 -0
  3955. package/icons/speedometer_medium.d.ts +2 -0
  3956. package/icons/split.d.ts +2 -0
  3957. package/icons/split_medium.d.ts +2 -0
  3958. package/icons/star.d.ts +2 -0
  3959. package/icons/star_medium.d.ts +2 -0
  3960. package/icons/stocks.d.ts +2 -0
  3961. package/icons/stocks_medium.d.ts +2 -0
  3962. package/icons/stop.d.ts +2 -0
  3963. package/icons/stop_medium.d.ts +2 -0
  3964. package/icons/stopwatch.d.ts +2 -0
  3965. package/icons/stopwatch_medium.d.ts +2 -0
  3966. package/icons/subtract.d.ts +2 -0
  3967. package/icons/subtract_circled.d.ts +2 -0
  3968. package/icons/subtract_circled_medium.d.ts +2 -0
  3969. package/icons/subtract_medium.d.ts +2 -0
  3970. package/icons/support.d.ts +2 -0
  3971. package/icons/support_medium.d.ts +2 -0
  3972. package/icons/swap.d.ts +2 -0
  3973. package/icons/swap_medium.d.ts +2 -0
  3974. package/icons/tag.d.ts +2 -0
  3975. package/icons/tag_medium.d.ts +2 -0
  3976. package/icons/thumbs_down.d.ts +2 -0
  3977. package/icons/thumbs_down_medium.d.ts +2 -0
  3978. package/icons/thumbs_up.d.ts +2 -0
  3979. package/icons/thumbs_up_medium.d.ts +2 -0
  3980. package/icons/tractor.d.ts +2 -0
  3981. package/icons/tractor_medium.d.ts +2 -0
  3982. package/icons/trailer.d.ts +2 -0
  3983. package/icons/trailer_medium.d.ts +2 -0
  3984. package/icons/train.d.ts +2 -0
  3985. package/icons/train_medium.d.ts +2 -0
  3986. package/icons/transfer.d.ts +2 -0
  3987. package/icons/transfer_medium.d.ts +2 -0
  3988. package/icons/transfer_to.d.ts +2 -0
  3989. package/icons/transfer_to_medium.d.ts +2 -0
  3990. package/icons/trash.d.ts +2 -0
  3991. package/icons/trash_medium.d.ts +2 -0
  3992. package/icons/travel.d.ts +2 -0
  3993. package/icons/travel_medium.d.ts +2 -0
  3994. package/icons/undo.d.ts +2 -0
  3995. package/icons/undo_medium.d.ts +2 -0
  3996. package/icons/upload.d.ts +2 -0
  3997. package/icons/upload_medium.d.ts +2 -0
  3998. package/icons/video.d.ts +2 -0
  3999. package/icons/video_medium.d.ts +2 -0
  4000. package/icons/view.d.ts +2 -0
  4001. package/icons/view_medium.d.ts +2 -0
  4002. package/icons/vintage_car.d.ts +2 -0
  4003. package/icons/vintage_car_medium.d.ts +2 -0
  4004. package/icons/volume_off.d.ts +2 -0
  4005. package/icons/volume_off_medium.d.ts +2 -0
  4006. package/icons/volume_on.d.ts +2 -0
  4007. package/icons/volume_on_medium.d.ts +2 -0
  4008. package/icons/wallet.d.ts +2 -0
  4009. package/icons/wallet_medium.d.ts +2 -0
  4010. package/icons/wearables.d.ts +2 -0
  4011. package/icons/wearables_medium.d.ts +2 -0
  4012. package/icons/web.d.ts +2 -0
  4013. package/icons/web_medium.d.ts +2 -0
  4014. package/icons/wheelchair.d.ts +2 -0
  4015. package/icons/wheelchair_medium.d.ts +2 -0
  4016. package/icons/widget_android.d.ts +2 -0
  4017. package/icons/widget_android_medium.d.ts +2 -0
  4018. package/icons/widget_ios.d.ts +2 -0
  4019. package/icons/widget_ios_medium.d.ts +2 -0
  4020. package/index.d.ts +74 -156
  4021. package/index.js +3 -1
  4022. package/lib.d.ts +3 -0
  4023. package/package.json +1 -1
  4024. package/shared/AlignmentHelper.d.ts +17 -10
  4025. package/shared/AnimateHeight.d.ts +45 -0
  4026. package/shared/Context.d.ts +38 -0
  4027. package/shared/Context.js +3 -1
  4028. package/shared/Eufemia.d.ts +1 -0
  4029. package/shared/Eufemia.js +1 -1
  4030. package/shared/EventEmitter.d.ts +27 -0
  4031. package/shared/MediaQuery.d.ts +40 -37
  4032. package/shared/MediaQueryUtils.d.ts +66 -0
  4033. package/shared/Provider.d.ts +52 -14
  4034. package/shared/SpacingHelper.d.ts +1 -0
  4035. package/shared/component-helper.d.ts +60 -0
  4036. package/shared/component-helper.js +8 -0
  4037. package/shared/custom-element-polyfill.d.ts +25 -0
  4038. package/shared/custom-element.d.ts +5 -0
  4039. package/shared/defaults.d.ts +7 -0
  4040. package/shared/error-helper.d.ts +15 -0
  4041. package/shared/helpers/Suffix.d.ts +10 -7
  4042. package/shared/helpers/Suffix.js +2 -10
  4043. package/shared/helpers/withCamelCaseProps.d.ts +39 -0
  4044. package/shared/helpers/withCamelCaseProps.js +22 -3
  4045. package/shared/helpers.d.ts +44 -0
  4046. package/shared/hooks/index.d.ts +1 -0
  4047. package/shared/hooks/usePropsWithContext.d.ts +14 -0
  4048. package/shared/index.d.ts +6 -12
  4049. package/shared/interfaces.d.ts +10 -0
  4050. package/shared/libs/HashSum.d.ts +1 -0
  4051. package/shared/libs/MurmurHash2.d.ts +1 -0
  4052. package/shared/libs/Shortcuts.d.ts +6 -0
  4053. package/shared/locales/en-GB.d.ts +119 -0
  4054. package/shared/locales/en-US.d.ts +120 -0
  4055. package/shared/locales/index.d.ts +235 -5
  4056. package/shared/locales/nb-NO.d.ts +119 -0
  4057. package/shared/stories/translation/en.json +4 -0
  4058. package/shared/stories/translation/nb.json +4 -0
  4059. package/shared/useMediaQuery.d.ts +1 -0
  4060. package/shared/useTranslation.d.ts +34 -0
  4061. package/style/basis.d.ts +1 -0
  4062. package/style/body.d.ts +1 -0
  4063. package/style/components.d.ts +1 -0
  4064. package/style/core.d.ts +1 -0
  4065. package/style/dnb-ui-components.css +757 -614
  4066. package/style/dnb-ui-components.min.css +2 -2
  4067. package/style/dnb-ui-components.scss +2 -0
  4068. package/style/elements.d.ts +1 -0
  4069. package/style/extensions.d.ts +1 -0
  4070. package/style/index.d.ts +1 -0
  4071. package/style/properties.d.ts +81 -0
  4072. package/style/tags.d.ts +1 -0
  4073. package/style/theme.d.ts +1 -0
  4074. package/style/themes/index.d.ts +1 -0
  4075. package/style/themes/open-banking.d.ts +1 -0
  4076. package/style/themes/theme-open-banking/dnb-theme-open-banking.css +51 -4
  4077. package/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +2 -2
  4078. package/style/themes/theme-ui/dnb-theme-ui.css +51 -4
  4079. package/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  4080. package/style/themes/theme-ui/dnb-theme-ui.scss +2 -0
  4081. package/style/themes/theme-ui/prism/dnb-prism-styles.d.ts +6 -0
  4082. package/style/themes/theme-ui/prism/dnb-prism-theme.d.ts +29 -0
  4083. package/style/themes/ui.d.ts +1 -0
  4084. package/umd/dnb-ui-basis.d.ts +1 -0
  4085. package/umd/dnb-ui-basis.min.js +2 -2
  4086. package/umd/dnb-ui-components.d.ts +1 -0
  4087. package/umd/dnb-ui-components.min.js +5 -5
  4088. package/umd/dnb-ui-elements.d.ts +1 -0
  4089. package/umd/dnb-ui-elements.min.js +1 -1
  4090. package/umd/dnb-ui-extensions.d.ts +1 -0
  4091. package/umd/dnb-ui-extensions.min.js +1 -1
  4092. package/umd/dnb-ui-icons-archive.d.ts +1 -0
  4093. package/umd/dnb-ui-icons.d.ts +2 -0
  4094. package/umd/dnb-ui-lib.d.ts +2 -0
  4095. package/umd/dnb-ui-lib.min.js +4 -4
  4096. package/umd/dnb-ui-web-components.d.ts +1 -0
  4097. package/umd/dnb-ui-web-components.min.js +5 -5
  4098. package/vue.d.ts +6 -0
  4099. package/web-components.d.ts +1 -0
  4100. package/cjs/components/modal/components/ModalHeader.js +0 -124
  4101. package/cjs/components/modal/components/ModalHeaderBar.js +0 -194
  4102. package/cjs/components/modal/components/ModalInner.js +0 -118
  4103. package/cjs/core/jest/enzyme/index.d.ts +0 -13
  4104. package/components/avatar/Avatar.tsx +0 -162
  4105. package/components/avatar/AvatarGroup.tsx +0 -163
  4106. package/components/breadcrumb/Breadcrumb.tsx +0 -259
  4107. package/components/breadcrumb/BreadcrumbItem.tsx +0 -115
  4108. package/components/info-card/InfoCard.tsx +0 -250
  4109. package/components/modal/Modal.tsx +0 -524
  4110. package/components/modal/ModalContent.tsx +0 -520
  4111. package/components/modal/ModalContext.tsx +0 -10
  4112. package/components/modal/ModalRoot.tsx +0 -131
  4113. package/components/modal/components/CloseButton.tsx +0 -56
  4114. package/components/modal/components/ModalHeader.js +0 -70
  4115. package/components/modal/components/ModalHeader.tsx +0 -79
  4116. package/components/modal/components/ModalHeaderBar.js +0 -122
  4117. package/components/modal/components/ModalHeaderBar.tsx +0 -118
  4118. package/components/modal/components/ModalInner.js +0 -66
  4119. package/components/modal/components/ModalInner.tsx +0 -45
  4120. package/components/modal/helpers.ts +0 -63
  4121. package/components/modal/types.ts +0 -271
  4122. package/components/tag/Tag.tsx +0 -196
  4123. package/components/tag/TagContext.tsx +0 -3
  4124. package/components/tag/TagGroup.tsx +0 -76
  4125. package/components/timeline/Timeline.tsx +0 -95
  4126. package/components/timeline/TimelineItem.tsx +0 -191
  4127. package/components/visually-hidden/VisuallyHidden.tsx +0 -74
  4128. package/core/jest/enzyme/index.d.ts +0 -13
  4129. package/es/components/avatar/Avatar.tsx +0 -162
  4130. package/es/components/avatar/AvatarGroup.tsx +0 -163
  4131. package/es/components/breadcrumb/Breadcrumb.tsx +0 -259
  4132. package/es/components/breadcrumb/BreadcrumbItem.tsx +0 -115
  4133. package/es/components/info-card/InfoCard.tsx +0 -250
  4134. package/es/components/modal/Modal.tsx +0 -524
  4135. package/es/components/modal/ModalContent.tsx +0 -520
  4136. package/es/components/modal/ModalContext.tsx +0 -10
  4137. package/es/components/modal/ModalRoot.tsx +0 -131
  4138. package/es/components/modal/components/CloseButton.tsx +0 -56
  4139. package/es/components/modal/components/ModalHeader.js +0 -40
  4140. package/es/components/modal/components/ModalHeader.tsx +0 -79
  4141. package/es/components/modal/components/ModalHeaderBar.js +0 -88
  4142. package/es/components/modal/components/ModalHeaderBar.tsx +0 -118
  4143. package/es/components/modal/components/ModalInner.js +0 -37
  4144. package/es/components/modal/components/ModalInner.tsx +0 -45
  4145. package/es/components/modal/helpers.ts +0 -63
  4146. package/es/components/modal/types.ts +0 -271
  4147. package/es/components/tag/Tag.tsx +0 -196
  4148. package/es/components/tag/TagContext.tsx +0 -3
  4149. package/es/components/tag/TagGroup.tsx +0 -76
  4150. package/es/components/timeline/Timeline.tsx +0 -95
  4151. package/es/components/timeline/TimelineItem.tsx +0 -191
  4152. package/es/components/visually-hidden/VisuallyHidden.tsx +0 -74
  4153. package/es/core/jest/enzyme/index.d.ts +0 -13
  4154. package/es/fragments/scroll-view/ScrollView.tsx +0 -92
  4155. package/es/shared/helpers/withCamelCaseProps.tsx +0 -108
  4156. package/es/shared/hooks/index.ts +0 -1
  4157. package/es/shared/hooks/usePropsWithContext.ts +0 -45
  4158. package/es/shared/interfaces.tsx +0 -12
  4159. package/esm/components/avatar/Avatar.tsx +0 -162
  4160. package/esm/components/avatar/AvatarGroup.tsx +0 -163
  4161. package/esm/components/breadcrumb/Breadcrumb.tsx +0 -259
  4162. package/esm/components/breadcrumb/BreadcrumbItem.tsx +0 -115
  4163. package/esm/components/info-card/InfoCard.tsx +0 -250
  4164. package/esm/components/modal/Modal.tsx +0 -524
  4165. package/esm/components/modal/ModalContent.tsx +0 -520
  4166. package/esm/components/modal/ModalContext.tsx +0 -10
  4167. package/esm/components/modal/ModalRoot.tsx +0 -131
  4168. package/esm/components/modal/components/CloseButton.tsx +0 -56
  4169. package/esm/components/modal/components/ModalHeader.js +0 -70
  4170. package/esm/components/modal/components/ModalHeader.tsx +0 -79
  4171. package/esm/components/modal/components/ModalHeaderBar.js +0 -122
  4172. package/esm/components/modal/components/ModalHeaderBar.tsx +0 -118
  4173. package/esm/components/modal/components/ModalInner.js +0 -66
  4174. package/esm/components/modal/components/ModalInner.tsx +0 -45
  4175. package/esm/components/modal/helpers.ts +0 -63
  4176. package/esm/components/modal/types.ts +0 -271
  4177. package/esm/components/tag/Tag.tsx +0 -196
  4178. package/esm/components/tag/TagContext.tsx +0 -3
  4179. package/esm/components/tag/TagGroup.tsx +0 -76
  4180. package/esm/components/timeline/Timeline.tsx +0 -95
  4181. package/esm/components/timeline/TimelineItem.tsx +0 -191
  4182. package/esm/components/visually-hidden/VisuallyHidden.tsx +0 -74
  4183. package/esm/core/jest/enzyme/index.d.ts +0 -13
  4184. package/esm/fragments/scroll-view/ScrollView.tsx +0 -92
  4185. package/esm/shared/helpers/withCamelCaseProps.tsx +0 -108
  4186. package/esm/shared/hooks/index.ts +0 -1
  4187. package/esm/shared/hooks/usePropsWithContext.ts +0 -45
  4188. package/esm/shared/interfaces.tsx +0 -12
  4189. package/fragments/scroll-view/ScrollView.tsx +0 -92
  4190. package/shared/helpers/withCamelCaseProps.tsx +0 -108
  4191. package/shared/hooks/index.ts +0 -1
  4192. package/shared/hooks/usePropsWithContext.ts +0 -45
  4193. package/shared/interfaces.tsx +0 -12
@@ -1,4 +1,4 @@
1
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).dnbBasis={})}(this,(function(t){"use strict";var e="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};"function"==typeof e.setTimeout&&setTimeout,"function"==typeof e.clearTimeout&&clearTimeout;function n(t,e){this.fun=t,this.array=e}n.prototype.run=function(){this.fun.apply(null,this.array)};var r=e.performance||{};r.now||r.mozNow||r.msNow||r.oNow||r.webkitNow;new Date;var o=function(t){return t&&t.Math==Math&&t},i=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof i&&i)||function(){return this}()||Function("return this")(),a={},u=function(t){try{return!!t()}catch(t){return!0}},c=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f=Function.prototype.call,s=f.bind?f.bind(f):function(){return f.apply(f,arguments)},l={},d={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,v=p&&!d.call({1:2},1);l.f=v?function(t){var e=p(this,t);return!!e&&e.enumerable}:d;var h,y,g=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},m=Function.prototype,w=m.bind,b=m.call,x=w&&w.bind(b),E=w?function(t){return t&&x(b,t)}:function(t){return t&&function(){return b.apply(t,arguments)}},S=E,O=S({}.toString),A=S("".slice),k=function(t){return A(O(t),8,-1)},L=E,j=u,I=k,T=i.Object,P=L("".split),_=j((function(){return!T("z").propertyIsEnumerable(0)}))?function(t){return"String"==I(t)?P(t,""):T(t)}:T,R=i.TypeError,C=function(t){if(null==t)throw R("Can't call method on "+t);return t},M=_,N=C,F=function(t){return M(N(t))},D=function(t){return"function"==typeof t},G=D,$=function(t){return"object"==typeof t?null!==t:G(t)},U=i,B=D,W=function(t){return B(t)?t:void 0},Y=function(t,e){return arguments.length<2?W(U[t]):U[t]&&U[t][e]},K=E({}.isPrototypeOf),z=i,H=Y("navigator","userAgent")||"",V=z.process,q=z.Deno,X=V&&V.versions||q&&q.version,J=X&&X.v8;J&&(y=(h=J.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!y&&H&&(!(h=H.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=H.match(/Chrome\/(\d+)/))&&(y=+h[1]);var Q=y,Z=Q,tt=u,et=!!Object.getOwnPropertySymbols&&!tt((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&Z&&Z<41})),nt=et&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,rt=Y,ot=D,it=K,at=nt,ut=i.Object,ct=at?function(t){return"symbol"==typeof t}:function(t){var e=rt("Symbol");return ot(e)&&it(e.prototype,ut(t))},ft=i.String,st=function(t){try{return ft(t)}catch(t){return"Object"}},lt=D,dt=st,pt=i.TypeError,vt=function(t){if(lt(t))return t;throw pt(dt(t)+" is not a function")},ht=vt,yt=function(t,e){var n=t[e];return null==n?void 0:ht(n)},gt=s,mt=D,wt=$,bt=i.TypeError,xt={exports:{}},Et=i,St=Object.defineProperty,Ot=function(t,e){try{St(Et,t,{value:e,configurable:!0,writable:!0})}catch(n){Et[t]=e}return e},At=Ot,kt="__core-js_shared__",Lt=i[kt]||At(kt,{}),jt=Lt;(xt.exports=function(t,e){return jt[t]||(jt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"});var It=C,Tt=i.Object,Pt=function(t){return Tt(It(t))},_t=Pt,Rt=E({}.hasOwnProperty),Ct=Object.hasOwn||function(t,e){return Rt(_t(t),e)},Mt=E,Nt=0,Ft=Math.random(),Dt=Mt(1..toString),Gt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Dt(++Nt+Ft,36)},$t=i,Ut=xt.exports,Bt=Ct,Wt=Gt,Yt=et,Kt=nt,zt=Ut("wks"),Ht=$t.Symbol,Vt=Ht&&Ht.for,qt=Kt?Ht:Ht&&Ht.withoutSetter||Wt,Xt=function(t){if(!Bt(zt,t)||!Yt&&"string"!=typeof zt[t]){var e="Symbol."+t;Yt&&Bt(Ht,t)?zt[t]=Ht[t]:zt[t]=Kt&&Vt?Vt(e):qt(e)}return zt[t]},Jt=s,Qt=$,Zt=ct,te=yt,ee=function(t,e){var n,r;if("string"===e&&mt(n=t.toString)&&!wt(r=gt(n,t)))return r;if(mt(n=t.valueOf)&&!wt(r=gt(n,t)))return r;if("string"!==e&&mt(n=t.toString)&&!wt(r=gt(n,t)))return r;throw bt("Can't convert object to primitive value")},ne=Xt,re=i.TypeError,oe=ne("toPrimitive"),ie=function(t,e){if(!Qt(t)||Zt(t))return t;var n,r=te(t,oe);if(r){if(void 0===e&&(e="default"),n=Jt(r,t,e),!Qt(n)||Zt(n))return n;throw re("Can't convert object to primitive value")}return void 0===e&&(e="number"),ee(t,e)},ae=ct,ue=function(t){var e=ie(t,"string");return ae(e)?e:e+""},ce=$,fe=i.document,se=ce(fe)&&ce(fe.createElement),le=function(t){return se?fe.createElement(t):{}},de=le,pe=!c&&!u((function(){return 7!=Object.defineProperty(de("div"),"a",{get:function(){return 7}}).a})),ve=c,he=s,ye=l,ge=g,me=F,we=ue,be=Ct,xe=pe,Ee=Object.getOwnPropertyDescriptor;a.f=ve?Ee:function(t,e){if(t=me(t),e=we(e),xe)try{return Ee(t,e)}catch(t){}if(be(t,e))return ge(!he(ye.f,t,e),t[e])};var Se={},Oe=i,Ae=$,ke=Oe.String,Le=Oe.TypeError,je=function(t){if(Ae(t))return t;throw Le(ke(t)+" is not an object")},Ie=c,Te=pe,Pe=je,_e=ue,Re=i.TypeError,Ce=Object.defineProperty;Se.f=Ie?Ce:function(t,e,n){if(Pe(t),e=_e(e),Pe(n),Te)try{return Ce(t,e,n)}catch(t){}if("get"in n||"set"in n)throw Re("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var Me=Se,Ne=g,Fe=c?function(t,e,n){return Me.f(t,e,Ne(1,n))}:function(t,e,n){return t[e]=n,t},De={exports:{}},Ge=D,$e=Lt,Ue=E(Function.toString);Ge($e.inspectSource)||($e.inspectSource=function(t){return Ue(t)});var Be,We,Ye,Ke=$e.inspectSource,ze=D,He=Ke,Ve=i.WeakMap,qe=ze(Ve)&&/native code/.test(He(Ve)),Xe=xt.exports,Je=Gt,Qe=Xe("keys"),Ze=function(t){return Qe[t]||(Qe[t]=Je(t))},tn={},en=qe,nn=i,rn=E,on=$,an=Fe,un=Ct,cn=Lt,fn=Ze,sn=tn,ln="Object already initialized",dn=nn.TypeError,pn=nn.WeakMap;if(en||cn.state){var vn=cn.state||(cn.state=new pn),hn=rn(vn.get),yn=rn(vn.has),gn=rn(vn.set);Be=function(t,e){if(yn(vn,t))throw new dn(ln);return e.facade=t,gn(vn,t,e),e},We=function(t){return hn(vn,t)||{}},Ye=function(t){return yn(vn,t)}}else{var mn=fn("state");sn[mn]=!0,Be=function(t,e){if(un(t,mn))throw new dn(ln);return e.facade=t,an(t,mn,e),e},We=function(t){return un(t,mn)?t[mn]:{}},Ye=function(t){return un(t,mn)}}var wn={set:Be,get:We,has:Ye,enforce:function(t){return Ye(t)?We(t):Be(t,{})},getterFor:function(t){return function(e){var n;if(!on(e)||(n=We(e)).type!==t)throw dn("Incompatible receiver, "+t+" required");return n}}},bn=c,xn=Ct,En=Function.prototype,Sn=bn&&Object.getOwnPropertyDescriptor,On=xn(En,"name"),An={EXISTS:On,PROPER:On&&"something"===function(){}.name,CONFIGURABLE:On&&(!bn||bn&&Sn(En,"name").configurable)},kn=i,Ln=D,jn=Ct,In=Fe,Tn=Ot,Pn=Ke,_n=An.CONFIGURABLE,Rn=wn.get,Cn=wn.enforce,Mn=String(String).split("String");(De.exports=function(t,e,n,r){var o,i=!!r&&!!r.unsafe,a=!!r&&!!r.enumerable,u=!!r&&!!r.noTargetGet,c=r&&void 0!==r.name?r.name:e;Ln(n)&&("Symbol("===String(c).slice(0,7)&&(c="["+String(c).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!jn(n,"name")||_n&&n.name!==c)&&In(n,"name",c),(o=Cn(n)).source||(o.source=Mn.join("string"==typeof c?c:""))),t!==kn?(i?!u&&t[e]&&(a=!0):delete t[e],a?t[e]=n:In(t,e,n)):a?t[e]=n:Tn(e,n)})(Function.prototype,"toString",(function(){return Ln(this)&&Rn(this).source||Pn(this)}));var Nn={},Fn=Math.ceil,Dn=Math.floor,Gn=function(t){var e=+t;return e!=e||0===e?0:(e>0?Dn:Fn)(e)},$n=Gn,Un=Math.max,Bn=Math.min,Wn=function(t,e){var n=$n(t);return n<0?Un(n+e,0):Bn(n,e)},Yn=Gn,Kn=Math.min,zn=function(t){return t>0?Kn(Yn(t),9007199254740991):0},Hn=zn,Vn=function(t){return Hn(t.length)},qn=F,Xn=Wn,Jn=Vn,Qn=function(t){return function(e,n,r){var o,i=qn(e),a=Jn(i),u=Xn(r,a);if(t&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((t||u in i)&&i[u]===n)return t||u||0;return!t&&-1}},Zn={includes:Qn(!0),indexOf:Qn(!1)},tr=Ct,er=F,nr=Zn.indexOf,rr=tn,or=E([].push),ir=function(t,e){var n,r=er(t),o=0,i=[];for(n in r)!tr(rr,n)&&tr(r,n)&&or(i,n);for(;e.length>o;)tr(r,n=e[o++])&&(~nr(i,n)||or(i,n));return i},ar=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],ur=ir,cr=ar.concat("length","prototype");Nn.f=Object.getOwnPropertyNames||function(t){return ur(t,cr)};var fr={};fr.f=Object.getOwnPropertySymbols;var sr=Y,lr=Nn,dr=fr,pr=je,vr=E([].concat),hr=sr("Reflect","ownKeys")||function(t){var e=lr.f(pr(t)),n=dr.f;return n?vr(e,n(t)):e},yr=Ct,gr=hr,mr=a,wr=Se,br=function(t,e){for(var n=gr(e),r=wr.f,o=mr.f,i=0;i<n.length;i++){var a=n[i];yr(t,a)||r(t,a,o(e,a))}},xr=u,Er=D,Sr=/#|\.prototype\./,Or=function(t,e){var n=kr[Ar(t)];return n==jr||n!=Lr&&(Er(e)?xr(e):!!e)},Ar=Or.normalize=function(t){return String(t).replace(Sr,".").toLowerCase()},kr=Or.data={},Lr=Or.NATIVE="N",jr=Or.POLYFILL="P",Ir=Or,Tr=i,Pr=a.f,_r=Fe,Rr=De.exports,Cr=Ot,Mr=br,Nr=Ir,Fr=function(t,e){var n,r,o,i,a,u=t.target,c=t.global,f=t.stat;if(n=c?Tr:f?Tr[u]||Cr(u,{}):(Tr[u]||{}).prototype)for(r in e){if(i=e[r],o=t.noTargetGet?(a=Pr(n,r))&&a.value:n[r],!Nr(c?r:u+(f?".":"#")+r,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;Mr(i,o)}(t.sham||o&&o.sham)&&_r(i,"sham",!0),Rr(n,r,i,t)}},Dr=Function.prototype,Gr=Dr.apply,$r=Dr.bind,Ur=Dr.call,Br="object"==typeof Reflect&&Reflect.apply||($r?Ur.bind(Gr):function(){return Ur.apply(Gr,arguments)}),Wr=k,Yr=Array.isArray||function(t){return"Array"==Wr(t)},Kr={};Kr[Xt("toStringTag")]="z";var zr,Hr="[object z]"===String(Kr),Vr=i,qr=Hr,Xr=D,Jr=k,Qr=Xt("toStringTag"),Zr=Vr.Object,to="Arguments"==Jr(function(){return arguments}()),eo=qr?Jr:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Zr(t),Qr))?n:to?Jr(e):"Object"==(r=Jr(e))&&Xr(e.callee)?"Arguments":r},no=eo,ro=i.String,oo=function(t){if("Symbol"===no(t))throw TypeError("Cannot convert a Symbol value to a string");return ro(t)},io=ir,ao=ar,uo=Object.keys||function(t){return io(t,ao)},co=Se,fo=je,so=F,lo=uo,po=c?Object.defineProperties:function(t,e){fo(t);for(var n,r=so(e),o=lo(e),i=o.length,a=0;i>a;)co.f(t,n=o[a++],r[n]);return t},vo=Y("document","documentElement"),ho=je,yo=po,go=ar,mo=tn,wo=vo,bo=le,xo=Ze("IE_PROTO"),Eo=function(){},So=function(t){return"<script>"+t+"</"+"script>"},Oo=function(t){t.write(So("")),t.close();var e=t.parentWindow.Object;return t=null,e},Ao=function(){try{zr=new ActiveXObject("htmlfile")}catch(t){}var t,e;Ao="undefined"!=typeof document?document.domain&&zr?Oo(zr):((e=bo("iframe")).style.display="none",wo.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(So("document.F=Object")),t.close(),t.F):Oo(zr);for(var n=go.length;n--;)delete Ao.prototype[go[n]];return Ao()};mo[xo]=!0;var ko=Object.create||function(t,e){var n;return null!==t?(Eo.prototype=ho(t),n=new Eo,Eo.prototype=null,n[xo]=t):n=Ao(),void 0===e?n:yo(n,e)},Lo={},jo=E([].slice),Io=k,To=F,Po=Nn.f,_o=jo,Ro="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Lo.f=function(t){return Ro&&"Window"==Io(t)?function(t){try{return Po(t)}catch(t){return _o(Ro)}}(t):Po(To(t))};var Co={},Mo=Xt;Co.f=Mo;var No=i,Fo=Ct,Do=Co,Go=Se.f,$o=function(t){var e=No.Symbol||(No.Symbol={});Fo(e,t)||Go(e,t,{value:Do.f(t)})},Uo=Se.f,Bo=Ct,Wo=Xt("toStringTag"),Yo=function(t,e,n){t&&!Bo(t=n?t:t.prototype,Wo)&&Uo(t,Wo,{configurable:!0,value:e})},Ko=vt,zo=E(E.bind),Ho=function(t,e){return Ko(t),void 0===e?t:zo?zo(t,e):function(){return t.apply(e,arguments)}},Vo=E,qo=u,Xo=D,Jo=eo,Qo=Ke,Zo=function(){},ti=[],ei=Y("Reflect","construct"),ni=/^\s*(?:class|function)\b/,ri=Vo(ni.exec),oi=!ni.exec(Zo),ii=function(t){if(!Xo(t))return!1;try{return ei(Zo,ti,t),!0}catch(t){return!1}},ai=!ei||qo((function(){var t;return ii(ii.call)||!ii(Object)||!ii((function(){t=!0}))||t}))?function(t){if(!Xo(t))return!1;switch(Jo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return oi||!!ri(ni,Qo(t))}:ii,ui=i,ci=Yr,fi=ai,si=$,li=Xt("species"),di=ui.Array,pi=function(t){var e;return ci(t)&&(e=t.constructor,(fi(e)&&(e===di||ci(e.prototype))||si(e)&&null===(e=e[li]))&&(e=void 0)),void 0===e?di:e},vi=function(t,e){return new(pi(t))(0===e?0:e)},hi=Ho,yi=_,gi=Pt,mi=Vn,wi=vi,bi=E([].push),xi=function(t){var e=1==t,n=2==t,r=3==t,o=4==t,i=6==t,a=7==t,u=5==t||i;return function(c,f,s,l){for(var d,p,v=gi(c),h=yi(v),y=hi(f,s),g=mi(h),m=0,w=l||wi,b=e?w(c,g):n||a?w(c,0):void 0;g>m;m++)if((u||m in h)&&(p=y(d=h[m],m,v),t))if(e)b[m]=p;else if(p)switch(t){case 3:return!0;case 5:return d;case 6:return m;case 2:bi(b,d)}else switch(t){case 4:return!1;case 7:bi(b,d)}return i?-1:r||o?o:b}},Ei={forEach:xi(0),map:xi(1),filter:xi(2),some:xi(3),every:xi(4),find:xi(5),findIndex:xi(6),filterReject:xi(7)},Si=Fr,Oi=i,Ai=Y,ki=Br,Li=s,ji=E,Ii=c,Ti=et,Pi=u,_i=Ct,Ri=Yr,Ci=D,Mi=$,Ni=K,Fi=ct,Di=je,Gi=Pt,$i=F,Ui=ue,Bi=oo,Wi=g,Yi=ko,Ki=uo,zi=Nn,Hi=Lo,Vi=fr,qi=a,Xi=Se,Ji=l,Qi=jo,Zi=De.exports,ta=xt.exports,ea=tn,na=Gt,ra=Xt,oa=Co,ia=$o,aa=Yo,ua=wn,ca=Ei.forEach,fa=Ze("hidden"),sa="Symbol",la=ra("toPrimitive"),da=ua.set,pa=ua.getterFor(sa),va=Object.prototype,ha=Oi.Symbol,ya=ha&&ha.prototype,ga=Oi.TypeError,ma=Oi.QObject,wa=Ai("JSON","stringify"),ba=qi.f,xa=Xi.f,Ea=Hi.f,Sa=Ji.f,Oa=ji([].push),Aa=ta("symbols"),ka=ta("op-symbols"),La=ta("string-to-symbol-registry"),ja=ta("symbol-to-string-registry"),Ia=ta("wks"),Ta=!ma||!ma.prototype||!ma.prototype.findChild,Pa=Ii&&Pi((function(){return 7!=Yi(xa({},"a",{get:function(){return xa(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=ba(va,e);r&&delete va[e],xa(t,e,n),r&&t!==va&&xa(va,e,r)}:xa,_a=function(t,e){var n=Aa[t]=Yi(ya);return da(n,{type:sa,tag:t,description:e}),Ii||(n.description=e),n},Ra=function(t,e,n){t===va&&Ra(ka,e,n),Di(t);var r=Ui(e);return Di(n),_i(Aa,r)?(n.enumerable?(_i(t,fa)&&t[fa][r]&&(t[fa][r]=!1),n=Yi(n,{enumerable:Wi(0,!1)})):(_i(t,fa)||xa(t,fa,Wi(1,{})),t[fa][r]=!0),Pa(t,r,n)):xa(t,r,n)},Ca=function(t,e){Di(t);var n=$i(e),r=Ki(n).concat(Da(n));return ca(r,(function(e){Ii&&!Li(Ma,n,e)||Ra(t,e,n[e])})),t},Ma=function(t){var e=Ui(t),n=Li(Sa,this,e);return!(this===va&&_i(Aa,e)&&!_i(ka,e))&&(!(n||!_i(this,e)||!_i(Aa,e)||_i(this,fa)&&this[fa][e])||n)},Na=function(t,e){var n=$i(t),r=Ui(e);if(n!==va||!_i(Aa,r)||_i(ka,r)){var o=ba(n,r);return!o||!_i(Aa,r)||_i(n,fa)&&n[fa][r]||(o.enumerable=!0),o}},Fa=function(t){var e=Ea($i(t)),n=[];return ca(e,(function(t){_i(Aa,t)||_i(ea,t)||Oa(n,t)})),n},Da=function(t){var e=t===va,n=Ea(e?ka:$i(t)),r=[];return ca(n,(function(t){!_i(Aa,t)||e&&!_i(va,t)||Oa(r,Aa[t])})),r};(Ti||(ha=function(){if(Ni(ya,this))throw ga("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?Bi(arguments[0]):void 0,e=na(t),n=function(t){this===va&&Li(n,ka,t),_i(this,fa)&&_i(this[fa],e)&&(this[fa][e]=!1),Pa(this,e,Wi(1,t))};return Ii&&Ta&&Pa(va,e,{configurable:!0,set:n}),_a(e,t)},Zi(ya=ha.prototype,"toString",(function(){return pa(this).tag})),Zi(ha,"withoutSetter",(function(t){return _a(na(t),t)})),Ji.f=Ma,Xi.f=Ra,qi.f=Na,zi.f=Hi.f=Fa,Vi.f=Da,oa.f=function(t){return _a(ra(t),t)},Ii&&(xa(ya,"description",{configurable:!0,get:function(){return pa(this).description}}),Zi(va,"propertyIsEnumerable",Ma,{unsafe:!0}))),Si({global:!0,wrap:!0,forced:!Ti,sham:!Ti},{Symbol:ha}),ca(Ki(Ia),(function(t){ia(t)})),Si({target:sa,stat:!0,forced:!Ti},{for:function(t){var e=Bi(t);if(_i(La,e))return La[e];var n=ha(e);return La[e]=n,ja[n]=e,n},keyFor:function(t){if(!Fi(t))throw ga(t+" is not a symbol");if(_i(ja,t))return ja[t]},useSetter:function(){Ta=!0},useSimple:function(){Ta=!1}}),Si({target:"Object",stat:!0,forced:!Ti,sham:!Ii},{create:function(t,e){return void 0===e?Yi(t):Ca(Yi(t),e)},defineProperty:Ra,defineProperties:Ca,getOwnPropertyDescriptor:Na}),Si({target:"Object",stat:!0,forced:!Ti},{getOwnPropertyNames:Fa,getOwnPropertySymbols:Da}),Si({target:"Object",stat:!0,forced:Pi((function(){Vi.f(1)}))},{getOwnPropertySymbols:function(t){return Vi.f(Gi(t))}}),wa)&&Si({target:"JSON",stat:!0,forced:!Ti||Pi((function(){var t=ha();return"[null]"!=wa([t])||"{}"!=wa({a:t})||"{}"!=wa(Object(t))}))},{stringify:function(t,e,n){var r=Qi(arguments),o=e;if((Mi(e)||void 0!==t)&&!Fi(t))return Ri(e)||(e=function(t,e){if(Ci(o)&&(e=Li(o,this,t,e)),!Fi(e))return e}),r[1]=e,ki(wa,null,r)}});if(!ya[la]){var Ga=ya.valueOf;Zi(ya,la,(function(t){return Li(Ga,this)}))}aa(ha,sa),ea[fa]=!0;var $a=Fr,Ua=u,Ba=F,Wa=a.f,Ya=c,Ka=Ua((function(){Wa(1)}));$a({target:"Object",stat:!0,forced:!Ya||Ka,sham:!Ya},{getOwnPropertyDescriptor:function(t,e){return Wa(Ba(t),e)}});var za=ue,Ha=Se,Va=g,qa=function(t,e,n){var r=za(e);r in t?Ha.f(t,r,Va(0,n)):t[r]=n},Xa=hr,Ja=F,Qa=a,Za=qa;Fr({target:"Object",stat:!0,sham:!c},{getOwnPropertyDescriptors:function(t){for(var e,n,r=Ja(t),o=Qa.f,i=Xa(r),a={},u=0;i.length>u;)void 0!==(n=o(r,e=i[u++]))&&Za(a,e,n);return a}});var tu=c,eu=An.EXISTS,nu=E,ru=Se.f,ou=Function.prototype,iu=nu(ou.toString),au=/^\s*function ([^ (]*)/,uu=nu(au.exec);tu&&!eu&&ru(ou,"name",{configurable:!0,get:function(){try{return uu(au,iu(this))[1]}catch(t){return""}}});var cu=Fr,fu=c,su=i,lu=E,du=Ct,pu=D,vu=K,hu=oo,yu=Se.f,gu=br,mu=su.Symbol,wu=mu&&mu.prototype;if(fu&&pu(mu)&&(!("description"in wu)||void 0!==mu().description)){var bu={},xu=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:hu(arguments[0]),e=vu(wu,this)?new mu(t):void 0===t?mu():mu(t);return""===t&&(bu[e]=!0),e};gu(xu,mu),xu.prototype=wu,wu.constructor=xu;var Eu="Symbol(test)"==String(mu("test")),Su=lu(wu.toString),Ou=lu(wu.valueOf),Au=/^Symbol\((.*)\)[^)]+$/,ku=lu("".replace),Lu=lu("".slice);yu(wu,"description",{configurable:!0,get:function(){var t=Ou(this),e=Su(t);if(du(bu,t))return"";var n=Eu?Lu(e,7,-1):ku(e,Au,"$1");return""===n?void 0:n}}),cu({global:!0,forced:!0},{Symbol:xu})}$o("iterator");var ju=ko,Iu=Se,Tu=Xt("unscopables"),Pu=Array.prototype;null==Pu[Tu]&&Iu.f(Pu,Tu,{configurable:!0,value:ju(null)});var _u,Ru,Cu,Mu=function(t){Pu[Tu][t]=!0},Nu={},Fu=!u((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),Du=i,Gu=Ct,$u=D,Uu=Pt,Bu=Fu,Wu=Ze("IE_PROTO"),Yu=Du.Object,Ku=Yu.prototype,zu=Bu?Yu.getPrototypeOf:function(t){var e=Uu(t);if(Gu(e,Wu))return e[Wu];var n=e.constructor;return $u(n)&&e instanceof n?n.prototype:e instanceof Yu?Ku:null},Hu=u,Vu=D,qu=zu,Xu=De.exports,Ju=Xt("iterator"),Qu=!1;[].keys&&("next"in(Cu=[].keys())?(Ru=qu(qu(Cu)))!==Object.prototype&&(_u=Ru):Qu=!0);var Zu=null==_u||Hu((function(){var t={};return _u[Ju].call(t)!==t}));Zu&&(_u={}),Vu(_u[Ju])||Xu(_u,Ju,(function(){return this}));var tc={IteratorPrototype:_u,BUGGY_SAFARI_ITERATORS:Qu},ec=tc.IteratorPrototype,nc=ko,rc=g,oc=Yo,ic=Nu,ac=function(){return this},uc=function(t,e,n){var r=e+" Iterator";return t.prototype=nc(ec,{next:rc(1,n)}),oc(t,r,!1),ic[r]=ac,t},cc=i,fc=D,sc=cc.String,lc=cc.TypeError,dc=E,pc=je,vc=function(t){if("object"==typeof t||fc(t))return t;throw lc("Can't set "+sc(t)+" as a prototype")},hc=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=dc(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return pc(n),vc(r),e?t(n,r):n.__proto__=r,n}}():void 0),yc=Fr,gc=s,mc=An,wc=D,bc=uc,xc=zu,Ec=hc,Sc=Yo,Oc=Fe,Ac=De.exports,kc=Nu,Lc=mc.PROPER,jc=mc.CONFIGURABLE,Ic=tc.IteratorPrototype,Tc=tc.BUGGY_SAFARI_ITERATORS,Pc=Xt("iterator"),_c="keys",Rc="values",Cc="entries",Mc=function(){return this},Nc=function(t,e,n,r,o,i,a){bc(n,e,r);var u,c,f,s=function(t){if(t===o&&h)return h;if(!Tc&&t in p)return p[t];switch(t){case _c:case Rc:case Cc:return function(){return new n(this,t)}}return function(){return new n(this)}},l=e+" Iterator",d=!1,p=t.prototype,v=p[Pc]||p["@@iterator"]||o&&p[o],h=!Tc&&v||s(o),y="Array"==e&&p.entries||v;if(y&&(u=xc(y.call(new t)))!==Object.prototype&&u.next&&(xc(u)!==Ic&&(Ec?Ec(u,Ic):wc(u[Pc])||Ac(u,Pc,Mc)),Sc(u,l,!0)),Lc&&o==Rc&&v&&v.name!==Rc&&(jc?Oc(p,"name",Rc):(d=!0,h=function(){return gc(v,this)})),o)if(c={values:s(Rc),keys:i?h:s(_c),entries:s(Cc)},a)for(f in c)(Tc||d||!(f in p))&&Ac(p,f,c[f]);else yc({target:e,proto:!0,forced:Tc||d},c);return p[Pc]!==h&&Ac(p,Pc,h,{name:o}),kc[e]=h,c},Fc=F,Dc=Mu,Gc=Nu,$c=wn,Uc=Nc,Bc="Array Iterator",Wc=$c.set,Yc=$c.getterFor(Bc),Kc=Uc(Array,"Array",(function(t,e){Wc(this,{type:Bc,target:Fc(t),index:0,kind:e})}),(function(){var t=Yc(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values");Gc.Arguments=Gc.Array,Dc("keys"),Dc("values"),Dc("entries");var zc={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Hc=le("span").classList,Vc=Hc&&Hc.constructor&&Hc.constructor.prototype,qc=Vc===Object.prototype?void 0:Vc,Xc=i,Jc=zc,Qc=qc,Zc=Kc,tf=Fe,ef=Xt,nf=ef("iterator"),rf=ef("toStringTag"),of=Zc.values,af=function(t,e){if(t){if(t[nf]!==of)try{tf(t,nf,of)}catch(e){t[nf]=of}if(t[rf]||tf(t,rf,e),Jc[e])for(var n in Zc)if(t[n]!==Zc[n])try{tf(t,n,Zc[n])}catch(e){t[n]=Zc[n]}}};for(var uf in Jc)af(Xc[uf]&&Xc[uf].prototype,uf);function cf(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function ff(t){return function(t){if(Array.isArray(t))return cf(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return cf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?cf(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function sf(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function lf(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function df(t,e,n){return e&&lf(t.prototype,e),n&&lf(t,n),t}function pf(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}af(Qc,"DOMTokenList");var vf=je,hf=function(){var t=vf(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e},yf={},gf=u,mf=i.RegExp;yf.UNSUPPORTED_Y=gf((function(){var t=mf("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),yf.BROKEN_CARET=gf((function(){var t=mf("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));var wf=u,bf=i.RegExp,xf=wf((function(){var t=bf(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)})),Ef=u,Sf=i.RegExp,Of=Ef((function(){var t=Sf("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),Af=s,kf=E,Lf=oo,jf=hf,If=yf,Tf=xt.exports,Pf=ko,_f=wn.get,Rf=xf,Cf=Of,Mf=Tf("native-string-replace",String.prototype.replace),Nf=RegExp.prototype.exec,Ff=Nf,Df=kf("".charAt),Gf=kf("".indexOf),$f=kf("".replace),Uf=kf("".slice),Bf=function(){var t=/a/,e=/b*/g;return Af(Nf,t,"a"),Af(Nf,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Wf=If.UNSUPPORTED_Y||If.BROKEN_CARET,Yf=void 0!==/()??/.exec("")[1];(Bf||Yf||Wf||Rf||Cf)&&(Ff=function(t){var e,n,r,o,i,a,u,c=this,f=_f(c),s=Lf(t),l=f.raw;if(l)return l.lastIndex=c.lastIndex,e=Af(Ff,l,s),c.lastIndex=l.lastIndex,e;var d=f.groups,p=Wf&&c.sticky,v=Af(jf,c),h=c.source,y=0,g=s;if(p&&(v=$f(v,"y",""),-1===Gf(v,"g")&&(v+="g"),g=Uf(s,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==Df(s,c.lastIndex-1))&&(h="(?: "+h+")",g=" "+g,y++),n=new RegExp("^(?:"+h+")",v)),Yf&&(n=new RegExp("^"+h+"$(?!\\s)",v)),Bf&&(r=c.lastIndex),o=Af(Nf,p?n:c,g),p?o?(o.input=Uf(o.input,y),o[0]=Uf(o[0],y),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:Bf&&o&&(c.lastIndex=c.global?o.index+o[0].length:r),Yf&&o&&o.length>1&&Af(Mf,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=Pf(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var Kf=Ff;Fr({target:"RegExp",proto:!0,forced:/./.exec!==Kf},{exec:Kf});var zf=E,Hf=De.exports,Vf=Kf,qf=u,Xf=Xt,Jf=Fe,Qf=Xf("species"),Zf=RegExp.prototype,ts=function(t,e,n,r){var o=Xf(t),i=!qf((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),a=i&&!qf((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[Qf]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!i||!a||n){var u=zf(/./[o]),c=e(o,""[t],(function(t,e,n,r,o){var a=zf(t),c=e.exec;return c===Vf||c===Zf.exec?i&&!o?{done:!0,value:u(e,n,r)}:{done:!0,value:a(n,e,r)}:{done:!1}}));Hf(String.prototype,t,c[0]),Hf(Zf,o,c[1])}r&&Jf(Zf[o],"sham",!0)},es=E,ns=Gn,rs=oo,os=C,is=es("".charAt),as=es("".charCodeAt),us=es("".slice),cs=function(t){return function(e,n){var r,o,i=rs(os(e)),a=ns(n),u=i.length;return a<0||a>=u?t?"":void 0:(r=as(i,a))<55296||r>56319||a+1===u||(o=as(i,a+1))<56320||o>57343?t?is(i,a):r:t?us(i,a,a+2):o-56320+(r-55296<<10)+65536}},fs={codeAt:cs(!1),charAt:cs(!0)},ss=fs.charAt,ls=function(t,e,n){return e+(n?ss(t,e).length:1)},ds=s,ps=je,vs=D,hs=k,ys=Kf,gs=i.TypeError,ms=function(t,e){var n=t.exec;if(vs(n)){var r=ds(n,t,e);return null!==r&&ps(r),r}if("RegExp"===hs(t))return ds(ys,t,e);throw gs("RegExp#exec called on incompatible receiver")},ws=s,bs=je,xs=zn,Es=oo,Ss=C,Os=yt,As=ls,ks=ms;ts("match",(function(t,e,n){return[function(e){var n=Ss(this),r=null==e?void 0:Os(e,t);return r?ws(r,e,n):new RegExp(e)[t](Es(n))},function(t){var r=bs(this),o=Es(t),i=n(e,r,o);if(i.done)return i.value;if(!r.global)return ks(r,o);var a=r.unicode;r.lastIndex=0;for(var u,c=[],f=0;null!==(u=ks(r,o));){var s=Es(u[0]);c[f]=s,""===s&&(r.lastIndex=As(o,xs(r.lastIndex),a)),f++}return 0===f?null:c}]}));var Ls=D,js=$,Is=hc,Ts=$,Ps=k,_s=Xt("match"),Rs=function(t){var e;return Ts(t)&&(void 0!==(e=t[_s])?!!e:"RegExp"==Ps(t))},Cs=Y,Ms=Se,Ns=c,Fs=Xt("species"),Ds=c,Gs=i,$s=E,Us=Ir,Bs=function(t,e,n){var r,o;return Is&&Ls(r=e.constructor)&&r!==n&&js(o=r.prototype)&&o!==n.prototype&&Is(t,o),t},Ws=Fe,Ys=Se.f,Ks=Nn.f,zs=K,Hs=Rs,Vs=oo,qs=hf,Xs=yf,Js=De.exports,Qs=u,Zs=Ct,tl=wn.enforce,el=function(t){var e=Cs(t),n=Ms.f;Ns&&e&&!e[Fs]&&n(e,Fs,{configurable:!0,get:function(){return this}})},nl=xf,rl=Of,ol=Xt("match"),il=Gs.RegExp,al=il.prototype,ul=Gs.SyntaxError,cl=$s(qs),fl=$s(al.exec),sl=$s("".charAt),ll=$s("".replace),dl=$s("".indexOf),pl=$s("".slice),vl=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,hl=/a/g,yl=/a/g,gl=new il(hl)!==hl,ml=Xs.UNSUPPORTED_Y,wl=Ds&&(!gl||ml||nl||rl||Qs((function(){return yl[ol]=!1,il(hl)!=hl||il(yl)==yl||"/a/i"!=il(hl,"i")})));if(Us("RegExp",wl)){for(var bl=function(t,e){var n,r,o,i,a,u,c=zs(al,this),f=Hs(t),s=void 0===e,l=[],d=t;if(!c&&f&&s&&t.constructor===bl)return t;if((f||zs(al,t))&&(t=t.source,s&&(e="flags"in d?d.flags:cl(d))),t=void 0===t?"":Vs(t),e=void 0===e?"":Vs(e),d=t,nl&&"dotAll"in hl&&(r=!!e&&dl(e,"s")>-1)&&(e=ll(e,/s/g,"")),n=e,ml&&"sticky"in hl&&(o=!!e&&dl(e,"y")>-1)&&(e=ll(e,/y/g,"")),rl&&(i=function(t){for(var e,n=t.length,r=0,o="",i=[],a={},u=!1,c=!1,f=0,s="";r<=n;r++){if("\\"===(e=sl(t,r)))e+=sl(t,++r);else if("]"===e)u=!1;else if(!u)switch(!0){case"["===e:u=!0;break;case"("===e:fl(vl,pl(t,r+1))&&(r+=2,c=!0),o+=e,f++;continue;case">"===e&&c:if(""===s||Zs(a,s))throw new ul("Invalid capture group name");a[s]=!0,i[i.length]=[s,f],c=!1,s="";continue}c?s+=e:o+=e}return[o,i]}(t),t=i[0],l=i[1]),a=Bs(il(t,e),c?this:al,bl),(r||o||l.length)&&(u=tl(a),r&&(u.dotAll=!0,u.raw=bl(function(t){for(var e,n=t.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(e=sl(t,r))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+sl(t,++r);return o}(t),n)),o&&(u.sticky=!0),l.length&&(u.groups=l)),t!==d)try{Ws(a,"source",""===d?"(?:)":d)}catch(t){}return a},xl=function(t){t in bl||Ys(bl,t,{configurable:!0,get:function(){return il[t]},set:function(e){il[t]=e}})},El=Ks(il),Sl=0;El.length>Sl;)xl(El[Sl++]);al.constructor=bl,bl.prototype=al,Js(Gs,"RegExp",bl)}el("RegExp");var Ol=E,Al=An.PROPER,kl=De.exports,Ll=je,jl=K,Il=oo,Tl=u,Pl=hf,_l="toString",Rl=RegExp.prototype,Cl=Rl.toString,Ml=Ol(Pl),Nl=Tl((function(){return"/a/b"!=Cl.call({source:"a",flags:"b"})})),Fl=Al&&Cl.name!=_l;(Nl||Fl)&&kl(RegExp.prototype,_l,(function(){var t=Ll(this),e=Il(t.source),n=t.flags;return"/"+e+"/"+Il(void 0===n&&jl(Rl,t)&&!("flags"in Rl)?Ml(t):n)}),{unsafe:!0});var Dl=eo,Gl=Hr?{}.toString:function(){return"[object "+Dl(this)+"]"},$l=Hr,Ul=De.exports,Bl=Gl;$l||Ul(Object.prototype,"toString",Bl,{unsafe:!0});var Wl=u,Yl=function(t,e){var n=[][t];return!!n&&Wl((function(){n.call(null,e||function(){throw 1},1)}))},Kl=Ei.forEach,zl=Yl("forEach")?[].forEach:function(t){return Kl(this,t,arguments.length>1?arguments[1]:void 0)},Hl=i,Vl=zc,ql=qc,Xl=zl,Jl=Fe,Ql=function(t){if(t&&t.forEach!==Xl)try{Jl(t,"forEach",Xl)}catch(e){t.forEach=Xl}};for(var Zl in Vl)Vl[Zl]&&Ql(Hl[Zl]&&Hl[Zl].prototype);Ql(ql);var td=c,ed=E,nd=uo,rd=F,od=ed(l.f),id=ed([].push),ad=function(t){return function(e){for(var n,r=rd(e),o=nd(r),i=o.length,a=0,u=[];i>a;)n=o[a++],td&&!od(r,n)||id(u,t?[n,r[n]]:r[n]);return u}},ud={entries:ad(!0),values:ad(!1)}.entries;Fr({target:"Object",stat:!0},{entries:function(t){return ud(t)}});var cd=u,fd=Q,sd=Xt("species"),ld=function(t){return fd>=51||!cd((function(){var e=[];return(e.constructor={})[sd]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},dd=Ei.filter;Fr({target:"Array",proto:!0,forced:!ld("filter")},{filter:function(t){return dd(this,t,arguments.length>1?arguments[1]:void 0)}});var pd=Ei.map;Fr({target:"Array",proto:!0,forced:!ld("map")},{map:function(t){return pd(this,t,arguments.length>1?arguments[1]:void 0)}});var vd=Fr,hd=Yr,yd=E([].reverse),gd=[1,2];vd({target:"Array",proto:!0,forced:String(gd)===String(gd.reverse())},{reverse:function(){return hd(this)&&(this.length=this.length),yd(this)}});var md=Zn.includes,wd=Mu;Fr({target:"Array",proto:!0},{includes:function(t){return md(this,t,arguments.length>1?arguments[1]:void 0)}}),wd("includes");var bd=Rs,xd=i.TypeError,Ed=function(t){if(bd(t))throw xd("The method doesn't accept regular expressions");return t},Sd=Xt("match"),Od=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[Sd]=!1,"/./"[t](e)}catch(t){}}return!1},Ad=Fr,kd=Ed,Ld=C,jd=oo,Id=Od,Td=E("".indexOf);Ad({target:"String",proto:!0,forced:!Id("includes")},{includes:function(t){return!!~Td(jd(Ld(this)),jd(kd(t)),arguments.length>1?arguments[1]:void 0)}});var Pd=u((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}})),_d=Fr,Rd=u,Cd=$,Md=k,Nd=Pd,Fd=Object.isFrozen;_d({target:"Object",stat:!0,forced:Rd((function(){Fd(1)}))||Nd},{isFrozen:function(t){return!Cd(t)||(!(!Nd||"ArrayBuffer"!=Md(t))||!!Fd&&Fd(t))}});var Dd=vt,Gd=Pt,$d=_,Ud=Vn,Bd=i.TypeError,Wd=function(t){return function(e,n,r,o){Dd(n);var i=Gd(e),a=$d(i),u=Ud(i),c=t?u-1:0,f=t?-1:1;if(r<2)for(;;){if(c in a){o=a[c],c+=f;break}if(c+=f,t?c<0:u<=c)throw Bd("Reduce of empty array with no initial value")}for(;t?c>=0:u>c;c+=f)c in a&&(o=n(o,a[c],c,i));return o}},Yd={left:Wd(!1),right:Wd(!0)},Kd="process"==k(i.process),zd=Yd.left,Hd=Q,Vd=Kd;Fr({target:"Array",proto:!0,forced:!Yl("reduce")||!Vd&&Hd>79&&Hd<83},{reduce:function(t){var e=arguments.length;return zd(this,t,e,e>1?arguments[1]:void 0)}});var qd=Fr,Xd=_,Jd=F,Qd=Yl,Zd=E([].join),tp=Xd!=Object,ep=Qd("join",",");qd({target:"Array",proto:!0,forced:tp||!ep},{join:function(t){return Zd(Jd(this),void 0===t?",":t)}});var np=Pt,rp=uo;Fr({target:"Object",stat:!0,forced:u((function(){rp(1)}))},{keys:function(t){return rp(np(t))}});var op=E,ip=Pt,ap=Math.floor,up=op("".charAt),cp=op("".replace),fp=op("".slice),sp=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,lp=/\$([$&'`]|\d{1,2})/g,dp=Br,pp=s,vp=E,hp=ts,yp=u,gp=je,mp=D,wp=Gn,bp=zn,xp=oo,Ep=C,Sp=ls,Op=yt,Ap=function(t,e,n,r,o,i){var a=n+t.length,u=r.length,c=lp;return void 0!==o&&(o=ip(o),c=sp),cp(i,c,(function(i,c){var f;switch(up(c,0)){case"$":return"$";case"&":return t;case"`":return fp(e,0,n);case"'":return fp(e,a);case"<":f=o[fp(c,1,-1)];break;default:var s=+c;if(0===s)return i;if(s>u){var l=ap(s/10);return 0===l?i:l<=u?void 0===r[l-1]?up(c,1):r[l-1]+up(c,1):i}f=r[s-1]}return void 0===f?"":f}))},kp=ms,Lp=Xt("replace"),jp=Math.max,Ip=Math.min,Tp=vp([].concat),Pp=vp([].push),_p=vp("".indexOf),Rp=vp("".slice),Cp="$0"==="a".replace(/./,"$0"),Mp=!!/./[Lp]&&""===/./[Lp]("a","$0");hp("replace",(function(t,e,n){var r=Mp?"$":"$0";return[function(t,n){var r=Ep(this),o=null==t?void 0:Op(t,Lp);return o?pp(o,t,r,n):pp(e,xp(r),t,n)},function(t,o){var i=gp(this),a=xp(t);if("string"==typeof o&&-1===_p(o,r)&&-1===_p(o,"$<")){var u=n(e,i,a,o);if(u.done)return u.value}var c=mp(o);c||(o=xp(o));var f=i.global;if(f){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var d=kp(i,a);if(null===d)break;if(Pp(l,d),!f)break;""===xp(d[0])&&(i.lastIndex=Sp(a,bp(i.lastIndex),s))}for(var p,v="",h=0,y=0;y<l.length;y++){for(var g=xp((d=l[y])[0]),m=jp(Ip(wp(d.index),a.length),0),w=[],b=1;b<d.length;b++)Pp(w,void 0===(p=d[b])?p:String(p));var x=d.groups;if(c){var E=Tp([g],w,m,a);void 0!==x&&Pp(E,x);var S=xp(dp(o,void 0,E))}else S=Ap(g,a,m,w,x,o);m>=h&&(v+=Rp(a,h,m)+S,h=m+g.length)}return v+Rp(a,h)}]}),!!yp((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!Cp||Mp);var Np=ai,Fp=st,Dp=i.TypeError,Gp=je,$p=function(t){if(Np(t))return t;throw Dp(Fp(t)+" is not a constructor")},Up=Xt("species"),Bp=function(t,e){var n,r=Gp(t).constructor;return void 0===r||null==(n=Gp(r)[Up])?e:$p(n)},Wp=Br,Yp=s,Kp=E,zp=ts,Hp=Rs,Vp=je,qp=C,Xp=Bp,Jp=ls,Qp=zn,Zp=oo,tv=yt,ev=jo,nv=ms,rv=Kf,ov=u,iv=yf.UNSUPPORTED_Y,av=4294967295,uv=Math.min,cv=[].push,fv=Kp(/./.exec),sv=Kp(cv),lv=Kp("".slice),dv=!ov((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));zp("split",(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=Zp(qp(this)),o=void 0===n?av:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!Hp(t))return Yp(e,r,t,o);for(var i,a,u,c=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),s=0,l=new RegExp(t.source,f+"g");(i=Yp(rv,l,r))&&!((a=l.lastIndex)>s&&(sv(c,lv(r,s,i.index)),i.length>1&&i.index<r.length&&Wp(cv,c,ev(i,1)),u=i[0].length,s=a,c.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return s===r.length?!u&&fv(l,"")||sv(c,""):sv(c,lv(r,s)),c.length>o?ev(c,0,o):c}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:Yp(e,this,t,n)}:e,[function(e,n){var o=qp(this),i=null==e?void 0:tv(e,t);return i?Yp(i,e,o,n):Yp(r,Zp(o),e,n)},function(t,o){var i=Vp(this),a=Zp(t),u=n(r,i,a,o,r!==e);if(u.done)return u.value;var c=Xp(i,RegExp),f=i.unicode,s=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(iv?"g":"y"),l=new c(iv?"^(?:"+i.source+")":i,s),d=void 0===o?av:o>>>0;if(0===d)return[];if(0===a.length)return null===nv(l,a)?[a]:[];for(var p=0,v=0,h=[];v<a.length;){l.lastIndex=iv?0:v;var y,g=nv(l,iv?lv(a,v):a);if(null===g||(y=uv(Qp(l.lastIndex+(iv?v:0)),a.length))===p)v=Jp(a,v,f);else{if(sv(h,lv(a,p,v)),h.length===d)return h;for(var m=1;m<=g.length-1;m++)if(sv(h,g[m]),h.length===d)return h;v=p=y}}return sv(h,lv(a,p)),h}]}),!dv,iv);var pv=Fr,vv=i,hv=Yr,yv=ai,gv=$,mv=Wn,wv=Vn,bv=F,xv=qa,Ev=Xt,Sv=jo,Ov=ld("slice"),Av=Ev("species"),kv=vv.Array,Lv=Math.max;pv({target:"Array",proto:!0,forced:!Ov},{slice:function(t,e){var n,r,o,i=bv(this),a=wv(i),u=mv(t,a),c=mv(void 0===e?a:e,a);if(hv(i)&&(n=i.constructor,(yv(n)&&(n===kv||hv(n.prototype))||gv(n)&&null===(n=n[Av]))&&(n=void 0),n===kv||void 0===n))return Sv(i,u,c);for(r=new(void 0===n?kv:n)(Lv(c-u,0)),o=0;u<c;u++,o++)u in i&&xv(r,o,i[u]);return r.length=o,r}});var jv=Fr,Iv=i,Tv=s,Pv=E,_v=uc,Rv=C,Cv=zn,Mv=oo,Nv=je,Fv=K,Dv=Rs,Gv=hf,$v=yt,Uv=De.exports,Bv=u,Wv=Bp,Yv=ls,Kv=ms,zv=wn,Hv=Xt("matchAll"),Vv="RegExp String",qv="RegExp String Iterator",Xv=zv.set,Jv=zv.getterFor(qv),Qv=RegExp.prototype,Zv=Iv.TypeError,th=Pv(Gv),eh=Pv("".indexOf),nh=Pv("".matchAll),rh=!!nh&&!Bv((function(){nh("a",/./)})),oh=_v((function(t,e,n,r){Xv(this,{type:qv,regexp:t,string:e,global:n,unicode:r,done:!1})}),Vv,(function(){var t=Jv(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,n=t.string,r=Kv(e,n);return null===r?{value:void 0,done:t.done=!0}:t.global?(""===Mv(r[0])&&(e.lastIndex=Yv(n,Cv(e.lastIndex),t.unicode)),{value:r,done:!1}):(t.done=!0,{value:r,done:!1})})),ih=function(t){var e,n,r,o,i,a,u=Nv(this),c=Mv(t);return e=Wv(u,RegExp),void 0===(n=u.flags)&&Fv(Qv,u)&&!("flags"in Qv)&&(n=th(u)),r=void 0===n?"":Mv(n),o=new e(e===RegExp?u.source:u,r),i=!!~eh(r,"g"),a=!!~eh(r,"u"),o.lastIndex=Cv(u.lastIndex),new oh(o,c,i,a)};jv({target:"String",proto:!0,forced:rh},{matchAll:function(t){var e,n,r,o=Rv(this);if(null!=t){if(Dv(t)&&(e=Mv(Rv("flags"in Qv?t.flags:th(t))),!~eh(e,"g")))throw Zv("`.matchAll` does not allow non-global regexes");if(rh)return nh(o,t);if(r=$v(t,Hv))return Tv(r,t,o)}else if(rh)return nh(o,t);return n=Mv(o),new RegExp(t,"g")[Hv](n)}}),Hv in Qv||Uv(Qv,Hv,ih);var ah=s,uh=je,ch=yt,fh=je,sh=function(t,e,n){var r,o;uh(t);try{if(!(r=ch(t,"return"))){if("throw"===e)throw n;return n}r=ah(r,t)}catch(t){o=!0,r=t}if("throw"===e)throw n;if(o)throw r;return uh(r),n},lh=Nu,dh=Xt("iterator"),ph=Array.prototype,vh=eo,hh=yt,yh=Nu,gh=Xt("iterator"),mh=function(t){if(null!=t)return hh(t,gh)||hh(t,"@@iterator")||yh[vh(t)]},wh=s,bh=vt,xh=je,Eh=st,Sh=mh,Oh=i.TypeError,Ah=Ho,kh=s,Lh=Pt,jh=function(t,e,n,r){try{return r?e(fh(n)[0],n[1]):e(n)}catch(e){sh(t,"throw",e)}},Ih=function(t){return void 0!==t&&(lh.Array===t||ph[dh]===t)},Th=ai,Ph=Vn,_h=qa,Rh=function(t,e){var n=arguments.length<2?Sh(t):e;if(bh(n))return xh(wh(n,t));throw Oh(Eh(t)+" is not iterable")},Ch=mh,Mh=i.Array,Nh=Xt("iterator"),Fh=!1;try{var Dh=0,Gh={next:function(){return{done:!!Dh++}},return:function(){Fh=!0}};Gh[Nh]=function(){return this},Array.from(Gh,(function(){throw 2}))}catch(t){}var $h=function(t){var e=Lh(t),n=Th(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=Ah(o,r>2?arguments[2]:void 0));var a,u,c,f,s,l,d=Ch(e),p=0;if(!d||this==Mh&&Ih(d))for(a=Ph(e),u=n?new this(a):Mh(a);a>p;p++)l=i?o(e[p],p):e[p],_h(u,p,l);else for(s=(f=Rh(e,d)).next,u=n?new this:[];!(c=kh(s,f)).done;p++)l=i?jh(f,o,[c.value,p],!0):c.value,_h(u,p,l);return u.length=p,u},Uh=function(t,e){if(!e&&!Fh)return!1;var n=!1;try{var r={};r[Nh]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n};Fr({target:"Array",stat:!0,forced:!Uh((function(t){Array.from(t)}))},{from:$h});var Bh=fs.charAt,Wh=oo,Yh=wn,Kh=Nc,zh="String Iterator",Hh=Yh.set,Vh=Yh.getterFor(zh);Kh(String,"String",(function(t){Hh(this,{type:zh,string:Wh(t),index:0})}),(function(){var t,e=Vh(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=Bh(n,r),e.index+=t.length,{value:t,done:!1})}));var qh="\t\n\v\f\r                 \u2028\u2029\ufeff",Xh=C,Jh=oo,Qh=E("".replace),Zh="[\t\n\v\f\r                 \u2028\u2029\ufeff]",ty=RegExp("^"+Zh+Zh+"*"),ey=RegExp(Zh+Zh+"*$"),ny=function(t){return function(e){var n=Jh(Xh(e));return 1&t&&(n=Qh(n,ty,"")),2&t&&(n=Qh(n,ey,"")),n}},ry={start:ny(1),end:ny(2),trim:ny(3)},oy=An.PROPER,iy=u,ay=qh,uy=ry.trim;Fr({target:"String",proto:!0,forced:function(t){return iy((function(){return!!ay[t]()||"​…᠎"!=="​…᠎"[t]()||oy&&ay[t].name!==t}))}("trim")},{trim:function(){return uy(this)}});var cy=Fr,fy=i,sy=u,ly=Yr,dy=$,py=Pt,vy=Vn,hy=qa,yy=vi,gy=ld,my=Q,wy=Xt("isConcatSpreadable"),by=9007199254740991,xy="Maximum allowed index exceeded",Ey=fy.TypeError,Sy=my>=51||!sy((function(){var t=[];return t[wy]=!1,t.concat()[0]!==t})),Oy=gy("concat"),Ay=function(t){if(!dy(t))return!1;var e=t[wy];return void 0!==e?!!e:ly(t)};cy({target:"Array",proto:!0,forced:!Sy||!Oy},{concat:function(t){var e,n,r,o,i,a=py(this),u=yy(a,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(Ay(i=-1===e?a:arguments[e])){if(c+(o=vy(i))>by)throw Ey(xy);for(n=0;n<o;n++,c++)n in i&&hy(u,c,i[n])}else{if(c>=by)throw Ey(xy);hy(u,c++,i)}return u.length=c,u}});var ky,Ly=Fr,jy=E,Iy=a.f,Ty=zn,Py=oo,_y=Ed,Ry=C,Cy=Od,My=jy("".endsWith),Ny=jy("".slice),Fy=Math.min,Dy=Cy("endsWith");Ly({target:"String",proto:!0,forced:!!(Dy||(ky=Iy(String.prototype,"endsWith"),!ky||ky.writable))&&!Dy},{endsWith:function(t){var e=Py(Ry(this));_y(t);var n=arguments.length>1?arguments[1]:void 0,r=e.length,o=void 0===n?r:Fy(Ty(n),r),i=Py(t);return My?My(e,i,o):Ny(e,o-i.length,o)===i}});var Gy={exports:{}};!function(t,e){function n(t){if(t&&"object"==typeof t){var e=t.which||t.keyCode||t.charCode;e&&(t=e)}if("number"==typeof t)return a[t];var n,i=String(t);return(n=r[i.toLowerCase()])?n:(n=o[i.toLowerCase()])||(1===i.length?i.charCodeAt(0):void 0)}n.isEventKey=function(t,e){if(t&&"object"==typeof t){var n=t.which||t.keyCode||t.charCode;if(null==n)return!1;if("string"==typeof e){var i;if(i=r[e.toLowerCase()])return i===n;if(i=o[e.toLowerCase()])return i===n}else if("number"==typeof e)return e===n;return!1}};var r=(e=t.exports=n).code=e.codes={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,"pause/break":19,"caps lock":20,esc:27,space:32,"page up":33,"page down":34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46,command:91,"left command":91,"right command":93,"numpad *":106,"numpad +":107,"numpad -":109,"numpad .":110,"numpad /":111,"num lock":144,"scroll lock":145,"my computer":182,"my calculator":183,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},o=e.aliases={windows:91,"⇧":16,"⌥":18,"⌃":17,"⌘":91,ctl:17,control:17,option:18,pause:19,break:19,caps:20,return:13,escape:27,spc:32,spacebar:32,pgup:33,pgdn:34,ins:45,del:46,cmd:91};
1
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).dnbBasis={})}(this,(function(t){"use strict";var e="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};"function"==typeof e.setTimeout&&setTimeout,"function"==typeof e.clearTimeout&&clearTimeout;function n(t,e){this.fun=t,this.array=e}n.prototype.run=function(){this.fun.apply(null,this.array)};var r=e.performance||{};r.now||r.mozNow||r.msNow||r.oNow||r.webkitNow;new Date;var o=function(t){return t&&t.Math==Math&&t},i=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof i&&i)||function(){return this}()||Function("return this")(),a={},u=function(t){try{return!!t()}catch(t){return!0}},c=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),f=Function.prototype.call,s=f.bind?f.bind(f):function(){return f.apply(f,arguments)},l={},d={}.propertyIsEnumerable,p=Object.getOwnPropertyDescriptor,v=p&&!d.call({1:2},1);l.f=v?function(t){var e=p(this,t);return!!e&&e.enumerable}:d;var h,y,g=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},m=Function.prototype,w=m.bind,b=m.call,x=w&&w.bind(b),E=w?function(t){return t&&x(b,t)}:function(t){return t&&function(){return b.apply(t,arguments)}},S=E,O=S({}.toString),A=S("".slice),k=function(t){return A(O(t),8,-1)},L=E,j=u,T=k,I=i.Object,P=L("".split),R=j((function(){return!I("z").propertyIsEnumerable(0)}))?function(t){return"String"==T(t)?P(t,""):I(t)}:I,_=i.TypeError,C=function(t){if(null==t)throw _("Can't call method on "+t);return t},M=R,N=C,F=function(t){return M(N(t))},D=function(t){return"function"==typeof t},G=D,$=function(t){return"object"==typeof t?null!==t:G(t)},U=i,B=D,W=function(t){return B(t)?t:void 0},Y=function(t,e){return arguments.length<2?W(U[t]):U[t]&&U[t][e]},K=E({}.isPrototypeOf),z=i,H=Y("navigator","userAgent")||"",V=z.process,q=z.Deno,X=V&&V.versions||q&&q.version,J=X&&X.v8;J&&(y=(h=J.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!y&&H&&(!(h=H.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=H.match(/Chrome\/(\d+)/))&&(y=+h[1]);var Q=y,Z=Q,tt=u,et=!!Object.getOwnPropertySymbols&&!tt((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&Z&&Z<41})),nt=et&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,rt=Y,ot=D,it=K,at=nt,ut=i.Object,ct=at?function(t){return"symbol"==typeof t}:function(t){var e=rt("Symbol");return ot(e)&&it(e.prototype,ut(t))},ft=i.String,st=function(t){try{return ft(t)}catch(t){return"Object"}},lt=D,dt=st,pt=i.TypeError,vt=function(t){if(lt(t))return t;throw pt(dt(t)+" is not a function")},ht=vt,yt=function(t,e){var n=t[e];return null==n?void 0:ht(n)},gt=s,mt=D,wt=$,bt=i.TypeError,xt={exports:{}},Et=i,St=Object.defineProperty,Ot=function(t,e){try{St(Et,t,{value:e,configurable:!0,writable:!0})}catch(n){Et[t]=e}return e},At=Ot,kt="__core-js_shared__",Lt=i[kt]||At(kt,{}),jt=Lt;(xt.exports=function(t,e){return jt[t]||(jt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"});var Tt=C,It=i.Object,Pt=function(t){return It(Tt(t))},Rt=Pt,_t=E({}.hasOwnProperty),Ct=Object.hasOwn||function(t,e){return _t(Rt(t),e)},Mt=E,Nt=0,Ft=Math.random(),Dt=Mt(1..toString),Gt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Dt(++Nt+Ft,36)},$t=i,Ut=xt.exports,Bt=Ct,Wt=Gt,Yt=et,Kt=nt,zt=Ut("wks"),Ht=$t.Symbol,Vt=Ht&&Ht.for,qt=Kt?Ht:Ht&&Ht.withoutSetter||Wt,Xt=function(t){if(!Bt(zt,t)||!Yt&&"string"!=typeof zt[t]){var e="Symbol."+t;Yt&&Bt(Ht,t)?zt[t]=Ht[t]:zt[t]=Kt&&Vt?Vt(e):qt(e)}return zt[t]},Jt=s,Qt=$,Zt=ct,te=yt,ee=function(t,e){var n,r;if("string"===e&&mt(n=t.toString)&&!wt(r=gt(n,t)))return r;if(mt(n=t.valueOf)&&!wt(r=gt(n,t)))return r;if("string"!==e&&mt(n=t.toString)&&!wt(r=gt(n,t)))return r;throw bt("Can't convert object to primitive value")},ne=Xt,re=i.TypeError,oe=ne("toPrimitive"),ie=function(t,e){if(!Qt(t)||Zt(t))return t;var n,r=te(t,oe);if(r){if(void 0===e&&(e="default"),n=Jt(r,t,e),!Qt(n)||Zt(n))return n;throw re("Can't convert object to primitive value")}return void 0===e&&(e="number"),ee(t,e)},ae=ct,ue=function(t){var e=ie(t,"string");return ae(e)?e:e+""},ce=$,fe=i.document,se=ce(fe)&&ce(fe.createElement),le=function(t){return se?fe.createElement(t):{}},de=le,pe=!c&&!u((function(){return 7!=Object.defineProperty(de("div"),"a",{get:function(){return 7}}).a})),ve=c,he=s,ye=l,ge=g,me=F,we=ue,be=Ct,xe=pe,Ee=Object.getOwnPropertyDescriptor;a.f=ve?Ee:function(t,e){if(t=me(t),e=we(e),xe)try{return Ee(t,e)}catch(t){}if(be(t,e))return ge(!he(ye.f,t,e),t[e])};var Se={},Oe=i,Ae=$,ke=Oe.String,Le=Oe.TypeError,je=function(t){if(Ae(t))return t;throw Le(ke(t)+" is not an object")},Te=c,Ie=pe,Pe=je,Re=ue,_e=i.TypeError,Ce=Object.defineProperty;Se.f=Te?Ce:function(t,e,n){if(Pe(t),e=Re(e),Pe(n),Ie)try{return Ce(t,e,n)}catch(t){}if("get"in n||"set"in n)throw _e("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var Me=Se,Ne=g,Fe=c?function(t,e,n){return Me.f(t,e,Ne(1,n))}:function(t,e,n){return t[e]=n,t},De={exports:{}},Ge=D,$e=Lt,Ue=E(Function.toString);Ge($e.inspectSource)||($e.inspectSource=function(t){return Ue(t)});var Be,We,Ye,Ke=$e.inspectSource,ze=D,He=Ke,Ve=i.WeakMap,qe=ze(Ve)&&/native code/.test(He(Ve)),Xe=xt.exports,Je=Gt,Qe=Xe("keys"),Ze=function(t){return Qe[t]||(Qe[t]=Je(t))},tn={},en=qe,nn=i,rn=E,on=$,an=Fe,un=Ct,cn=Lt,fn=Ze,sn=tn,ln="Object already initialized",dn=nn.TypeError,pn=nn.WeakMap;if(en||cn.state){var vn=cn.state||(cn.state=new pn),hn=rn(vn.get),yn=rn(vn.has),gn=rn(vn.set);Be=function(t,e){if(yn(vn,t))throw new dn(ln);return e.facade=t,gn(vn,t,e),e},We=function(t){return hn(vn,t)||{}},Ye=function(t){return yn(vn,t)}}else{var mn=fn("state");sn[mn]=!0,Be=function(t,e){if(un(t,mn))throw new dn(ln);return e.facade=t,an(t,mn,e),e},We=function(t){return un(t,mn)?t[mn]:{}},Ye=function(t){return un(t,mn)}}var wn={set:Be,get:We,has:Ye,enforce:function(t){return Ye(t)?We(t):Be(t,{})},getterFor:function(t){return function(e){var n;if(!on(e)||(n=We(e)).type!==t)throw dn("Incompatible receiver, "+t+" required");return n}}},bn=c,xn=Ct,En=Function.prototype,Sn=bn&&Object.getOwnPropertyDescriptor,On=xn(En,"name"),An={EXISTS:On,PROPER:On&&"something"===function(){}.name,CONFIGURABLE:On&&(!bn||bn&&Sn(En,"name").configurable)},kn=i,Ln=D,jn=Ct,Tn=Fe,In=Ot,Pn=Ke,Rn=An.CONFIGURABLE,_n=wn.get,Cn=wn.enforce,Mn=String(String).split("String");(De.exports=function(t,e,n,r){var o,i=!!r&&!!r.unsafe,a=!!r&&!!r.enumerable,u=!!r&&!!r.noTargetGet,c=r&&void 0!==r.name?r.name:e;Ln(n)&&("Symbol("===String(c).slice(0,7)&&(c="["+String(c).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!jn(n,"name")||Rn&&n.name!==c)&&Tn(n,"name",c),(o=Cn(n)).source||(o.source=Mn.join("string"==typeof c?c:""))),t!==kn?(i?!u&&t[e]&&(a=!0):delete t[e],a?t[e]=n:Tn(t,e,n)):a?t[e]=n:In(e,n)})(Function.prototype,"toString",(function(){return Ln(this)&&_n(this).source||Pn(this)}));var Nn={},Fn=Math.ceil,Dn=Math.floor,Gn=function(t){var e=+t;return e!=e||0===e?0:(e>0?Dn:Fn)(e)},$n=Gn,Un=Math.max,Bn=Math.min,Wn=function(t,e){var n=$n(t);return n<0?Un(n+e,0):Bn(n,e)},Yn=Gn,Kn=Math.min,zn=function(t){return t>0?Kn(Yn(t),9007199254740991):0},Hn=zn,Vn=function(t){return Hn(t.length)},qn=F,Xn=Wn,Jn=Vn,Qn=function(t){return function(e,n,r){var o,i=qn(e),a=Jn(i),u=Xn(r,a);if(t&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((t||u in i)&&i[u]===n)return t||u||0;return!t&&-1}},Zn={includes:Qn(!0),indexOf:Qn(!1)},tr=Ct,er=F,nr=Zn.indexOf,rr=tn,or=E([].push),ir=function(t,e){var n,r=er(t),o=0,i=[];for(n in r)!tr(rr,n)&&tr(r,n)&&or(i,n);for(;e.length>o;)tr(r,n=e[o++])&&(~nr(i,n)||or(i,n));return i},ar=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],ur=ir,cr=ar.concat("length","prototype");Nn.f=Object.getOwnPropertyNames||function(t){return ur(t,cr)};var fr={};fr.f=Object.getOwnPropertySymbols;var sr=Y,lr=Nn,dr=fr,pr=je,vr=E([].concat),hr=sr("Reflect","ownKeys")||function(t){var e=lr.f(pr(t)),n=dr.f;return n?vr(e,n(t)):e},yr=Ct,gr=hr,mr=a,wr=Se,br=function(t,e){for(var n=gr(e),r=wr.f,o=mr.f,i=0;i<n.length;i++){var a=n[i];yr(t,a)||r(t,a,o(e,a))}},xr=u,Er=D,Sr=/#|\.prototype\./,Or=function(t,e){var n=kr[Ar(t)];return n==jr||n!=Lr&&(Er(e)?xr(e):!!e)},Ar=Or.normalize=function(t){return String(t).replace(Sr,".").toLowerCase()},kr=Or.data={},Lr=Or.NATIVE="N",jr=Or.POLYFILL="P",Tr=Or,Ir=i,Pr=a.f,Rr=Fe,_r=De.exports,Cr=Ot,Mr=br,Nr=Tr,Fr=function(t,e){var n,r,o,i,a,u=t.target,c=t.global,f=t.stat;if(n=c?Ir:f?Ir[u]||Cr(u,{}):(Ir[u]||{}).prototype)for(r in e){if(i=e[r],o=t.noTargetGet?(a=Pr(n,r))&&a.value:n[r],!Nr(c?r:u+(f?".":"#")+r,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;Mr(i,o)}(t.sham||o&&o.sham)&&Rr(i,"sham",!0),_r(n,r,i,t)}},Dr=Function.prototype,Gr=Dr.apply,$r=Dr.bind,Ur=Dr.call,Br="object"==typeof Reflect&&Reflect.apply||($r?Ur.bind(Gr):function(){return Ur.apply(Gr,arguments)}),Wr=k,Yr=Array.isArray||function(t){return"Array"==Wr(t)},Kr={};Kr[Xt("toStringTag")]="z";var zr,Hr="[object z]"===String(Kr),Vr=i,qr=Hr,Xr=D,Jr=k,Qr=Xt("toStringTag"),Zr=Vr.Object,to="Arguments"==Jr(function(){return arguments}()),eo=qr?Jr:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Zr(t),Qr))?n:to?Jr(e):"Object"==(r=Jr(e))&&Xr(e.callee)?"Arguments":r},no=eo,ro=i.String,oo=function(t){if("Symbol"===no(t))throw TypeError("Cannot convert a Symbol value to a string");return ro(t)},io=ir,ao=ar,uo=Object.keys||function(t){return io(t,ao)},co=Se,fo=je,so=F,lo=uo,po=c?Object.defineProperties:function(t,e){fo(t);for(var n,r=so(e),o=lo(e),i=o.length,a=0;i>a;)co.f(t,n=o[a++],r[n]);return t},vo=Y("document","documentElement"),ho=je,yo=po,go=ar,mo=tn,wo=vo,bo=le,xo=Ze("IE_PROTO"),Eo=function(){},So=function(t){return"<script>"+t+"</"+"script>"},Oo=function(t){t.write(So("")),t.close();var e=t.parentWindow.Object;return t=null,e},Ao=function(){try{zr=new ActiveXObject("htmlfile")}catch(t){}var t,e;Ao="undefined"!=typeof document?document.domain&&zr?Oo(zr):((e=bo("iframe")).style.display="none",wo.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(So("document.F=Object")),t.close(),t.F):Oo(zr);for(var n=go.length;n--;)delete Ao.prototype[go[n]];return Ao()};mo[xo]=!0;var ko=Object.create||function(t,e){var n;return null!==t?(Eo.prototype=ho(t),n=new Eo,Eo.prototype=null,n[xo]=t):n=Ao(),void 0===e?n:yo(n,e)},Lo={},jo=E([].slice),To=k,Io=F,Po=Nn.f,Ro=jo,_o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Lo.f=function(t){return _o&&"Window"==To(t)?function(t){try{return Po(t)}catch(t){return Ro(_o)}}(t):Po(Io(t))};var Co={},Mo=Xt;Co.f=Mo;var No=i,Fo=Ct,Do=Co,Go=Se.f,$o=function(t){var e=No.Symbol||(No.Symbol={});Fo(e,t)||Go(e,t,{value:Do.f(t)})},Uo=Se.f,Bo=Ct,Wo=Xt("toStringTag"),Yo=function(t,e,n){t&&!Bo(t=n?t:t.prototype,Wo)&&Uo(t,Wo,{configurable:!0,value:e})},Ko=vt,zo=E(E.bind),Ho=function(t,e){return Ko(t),void 0===e?t:zo?zo(t,e):function(){return t.apply(e,arguments)}},Vo=E,qo=u,Xo=D,Jo=eo,Qo=Ke,Zo=function(){},ti=[],ei=Y("Reflect","construct"),ni=/^\s*(?:class|function)\b/,ri=Vo(ni.exec),oi=!ni.exec(Zo),ii=function(t){if(!Xo(t))return!1;try{return ei(Zo,ti,t),!0}catch(t){return!1}},ai=!ei||qo((function(){var t;return ii(ii.call)||!ii(Object)||!ii((function(){t=!0}))||t}))?function(t){if(!Xo(t))return!1;switch(Jo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return oi||!!ri(ni,Qo(t))}:ii,ui=i,ci=Yr,fi=ai,si=$,li=Xt("species"),di=ui.Array,pi=function(t){var e;return ci(t)&&(e=t.constructor,(fi(e)&&(e===di||ci(e.prototype))||si(e)&&null===(e=e[li]))&&(e=void 0)),void 0===e?di:e},vi=function(t,e){return new(pi(t))(0===e?0:e)},hi=Ho,yi=R,gi=Pt,mi=Vn,wi=vi,bi=E([].push),xi=function(t){var e=1==t,n=2==t,r=3==t,o=4==t,i=6==t,a=7==t,u=5==t||i;return function(c,f,s,l){for(var d,p,v=gi(c),h=yi(v),y=hi(f,s),g=mi(h),m=0,w=l||wi,b=e?w(c,g):n||a?w(c,0):void 0;g>m;m++)if((u||m in h)&&(p=y(d=h[m],m,v),t))if(e)b[m]=p;else if(p)switch(t){case 3:return!0;case 5:return d;case 6:return m;case 2:bi(b,d)}else switch(t){case 4:return!1;case 7:bi(b,d)}return i?-1:r||o?o:b}},Ei={forEach:xi(0),map:xi(1),filter:xi(2),some:xi(3),every:xi(4),find:xi(5),findIndex:xi(6),filterReject:xi(7)},Si=Fr,Oi=i,Ai=Y,ki=Br,Li=s,ji=E,Ti=c,Ii=et,Pi=u,Ri=Ct,_i=Yr,Ci=D,Mi=$,Ni=K,Fi=ct,Di=je,Gi=Pt,$i=F,Ui=ue,Bi=oo,Wi=g,Yi=ko,Ki=uo,zi=Nn,Hi=Lo,Vi=fr,qi=a,Xi=Se,Ji=l,Qi=jo,Zi=De.exports,ta=xt.exports,ea=tn,na=Gt,ra=Xt,oa=Co,ia=$o,aa=Yo,ua=wn,ca=Ei.forEach,fa=Ze("hidden"),sa="Symbol",la=ra("toPrimitive"),da=ua.set,pa=ua.getterFor(sa),va=Object.prototype,ha=Oi.Symbol,ya=ha&&ha.prototype,ga=Oi.TypeError,ma=Oi.QObject,wa=Ai("JSON","stringify"),ba=qi.f,xa=Xi.f,Ea=Hi.f,Sa=Ji.f,Oa=ji([].push),Aa=ta("symbols"),ka=ta("op-symbols"),La=ta("string-to-symbol-registry"),ja=ta("symbol-to-string-registry"),Ta=ta("wks"),Ia=!ma||!ma.prototype||!ma.prototype.findChild,Pa=Ti&&Pi((function(){return 7!=Yi(xa({},"a",{get:function(){return xa(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=ba(va,e);r&&delete va[e],xa(t,e,n),r&&t!==va&&xa(va,e,r)}:xa,Ra=function(t,e){var n=Aa[t]=Yi(ya);return da(n,{type:sa,tag:t,description:e}),Ti||(n.description=e),n},_a=function(t,e,n){t===va&&_a(ka,e,n),Di(t);var r=Ui(e);return Di(n),Ri(Aa,r)?(n.enumerable?(Ri(t,fa)&&t[fa][r]&&(t[fa][r]=!1),n=Yi(n,{enumerable:Wi(0,!1)})):(Ri(t,fa)||xa(t,fa,Wi(1,{})),t[fa][r]=!0),Pa(t,r,n)):xa(t,r,n)},Ca=function(t,e){Di(t);var n=$i(e),r=Ki(n).concat(Da(n));return ca(r,(function(e){Ti&&!Li(Ma,n,e)||_a(t,e,n[e])})),t},Ma=function(t){var e=Ui(t),n=Li(Sa,this,e);return!(this===va&&Ri(Aa,e)&&!Ri(ka,e))&&(!(n||!Ri(this,e)||!Ri(Aa,e)||Ri(this,fa)&&this[fa][e])||n)},Na=function(t,e){var n=$i(t),r=Ui(e);if(n!==va||!Ri(Aa,r)||Ri(ka,r)){var o=ba(n,r);return!o||!Ri(Aa,r)||Ri(n,fa)&&n[fa][r]||(o.enumerable=!0),o}},Fa=function(t){var e=Ea($i(t)),n=[];return ca(e,(function(t){Ri(Aa,t)||Ri(ea,t)||Oa(n,t)})),n},Da=function(t){var e=t===va,n=Ea(e?ka:$i(t)),r=[];return ca(n,(function(t){!Ri(Aa,t)||e&&!Ri(va,t)||Oa(r,Aa[t])})),r};(Ii||(ha=function(){if(Ni(ya,this))throw ga("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?Bi(arguments[0]):void 0,e=na(t),n=function(t){this===va&&Li(n,ka,t),Ri(this,fa)&&Ri(this[fa],e)&&(this[fa][e]=!1),Pa(this,e,Wi(1,t))};return Ti&&Ia&&Pa(va,e,{configurable:!0,set:n}),Ra(e,t)},Zi(ya=ha.prototype,"toString",(function(){return pa(this).tag})),Zi(ha,"withoutSetter",(function(t){return Ra(na(t),t)})),Ji.f=Ma,Xi.f=_a,qi.f=Na,zi.f=Hi.f=Fa,Vi.f=Da,oa.f=function(t){return Ra(ra(t),t)},Ti&&(xa(ya,"description",{configurable:!0,get:function(){return pa(this).description}}),Zi(va,"propertyIsEnumerable",Ma,{unsafe:!0}))),Si({global:!0,wrap:!0,forced:!Ii,sham:!Ii},{Symbol:ha}),ca(Ki(Ta),(function(t){ia(t)})),Si({target:sa,stat:!0,forced:!Ii},{for:function(t){var e=Bi(t);if(Ri(La,e))return La[e];var n=ha(e);return La[e]=n,ja[n]=e,n},keyFor:function(t){if(!Fi(t))throw ga(t+" is not a symbol");if(Ri(ja,t))return ja[t]},useSetter:function(){Ia=!0},useSimple:function(){Ia=!1}}),Si({target:"Object",stat:!0,forced:!Ii,sham:!Ti},{create:function(t,e){return void 0===e?Yi(t):Ca(Yi(t),e)},defineProperty:_a,defineProperties:Ca,getOwnPropertyDescriptor:Na}),Si({target:"Object",stat:!0,forced:!Ii},{getOwnPropertyNames:Fa,getOwnPropertySymbols:Da}),Si({target:"Object",stat:!0,forced:Pi((function(){Vi.f(1)}))},{getOwnPropertySymbols:function(t){return Vi.f(Gi(t))}}),wa)&&Si({target:"JSON",stat:!0,forced:!Ii||Pi((function(){var t=ha();return"[null]"!=wa([t])||"{}"!=wa({a:t})||"{}"!=wa(Object(t))}))},{stringify:function(t,e,n){var r=Qi(arguments),o=e;if((Mi(e)||void 0!==t)&&!Fi(t))return _i(e)||(e=function(t,e){if(Ci(o)&&(e=Li(o,this,t,e)),!Fi(e))return e}),r[1]=e,ki(wa,null,r)}});if(!ya[la]){var Ga=ya.valueOf;Zi(ya,la,(function(t){return Li(Ga,this)}))}aa(ha,sa),ea[fa]=!0;var $a=Fr,Ua=u,Ba=F,Wa=a.f,Ya=c,Ka=Ua((function(){Wa(1)}));$a({target:"Object",stat:!0,forced:!Ya||Ka,sham:!Ya},{getOwnPropertyDescriptor:function(t,e){return Wa(Ba(t),e)}});var za=ue,Ha=Se,Va=g,qa=function(t,e,n){var r=za(e);r in t?Ha.f(t,r,Va(0,n)):t[r]=n},Xa=hr,Ja=F,Qa=a,Za=qa;Fr({target:"Object",stat:!0,sham:!c},{getOwnPropertyDescriptors:function(t){for(var e,n,r=Ja(t),o=Qa.f,i=Xa(r),a={},u=0;i.length>u;)void 0!==(n=o(r,e=i[u++]))&&Za(a,e,n);return a}});var tu=c,eu=An.EXISTS,nu=E,ru=Se.f,ou=Function.prototype,iu=nu(ou.toString),au=/^\s*function ([^ (]*)/,uu=nu(au.exec);tu&&!eu&&ru(ou,"name",{configurable:!0,get:function(){try{return uu(au,iu(this))[1]}catch(t){return""}}});var cu=Fr,fu=c,su=i,lu=E,du=Ct,pu=D,vu=K,hu=oo,yu=Se.f,gu=br,mu=su.Symbol,wu=mu&&mu.prototype;if(fu&&pu(mu)&&(!("description"in wu)||void 0!==mu().description)){var bu={},xu=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:hu(arguments[0]),e=vu(wu,this)?new mu(t):void 0===t?mu():mu(t);return""===t&&(bu[e]=!0),e};gu(xu,mu),xu.prototype=wu,wu.constructor=xu;var Eu="Symbol(test)"==String(mu("test")),Su=lu(wu.toString),Ou=lu(wu.valueOf),Au=/^Symbol\((.*)\)[^)]+$/,ku=lu("".replace),Lu=lu("".slice);yu(wu,"description",{configurable:!0,get:function(){var t=Ou(this),e=Su(t);if(du(bu,t))return"";var n=Eu?Lu(e,7,-1):ku(e,Au,"$1");return""===n?void 0:n}}),cu({global:!0,forced:!0},{Symbol:xu})}$o("iterator");var ju=ko,Tu=Se,Iu=Xt("unscopables"),Pu=Array.prototype;null==Pu[Iu]&&Tu.f(Pu,Iu,{configurable:!0,value:ju(null)});var Ru,_u,Cu,Mu=function(t){Pu[Iu][t]=!0},Nu={},Fu=!u((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),Du=i,Gu=Ct,$u=D,Uu=Pt,Bu=Fu,Wu=Ze("IE_PROTO"),Yu=Du.Object,Ku=Yu.prototype,zu=Bu?Yu.getPrototypeOf:function(t){var e=Uu(t);if(Gu(e,Wu))return e[Wu];var n=e.constructor;return $u(n)&&e instanceof n?n.prototype:e instanceof Yu?Ku:null},Hu=u,Vu=D,qu=zu,Xu=De.exports,Ju=Xt("iterator"),Qu=!1;[].keys&&("next"in(Cu=[].keys())?(_u=qu(qu(Cu)))!==Object.prototype&&(Ru=_u):Qu=!0);var Zu=null==Ru||Hu((function(){var t={};return Ru[Ju].call(t)!==t}));Zu&&(Ru={}),Vu(Ru[Ju])||Xu(Ru,Ju,(function(){return this}));var tc={IteratorPrototype:Ru,BUGGY_SAFARI_ITERATORS:Qu},ec=tc.IteratorPrototype,nc=ko,rc=g,oc=Yo,ic=Nu,ac=function(){return this},uc=function(t,e,n){var r=e+" Iterator";return t.prototype=nc(ec,{next:rc(1,n)}),oc(t,r,!1),ic[r]=ac,t},cc=i,fc=D,sc=cc.String,lc=cc.TypeError,dc=E,pc=je,vc=function(t){if("object"==typeof t||fc(t))return t;throw lc("Can't set "+sc(t)+" as a prototype")},hc=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=dc(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return pc(n),vc(r),e?t(n,r):n.__proto__=r,n}}():void 0),yc=Fr,gc=s,mc=An,wc=D,bc=uc,xc=zu,Ec=hc,Sc=Yo,Oc=Fe,Ac=De.exports,kc=Nu,Lc=mc.PROPER,jc=mc.CONFIGURABLE,Tc=tc.IteratorPrototype,Ic=tc.BUGGY_SAFARI_ITERATORS,Pc=Xt("iterator"),Rc="keys",_c="values",Cc="entries",Mc=function(){return this},Nc=function(t,e,n,r,o,i,a){bc(n,e,r);var u,c,f,s=function(t){if(t===o&&h)return h;if(!Ic&&t in p)return p[t];switch(t){case Rc:case _c:case Cc:return function(){return new n(this,t)}}return function(){return new n(this)}},l=e+" Iterator",d=!1,p=t.prototype,v=p[Pc]||p["@@iterator"]||o&&p[o],h=!Ic&&v||s(o),y="Array"==e&&p.entries||v;if(y&&(u=xc(y.call(new t)))!==Object.prototype&&u.next&&(xc(u)!==Tc&&(Ec?Ec(u,Tc):wc(u[Pc])||Ac(u,Pc,Mc)),Sc(u,l,!0)),Lc&&o==_c&&v&&v.name!==_c&&(jc?Oc(p,"name",_c):(d=!0,h=function(){return gc(v,this)})),o)if(c={values:s(_c),keys:i?h:s(Rc),entries:s(Cc)},a)for(f in c)(Ic||d||!(f in p))&&Ac(p,f,c[f]);else yc({target:e,proto:!0,forced:Ic||d},c);return p[Pc]!==h&&Ac(p,Pc,h,{name:o}),kc[e]=h,c},Fc=F,Dc=Mu,Gc=Nu,$c=wn,Uc=Nc,Bc="Array Iterator",Wc=$c.set,Yc=$c.getterFor(Bc),Kc=Uc(Array,"Array",(function(t,e){Wc(this,{type:Bc,target:Fc(t),index:0,kind:e})}),(function(){var t=Yc(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values");Gc.Arguments=Gc.Array,Dc("keys"),Dc("values"),Dc("entries");var zc={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Hc=le("span").classList,Vc=Hc&&Hc.constructor&&Hc.constructor.prototype,qc=Vc===Object.prototype?void 0:Vc,Xc=i,Jc=zc,Qc=qc,Zc=Kc,tf=Fe,ef=Xt,nf=ef("iterator"),rf=ef("toStringTag"),of=Zc.values,af=function(t,e){if(t){if(t[nf]!==of)try{tf(t,nf,of)}catch(e){t[nf]=of}if(t[rf]||tf(t,rf,e),Jc[e])for(var n in Zc)if(t[n]!==Zc[n])try{tf(t,n,Zc[n])}catch(e){t[n]=Zc[n]}}};for(var uf in Jc)af(Xc[uf]&&Xc[uf].prototype,uf);function cf(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function ff(t){return function(t){if(Array.isArray(t))return cf(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return cf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?cf(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function sf(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function lf(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function df(t,e,n){return e&&lf(t.prototype,e),n&&lf(t,n),t}function pf(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}af(Qc,"DOMTokenList");var vf=je,hf=function(){var t=vf(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e},yf={},gf=u,mf=i.RegExp;yf.UNSUPPORTED_Y=gf((function(){var t=mf("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),yf.BROKEN_CARET=gf((function(){var t=mf("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));var wf=u,bf=i.RegExp,xf=wf((function(){var t=bf(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)})),Ef=u,Sf=i.RegExp,Of=Ef((function(){var t=Sf("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),Af=s,kf=E,Lf=oo,jf=hf,Tf=yf,If=xt.exports,Pf=ko,Rf=wn.get,_f=xf,Cf=Of,Mf=If("native-string-replace",String.prototype.replace),Nf=RegExp.prototype.exec,Ff=Nf,Df=kf("".charAt),Gf=kf("".indexOf),$f=kf("".replace),Uf=kf("".slice),Bf=function(){var t=/a/,e=/b*/g;return Af(Nf,t,"a"),Af(Nf,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Wf=Tf.UNSUPPORTED_Y||Tf.BROKEN_CARET,Yf=void 0!==/()??/.exec("")[1];(Bf||Yf||Wf||_f||Cf)&&(Ff=function(t){var e,n,r,o,i,a,u,c=this,f=Rf(c),s=Lf(t),l=f.raw;if(l)return l.lastIndex=c.lastIndex,e=Af(Ff,l,s),c.lastIndex=l.lastIndex,e;var d=f.groups,p=Wf&&c.sticky,v=Af(jf,c),h=c.source,y=0,g=s;if(p&&(v=$f(v,"y",""),-1===Gf(v,"g")&&(v+="g"),g=Uf(s,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==Df(s,c.lastIndex-1))&&(h="(?: "+h+")",g=" "+g,y++),n=new RegExp("^(?:"+h+")",v)),Yf&&(n=new RegExp("^"+h+"$(?!\\s)",v)),Bf&&(r=c.lastIndex),o=Af(Nf,p?n:c,g),p?o?(o.input=Uf(o.input,y),o[0]=Uf(o[0],y),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:Bf&&o&&(c.lastIndex=c.global?o.index+o[0].length:r),Yf&&o&&o.length>1&&Af(Mf,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=Pf(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var Kf=Ff;Fr({target:"RegExp",proto:!0,forced:/./.exec!==Kf},{exec:Kf});var zf=E,Hf=De.exports,Vf=Kf,qf=u,Xf=Xt,Jf=Fe,Qf=Xf("species"),Zf=RegExp.prototype,ts=function(t,e,n,r){var o=Xf(t),i=!qf((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),a=i&&!qf((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[Qf]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!i||!a||n){var u=zf(/./[o]),c=e(o,""[t],(function(t,e,n,r,o){var a=zf(t),c=e.exec;return c===Vf||c===Zf.exec?i&&!o?{done:!0,value:u(e,n,r)}:{done:!0,value:a(n,e,r)}:{done:!1}}));Hf(String.prototype,t,c[0]),Hf(Zf,o,c[1])}r&&Jf(Zf[o],"sham",!0)},es=E,ns=Gn,rs=oo,os=C,is=es("".charAt),as=es("".charCodeAt),us=es("".slice),cs=function(t){return function(e,n){var r,o,i=rs(os(e)),a=ns(n),u=i.length;return a<0||a>=u?t?"":void 0:(r=as(i,a))<55296||r>56319||a+1===u||(o=as(i,a+1))<56320||o>57343?t?is(i,a):r:t?us(i,a,a+2):o-56320+(r-55296<<10)+65536}},fs={codeAt:cs(!1),charAt:cs(!0)},ss=fs.charAt,ls=function(t,e,n){return e+(n?ss(t,e).length:1)},ds=s,ps=je,vs=D,hs=k,ys=Kf,gs=i.TypeError,ms=function(t,e){var n=t.exec;if(vs(n)){var r=ds(n,t,e);return null!==r&&ps(r),r}if("RegExp"===hs(t))return ds(ys,t,e);throw gs("RegExp#exec called on incompatible receiver")},ws=s,bs=je,xs=zn,Es=oo,Ss=C,Os=yt,As=ls,ks=ms;ts("match",(function(t,e,n){return[function(e){var n=Ss(this),r=null==e?void 0:Os(e,t);return r?ws(r,e,n):new RegExp(e)[t](Es(n))},function(t){var r=bs(this),o=Es(t),i=n(e,r,o);if(i.done)return i.value;if(!r.global)return ks(r,o);var a=r.unicode;r.lastIndex=0;for(var u,c=[],f=0;null!==(u=ks(r,o));){var s=Es(u[0]);c[f]=s,""===s&&(r.lastIndex=As(o,xs(r.lastIndex),a)),f++}return 0===f?null:c}]}));var Ls=D,js=$,Ts=hc,Is=$,Ps=k,Rs=Xt("match"),_s=function(t){var e;return Is(t)&&(void 0!==(e=t[Rs])?!!e:"RegExp"==Ps(t))},Cs=Y,Ms=Se,Ns=c,Fs=Xt("species"),Ds=c,Gs=i,$s=E,Us=Tr,Bs=function(t,e,n){var r,o;return Ts&&Ls(r=e.constructor)&&r!==n&&js(o=r.prototype)&&o!==n.prototype&&Ts(t,o),t},Ws=Fe,Ys=Se.f,Ks=Nn.f,zs=K,Hs=_s,Vs=oo,qs=hf,Xs=yf,Js=De.exports,Qs=u,Zs=Ct,tl=wn.enforce,el=function(t){var e=Cs(t),n=Ms.f;Ns&&e&&!e[Fs]&&n(e,Fs,{configurable:!0,get:function(){return this}})},nl=xf,rl=Of,ol=Xt("match"),il=Gs.RegExp,al=il.prototype,ul=Gs.SyntaxError,cl=$s(qs),fl=$s(al.exec),sl=$s("".charAt),ll=$s("".replace),dl=$s("".indexOf),pl=$s("".slice),vl=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,hl=/a/g,yl=/a/g,gl=new il(hl)!==hl,ml=Xs.UNSUPPORTED_Y,wl=Ds&&(!gl||ml||nl||rl||Qs((function(){return yl[ol]=!1,il(hl)!=hl||il(yl)==yl||"/a/i"!=il(hl,"i")})));if(Us("RegExp",wl)){for(var bl=function(t,e){var n,r,o,i,a,u,c=zs(al,this),f=Hs(t),s=void 0===e,l=[],d=t;if(!c&&f&&s&&t.constructor===bl)return t;if((f||zs(al,t))&&(t=t.source,s&&(e="flags"in d?d.flags:cl(d))),t=void 0===t?"":Vs(t),e=void 0===e?"":Vs(e),d=t,nl&&"dotAll"in hl&&(r=!!e&&dl(e,"s")>-1)&&(e=ll(e,/s/g,"")),n=e,ml&&"sticky"in hl&&(o=!!e&&dl(e,"y")>-1)&&(e=ll(e,/y/g,"")),rl&&(i=function(t){for(var e,n=t.length,r=0,o="",i=[],a={},u=!1,c=!1,f=0,s="";r<=n;r++){if("\\"===(e=sl(t,r)))e+=sl(t,++r);else if("]"===e)u=!1;else if(!u)switch(!0){case"["===e:u=!0;break;case"("===e:fl(vl,pl(t,r+1))&&(r+=2,c=!0),o+=e,f++;continue;case">"===e&&c:if(""===s||Zs(a,s))throw new ul("Invalid capture group name");a[s]=!0,i[i.length]=[s,f],c=!1,s="";continue}c?s+=e:o+=e}return[o,i]}(t),t=i[0],l=i[1]),a=Bs(il(t,e),c?this:al,bl),(r||o||l.length)&&(u=tl(a),r&&(u.dotAll=!0,u.raw=bl(function(t){for(var e,n=t.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(e=sl(t,r))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+sl(t,++r);return o}(t),n)),o&&(u.sticky=!0),l.length&&(u.groups=l)),t!==d)try{Ws(a,"source",""===d?"(?:)":d)}catch(t){}return a},xl=function(t){t in bl||Ys(bl,t,{configurable:!0,get:function(){return il[t]},set:function(e){il[t]=e}})},El=Ks(il),Sl=0;El.length>Sl;)xl(El[Sl++]);al.constructor=bl,bl.prototype=al,Js(Gs,"RegExp",bl)}el("RegExp");var Ol=E,Al=An.PROPER,kl=De.exports,Ll=je,jl=K,Tl=oo,Il=u,Pl=hf,Rl="toString",_l=RegExp.prototype,Cl=_l.toString,Ml=Ol(Pl),Nl=Il((function(){return"/a/b"!=Cl.call({source:"a",flags:"b"})})),Fl=Al&&Cl.name!=Rl;(Nl||Fl)&&kl(RegExp.prototype,Rl,(function(){var t=Ll(this),e=Tl(t.source),n=t.flags;return"/"+e+"/"+Tl(void 0===n&&jl(_l,t)&&!("flags"in _l)?Ml(t):n)}),{unsafe:!0});var Dl=eo,Gl=Hr?{}.toString:function(){return"[object "+Dl(this)+"]"},$l=Hr,Ul=De.exports,Bl=Gl;$l||Ul(Object.prototype,"toString",Bl,{unsafe:!0});var Wl=u,Yl=function(t,e){var n=[][t];return!!n&&Wl((function(){n.call(null,e||function(){throw 1},1)}))},Kl=Ei.forEach,zl=Yl("forEach")?[].forEach:function(t){return Kl(this,t,arguments.length>1?arguments[1]:void 0)},Hl=i,Vl=zc,ql=qc,Xl=zl,Jl=Fe,Ql=function(t){if(t&&t.forEach!==Xl)try{Jl(t,"forEach",Xl)}catch(e){t.forEach=Xl}};for(var Zl in Vl)Vl[Zl]&&Ql(Hl[Zl]&&Hl[Zl].prototype);Ql(ql);var td=c,ed=E,nd=uo,rd=F,od=ed(l.f),id=ed([].push),ad=function(t){return function(e){for(var n,r=rd(e),o=nd(r),i=o.length,a=0,u=[];i>a;)n=o[a++],td&&!od(r,n)||id(u,t?[n,r[n]]:r[n]);return u}},ud={entries:ad(!0),values:ad(!1)}.entries;Fr({target:"Object",stat:!0},{entries:function(t){return ud(t)}});var cd=u,fd=Q,sd=Xt("species"),ld=function(t){return fd>=51||!cd((function(){var e=[];return(e.constructor={})[sd]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},dd=Ei.filter;Fr({target:"Array",proto:!0,forced:!ld("filter")},{filter:function(t){return dd(this,t,arguments.length>1?arguments[1]:void 0)}});var pd=Ei.map;Fr({target:"Array",proto:!0,forced:!ld("map")},{map:function(t){return pd(this,t,arguments.length>1?arguments[1]:void 0)}});var vd=Fr,hd=Yr,yd=E([].reverse),gd=[1,2];vd({target:"Array",proto:!0,forced:String(gd)===String(gd.reverse())},{reverse:function(){return hd(this)&&(this.length=this.length),yd(this)}});var md=Zn.includes,wd=Mu;Fr({target:"Array",proto:!0},{includes:function(t){return md(this,t,arguments.length>1?arguments[1]:void 0)}}),wd("includes");var bd=_s,xd=i.TypeError,Ed=function(t){if(bd(t))throw xd("The method doesn't accept regular expressions");return t},Sd=Xt("match"),Od=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[Sd]=!1,"/./"[t](e)}catch(t){}}return!1},Ad=Fr,kd=Ed,Ld=C,jd=oo,Td=Od,Id=E("".indexOf);Ad({target:"String",proto:!0,forced:!Td("includes")},{includes:function(t){return!!~Id(jd(Ld(this)),jd(kd(t)),arguments.length>1?arguments[1]:void 0)}});var Pd=u((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}})),Rd=Fr,_d=u,Cd=$,Md=k,Nd=Pd,Fd=Object.isFrozen;Rd({target:"Object",stat:!0,forced:_d((function(){Fd(1)}))||Nd},{isFrozen:function(t){return!Cd(t)||(!(!Nd||"ArrayBuffer"!=Md(t))||!!Fd&&Fd(t))}});var Dd=vt,Gd=Pt,$d=R,Ud=Vn,Bd=i.TypeError,Wd=function(t){return function(e,n,r,o){Dd(n);var i=Gd(e),a=$d(i),u=Ud(i),c=t?u-1:0,f=t?-1:1;if(r<2)for(;;){if(c in a){o=a[c],c+=f;break}if(c+=f,t?c<0:u<=c)throw Bd("Reduce of empty array with no initial value")}for(;t?c>=0:u>c;c+=f)c in a&&(o=n(o,a[c],c,i));return o}},Yd={left:Wd(!1),right:Wd(!0)},Kd="process"==k(i.process),zd=Yd.left,Hd=Q,Vd=Kd;Fr({target:"Array",proto:!0,forced:!Yl("reduce")||!Vd&&Hd>79&&Hd<83},{reduce:function(t){var e=arguments.length;return zd(this,t,e,e>1?arguments[1]:void 0)}});var qd=Fr,Xd=R,Jd=F,Qd=Yl,Zd=E([].join),tp=Xd!=Object,ep=Qd("join",",");qd({target:"Array",proto:!0,forced:tp||!ep},{join:function(t){return Zd(Jd(this),void 0===t?",":t)}});var np=Pt,rp=uo;Fr({target:"Object",stat:!0,forced:u((function(){rp(1)}))},{keys:function(t){return rp(np(t))}});var op=E,ip=Pt,ap=Math.floor,up=op("".charAt),cp=op("".replace),fp=op("".slice),sp=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,lp=/\$([$&'`]|\d{1,2})/g,dp=Br,pp=s,vp=E,hp=ts,yp=u,gp=je,mp=D,wp=Gn,bp=zn,xp=oo,Ep=C,Sp=ls,Op=yt,Ap=function(t,e,n,r,o,i){var a=n+t.length,u=r.length,c=lp;return void 0!==o&&(o=ip(o),c=sp),cp(i,c,(function(i,c){var f;switch(up(c,0)){case"$":return"$";case"&":return t;case"`":return fp(e,0,n);case"'":return fp(e,a);case"<":f=o[fp(c,1,-1)];break;default:var s=+c;if(0===s)return i;if(s>u){var l=ap(s/10);return 0===l?i:l<=u?void 0===r[l-1]?up(c,1):r[l-1]+up(c,1):i}f=r[s-1]}return void 0===f?"":f}))},kp=ms,Lp=Xt("replace"),jp=Math.max,Tp=Math.min,Ip=vp([].concat),Pp=vp([].push),Rp=vp("".indexOf),_p=vp("".slice),Cp="$0"==="a".replace(/./,"$0"),Mp=!!/./[Lp]&&""===/./[Lp]("a","$0");hp("replace",(function(t,e,n){var r=Mp?"$":"$0";return[function(t,n){var r=Ep(this),o=null==t?void 0:Op(t,Lp);return o?pp(o,t,r,n):pp(e,xp(r),t,n)},function(t,o){var i=gp(this),a=xp(t);if("string"==typeof o&&-1===Rp(o,r)&&-1===Rp(o,"$<")){var u=n(e,i,a,o);if(u.done)return u.value}var c=mp(o);c||(o=xp(o));var f=i.global;if(f){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var d=kp(i,a);if(null===d)break;if(Pp(l,d),!f)break;""===xp(d[0])&&(i.lastIndex=Sp(a,bp(i.lastIndex),s))}for(var p,v="",h=0,y=0;y<l.length;y++){for(var g=xp((d=l[y])[0]),m=jp(Tp(wp(d.index),a.length),0),w=[],b=1;b<d.length;b++)Pp(w,void 0===(p=d[b])?p:String(p));var x=d.groups;if(c){var E=Ip([g],w,m,a);void 0!==x&&Pp(E,x);var S=xp(dp(o,void 0,E))}else S=Ap(g,a,m,w,x,o);m>=h&&(v+=_p(a,h,m)+S,h=m+g.length)}return v+_p(a,h)}]}),!!yp((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!Cp||Mp);var Np=ai,Fp=st,Dp=i.TypeError,Gp=je,$p=function(t){if(Np(t))return t;throw Dp(Fp(t)+" is not a constructor")},Up=Xt("species"),Bp=function(t,e){var n,r=Gp(t).constructor;return void 0===r||null==(n=Gp(r)[Up])?e:$p(n)},Wp=Br,Yp=s,Kp=E,zp=ts,Hp=_s,Vp=je,qp=C,Xp=Bp,Jp=ls,Qp=zn,Zp=oo,tv=yt,ev=jo,nv=ms,rv=Kf,ov=u,iv=yf.UNSUPPORTED_Y,av=4294967295,uv=Math.min,cv=[].push,fv=Kp(/./.exec),sv=Kp(cv),lv=Kp("".slice),dv=!ov((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));zp("split",(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=Zp(qp(this)),o=void 0===n?av:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!Hp(t))return Yp(e,r,t,o);for(var i,a,u,c=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),s=0,l=new RegExp(t.source,f+"g");(i=Yp(rv,l,r))&&!((a=l.lastIndex)>s&&(sv(c,lv(r,s,i.index)),i.length>1&&i.index<r.length&&Wp(cv,c,ev(i,1)),u=i[0].length,s=a,c.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return s===r.length?!u&&fv(l,"")||sv(c,""):sv(c,lv(r,s)),c.length>o?ev(c,0,o):c}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:Yp(e,this,t,n)}:e,[function(e,n){var o=qp(this),i=null==e?void 0:tv(e,t);return i?Yp(i,e,o,n):Yp(r,Zp(o),e,n)},function(t,o){var i=Vp(this),a=Zp(t),u=n(r,i,a,o,r!==e);if(u.done)return u.value;var c=Xp(i,RegExp),f=i.unicode,s=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(iv?"g":"y"),l=new c(iv?"^(?:"+i.source+")":i,s),d=void 0===o?av:o>>>0;if(0===d)return[];if(0===a.length)return null===nv(l,a)?[a]:[];for(var p=0,v=0,h=[];v<a.length;){l.lastIndex=iv?0:v;var y,g=nv(l,iv?lv(a,v):a);if(null===g||(y=uv(Qp(l.lastIndex+(iv?v:0)),a.length))===p)v=Jp(a,v,f);else{if(sv(h,lv(a,p,v)),h.length===d)return h;for(var m=1;m<=g.length-1;m++)if(sv(h,g[m]),h.length===d)return h;v=p=y}}return sv(h,lv(a,p)),h}]}),!dv,iv);var pv=Fr,vv=i,hv=Yr,yv=ai,gv=$,mv=Wn,wv=Vn,bv=F,xv=qa,Ev=Xt,Sv=jo,Ov=ld("slice"),Av=Ev("species"),kv=vv.Array,Lv=Math.max;pv({target:"Array",proto:!0,forced:!Ov},{slice:function(t,e){var n,r,o,i=bv(this),a=wv(i),u=mv(t,a),c=mv(void 0===e?a:e,a);if(hv(i)&&(n=i.constructor,(yv(n)&&(n===kv||hv(n.prototype))||gv(n)&&null===(n=n[Av]))&&(n=void 0),n===kv||void 0===n))return Sv(i,u,c);for(r=new(void 0===n?kv:n)(Lv(c-u,0)),o=0;u<c;u++,o++)u in i&&xv(r,o,i[u]);return r.length=o,r}});var jv=Fr,Tv=i,Iv=s,Pv=E,Rv=uc,_v=C,Cv=zn,Mv=oo,Nv=je,Fv=K,Dv=_s,Gv=hf,$v=yt,Uv=De.exports,Bv=u,Wv=Bp,Yv=ls,Kv=ms,zv=wn,Hv=Xt("matchAll"),Vv="RegExp String",qv="RegExp String Iterator",Xv=zv.set,Jv=zv.getterFor(qv),Qv=RegExp.prototype,Zv=Tv.TypeError,th=Pv(Gv),eh=Pv("".indexOf),nh=Pv("".matchAll),rh=!!nh&&!Bv((function(){nh("a",/./)})),oh=Rv((function(t,e,n,r){Xv(this,{type:qv,regexp:t,string:e,global:n,unicode:r,done:!1})}),Vv,(function(){var t=Jv(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,n=t.string,r=Kv(e,n);return null===r?{value:void 0,done:t.done=!0}:t.global?(""===Mv(r[0])&&(e.lastIndex=Yv(n,Cv(e.lastIndex),t.unicode)),{value:r,done:!1}):(t.done=!0,{value:r,done:!1})})),ih=function(t){var e,n,r,o,i,a,u=Nv(this),c=Mv(t);return e=Wv(u,RegExp),void 0===(n=u.flags)&&Fv(Qv,u)&&!("flags"in Qv)&&(n=th(u)),r=void 0===n?"":Mv(n),o=new e(e===RegExp?u.source:u,r),i=!!~eh(r,"g"),a=!!~eh(r,"u"),o.lastIndex=Cv(u.lastIndex),new oh(o,c,i,a)};jv({target:"String",proto:!0,forced:rh},{matchAll:function(t){var e,n,r,o=_v(this);if(null!=t){if(Dv(t)&&(e=Mv(_v("flags"in Qv?t.flags:th(t))),!~eh(e,"g")))throw Zv("`.matchAll` does not allow non-global regexes");if(rh)return nh(o,t);if(r=$v(t,Hv))return Iv(r,t,o)}else if(rh)return nh(o,t);return n=Mv(o),new RegExp(t,"g")[Hv](n)}}),Hv in Qv||Uv(Qv,Hv,ih);var ah=s,uh=je,ch=yt,fh=je,sh=function(t,e,n){var r,o;uh(t);try{if(!(r=ch(t,"return"))){if("throw"===e)throw n;return n}r=ah(r,t)}catch(t){o=!0,r=t}if("throw"===e)throw n;if(o)throw r;return uh(r),n},lh=Nu,dh=Xt("iterator"),ph=Array.prototype,vh=eo,hh=yt,yh=Nu,gh=Xt("iterator"),mh=function(t){if(null!=t)return hh(t,gh)||hh(t,"@@iterator")||yh[vh(t)]},wh=s,bh=vt,xh=je,Eh=st,Sh=mh,Oh=i.TypeError,Ah=Ho,kh=s,Lh=Pt,jh=function(t,e,n,r){try{return r?e(fh(n)[0],n[1]):e(n)}catch(e){sh(t,"throw",e)}},Th=function(t){return void 0!==t&&(lh.Array===t||ph[dh]===t)},Ih=ai,Ph=Vn,Rh=qa,_h=function(t,e){var n=arguments.length<2?Sh(t):e;if(bh(n))return xh(wh(n,t));throw Oh(Eh(t)+" is not iterable")},Ch=mh,Mh=i.Array,Nh=Xt("iterator"),Fh=!1;try{var Dh=0,Gh={next:function(){return{done:!!Dh++}},return:function(){Fh=!0}};Gh[Nh]=function(){return this},Array.from(Gh,(function(){throw 2}))}catch(t){}var $h=function(t){var e=Lh(t),n=Ih(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=Ah(o,r>2?arguments[2]:void 0));var a,u,c,f,s,l,d=Ch(e),p=0;if(!d||this==Mh&&Th(d))for(a=Ph(e),u=n?new this(a):Mh(a);a>p;p++)l=i?o(e[p],p):e[p],Rh(u,p,l);else for(s=(f=_h(e,d)).next,u=n?new this:[];!(c=kh(s,f)).done;p++)l=i?jh(f,o,[c.value,p],!0):c.value,Rh(u,p,l);return u.length=p,u},Uh=function(t,e){if(!e&&!Fh)return!1;var n=!1;try{var r={};r[Nh]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n};Fr({target:"Array",stat:!0,forced:!Uh((function(t){Array.from(t)}))},{from:$h});var Bh=fs.charAt,Wh=oo,Yh=wn,Kh=Nc,zh="String Iterator",Hh=Yh.set,Vh=Yh.getterFor(zh);Kh(String,"String",(function(t){Hh(this,{type:zh,string:Wh(t),index:0})}),(function(){var t,e=Vh(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=Bh(n,r),e.index+=t.length,{value:t,done:!1})}));var qh="\t\n\v\f\r                 \u2028\u2029\ufeff",Xh=C,Jh=oo,Qh=E("".replace),Zh="[\t\n\v\f\r                 \u2028\u2029\ufeff]",ty=RegExp("^"+Zh+Zh+"*"),ey=RegExp(Zh+Zh+"*$"),ny=function(t){return function(e){var n=Jh(Xh(e));return 1&t&&(n=Qh(n,ty,"")),2&t&&(n=Qh(n,ey,"")),n}},ry={start:ny(1),end:ny(2),trim:ny(3)},oy=An.PROPER,iy=u,ay=qh,uy=ry.trim;Fr({target:"String",proto:!0,forced:function(t){return iy((function(){return!!ay[t]()||"​…᠎"!=="​…᠎"[t]()||oy&&ay[t].name!==t}))}("trim")},{trim:function(){return uy(this)}});var cy=Fr,fy=i,sy=u,ly=Yr,dy=$,py=Pt,vy=Vn,hy=qa,yy=vi,gy=ld,my=Q,wy=Xt("isConcatSpreadable"),by=9007199254740991,xy="Maximum allowed index exceeded",Ey=fy.TypeError,Sy=my>=51||!sy((function(){var t=[];return t[wy]=!1,t.concat()[0]!==t})),Oy=gy("concat"),Ay=function(t){if(!dy(t))return!1;var e=t[wy];return void 0!==e?!!e:ly(t)};cy({target:"Array",proto:!0,forced:!Sy||!Oy},{concat:function(t){var e,n,r,o,i,a=py(this),u=yy(a,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(Ay(i=-1===e?a:arguments[e])){if(c+(o=vy(i))>by)throw Ey(xy);for(n=0;n<o;n++,c++)n in i&&hy(u,c,i[n])}else{if(c>=by)throw Ey(xy);hy(u,c++,i)}return u.length=c,u}});var ky,Ly=Fr,jy=E,Ty=a.f,Iy=zn,Py=oo,Ry=Ed,_y=C,Cy=Od,My=jy("".endsWith),Ny=jy("".slice),Fy=Math.min,Dy=Cy("endsWith");Ly({target:"String",proto:!0,forced:!!(Dy||(ky=Ty(String.prototype,"endsWith"),!ky||ky.writable))&&!Dy},{endsWith:function(t){var e=Py(_y(this));Ry(t);var n=arguments.length>1?arguments[1]:void 0,r=e.length,o=void 0===n?r:Fy(Iy(n),r),i=Py(t);return My?My(e,i,o):Ny(e,o-i.length,o)===i}});var Gy={exports:{}};!function(t,e){function n(t){if(t&&"object"==typeof t){var e=t.which||t.keyCode||t.charCode;e&&(t=e)}if("number"==typeof t)return a[t];var n,i=String(t);return(n=r[i.toLowerCase()])?n:(n=o[i.toLowerCase()])||(1===i.length?i.charCodeAt(0):void 0)}n.isEventKey=function(t,e){if(t&&"object"==typeof t){var n=t.which||t.keyCode||t.charCode;if(null==n)return!1;if("string"==typeof e){var i;if(i=r[e.toLowerCase()])return i===n;if(i=o[e.toLowerCase()])return i===n}else if("number"==typeof e)return e===n;return!1}};var r=(e=t.exports=n).code=e.codes={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,"pause/break":19,"caps lock":20,esc:27,space:32,"page up":33,"page down":34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46,command:91,"left command":91,"right command":93,"numpad *":106,"numpad +":107,"numpad -":109,"numpad .":110,"numpad /":111,"num lock":144,"scroll lock":145,"my computer":182,"my calculator":183,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},o=e.aliases={windows:91,"⇧":16,"⌥":18,"⌃":17,"⌘":91,ctl:17,control:17,option:18,pause:19,break:19,caps:20,return:13,escape:27,spc:32,spacebar:32,pgup:33,pgdn:34,ins:45,del:46,cmd:91};
2
2
  /*!
3
3
  * Programatically add the following
4
4
  */
@@ -9,4 +9,4 @@ for(i=97;i<123;i++)r[String.fromCharCode(i)]=i-32;for(var i=48;i<58;i++)r[i-48]=
9
9
  * @link https://github.com/ten1seven/what-input
10
10
  * @license MIT
11
11
  */
12
- !function(t,e){var n;n=function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,e=null,n="initial",r=n,o=Date.now(),i="false",a=["button","input","select","textarea"],u=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,d={x:null,y:null},p={2:"touch",3:"touch",4:"mouse"},v=!1;try{var h=Object.defineProperty({},"passive",{get:function(){v=!0}});window.addEventListener("test",null,h)}catch(t){}var y=function(){var t=!!v&&{passive:!0};document.addEventListener("DOMContentLoaded",g),window.PointerEvent?(window.addEventListener("pointerdown",m),window.addEventListener("pointermove",b)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m),window.addEventListener("MSPointerMove",b)):(window.addEventListener("mousedown",m),window.addEventListener("mousemove",b),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m))),window.addEventListener(k(),b,t),window.addEventListener("keydown",m),window.addEventListener("keyup",m),window.addEventListener("focusin",x),window.addEventListener("focusout",E)},g=function(){if(i=!(t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(n=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var e=t.which,o=s[t.type];"pointer"===o&&(o=O(t));var i=!f.length&&-1===c.indexOf(e),u=f.length&&-1!==f.indexOf(e),l="keyboard"===o&&e&&(i||u)||"mouse"===o||"touch"===o;if(A(o)&&(l=!1),l&&n!==o&&(S("input",n=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===a.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!I(d,"form"))&&(S("intent",r=o),w("intent"))}},w=function(e){t.setAttribute("data-what"+e,"input"===e?n:r),L(e)},b=function(t){var e=s[t.type];"pointer"===e&&(e=O(t)),j(t),(!l&&!A(e)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==e&&(S("intent",r=e),w("intent"))},x=function(n){n.target.nodeName?(e=n.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",e),n.target.classList&&n.target.classList.length&&t.setAttribute("data-whatclasses",n.target.classList.toString().replace(" ",","))):E()},E=function(){e=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},S=function(t,e){if(i)try{window.sessionStorage.setItem("what-"+t,e)}catch(t){}},O=function(t){return"number"==typeof t.pointerType?p[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},A=function(t){var e=Date.now(),r="mouse"===t&&"touch"===n&&e-o<200;return o=e,r},k=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},L=function(t){for(var e=0,o=u.length;e<o;e++)u[e].type===t&&u[e].fn.call(void 0,"input"===t?n:r)},j=function(t){d.x!==t.screenX||d.y!==t.screenY?(l=!1,d.x=t.screenX,d.y=t.screenY):l=!0},I=function(t,e){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return t.closest(e);do{if(t.matches(e))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[k()]="mouse",y()),{ask:function(t){return"intent"===t?r:n},element:function(){return e},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,e){u.push({fn:t,type:e||"input"})},unRegisterOnChange:function(t){var e=function(t){for(var e=0,n=u.length;e<n;e++)if(u[e].fn===t)return e}(t);(e||0===e)&&u.splice(e,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},t.exports=n()}(Uy);var By=Uy.exports;!function(t){var e=function(t){var e,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function f(t,e,n,r){var o=e&&e.prototype instanceof y?e:y,i=Object.create(o.prototype),a=new j(r||[]);return i._invoke=function(t,e,n){var r=l;return function(o,i){if(r===p)throw new Error("Generator is already running");if(r===v){if("throw"===o)throw i;return T()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var u=A(a,n);if(u){if(u===h)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=v,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=p;var c=s(t,e,n);if("normal"===c.type){if(r=n.done?v:d,c.arg===h)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=v,n.method="throw",n.arg=c.arg)}}}(t,n,a),i}function s(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=f;var l="suspendedStart",d="suspendedYield",p="executing",v="completed",h={};function y(){}function g(){}function m(){}var w={};c(w,i,(function(){return this}));var b=Object.getPrototypeOf,x=b&&b(b(I([])));x&&x!==n&&r.call(x,i)&&(w=x);var E=m.prototype=y.prototype=Object.create(w);function S(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function n(o,i,a,u){var c=s(t[o],t,i);if("throw"!==c.type){var f=c.arg,l=f.value;return l&&"object"==typeof l&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,a,u)}),(function(t){n("throw",t,a,u)})):e.resolve(l).then((function(t){f.value=t,a(f)}),(function(t){return n("throw",t,a,u)}))}u(c.arg)}var o;this._invoke=function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}}function A(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,A(t,n),"throw"===n.method))return h;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var o=s(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,h;var i=o.arg;return i?i.done?(n[t.resultName]=i.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,h):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,h)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function I(t){if(t){var n=t[i];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}return{next:T}}function T(){return{value:e,done:!0}}return g.prototype=m,c(E,"constructor",m),c(m,"constructor",g),g.displayName=c(m,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,c(t,u,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},S(O.prototype),c(O.prototype,a,(function(){return this})),t.AsyncIterator=O,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new O(f(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},S(E),c(E,u,"Generator"),c(E,i,(function(){return this})),c(E,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=I,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(L),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function o(r,o){return u.type="throw",u.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),f=r.call(a,"finallyLoc");if(c&&f){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!f)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),L(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;L(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:I(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),h}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}({exports:{}});var Wy,Yy,Ky,zy,Hy,Vy,qy,Xy,Jy="Mac|iPad|iPhone|iPod",Qy="Linux",Zy=!1;Zy="undefined"!=typeof window&&"undefined"!=typeof document&&!!window.MSInputMethodContext&&!!document.documentMode,"undefined"!=typeof navigator&&/edge/i.test(null===(Wy=navigator)||void 0===Wy?void 0:Wy.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(Yy=navigator)||void 0===Yy?void 0:Yy.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(Ky=navigator)||void 0===Ky?void 0:Ky.userAgent)&&/chrome/i.test(null===(zy=navigator)||void 0===zy?void 0:zy.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Hy=navigator)||void 0===Hy?void 0:Hy.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Vy=navigator)||void 0===Vy?void 0:Vy.userAgent),"undefined"!=typeof navigator&&new RegExp(Jy,"i").test(null===(qy=navigator)||void 0===qy?void 0:qy.platform),"undefined"!=typeof navigator&&new RegExp(Qy,"i").test(null===(Xy=navigator)||void 0===Xy?void 0:Xy.platform);function tg(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return eg(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eg(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw i}}}}function eg(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function ng(){var t=function t(){if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp(Jy))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp(Qy))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}!function(){if("undefined"!=typeof window){var t=function(){function t(){sf(this,t)}return df(t,[{key:"version",get:function(){return"__VERSION__"}}]),t}();window.Eufemia=new t}}(),By.specificKeys([9]),ng(),function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};sf(this,t),pf(this,"checkOutsideClick",(function(t){var e=t.event,n=t.ignoreElements,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;try{var o=e.target;if("HTML"===(null==o?void 0:o.tagName)&&(e.pageX>document.documentElement.clientWidth-40||e.pageY>document.documentElement.clientHeight-40))return;if(rg(o))return;for(var i,a=0,u=n.length;a<u;++a)if(i=o,n[a])do{if(i===n[a])return;i=i&&i.parentNode}while(i);"function"==typeof r&&r()}catch(t){}})),this.handleClickOutside||"undefined"==typeof document||"undefined"==typeof window||(Array.isArray(e)||(e=[e]),this.handleClickOutside=function(t){r.checkOutsideClick({event:t,ignoreElements:e},(function(){return"function"==typeof n&&n({event:t})}))},document.addEventListener("mousedown",this.handleClickOutside),this.keydownCallback=function(t){"esc"===$y(t)&&(window.removeEventListener("keydown",r.keydownCallback),"function"==typeof n&&n({event:t}))},window.addEventListener("keydown",this.keydownCallback),o.includedKeys&&(this.keyupCallback=function(t){var e=$y(t);o.includedKeys.includes(e)&&"function"==typeof r.handleClickOutside&&r.handleClickOutside(t,(function(){r.keyupCallback&&window.removeEventListener("keyup",r.keyupCallback)}))},window.addEventListener("keyup",this.keyupCallback)))}df(t,[{key:"remove",value:function(){this.handleClickOutside&&"undefined"!=typeof document&&(document.removeEventListener("mousedown",this.handleClickOutside),this.handleClickOutside=null),this.keydownCallback&&"undefined"!=typeof window&&(window.removeEventListener("keydown",this.keydownCallback),this.keydownCallback=null),this.keyupCallback&&"undefined"!=typeof window&&(window.removeEventListener("keyup",this.keyupCallback),this.keyupCallback=null)}}])}();var rg=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&og(t)},og=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))};!function(){function t(){return sf(this,t),this.bypassElement=null,this.bypassSelectors=[],this}df(t,[{key:"setBypassElement",value:function(t){return t instanceof HTMLElement&&(this.bypassElement=t),this}},{key:"setBypassSelector",value:function(t){return Array.isArray(t)||(t=[t]),this.bypassSelectors=t,this}},{key:"activate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this._nodesToInvalidate||this._runInvalidaiton(t)}},{key:"revert",value:function(){this._revertInvalidation(),this._nodesToInvalidate=null}},{key:"_runInvalidaiton",value:function(t){if("undefined"!=typeof document){this._nodesToInvalidate=this.getNodesToInvalidate(t);var e,n=tg(this._nodesToInvalidate);try{for(n.s();!(e=n.n()).done;){var r=e.value;if(r){var o=r.getAttribute("tabindex"),i=r.getAttribute("aria-hidden");null!==o&&void 0===r.__tabindex&&(r.__tabindex=o),null!==i&&void 0===r.__ariahidden&&(r.__ariahidden=i),r.setAttribute("tabindex","-1"),r.setAttribute("aria-hidden","true")}}}catch(t){n.e(t)}finally{n.f()}}}},{key:"_revertInvalidation",value:function(){if(Array.isArray(this._nodesToInvalidate)){var t,e=tg(this._nodesToInvalidate);try{for(e.s();!(t=e.n()).done;){var n=t.value;n&&(void 0!==n.__tabindex?(n.setAttribute("tabindex",n.__tabindex),delete n.__tabindex):n.removeAttribute("tabindex"),void 0!==n.__ariahidden?(n.setAttribute("aria-hidden",n.__ariahidden),delete n.__ariahidden):n.removeAttribute("aria-hidden"))}}catch(t){e.e(t)}finally{e.f()}}}},{key:"getNodesToInvalidate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if("undefined"==typeof document)return[];"string"==typeof t&&(t=document.querySelector(t));var e=t?"*":"html *",n=this.bypassSelectors.map((function(t){return":not(".concat(t,")")})).join(""),r="".concat(e," ").concat(n,":not(script):not(style):not(path):not(head *)");if(Zy){var o=[],i=r.split(":").map((function(e){return e.endsWith(" *)")&&(o.push.apply(o,ff(Array.from((t||document.documentElement).querySelectorAll(e.match(/\(([^)]*)\)/)[1])))),e=e.replace(" *","")),e})).join(":");return Array.from((t||document.documentElement).querySelectorAll(i)).filter((function(t){return!o.includes(t)}))}return Array.from((t||document.documentElement).querySelectorAll(r))}}])}(),t.defineNavigator=ng,t.isTouchDevice=function(){if("undefined"!=typeof document){var t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1},Object.defineProperty(t,"__esModule",{value:!0})}));
12
+ !function(t,e){var n;n=function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,e=null,n="initial",r=n,o=Date.now(),i="false",a=["button","input","select","textarea"],u=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,d={x:null,y:null},p={2:"touch",3:"touch",4:"mouse"},v=!1;try{var h=Object.defineProperty({},"passive",{get:function(){v=!0}});window.addEventListener("test",null,h)}catch(t){}var y=function(){var t=!!v&&{passive:!0};document.addEventListener("DOMContentLoaded",g),window.PointerEvent?(window.addEventListener("pointerdown",m),window.addEventListener("pointermove",b)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m),window.addEventListener("MSPointerMove",b)):(window.addEventListener("mousedown",m),window.addEventListener("mousemove",b),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m))),window.addEventListener(k(),b,t),window.addEventListener("keydown",m),window.addEventListener("keyup",m),window.addEventListener("focusin",x),window.addEventListener("focusout",E)},g=function(){if(i=!(t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(n=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var e=t.which,o=s[t.type];"pointer"===o&&(o=O(t));var i=!f.length&&-1===c.indexOf(e),u=f.length&&-1!==f.indexOf(e),l="keyboard"===o&&e&&(i||u)||"mouse"===o||"touch"===o;if(A(o)&&(l=!1),l&&n!==o&&(S("input",n=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===a.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!T(d,"form"))&&(S("intent",r=o),w("intent"))}},w=function(e){t.setAttribute("data-what"+e,"input"===e?n:r),L(e)},b=function(t){var e=s[t.type];"pointer"===e&&(e=O(t)),j(t),(!l&&!A(e)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==e&&(S("intent",r=e),w("intent"))},x=function(n){n.target.nodeName?(e=n.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",e),n.target.classList&&n.target.classList.length&&t.setAttribute("data-whatclasses",n.target.classList.toString().replace(" ",","))):E()},E=function(){e=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},S=function(t,e){if(i)try{window.sessionStorage.setItem("what-"+t,e)}catch(t){}},O=function(t){return"number"==typeof t.pointerType?p[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},A=function(t){var e=Date.now(),r="mouse"===t&&"touch"===n&&e-o<200;return o=e,r},k=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},L=function(t){for(var e=0,o=u.length;e<o;e++)u[e].type===t&&u[e].fn.call(void 0,"input"===t?n:r)},j=function(t){d.x!==t.screenX||d.y!==t.screenY?(l=!1,d.x=t.screenX,d.y=t.screenY):l=!0},T=function(t,e){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return t.closest(e);do{if(t.matches(e))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[k()]="mouse",y()),{ask:function(t){return"intent"===t?r:n},element:function(){return e},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,e){u.push({fn:t,type:e||"input"})},unRegisterOnChange:function(t){var e=function(t){for(var e=0,n=u.length;e<n;e++)if(u[e].fn===t)return e}(t);(e||0===e)&&u.splice(e,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},t.exports=n()}(Uy);var By=Uy.exports;!function(t){var e=function(t){var e,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function f(t,e,n,r){var o=e&&e.prototype instanceof y?e:y,i=Object.create(o.prototype),a=new j(r||[]);return i._invoke=function(t,e,n){var r=l;return function(o,i){if(r===p)throw new Error("Generator is already running");if(r===v){if("throw"===o)throw i;return I()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var u=A(a,n);if(u){if(u===h)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=v,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=p;var c=s(t,e,n);if("normal"===c.type){if(r=n.done?v:d,c.arg===h)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=v,n.method="throw",n.arg=c.arg)}}}(t,n,a),i}function s(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=f;var l="suspendedStart",d="suspendedYield",p="executing",v="completed",h={};function y(){}function g(){}function m(){}var w={};c(w,i,(function(){return this}));var b=Object.getPrototypeOf,x=b&&b(b(T([])));x&&x!==n&&r.call(x,i)&&(w=x);var E=m.prototype=y.prototype=Object.create(w);function S(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function n(o,i,a,u){var c=s(t[o],t,i);if("throw"!==c.type){var f=c.arg,l=f.value;return l&&"object"==typeof l&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,a,u)}),(function(t){n("throw",t,a,u)})):e.resolve(l).then((function(t){f.value=t,a(f)}),(function(t){return n("throw",t,a,u)}))}u(c.arg)}var o;this._invoke=function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}}function A(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,A(t,n),"throw"===n.method))return h;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var o=s(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,h;var i=o.arg;return i?i.done?(n[t.resultName]=i.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,h):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,h)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function T(t){if(t){var n=t[i];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}return{next:I}}function I(){return{value:e,done:!0}}return g.prototype=m,c(E,"constructor",m),c(m,"constructor",g),g.displayName=c(m,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,c(t,u,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},S(O.prototype),c(O.prototype,a,(function(){return this})),t.AsyncIterator=O,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new O(f(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},S(E),c(E,u,"Generator"),c(E,i,(function(){return this})),c(E,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=T,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(L),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function o(r,o){return u.type="throw",u.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),f=r.call(a,"finallyLoc");if(c&&f){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!f)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),L(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;L(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:T(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),h}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}({exports:{}});var Wy,Yy,Ky,zy,Hy,Vy,qy,Xy,Jy="Mac|iPad|iPhone|iPod",Qy="Linux",Zy=!1;Zy="undefined"!=typeof window&&"undefined"!=typeof document&&!!window.MSInputMethodContext&&!!document.documentMode,"undefined"!=typeof navigator&&/edge/i.test(null===(Wy=navigator)||void 0===Wy?void 0:Wy.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(Yy=navigator)||void 0===Yy?void 0:Yy.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(Ky=navigator)||void 0===Ky?void 0:Ky.userAgent)&&/chrome/i.test(null===(zy=navigator)||void 0===zy?void 0:zy.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Hy=navigator)||void 0===Hy?void 0:Hy.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Vy=navigator)||void 0===Vy?void 0:Vy.userAgent),"undefined"!=typeof navigator&&new RegExp(Jy,"i").test(null===(qy=navigator)||void 0===qy?void 0:qy.platform),"undefined"!=typeof navigator&&new RegExp(Qy,"i").test(null===(Xy=navigator)||void 0===Xy?void 0:Xy.platform);function tg(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return eg(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eg(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw i}}}}function eg(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function ng(){var t=function t(){if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp(Jy))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp(Qy))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}!function(){if("undefined"!=typeof window){var t=function(){function t(){sf(this,t)}return df(t,[{key:"version",get:function(){return"9.23.0-beta.1"}}]),t}();window.Eufemia=new t}}(),By.specificKeys([9]),ng(),function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};sf(this,t),pf(this,"checkOutsideClick",(function(t){var e=t.event,n=t.ignoreElements,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;try{var o=e.target;if("HTML"===(null==o?void 0:o.tagName)&&(e.pageX>document.documentElement.clientWidth-40||e.pageY>document.documentElement.clientHeight-40))return;if(rg(o))return;for(var i,a=0,u=n.length;a<u;++a)if(i=o,n[a])do{if(i===n[a])return;i=i&&i.parentNode}while(i);"function"==typeof r&&r()}catch(t){}})),this.handleClickOutside||"undefined"==typeof document||"undefined"==typeof window||(Array.isArray(e)||(e=[e]),this.handleClickOutside=function(t){r.checkOutsideClick({event:t,ignoreElements:e},(function(){return"function"==typeof n&&n({event:t})}))},document.addEventListener("mousedown",this.handleClickOutside),this.keydownCallback=function(t){"esc"===$y(t)&&(window.removeEventListener("keydown",r.keydownCallback),"function"==typeof n&&n({event:t}))},window.addEventListener("keydown",this.keydownCallback),o.includedKeys&&(this.keyupCallback=function(t){var e=$y(t);o.includedKeys.includes(e)&&"function"==typeof r.handleClickOutside&&r.handleClickOutside(t,(function(){r.keyupCallback&&window.removeEventListener("keyup",r.keyupCallback)}))},window.addEventListener("keyup",this.keyupCallback)))}df(t,[{key:"remove",value:function(){this.handleClickOutside&&"undefined"!=typeof document&&(document.removeEventListener("mousedown",this.handleClickOutside),this.handleClickOutside=null),this.keydownCallback&&"undefined"!=typeof window&&(window.removeEventListener("keydown",this.keydownCallback),this.keydownCallback=null),this.keyupCallback&&"undefined"!=typeof window&&(window.removeEventListener("keyup",this.keyupCallback),this.keyupCallback=null)}}])}();var rg=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&og(t)},og=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))};!function(){function t(){return sf(this,t),this.bypassElement=null,this.bypassSelectors=[],this}df(t,[{key:"setBypassElement",value:function(t){return t instanceof HTMLElement&&(this.bypassElement=t),this}},{key:"setBypassSelector",value:function(t){return Array.isArray(t)||(t=[t]),this.bypassSelectors=t,this}},{key:"activate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this._nodesToInvalidate||this._runInvalidaiton(t)}},{key:"revert",value:function(){this._revertInvalidation(),this._nodesToInvalidate=null}},{key:"_runInvalidaiton",value:function(t){if("undefined"!=typeof document){this._nodesToInvalidate=this.getNodesToInvalidate(t);var e,n=tg(this._nodesToInvalidate);try{for(n.s();!(e=n.n()).done;){var r=e.value;if(r){var o=r.getAttribute("tabindex"),i=r.getAttribute("aria-hidden");null!==o&&void 0===r.__tabindex&&(r.__tabindex=o),null!==i&&void 0===r.__ariahidden&&(r.__ariahidden=i),r.setAttribute("tabindex","-1"),r.setAttribute("aria-hidden","true")}}}catch(t){n.e(t)}finally{n.f()}}}},{key:"_revertInvalidation",value:function(){if(Array.isArray(this._nodesToInvalidate)){var t,e=tg(this._nodesToInvalidate);try{for(e.s();!(t=e.n()).done;){var n=t.value;n&&(void 0!==n.__tabindex?(n.setAttribute("tabindex",n.__tabindex),delete n.__tabindex):n.removeAttribute("tabindex"),void 0!==n.__ariahidden?(n.setAttribute("aria-hidden",n.__ariahidden),delete n.__ariahidden):n.removeAttribute("aria-hidden"))}}catch(t){e.e(t)}finally{e.f()}}}},{key:"getNodesToInvalidate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if("undefined"==typeof document)return[];"string"==typeof t&&(t=document.querySelector(t));var e=t?"*":"html *",n=this.bypassSelectors.map((function(t){return":not(".concat(t,")")})).join(""),r="".concat(e," ").concat(n,":not(script):not(style):not(path):not(head *)");if(Zy){var o=[],i=r.split(":").map((function(e){return e.endsWith(" *)")&&(o.push.apply(o,ff(Array.from((t||document.documentElement).querySelectorAll(e.match(/\(([^)]*)\)/)[1])))),e=e.replace(" *","")),e})).join(":");return Array.from((t||document.documentElement).querySelectorAll(i)).filter((function(t){return!o.includes(t)}))}return Array.from((t||document.documentElement).querySelectorAll(r))}}])}(),t.defineNavigator=ng,t.isTouchDevice=function(){if("undefined"!=typeof document){var t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1},Object.defineProperty(t,"__esModule",{value:!0})}));
@@ -0,0 +1 @@
1
+ export * from "../components";