@dnb/eufemia 10.0.0 → 10.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (688) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/assets/icons/dnb/accounting.svg +1 -0
  3. package/assets/icons/dnb/accounting_medium.svg +1 -0
  4. package/assets/icons/dnb/candle_stick.svg +1 -0
  5. package/assets/icons/dnb/candle_stick_medium.svg +1 -0
  6. package/assets/icons/dnb/eufemia-icons-xml-categorized.tgz +0 -0
  7. package/assets/icons/dnb/eufemia-icons-xml.tgz +0 -0
  8. package/assets/icons/dnb/fortune_ball.svg +1 -0
  9. package/assets/icons/dnb/fortune_ball_medium.svg +1 -0
  10. package/assets/icons/dnb/scan.svg +1 -0
  11. package/assets/icons/dnb/scan_medium.svg +1 -0
  12. package/assets/icons/dnb/shield_lock.svg +1 -1
  13. package/assets/icons/dnb/shield_lock_medium.svg +1 -1
  14. package/cjs/components/anchor/Anchor.d.ts +3 -3
  15. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  16. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  17. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  18. package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  19. package/cjs/components/autocomplete/Autocomplete.js +5 -2
  20. package/cjs/components/avatar/Avatar.d.ts +1 -0
  21. package/cjs/components/button/style/dnb-button--tertiary.css +4 -0
  22. package/cjs/components/button/style/dnb-button--tertiary.min.css +1 -1
  23. package/cjs/components/button/style/dnb-button--tertiary.scss +3 -0
  24. package/cjs/components/button/style/themes/button-mixins.scss +3 -3
  25. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  26. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  27. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  28. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  29. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  30. package/cjs/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  31. package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  32. package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  33. package/cjs/components/checkbox/Checkbox.d.ts +1 -1
  34. package/cjs/components/date-picker/DatePicker.d.ts +1 -1
  35. package/cjs/components/drawer/Drawer.d.ts +2 -1
  36. package/cjs/components/dropdown/Dropdown.d.ts +1 -1
  37. package/cjs/components/form-label/FormLabel.d.ts +1 -1
  38. package/cjs/components/form-row/FormRow.d.ts +1 -1
  39. package/cjs/components/form-set/FormSet.d.ts +1 -1
  40. package/cjs/components/form-status/FormStatus.d.ts +1 -1
  41. package/cjs/components/global-error/GlobalError.d.ts +1 -1
  42. package/cjs/components/global-status/GlobalStatus.d.ts +1 -1
  43. package/cjs/components/heading/Heading.d.ts +1 -1
  44. package/cjs/components/height-animation/HeightAnimation.d.ts +1 -1
  45. package/cjs/components/icon/Icon.d.ts +1 -1
  46. package/cjs/components/icon/Icon.js +1 -1
  47. package/cjs/components/icon-primary/IconPrimary.d.ts +1 -1
  48. package/cjs/components/input/Input.d.ts +2 -2
  49. package/cjs/components/input/InputPassword.d.ts +1 -1
  50. package/cjs/components/input-masked/InputMasked.d.ts +2 -2
  51. package/cjs/components/input-masked/InputMasked.js +1 -1
  52. package/cjs/components/input-masked/InputMaskedHooks.js +17 -9
  53. package/cjs/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  54. package/cjs/components/lib.d.ts +2 -2
  55. package/cjs/components/logo/Logo.d.ts +1 -1
  56. package/cjs/components/number-format/NumberFormat.js +2 -12
  57. package/cjs/components/number-format/NumberUtils.d.ts +12 -0
  58. package/cjs/components/pagination/Pagination.d.ts +1 -1
  59. package/cjs/components/radio/Radio.d.ts +1 -1
  60. package/cjs/components/radio/RadioGroup.d.ts +1 -1
  61. package/cjs/components/section/Section.d.ts +1 -1
  62. package/cjs/components/skeleton/Skeleton.d.ts +1 -1
  63. package/cjs/components/space/Space.d.ts +1 -1
  64. package/cjs/components/step-indicator/StepIndicator.d.ts +1 -1
  65. package/cjs/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  66. package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  67. package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  68. package/cjs/components/switch/Switch.d.ts +1 -1
  69. package/cjs/components/tabs/Tabs.d.ts +1 -1
  70. package/cjs/components/textarea/Textarea.d.ts +1 -1
  71. package/cjs/components/toggle-button/ToggleButton.d.ts +1 -1
  72. package/cjs/core/jest/jestSetupScreenshots.css +1 -0
  73. package/cjs/elements/Element.d.ts +3 -3
  74. package/cjs/elements/Link.d.ts +2 -2
  75. package/cjs/elements/img/style/dnb-img.scss +2 -24
  76. package/cjs/elements/img/style/img-mixins.scss +29 -0
  77. package/cjs/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  78. package/cjs/elements/lib.d.ts +2 -2
  79. package/cjs/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  80. package/cjs/icons/{document_csv.d.ts → accounting.d.ts} +1 -1
  81. package/cjs/icons/{document_pdf.js → accounting.js} +2 -2
  82. package/cjs/icons/{document_contract.d.ts → accounting_medium.d.ts} +1 -1
  83. package/cjs/icons/{document_contract.js → accounting_medium.js} +2 -2
  84. package/cjs/icons/{document_pdf.d.ts → candle_stick.d.ts} +1 -1
  85. package/cjs/icons/{document_add.js → candle_stick.js} +2 -2
  86. package/cjs/icons/{document_add_medium.d.ts → candle_stick_medium.d.ts} +1 -1
  87. package/cjs/icons/{document_add_medium.js → candle_stick_medium.js} +2 -2
  88. package/cjs/icons/dnb/{document_pdf.d.ts → accounting.d.ts} +2 -2
  89. package/cjs/icons/dnb/{document_rejected.js → accounting.js} +8 -8
  90. package/cjs/icons/dnb/accounting_medium.d.ts +4 -0
  91. package/cjs/icons/dnb/accounting_medium.js +31 -0
  92. package/cjs/icons/dnb/{document_add.d.ts → candle_stick.d.ts} +2 -2
  93. package/cjs/icons/dnb/{document.js → candle_stick.js} +7 -8
  94. package/cjs/icons/dnb/candle_stick_medium.d.ts +4 -0
  95. package/cjs/icons/dnb/{document_medium.js → candle_stick_medium.js} +7 -8
  96. package/cjs/icons/dnb/{document_csv.d.ts → fortune_ball.d.ts} +2 -2
  97. package/cjs/icons/dnb/fortune_ball.js +31 -0
  98. package/cjs/icons/dnb/fortune_ball_medium.d.ts +4 -0
  99. package/cjs/icons/dnb/fortune_ball_medium.js +31 -0
  100. package/cjs/icons/dnb/icons-svg.lock +1174 -1070
  101. package/cjs/icons/dnb/index.d.ts +9 -25
  102. package/cjs/icons/dnb/index.js +64 -192
  103. package/cjs/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  104. package/cjs/icons/dnb/scan.js +28 -0
  105. package/cjs/icons/dnb/scan_medium.d.ts +4 -0
  106. package/cjs/icons/dnb/scan_medium.js +35 -0
  107. package/cjs/icons/dnb/secondary_icons.d.ts +5 -1
  108. package/cjs/icons/dnb/secondary_icons.js +32 -0
  109. package/cjs/icons/dnb/secondary_icons_medium.d.ts +5 -1
  110. package/cjs/icons/dnb/secondary_icons_medium.js +32 -0
  111. package/cjs/icons/dnb/shield_lock.js +17 -2
  112. package/cjs/icons/dnb/shield_lock_medium.js +17 -2
  113. package/cjs/icons/{document_add.d.ts → fortune_ball.d.ts} +1 -1
  114. package/cjs/icons/{document_csv.js → fortune_ball.js} +2 -2
  115. package/cjs/icons/fortune_ball_medium.d.ts +3 -0
  116. package/cjs/icons/fortune_ball_medium.js +13 -0
  117. package/cjs/icons/icons-meta.json +3748 -0
  118. package/cjs/icons/index.d.ts +9 -25
  119. package/cjs/icons/index.js +64 -192
  120. package/{es/icons/document.d.ts → cjs/icons/scan.d.ts} +1 -1
  121. package/cjs/icons/{document.js → scan.js} +2 -2
  122. package/cjs/icons/scan_medium.d.ts +3 -0
  123. package/cjs/icons/scan_medium.js +13 -0
  124. package/cjs/shared/Eufemia.d.ts +1 -1
  125. package/cjs/shared/Eufemia.js +2 -2
  126. package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  127. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +8 -8
  128. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  129. package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  130. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +28 -28
  131. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  132. package/cjs/style/themes/theme-ui/ui-theme-basis.css +4 -4
  133. package/cjs/style/themes/theme-ui/ui-theme-components.css +4 -4
  134. package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  135. package/cjs/style/themes/theme-ui/ui-theme-elements.css +4 -4
  136. package/cjs/style/themes/theme-ui/ui-theme-tags.css +98 -1
  137. package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  138. package/cjs/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  139. package/components/anchor/Anchor.d.ts +3 -3
  140. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  141. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  142. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  143. package/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  144. package/components/autocomplete/Autocomplete.js +5 -2
  145. package/components/avatar/Avatar.d.ts +1 -0
  146. package/components/button/style/dnb-button--tertiary.css +4 -0
  147. package/components/button/style/dnb-button--tertiary.min.css +1 -1
  148. package/components/button/style/dnb-button--tertiary.scss +3 -0
  149. package/components/button/style/themes/button-mixins.scss +3 -3
  150. package/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  151. package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  152. package/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  153. package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  154. package/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  155. package/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  156. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  157. package/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  158. package/components/checkbox/Checkbox.d.ts +1 -1
  159. package/components/date-picker/DatePicker.d.ts +1 -1
  160. package/components/drawer/Drawer.d.ts +2 -1
  161. package/components/dropdown/Dropdown.d.ts +1 -1
  162. package/components/form-label/FormLabel.d.ts +1 -1
  163. package/components/form-row/FormRow.d.ts +1 -1
  164. package/components/form-set/FormSet.d.ts +1 -1
  165. package/components/form-status/FormStatus.d.ts +1 -1
  166. package/components/global-error/GlobalError.d.ts +1 -1
  167. package/components/global-status/GlobalStatus.d.ts +1 -1
  168. package/components/heading/Heading.d.ts +1 -1
  169. package/components/height-animation/HeightAnimation.d.ts +1 -1
  170. package/components/icon/Icon.d.ts +1 -1
  171. package/components/icon/Icon.js +1 -1
  172. package/components/icon-primary/IconPrimary.d.ts +1 -1
  173. package/components/input/Input.d.ts +2 -2
  174. package/components/input/InputPassword.d.ts +1 -1
  175. package/components/input-masked/InputMasked.d.ts +2 -2
  176. package/components/input-masked/InputMasked.js +1 -1
  177. package/components/input-masked/InputMaskedHooks.js +16 -11
  178. package/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  179. package/components/lib.d.ts +2 -2
  180. package/components/logo/Logo.d.ts +1 -1
  181. package/components/number-format/NumberFormat.js +2 -10
  182. package/components/number-format/NumberUtils.d.ts +12 -0
  183. package/components/pagination/Pagination.d.ts +1 -1
  184. package/components/radio/Radio.d.ts +1 -1
  185. package/components/radio/RadioGroup.d.ts +1 -1
  186. package/components/section/Section.d.ts +1 -1
  187. package/components/skeleton/Skeleton.d.ts +1 -1
  188. package/components/space/Space.d.ts +1 -1
  189. package/components/step-indicator/StepIndicator.d.ts +1 -1
  190. package/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  191. package/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  192. package/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  193. package/components/switch/Switch.d.ts +1 -1
  194. package/components/tabs/Tabs.d.ts +1 -1
  195. package/components/textarea/Textarea.d.ts +1 -1
  196. package/components/toggle-button/ToggleButton.d.ts +1 -1
  197. package/core/jest/jestSetupScreenshots.css +1 -0
  198. package/elements/Element.d.ts +3 -3
  199. package/elements/Link.d.ts +2 -2
  200. package/elements/img/style/dnb-img.scss +2 -24
  201. package/elements/img/style/img-mixins.scss +29 -0
  202. package/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  203. package/elements/lib.d.ts +2 -2
  204. package/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  205. package/es/components/anchor/Anchor.d.ts +3 -3
  206. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  207. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  208. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  209. package/es/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  210. package/es/components/autocomplete/Autocomplete.js +5 -2
  211. package/es/components/avatar/Avatar.d.ts +1 -0
  212. package/es/components/button/style/dnb-button--tertiary.css +4 -0
  213. package/es/components/button/style/dnb-button--tertiary.min.css +1 -1
  214. package/es/components/button/style/dnb-button--tertiary.scss +3 -0
  215. package/es/components/button/style/themes/button-mixins.scss +3 -3
  216. package/es/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  217. package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  218. package/es/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  219. package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  220. package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  221. package/es/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  222. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  223. package/es/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  224. package/es/components/checkbox/Checkbox.d.ts +1 -1
  225. package/es/components/date-picker/DatePicker.d.ts +1 -1
  226. package/es/components/drawer/Drawer.d.ts +2 -1
  227. package/es/components/dropdown/Dropdown.d.ts +1 -1
  228. package/es/components/form-label/FormLabel.d.ts +1 -1
  229. package/es/components/form-row/FormRow.d.ts +1 -1
  230. package/es/components/form-set/FormSet.d.ts +1 -1
  231. package/es/components/form-status/FormStatus.d.ts +1 -1
  232. package/es/components/global-error/GlobalError.d.ts +1 -1
  233. package/es/components/global-status/GlobalStatus.d.ts +1 -1
  234. package/es/components/heading/Heading.d.ts +1 -1
  235. package/es/components/height-animation/HeightAnimation.d.ts +1 -1
  236. package/es/components/icon/Icon.d.ts +1 -1
  237. package/es/components/icon/Icon.js +1 -1
  238. package/es/components/icon-primary/IconPrimary.d.ts +1 -1
  239. package/es/components/input/Input.d.ts +2 -2
  240. package/es/components/input/InputPassword.d.ts +1 -1
  241. package/es/components/input-masked/InputMasked.d.ts +2 -2
  242. package/es/components/input-masked/InputMasked.js +1 -1
  243. package/es/components/input-masked/InputMaskedHooks.js +10 -5
  244. package/es/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  245. package/es/components/lib.d.ts +2 -2
  246. package/es/components/logo/Logo.d.ts +1 -1
  247. package/es/components/number-format/NumberFormat.js +2 -10
  248. package/es/components/number-format/NumberUtils.d.ts +12 -0
  249. package/es/components/pagination/Pagination.d.ts +1 -1
  250. package/es/components/radio/Radio.d.ts +1 -1
  251. package/es/components/radio/RadioGroup.d.ts +1 -1
  252. package/es/components/section/Section.d.ts +1 -1
  253. package/es/components/skeleton/Skeleton.d.ts +1 -1
  254. package/es/components/space/Space.d.ts +1 -1
  255. package/es/components/step-indicator/StepIndicator.d.ts +1 -1
  256. package/es/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  257. package/es/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  258. package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  259. package/es/components/switch/Switch.d.ts +1 -1
  260. package/es/components/tabs/Tabs.d.ts +1 -1
  261. package/es/components/textarea/Textarea.d.ts +1 -1
  262. package/es/components/toggle-button/ToggleButton.d.ts +1 -1
  263. package/es/core/jest/jestSetupScreenshots.css +1 -0
  264. package/es/elements/Element.d.ts +3 -3
  265. package/es/elements/Link.d.ts +2 -2
  266. package/es/elements/img/style/dnb-img.scss +2 -24
  267. package/es/elements/img/style/img-mixins.scss +29 -0
  268. package/es/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  269. package/es/elements/lib.d.ts +2 -2
  270. package/es/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  271. package/es/icons/accounting.d.ts +3 -0
  272. package/es/icons/accounting.js +2 -0
  273. package/es/icons/accounting_medium.d.ts +3 -0
  274. package/es/icons/accounting_medium.js +2 -0
  275. package/es/icons/candle_stick.d.ts +3 -0
  276. package/es/icons/candle_stick.js +2 -0
  277. package/es/icons/candle_stick_medium.d.ts +3 -0
  278. package/es/icons/candle_stick_medium.js +2 -0
  279. package/es/icons/dnb/accounting.d.ts +4 -0
  280. package/es/icons/dnb/accounting.js +21 -0
  281. package/es/icons/dnb/accounting_medium.d.ts +4 -0
  282. package/es/icons/dnb/accounting_medium.js +21 -0
  283. package/es/icons/dnb/candle_stick.d.ts +4 -0
  284. package/es/icons/dnb/candle_stick.js +20 -0
  285. package/es/icons/dnb/candle_stick_medium.d.ts +4 -0
  286. package/es/icons/dnb/candle_stick_medium.js +20 -0
  287. package/es/icons/dnb/fortune_ball.d.ts +4 -0
  288. package/es/icons/dnb/fortune_ball.js +21 -0
  289. package/es/icons/dnb/fortune_ball_medium.d.ts +4 -0
  290. package/es/icons/dnb/fortune_ball_medium.js +21 -0
  291. package/es/icons/dnb/icons-svg.lock +1174 -1070
  292. package/es/icons/dnb/index.d.ts +9 -25
  293. package/es/icons/dnb/index.js +9 -25
  294. package/es/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  295. package/es/icons/dnb/scan.js +18 -0
  296. package/es/icons/dnb/scan_medium.d.ts +4 -0
  297. package/es/icons/dnb/scan_medium.js +25 -0
  298. package/es/icons/dnb/secondary_icons.d.ts +5 -1
  299. package/es/icons/dnb/secondary_icons.js +5 -1
  300. package/es/icons/dnb/secondary_icons_medium.d.ts +5 -1
  301. package/es/icons/dnb/secondary_icons_medium.js +5 -1
  302. package/es/icons/dnb/shield_lock.js +17 -2
  303. package/es/icons/dnb/shield_lock_medium.js +17 -2
  304. package/es/icons/fortune_ball.d.ts +3 -0
  305. package/es/icons/fortune_ball.js +2 -0
  306. package/es/icons/fortune_ball_medium.d.ts +3 -0
  307. package/es/icons/fortune_ball_medium.js +2 -0
  308. package/es/icons/icons-meta.json +3748 -0
  309. package/es/icons/index.d.ts +9 -25
  310. package/es/icons/index.js +9 -25
  311. package/{cjs/icons/document.d.ts → es/icons/scan.d.ts} +1 -1
  312. package/es/icons/scan.js +2 -0
  313. package/es/icons/scan_medium.d.ts +3 -0
  314. package/es/icons/scan_medium.js +2 -0
  315. package/es/shared/Eufemia.d.ts +1 -1
  316. package/es/shared/Eufemia.js +2 -2
  317. package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  318. package/es/style/themes/theme-eiendom/eiendom-theme-components.css +8 -8
  319. package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  320. package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  321. package/es/style/themes/theme-sbanken/sbanken-theme-components.css +28 -28
  322. package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  323. package/es/style/themes/theme-ui/ui-theme-basis.css +4 -4
  324. package/es/style/themes/theme-ui/ui-theme-components.css +4 -4
  325. package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  326. package/es/style/themes/theme-ui/ui-theme-elements.css +4 -4
  327. package/es/style/themes/theme-ui/ui-theme-tags.css +98 -1
  328. package/es/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  329. package/es/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  330. package/esm/dnb-ui-basis.min.mjs +1 -1
  331. package/esm/dnb-ui-components.min.mjs +1 -1
  332. package/esm/dnb-ui-elements.min.mjs +1 -1
  333. package/esm/dnb-ui-extensions.min.mjs +1 -1
  334. package/esm/dnb-ui-lib.min.mjs +1 -1
  335. package/icons/accounting.d.ts +3 -0
  336. package/icons/accounting.js +2 -0
  337. package/icons/accounting_medium.d.ts +3 -0
  338. package/icons/accounting_medium.js +2 -0
  339. package/icons/candle_stick.d.ts +3 -0
  340. package/icons/candle_stick.js +2 -0
  341. package/icons/candle_stick_medium.d.ts +3 -0
  342. package/icons/candle_stick_medium.js +2 -0
  343. package/icons/dnb/accounting.d.ts +4 -0
  344. package/icons/dnb/accounting.js +21 -0
  345. package/icons/dnb/accounting_medium.d.ts +4 -0
  346. package/icons/dnb/accounting_medium.js +21 -0
  347. package/icons/dnb/candle_stick.d.ts +4 -0
  348. package/icons/dnb/candle_stick.js +20 -0
  349. package/icons/dnb/candle_stick_medium.d.ts +4 -0
  350. package/icons/dnb/candle_stick_medium.js +20 -0
  351. package/icons/dnb/fortune_ball.d.ts +4 -0
  352. package/icons/dnb/fortune_ball.js +21 -0
  353. package/icons/dnb/fortune_ball_medium.d.ts +4 -0
  354. package/icons/dnb/fortune_ball_medium.js +21 -0
  355. package/icons/dnb/icons-svg.lock +1174 -1070
  356. package/icons/dnb/index.d.ts +9 -25
  357. package/icons/dnb/index.js +9 -25
  358. package/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  359. package/icons/dnb/scan.js +18 -0
  360. package/icons/dnb/scan_medium.d.ts +4 -0
  361. package/icons/dnb/scan_medium.js +25 -0
  362. package/icons/dnb/secondary_icons.d.ts +5 -1
  363. package/icons/dnb/secondary_icons.js +5 -1
  364. package/icons/dnb/secondary_icons_medium.d.ts +5 -1
  365. package/icons/dnb/secondary_icons_medium.js +5 -1
  366. package/icons/dnb/shield_lock.js +17 -2
  367. package/icons/dnb/shield_lock_medium.js +17 -2
  368. package/icons/fortune_ball.d.ts +3 -0
  369. package/icons/fortune_ball.js +2 -0
  370. package/icons/fortune_ball_medium.d.ts +3 -0
  371. package/icons/fortune_ball_medium.js +2 -0
  372. package/icons/icons-meta.json +3748 -0
  373. package/icons/index.d.ts +9 -25
  374. package/icons/index.js +9 -25
  375. package/icons/{document.d.ts → scan.d.ts} +1 -1
  376. package/icons/scan.js +2 -0
  377. package/icons/scan_medium.d.ts +3 -0
  378. package/icons/scan_medium.js +2 -0
  379. package/package.json +1 -1
  380. package/shared/Eufemia.d.ts +1 -1
  381. package/shared/Eufemia.js +2 -2
  382. package/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  383. package/style/themes/theme-eiendom/eiendom-theme-components.css +8 -8
  384. package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  385. package/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  386. package/style/themes/theme-sbanken/sbanken-theme-components.css +28 -28
  387. package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  388. package/style/themes/theme-ui/ui-theme-basis.css +4 -4
  389. package/style/themes/theme-ui/ui-theme-components.css +4 -4
  390. package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  391. package/style/themes/theme-ui/ui-theme-elements.css +4 -4
  392. package/style/themes/theme-ui/ui-theme-tags.css +98 -1
  393. package/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  394. package/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  395. package/umd/dnb-ui-basis.min.js +1 -1
  396. package/umd/dnb-ui-components.min.js +1 -1
  397. package/umd/dnb-ui-elements.min.js +1 -1
  398. package/umd/dnb-ui-extensions.min.js +1 -1
  399. package/umd/dnb-ui-lib.min.js +1 -1
  400. package/assets/icons/dnb/document.svg +0 -3
  401. package/assets/icons/dnb/document_add.svg +0 -3
  402. package/assets/icons/dnb/document_add_medium.svg +0 -3
  403. package/assets/icons/dnb/document_contract.svg +0 -3
  404. package/assets/icons/dnb/document_contract_medium.svg +0 -3
  405. package/assets/icons/dnb/document_csv.svg +0 -6
  406. package/assets/icons/dnb/document_csv_medium.svg +0 -6
  407. package/assets/icons/dnb/document_loupe.svg +0 -3
  408. package/assets/icons/dnb/document_loupe_medium.svg +0 -3
  409. package/assets/icons/dnb/document_medium.svg +0 -3
  410. package/assets/icons/dnb/document_pdf.svg +0 -6
  411. package/assets/icons/dnb/document_pdf_medium.svg +0 -6
  412. package/assets/icons/dnb/document_rejected.svg +0 -3
  413. package/assets/icons/dnb/document_rejected_medium.svg +0 -3
  414. package/assets/icons/dnb/document_signing.svg +0 -3
  415. package/assets/icons/dnb/document_signing_medium.svg +0 -3
  416. package/assets/icons/dnb/document_txt.svg +0 -6
  417. package/assets/icons/dnb/document_txt_medium.svg +0 -6
  418. package/assets/icons/dnb/document_warning.svg +0 -4
  419. package/assets/icons/dnb/document_warning_medium.svg +0 -4
  420. package/assets/icons/dnb/document_word.svg +0 -6
  421. package/assets/icons/dnb/document_word_medium.svg +0 -6
  422. package/assets/icons/dnb/document_xls.svg +0 -6
  423. package/assets/icons/dnb/document_xls_medium.svg +0 -6
  424. package/cjs/icons/dnb/document_add.js +0 -28
  425. package/cjs/icons/dnb/document_add_medium.d.ts +0 -4
  426. package/cjs/icons/dnb/document_add_medium.js +0 -28
  427. package/cjs/icons/dnb/document_contract.d.ts +0 -4
  428. package/cjs/icons/dnb/document_contract.js +0 -31
  429. package/cjs/icons/dnb/document_contract_medium.d.ts +0 -4
  430. package/cjs/icons/dnb/document_contract_medium.js +0 -31
  431. package/cjs/icons/dnb/document_csv.js +0 -37
  432. package/cjs/icons/dnb/document_csv_medium.d.ts +0 -4
  433. package/cjs/icons/dnb/document_csv_medium.js +0 -40
  434. package/cjs/icons/dnb/document_loupe.d.ts +0 -4
  435. package/cjs/icons/dnb/document_loupe.js +0 -28
  436. package/cjs/icons/dnb/document_loupe_medium.d.ts +0 -4
  437. package/cjs/icons/dnb/document_loupe_medium.js +0 -28
  438. package/cjs/icons/dnb/document_medium.d.ts +0 -4
  439. package/cjs/icons/dnb/document_pdf.js +0 -37
  440. package/cjs/icons/dnb/document_pdf_medium.d.ts +0 -4
  441. package/cjs/icons/dnb/document_pdf_medium.js +0 -40
  442. package/cjs/icons/dnb/document_rejected.d.ts +0 -4
  443. package/cjs/icons/dnb/document_rejected_medium.d.ts +0 -4
  444. package/cjs/icons/dnb/document_rejected_medium.js +0 -31
  445. package/cjs/icons/dnb/document_signing.d.ts +0 -4
  446. package/cjs/icons/dnb/document_signing.js +0 -28
  447. package/cjs/icons/dnb/document_signing_medium.d.ts +0 -4
  448. package/cjs/icons/dnb/document_signing_medium.js +0 -28
  449. package/cjs/icons/dnb/document_txt.d.ts +0 -4
  450. package/cjs/icons/dnb/document_txt.js +0 -37
  451. package/cjs/icons/dnb/document_txt_medium.d.ts +0 -4
  452. package/cjs/icons/dnb/document_txt_medium.js +0 -40
  453. package/cjs/icons/dnb/document_warning.d.ts +0 -4
  454. package/cjs/icons/dnb/document_warning.js +0 -34
  455. package/cjs/icons/dnb/document_warning_medium.d.ts +0 -4
  456. package/cjs/icons/dnb/document_warning_medium.js +0 -34
  457. package/cjs/icons/dnb/document_word.d.ts +0 -4
  458. package/cjs/icons/dnb/document_word.js +0 -37
  459. package/cjs/icons/dnb/document_word_medium.d.ts +0 -4
  460. package/cjs/icons/dnb/document_word_medium.js +0 -40
  461. package/cjs/icons/dnb/document_xls.d.ts +0 -4
  462. package/cjs/icons/dnb/document_xls.js +0 -37
  463. package/cjs/icons/dnb/document_xls_medium.d.ts +0 -4
  464. package/cjs/icons/dnb/document_xls_medium.js +0 -40
  465. package/cjs/icons/document_contract_medium.d.ts +0 -3
  466. package/cjs/icons/document_contract_medium.js +0 -13
  467. package/cjs/icons/document_csv_medium.d.ts +0 -3
  468. package/cjs/icons/document_csv_medium.js +0 -13
  469. package/cjs/icons/document_loupe.d.ts +0 -3
  470. package/cjs/icons/document_loupe.js +0 -13
  471. package/cjs/icons/document_loupe_medium.d.ts +0 -3
  472. package/cjs/icons/document_loupe_medium.js +0 -13
  473. package/cjs/icons/document_medium.d.ts +0 -3
  474. package/cjs/icons/document_medium.js +0 -13
  475. package/cjs/icons/document_pdf_medium.d.ts +0 -3
  476. package/cjs/icons/document_pdf_medium.js +0 -13
  477. package/cjs/icons/document_rejected.d.ts +0 -3
  478. package/cjs/icons/document_rejected.js +0 -13
  479. package/cjs/icons/document_rejected_medium.d.ts +0 -3
  480. package/cjs/icons/document_rejected_medium.js +0 -13
  481. package/cjs/icons/document_signing.d.ts +0 -3
  482. package/cjs/icons/document_signing.js +0 -13
  483. package/cjs/icons/document_signing_medium.d.ts +0 -3
  484. package/cjs/icons/document_signing_medium.js +0 -13
  485. package/cjs/icons/document_txt.d.ts +0 -3
  486. package/cjs/icons/document_txt.js +0 -13
  487. package/cjs/icons/document_txt_medium.d.ts +0 -3
  488. package/cjs/icons/document_txt_medium.js +0 -13
  489. package/cjs/icons/document_warning.d.ts +0 -3
  490. package/cjs/icons/document_warning.js +0 -13
  491. package/cjs/icons/document_warning_medium.d.ts +0 -3
  492. package/cjs/icons/document_warning_medium.js +0 -13
  493. package/cjs/icons/document_word.d.ts +0 -3
  494. package/cjs/icons/document_word.js +0 -13
  495. package/cjs/icons/document_word_medium.d.ts +0 -3
  496. package/cjs/icons/document_word_medium.js +0 -13
  497. package/cjs/icons/document_xls.d.ts +0 -3
  498. package/cjs/icons/document_xls.js +0 -13
  499. package/cjs/icons/document_xls_medium.d.ts +0 -3
  500. package/cjs/icons/document_xls_medium.js +0 -13
  501. package/es/icons/dnb/document.js +0 -21
  502. package/es/icons/dnb/document_add.d.ts +0 -4
  503. package/es/icons/dnb/document_add.js +0 -18
  504. package/es/icons/dnb/document_add_medium.d.ts +0 -4
  505. package/es/icons/dnb/document_add_medium.js +0 -18
  506. package/es/icons/dnb/document_contract.d.ts +0 -4
  507. package/es/icons/dnb/document_contract.js +0 -21
  508. package/es/icons/dnb/document_contract_medium.d.ts +0 -4
  509. package/es/icons/dnb/document_contract_medium.js +0 -21
  510. package/es/icons/dnb/document_csv.d.ts +0 -4
  511. package/es/icons/dnb/document_csv.js +0 -27
  512. package/es/icons/dnb/document_csv_medium.d.ts +0 -4
  513. package/es/icons/dnb/document_csv_medium.js +0 -30
  514. package/es/icons/dnb/document_loupe.d.ts +0 -4
  515. package/es/icons/dnb/document_loupe.js +0 -18
  516. package/es/icons/dnb/document_loupe_medium.d.ts +0 -4
  517. package/es/icons/dnb/document_loupe_medium.js +0 -18
  518. package/es/icons/dnb/document_medium.d.ts +0 -4
  519. package/es/icons/dnb/document_medium.js +0 -21
  520. package/es/icons/dnb/document_pdf.d.ts +0 -4
  521. package/es/icons/dnb/document_pdf.js +0 -27
  522. package/es/icons/dnb/document_pdf_medium.d.ts +0 -4
  523. package/es/icons/dnb/document_pdf_medium.js +0 -30
  524. package/es/icons/dnb/document_rejected.d.ts +0 -4
  525. package/es/icons/dnb/document_rejected.js +0 -21
  526. package/es/icons/dnb/document_rejected_medium.d.ts +0 -4
  527. package/es/icons/dnb/document_rejected_medium.js +0 -21
  528. package/es/icons/dnb/document_signing.d.ts +0 -4
  529. package/es/icons/dnb/document_signing.js +0 -18
  530. package/es/icons/dnb/document_signing_medium.d.ts +0 -4
  531. package/es/icons/dnb/document_signing_medium.js +0 -18
  532. package/es/icons/dnb/document_txt.d.ts +0 -4
  533. package/es/icons/dnb/document_txt.js +0 -27
  534. package/es/icons/dnb/document_txt_medium.d.ts +0 -4
  535. package/es/icons/dnb/document_txt_medium.js +0 -30
  536. package/es/icons/dnb/document_warning.d.ts +0 -4
  537. package/es/icons/dnb/document_warning.js +0 -24
  538. package/es/icons/dnb/document_warning_medium.d.ts +0 -4
  539. package/es/icons/dnb/document_warning_medium.js +0 -24
  540. package/es/icons/dnb/document_word.d.ts +0 -4
  541. package/es/icons/dnb/document_word.js +0 -27
  542. package/es/icons/dnb/document_word_medium.d.ts +0 -4
  543. package/es/icons/dnb/document_word_medium.js +0 -30
  544. package/es/icons/dnb/document_xls.d.ts +0 -4
  545. package/es/icons/dnb/document_xls.js +0 -27
  546. package/es/icons/dnb/document_xls_medium.d.ts +0 -4
  547. package/es/icons/dnb/document_xls_medium.js +0 -30
  548. package/es/icons/document.js +0 -2
  549. package/es/icons/document_add.d.ts +0 -3
  550. package/es/icons/document_add.js +0 -2
  551. package/es/icons/document_add_medium.d.ts +0 -3
  552. package/es/icons/document_add_medium.js +0 -2
  553. package/es/icons/document_contract.d.ts +0 -3
  554. package/es/icons/document_contract.js +0 -2
  555. package/es/icons/document_contract_medium.d.ts +0 -3
  556. package/es/icons/document_contract_medium.js +0 -2
  557. package/es/icons/document_csv.d.ts +0 -3
  558. package/es/icons/document_csv.js +0 -2
  559. package/es/icons/document_csv_medium.d.ts +0 -3
  560. package/es/icons/document_csv_medium.js +0 -2
  561. package/es/icons/document_loupe.d.ts +0 -3
  562. package/es/icons/document_loupe.js +0 -2
  563. package/es/icons/document_loupe_medium.d.ts +0 -3
  564. package/es/icons/document_loupe_medium.js +0 -2
  565. package/es/icons/document_medium.d.ts +0 -3
  566. package/es/icons/document_medium.js +0 -2
  567. package/es/icons/document_pdf.d.ts +0 -3
  568. package/es/icons/document_pdf.js +0 -2
  569. package/es/icons/document_pdf_medium.d.ts +0 -3
  570. package/es/icons/document_pdf_medium.js +0 -2
  571. package/es/icons/document_rejected.d.ts +0 -3
  572. package/es/icons/document_rejected.js +0 -2
  573. package/es/icons/document_rejected_medium.d.ts +0 -3
  574. package/es/icons/document_rejected_medium.js +0 -2
  575. package/es/icons/document_signing.d.ts +0 -3
  576. package/es/icons/document_signing.js +0 -2
  577. package/es/icons/document_signing_medium.d.ts +0 -3
  578. package/es/icons/document_signing_medium.js +0 -2
  579. package/es/icons/document_txt.d.ts +0 -3
  580. package/es/icons/document_txt.js +0 -2
  581. package/es/icons/document_txt_medium.d.ts +0 -3
  582. package/es/icons/document_txt_medium.js +0 -2
  583. package/es/icons/document_warning.d.ts +0 -3
  584. package/es/icons/document_warning.js +0 -2
  585. package/es/icons/document_warning_medium.d.ts +0 -3
  586. package/es/icons/document_warning_medium.js +0 -2
  587. package/es/icons/document_word.d.ts +0 -3
  588. package/es/icons/document_word.js +0 -2
  589. package/es/icons/document_word_medium.d.ts +0 -3
  590. package/es/icons/document_word_medium.js +0 -2
  591. package/es/icons/document_xls.d.ts +0 -3
  592. package/es/icons/document_xls.js +0 -2
  593. package/es/icons/document_xls_medium.d.ts +0 -3
  594. package/es/icons/document_xls_medium.js +0 -2
  595. package/icons/dnb/document.js +0 -21
  596. package/icons/dnb/document_add.d.ts +0 -4
  597. package/icons/dnb/document_add.js +0 -18
  598. package/icons/dnb/document_add_medium.d.ts +0 -4
  599. package/icons/dnb/document_add_medium.js +0 -18
  600. package/icons/dnb/document_contract.d.ts +0 -4
  601. package/icons/dnb/document_contract.js +0 -21
  602. package/icons/dnb/document_contract_medium.d.ts +0 -4
  603. package/icons/dnb/document_contract_medium.js +0 -21
  604. package/icons/dnb/document_csv.d.ts +0 -4
  605. package/icons/dnb/document_csv.js +0 -27
  606. package/icons/dnb/document_csv_medium.d.ts +0 -4
  607. package/icons/dnb/document_csv_medium.js +0 -30
  608. package/icons/dnb/document_loupe.d.ts +0 -4
  609. package/icons/dnb/document_loupe.js +0 -18
  610. package/icons/dnb/document_loupe_medium.d.ts +0 -4
  611. package/icons/dnb/document_loupe_medium.js +0 -18
  612. package/icons/dnb/document_medium.d.ts +0 -4
  613. package/icons/dnb/document_medium.js +0 -21
  614. package/icons/dnb/document_pdf.d.ts +0 -4
  615. package/icons/dnb/document_pdf.js +0 -27
  616. package/icons/dnb/document_pdf_medium.d.ts +0 -4
  617. package/icons/dnb/document_pdf_medium.js +0 -30
  618. package/icons/dnb/document_rejected.d.ts +0 -4
  619. package/icons/dnb/document_rejected.js +0 -21
  620. package/icons/dnb/document_rejected_medium.d.ts +0 -4
  621. package/icons/dnb/document_rejected_medium.js +0 -21
  622. package/icons/dnb/document_signing.d.ts +0 -4
  623. package/icons/dnb/document_signing.js +0 -18
  624. package/icons/dnb/document_signing_medium.d.ts +0 -4
  625. package/icons/dnb/document_signing_medium.js +0 -18
  626. package/icons/dnb/document_txt.d.ts +0 -4
  627. package/icons/dnb/document_txt.js +0 -27
  628. package/icons/dnb/document_txt_medium.d.ts +0 -4
  629. package/icons/dnb/document_txt_medium.js +0 -30
  630. package/icons/dnb/document_warning.d.ts +0 -4
  631. package/icons/dnb/document_warning.js +0 -24
  632. package/icons/dnb/document_warning_medium.d.ts +0 -4
  633. package/icons/dnb/document_warning_medium.js +0 -24
  634. package/icons/dnb/document_word.d.ts +0 -4
  635. package/icons/dnb/document_word.js +0 -27
  636. package/icons/dnb/document_word_medium.d.ts +0 -4
  637. package/icons/dnb/document_word_medium.js +0 -30
  638. package/icons/dnb/document_xls.d.ts +0 -4
  639. package/icons/dnb/document_xls.js +0 -27
  640. package/icons/dnb/document_xls_medium.d.ts +0 -4
  641. package/icons/dnb/document_xls_medium.js +0 -30
  642. package/icons/document.js +0 -2
  643. package/icons/document_add.d.ts +0 -3
  644. package/icons/document_add.js +0 -2
  645. package/icons/document_add_medium.d.ts +0 -3
  646. package/icons/document_add_medium.js +0 -2
  647. package/icons/document_contract.d.ts +0 -3
  648. package/icons/document_contract.js +0 -2
  649. package/icons/document_contract_medium.d.ts +0 -3
  650. package/icons/document_contract_medium.js +0 -2
  651. package/icons/document_csv.d.ts +0 -3
  652. package/icons/document_csv.js +0 -2
  653. package/icons/document_csv_medium.d.ts +0 -3
  654. package/icons/document_csv_medium.js +0 -2
  655. package/icons/document_loupe.d.ts +0 -3
  656. package/icons/document_loupe.js +0 -2
  657. package/icons/document_loupe_medium.d.ts +0 -3
  658. package/icons/document_loupe_medium.js +0 -2
  659. package/icons/document_medium.d.ts +0 -3
  660. package/icons/document_medium.js +0 -2
  661. package/icons/document_pdf.d.ts +0 -3
  662. package/icons/document_pdf.js +0 -2
  663. package/icons/document_pdf_medium.d.ts +0 -3
  664. package/icons/document_pdf_medium.js +0 -2
  665. package/icons/document_rejected.d.ts +0 -3
  666. package/icons/document_rejected.js +0 -2
  667. package/icons/document_rejected_medium.d.ts +0 -3
  668. package/icons/document_rejected_medium.js +0 -2
  669. package/icons/document_signing.d.ts +0 -3
  670. package/icons/document_signing.js +0 -2
  671. package/icons/document_signing_medium.d.ts +0 -3
  672. package/icons/document_signing_medium.js +0 -2
  673. package/icons/document_txt.d.ts +0 -3
  674. package/icons/document_txt.js +0 -2
  675. package/icons/document_txt_medium.d.ts +0 -3
  676. package/icons/document_txt_medium.js +0 -2
  677. package/icons/document_warning.d.ts +0 -3
  678. package/icons/document_warning.js +0 -2
  679. package/icons/document_warning_medium.d.ts +0 -3
  680. package/icons/document_warning_medium.js +0 -2
  681. package/icons/document_word.d.ts +0 -3
  682. package/icons/document_word.js +0 -2
  683. package/icons/document_word_medium.d.ts +0 -3
  684. package/icons/document_word_medium.js +0 -2
  685. package/icons/document_xls.d.ts +0 -3
  686. package/icons/document_xls.js +0 -2
  687. package/icons/document_xls_medium.d.ts +0 -3
  688. package/icons/document_xls_medium.js +0 -2
