@dnb/eufemia 10.0.0 → 10.2.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 (736) hide show
  1. package/CHANGELOG.md +49 -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/deps.scss +9 -0
  16. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  17. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  18. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  19. package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  20. package/cjs/components/autocomplete/Autocomplete.js +5 -2
  21. package/cjs/components/avatar/Avatar.d.ts +1 -0
  22. package/cjs/components/button/style/dnb-button--tertiary.css +4 -0
  23. package/cjs/components/button/style/dnb-button--tertiary.min.css +1 -1
  24. package/cjs/components/button/style/dnb-button--tertiary.scss +3 -0
  25. package/cjs/components/button/style/themes/button-mixins.scss +3 -3
  26. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +8 -4
  27. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  28. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  29. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  30. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  31. package/cjs/components/button/style/themes/dnb-button-theme-ui.css +8 -4
  32. package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  33. package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +5 -5
  34. package/cjs/components/checkbox/Checkbox.d.ts +1 -1
  35. package/cjs/components/date-picker/DatePicker.d.ts +1 -1
  36. package/cjs/components/drawer/Drawer.d.ts +2 -1
  37. package/cjs/components/dropdown/Dropdown.d.ts +1 -1
  38. package/cjs/components/form-label/FormLabel.d.ts +1 -1
  39. package/cjs/components/form-row/FormRow.d.ts +1 -1
  40. package/cjs/components/form-set/FormSet.d.ts +1 -1
  41. package/cjs/components/form-status/FormStatus.d.ts +1 -1
  42. package/cjs/components/global-error/GlobalError.d.ts +1 -1
  43. package/cjs/components/global-status/GlobalStatus.d.ts +4 -4
  44. package/cjs/components/heading/Heading.d.ts +89 -106
  45. package/cjs/components/heading/Heading.js +119 -184
  46. package/cjs/components/heading/HeadingContext.d.ts +12 -5
  47. package/cjs/components/heading/HeadingContext.js +2 -2
  48. package/cjs/components/heading/HeadingCounter.d.ts +38 -14
  49. package/cjs/components/heading/HeadingCounter.js +20 -17
  50. package/cjs/components/heading/HeadingHelpers.d.ts +45 -23
  51. package/cjs/components/heading/HeadingHelpers.js +29 -24
  52. package/cjs/components/heading/HeadingProvider.d.ts +9 -12
  53. package/cjs/components/heading/HeadingProvider.js +47 -90
  54. package/cjs/components/height-animation/HeightAnimation.d.ts +1 -1
  55. package/cjs/components/icon/Icon.d.ts +1 -1
  56. package/cjs/components/icon/Icon.js +1 -1
  57. package/cjs/components/icon-primary/IconPrimary.d.ts +1 -1
  58. package/cjs/components/info-card/style/dnb-info-card.css +1 -1
  59. package/cjs/components/info-card/style/dnb-info-card.min.css +1 -1
  60. package/cjs/components/info-card/style/dnb-info-card.scss +1 -1
  61. package/cjs/components/input/Input.d.ts +2 -2
  62. package/cjs/components/input/InputPassword.d.ts +1 -1
  63. package/cjs/components/input-masked/InputMasked.d.ts +2 -2
  64. package/cjs/components/input-masked/InputMasked.js +1 -1
  65. package/cjs/components/input-masked/InputMaskedHooks.js +17 -9
  66. package/cjs/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  67. package/cjs/components/lib.d.ts +2 -2
  68. package/cjs/components/logo/Logo.d.ts +1 -1
  69. package/cjs/components/number-format/NumberFormat.js +2 -12
  70. package/cjs/components/number-format/NumberUtils.d.ts +12 -0
  71. package/cjs/components/pagination/Pagination.d.ts +1 -1
  72. package/cjs/components/radio/Radio.d.ts +1 -1
  73. package/cjs/components/radio/RadioGroup.d.ts +1 -1
  74. package/cjs/components/section/Section.d.ts +1 -1
  75. package/cjs/components/skeleton/Skeleton.d.ts +1 -1
  76. package/cjs/components/space/Space.d.ts +1 -1
  77. package/cjs/components/step-indicator/StepIndicator.d.ts +1 -1
  78. package/cjs/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  79. package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  80. package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  81. package/cjs/components/switch/Switch.d.ts +1 -1
  82. package/cjs/components/tabs/Tabs.d.ts +1 -1
  83. package/cjs/components/textarea/Textarea.d.ts +1 -1
  84. package/cjs/components/toggle-button/ToggleButton.d.ts +1 -1
  85. package/cjs/core/jest/jestSetupScreenshots.css +1 -0
  86. package/cjs/elements/Element.d.ts +3 -3
  87. package/cjs/elements/Link.d.ts +2 -2
  88. package/cjs/elements/img/style/dnb-img.scss +2 -24
  89. package/cjs/elements/img/style/img-mixins.scss +29 -0
  90. package/cjs/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  91. package/cjs/elements/lib.d.ts +2 -2
  92. package/cjs/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  93. package/cjs/icons/{document_csv.d.ts → accounting.d.ts} +1 -1
  94. package/cjs/icons/{document_pdf.js → accounting.js} +2 -2
  95. package/cjs/icons/{document_contract.d.ts → accounting_medium.d.ts} +1 -1
  96. package/cjs/icons/{document_contract.js → accounting_medium.js} +2 -2
  97. package/cjs/icons/{document_pdf.d.ts → candle_stick.d.ts} +1 -1
  98. package/cjs/icons/{document_add.js → candle_stick.js} +2 -2
  99. package/cjs/icons/{document_add_medium.d.ts → candle_stick_medium.d.ts} +1 -1
  100. package/cjs/icons/{document_add_medium.js → candle_stick_medium.js} +2 -2
  101. package/cjs/icons/dnb/{document_pdf.d.ts → accounting.d.ts} +2 -2
  102. package/cjs/icons/dnb/{document_rejected.js → accounting.js} +8 -8
  103. package/cjs/icons/dnb/accounting_medium.d.ts +4 -0
  104. package/cjs/icons/dnb/accounting_medium.js +31 -0
  105. package/cjs/icons/dnb/{document_add.d.ts → candle_stick.d.ts} +2 -2
  106. package/cjs/icons/dnb/{document.js → candle_stick.js} +7 -8
  107. package/cjs/icons/dnb/candle_stick_medium.d.ts +4 -0
  108. package/cjs/icons/dnb/{document_medium.js → candle_stick_medium.js} +7 -8
  109. package/cjs/icons/dnb/{document_csv.d.ts → fortune_ball.d.ts} +2 -2
  110. package/cjs/icons/dnb/fortune_ball.js +31 -0
  111. package/cjs/icons/dnb/fortune_ball_medium.d.ts +4 -0
  112. package/cjs/icons/dnb/fortune_ball_medium.js +31 -0
  113. package/cjs/icons/dnb/icons-svg.lock +1174 -1070
  114. package/cjs/icons/dnb/index.d.ts +9 -25
  115. package/cjs/icons/dnb/index.js +64 -192
  116. package/cjs/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  117. package/cjs/icons/dnb/scan.js +28 -0
  118. package/cjs/icons/dnb/scan_medium.d.ts +4 -0
  119. package/cjs/icons/dnb/scan_medium.js +35 -0
  120. package/cjs/icons/dnb/secondary_icons.d.ts +5 -1
  121. package/cjs/icons/dnb/secondary_icons.js +32 -0
  122. package/cjs/icons/dnb/secondary_icons_medium.d.ts +5 -1
  123. package/cjs/icons/dnb/secondary_icons_medium.js +32 -0
  124. package/cjs/icons/dnb/shield_lock.js +17 -2
  125. package/cjs/icons/dnb/shield_lock_medium.js +17 -2
  126. package/cjs/icons/{document_add.d.ts → fortune_ball.d.ts} +1 -1
  127. package/cjs/icons/{document_csv.js → fortune_ball.js} +2 -2
  128. package/cjs/icons/fortune_ball_medium.d.ts +3 -0
  129. package/cjs/icons/fortune_ball_medium.js +13 -0
  130. package/cjs/icons/icons-meta.json +3748 -0
  131. package/cjs/icons/index.d.ts +9 -25
  132. package/cjs/icons/index.js +64 -192
  133. package/{es/icons/document.d.ts → cjs/icons/scan.d.ts} +1 -1
  134. package/cjs/icons/{document.js → scan.js} +2 -2
  135. package/cjs/icons/scan_medium.d.ts +3 -0
  136. package/cjs/icons/scan_medium.js +13 -0
  137. package/cjs/shared/Eufemia.d.ts +1 -1
  138. package/cjs/shared/Eufemia.js +2 -2
  139. package/cjs/shared/index.d.ts +2 -1
  140. package/cjs/style/dnb-ui-components.css +1 -1
  141. package/cjs/style/dnb-ui-components.min.css +1 -1
  142. package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  143. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +17 -9
  144. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  145. package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  146. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +29 -29
  147. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  148. package/cjs/style/themes/theme-ui/ui-theme-basis.css +4 -4
  149. package/cjs/style/themes/theme-ui/ui-theme-components.css +9 -5
  150. package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  151. package/cjs/style/themes/theme-ui/ui-theme-elements.css +4 -4
  152. package/cjs/style/themes/theme-ui/ui-theme-tags.css +98 -1
  153. package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  154. package/cjs/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  155. package/components/anchor/Anchor.d.ts +3 -3
  156. package/components/anchor/style/deps.scss +9 -0
  157. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  158. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  159. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  160. package/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  161. package/components/autocomplete/Autocomplete.js +5 -2
  162. package/components/avatar/Avatar.d.ts +1 -0
  163. package/components/button/style/dnb-button--tertiary.css +4 -0
  164. package/components/button/style/dnb-button--tertiary.min.css +1 -1
  165. package/components/button/style/dnb-button--tertiary.scss +3 -0
  166. package/components/button/style/themes/button-mixins.scss +3 -3
  167. package/components/button/style/themes/dnb-button-theme-eiendom.css +8 -4
  168. package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  169. package/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  170. package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  171. package/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  172. package/components/button/style/themes/dnb-button-theme-ui.css +8 -4
  173. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  174. package/components/button/style/themes/dnb-button-theme-ui.scss +5 -5
  175. package/components/checkbox/Checkbox.d.ts +1 -1
  176. package/components/date-picker/DatePicker.d.ts +1 -1
  177. package/components/drawer/Drawer.d.ts +2 -1
  178. package/components/dropdown/Dropdown.d.ts +1 -1
  179. package/components/form-label/FormLabel.d.ts +1 -1
  180. package/components/form-row/FormRow.d.ts +1 -1
  181. package/components/form-set/FormSet.d.ts +1 -1
  182. package/components/form-status/FormStatus.d.ts +1 -1
  183. package/components/global-error/GlobalError.d.ts +1 -1
  184. package/components/global-status/GlobalStatus.d.ts +4 -4
  185. package/components/heading/Heading.d.ts +89 -106
  186. package/components/heading/Heading.js +115 -183
  187. package/components/heading/HeadingContext.d.ts +12 -5
  188. package/components/heading/HeadingContext.js +2 -2
  189. package/components/heading/HeadingCounter.d.ts +38 -14
  190. package/components/heading/HeadingCounter.js +20 -17
  191. package/components/heading/HeadingHelpers.d.ts +45 -23
  192. package/components/heading/HeadingHelpers.js +27 -13
  193. package/components/heading/HeadingProvider.d.ts +9 -12
  194. package/components/heading/HeadingProvider.js +46 -90
  195. package/components/height-animation/HeightAnimation.d.ts +1 -1
  196. package/components/icon/Icon.d.ts +1 -1
  197. package/components/icon/Icon.js +1 -1
  198. package/components/icon-primary/IconPrimary.d.ts +1 -1
  199. package/components/info-card/style/dnb-info-card.css +1 -1
  200. package/components/info-card/style/dnb-info-card.min.css +1 -1
  201. package/components/info-card/style/dnb-info-card.scss +1 -1
  202. package/components/input/Input.d.ts +2 -2
  203. package/components/input/InputPassword.d.ts +1 -1
  204. package/components/input-masked/InputMasked.d.ts +2 -2
  205. package/components/input-masked/InputMasked.js +1 -1
  206. package/components/input-masked/InputMaskedHooks.js +16 -11
  207. package/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  208. package/components/lib.d.ts +2 -2
  209. package/components/logo/Logo.d.ts +1 -1
  210. package/components/number-format/NumberFormat.js +2 -10
  211. package/components/number-format/NumberUtils.d.ts +12 -0
  212. package/components/pagination/Pagination.d.ts +1 -1
  213. package/components/radio/Radio.d.ts +1 -1
  214. package/components/radio/RadioGroup.d.ts +1 -1
  215. package/components/section/Section.d.ts +1 -1
  216. package/components/skeleton/Skeleton.d.ts +1 -1
  217. package/components/space/Space.d.ts +1 -1
  218. package/components/step-indicator/StepIndicator.d.ts +1 -1
  219. package/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  220. package/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  221. package/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  222. package/components/switch/Switch.d.ts +1 -1
  223. package/components/tabs/Tabs.d.ts +1 -1
  224. package/components/textarea/Textarea.d.ts +1 -1
  225. package/components/toggle-button/ToggleButton.d.ts +1 -1
  226. package/core/jest/jestSetupScreenshots.css +1 -0
  227. package/elements/Element.d.ts +3 -3
  228. package/elements/Link.d.ts +2 -2
  229. package/elements/img/style/dnb-img.scss +2 -24
  230. package/elements/img/style/img-mixins.scss +29 -0
  231. package/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  232. package/elements/lib.d.ts +2 -2
  233. package/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  234. package/es/components/anchor/Anchor.d.ts +3 -3
  235. package/es/components/anchor/style/deps.scss +9 -0
  236. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  237. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  238. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  239. package/es/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  240. package/es/components/autocomplete/Autocomplete.js +5 -2
  241. package/es/components/avatar/Avatar.d.ts +1 -0
  242. package/es/components/button/style/dnb-button--tertiary.css +4 -0
  243. package/es/components/button/style/dnb-button--tertiary.min.css +1 -1
  244. package/es/components/button/style/dnb-button--tertiary.scss +3 -0
  245. package/es/components/button/style/themes/button-mixins.scss +3 -3
  246. package/es/components/button/style/themes/dnb-button-theme-eiendom.css +8 -4
  247. package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  248. package/es/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  249. package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  250. package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  251. package/es/components/button/style/themes/dnb-button-theme-ui.css +8 -4
  252. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  253. package/es/components/button/style/themes/dnb-button-theme-ui.scss +5 -5
  254. package/es/components/checkbox/Checkbox.d.ts +1 -1
  255. package/es/components/date-picker/DatePicker.d.ts +1 -1
  256. package/es/components/drawer/Drawer.d.ts +2 -1
  257. package/es/components/dropdown/Dropdown.d.ts +1 -1
  258. package/es/components/form-label/FormLabel.d.ts +1 -1
  259. package/es/components/form-row/FormRow.d.ts +1 -1
  260. package/es/components/form-set/FormSet.d.ts +1 -1
  261. package/es/components/form-status/FormStatus.d.ts +1 -1
  262. package/es/components/global-error/GlobalError.d.ts +1 -1
  263. package/es/components/global-status/GlobalStatus.d.ts +4 -4
  264. package/es/components/heading/Heading.d.ts +89 -106
  265. package/es/components/heading/Heading.js +115 -183
  266. package/es/components/heading/HeadingContext.d.ts +12 -5
  267. package/es/components/heading/HeadingContext.js +2 -2
  268. package/es/components/heading/HeadingCounter.d.ts +38 -14
  269. package/es/components/heading/HeadingCounter.js +19 -18
  270. package/es/components/heading/HeadingHelpers.d.ts +45 -23
  271. package/es/components/heading/HeadingHelpers.js +27 -13
  272. package/es/components/heading/HeadingProvider.d.ts +9 -12
  273. package/es/components/heading/HeadingProvider.js +46 -90
  274. package/es/components/height-animation/HeightAnimation.d.ts +1 -1
  275. package/es/components/icon/Icon.d.ts +1 -1
  276. package/es/components/icon/Icon.js +1 -1
  277. package/es/components/icon-primary/IconPrimary.d.ts +1 -1
  278. package/es/components/info-card/style/dnb-info-card.css +1 -1
  279. package/es/components/info-card/style/dnb-info-card.min.css +1 -1
  280. package/es/components/info-card/style/dnb-info-card.scss +1 -1
  281. package/es/components/input/Input.d.ts +2 -2
  282. package/es/components/input/InputPassword.d.ts +1 -1
  283. package/es/components/input-masked/InputMasked.d.ts +2 -2
  284. package/es/components/input-masked/InputMasked.js +1 -1
  285. package/es/components/input-masked/InputMaskedHooks.js +10 -5
  286. package/es/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  287. package/es/components/lib.d.ts +2 -2
  288. package/es/components/logo/Logo.d.ts +1 -1
  289. package/es/components/number-format/NumberFormat.js +2 -10
  290. package/es/components/number-format/NumberUtils.d.ts +12 -0
  291. package/es/components/pagination/Pagination.d.ts +1 -1
  292. package/es/components/radio/Radio.d.ts +1 -1
  293. package/es/components/radio/RadioGroup.d.ts +1 -1
  294. package/es/components/section/Section.d.ts +1 -1
  295. package/es/components/skeleton/Skeleton.d.ts +1 -1
  296. package/es/components/space/Space.d.ts +1 -1
  297. package/es/components/step-indicator/StepIndicator.d.ts +1 -1
  298. package/es/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  299. package/es/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  300. package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  301. package/es/components/switch/Switch.d.ts +1 -1
  302. package/es/components/tabs/Tabs.d.ts +1 -1
  303. package/es/components/textarea/Textarea.d.ts +1 -1
  304. package/es/components/toggle-button/ToggleButton.d.ts +1 -1
  305. package/es/core/jest/jestSetupScreenshots.css +1 -0
  306. package/es/elements/Element.d.ts +3 -3
  307. package/es/elements/Link.d.ts +2 -2
  308. package/es/elements/img/style/dnb-img.scss +2 -24
  309. package/es/elements/img/style/img-mixins.scss +29 -0
  310. package/es/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  311. package/es/elements/lib.d.ts +2 -2
  312. package/es/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  313. package/es/icons/accounting.d.ts +3 -0
  314. package/es/icons/accounting.js +2 -0
  315. package/es/icons/accounting_medium.d.ts +3 -0
  316. package/es/icons/accounting_medium.js +2 -0
  317. package/es/icons/candle_stick.d.ts +3 -0
  318. package/es/icons/candle_stick.js +2 -0
  319. package/es/icons/candle_stick_medium.d.ts +3 -0
  320. package/es/icons/candle_stick_medium.js +2 -0
  321. package/es/icons/dnb/accounting.d.ts +4 -0
  322. package/es/icons/dnb/accounting.js +21 -0
  323. package/es/icons/dnb/accounting_medium.d.ts +4 -0
  324. package/es/icons/dnb/accounting_medium.js +21 -0
  325. package/es/icons/dnb/candle_stick.d.ts +4 -0
  326. package/es/icons/dnb/candle_stick.js +20 -0
  327. package/es/icons/dnb/candle_stick_medium.d.ts +4 -0
  328. package/es/icons/dnb/candle_stick_medium.js +20 -0
  329. package/es/icons/dnb/fortune_ball.d.ts +4 -0
  330. package/es/icons/dnb/fortune_ball.js +21 -0
  331. package/es/icons/dnb/fortune_ball_medium.d.ts +4 -0
  332. package/es/icons/dnb/fortune_ball_medium.js +21 -0
  333. package/es/icons/dnb/icons-svg.lock +1174 -1070
  334. package/es/icons/dnb/index.d.ts +9 -25
  335. package/es/icons/dnb/index.js +9 -25
  336. package/es/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  337. package/es/icons/dnb/scan.js +18 -0
  338. package/es/icons/dnb/scan_medium.d.ts +4 -0
  339. package/es/icons/dnb/scan_medium.js +25 -0
  340. package/es/icons/dnb/secondary_icons.d.ts +5 -1
  341. package/es/icons/dnb/secondary_icons.js +5 -1
  342. package/es/icons/dnb/secondary_icons_medium.d.ts +5 -1
  343. package/es/icons/dnb/secondary_icons_medium.js +5 -1
  344. package/es/icons/dnb/shield_lock.js +17 -2
  345. package/es/icons/dnb/shield_lock_medium.js +17 -2
  346. package/es/icons/fortune_ball.d.ts +3 -0
  347. package/es/icons/fortune_ball.js +2 -0
  348. package/es/icons/fortune_ball_medium.d.ts +3 -0
  349. package/es/icons/fortune_ball_medium.js +2 -0
  350. package/es/icons/icons-meta.json +3748 -0
  351. package/es/icons/index.d.ts +9 -25
  352. package/es/icons/index.js +9 -25
  353. package/{cjs/icons/document.d.ts → es/icons/scan.d.ts} +1 -1
  354. package/es/icons/scan.js +2 -0
  355. package/es/icons/scan_medium.d.ts +3 -0
  356. package/es/icons/scan_medium.js +2 -0
  357. package/es/shared/Eufemia.d.ts +1 -1
  358. package/es/shared/Eufemia.js +2 -2
  359. package/es/shared/index.d.ts +2 -1
  360. package/es/style/dnb-ui-components.css +1 -1
  361. package/es/style/dnb-ui-components.min.css +1 -1
  362. package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  363. package/es/style/themes/theme-eiendom/eiendom-theme-components.css +17 -9
  364. package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  365. package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  366. package/es/style/themes/theme-sbanken/sbanken-theme-components.css +29 -29
  367. package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  368. package/es/style/themes/theme-ui/ui-theme-basis.css +4 -4
  369. package/es/style/themes/theme-ui/ui-theme-components.css +9 -5
  370. package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  371. package/es/style/themes/theme-ui/ui-theme-elements.css +4 -4
  372. package/es/style/themes/theme-ui/ui-theme-tags.css +98 -1
  373. package/es/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  374. package/es/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  375. package/esm/dnb-ui-basis.min.mjs +1 -1
  376. package/esm/dnb-ui-components.min.mjs +1 -1
  377. package/esm/dnb-ui-elements.min.mjs +1 -1
  378. package/esm/dnb-ui-extensions.min.mjs +1 -1
  379. package/esm/dnb-ui-lib.min.mjs +1 -1
  380. package/icons/accounting.d.ts +3 -0
  381. package/icons/accounting.js +2 -0
  382. package/icons/accounting_medium.d.ts +3 -0
  383. package/icons/accounting_medium.js +2 -0
  384. package/icons/candle_stick.d.ts +3 -0
  385. package/icons/candle_stick.js +2 -0
  386. package/icons/candle_stick_medium.d.ts +3 -0
  387. package/icons/candle_stick_medium.js +2 -0
  388. package/icons/dnb/accounting.d.ts +4 -0
  389. package/icons/dnb/accounting.js +21 -0
  390. package/icons/dnb/accounting_medium.d.ts +4 -0
  391. package/icons/dnb/accounting_medium.js +21 -0
  392. package/icons/dnb/candle_stick.d.ts +4 -0
  393. package/icons/dnb/candle_stick.js +20 -0
  394. package/icons/dnb/candle_stick_medium.d.ts +4 -0
  395. package/icons/dnb/candle_stick_medium.js +20 -0
  396. package/icons/dnb/fortune_ball.d.ts +4 -0
  397. package/icons/dnb/fortune_ball.js +21 -0
  398. package/icons/dnb/fortune_ball_medium.d.ts +4 -0
  399. package/icons/dnb/fortune_ball_medium.js +21 -0
  400. package/icons/dnb/icons-svg.lock +1174 -1070
  401. package/icons/dnb/index.d.ts +9 -25
  402. package/icons/dnb/index.js +9 -25
  403. package/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  404. package/icons/dnb/scan.js +18 -0
  405. package/icons/dnb/scan_medium.d.ts +4 -0
  406. package/icons/dnb/scan_medium.js +25 -0
  407. package/icons/dnb/secondary_icons.d.ts +5 -1
  408. package/icons/dnb/secondary_icons.js +5 -1
  409. package/icons/dnb/secondary_icons_medium.d.ts +5 -1
  410. package/icons/dnb/secondary_icons_medium.js +5 -1
  411. package/icons/dnb/shield_lock.js +17 -2
  412. package/icons/dnb/shield_lock_medium.js +17 -2
  413. package/icons/fortune_ball.d.ts +3 -0
  414. package/icons/fortune_ball.js +2 -0
  415. package/icons/fortune_ball_medium.d.ts +3 -0
  416. package/icons/fortune_ball_medium.js +2 -0
  417. package/icons/icons-meta.json +3748 -0
  418. package/icons/index.d.ts +9 -25
  419. package/icons/index.js +9 -25
  420. package/icons/{document.d.ts → scan.d.ts} +1 -1
  421. package/icons/scan.js +2 -0
  422. package/icons/scan_medium.d.ts +3 -0
  423. package/icons/scan_medium.js +2 -0
  424. package/package.json +1 -1
  425. package/shared/Eufemia.d.ts +1 -1
  426. package/shared/Eufemia.js +2 -2
  427. package/shared/index.d.ts +2 -1
  428. package/style/dnb-ui-components.css +1 -1
  429. package/style/dnb-ui-components.min.css +1 -1
  430. package/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  431. package/style/themes/theme-eiendom/eiendom-theme-components.css +17 -9
  432. package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  433. package/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  434. package/style/themes/theme-sbanken/sbanken-theme-components.css +29 -29
  435. package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  436. package/style/themes/theme-ui/ui-theme-basis.css +4 -4
  437. package/style/themes/theme-ui/ui-theme-components.css +9 -5
  438. package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  439. package/style/themes/theme-ui/ui-theme-elements.css +4 -4
  440. package/style/themes/theme-ui/ui-theme-tags.css +98 -1
  441. package/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  442. package/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  443. package/umd/dnb-ui-basis.min.js +1 -1
  444. package/umd/dnb-ui-components.min.js +1 -1
  445. package/umd/dnb-ui-elements.min.js +1 -1
  446. package/umd/dnb-ui-extensions.min.js +1 -1
  447. package/umd/dnb-ui-lib.min.js +1 -1
  448. package/assets/icons/dnb/document.svg +0 -3
  449. package/assets/icons/dnb/document_add.svg +0 -3
  450. package/assets/icons/dnb/document_add_medium.svg +0 -3
  451. package/assets/icons/dnb/document_contract.svg +0 -3
  452. package/assets/icons/dnb/document_contract_medium.svg +0 -3
  453. package/assets/icons/dnb/document_csv.svg +0 -6
  454. package/assets/icons/dnb/document_csv_medium.svg +0 -6
  455. package/assets/icons/dnb/document_loupe.svg +0 -3
  456. package/assets/icons/dnb/document_loupe_medium.svg +0 -3
  457. package/assets/icons/dnb/document_medium.svg +0 -3
  458. package/assets/icons/dnb/document_pdf.svg +0 -6
  459. package/assets/icons/dnb/document_pdf_medium.svg +0 -6
  460. package/assets/icons/dnb/document_rejected.svg +0 -3
  461. package/assets/icons/dnb/document_rejected_medium.svg +0 -3
  462. package/assets/icons/dnb/document_signing.svg +0 -3
  463. package/assets/icons/dnb/document_signing_medium.svg +0 -3
  464. package/assets/icons/dnb/document_txt.svg +0 -6
  465. package/assets/icons/dnb/document_txt_medium.svg +0 -6
  466. package/assets/icons/dnb/document_warning.svg +0 -4
  467. package/assets/icons/dnb/document_warning_medium.svg +0 -4
  468. package/assets/icons/dnb/document_word.svg +0 -6
  469. package/assets/icons/dnb/document_word_medium.svg +0 -6
  470. package/assets/icons/dnb/document_xls.svg +0 -6
  471. package/assets/icons/dnb/document_xls_medium.svg +0 -6
  472. package/cjs/icons/dnb/document_add.js +0 -28
  473. package/cjs/icons/dnb/document_add_medium.d.ts +0 -4
  474. package/cjs/icons/dnb/document_add_medium.js +0 -28
  475. package/cjs/icons/dnb/document_contract.d.ts +0 -4
  476. package/cjs/icons/dnb/document_contract.js +0 -31
  477. package/cjs/icons/dnb/document_contract_medium.d.ts +0 -4
  478. package/cjs/icons/dnb/document_contract_medium.js +0 -31
  479. package/cjs/icons/dnb/document_csv.js +0 -37
  480. package/cjs/icons/dnb/document_csv_medium.d.ts +0 -4
  481. package/cjs/icons/dnb/document_csv_medium.js +0 -40
  482. package/cjs/icons/dnb/document_loupe.d.ts +0 -4
  483. package/cjs/icons/dnb/document_loupe.js +0 -28
  484. package/cjs/icons/dnb/document_loupe_medium.d.ts +0 -4
  485. package/cjs/icons/dnb/document_loupe_medium.js +0 -28
  486. package/cjs/icons/dnb/document_medium.d.ts +0 -4
  487. package/cjs/icons/dnb/document_pdf.js +0 -37
  488. package/cjs/icons/dnb/document_pdf_medium.d.ts +0 -4
  489. package/cjs/icons/dnb/document_pdf_medium.js +0 -40
  490. package/cjs/icons/dnb/document_rejected.d.ts +0 -4
  491. package/cjs/icons/dnb/document_rejected_medium.d.ts +0 -4
  492. package/cjs/icons/dnb/document_rejected_medium.js +0 -31
  493. package/cjs/icons/dnb/document_signing.d.ts +0 -4
  494. package/cjs/icons/dnb/document_signing.js +0 -28
  495. package/cjs/icons/dnb/document_signing_medium.d.ts +0 -4
  496. package/cjs/icons/dnb/document_signing_medium.js +0 -28
  497. package/cjs/icons/dnb/document_txt.d.ts +0 -4
  498. package/cjs/icons/dnb/document_txt.js +0 -37
  499. package/cjs/icons/dnb/document_txt_medium.d.ts +0 -4
  500. package/cjs/icons/dnb/document_txt_medium.js +0 -40
  501. package/cjs/icons/dnb/document_warning.d.ts +0 -4
  502. package/cjs/icons/dnb/document_warning.js +0 -34
  503. package/cjs/icons/dnb/document_warning_medium.d.ts +0 -4
  504. package/cjs/icons/dnb/document_warning_medium.js +0 -34
  505. package/cjs/icons/dnb/document_word.d.ts +0 -4
  506. package/cjs/icons/dnb/document_word.js +0 -37
  507. package/cjs/icons/dnb/document_word_medium.d.ts +0 -4
  508. package/cjs/icons/dnb/document_word_medium.js +0 -40
  509. package/cjs/icons/dnb/document_xls.d.ts +0 -4
  510. package/cjs/icons/dnb/document_xls.js +0 -37
  511. package/cjs/icons/dnb/document_xls_medium.d.ts +0 -4
  512. package/cjs/icons/dnb/document_xls_medium.js +0 -40
  513. package/cjs/icons/document_contract_medium.d.ts +0 -3
  514. package/cjs/icons/document_contract_medium.js +0 -13
  515. package/cjs/icons/document_csv_medium.d.ts +0 -3
  516. package/cjs/icons/document_csv_medium.js +0 -13
  517. package/cjs/icons/document_loupe.d.ts +0 -3
  518. package/cjs/icons/document_loupe.js +0 -13
  519. package/cjs/icons/document_loupe_medium.d.ts +0 -3
  520. package/cjs/icons/document_loupe_medium.js +0 -13
  521. package/cjs/icons/document_medium.d.ts +0 -3
  522. package/cjs/icons/document_medium.js +0 -13
  523. package/cjs/icons/document_pdf_medium.d.ts +0 -3
  524. package/cjs/icons/document_pdf_medium.js +0 -13
  525. package/cjs/icons/document_rejected.d.ts +0 -3
  526. package/cjs/icons/document_rejected.js +0 -13
  527. package/cjs/icons/document_rejected_medium.d.ts +0 -3
  528. package/cjs/icons/document_rejected_medium.js +0 -13
  529. package/cjs/icons/document_signing.d.ts +0 -3
  530. package/cjs/icons/document_signing.js +0 -13
  531. package/cjs/icons/document_signing_medium.d.ts +0 -3
  532. package/cjs/icons/document_signing_medium.js +0 -13
  533. package/cjs/icons/document_txt.d.ts +0 -3
  534. package/cjs/icons/document_txt.js +0 -13
  535. package/cjs/icons/document_txt_medium.d.ts +0 -3
  536. package/cjs/icons/document_txt_medium.js +0 -13
  537. package/cjs/icons/document_warning.d.ts +0 -3
  538. package/cjs/icons/document_warning.js +0 -13
  539. package/cjs/icons/document_warning_medium.d.ts +0 -3
  540. package/cjs/icons/document_warning_medium.js +0 -13
  541. package/cjs/icons/document_word.d.ts +0 -3
  542. package/cjs/icons/document_word.js +0 -13
  543. package/cjs/icons/document_word_medium.d.ts +0 -3
  544. package/cjs/icons/document_word_medium.js +0 -13
  545. package/cjs/icons/document_xls.d.ts +0 -3
  546. package/cjs/icons/document_xls.js +0 -13
  547. package/cjs/icons/document_xls_medium.d.ts +0 -3
  548. package/cjs/icons/document_xls_medium.js +0 -13
  549. package/es/icons/dnb/document.js +0 -21
  550. package/es/icons/dnb/document_add.d.ts +0 -4
  551. package/es/icons/dnb/document_add.js +0 -18
  552. package/es/icons/dnb/document_add_medium.d.ts +0 -4
  553. package/es/icons/dnb/document_add_medium.js +0 -18
  554. package/es/icons/dnb/document_contract.d.ts +0 -4
  555. package/es/icons/dnb/document_contract.js +0 -21
  556. package/es/icons/dnb/document_contract_medium.d.ts +0 -4
  557. package/es/icons/dnb/document_contract_medium.js +0 -21
  558. package/es/icons/dnb/document_csv.d.ts +0 -4
  559. package/es/icons/dnb/document_csv.js +0 -27
  560. package/es/icons/dnb/document_csv_medium.d.ts +0 -4
  561. package/es/icons/dnb/document_csv_medium.js +0 -30
  562. package/es/icons/dnb/document_loupe.d.ts +0 -4
  563. package/es/icons/dnb/document_loupe.js +0 -18
  564. package/es/icons/dnb/document_loupe_medium.d.ts +0 -4
  565. package/es/icons/dnb/document_loupe_medium.js +0 -18
  566. package/es/icons/dnb/document_medium.d.ts +0 -4
  567. package/es/icons/dnb/document_medium.js +0 -21
  568. package/es/icons/dnb/document_pdf.d.ts +0 -4
  569. package/es/icons/dnb/document_pdf.js +0 -27
  570. package/es/icons/dnb/document_pdf_medium.d.ts +0 -4
  571. package/es/icons/dnb/document_pdf_medium.js +0 -30
  572. package/es/icons/dnb/document_rejected.d.ts +0 -4
  573. package/es/icons/dnb/document_rejected.js +0 -21
  574. package/es/icons/dnb/document_rejected_medium.d.ts +0 -4
  575. package/es/icons/dnb/document_rejected_medium.js +0 -21
  576. package/es/icons/dnb/document_signing.d.ts +0 -4
  577. package/es/icons/dnb/document_signing.js +0 -18
  578. package/es/icons/dnb/document_signing_medium.d.ts +0 -4
  579. package/es/icons/dnb/document_signing_medium.js +0 -18
  580. package/es/icons/dnb/document_txt.d.ts +0 -4
  581. package/es/icons/dnb/document_txt.js +0 -27
  582. package/es/icons/dnb/document_txt_medium.d.ts +0 -4
  583. package/es/icons/dnb/document_txt_medium.js +0 -30
  584. package/es/icons/dnb/document_warning.d.ts +0 -4
  585. package/es/icons/dnb/document_warning.js +0 -24
  586. package/es/icons/dnb/document_warning_medium.d.ts +0 -4
  587. package/es/icons/dnb/document_warning_medium.js +0 -24
  588. package/es/icons/dnb/document_word.d.ts +0 -4
  589. package/es/icons/dnb/document_word.js +0 -27
  590. package/es/icons/dnb/document_word_medium.d.ts +0 -4
  591. package/es/icons/dnb/document_word_medium.js +0 -30
  592. package/es/icons/dnb/document_xls.d.ts +0 -4
  593. package/es/icons/dnb/document_xls.js +0 -27
  594. package/es/icons/dnb/document_xls_medium.d.ts +0 -4
  595. package/es/icons/dnb/document_xls_medium.js +0 -30
  596. package/es/icons/document.js +0 -2
  597. package/es/icons/document_add.d.ts +0 -3
  598. package/es/icons/document_add.js +0 -2
  599. package/es/icons/document_add_medium.d.ts +0 -3
  600. package/es/icons/document_add_medium.js +0 -2
  601. package/es/icons/document_contract.d.ts +0 -3
  602. package/es/icons/document_contract.js +0 -2
  603. package/es/icons/document_contract_medium.d.ts +0 -3
  604. package/es/icons/document_contract_medium.js +0 -2
  605. package/es/icons/document_csv.d.ts +0 -3
  606. package/es/icons/document_csv.js +0 -2
  607. package/es/icons/document_csv_medium.d.ts +0 -3
  608. package/es/icons/document_csv_medium.js +0 -2
  609. package/es/icons/document_loupe.d.ts +0 -3
  610. package/es/icons/document_loupe.js +0 -2
  611. package/es/icons/document_loupe_medium.d.ts +0 -3
  612. package/es/icons/document_loupe_medium.js +0 -2
  613. package/es/icons/document_medium.d.ts +0 -3
  614. package/es/icons/document_medium.js +0 -2
  615. package/es/icons/document_pdf.d.ts +0 -3
  616. package/es/icons/document_pdf.js +0 -2
  617. package/es/icons/document_pdf_medium.d.ts +0 -3
  618. package/es/icons/document_pdf_medium.js +0 -2
  619. package/es/icons/document_rejected.d.ts +0 -3
  620. package/es/icons/document_rejected.js +0 -2
  621. package/es/icons/document_rejected_medium.d.ts +0 -3
  622. package/es/icons/document_rejected_medium.js +0 -2
  623. package/es/icons/document_signing.d.ts +0 -3
  624. package/es/icons/document_signing.js +0 -2
  625. package/es/icons/document_signing_medium.d.ts +0 -3
  626. package/es/icons/document_signing_medium.js +0 -2
  627. package/es/icons/document_txt.d.ts +0 -3
  628. package/es/icons/document_txt.js +0 -2
  629. package/es/icons/document_txt_medium.d.ts +0 -3
  630. package/es/icons/document_txt_medium.js +0 -2
  631. package/es/icons/document_warning.d.ts +0 -3
  632. package/es/icons/document_warning.js +0 -2
  633. package/es/icons/document_warning_medium.d.ts +0 -3
  634. package/es/icons/document_warning_medium.js +0 -2
  635. package/es/icons/document_word.d.ts +0 -3
  636. package/es/icons/document_word.js +0 -2
  637. package/es/icons/document_word_medium.d.ts +0 -3
  638. package/es/icons/document_word_medium.js +0 -2
  639. package/es/icons/document_xls.d.ts +0 -3
  640. package/es/icons/document_xls.js +0 -2
  641. package/es/icons/document_xls_medium.d.ts +0 -3
  642. package/es/icons/document_xls_medium.js +0 -2
  643. package/icons/dnb/document.js +0 -21
  644. package/icons/dnb/document_add.d.ts +0 -4
  645. package/icons/dnb/document_add.js +0 -18
  646. package/icons/dnb/document_add_medium.d.ts +0 -4
  647. package/icons/dnb/document_add_medium.js +0 -18
  648. package/icons/dnb/document_contract.d.ts +0 -4
  649. package/icons/dnb/document_contract.js +0 -21
  650. package/icons/dnb/document_contract_medium.d.ts +0 -4
  651. package/icons/dnb/document_contract_medium.js +0 -21
  652. package/icons/dnb/document_csv.d.ts +0 -4
  653. package/icons/dnb/document_csv.js +0 -27
  654. package/icons/dnb/document_csv_medium.d.ts +0 -4
  655. package/icons/dnb/document_csv_medium.js +0 -30
  656. package/icons/dnb/document_loupe.d.ts +0 -4
  657. package/icons/dnb/document_loupe.js +0 -18
  658. package/icons/dnb/document_loupe_medium.d.ts +0 -4
  659. package/icons/dnb/document_loupe_medium.js +0 -18
  660. package/icons/dnb/document_medium.d.ts +0 -4
  661. package/icons/dnb/document_medium.js +0 -21
  662. package/icons/dnb/document_pdf.d.ts +0 -4
  663. package/icons/dnb/document_pdf.js +0 -27
  664. package/icons/dnb/document_pdf_medium.d.ts +0 -4
  665. package/icons/dnb/document_pdf_medium.js +0 -30
  666. package/icons/dnb/document_rejected.d.ts +0 -4
  667. package/icons/dnb/document_rejected.js +0 -21
  668. package/icons/dnb/document_rejected_medium.d.ts +0 -4
  669. package/icons/dnb/document_rejected_medium.js +0 -21
  670. package/icons/dnb/document_signing.d.ts +0 -4
  671. package/icons/dnb/document_signing.js +0 -18
  672. package/icons/dnb/document_signing_medium.d.ts +0 -4
  673. package/icons/dnb/document_signing_medium.js +0 -18
  674. package/icons/dnb/document_txt.d.ts +0 -4
  675. package/icons/dnb/document_txt.js +0 -27
  676. package/icons/dnb/document_txt_medium.d.ts +0 -4
  677. package/icons/dnb/document_txt_medium.js +0 -30
  678. package/icons/dnb/document_warning.d.ts +0 -4
  679. package/icons/dnb/document_warning.js +0 -24
  680. package/icons/dnb/document_warning_medium.d.ts +0 -4
  681. package/icons/dnb/document_warning_medium.js +0 -24
  682. package/icons/dnb/document_word.d.ts +0 -4
  683. package/icons/dnb/document_word.js +0 -27
  684. package/icons/dnb/document_word_medium.d.ts +0 -4
  685. package/icons/dnb/document_word_medium.js +0 -30
  686. package/icons/dnb/document_xls.d.ts +0 -4
  687. package/icons/dnb/document_xls.js +0 -27
  688. package/icons/dnb/document_xls_medium.d.ts +0 -4
  689. package/icons/dnb/document_xls_medium.js +0 -30
  690. package/icons/document.js +0 -2
  691. package/icons/document_add.d.ts +0 -3
  692. package/icons/document_add.js +0 -2
  693. package/icons/document_add_medium.d.ts +0 -3
  694. package/icons/document_add_medium.js +0 -2
  695. package/icons/document_contract.d.ts +0 -3
  696. package/icons/document_contract.js +0 -2
  697. package/icons/document_contract_medium.d.ts +0 -3
  698. package/icons/document_contract_medium.js +0 -2
  699. package/icons/document_csv.d.ts +0 -3
  700. package/icons/document_csv.js +0 -2
  701. package/icons/document_csv_medium.d.ts +0 -3
  702. package/icons/document_csv_medium.js +0 -2
  703. package/icons/document_loupe.d.ts +0 -3
  704. package/icons/document_loupe.js +0 -2
  705. package/icons/document_loupe_medium.d.ts +0 -3
  706. package/icons/document_loupe_medium.js +0 -2
  707. package/icons/document_medium.d.ts +0 -3
  708. package/icons/document_medium.js +0 -2
  709. package/icons/document_pdf.d.ts +0 -3
  710. package/icons/document_pdf.js +0 -2
  711. package/icons/document_pdf_medium.d.ts +0 -3
  712. package/icons/document_pdf_medium.js +0 -2
  713. package/icons/document_rejected.d.ts +0 -3
  714. package/icons/document_rejected.js +0 -2
  715. package/icons/document_rejected_medium.d.ts +0 -3
  716. package/icons/document_rejected_medium.js +0 -2
  717. package/icons/document_signing.d.ts +0 -3
  718. package/icons/document_signing.js +0 -2
  719. package/icons/document_signing_medium.d.ts +0 -3
  720. package/icons/document_signing_medium.js +0 -2
  721. package/icons/document_txt.d.ts +0 -3
  722. package/icons/document_txt.js +0 -2
  723. package/icons/document_txt_medium.d.ts +0 -3
  724. package/icons/document_txt_medium.js +0 -2
  725. package/icons/document_warning.d.ts +0 -3
  726. package/icons/document_warning.js +0 -2
  727. package/icons/document_warning_medium.d.ts +0 -3
  728. package/icons/document_warning_medium.js +0 -2
  729. package/icons/document_word.d.ts +0 -3
  730. package/icons/document_word.js +0 -2
  731. package/icons/document_word_medium.d.ts +0 -3
  732. package/icons/document_word_medium.js +0 -2
  733. package/icons/document_xls.d.ts +0 -3
  734. package/icons/document_xls.js +0 -2
  735. package/icons/document_xls_medium.d.ts +0 -3
  736. 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
  }
@@ -22,10 +22,10 @@ export declare type AnchorProps = {
22
22
  /** @deprecated use innerRef instead */
23
23
  inner_ref?: React.RefObject<HTMLAnchorElement>;
24
24
  };
25
- export declare type AnchorAllProps = AnchorProps & React.HTMLProps<HTMLAnchorElement> & SpacingProps;
25
+ export declare type AnchorAllProps = AnchorProps & Omit<React.HTMLProps<HTMLAnchorElement>, 'ref'> & SpacingProps;
26
26
  export declare function AnchorInstance(localProps: AnchorAllProps): JSX.Element;
27
- declare const Anchor: React.ForwardRefExoticComponent<Pick<AnchorProps & React.HTMLProps<HTMLAnchorElement> & import("../space/types").SpacingElementProps & {
27
+ declare const Anchor: React.ForwardRefExoticComponent<AnchorProps & Omit<React.HTMLProps<HTMLAnchorElement>, "ref"> & import("../space/types").SpacingElementProps & {
28
28
  space?: import("../space/types").SpaceType | import("../space/types").SpacingElementProps;
29
- }, "aria-hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "accessKey" | "key" | "value" | "space" | "top" | "right" | "bottom" | "left" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "className" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef" | "list" | "tooltip" | "step" | "shape" | "skeleton" | "as" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "target" | "type" | "useMap" | "width" | "wmode" | "wrap" | "to" | "icon" | "element" | "targetBlankTitle" | "iconPosition" | "omitClass" | "inner_ref"> & React.RefAttributes<HTMLAnchorElement>>;
29
+ } & React.RefAttributes<HTMLAnchorElement>>;
30
30
  export default Anchor;