@@ -977,10 +977,6 @@ html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background
977
977
  * Mainly only the margins are defined in here
978
978
  *
979
979
  */
980
- .dnb-p {
981
- color: var(--theme-color-black-80, currentColor);
982
- }
983
-
984
980
  h1,
985
981
  h2,
986
982
  h3,
@@ -1007,4 +1003,8 @@ h6 {
1007
1003
  .dnb-core-style .dnb-h--small,
1008
1004
  .dnb-core-style .dnb-h--x-small {
1009
1005
  color: var(--theme-color-black-80, currentColor);
1006
+ }
1007
+
1008
+ .dnb-p {
1009
+ color: var(--theme-color-black-80, currentColor);
1010
1010
  }
@@ -22,9 +22,38 @@
22
22
  * Image
23
23
  *
24
24
  */
25
+ h1,
26
+ h2,
27
+ h3,
28
+ h4,
29
+ h5,
30
+ h6 {
31
+ color: var(--theme-color-black-80, currentColor);
32
+ }
33
+
34
+ .dnb-lead,
35
+ .dnb-h--xx-large,
36
+ .dnb-h--x-large,
37
+ .dnb-h--large,
38
+ .dnb-h--medium,
39
+ .dnb-h--basis,
40
+ .dnb-h--small,
41
+ .dnb-h--x-small,
42
+ .dnb-core-style .dnb-lead,
43
+ .dnb-core-style .dnb-h--xx-large,
44
+ .dnb-core-style .dnb-h--x-large,
45
+ .dnb-core-style .dnb-h--large,
46
+ .dnb-core-style .dnb-h--medium,
47
+ .dnb-core-style .dnb-h--basis,
48
+ .dnb-core-style .dnb-h--small,
49
+ .dnb-core-style .dnb-h--x-small {
50
+ color: var(--theme-color-black-80, currentColor);
51
+ }
52
+
25
53
  /**
26
54
  * HTML Element Tags
27
- *
55
+ * NB: There is a visual test with a page called "elements-without-classes".
56
+ * It should cover all cases.
28
57
  */
29
58
  .dnb-core-style a {
30
59
  display: inline;
@@ -126,6 +155,44 @@ html[data-whatinput=keyboard] .dnb-core-style a:focus {
126
155
  justify-content: center;
127
156
  border-radius: inherit;
128
157
  }
158
+ .dnb-core-style figure {
159
+ display: inline-flex;
160
+ flex-direction: column;
161
+ padding: 0;
162
+ text-align: center;
163
+ align-items: center;
164
+ }
165
+ .dnb-core-style figure:not([class*=dnb-space]) {
166
+ margin: 0;
167
+ }
168
+ .dnb-core-style figure img,
169
+ .dnb-core-style figure figcaption {
170
+ font-size: var(--font-size-basis);
171
+ }
172
+ .dnb-core-style figure img {
173
+ position: relative;
174
+ z-index: 2;
175
+ box-sizing: content-box;
176
+ max-width: 100%;
177
+ border-style: none;
178
+ border-radius: inherit;
179
+ }
180
+ .dnb-core-style figure img[alt]::after {
181
+ content: attr(alt);
182
+ position: absolute;
183
+ z-index: 3;
184
+ top: 0;
185
+ left: 0;
186
+ width: 100%;
187
+ height: 100%;
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: center;
191
+ border-radius: inherit;
192
+ }
193
+ .dnb-core-style figure figcaption {
194
+ margin-top: 0.5rem;
195
+ }
129
196
  .dnb-core-style blockquote {
130
197
  display: inline-block;
131
198
  width: auto;
@@ -701,4 +768,34 @@ del .dnb-core-style code {
701
768
  }
702
769
  .dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__bottom]) {
703
770
  margin-bottom: 1.5rem;
771
+ }
772
+ .dnb-core-style a {
773
+ --theme-color-black-80: var(--color-sea-green);
774
+ color: var(--color-sea-green);
775
+ }
776
+ .dnb-core-style a:hover, .dnb-core-style a:active {
777
+ color: var(--color-sea-green);
778
+ box-shadow: inset 100vw 100vw 0 0 var(--color-mint-green-50), -0.125em 0 0 0 var(--color-mint-green-50), 0.125em 0 0 0 var(--color-mint-green-50);
779
+ }
780
+ .dnb-core-style a:active {
781
+ color: var(--color-mint-green);
782
+ box-shadow: inset 100vw 100vw 0 0 var(--color-emerald-green), -0.125em 0 0 0 var(--color-emerald-green), 0.125em 0 0 0 var(--color-emerald-green);
783
+ }
784
+ .dnb-core-style a:focus:not(:active) {
785
+ color: var(--color-sea-green);
786
+ }
787
+ .dnb-core-style h1,
788
+ .dnb-core-style h2,
789
+ .dnb-core-style h3,
790
+ .dnb-core-style h4,
791
+ .dnb-core-style h5,
792
+ .dnb-core-style h6 {
793
+ color: var(--theme-color-black-80, currentColor);
794
+ }
795
+ .dnb-core-style p {
796
+ color: var(--theme-color-black-80, currentColor);
797
+ }
798
+ .dnb-core-style img[alt]::after {
799
+ color: var(--color-black-80);
800
+ background-color: var(--color-black-8);
704
801
  }
@@ -1 +1 @@
1
- @charset "UTF-8";.dnb-core-style a{border-radius:0;display:inline;font-size:var(--font-size-basis);padding:.05575em 0;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:var(--anchor-underline-thickness);text-underline-offset:.25em;transition:box-shadow .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-core-style a,sup .dnb-core-style a{padding:0 .025em}.dnb-h--basis .dnb-core-style a,.dnb-h--large .dnb-core-style a,.dnb-h--medium .dnb-core-style a,.dnb-h--small .dnb-core-style a,.dnb-h--x-large .dnb-core-style a,.dnb-h--x-small .dnb-core-style a,.dnb-h--xx-large .dnb-core-style a,.dnb-lead .dnb-core-style a,.dnb-p .dnb-core-style a{font-size:inherit}.dnb-core-style a:focus{border-radius:.25em;outline:none}.dnb-core-style a:focus:not(:active){background-color:transparent;transition:none}.dnb-core-style a:focus:not(:active),.dnb-section .dnb-core-style a:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-core-style a:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-core-style a:active,.dnb-core-style a:hover{border-radius:.25em}.dnb-core-style a:active,.dnb-core-style a:hover,.dnb-section .dnb-core-style a:active.dnb-anchor,.dnb-section .dnb-core-style a:hover.dnb-anchor{text-decoration:none}.dnb-core-style a:active{border-radius:.25em}.dnb-core-style a:active,.dnb-section .dnb-core-style a:active.dnb-anchor{text-decoration:none}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-core-style a{transition:none}.dnb-core-style a .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-core-style img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-core-style img[alt]:after{align-items:center;border-radius:inherit;content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-core-style blockquote{border-radius:1rem;display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-core-style blockquote:not([class*=dnb-space]){margin:0}.dnb-core-style blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-core-style blockquote,.dnb-core-style blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-core-style blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-core-style blockquote.dnb-blockquote--no-background{background-color:transparent}.dnb-core-style blockquote .dnb-cite,.dnb-core-style blockquote .dnb-figcaption,.dnb-core-style blockquote cite,.dnb-core-style blockquote figcaption,.dnb-core-style blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-core-style blockquote .dnb-cite:before,.dnb-core-style blockquote .dnb-figcaption:before,.dnb-core-style blockquote cite:before,.dnb-core-style blockquote figcaption:before,.dnb-core-style blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-core-style blockquote .dnb-h--large,.dnb-spacing .dnb-core-style blockquote .dnb-h--medium,.dnb-spacing .dnb-core-style blockquote .dnb-h--xx-large,.dnb-spacing .dnb-core-style blockquote .dnb-lead,.dnb-spacing .dnb-core-style blockquote h1,.dnb-spacing .dnb-core-style blockquote h2,.dnb-spacing .dnb-core-style blockquote h3{margin:0}.dnb-core-style blockquote .dnb-anchor{font-size:inherit}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing blockquote p:last-child{margin-bottom:0}.dnb-core-style hr{border:0;display:flex;height:0;padding:0;position:relative}.dnb-core-style hr:not([class*=dnb-space]){margin:0}.dnb-core-style hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style p{font-size:var(--font-size-basis);padding:0}.dnb-core-style p:not([class*=space__top]){margin-top:0}.dnb-core-style p:not([class*=space__bottom]){margin-bottom:0}.dnb-core-style p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:var(--line-height-lead)}.dnb-core-style p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p--medium,.dnb-core-style p b,.dnb-core-style p strong{font-weight:var(--font-weight-medium)}.dnb-core-style p--bold{font-weight:var(--font-weight-bold)}.dnb-core-style p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-core-style p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-core-style p--small,.dnb-core-style p>small,.dnb-core-style p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style p--x-small,.dnb-core-style p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style p>cite{font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis)}.dnb-core-style b,.dnb-core-style strong{font-weight:var(--font-weight-bold)}.dnb-core-style small{font-size:var(--font-size-small)}.dnb-core-style h1,.dnb-core-style h2,.dnb-core-style h3,.dnb-core-style h4,.dnb-core-style h5,.dnb-core-style h6{font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style h1:not([class*=dnb-space]),.dnb-core-style h2:not([class*=dnb-space]),.dnb-core-style h3:not([class*=dnb-space]),.dnb-core-style h4:not([class*=dnb-space]),.dnb-core-style h5:not([class*=dnb-space]),.dnb-core-style h6:not([class*=dnb-space]){margin:0}.dnb-core-style h1 .dnb-icon--default,.dnb-core-style h2 .dnb-icon--default,.dnb-core-style h3 .dnb-icon--default,.dnb-core-style h4 .dnb-icon--default,.dnb-core-style h5 .dnb-icon--default,.dnb-core-style h6 .dnb-icon--default{font-size:1em}.dnb-core-style h1 .dnb-icon--medium,.dnb-core-style h2 .dnb-icon--medium,.dnb-core-style h3 .dnb-icon--medium,.dnb-core-style h4 .dnb-icon--medium,.dnb-core-style h5 .dnb-icon--medium,.dnb-core-style h6 .dnb-icon--medium{font-size:1.5em}.dnb-core-style h1 .dnb-anchor,.dnb-core-style h1 a,.dnb-core-style h2 .dnb-anchor,.dnb-core-style h2 a,.dnb-core-style h3 .dnb-anchor,.dnb-core-style h3 a,.dnb-core-style h4 .dnb-anchor,.dnb-core-style h4 a,.dnb-core-style h5 .dnb-anchor,.dnb-core-style h5 a,.dnb-core-style h6 .dnb-anchor,.dnb-core-style h6 a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style h1{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style h1>small{display:block;font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-core-style h2{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-core-style h2>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-core-style h3{font-size:var(--font-size-medium);line-height:var(--line-height-lead)}.dnb-core-style h3>small,.dnb-core-style h4{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style h4>small,.dnb-core-style h5{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style h5>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-core-style h6{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style h2>small,.dnb-core-style h3>small,.dnb-core-style h4>small,.dnb-core-style h5>small,.dnb-core-style h6>small{line-height:var(--line-height-xx-small--em)}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__top]),.dnb-core-style .dnb-spacing h1:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h1:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__top]),.dnb-core-style .dnb-spacing h2:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h2:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__top]),.dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-spacing h6:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h6:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style ul{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ul:not([class*=dnb-space]){margin:0}.dnb-core-style ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ul ol,.dnb-core-style ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ul--outside li,.dnb-core-style ul li{position:relative}.dnb-core-style ul--outside li:before,.dnb-core-style ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ul .dnb-anchor{font-size:inherit}.dnb-core-style ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ul>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ul li>ol,.dnb-core-style .dnb-spacing ul li>ul{margin-top:-.5rem}.dnb-core-style ol{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ol:not([class*=dnb-space]){margin:0}.dnb-core-style ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style ol ol,.dnb-core-style ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ol--outside li,.dnb-core-style ol li{position:relative}.dnb-core-style ol--outside li:before,.dnb-core-style ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ol .dnb-anchor{font-size:inherit}.dnb-core-style ol li{list-style-type:decimal}.dnb-core-style ol--nested,.dnb-core-style ol--nested ol{counter-reset:item}.dnb-core-style ol--nested li{display:block}.dnb-core-style ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-core-style ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-core-style ol[type] li{display:list-item;list-style-type:inherit}.dnb-core-style ol[type] li:before,.dnb-core-style ol[type] li li:before{content:none}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ol>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ol>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ol li>ol,.dnb-core-style .dnb-spacing ol li>ul{margin-top:-.5rem}.dnb-core-style dl{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-core-style dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-core-style dl dd~dt{margin-top:1.5rem}.dnb-core-style dl dd{margin:.5rem 0 1rem;padding:0}.dnb-core-style dl:not([class*=dnb-space])>dd>dl,.dnb-core-style dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-core-style dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-core-style dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-core-style dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-core-style dl__direction--horizontal dd,.dnb-core-style dl__direction--horizontal dd~dt,.dnb-core-style dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-core-style dl__direction--horizontal dd:first-of-type,.dnb-core-style dl__direction--horizontal dd~dt:first-of-type,.dnb-core-style dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-core-style dl dd.dnb-core-style dl__item{flex-basis:100%;height:0;margin:0}}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style label{cursor:pointer;overflow-wrap:break-word}.dnb-core-style label[disabled]{cursor:not-allowed}.dnb-core-style code{border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-core-style code{text-decoration:line-through}.dnb-core-style code:not([class*=dnb-space]){margin:-.25em 0}.dnb-core-style pre{word-wrap:normal;border-radius:.5rem;display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-core-style pre:not([class*=dnb-space]){margin:0}.dnb-core-style pre pre{padding:1rem}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}
1
+ @charset "UTF-8";.dnb-core-style .dnb-h--basis,.dnb-core-style .dnb-h--large,.dnb-core-style .dnb-h--medium,.dnb-core-style .dnb-h--small,.dnb-core-style .dnb-h--x-large,.dnb-core-style .dnb-h--x-small,.dnb-core-style .dnb-h--xx-large,.dnb-core-style .dnb-lead,.dnb-h--basis,.dnb-h--large,.dnb-h--medium,.dnb-h--small,.dnb-h--x-large,.dnb-h--x-small,.dnb-h--xx-large,.dnb-lead,h1,h2,h3,h4,h5,h6{color:var(--theme-color-black-80,currentColor)}.dnb-core-style a{border-radius:0;display:inline;font-size:var(--font-size-basis);padding:.05575em 0;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:var(--anchor-underline-thickness);text-underline-offset:.25em;transition:box-shadow .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-core-style a,sup .dnb-core-style a{padding:0 .025em}.dnb-h--basis .dnb-core-style a,.dnb-h--large .dnb-core-style a,.dnb-h--medium .dnb-core-style a,.dnb-h--small .dnb-core-style a,.dnb-h--x-large .dnb-core-style a,.dnb-h--x-small .dnb-core-style a,.dnb-h--xx-large .dnb-core-style a,.dnb-lead .dnb-core-style a,.dnb-p .dnb-core-style a{font-size:inherit}.dnb-core-style a:focus{border-radius:.25em;outline:none}.dnb-core-style a:focus:not(:active){background-color:transparent;transition:none}.dnb-core-style a:focus:not(:active),.dnb-section .dnb-core-style a:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-core-style a:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-core-style a:active,.dnb-core-style a:hover{border-radius:.25em}.dnb-core-style a:active,.dnb-core-style a:hover,.dnb-section .dnb-core-style a:active.dnb-anchor,.dnb-section .dnb-core-style a:hover.dnb-anchor{text-decoration:none}.dnb-core-style a:active{border-radius:.25em}.dnb-core-style a:active,.dnb-section .dnb-core-style a:active.dnb-anchor{text-decoration:none}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-core-style a{transition:none}.dnb-core-style a .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-core-style img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-core-style img[alt]:after{align-items:center;border-radius:inherit;content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-core-style figure{align-items:center;display:inline-flex;flex-direction:column;padding:0;text-align:center}.dnb-core-style figure:not([class*=dnb-space]){margin:0}.dnb-core-style figure figcaption,.dnb-core-style figure img{font-size:var(--font-size-basis)}.dnb-core-style figure img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-core-style figure img[alt]:after{align-items:center;border-radius:inherit;content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-core-style figure figcaption{margin-top:.5rem}.dnb-core-style blockquote{border-radius:1rem;display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-core-style blockquote:not([class*=dnb-space]){margin:0}.dnb-core-style blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-core-style blockquote,.dnb-core-style blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-core-style blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-core-style blockquote.dnb-blockquote--no-background{background-color:transparent}.dnb-core-style blockquote .dnb-cite,.dnb-core-style blockquote .dnb-figcaption,.dnb-core-style blockquote cite,.dnb-core-style blockquote figcaption,.dnb-core-style blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-core-style blockquote .dnb-cite:before,.dnb-core-style blockquote .dnb-figcaption:before,.dnb-core-style blockquote cite:before,.dnb-core-style blockquote figcaption:before,.dnb-core-style blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-core-style blockquote .dnb-h--large,.dnb-spacing .dnb-core-style blockquote .dnb-h--medium,.dnb-spacing .dnb-core-style blockquote .dnb-h--xx-large,.dnb-spacing .dnb-core-style blockquote .dnb-lead,.dnb-spacing .dnb-core-style blockquote h1,.dnb-spacing .dnb-core-style blockquote h2,.dnb-spacing .dnb-core-style blockquote h3{margin:0}.dnb-core-style blockquote .dnb-anchor{font-size:inherit}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing blockquote p:last-child{margin-bottom:0}.dnb-core-style hr{border:0;display:flex;height:0;padding:0;position:relative}.dnb-core-style hr:not([class*=dnb-space]){margin:0}.dnb-core-style hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style p{font-size:var(--font-size-basis);padding:0}.dnb-core-style p:not([class*=space__top]){margin-top:0}.dnb-core-style p:not([class*=space__bottom]){margin-bottom:0}.dnb-core-style p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:var(--line-height-lead)}.dnb-core-style p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p--medium,.dnb-core-style p b,.dnb-core-style p strong{font-weight:var(--font-weight-medium)}.dnb-core-style p--bold{font-weight:var(--font-weight-bold)}.dnb-core-style p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-core-style p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-core-style p--small,.dnb-core-style p>small,.dnb-core-style p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style p--x-small,.dnb-core-style p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style p>cite{font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis)}.dnb-core-style b,.dnb-core-style strong{font-weight:var(--font-weight-bold)}.dnb-core-style small{font-size:var(--font-size-small)}.dnb-core-style h1,.dnb-core-style h2,.dnb-core-style h3,.dnb-core-style h4,.dnb-core-style h5,.dnb-core-style h6{font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style h1:not([class*=dnb-space]),.dnb-core-style h2:not([class*=dnb-space]),.dnb-core-style h3:not([class*=dnb-space]),.dnb-core-style h4:not([class*=dnb-space]),.dnb-core-style h5:not([class*=dnb-space]),.dnb-core-style h6:not([class*=dnb-space]){margin:0}.dnb-core-style h1 .dnb-icon--default,.dnb-core-style h2 .dnb-icon--default,.dnb-core-style h3 .dnb-icon--default,.dnb-core-style h4 .dnb-icon--default,.dnb-core-style h5 .dnb-icon--default,.dnb-core-style h6 .dnb-icon--default{font-size:1em}.dnb-core-style h1 .dnb-icon--medium,.dnb-core-style h2 .dnb-icon--medium,.dnb-core-style h3 .dnb-icon--medium,.dnb-core-style h4 .dnb-icon--medium,.dnb-core-style h5 .dnb-icon--medium,.dnb-core-style h6 .dnb-icon--medium{font-size:1.5em}.dnb-core-style h1 .dnb-anchor,.dnb-core-style h1 a,.dnb-core-style h2 .dnb-anchor,.dnb-core-style h2 a,.dnb-core-style h3 .dnb-anchor,.dnb-core-style h3 a,.dnb-core-style h4 .dnb-anchor,.dnb-core-style h4 a,.dnb-core-style h5 .dnb-anchor,.dnb-core-style h5 a,.dnb-core-style h6 .dnb-anchor,.dnb-core-style h6 a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style h1{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style h1>small{display:block;font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-core-style h2{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-core-style h2>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-core-style h3{font-size:var(--font-size-medium);line-height:var(--line-height-lead)}.dnb-core-style h3>small,.dnb-core-style h4{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style h4>small,.dnb-core-style h5{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style h5>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-core-style h6{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style h2>small,.dnb-core-style h3>small,.dnb-core-style h4>small,.dnb-core-style h5>small,.dnb-core-style h6>small{line-height:var(--line-height-xx-small--em)}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__top]),.dnb-core-style .dnb-spacing h1:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h1:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__top]),.dnb-core-style .dnb-spacing h2:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h2:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__top]),.dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-spacing h6:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h6:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style ul{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ul:not([class*=dnb-space]){margin:0}.dnb-core-style ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ul ol,.dnb-core-style ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ul--outside li,.dnb-core-style ul li{position:relative}.dnb-core-style ul--outside li:before,.dnb-core-style ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ul .dnb-anchor{font-size:inherit}.dnb-core-style ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ul>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ul li>ol,.dnb-core-style .dnb-spacing ul li>ul{margin-top:-.5rem}.dnb-core-style ol{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ol:not([class*=dnb-space]){margin:0}.dnb-core-style ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style ol ol,.dnb-core-style ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ol--outside li,.dnb-core-style ol li{position:relative}.dnb-core-style ol--outside li:before,.dnb-core-style ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ol .dnb-anchor{font-size:inherit}.dnb-core-style ol li{list-style-type:decimal}.dnb-core-style ol--nested,.dnb-core-style ol--nested ol{counter-reset:item}.dnb-core-style ol--nested li{display:block}.dnb-core-style ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-core-style ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-core-style ol[type] li{display:list-item;list-style-type:inherit}.dnb-core-style ol[type] li:before,.dnb-core-style ol[type] li li:before{content:none}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ol>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ol>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ol li>ol,.dnb-core-style .dnb-spacing ol li>ul{margin-top:-.5rem}.dnb-core-style dl{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-core-style dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-core-style dl dd~dt{margin-top:1.5rem}.dnb-core-style dl dd{margin:.5rem 0 1rem;padding:0}.dnb-core-style dl:not([class*=dnb-space])>dd>dl,.dnb-core-style dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-core-style dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-core-style dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-core-style dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-core-style dl__direction--horizontal dd,.dnb-core-style dl__direction--horizontal dd~dt,.dnb-core-style dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-core-style dl__direction--horizontal dd:first-of-type,.dnb-core-style dl__direction--horizontal dd~dt:first-of-type,.dnb-core-style dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-core-style dl dd.dnb-core-style dl__item{flex-basis:100%;height:0;margin:0}}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style label{cursor:pointer;overflow-wrap:break-word}.dnb-core-style label[disabled]{cursor:not-allowed}.dnb-core-style code{border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-core-style code{text-decoration:line-through}.dnb-core-style code:not([class*=dnb-space]){margin:-.25em 0}.dnb-core-style pre{word-wrap:normal;border-radius:.5rem;display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-core-style pre:not([class*=dnb-space]){margin:0}.dnb-core-style pre pre{padding:1rem}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style a{--theme-color-black-80:var(--color-sea-green);color:var(--color-sea-green)}.dnb-core-style a:active,.dnb-core-style a:hover{box-shadow:inset 100vw 100vw 0 0 var(--color-mint-green-50),-.125em 0 0 0 var(--color-mint-green-50),.125em 0 0 0 var(--color-mint-green-50);color:var(--color-sea-green)}.dnb-core-style a:active{box-shadow:inset 100vw 100vw 0 0 var(--color-emerald-green),-.125em 0 0 0 var(--color-emerald-green),.125em 0 0 0 var(--color-emerald-green);color:var(--color-mint-green)}.dnb-core-style a:focus:not(:active){color:var(--color-sea-green)}.dnb-core-style h1,.dnb-core-style h2,.dnb-core-style h3,.dnb-core-style h4,.dnb-core-style h5,.dnb-core-style h6,.dnb-core-style p{color:var(--theme-color-black-80,currentColor)}.dnb-core-style img[alt]:after{background-color:var(--color-black-8);color:var(--color-black-80)}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * HTML Element Tags
3
- *
3
+ * NB: There is a visual test with a page called "elements-without-classes".
4
+ * It should cover all cases.
4
5
  */
5
6
 
6
7
  @use '../../../components/anchor/style/anchor-mixins.scss';
@@ -12,6 +13,14 @@
12
13
  @use '../../../elements/img/style/img-mixins.scss';
13
14
  @use '../../../elements/hr/style/hr-mixins.scss';
14
15
 
16
+ // Import themes
17
+ @use '../../../components/anchor/style/themes/dnb-anchor-theme-ui.scss'
18
+ with ($useClasses: false);
19
+ @use '../../../elements/typography/style/themes/dnb-typography-theme-ui.scss'
20
+ with ($useClasses: false);
21
+ @use '../../../elements/img/style/themes/dnb-img-theme-ui.scss' with
22
+ ($useClasses: false);
23
+
15
24
  .dnb-core-style {
16
25
  // div
17
26
  @include anchor-mixins.anchorTag();
@@ -33,4 +42,9 @@
33
42
  // additional
34
43
  @include code-mixins.codeTag();
35
44
  @include code-mixins.preTag();
45
+
46
+ // handle themes
47
+ @include dnb-anchor-theme-ui.anchorThemeTag();
48
+ @include dnb-typography-theme-ui.typographyThemeTag();
49
+ @include dnb-img-theme-ui.imgThemeTag();
36
50
  }
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).dnbBasis={})}(this,(function(e){"use strict";var t="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};"function"==typeof t.setTimeout&&setTimeout,"function"==typeof t.clearTimeout&&clearTimeout;function n(e,t){this.fun=e,this.array=t}n.prototype.run=function(){this.fun.apply(null,this.array)};var o=t.performance||{};o.now||o.mozNow||o.msNow||o.oNow||o.webkitNow;new Date;var i={};!function(e,t){function n(e){if(e&&"object"==typeof e){var t=e.which||e.keyCode||e.charCode;t&&(e=t)}if("number"==typeof e)return a[e];var n,r=String(e);return(n=o[r.toLowerCase()])?n:(n=i[r.toLowerCase()])||(1===r.length?r.charCodeAt(0):void 0)}n.isEventKey=function(e,t){if(e&&"object"==typeof e){var n=e.which||e.keyCode||e.charCode;if(null==n)return!1;if("string"==typeof t){var r;if(r=o[t.toLowerCase()])return r===n;if(r=i[t.toLowerCase()])return r===n}else if("number"==typeof t)return t===n;return!1}};var o=(t=e.exports=n).code=t.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},i=t.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};for(r=97;r<123;r++)o[String.fromCharCode(r)]=r-32;for(var r=48;r<58;r++)o[r-48]=r;for(r=1;r<13;r++)o["f"+r]=r+111;for(r=0;r<10;r++)o["numpad "+r]=r+96;var a=t.names=t.title={};for(r in o)a[o[r]]=r;for(var d in i)o[d]=i[d]}({get exports(){return i},set exports(e){i=e}},i);var r={};!function(e,t){var n;n=function(){return function(e){var t={};function n(o){if(t[o])return t[o].exports;var i=t[o]={exports:{},id:o,loaded:!1};return e[o].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t){e.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 e=document.documentElement,t=null,n="initial",o=n,i=Date.now(),r="false",a=["button","input","select","textarea"],d=[],u=[16,17,18,91,93],s=[],c={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},f=!1,p={x:null,y:null},l={2:"touch",3:"touch",4:"mouse"},w=!1;try{var m=Object.defineProperty({},"passive",{get:function(){w=!0}});window.addEventListener("test",null,m)}catch(e){}var v=function(){var e=!!w&&{passive:!0};document.addEventListener("DOMContentLoaded",g),window.PointerEvent?(window.addEventListener("pointerdown",h),window.addEventListener("pointermove",E)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",h),window.addEventListener("MSPointerMove",E)):(window.addEventListener("mousedown",h),window.addEventListener("mousemove",E),"ontouchstart"in window&&(window.addEventListener("touchstart",h,e),window.addEventListener("touchend",h))),window.addEventListener(k(),E,e),window.addEventListener("keydown",h),window.addEventListener("keyup",h),window.addEventListener("focusin",b),window.addEventListener("focusout",x)},g=function(){if(r=!(e.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")&&(o=window.sessionStorage.getItem("what-intent"))}catch(e){}y("input"),y("intent")},h=function(e){var t=e.which,i=c[e.type];"pointer"===i&&(i=S(e));var r=!s.length&&-1===u.indexOf(t),d=s.length&&-1!==s.indexOf(t),f="keyboard"===i&&t&&(r||d)||"mouse"===i||"touch"===i;if(C(i)&&(f=!1),f&&n!==i&&(L("input",n=i),y("input")),f&&o!==i){var p=document.activeElement;p&&p.nodeName&&(-1===a.indexOf(p.nodeName.toLowerCase())||"button"===p.nodeName.toLowerCase()&&!O(p,"form"))&&(L("intent",o=i),y("intent"))}},y=function(t){e.setAttribute("data-what"+t,"input"===t?n:o),A(t)},E=function(e){var t=c[e.type];"pointer"===t&&(t=S(e)),M(e),(!f&&!C(t)||f&&"wheel"===e.type||"mousewheel"===e.type||"DOMMouseScroll"===e.type)&&o!==t&&(L("intent",o=t),y("intent"))},b=function(n){n.target.nodeName?(t=n.target.nodeName.toLowerCase(),e.setAttribute("data-whatelement",t),n.target.classList&&n.target.classList.length&&e.setAttribute("data-whatclasses",n.target.classList.toString().replace(" ",","))):x()},x=function(){t=null,e.removeAttribute("data-whatelement"),e.removeAttribute("data-whatclasses")},L=function(e,t){if(r)try{window.sessionStorage.setItem("what-"+e,t)}catch(e){}},S=function(e){return"number"==typeof e.pointerType?l[e.pointerType]:"pen"===e.pointerType?"touch":e.pointerType},C=function(e){var t=Date.now(),o="mouse"===e&&"touch"===n&&t-i<200;return i=t,o},k=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},A=function(e){for(var t=0,i=d.length;t<i;t++)d[t].type===e&&d[t].fn.call(void 0,"input"===e?n:o)},M=function(e){p.x!==e.screenX||p.y!==e.screenY?(f=!1,p.x=e.screenX,p.y=e.screenY):f=!0},O=function(e,t){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return e.closest(t);do{if(e.matches(t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(c[k()]="mouse",v()),{ask:function(e){return"intent"===e?o:n},element:function(){return t},ignoreKeys:function(e){u=e},specificKeys:function(e){s=e},registerOnChange:function(e,t){d.push({fn:e,type:t||"input"})},unRegisterOnChange:function(e){var t=function(e){for(var t=0,n=d.length;t<n;t++)if(d[t].fn===e)return t}(e);(t||0===t)&&d.splice(t,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},e.exports=n()}({get exports(){return r},set exports(e){r=e}});var a=r;const d="Mac|iPad|iPhone|iPod",u="Linux";let s=!1;var c,f,p,l,w,m,v,g;"undefined"!=typeof navigator&&/edge/i.test(null===(c=navigator)||void 0===c?void 0:c.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(f=navigator)||void 0===f?void 0:f.platform),s="undefined"!=typeof navigator&&/safari/i.test(null===(p=navigator)||void 0===p?void 0:p.userAgent)&&!/chrome/i.test(null===(l=navigator)||void 0===l?void 0:l.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(w=navigator)||void 0===w?void 0:w.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(m=navigator)||void 0===m?void 0:m.userAgent),"undefined"!=typeof navigator&&new RegExp(d,"i").test(null===(v=navigator)||void 0===v?void 0:v.platform),"undefined"!=typeof navigator&&new RegExp(u,"i").test(null===(g=navigator)||void 0===g?void 0:g.platform);function h(){const e=()=>{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(d))?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(u))&&document.documentElement.setAttribute("data-os","linux")}catch(e){}document.removeEventListener("DOMContentLoaded",e)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",e):e()}!function(){if("undefined"!=typeof window){class e{get version(){return"10.0.0"}}window.Eufemia=new e}}(),a.specificKeys([9]),h(),e.defineNavigator=h,e.isTouchDevice=function(){if("undefined"!=typeof document){let e=!1;try{e=document.documentElement.getAttribute("data-whatintent")}catch(e){}return"touch"===e}return!1}}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).dnbBasis={})}(this,(function(e){"use strict";var t="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};"function"==typeof t.setTimeout&&setTimeout,"function"==typeof t.clearTimeout&&clearTimeout;function n(e,t){this.fun=e,this.array=t}n.prototype.run=function(){this.fun.apply(null,this.array)};var o=t.performance||{};o.now||o.mozNow||o.msNow||o.oNow||o.webkitNow;new Date;var i={};!function(e,t){function n(e){if(e&&"object"==typeof e){var t=e.which||e.keyCode||e.charCode;t&&(e=t)}if("number"==typeof e)return a[e];var n,r=String(e);return(n=o[r.toLowerCase()])?n:(n=i[r.toLowerCase()])||(1===r.length?r.charCodeAt(0):void 0)}n.isEventKey=function(e,t){if(e&&"object"==typeof e){var n=e.which||e.keyCode||e.charCode;if(null==n)return!1;if("string"==typeof t){var r;if(r=o[t.toLowerCase()])return r===n;if(r=i[t.toLowerCase()])return r===n}else if("number"==typeof t)return t===n;return!1}};var o=(t=e.exports=n).code=t.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},i=t.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};for(r=97;r<123;r++)o[String.fromCharCode(r)]=r-32;for(var r=48;r<58;r++)o[r-48]=r;for(r=1;r<13;r++)o["f"+r]=r+111;for(r=0;r<10;r++)o["numpad "+r]=r+96;var a=t.names=t.title={};for(r in o)a[o[r]]=r;for(var d in i)o[d]=i[d]}({get exports(){return i},set exports(e){i=e}},i);var r={};!function(e,t){var n;n=function(){return function(e){var t={};function n(o){if(t[o])return t[o].exports;var i=t[o]={exports:{},id:o,loaded:!1};return e[o].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t){e.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 e=document.documentElement,t=null,n="initial",o=n,i=Date.now(),r="false",a=["button","input","select","textarea"],d=[],u=[16,17,18,91,93],s=[],c={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},f=!1,p={x:null,y:null},l={2:"touch",3:"touch",4:"mouse"},w=!1;try{var m=Object.defineProperty({},"passive",{get:function(){w=!0}});window.addEventListener("test",null,m)}catch(e){}var v=function(){var e=!!w&&{passive:!0};document.addEventListener("DOMContentLoaded",g),window.PointerEvent?(window.addEventListener("pointerdown",h),window.addEventListener("pointermove",E)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",h),window.addEventListener("MSPointerMove",E)):(window.addEventListener("mousedown",h),window.addEventListener("mousemove",E),"ontouchstart"in window&&(window.addEventListener("touchstart",h,e),window.addEventListener("touchend",h))),window.addEventListener(k(),E,e),window.addEventListener("keydown",h),window.addEventListener("keyup",h),window.addEventListener("focusin",b),window.addEventListener("focusout",x)},g=function(){if(r=!(e.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")&&(o=window.sessionStorage.getItem("what-intent"))}catch(e){}y("input"),y("intent")},h=function(e){var t=e.which,i=c[e.type];"pointer"===i&&(i=S(e));var r=!s.length&&-1===u.indexOf(t),d=s.length&&-1!==s.indexOf(t),f="keyboard"===i&&t&&(r||d)||"mouse"===i||"touch"===i;if(C(i)&&(f=!1),f&&n!==i&&(L("input",n=i),y("input")),f&&o!==i){var p=document.activeElement;p&&p.nodeName&&(-1===a.indexOf(p.nodeName.toLowerCase())||"button"===p.nodeName.toLowerCase()&&!O(p,"form"))&&(L("intent",o=i),y("intent"))}},y=function(t){e.setAttribute("data-what"+t,"input"===t?n:o),A(t)},E=function(e){var t=c[e.type];"pointer"===t&&(t=S(e)),M(e),(!f&&!C(t)||f&&"wheel"===e.type||"mousewheel"===e.type||"DOMMouseScroll"===e.type)&&o!==t&&(L("intent",o=t),y("intent"))},b=function(n){n.target.nodeName?(t=n.target.nodeName.toLowerCase(),e.setAttribute("data-whatelement",t),n.target.classList&&n.target.classList.length&&e.setAttribute("data-whatclasses",n.target.classList.toString().replace(" ",","))):x()},x=function(){t=null,e.removeAttribute("data-whatelement"),e.removeAttribute("data-whatclasses")},L=function(e,t){if(r)try{window.sessionStorage.setItem("what-"+e,t)}catch(e){}},S=function(e){return"number"==typeof e.pointerType?l[e.pointerType]:"pen"===e.pointerType?"touch":e.pointerType},C=function(e){var t=Date.now(),o="mouse"===e&&"touch"===n&&t-i<200;return i=t,o},k=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},A=function(e){for(var t=0,i=d.length;t<i;t++)d[t].type===e&&d[t].fn.call(void 0,"input"===e?n:o)},M=function(e){p.x!==e.screenX||p.y!==e.screenY?(f=!1,p.x=e.screenX,p.y=e.screenY):f=!0},O=function(e,t){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return e.closest(t);do{if(e.matches(t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(c[k()]="mouse",v()),{ask:function(e){return"intent"===e?o:n},element:function(){return t},ignoreKeys:function(e){u=e},specificKeys:function(e){s=e},registerOnChange:function(e,t){d.push({fn:e,type:t||"input"})},unRegisterOnChange:function(e){var t=function(e){for(var t=0,n=d.length;t<n;t++)if(d[t].fn===e)return t}(e);(t||0===t)&&d.splice(t,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},e.exports=n()}({get exports(){return r},set exports(e){r=e}});var a=r;const d="Mac|iPad|iPhone|iPod",u="Linux";let s=!1;var c,f,p,l,w,m,v,g;"undefined"!=typeof navigator&&/edge/i.test(null===(c=navigator)||void 0===c?void 0:c.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(f=navigator)||void 0===f?void 0:f.platform),s="undefined"!=typeof navigator&&/safari/i.test(null===(p=navigator)||void 0===p?void 0:p.userAgent)&&!/chrome/i.test(null===(l=navigator)||void 0===l?void 0:l.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(w=navigator)||void 0===w?void 0:w.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(m=navigator)||void 0===m?void 0:m.userAgent),"undefined"!=typeof navigator&&new RegExp(d,"i").test(null===(v=navigator)||void 0===v?void 0:v.platform),"undefined"!=typeof navigator&&new RegExp(u,"i").test(null===(g=navigator)||void 0===g?void 0:g.platform);function h(){const e=()=>{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(d))?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(u))&&document.documentElement.setAttribute("data-os","linux")}catch(e){}document.removeEventListener("DOMContentLoaded",e)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",e):e()}!function(){if("undefined"!=typeof window){class e{get version(){return"10.1.0"}}window.Eufemia=new e}}(),a.specificKeys([9]),h(),e.defineNavigator=h,e.isTouchDevice=function(){if("undefined"!=typeof document){let e=!1;try{e=document.documentElement.getAttribute("data-whatintent")}catch(e){}return"touch"===e}return!1}}));