31
31
  export declare function scrollToHashHandler(e: React.MouseEvent<HTMLAnchorElement, MouseEvent>): void;
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Used for snapshot testing
3
+ *
4
+ */
5
+
6
+ @import '../../../style/core/utilities.scss';
7
+ @import '../../icon/style/deps.scss';
8
+ @import '../../tooltip/style/deps.scss';
9
+ @import './dnb-anchor.scss';
@@ -28,21 +28,24 @@
28
28
  background-color: var(--sb-color-green);
29
29
  border-radius: 0.5rem;
30
30
  }
31
- html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active) {
31
+ .dnb-anchor:focus {
32
32
  color: var(--sb-color-blue-dark);
33
33
  background-color: var(--sb-color-blue-light-3);
34
34
  border-radius: 0.25rem;
35
35
  }
36
- html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-left {
36
+ .dnb-anchor:focus:not(:active) {
37
+ background-color: var(--sb-color-blue-light-3);
38
+ }
39
+ .dnb-anchor:focus.dnb-anchor--icon-left {
37
40
  margin-left: 0;
38
41
  }
39
- html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-left .dnb-icon {
42
+ .dnb-anchor:focus.dnb-anchor--icon-left .dnb-icon {
40
43
  margin-left: 0;
41
44
  }
42
- html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-right {
45
+ .dnb-anchor:focus.dnb-anchor--icon-right {
43
46
  margin-right: 0;
44
47
  }
45
- html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-right .dnb-icon {
48
+ .dnb-anchor:focus.dnb-anchor--icon-right .dnb-icon {
46
49
  margin-right: 0;
47
50
  }
48
51
  .dnb-anchor.dnb-anchor--icon-left {
@@ -89,24 +92,31 @@ html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-ri
89
92
  border-radius: 0.5rem;
90
93
  }
91
94
 
92
- .dnb-anchor--focus:not(:active) {
95
+ .dnb-anchor--focus {
93
96
  color: var(--sb-color-blue-dark);
94
97
  background-color: var(--sb-color-blue-light-3);
95
98
  border-radius: 0.25rem;
96
99
  }
97
- .dnb-anchor--focus:not(:active).dnb-anchor--icon-left {
100
+ .dnb-anchor--focus:not(:active) {
101
+ background-color: var(--sb-color-blue-light-3);
102
+ }
103
+ .dnb-anchor--focus.dnb-anchor--icon-left {
98
104
  margin-left: 0;
99
105
  }
100
- .dnb-anchor--focus:not(:active).dnb-anchor--icon-left .dnb-icon {
106
+ .dnb-anchor--focus.dnb-anchor--icon-left .dnb-icon {
101
107
  margin-left: 0;
102
108
  }
103
- .dnb-anchor--focus:not(:active).dnb-anchor--icon-right {
109
+ .dnb-anchor--focus.dnb-anchor--icon-right {
104
110
  margin-right: 0;
105
111
  }
106
- .dnb-anchor--focus:not(:active).dnb-anchor--icon-right .dnb-icon {
112
+ .dnb-anchor--focus.dnb-anchor--icon-right .dnb-icon {
107
113
  margin-right: 0;
108
114
  }
109
115
 
116
+ .dnb-anchor--no-radius, .dnb-anchor--no-radius:hover, .dnb-anchor--no-radius:active, .dnb-anchor--no-radius:focus {
117
+ border-radius: 0;
118
+ }
119
+
110
120
  .dnb-anchor--contrast {
111
121
  color: var(--color-white);
112
122
  }
@@ -1 +1 @@
1
- @charset "UTF-8";.dnb-anchor{--anchor-underline-thickness:0.125rem;color:var(--sb-color-gray-dark-3);font-weight:var(--sb-font-weight-bold);padding:calc(var(--line-height-basis)/2 - .6em) .25em;-webkit-text-decoration-color:var(--sb-color-green-dark);text-decoration-color:var(--sb-color-green-dark)}.dnb-anchor:hover{background-color:var(--sb-color-green-dark);transition:none}.dnb-anchor:active,.dnb-anchor:hover{border-radius:.5rem;color:var(--sb-color-text)}.dnb-anchor:active{background-color:var(--sb-color-green)}html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active){background-color:var(--sb-color-blue-light-3);border-radius:.25rem;color:var(--sb-color-blue-dark)}html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-left,html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-left .dnb-icon{margin-left:0}html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-right,html[data-whatinput=keyboard] .dnb-anchor:focus:not(:active).dnb-anchor--icon-right .dnb-icon{margin-right:0}.dnb-anchor.dnb-anchor--icon-left{margin-left:1.125em;padding-left:0}.dnb-anchor.dnb-anchor--icon-left .dnb-icon{font-size:1em;margin-left:-1.125em;margin-right:.125em}.dnb-anchor.dnb-anchor--icon-right{margin-right:1.125em;padding-right:0}.dnb-anchor.dnb-anchor--icon-right .dnb-icon{font-size:1em;margin-left:.125em;margin-right:-1.125em}.dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--has-icon):not(.anchor-hash):not(.dnb-anchor--icon-left){padding-left:0}.dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--has-icon):not(.anchor-hash):not(.dnb-anchor--icon-left):before{content:" "}.dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--has-icon):not(.anchor-hash):not(.dnb-anchor--icon-right):not(.dnb-anchor[target=_blank]){padding-right:0}.dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--has-icon):not(.anchor-hash):not(.dnb-anchor--icon-right):not(.dnb-anchor[target=_blank]):after{content:" "}.dnb-anchor--hover{background-color:var(--sb-color-green-dark);transition:none}.dnb-anchor--active,.dnb-anchor--hover{border-radius:.5rem;color:var(--sb-color-text)}.dnb-anchor--active{background-color:var(--sb-color-green)}.dnb-anchor--focus:not(:active){background-color:var(--sb-color-blue-light-3);border-radius:.25rem;color:var(--sb-color-blue-dark)}.dnb-anchor--focus:not(:active).dnb-anchor--icon-left,.dnb-anchor--focus:not(:active).dnb-anchor--icon-left .dnb-icon{margin-left:0}.dnb-anchor--focus:not(:active).dnb-anchor--icon-right,.dnb-anchor--focus:not(:active).dnb-anchor--icon-right .dnb-icon{margin-right:0}.dnb-anchor--contrast{color:var(--color-white)}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{text-decoration:none}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-anchor--contrast:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-anchor--contrast:not(:disabled):focus{--border-color:var(--color-white);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}
1
+ @charset "UTF-8";.dnb-anchor{--anchor-underline-thickness:0.125rem;color:var(--sb-color-gray-dark-3);font-weight:var(--sb-font-weight-bold);padding:calc(var(--line-height-basis)/2 - .6em) .25em;-webkit-text-decoration-color:var(--sb-color-green-dark);text-decoration-color:var(--sb-color-green-dark)}.dnb-anchor:hover{background-color:var(--sb-color-green-dark);transition:none}.dnb-anchor:active,.dnb-anchor:hover{border-radius:.5rem;color:var(--sb-color-text)}.dnb-anchor:active{background-color:var(--sb-color-green)}.dnb-anchor:focus{border-radius:.25rem;color:var(--sb-color-blue-dark)}.dnb-anchor:focus,.dnb-anchor:focus:not(:active){background-color:var(--sb-color-blue-light-3)}.dnb-anchor:focus.dnb-anchor--icon-left,.dnb-anchor:focus.dnb-anchor--icon-left .dnb-icon{margin-left:0}.dnb-anchor:focus.dnb-anchor--icon-right,.dnb-anchor:focus.dnb-anchor--icon-right .dnb-icon{margin-right:0}.dnb-anchor.dnb-anchor--icon-left{margin-left:1.125em;padding-left:0}.dnb-anchor.dnb-anchor--icon-left .dnb-icon{font-size:1em;margin-left:-1.125em;margin-right:.125em}.dnb-anchor.dnb-anchor--icon-right{margin-right:1.125em;padding-right:0}.dnb-anchor.dnb-anchor--icon-right .dnb-icon{font-size:1em;margin-left:.125em;margin-right:-1.125em}.dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--has-icon):not(.anchor-hash):not(.dnb-anchor--icon-left){padding-left:0}.dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--has-icon):not(.anchor-hash):not(.dnb-anchor--icon-left):before{content:" "}.dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--has-icon):not(.anchor-hash):not(.dnb-anchor--icon-right):not(.dnb-anchor[target=_blank]){padding-right:0}.dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--has-icon):not(.anchor-hash):not(.dnb-anchor--icon-right):not(.dnb-anchor[target=_blank]):after{content:" "}.dnb-anchor--hover{background-color:var(--sb-color-green-dark);transition:none}.dnb-anchor--active,.dnb-anchor--hover{border-radius:.5rem;color:var(--sb-color-text)}.dnb-anchor--active{background-color:var(--sb-color-green)}.dnb-anchor--focus{border-radius:.25rem;color:var(--sb-color-blue-dark)}.dnb-anchor--focus,.dnb-anchor--focus:not(:active){background-color:var(--sb-color-blue-light-3)}.dnb-anchor--focus.dnb-anchor--icon-left,.dnb-anchor--focus.dnb-anchor--icon-left .dnb-icon{margin-left:0}.dnb-anchor--focus.dnb-anchor--icon-right,.dnb-anchor--focus.dnb-anchor--icon-right .dnb-icon{margin-right:0}.dnb-anchor--no-radius,.dnb-anchor--no-radius:active,.dnb-anchor--no-radius:focus,.dnb-anchor--no-radius:hover{border-radius:0}.dnb-anchor--contrast{color:var(--color-white)}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{text-decoration:none}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-anchor--contrast:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-anchor--contrast:not(:disabled):focus{--border-color:var(--color-white);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}
@@ -17,24 +17,25 @@
17
17
  }
18
18
 
19
19
  @mixin anchorFocus() {
20
+ color: var(--sb-color-blue-dark);
21
+ background-color: var(--sb-color-blue-light-3);
22
+ border-radius: 0.25rem;
23
+
20
24
  &:not(:active) {
21
- color: var(--sb-color-blue-dark);
22
25
  background-color: var(--sb-color-blue-light-3);
26
+ }
23
27
 
24
- border-radius: 0.25rem;
25
-
26
- &.dnb-anchor--icon-left {
28
+ &.dnb-anchor--icon-left {
29
+ margin-left: 0;
30
+ .dnb-icon {
27
31
  margin-left: 0;
28
- .dnb-icon {
29
- margin-left: 0;
30
- }
31
32
  }
33
+ }
32
34
 
33
- &.dnb-anchor--icon-right {
35
+ &.dnb-anchor--icon-right {
36
+ margin-right: 0;
37
+ .dnb-icon {
34
38
  margin-right: 0;
35
- .dnb-icon {
36
- margin-right: 0;
37
- }
38
39
  }
39
40
  }
40
41
  }
@@ -59,9 +60,7 @@
59
60
  }
60
61
 
61
62
  &:focus {
62
- @include utilities.whatInput('keyboard') {
63
- @include anchorFocus();
64
- }
63
+ @include anchorFocus();
65
64
  }
66
65
 
67
66
  &.dnb-anchor--icon-left {
@@ -115,6 +114,10 @@
115
114
  @include anchorFocus();
116
115
  }
117
116
 
117
+ .dnb-anchor--no-radius {
118
+ @include anchor-mixins.resetBorderRadius();
119
+ }
120
+
118
121
  // TODO: add correct contrast styling when designs are in place
119
122
  .dnb-anchor--contrast {
120
123
  @include anchor-mixins.useAnchorContrastStyle();
@@ -1,6 +1,6 @@
1
1
  @use '../anchor-mixins.scss';
2
2
 
3
- .dnb-anchor {
3
+ @mixin anchorStyle() {
4
4
  color: var(--color-sea-green);
5
5
 
6
6
  &:hover,
@@ -21,22 +21,36 @@
21
21
  }
22
22
  }
23
23
 
24
- .dnb-anchor--hover {
25
- color: var(--color-sea-green);
26
- @include anchor-mixins.anchorBackground(var(--color-mint-green-50));
27
- }
28
-
29
- .dnb-anchor--active {
30
- color: var(--color-mint-green);
31
- @include anchor-mixins.anchorBackground(var(--color-emerald-green));
32
- }
24
+ $useClasses: true !default;
25
+ @if $useClasses {
26
+ .dnb-anchor {
27
+ @include anchorStyle();
28
+ }
33
29
 
34
- .dnb-anchor--focus {
35
- &:not(:active) {
30
+ .dnb-anchor--hover {
36
31
  color: var(--color-sea-green);
32
+ @include anchor-mixins.anchorBackground(var(--color-mint-green-50));
33
+ }
34
+
35
+ .dnb-anchor--active {
36
+ color: var(--color-mint-green);
37
+ @include anchor-mixins.anchorBackground(var(--color-emerald-green));
38
+ }
39
+
40
+ .dnb-anchor--focus {
41
+ &:not(:active) {
42
+ color: var(--color-sea-green);
43
+ }
44
+ }
45
+
46
+ .dnb-anchor--contrast {
47
+ @include anchor-mixins.useAnchorContrastStyle();
37
48
  }
38
49
  }
39
50
 
40
- .dnb-anchor--contrast {
41
- @include anchor-mixins.useAnchorContrastStyle();
51
+ @mixin anchorThemeTag() {
52
+ a {
53
+ --theme-color-black-80: var(--color-sea-green);
54
+ @include anchorStyle();
55
+ }
42
56
  }
@@ -1586,6 +1586,7 @@ class AutocompleteInstance extends React.PureComponent {
1586
1586
  }
1587
1587
 
1588
1588
  const suffixValue = (_getCurrentData = getCurrentData(selected_item, this.context.drawerList.original_data)) === null || _getCurrentData === void 0 ? void 0 : _getCurrentData.suffix_value;
1589
+ const innerId = suffixValue && showStatus ? `${id}-inner` : null;
1589
1590
  validateDOMAttributes(null, mainParams);
1590
1591
  validateDOMAttributes(null, shellParams);
1591
1592
  return React.createElement("span", mainParams, label && React.createElement(FormLabel, {
@@ -1599,7 +1600,8 @@ class AutocompleteInstance extends React.PureComponent {
1599
1600
  onClick: this.toggleVisible
1600
1601
  }), React.createElement("span", {
1601
1602
  className: "dnb-autocomplete__inner",
1602
- ref: this._ref
1603
+ ref: this._ref,
1604
+ id: innerId
1603
1605
  }, _AlignmentHelper || (_AlignmentHelper = React.createElement(AlignmentHelper, null)), React.createElement(FormStatus, _extends({
1604
1606
  show: showStatus,
1605
1607
  id: id + '-form-status',
@@ -1609,7 +1611,8 @@ class AutocompleteInstance extends React.PureComponent {
1609
1611
  text: status,
1610
1612
  state: status_state,
1611
1613
  no_animation: status_no_animation,
1612
- skeleton: skeleton
1614
+ skeleton: skeleton,
1615
+ width_selector: innerId
1613
1616
  }, status_props)), React.createElement("span", {
1614
1617
  className: "dnb-autocomplete__row"
1615
1618
  }, React.createElement("span", shellParams, CustomInput ? React.createElement(CustomInput, inputParams) : React.createElement(Input, _extends({
@@ -5,6 +5,7 @@ import type { SkeletonShow } from '../skeleton/Skeleton';
5
5
  import AvatarGroup from './AvatarGroup';
6
6
  export declare type AvatarSizes = 'small' | 'medium' | 'large' | 'x-large';
7
7
  export declare type AvatarVariants = 'primary' | 'secondary' | 'tertiary';
8
+ export declare type AvatarImgProps = ImgProps;
8
9
  export interface AvatarProps {
9
10
  /**
10
11
  * Used in combination with `src` to provide an alt attribute for the `img` element.
@@ -86,6 +86,10 @@ html[data-whatintent=touch] .dnb-button--tertiary:active:not([disabled]) .dnb-bu
86
86
  html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text::after, html:not([data-whatintent=touch]) html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text::after {
87
87
  visibility: hidden;
88
88
  }
89
+ .dnb-button--tertiary.dnb-button--has-text {
90
+ padding-left: 0;
91
+ padding-right: 0;
92
+ }
89
93
  .dnb-button--tertiary.dnb-button--has-text .dnb-button__icon {
90
94
  align-self: flex-start;
91
95
  margin-top: calc(var(--button-height) / 2 - 0.5rem);
@@ -1 +1 @@
1
- .dnb-button--tertiary{--button-tertiary-focus-overflow:-1rem}.dnb-button--tertiary .dnb-button__text{position:relative}.dnb-button--tertiary .dnb-button__text:after{background-color:currentcolor;border-radius:.0475rem;bottom:0;bottom:-.0625rem;color:var(--color-sea-green);color:transparent;content:"";height:.095rem;left:0;position:absolute;right:0;transition:color .25s ease-in-out;width:auto;z-index:1}[data-visual-test-wrapper] .dnb-button--tertiary .dnb-button__text:after{transition:none}.dnb-skeleton .dnb-button--tertiary .dnb-button__text:after{content:none}.dnb-button--tertiary:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:focus[disabled]{cursor:not-allowed}.dnb-button--tertiary:focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]){outline:initial}html[data-whatinput=keyboard] .dnb-button--tertiary:focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]){box-shadow:none}.dnb-button--tertiary:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]):before{border-radius:inherit;bottom:0;content:"";height:inherit;left:-.5rem;outline:none;position:absolute;right:-.5rem;top:0;z-index:1}html[data-whatinput=keyboard] .dnb-button--tertiary:focus:not([disabled]):before,html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]):before{--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-button--tertiary:focus:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]) .dnb-button__text:after{visibility:hidden}html:not([data-whatintent=touch]) .dnb-button--tertiary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--tertiary:hover:not([disabled]) .dnb-button__text:after{visibility:visible}.dnb-button--tertiary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:active[disabled]{cursor:not-allowed}.dnb-button--tertiary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]){outline:initial}html[data-whatinput=keyboard] .dnb-button--tertiary:active:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]){box-shadow:none}html[data-whatintent=touch] .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after,html[data-whatintent=touch] html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after{opacity:1;transition:none;visibility:visible}html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after{visibility:hidden}.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon{align-self:flex-start;margin-top:calc(var(--button-height)/2 - .5rem)}.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon.dnb-icon--medium{margin-top:calc(var(--button-height)/2 - .75rem)}.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon.dnb-icon--large{margin-top:calc(var(--button-height)/2 - 1rem)}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large .dnb-button__icon{margin-top:calc(var(--button-height--large)/2 - .5rem)}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-medium .dnb-button__icon{margin-top:calc(var(--button-height--medium)/2 - .5rem)}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-small .dnb-button__icon{margin-top:calc(var(--button-height--small)/2 - .5rem)}.dnb-button--tertiary.dnb-button--icon-position-top{border-radius:.5rem;flex-direction:column;vertical-align:middle}.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--has-text{padding:0}.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--has-text .dnb-button__icon{align-self:center;margin-top:.5rem}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__text{font-size:var(--font-size-x-small);margin-bottom:.25rem;margin-top:0}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__text:after{left:0;right:0}.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--size-large .dnb-button__text{font-size:var(--font-size-small)}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__alignment{height:0;order:3}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left .dnb-button__text{padding-left:1rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left .dnb-button__text:after{left:-.5rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left .dnb-button__icon{margin-left:0;margin-right:-.5rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--icon-size-large .dnb-button__text,.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--icon-size-medium .dnb-button__text{margin-left:1rem;padding-left:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--icon-size-large .dnb-button__text:after,.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--icon-size-medium .dnb-button__text:after{left:-.5rem;right:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus[disabled]{cursor:not-allowed}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus:not([disabled]):before{right:var(--button-tertiary-focus-overflow)}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right .dnb-button__text{padding-right:1rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right .dnb-button__text:after{right:-.5rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right .dnb-button__icon{margin-left:-.5rem;margin-right:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--icon-size-large .dnb-button__text,.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--icon-size-medium .dnb-button__text{margin-right:1rem;padding-right:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--icon-size-large .dnb-button__text:after,.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--icon-size-medium .dnb-button__text:after{right:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus[disabled]{cursor:not-allowed}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus:not([disabled]):before{left:var(--button-tertiary-focus-overflow)}.dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus[disabled]{cursor:not-allowed}.dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus:not([disabled]):before{left:0;right:0}html[data-whatinput=keyboard] .dnb-button--tertiary:hover:focus .dnb-button__text:after{visibility:hidden}
1
+ .dnb-button--tertiary{--button-tertiary-focus-overflow:-1rem}.dnb-button--tertiary .dnb-button__text{position:relative}.dnb-button--tertiary .dnb-button__text:after{background-color:currentcolor;border-radius:.0475rem;bottom:0;bottom:-.0625rem;color:var(--color-sea-green);color:transparent;content:"";height:.095rem;left:0;position:absolute;right:0;transition:color .25s ease-in-out;width:auto;z-index:1}[data-visual-test-wrapper] .dnb-button--tertiary .dnb-button__text:after{transition:none}.dnb-skeleton .dnb-button--tertiary .dnb-button__text:after{content:none}.dnb-button--tertiary:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:focus[disabled]{cursor:not-allowed}.dnb-button--tertiary:focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]){outline:initial}html[data-whatinput=keyboard] .dnb-button--tertiary:focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]){box-shadow:none}.dnb-button--tertiary:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]):before{border-radius:inherit;bottom:0;content:"";height:inherit;left:-.5rem;outline:none;position:absolute;right:-.5rem;top:0;z-index:1}html[data-whatinput=keyboard] .dnb-button--tertiary:focus:not([disabled]):before,html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]):before{--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-button--tertiary:focus:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-button--tertiary:focus:not([disabled]) .dnb-button__text:after{visibility:hidden}html:not([data-whatintent=touch]) .dnb-button--tertiary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--tertiary:hover:not([disabled]) .dnb-button__text:after{visibility:visible}.dnb-button--tertiary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:active[disabled]{cursor:not-allowed}.dnb-button--tertiary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]){outline:initial}html[data-whatinput=keyboard] .dnb-button--tertiary:active:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]){box-shadow:none}html[data-whatintent=touch] .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after,html[data-whatintent=touch] html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after{opacity:1;transition:none;visibility:visible}html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after{visibility:hidden}.dnb-button--tertiary.dnb-button--has-text{padding-left:0;padding-right:0}.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon{align-self:flex-start;margin-top:calc(var(--button-height)/2 - .5rem)}.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon.dnb-icon--medium{margin-top:calc(var(--button-height)/2 - .75rem)}.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon.dnb-icon--large{margin-top:calc(var(--button-height)/2 - 1rem)}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large .dnb-button__icon{margin-top:calc(var(--button-height--large)/2 - .5rem)}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-medium .dnb-button__icon{margin-top:calc(var(--button-height--medium)/2 - .5rem)}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-small .dnb-button__icon{margin-top:calc(var(--button-height--small)/2 - .5rem)}.dnb-button--tertiary.dnb-button--icon-position-top{border-radius:.5rem;flex-direction:column;vertical-align:middle}.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--has-text{padding:0}.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--has-text .dnb-button__icon{align-self:center;margin-top:.5rem}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__text{font-size:var(--font-size-x-small);margin-bottom:.25rem;margin-top:0}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__text:after{left:0;right:0}.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--size-large .dnb-button__text{font-size:var(--font-size-small)}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__alignment{height:0;order:3}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left .dnb-button__text{padding-left:1rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left .dnb-button__text:after{left:-.5rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left .dnb-button__icon{margin-left:0;margin-right:-.5rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--icon-size-large .dnb-button__text,.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--icon-size-medium .dnb-button__text{margin-left:1rem;padding-left:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--icon-size-large .dnb-button__text:after,.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--icon-size-medium .dnb-button__text:after{left:-.5rem;right:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus[disabled]{cursor:not-allowed}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus:not([disabled]):before{right:var(--button-tertiary-focus-overflow)}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right .dnb-button__text{padding-right:1rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right .dnb-button__text:after{right:-.5rem}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right .dnb-button__icon{margin-left:-.5rem;margin-right:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--icon-size-large .dnb-button__text,.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--icon-size-medium .dnb-button__text{margin-right:1rem;padding-right:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--icon-size-large .dnb-button__text:after,.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--icon-size-medium .dnb-button__text:after{right:0}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus[disabled]{cursor:not-allowed}.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus:not([disabled]):before{left:var(--button-tertiary-focus-overflow)}.dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus[disabled]{cursor:not-allowed}.dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus:not([disabled]):before,html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus:not([disabled]):before{left:0;right:0}html[data-whatinput=keyboard] .dnb-button--tertiary:hover:focus .dnb-button__text:after{visibility:hidden}
@@ -52,6 +52,9 @@
52
52
  }
53
53
 
54
54
  &.dnb-button--has-text {
55
+ padding-left: 0;
56
+ padding-right: 0;
57
+
55
58
  .dnb-button__icon {
56
59
  align-self: flex-start; // needed to vertically center icon
57
60
 
@@ -65,7 +65,7 @@
65
65
  }
66
66
 
67
67
  // Used in tertiary button variant
68
- @mixin buttonFocusRing($whatinput: null, $overflow: -0.5rem, $inset: null) {
68
+ @mixin buttonFocusRing($whatinput: null, $inset: null) {
69
69
  // Create focus-ring
70
70
  &::before {
71
71
  content: '';
@@ -73,9 +73,9 @@
73
73
  z-index: 1; // to be visible in other absolute contexts
74
74
 
75
75
  top: 0;
76
- left: $overflow;
76
+ left: -0.5rem;
77
77
  bottom: 0;
78
- right: $overflow;
78
+ right: -0.5rem;
79
79
 
80
80
  height: inherit;
81
81
  border-radius: inherit;