@dnb/eufemia 10.0.0 → 10.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (688) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/assets/icons/dnb/accounting.svg +1 -0
  3. package/assets/icons/dnb/accounting_medium.svg +1 -0
  4. package/assets/icons/dnb/candle_stick.svg +1 -0
  5. package/assets/icons/dnb/candle_stick_medium.svg +1 -0
  6. package/assets/icons/dnb/eufemia-icons-xml-categorized.tgz +0 -0
  7. package/assets/icons/dnb/eufemia-icons-xml.tgz +0 -0
  8. package/assets/icons/dnb/fortune_ball.svg +1 -0
  9. package/assets/icons/dnb/fortune_ball_medium.svg +1 -0
  10. package/assets/icons/dnb/scan.svg +1 -0
  11. package/assets/icons/dnb/scan_medium.svg +1 -0
  12. package/assets/icons/dnb/shield_lock.svg +1 -1
  13. package/assets/icons/dnb/shield_lock_medium.svg +1 -1
  14. package/cjs/components/anchor/Anchor.d.ts +3 -3
  15. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  16. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  17. package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  18. package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  19. package/cjs/components/autocomplete/Autocomplete.js +5 -2
  20. package/cjs/components/avatar/Avatar.d.ts +1 -0
  21. package/cjs/components/button/style/dnb-button--tertiary.css +4 -0
  22. package/cjs/components/button/style/dnb-button--tertiary.min.css +1 -1
  23. package/cjs/components/button/style/dnb-button--tertiary.scss +3 -0
  24. package/cjs/components/button/style/themes/button-mixins.scss +3 -3
  25. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  26. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  27. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  28. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  29. package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  30. package/cjs/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  31. package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  32. package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  33. package/cjs/components/checkbox/Checkbox.d.ts +1 -1
  34. package/cjs/components/date-picker/DatePicker.d.ts +1 -1
  35. package/cjs/components/drawer/Drawer.d.ts +2 -1
  36. package/cjs/components/dropdown/Dropdown.d.ts +1 -1
  37. package/cjs/components/form-label/FormLabel.d.ts +1 -1
  38. package/cjs/components/form-row/FormRow.d.ts +1 -1
  39. package/cjs/components/form-set/FormSet.d.ts +1 -1
  40. package/cjs/components/form-status/FormStatus.d.ts +1 -1
  41. package/cjs/components/global-error/GlobalError.d.ts +1 -1
  42. package/cjs/components/global-status/GlobalStatus.d.ts +1 -1
  43. package/cjs/components/heading/Heading.d.ts +1 -1
  44. package/cjs/components/height-animation/HeightAnimation.d.ts +1 -1
  45. package/cjs/components/icon/Icon.d.ts +1 -1
  46. package/cjs/components/icon/Icon.js +1 -1
  47. package/cjs/components/icon-primary/IconPrimary.d.ts +1 -1
  48. package/cjs/components/input/Input.d.ts +2 -2
  49. package/cjs/components/input/InputPassword.d.ts +1 -1
  50. package/cjs/components/input-masked/InputMasked.d.ts +2 -2
  51. package/cjs/components/input-masked/InputMasked.js +1 -1
  52. package/cjs/components/input-masked/InputMaskedHooks.js +17 -9
  53. package/cjs/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  54. package/cjs/components/lib.d.ts +2 -2
  55. package/cjs/components/logo/Logo.d.ts +1 -1
  56. package/cjs/components/number-format/NumberFormat.js +2 -12
  57. package/cjs/components/number-format/NumberUtils.d.ts +12 -0
  58. package/cjs/components/pagination/Pagination.d.ts +1 -1
  59. package/cjs/components/radio/Radio.d.ts +1 -1
  60. package/cjs/components/radio/RadioGroup.d.ts +1 -1
  61. package/cjs/components/section/Section.d.ts +1 -1
  62. package/cjs/components/skeleton/Skeleton.d.ts +1 -1
  63. package/cjs/components/space/Space.d.ts +1 -1
  64. package/cjs/components/step-indicator/StepIndicator.d.ts +1 -1
  65. package/cjs/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  66. package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  67. package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  68. package/cjs/components/switch/Switch.d.ts +1 -1
  69. package/cjs/components/tabs/Tabs.d.ts +1 -1
  70. package/cjs/components/textarea/Textarea.d.ts +1 -1
  71. package/cjs/components/toggle-button/ToggleButton.d.ts +1 -1
  72. package/cjs/core/jest/jestSetupScreenshots.css +1 -0
  73. package/cjs/elements/Element.d.ts +3 -3
  74. package/cjs/elements/Link.d.ts +2 -2
  75. package/cjs/elements/img/style/dnb-img.scss +2 -24
  76. package/cjs/elements/img/style/img-mixins.scss +29 -0
  77. package/cjs/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  78. package/cjs/elements/lib.d.ts +2 -2
  79. package/cjs/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  80. package/cjs/icons/{document_csv.d.ts → accounting.d.ts} +1 -1
  81. package/cjs/icons/{document_pdf.js → accounting.js} +2 -2
  82. package/cjs/icons/{document_contract.d.ts → accounting_medium.d.ts} +1 -1
  83. package/cjs/icons/{document_contract.js → accounting_medium.js} +2 -2
  84. package/cjs/icons/{document_pdf.d.ts → candle_stick.d.ts} +1 -1
  85. package/cjs/icons/{document_add.js → candle_stick.js} +2 -2
  86. package/cjs/icons/{document_add_medium.d.ts → candle_stick_medium.d.ts} +1 -1
  87. package/cjs/icons/{document_add_medium.js → candle_stick_medium.js} +2 -2
  88. package/cjs/icons/dnb/{document_pdf.d.ts → accounting.d.ts} +2 -2
  89. package/cjs/icons/dnb/{document_rejected.js → accounting.js} +8 -8
  90. package/cjs/icons/dnb/accounting_medium.d.ts +4 -0
  91. package/cjs/icons/dnb/accounting_medium.js +31 -0
  92. package/cjs/icons/dnb/{document_add.d.ts → candle_stick.d.ts} +2 -2
  93. package/cjs/icons/dnb/{document.js → candle_stick.js} +7 -8
  94. package/cjs/icons/dnb/candle_stick_medium.d.ts +4 -0
  95. package/cjs/icons/dnb/{document_medium.js → candle_stick_medium.js} +7 -8
  96. package/cjs/icons/dnb/{document_csv.d.ts → fortune_ball.d.ts} +2 -2
  97. package/cjs/icons/dnb/fortune_ball.js +31 -0
  98. package/cjs/icons/dnb/fortune_ball_medium.d.ts +4 -0
  99. package/cjs/icons/dnb/fortune_ball_medium.js +31 -0
  100. package/cjs/icons/dnb/icons-svg.lock +1174 -1070
  101. package/cjs/icons/dnb/index.d.ts +9 -25
  102. package/cjs/icons/dnb/index.js +64 -192
  103. package/cjs/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  104. package/cjs/icons/dnb/scan.js +28 -0
  105. package/cjs/icons/dnb/scan_medium.d.ts +4 -0
  106. package/cjs/icons/dnb/scan_medium.js +35 -0
  107. package/cjs/icons/dnb/secondary_icons.d.ts +5 -1
  108. package/cjs/icons/dnb/secondary_icons.js +32 -0
  109. package/cjs/icons/dnb/secondary_icons_medium.d.ts +5 -1
  110. package/cjs/icons/dnb/secondary_icons_medium.js +32 -0
  111. package/cjs/icons/dnb/shield_lock.js +17 -2
  112. package/cjs/icons/dnb/shield_lock_medium.js +17 -2
  113. package/cjs/icons/{document_add.d.ts → fortune_ball.d.ts} +1 -1
  114. package/cjs/icons/{document_csv.js → fortune_ball.js} +2 -2
  115. package/cjs/icons/fortune_ball_medium.d.ts +3 -0
  116. package/cjs/icons/fortune_ball_medium.js +13 -0
  117. package/cjs/icons/icons-meta.json +3748 -0
  118. package/cjs/icons/index.d.ts +9 -25
  119. package/cjs/icons/index.js +64 -192
  120. package/{es/icons/document.d.ts → cjs/icons/scan.d.ts} +1 -1
  121. package/cjs/icons/{document.js → scan.js} +2 -2
  122. package/cjs/icons/scan_medium.d.ts +3 -0
  123. package/cjs/icons/scan_medium.js +13 -0
  124. package/cjs/shared/Eufemia.d.ts +1 -1
  125. package/cjs/shared/Eufemia.js +2 -2
  126. package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  127. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +8 -8
  128. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  129. package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  130. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +28 -28
  131. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  132. package/cjs/style/themes/theme-ui/ui-theme-basis.css +4 -4
  133. package/cjs/style/themes/theme-ui/ui-theme-components.css +4 -4
  134. package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  135. package/cjs/style/themes/theme-ui/ui-theme-elements.css +4 -4
  136. package/cjs/style/themes/theme-ui/ui-theme-tags.css +98 -1
  137. package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  138. package/cjs/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  139. package/components/anchor/Anchor.d.ts +3 -3
  140. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  141. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  142. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  143. package/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  144. package/components/autocomplete/Autocomplete.js +5 -2
  145. package/components/avatar/Avatar.d.ts +1 -0
  146. package/components/button/style/dnb-button--tertiary.css +4 -0
  147. package/components/button/style/dnb-button--tertiary.min.css +1 -1
  148. package/components/button/style/dnb-button--tertiary.scss +3 -0
  149. package/components/button/style/themes/button-mixins.scss +3 -3
  150. package/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  151. package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  152. package/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  153. package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  154. package/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  155. package/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  156. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  157. package/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  158. package/components/checkbox/Checkbox.d.ts +1 -1
  159. package/components/date-picker/DatePicker.d.ts +1 -1
  160. package/components/drawer/Drawer.d.ts +2 -1
  161. package/components/dropdown/Dropdown.d.ts +1 -1
  162. package/components/form-label/FormLabel.d.ts +1 -1
  163. package/components/form-row/FormRow.d.ts +1 -1
  164. package/components/form-set/FormSet.d.ts +1 -1
  165. package/components/form-status/FormStatus.d.ts +1 -1
  166. package/components/global-error/GlobalError.d.ts +1 -1
  167. package/components/global-status/GlobalStatus.d.ts +1 -1
  168. package/components/heading/Heading.d.ts +1 -1
  169. package/components/height-animation/HeightAnimation.d.ts +1 -1
  170. package/components/icon/Icon.d.ts +1 -1
  171. package/components/icon/Icon.js +1 -1
  172. package/components/icon-primary/IconPrimary.d.ts +1 -1
  173. package/components/input/Input.d.ts +2 -2
  174. package/components/input/InputPassword.d.ts +1 -1
  175. package/components/input-masked/InputMasked.d.ts +2 -2
  176. package/components/input-masked/InputMasked.js +1 -1
  177. package/components/input-masked/InputMaskedHooks.js +16 -11
  178. package/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  179. package/components/lib.d.ts +2 -2
  180. package/components/logo/Logo.d.ts +1 -1
  181. package/components/number-format/NumberFormat.js +2 -10
  182. package/components/number-format/NumberUtils.d.ts +12 -0
  183. package/components/pagination/Pagination.d.ts +1 -1
  184. package/components/radio/Radio.d.ts +1 -1
  185. package/components/radio/RadioGroup.d.ts +1 -1
  186. package/components/section/Section.d.ts +1 -1
  187. package/components/skeleton/Skeleton.d.ts +1 -1
  188. package/components/space/Space.d.ts +1 -1
  189. package/components/step-indicator/StepIndicator.d.ts +1 -1
  190. package/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  191. package/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  192. package/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  193. package/components/switch/Switch.d.ts +1 -1
  194. package/components/tabs/Tabs.d.ts +1 -1
  195. package/components/textarea/Textarea.d.ts +1 -1
  196. package/components/toggle-button/ToggleButton.d.ts +1 -1
  197. package/core/jest/jestSetupScreenshots.css +1 -0
  198. package/elements/Element.d.ts +3 -3
  199. package/elements/Link.d.ts +2 -2
  200. package/elements/img/style/dnb-img.scss +2 -24
  201. package/elements/img/style/img-mixins.scss +29 -0
  202. package/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  203. package/elements/lib.d.ts +2 -2
  204. package/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  205. package/es/components/anchor/Anchor.d.ts +3 -3
  206. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  207. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  208. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  209. package/es/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  210. package/es/components/autocomplete/Autocomplete.js +5 -2
  211. package/es/components/avatar/Avatar.d.ts +1 -0
  212. package/es/components/button/style/dnb-button--tertiary.css +4 -0
  213. package/es/components/button/style/dnb-button--tertiary.min.css +1 -1
  214. package/es/components/button/style/dnb-button--tertiary.scss +3 -0
  215. package/es/components/button/style/themes/button-mixins.scss +3 -3
  216. package/es/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  217. package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  218. package/es/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  219. package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  220. package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  221. package/es/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  222. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  223. package/es/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  224. package/es/components/checkbox/Checkbox.d.ts +1 -1
  225. package/es/components/date-picker/DatePicker.d.ts +1 -1
  226. package/es/components/drawer/Drawer.d.ts +2 -1
  227. package/es/components/dropdown/Dropdown.d.ts +1 -1
  228. package/es/components/form-label/FormLabel.d.ts +1 -1
  229. package/es/components/form-row/FormRow.d.ts +1 -1
  230. package/es/components/form-set/FormSet.d.ts +1 -1
  231. package/es/components/form-status/FormStatus.d.ts +1 -1
  232. package/es/components/global-error/GlobalError.d.ts +1 -1
  233. package/es/components/global-status/GlobalStatus.d.ts +1 -1
  234. package/es/components/heading/Heading.d.ts +1 -1
  235. package/es/components/height-animation/HeightAnimation.d.ts +1 -1
  236. package/es/components/icon/Icon.d.ts +1 -1
  237. package/es/components/icon/Icon.js +1 -1
  238. package/es/components/icon-primary/IconPrimary.d.ts +1 -1
  239. package/es/components/input/Input.d.ts +2 -2
  240. package/es/components/input/InputPassword.d.ts +1 -1
  241. package/es/components/input-masked/InputMasked.d.ts +2 -2
  242. package/es/components/input-masked/InputMasked.js +1 -1
  243. package/es/components/input-masked/InputMaskedHooks.js +10 -5
  244. package/es/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  245. package/es/components/lib.d.ts +2 -2
  246. package/es/components/logo/Logo.d.ts +1 -1
  247. package/es/components/number-format/NumberFormat.js +2 -10
  248. package/es/components/number-format/NumberUtils.d.ts +12 -0
  249. package/es/components/pagination/Pagination.d.ts +1 -1
  250. package/es/components/radio/Radio.d.ts +1 -1
  251. package/es/components/radio/RadioGroup.d.ts +1 -1
  252. package/es/components/section/Section.d.ts +1 -1
  253. package/es/components/skeleton/Skeleton.d.ts +1 -1
  254. package/es/components/space/Space.d.ts +1 -1
  255. package/es/components/step-indicator/StepIndicator.d.ts +1 -1
  256. package/es/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  257. package/es/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  258. package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  259. package/es/components/switch/Switch.d.ts +1 -1
  260. package/es/components/tabs/Tabs.d.ts +1 -1
  261. package/es/components/textarea/Textarea.d.ts +1 -1
  262. package/es/components/toggle-button/ToggleButton.d.ts +1 -1
  263. package/es/core/jest/jestSetupScreenshots.css +1 -0
  264. package/es/elements/Element.d.ts +3 -3
  265. package/es/elements/Link.d.ts +2 -2
  266. package/es/elements/img/style/dnb-img.scss +2 -24
  267. package/es/elements/img/style/img-mixins.scss +29 -0
  268. package/es/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  269. package/es/elements/lib.d.ts +2 -2
  270. package/es/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  271. package/es/icons/accounting.d.ts +3 -0
  272. package/es/icons/accounting.js +2 -0
  273. package/es/icons/accounting_medium.d.ts +3 -0
  274. package/es/icons/accounting_medium.js +2 -0
  275. package/es/icons/candle_stick.d.ts +3 -0
  276. package/es/icons/candle_stick.js +2 -0
  277. package/es/icons/candle_stick_medium.d.ts +3 -0
  278. package/es/icons/candle_stick_medium.js +2 -0
  279. package/es/icons/dnb/accounting.d.ts +4 -0
  280. package/es/icons/dnb/accounting.js +21 -0
  281. package/es/icons/dnb/accounting_medium.d.ts +4 -0
  282. package/es/icons/dnb/accounting_medium.js +21 -0
  283. package/es/icons/dnb/candle_stick.d.ts +4 -0
  284. package/es/icons/dnb/candle_stick.js +20 -0
  285. package/es/icons/dnb/candle_stick_medium.d.ts +4 -0
  286. package/es/icons/dnb/candle_stick_medium.js +20 -0
  287. package/es/icons/dnb/fortune_ball.d.ts +4 -0
  288. package/es/icons/dnb/fortune_ball.js +21 -0
  289. package/es/icons/dnb/fortune_ball_medium.d.ts +4 -0
  290. package/es/icons/dnb/fortune_ball_medium.js +21 -0
  291. package/es/icons/dnb/icons-svg.lock +1174 -1070
  292. package/es/icons/dnb/index.d.ts +9 -25
  293. package/es/icons/dnb/index.js +9 -25
  294. package/es/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  295. package/es/icons/dnb/scan.js +18 -0
  296. package/es/icons/dnb/scan_medium.d.ts +4 -0
  297. package/es/icons/dnb/scan_medium.js +25 -0
  298. package/es/icons/dnb/secondary_icons.d.ts +5 -1
  299. package/es/icons/dnb/secondary_icons.js +5 -1
  300. package/es/icons/dnb/secondary_icons_medium.d.ts +5 -1
  301. package/es/icons/dnb/secondary_icons_medium.js +5 -1
  302. package/es/icons/dnb/shield_lock.js +17 -2
  303. package/es/icons/dnb/shield_lock_medium.js +17 -2
  304. package/es/icons/fortune_ball.d.ts +3 -0
  305. package/es/icons/fortune_ball.js +2 -0
  306. package/es/icons/fortune_ball_medium.d.ts +3 -0
  307. package/es/icons/fortune_ball_medium.js +2 -0
  308. package/es/icons/icons-meta.json +3748 -0
  309. package/es/icons/index.d.ts +9 -25
  310. package/es/icons/index.js +9 -25
  311. package/{cjs/icons/document.d.ts → es/icons/scan.d.ts} +1 -1
  312. package/es/icons/scan.js +2 -0
  313. package/es/icons/scan_medium.d.ts +3 -0
  314. package/es/icons/scan_medium.js +2 -0
  315. package/es/shared/Eufemia.d.ts +1 -1
  316. package/es/shared/Eufemia.js +2 -2
  317. package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  318. package/es/style/themes/theme-eiendom/eiendom-theme-components.css +8 -8
  319. package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  320. package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  321. package/es/style/themes/theme-sbanken/sbanken-theme-components.css +28 -28
  322. package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  323. package/es/style/themes/theme-ui/ui-theme-basis.css +4 -4
  324. package/es/style/themes/theme-ui/ui-theme-components.css +4 -4
  325. package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  326. package/es/style/themes/theme-ui/ui-theme-elements.css +4 -4
  327. package/es/style/themes/theme-ui/ui-theme-tags.css +98 -1
  328. package/es/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  329. package/es/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  330. package/esm/dnb-ui-basis.min.mjs +1 -1
  331. package/esm/dnb-ui-components.min.mjs +1 -1
  332. package/esm/dnb-ui-elements.min.mjs +1 -1
  333. package/esm/dnb-ui-extensions.min.mjs +1 -1
  334. package/esm/dnb-ui-lib.min.mjs +1 -1
  335. package/icons/accounting.d.ts +3 -0
  336. package/icons/accounting.js +2 -0
  337. package/icons/accounting_medium.d.ts +3 -0
  338. package/icons/accounting_medium.js +2 -0
  339. package/icons/candle_stick.d.ts +3 -0
  340. package/icons/candle_stick.js +2 -0
  341. package/icons/candle_stick_medium.d.ts +3 -0
  342. package/icons/candle_stick_medium.js +2 -0
  343. package/icons/dnb/accounting.d.ts +4 -0
  344. package/icons/dnb/accounting.js +21 -0
  345. package/icons/dnb/accounting_medium.d.ts +4 -0
  346. package/icons/dnb/accounting_medium.js +21 -0
  347. package/icons/dnb/candle_stick.d.ts +4 -0
  348. package/icons/dnb/candle_stick.js +20 -0
  349. package/icons/dnb/candle_stick_medium.d.ts +4 -0
  350. package/icons/dnb/candle_stick_medium.js +20 -0
  351. package/icons/dnb/fortune_ball.d.ts +4 -0
  352. package/icons/dnb/fortune_ball.js +21 -0
  353. package/icons/dnb/fortune_ball_medium.d.ts +4 -0
  354. package/icons/dnb/fortune_ball_medium.js +21 -0
  355. package/icons/dnb/icons-svg.lock +1174 -1070
  356. package/icons/dnb/index.d.ts +9 -25
  357. package/icons/dnb/index.js +9 -25
  358. package/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  359. package/icons/dnb/scan.js +18 -0
  360. package/icons/dnb/scan_medium.d.ts +4 -0
  361. package/icons/dnb/scan_medium.js +25 -0
  362. package/icons/dnb/secondary_icons.d.ts +5 -1
  363. package/icons/dnb/secondary_icons.js +5 -1
  364. package/icons/dnb/secondary_icons_medium.d.ts +5 -1
  365. package/icons/dnb/secondary_icons_medium.js +5 -1
  366. package/icons/dnb/shield_lock.js +17 -2
  367. package/icons/dnb/shield_lock_medium.js +17 -2
  368. package/icons/fortune_ball.d.ts +3 -0
  369. package/icons/fortune_ball.js +2 -0
  370. package/icons/fortune_ball_medium.d.ts +3 -0
  371. package/icons/fortune_ball_medium.js +2 -0
  372. package/icons/icons-meta.json +3748 -0
  373. package/icons/index.d.ts +9 -25
  374. package/icons/index.js +9 -25
  375. package/icons/{document.d.ts → scan.d.ts} +1 -1
  376. package/icons/scan.js +2 -0
  377. package/icons/scan_medium.d.ts +3 -0
  378. package/icons/scan_medium.js +2 -0
  379. package/package.json +1 -1
  380. package/shared/Eufemia.d.ts +1 -1
  381. package/shared/Eufemia.js +2 -2
  382. package/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  383. package/style/themes/theme-eiendom/eiendom-theme-components.css +8 -8
  384. package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  385. package/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  386. package/style/themes/theme-sbanken/sbanken-theme-components.css +28 -28
  387. package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  388. package/style/themes/theme-ui/ui-theme-basis.css +4 -4
  389. package/style/themes/theme-ui/ui-theme-components.css +4 -4
  390. package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  391. package/style/themes/theme-ui/ui-theme-elements.css +4 -4
  392. package/style/themes/theme-ui/ui-theme-tags.css +98 -1
  393. package/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  394. package/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  395. package/umd/dnb-ui-basis.min.js +1 -1
  396. package/umd/dnb-ui-components.min.js +1 -1
  397. package/umd/dnb-ui-elements.min.js +1 -1
  398. package/umd/dnb-ui-extensions.min.js +1 -1
  399. package/umd/dnb-ui-lib.min.js +1 -1
  400. package/assets/icons/dnb/document.svg +0 -3
  401. package/assets/icons/dnb/document_add.svg +0 -3
  402. package/assets/icons/dnb/document_add_medium.svg +0 -3
  403. package/assets/icons/dnb/document_contract.svg +0 -3
  404. package/assets/icons/dnb/document_contract_medium.svg +0 -3
  405. package/assets/icons/dnb/document_csv.svg +0 -6
  406. package/assets/icons/dnb/document_csv_medium.svg +0 -6
  407. package/assets/icons/dnb/document_loupe.svg +0 -3
  408. package/assets/icons/dnb/document_loupe_medium.svg +0 -3
  409. package/assets/icons/dnb/document_medium.svg +0 -3
  410. package/assets/icons/dnb/document_pdf.svg +0 -6
  411. package/assets/icons/dnb/document_pdf_medium.svg +0 -6
  412. package/assets/icons/dnb/document_rejected.svg +0 -3
  413. package/assets/icons/dnb/document_rejected_medium.svg +0 -3
  414. package/assets/icons/dnb/document_signing.svg +0 -3
  415. package/assets/icons/dnb/document_signing_medium.svg +0 -3
  416. package/assets/icons/dnb/document_txt.svg +0 -6
  417. package/assets/icons/dnb/document_txt_medium.svg +0 -6
  418. package/assets/icons/dnb/document_warning.svg +0 -4
  419. package/assets/icons/dnb/document_warning_medium.svg +0 -4
  420. package/assets/icons/dnb/document_word.svg +0 -6
  421. package/assets/icons/dnb/document_word_medium.svg +0 -6
  422. package/assets/icons/dnb/document_xls.svg +0 -6
  423. package/assets/icons/dnb/document_xls_medium.svg +0 -6
  424. package/cjs/icons/dnb/document_add.js +0 -28
  425. package/cjs/icons/dnb/document_add_medium.d.ts +0 -4
  426. package/cjs/icons/dnb/document_add_medium.js +0 -28
  427. package/cjs/icons/dnb/document_contract.d.ts +0 -4
  428. package/cjs/icons/dnb/document_contract.js +0 -31
  429. package/cjs/icons/dnb/document_contract_medium.d.ts +0 -4
  430. package/cjs/icons/dnb/document_contract_medium.js +0 -31
  431. package/cjs/icons/dnb/document_csv.js +0 -37
  432. package/cjs/icons/dnb/document_csv_medium.d.ts +0 -4
  433. package/cjs/icons/dnb/document_csv_medium.js +0 -40
  434. package/cjs/icons/dnb/document_loupe.d.ts +0 -4
  435. package/cjs/icons/dnb/document_loupe.js +0 -28
  436. package/cjs/icons/dnb/document_loupe_medium.d.ts +0 -4
  437. package/cjs/icons/dnb/document_loupe_medium.js +0 -28
  438. package/cjs/icons/dnb/document_medium.d.ts +0 -4
  439. package/cjs/icons/dnb/document_pdf.js +0 -37
  440. package/cjs/icons/dnb/document_pdf_medium.d.ts +0 -4
  441. package/cjs/icons/dnb/document_pdf_medium.js +0 -40
  442. package/cjs/icons/dnb/document_rejected.d.ts +0 -4
  443. package/cjs/icons/dnb/document_rejected_medium.d.ts +0 -4
  444. package/cjs/icons/dnb/document_rejected_medium.js +0 -31
  445. package/cjs/icons/dnb/document_signing.d.ts +0 -4
  446. package/cjs/icons/dnb/document_signing.js +0 -28
  447. package/cjs/icons/dnb/document_signing_medium.d.ts +0 -4
  448. package/cjs/icons/dnb/document_signing_medium.js +0 -28
  449. package/cjs/icons/dnb/document_txt.d.ts +0 -4
  450. package/cjs/icons/dnb/document_txt.js +0 -37
  451. package/cjs/icons/dnb/document_txt_medium.d.ts +0 -4
  452. package/cjs/icons/dnb/document_txt_medium.js +0 -40
  453. package/cjs/icons/dnb/document_warning.d.ts +0 -4
  454. package/cjs/icons/dnb/document_warning.js +0 -34
  455. package/cjs/icons/dnb/document_warning_medium.d.ts +0 -4
  456. package/cjs/icons/dnb/document_warning_medium.js +0 -34
  457. package/cjs/icons/dnb/document_word.d.ts +0 -4
  458. package/cjs/icons/dnb/document_word.js +0 -37
  459. package/cjs/icons/dnb/document_word_medium.d.ts +0 -4
  460. package/cjs/icons/dnb/document_word_medium.js +0 -40
  461. package/cjs/icons/dnb/document_xls.d.ts +0 -4
  462. package/cjs/icons/dnb/document_xls.js +0 -37
  463. package/cjs/icons/dnb/document_xls_medium.d.ts +0 -4
  464. package/cjs/icons/dnb/document_xls_medium.js +0 -40
  465. package/cjs/icons/document_contract_medium.d.ts +0 -3
  466. package/cjs/icons/document_contract_medium.js +0 -13
  467. package/cjs/icons/document_csv_medium.d.ts +0 -3
  468. package/cjs/icons/document_csv_medium.js +0 -13
  469. package/cjs/icons/document_loupe.d.ts +0 -3
  470. package/cjs/icons/document_loupe.js +0 -13
  471. package/cjs/icons/document_loupe_medium.d.ts +0 -3
  472. package/cjs/icons/document_loupe_medium.js +0 -13
  473. package/cjs/icons/document_medium.d.ts +0 -3
  474. package/cjs/icons/document_medium.js +0 -13
  475. package/cjs/icons/document_pdf_medium.d.ts +0 -3
  476. package/cjs/icons/document_pdf_medium.js +0 -13
  477. package/cjs/icons/document_rejected.d.ts +0 -3
  478. package/cjs/icons/document_rejected.js +0 -13
  479. package/cjs/icons/document_rejected_medium.d.ts +0 -3
  480. package/cjs/icons/document_rejected_medium.js +0 -13
  481. package/cjs/icons/document_signing.d.ts +0 -3
  482. package/cjs/icons/document_signing.js +0 -13
  483. package/cjs/icons/document_signing_medium.d.ts +0 -3
  484. package/cjs/icons/document_signing_medium.js +0 -13
  485. package/cjs/icons/document_txt.d.ts +0 -3
  486. package/cjs/icons/document_txt.js +0 -13
  487. package/cjs/icons/document_txt_medium.d.ts +0 -3
  488. package/cjs/icons/document_txt_medium.js +0 -13
  489. package/cjs/icons/document_warning.d.ts +0 -3
  490. package/cjs/icons/document_warning.js +0 -13
  491. package/cjs/icons/document_warning_medium.d.ts +0 -3
  492. package/cjs/icons/document_warning_medium.js +0 -13
  493. package/cjs/icons/document_word.d.ts +0 -3
  494. package/cjs/icons/document_word.js +0 -13
  495. package/cjs/icons/document_word_medium.d.ts +0 -3
  496. package/cjs/icons/document_word_medium.js +0 -13
  497. package/cjs/icons/document_xls.d.ts +0 -3
  498. package/cjs/icons/document_xls.js +0 -13
  499. package/cjs/icons/document_xls_medium.d.ts +0 -3
  500. package/cjs/icons/document_xls_medium.js +0 -13
  501. package/es/icons/dnb/document.js +0 -21
  502. package/es/icons/dnb/document_add.d.ts +0 -4
  503. package/es/icons/dnb/document_add.js +0 -18
  504. package/es/icons/dnb/document_add_medium.d.ts +0 -4
  505. package/es/icons/dnb/document_add_medium.js +0 -18
  506. package/es/icons/dnb/document_contract.d.ts +0 -4
  507. package/es/icons/dnb/document_contract.js +0 -21
  508. package/es/icons/dnb/document_contract_medium.d.ts +0 -4
  509. package/es/icons/dnb/document_contract_medium.js +0 -21
  510. package/es/icons/dnb/document_csv.d.ts +0 -4
  511. package/es/icons/dnb/document_csv.js +0 -27
  512. package/es/icons/dnb/document_csv_medium.d.ts +0 -4
  513. package/es/icons/dnb/document_csv_medium.js +0 -30
  514. package/es/icons/dnb/document_loupe.d.ts +0 -4
  515. package/es/icons/dnb/document_loupe.js +0 -18
  516. package/es/icons/dnb/document_loupe_medium.d.ts +0 -4
  517. package/es/icons/dnb/document_loupe_medium.js +0 -18
  518. package/es/icons/dnb/document_medium.d.ts +0 -4
  519. package/es/icons/dnb/document_medium.js +0 -21
  520. package/es/icons/dnb/document_pdf.d.ts +0 -4
  521. package/es/icons/dnb/document_pdf.js +0 -27
  522. package/es/icons/dnb/document_pdf_medium.d.ts +0 -4
  523. package/es/icons/dnb/document_pdf_medium.js +0 -30
  524. package/es/icons/dnb/document_rejected.d.ts +0 -4
  525. package/es/icons/dnb/document_rejected.js +0 -21
  526. package/es/icons/dnb/document_rejected_medium.d.ts +0 -4
  527. package/es/icons/dnb/document_rejected_medium.js +0 -21
  528. package/es/icons/dnb/document_signing.d.ts +0 -4
  529. package/es/icons/dnb/document_signing.js +0 -18
  530. package/es/icons/dnb/document_signing_medium.d.ts +0 -4
  531. package/es/icons/dnb/document_signing_medium.js +0 -18
  532. package/es/icons/dnb/document_txt.d.ts +0 -4
  533. package/es/icons/dnb/document_txt.js +0 -27
  534. package/es/icons/dnb/document_txt_medium.d.ts +0 -4
  535. package/es/icons/dnb/document_txt_medium.js +0 -30
  536. package/es/icons/dnb/document_warning.d.ts +0 -4
  537. package/es/icons/dnb/document_warning.js +0 -24
  538. package/es/icons/dnb/document_warning_medium.d.ts +0 -4
  539. package/es/icons/dnb/document_warning_medium.js +0 -24
  540. package/es/icons/dnb/document_word.d.ts +0 -4
  541. package/es/icons/dnb/document_word.js +0 -27
  542. package/es/icons/dnb/document_word_medium.d.ts +0 -4
  543. package/es/icons/dnb/document_word_medium.js +0 -30
  544. package/es/icons/dnb/document_xls.d.ts +0 -4
  545. package/es/icons/dnb/document_xls.js +0 -27
  546. package/es/icons/dnb/document_xls_medium.d.ts +0 -4
  547. package/es/icons/dnb/document_xls_medium.js +0 -30
  548. package/es/icons/document.js +0 -2
  549. package/es/icons/document_add.d.ts +0 -3
  550. package/es/icons/document_add.js +0 -2
  551. package/es/icons/document_add_medium.d.ts +0 -3
  552. package/es/icons/document_add_medium.js +0 -2
  553. package/es/icons/document_contract.d.ts +0 -3
  554. package/es/icons/document_contract.js +0 -2
  555. package/es/icons/document_contract_medium.d.ts +0 -3
  556. package/es/icons/document_contract_medium.js +0 -2
  557. package/es/icons/document_csv.d.ts +0 -3
  558. package/es/icons/document_csv.js +0 -2
  559. package/es/icons/document_csv_medium.d.ts +0 -3
  560. package/es/icons/document_csv_medium.js +0 -2
  561. package/es/icons/document_loupe.d.ts +0 -3
  562. package/es/icons/document_loupe.js +0 -2
  563. package/es/icons/document_loupe_medium.d.ts +0 -3
  564. package/es/icons/document_loupe_medium.js +0 -2
  565. package/es/icons/document_medium.d.ts +0 -3
  566. package/es/icons/document_medium.js +0 -2
  567. package/es/icons/document_pdf.d.ts +0 -3
  568. package/es/icons/document_pdf.js +0 -2
  569. package/es/icons/document_pdf_medium.d.ts +0 -3
  570. package/es/icons/document_pdf_medium.js +0 -2
  571. package/es/icons/document_rejected.d.ts +0 -3
  572. package/es/icons/document_rejected.js +0 -2
  573. package/es/icons/document_rejected_medium.d.ts +0 -3
  574. package/es/icons/document_rejected_medium.js +0 -2
  575. package/es/icons/document_signing.d.ts +0 -3
  576. package/es/icons/document_signing.js +0 -2
  577. package/es/icons/document_signing_medium.d.ts +0 -3
  578. package/es/icons/document_signing_medium.js +0 -2
  579. package/es/icons/document_txt.d.ts +0 -3
  580. package/es/icons/document_txt.js +0 -2
  581. package/es/icons/document_txt_medium.d.ts +0 -3
  582. package/es/icons/document_txt_medium.js +0 -2
  583. package/es/icons/document_warning.d.ts +0 -3
  584. package/es/icons/document_warning.js +0 -2
  585. package/es/icons/document_warning_medium.d.ts +0 -3
  586. package/es/icons/document_warning_medium.js +0 -2
  587. package/es/icons/document_word.d.ts +0 -3
  588. package/es/icons/document_word.js +0 -2
  589. package/es/icons/document_word_medium.d.ts +0 -3
  590. package/es/icons/document_word_medium.js +0 -2
  591. package/es/icons/document_xls.d.ts +0 -3
  592. package/es/icons/document_xls.js +0 -2
  593. package/es/icons/document_xls_medium.d.ts +0 -3
  594. package/es/icons/document_xls_medium.js +0 -2
  595. package/icons/dnb/document.js +0 -21
  596. package/icons/dnb/document_add.d.ts +0 -4
  597. package/icons/dnb/document_add.js +0 -18
  598. package/icons/dnb/document_add_medium.d.ts +0 -4
  599. package/icons/dnb/document_add_medium.js +0 -18
  600. package/icons/dnb/document_contract.d.ts +0 -4
  601. package/icons/dnb/document_contract.js +0 -21
  602. package/icons/dnb/document_contract_medium.d.ts +0 -4
  603. package/icons/dnb/document_contract_medium.js +0 -21
  604. package/icons/dnb/document_csv.d.ts +0 -4
  605. package/icons/dnb/document_csv.js +0 -27
  606. package/icons/dnb/document_csv_medium.d.ts +0 -4
  607. package/icons/dnb/document_csv_medium.js +0 -30
  608. package/icons/dnb/document_loupe.d.ts +0 -4
  609. package/icons/dnb/document_loupe.js +0 -18
  610. package/icons/dnb/document_loupe_medium.d.ts +0 -4
  611. package/icons/dnb/document_loupe_medium.js +0 -18
  612. package/icons/dnb/document_medium.d.ts +0 -4
  613. package/icons/dnb/document_medium.js +0 -21
  614. package/icons/dnb/document_pdf.d.ts +0 -4
  615. package/icons/dnb/document_pdf.js +0 -27
  616. package/icons/dnb/document_pdf_medium.d.ts +0 -4
  617. package/icons/dnb/document_pdf_medium.js +0 -30
  618. package/icons/dnb/document_rejected.d.ts +0 -4
  619. package/icons/dnb/document_rejected.js +0 -21
  620. package/icons/dnb/document_rejected_medium.d.ts +0 -4
  621. package/icons/dnb/document_rejected_medium.js +0 -21
  622. package/icons/dnb/document_signing.d.ts +0 -4
  623. package/icons/dnb/document_signing.js +0 -18
  624. package/icons/dnb/document_signing_medium.d.ts +0 -4
  625. package/icons/dnb/document_signing_medium.js +0 -18
  626. package/icons/dnb/document_txt.d.ts +0 -4
  627. package/icons/dnb/document_txt.js +0 -27
  628. package/icons/dnb/document_txt_medium.d.ts +0 -4
  629. package/icons/dnb/document_txt_medium.js +0 -30
  630. package/icons/dnb/document_warning.d.ts +0 -4
  631. package/icons/dnb/document_warning.js +0 -24
  632. package/icons/dnb/document_warning_medium.d.ts +0 -4
  633. package/icons/dnb/document_warning_medium.js +0 -24
  634. package/icons/dnb/document_word.d.ts +0 -4
  635. package/icons/dnb/document_word.js +0 -27
  636. package/icons/dnb/document_word_medium.d.ts +0 -4
  637. package/icons/dnb/document_word_medium.js +0 -30
  638. package/icons/dnb/document_xls.d.ts +0 -4
  639. package/icons/dnb/document_xls.js +0 -27
  640. package/icons/dnb/document_xls_medium.d.ts +0 -4
  641. package/icons/dnb/document_xls_medium.js +0 -30
  642. package/icons/document.js +0 -2
  643. package/icons/document_add.d.ts +0 -3
  644. package/icons/document_add.js +0 -2
  645. package/icons/document_add_medium.d.ts +0 -3
  646. package/icons/document_add_medium.js +0 -2
  647. package/icons/document_contract.d.ts +0 -3
  648. package/icons/document_contract.js +0 -2
  649. package/icons/document_contract_medium.d.ts +0 -3
  650. package/icons/document_contract_medium.js +0 -2
  651. package/icons/document_csv.d.ts +0 -3
  652. package/icons/document_csv.js +0 -2
  653. package/icons/document_csv_medium.d.ts +0 -3
  654. package/icons/document_csv_medium.js +0 -2
  655. package/icons/document_loupe.d.ts +0 -3
  656. package/icons/document_loupe.js +0 -2
  657. package/icons/document_loupe_medium.d.ts +0 -3
  658. package/icons/document_loupe_medium.js +0 -2
  659. package/icons/document_medium.d.ts +0 -3
  660. package/icons/document_medium.js +0 -2
  661. package/icons/document_pdf.d.ts +0 -3
  662. package/icons/document_pdf.js +0 -2
  663. package/icons/document_pdf_medium.d.ts +0 -3
  664. package/icons/document_pdf_medium.js +0 -2
  665. package/icons/document_rejected.d.ts +0 -3
  666. package/icons/document_rejected.js +0 -2
  667. package/icons/document_rejected_medium.d.ts +0 -3
  668. package/icons/document_rejected_medium.js +0 -2
  669. package/icons/document_signing.d.ts +0 -3
  670. package/icons/document_signing.js +0 -2
  671. package/icons/document_signing_medium.d.ts +0 -3
  672. package/icons/document_signing_medium.js +0 -2
  673. package/icons/document_txt.d.ts +0 -3
  674. package/icons/document_txt.js +0 -2
  675. package/icons/document_txt_medium.d.ts +0 -3
  676. package/icons/document_txt_medium.js +0 -2
  677. package/icons/document_warning.d.ts +0 -3
  678. package/icons/document_warning.js +0 -2
  679. package/icons/document_warning_medium.d.ts +0 -3
  680. package/icons/document_warning_medium.js +0 -2
  681. package/icons/document_word.d.ts +0 -3
  682. package/icons/document_word.js +0 -2
  683. package/icons/document_word_medium.d.ts +0 -3
  684. package/icons/document_word_medium.js +0 -2
  685. package/icons/document_xls.d.ts +0 -3
  686. package/icons/document_xls.js +0 -2
  687. package/icons/document_xls_medium.d.ts +0 -3
  688. package/icons/document_xls_medium.js +0 -2
@@ -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;
@@ -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
  }
@@ -1523,6 +1523,7 @@ class AutocompleteInstance extends React.PureComponent {
1523
1523
  }
1524
1524
 
1525
1525
  const suffixValue = (_getCurrentData = getCurrentData(selected_item, this.context.drawerList.original_data)) === null || _getCurrentData === void 0 ? void 0 : _getCurrentData.suffix_value;
1526
+ const innerId = suffixValue && showStatus ? `${id}-inner` : null;
1526
1527
  validateDOMAttributes(null, mainParams);
1527
1528
  validateDOMAttributes(null, shellParams);
1528
1529
  return React.createElement("span", mainParams, label && React.createElement(FormLabel, {
@@ -1536,7 +1537,8 @@ class AutocompleteInstance extends React.PureComponent {
1536
1537
  onClick: this.toggleVisible
1537
1538
  }), React.createElement("span", {
1538
1539
  className: "dnb-autocomplete__inner",
1539
- ref: this._ref
1540
+ ref: this._ref,
1541
+ id: innerId
1540
1542
  }, _AlignmentHelper || (_AlignmentHelper = React.createElement(AlignmentHelper, null)), React.createElement(FormStatus, _extends({
1541
1543
  show: showStatus,
1542
1544
  id: id + '-form-status',
@@ -1546,7 +1548,8 @@ class AutocompleteInstance extends React.PureComponent {
1546
1548
  text: status,
1547
1549
  state: status_state,
1548
1550
  no_animation: status_no_animation,
1549
- skeleton: skeleton
1551
+ skeleton: skeleton,
1552
+ width_selector: innerId
1550
1553
  }, status_props)), React.createElement("span", {
1551
1554
  className: "dnb-autocomplete__row"
1552
1555
  }, 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;
@@ -101,6 +101,10 @@ html[data-whatintent=touch] .dnb-button--tertiary:active:not([disabled]) .dnb-bu
101
101
  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 {
102
102
  visibility: hidden;
103
103
  }
104
+ .dnb-button--tertiary.dnb-button--has-text {
105
+ padding-left: 0;
106
+ padding-right: 0;
107
+ }
104
108
  .dnb-button--tertiary.dnb-button--has-text .dnb-button__icon {
105
109
  align-self: flex-start;
106
110
  margin-top: calc(var(--button-height) / 2 - 0.5rem);
@@ -376,10 +380,6 @@ html[data-whatinput=keyboard] .dnb-button--secondary:not(.dnb-button--has-text):
376
380
  color: var(--color-sea-green);
377
381
  background-color: transparent;
378
382
  }
379
- .dnb-button--tertiary.dnb-button--has-text {
380
- padding-left: 0;
381
- padding-right: 0;
382
- }
383
383
  html:not([data-whatintent=touch]) .dnb-button--tertiary:hover[disabled] {
384
384
  cursor: not-allowed;
385
385
  }
@@ -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:not([disabled]) .dnb-button__text:after{visibility:visible}.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{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__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}.dnb-button--primary{background-color:var(--color-sea-green);color:var(--color-white)}html:not([data-whatintent=touch]) .dnb-button--primary:hover:not([disabled]){--border-color:var(--color-emerald-green);background-color:var(--color-white);color:var(--color-sea-green)}.dnb-button--primary:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--primary:focus[disabled]{cursor:not-allowed}.dnb-button--primary:focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--primary:focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--primary:focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--primary:focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green)}.dnb-button--primary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--primary:active:not([disabled]){background-color:var(--color-mint-green-50);color:var(--color-sea-green)}.dnb-button--primary[disabled]{background-color:var(--color-sea-green-30);color:var(--color-white)}.dnb-button:not([disabled]).dnb-button--primary.dnb-button__status--error{background-color:var(--color-fire-red);color:var(--color-white)}.dnb-button--secondary{--border-color:var(--color-sea-green);background-color:var(--color-white);box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green)}html:not([data-whatintent=touch]) .dnb-button--secondary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--secondary:hover:not([disabled]){--border-color:var(--color-emerald-green);--border-width:0.125rem;background-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green)}.dnb-button--secondary:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:focus[disabled]{cursor:not-allowed}.dnb-button--secondary:focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--secondary:focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--secondary:focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green)}.dnb-button--secondary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:active:not([disabled]){background-color:var(--color-mint-green-50);color:var(--color-sea-green)}.dnb-button--secondary[disabled],.dnb-button--secondary[disabled]:focus{--border-color:var(--color-sea-green-30);--border-width:0.0625rem;background-color:var(--color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green-30)}.dnb-button:not([disabled]).dnb-button--secondary.dnb-button__status--error{--border-color:var(--color-fire-red);--border-width:0.0625rem;border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-fire-red)}.dnb-button:not([disabled]).dnb-button--secondary.dnb-button__status--error .dnb-button__icon{color:inherit}html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):hover:not([disabled]){--border-color:var(--color-emerald-green);--border-width:0.125rem;background-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-emerald-green)}.dnb-button--secondary:not(.dnb-button--has-text):focus[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):focus[disabled]{cursor:not-allowed}.dnb-button--secondary:not(.dnb-button--has-text):focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--secondary:not(.dnb-button--has-text):focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-emerald-green)}.dnb-button--secondary:not(.dnb-button--has-text):active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):active:not([disabled]){background-color:var(--color-mint-green-50)}.dnb-button--secondary:not(.dnb-button--has-text):not(.dnb-button--input-button).dnb-button--size-large{line-height:calc(var(--button-height--large) - .5rem);width:calc(var(--button-width--large) - .5rem)}.dnb-button--active{--border-color:var(--color-emerald-green);--border-width:0.125rem;border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-button--tertiary{background-color:transparent;color:var(--color-sea-green)}.dnb-button--tertiary.dnb-button--has-text{padding-left:0;padding-right:0}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{color:var(--color-emerald-green)}.dnb-button--tertiary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:active[disabled]{cursor:not-allowed}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{color:var(--color-emerald-green)}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__text{font-size:var(--font-size-x-small)}.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--size-large .dnb-button__text{font-size:var(--font-size-small)}.dnb-button--tertiary[disabled]{color:var(--color-sea-green-30)}.dnb-button--signal{background-color:var(--color-accent-yellow);color:var(--color-ocean-green)}html:not([data-whatintent=touch]) .dnb-button--signal:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--signal:hover:not([disabled]){--border-color:var(--color-ocean-green);--border-width:0.125rem;background-color:var(--color-accent-yellow);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-ocean-green)}html:not([data-whatintent=touch]) html[data-whatintent=touch] .dnb-button--signal:active[disabled],html[data-whatintent=touch] .dnb-button--signal:active[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) html[data-whatintent=touch] .dnb-button--signal:active:not([disabled]),html[data-whatintent=touch] .dnb-button--signal:active:not([disabled]){--border-color:var(--color-ocean-green);--border-width:0.125rem;background-color:var(--color-accent-yellow);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-ocean-green)}.dnb-button--signal:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--signal:focus[disabled]{cursor:not-allowed}.dnb-button--signal:focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--signal:focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--signal:focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--signal:focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--color-accent-yellow);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-ocean-green)}.dnb-button--signal:active[disabled],html:not([data-whatintent=touch]) .dnb-button--signal:active[disabled]{cursor:not-allowed}.dnb-button--signal:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--signal:active:not([disabled]){--border-color:transparent;--border-width:0.0625rem;background-color:var(--color-accent-yellow);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-ocean-green)}.dnb-button--signal[disabled]{background-color:var(--color-accent-yellow-30);color:var(--color-black-20)}.dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]){background-color:transparent;box-shadow:none}.dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):after{background-color:currentcolor;bottom:0;content:"";left:0;position:absolute;top:0;width:.0625rem}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):focus,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):hover{box-shadow:none;color:var(--color-white)}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):focus,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):focus:after,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):hover,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):hover:after{background-color:var(--color-sea-green)}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):not(:active):hover{border-radius:0}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):active{box-shadow:none;color:var(--color-sea-green)}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):active,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):active:after{background-color:var(--color-mint-green-50)}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text)[disabled]{background-color:var(--color-black-3);color:var(--color-black-55)}.dnb-button--primary{background-color:var(--color-emerald-green)}html:not([data-whatintent=touch]) .dnb-button--primary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--primary:hover:not([disabled]){--border-color:var(--color-sea-green);--border-width:0.125rem;background-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-white)}.dnb-button--primary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--primary:active[disabled]{cursor:not-allowed}.dnb-button--primary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--primary:active:not([disabled]){--border-color:transparent;--border-width:0.0625rem;background-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-white)}.dnb-button--primary[disabled]{--border-color:var(--color-black-55);--border-width:0.0625rem;background-color:var(--color-black-8);color:var(--color-black-55)}.dnb-button--primary[disabled],.dnb-button--secondary{border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-button--secondary{--border-color:var(--color-emerald-green);--border-width:0.0625rem;color:var(--color-emerald-green)}.dnb-button--secondary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:active[disabled]{cursor:not-allowed}.dnb-button--secondary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:active:not([disabled]){--border-color:transparent;--border-width:0.0625rem;background-color:var(--color-pistachio);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-emerald-green)}.dnb-button--secondary[disabled]{--border-color:var(--color-black-55);--border-width:0.0625rem;background-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-black-55)}.dnb-button--secondary:not(.dnb-button--has-text):active[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):active[disabled]{cursor:not-allowed}.dnb-button--secondary:not(.dnb-button--has-text):active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):active:not([disabled]){--border-color:transparent;--border-width:0.0625rem;background-color:var(--color-pistachio);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-emerald-green)}.dnb-button--tertiary{color:var(--color-emerald-green)}.dnb-button--tertiary[disabled]{color:var(--color-black-55)}
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:not([disabled]) .dnb-button__text:after{visibility:visible}.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{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__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}.dnb-button--primary{background-color:var(--color-sea-green);color:var(--color-white)}html:not([data-whatintent=touch]) .dnb-button--primary:hover:not([disabled]){--border-color:var(--color-emerald-green);background-color:var(--color-white);color:var(--color-sea-green)}.dnb-button--primary:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--primary:focus[disabled]{cursor:not-allowed}.dnb-button--primary:focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--primary:focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--primary:focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--primary:focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green)}.dnb-button--primary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--primary:active:not([disabled]){background-color:var(--color-mint-green-50);color:var(--color-sea-green)}.dnb-button--primary[disabled]{background-color:var(--color-sea-green-30);color:var(--color-white)}.dnb-button:not([disabled]).dnb-button--primary.dnb-button__status--error{background-color:var(--color-fire-red);color:var(--color-white)}.dnb-button--secondary{--border-color:var(--color-sea-green);background-color:var(--color-white);box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green)}html:not([data-whatintent=touch]) .dnb-button--secondary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--secondary:hover:not([disabled]){--border-color:var(--color-emerald-green);--border-width:0.125rem;background-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green)}.dnb-button--secondary:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:focus[disabled]{cursor:not-allowed}.dnb-button--secondary:focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--secondary:focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--secondary:focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green)}.dnb-button--secondary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:active:not([disabled]){background-color:var(--color-mint-green-50);color:var(--color-sea-green)}.dnb-button--secondary[disabled],.dnb-button--secondary[disabled]:focus{--border-color:var(--color-sea-green-30);--border-width:0.0625rem;background-color:var(--color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-sea-green-30)}.dnb-button:not([disabled]).dnb-button--secondary.dnb-button__status--error{--border-color:var(--color-fire-red);--border-width:0.0625rem;border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-fire-red)}.dnb-button:not([disabled]).dnb-button--secondary.dnb-button__status--error .dnb-button__icon{color:inherit}html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):hover:not([disabled]){--border-color:var(--color-emerald-green);--border-width:0.125rem;background-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-emerald-green)}.dnb-button--secondary:not(.dnb-button--has-text):focus[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):focus[disabled]{cursor:not-allowed}.dnb-button--secondary:not(.dnb-button--has-text):focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--secondary:not(.dnb-button--has-text):focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-emerald-green)}.dnb-button--secondary:not(.dnb-button--has-text):active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):active:not([disabled]){background-color:var(--color-mint-green-50)}.dnb-button--secondary:not(.dnb-button--has-text):not(.dnb-button--input-button).dnb-button--size-large{line-height:calc(var(--button-height--large) - .5rem);width:calc(var(--button-width--large) - .5rem)}.dnb-button--active{--border-color:var(--color-emerald-green);--border-width:0.125rem;border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-button--tertiary{background-color:transparent;color:var(--color-sea-green)}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{color:var(--color-emerald-green)}.dnb-button--tertiary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:active[disabled]{cursor:not-allowed}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{color:var(--color-emerald-green)}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__text{font-size:var(--font-size-x-small)}.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--size-large .dnb-button__text{font-size:var(--font-size-small)}.dnb-button--tertiary[disabled]{color:var(--color-sea-green-30)}.dnb-button--signal{background-color:var(--color-accent-yellow);color:var(--color-ocean-green)}html:not([data-whatintent=touch]) .dnb-button--signal:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--signal:hover:not([disabled]){--border-color:var(--color-ocean-green);--border-width:0.125rem;background-color:var(--color-accent-yellow);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-ocean-green)}html:not([data-whatintent=touch]) html[data-whatintent=touch] .dnb-button--signal:active[disabled],html[data-whatintent=touch] .dnb-button--signal:active[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) html[data-whatintent=touch] .dnb-button--signal:active:not([disabled]),html[data-whatintent=touch] .dnb-button--signal:active:not([disabled]){--border-color:var(--color-ocean-green);--border-width:0.125rem;background-color:var(--color-accent-yellow);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-ocean-green)}.dnb-button--signal:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--signal:focus[disabled]{cursor:not-allowed}.dnb-button--signal:focus:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--signal:focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--signal:focus:not([disabled]),html[data-whatinput=keyboard] html:not([data-whatintent=touch]) .dnb-button--signal:focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--color-accent-yellow);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--color-ocean-green)}.dnb-button--signal:active[disabled],html:not([data-whatintent=touch]) .dnb-button--signal:active[disabled]{cursor:not-allowed}.dnb-button--signal:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--signal:active:not([disabled]){--border-color:transparent;--border-width:0.0625rem;background-color:var(--color-accent-yellow);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-ocean-green)}.dnb-button--signal[disabled]{background-color:var(--color-accent-yellow-30);color:var(--color-black-20)}.dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]){background-color:transparent;box-shadow:none}.dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):after{background-color:currentcolor;bottom:0;content:"";left:0;position:absolute;top:0;width:.0625rem}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):focus,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):hover{box-shadow:none;color:var(--color-white)}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):focus,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):focus:after,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):hover,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):hover:after{background-color:var(--color-sea-green)}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):not(:active):hover{border-radius:0}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):active{box-shadow:none;color:var(--color-sea-green)}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):active,html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text):not([disabled]):active:after{background-color:var(--color-mint-green-50)}html:not([data-whatintent=touch]) .dnb-button--input-button.dnb-button--secondary:not(.dnb-button--has-text)[disabled]{background-color:var(--color-black-3);color:var(--color-black-55)}.dnb-button--primary{background-color:var(--color-emerald-green)}html:not([data-whatintent=touch]) .dnb-button--primary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--primary:hover:not([disabled]){--border-color:var(--color-sea-green);--border-width:0.125rem;background-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-white)}.dnb-button--primary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--primary:active[disabled]{cursor:not-allowed}.dnb-button--primary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--primary:active:not([disabled]){--border-color:transparent;--border-width:0.0625rem;background-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-white)}.dnb-button--primary[disabled]{--border-color:var(--color-black-55);--border-width:0.0625rem;background-color:var(--color-black-8);color:var(--color-black-55)}.dnb-button--primary[disabled],.dnb-button--secondary{border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-button--secondary{--border-color:var(--color-emerald-green);--border-width:0.0625rem;color:var(--color-emerald-green)}.dnb-button--secondary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:active[disabled]{cursor:not-allowed}.dnb-button--secondary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:active:not([disabled]){--border-color:transparent;--border-width:0.0625rem;background-color:var(--color-pistachio);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-emerald-green)}.dnb-button--secondary[disabled]{--border-color:var(--color-black-55);--border-width:0.0625rem;background-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-black-55)}.dnb-button--secondary:not(.dnb-button--has-text):active[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):active[disabled]{cursor:not-allowed}.dnb-button--secondary:not(.dnb-button--has-text):active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:not(.dnb-button--has-text):active:not([disabled]){--border-color:transparent;--border-width:0.0625rem;background-color:var(--color-pistachio);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);color:var(--color-emerald-green)}.dnb-button--tertiary{color:var(--color-emerald-green)}.dnb-button--tertiary[disabled]{color:var(--color-black-55)}
@@ -97,6 +97,10 @@ html[data-whatintent=touch] .dnb-button--tertiary:active:not([disabled]) .dnb-bu
97
97
  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 {
98
98
  visibility: hidden;
99
99
  }
100
+ .dnb-button--tertiary.dnb-button--has-text {
101
+ padding-left: 0;
102
+ padding-right: 0;
103
+ }
100
104
  .dnb-button--tertiary.dnb-button--has-text .dnb-button__icon {
101
105
  align-self: flex-start;
102
106
  margin-top: calc(var(--button-height) / 2 - 0.5rem);
@@ -226,7 +230,7 @@ html[data-whatinput=keyboard] .dnb-button--secondary:focus:not([disabled]), html
226
230
  .dnb-button {
227
231
  border: none;
228
232
  }
229
- .dnb-button.dnb-button--has-text.dnb-button--size-large {
233
+ .dnb-button.dnb-button--has-text.dnb-button--size-large.dnb-button--primary, .dnb-button.dnb-button--has-text.dnb-button--size-large.dnb-button--secondary {
230
234
  padding-left: 1.5rem;
231
235
  padding-right: 1.5rem;
232
236
  }
@@ -330,7 +334,7 @@ html:not([data-whatintent=touch]) .dnb-button--secondary:not([disabled]).dnb-but
330
334
  border-color: transparent;
331
335
  }
332
336
  .dnb-button--tertiary {
333
- --button-tertiary-focus-overflow: 0;
337
+ --button-tertiary-focus-overflow: -0.5rem;
334
338
  color: var(--sb-color-violet);
335
339
  background-color: transparent;
336
340
  }
@@ -351,10 +355,6 @@ html:not([data-whatintent=touch]) .dnb-button--secondary:not([disabled]).dnb-but
351
355
  .dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--size-large .dnb-button__text {
352
356
  font-size: var(--font-size-small);
353
357
  }
354
- .dnb-button--tertiary.dnb-button--has-text {
355
- padding-left: 0.5rem;
356
- padding-right: 0.5rem;
357
- }
358
358
  .dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__text::after {
359
359
  left: -1rem;
360
360
  }
@@ -373,19 +373,9 @@ html:not([data-whatintent=touch]) .dnb-button--secondary:not([disabled]).dnb-but
373
373
  left: -0.5rem;
374
374
  right: -0.5rem;
375
375
  }
376
- .dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large {
377
- padding-left: 1.5rem;
378
- padding-right: 1.5rem;
379
- }
380
- .dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-left {
381
- padding-left: 1rem;
382
- }
383
376
  .dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__text::after {
384
377
  left: -1.5rem;
385
378
  }
386
- .dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-right {
387
- padding-right: 1rem;
388
- }
389
379
  .dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-right .dnb-button__text::after {
390
380
  right: -1.5rem;
391
381
  }
@@ -410,9 +400,9 @@ html:not([data-whatintent=touch]) .dnb-button--secondary:not([disabled]).dnb-but
410
400
  position: absolute;
411
401
  z-index: 1;
412
402
  top: 0;
413
- left: 0;
403
+ left: -0.5rem;
414
404
  bottom: 0;
415
- right: 0;
405
+ right: -0.5rem;
416
406
  height: inherit;
417
407
  border-radius: inherit;
418
408
  outline: none;
@@ -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: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{left:-.5rem;right:-.5rem}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{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:not([disabled]) .dnb-button__text:after{visibility:visible}.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{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__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}.dnb-button--primary:focus[disabled],.dnb-button--secondary:focus[disabled]{cursor:not-allowed}.dnb-button--primary:focus:not([disabled]),.dnb-button--secondary:focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--primary:focus:not([disabled]),html[data-whatinput=keyboard] .dnb-button--secondary:focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--sb-color-blue-light-3);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-blue-dark)}.dnb-button{border:none}.dnb-button.dnb-button--has-text.dnb-button--size-large{padding-left:1.5rem;padding-right:1.5rem}.dnb-button.dnb-button--has-text.dnb-button--size-large.dnb-button--icon-position-right{padding-right:.5rem}.dnb-button.dnb-button--has-text.dnb-button--size-large.dnb-button--icon-position-left{padding-left:.5rem}.dnb-button--primary{background-color:var(--sb-color-purple-alternative);color:var(--sb-color-green)}html:not([data-whatintent=touch]) .dnb-button--primary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--primary:hover:not([disabled]){background-color:var(--sb-color-purple);box-shadow:none;color:var(--sb-color-green);outline:initial}html[data-whatinput=""] html:not([data-whatintent=touch]) .dnb-button--primary:hover:not([disabled]){box-shadow:none}.dnb-button--primary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--primary:active[disabled]{cursor:not-allowed}.dnb-button--primary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--primary:active:not([disabled]){background-color:var(--sb-color-purple-alternative);color:var(--sb-color-green)}.dnb-button--primary[disabled]{background-color:var(--sb-color-gray-light);box-shadow:none;color:var(--sb-color-gray-dark-2);outline:initial}html[data-whatinput=""] .dnb-button--primary[disabled]{box-shadow:none}.dnb-button--primary:not([disabled]).dnb-button__status--error{background-color:var(--sb-color-red);color:var(--sb-color-white)}.dnb-button--secondary{--border-color:var(--sb-color-purple-alternative);--border-width:0.0625rem;background-color:var(--sb-color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-purple-alternative)}html:not([data-whatintent=touch]) .dnb-button--secondary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--secondary:hover:not([disabled]){--border-color:var(--sb-color-purple-alternative);--border-width:0.0625rem;background-color:var(--sb-color-green-light-2);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-purple-alternative)}.dnb-button--secondary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:active[disabled]{cursor:not-allowed}.dnb-button--secondary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:active:not([disabled]){--border-color:var(--sb-color-purple-alternative);--border-width:0.0625rem;background-color:var(--sb-color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-purple-alternative)}.dnb-button--secondary[disabled]{--border-color:var(--sb-color-gray-light);--border-width:0.0625rem;color:var(--sb-color-gray-dark)}.dnb-button--secondary:not([disabled]).dnb-button__status--error,.dnb-button--secondary[disabled]{background-color:var(--sb-color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color)}.dnb-button--secondary:not([disabled]).dnb-button__status--error{--border-color:var(--sb-color-red);--border-width:0.0625rem;color:var(--sb-color-red)}html:not([data-whatintent=touch]) .dnb-button--secondary:not([disabled]).dnb-button__status--error:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--secondary:not([disabled]).dnb-button__status--error:hover:not([disabled]){--border-color:var(--sb-color-red);--border-width:0.0625rem;background-color:var(--sb-color-magenta-light-3);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-red)}.dnb-button--tertiary{--button-tertiary-focus-overflow:0;background-color:transparent;color:var(--sb-color-violet)}.dnb-button--tertiary .dnb-button__text:after{bottom:-.5rem;height:.0625rem;left:-.5rem;right:-.5rem}.dnb-button--tertiary.dnb-button--size-large .dnb-button__text:after{bottom:-.75rem;left:-1.5rem;right:-1.5rem}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__text{font-size:var(--font-size-x-small)}.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--has-text{padding-left:.5rem;padding-right:.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__text:after{left:-1rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-right .dnb-button__text:after{right:-1rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top{padding-left:.5rem;padding-right:.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text{font-size:var(--button-font-size);margin-bottom:.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text:after{left:-.5rem;right:-.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large{padding-left:1.5rem;padding-right:1.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-left{padding-left:1rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__text:after{left:-1.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-right{padding-right:1rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-right .dnb-button__text:after{right:-1.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-top{padding-left:1.5rem;padding-right:1.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text{font-size:var(--button-font-size);margin-bottom:.75rem;margin-top:.25rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text:after{left:-1.5rem;right:-1.5rem}.dnb-button--tertiary:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:focus[disabled]{cursor:not-allowed}.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:0;outline:none;position:absolute;right:0;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:inset 0 0 0 var(--border-width) var(--border-color)}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{color:var(--sb-color-violet);transition:none}.dnb-button--tertiary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:active[disabled]{cursor:not-allowed}.dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after{color:var(--sb-color-violet)}.dnb-button--tertiary[disabled]{color:var(--sb-color-gray-dark)}
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: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}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{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:not([disabled]) .dnb-button__text:after{visibility:visible}.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{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__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}.dnb-button--primary:focus[disabled],.dnb-button--secondary:focus[disabled]{cursor:not-allowed}.dnb-button--primary:focus:not([disabled]),.dnb-button--secondary:focus:not([disabled]){outline:none}html[data-whatinput=keyboard] .dnb-button--primary:focus:not([disabled]),html[data-whatinput=keyboard] .dnb-button--secondary:focus:not([disabled]){--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);background-color:var(--sb-color-blue-light-3);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-blue-dark)}.dnb-button{border:none}.dnb-button.dnb-button--has-text.dnb-button--size-large.dnb-button--primary,.dnb-button.dnb-button--has-text.dnb-button--size-large.dnb-button--secondary{padding-left:1.5rem;padding-right:1.5rem}.dnb-button.dnb-button--has-text.dnb-button--size-large.dnb-button--icon-position-right{padding-right:.5rem}.dnb-button.dnb-button--has-text.dnb-button--size-large.dnb-button--icon-position-left{padding-left:.5rem}.dnb-button--primary{background-color:var(--sb-color-purple-alternative);color:var(--sb-color-green)}html:not([data-whatintent=touch]) .dnb-button--primary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--primary:hover:not([disabled]){background-color:var(--sb-color-purple);box-shadow:none;color:var(--sb-color-green);outline:initial}html[data-whatinput=""] html:not([data-whatintent=touch]) .dnb-button--primary:hover:not([disabled]){box-shadow:none}.dnb-button--primary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--primary:active[disabled]{cursor:not-allowed}.dnb-button--primary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--primary:active:not([disabled]){background-color:var(--sb-color-purple-alternative);color:var(--sb-color-green)}.dnb-button--primary[disabled]{background-color:var(--sb-color-gray-light);box-shadow:none;color:var(--sb-color-gray-dark-2);outline:initial}html[data-whatinput=""] .dnb-button--primary[disabled]{box-shadow:none}.dnb-button--primary:not([disabled]).dnb-button__status--error{background-color:var(--sb-color-red);color:var(--sb-color-white)}.dnb-button--secondary{--border-color:var(--sb-color-purple-alternative);--border-width:0.0625rem;background-color:var(--sb-color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-purple-alternative)}html:not([data-whatintent=touch]) .dnb-button--secondary:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--secondary:hover:not([disabled]){--border-color:var(--sb-color-purple-alternative);--border-width:0.0625rem;background-color:var(--sb-color-green-light-2);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-purple-alternative)}.dnb-button--secondary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--secondary:active[disabled]{cursor:not-allowed}.dnb-button--secondary:active:not([disabled]),html:not([data-whatintent=touch]) .dnb-button--secondary:active:not([disabled]){--border-color:var(--sb-color-purple-alternative);--border-width:0.0625rem;background-color:var(--sb-color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-purple-alternative)}.dnb-button--secondary[disabled]{--border-color:var(--sb-color-gray-light);--border-width:0.0625rem;color:var(--sb-color-gray-dark)}.dnb-button--secondary:not([disabled]).dnb-button__status--error,.dnb-button--secondary[disabled]{background-color:var(--sb-color-white);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color)}.dnb-button--secondary:not([disabled]).dnb-button__status--error{--border-color:var(--sb-color-red);--border-width:0.0625rem;color:var(--sb-color-red)}html:not([data-whatintent=touch]) .dnb-button--secondary:not([disabled]).dnb-button__status--error:hover[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--secondary:not([disabled]).dnb-button__status--error:hover:not([disabled]){--border-color:var(--sb-color-red);--border-width:0.0625rem;background-color:var(--sb-color-magenta-light-3);border-color:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);color:var(--sb-color-red)}.dnb-button--tertiary{--button-tertiary-focus-overflow:-0.5rem;background-color:transparent;color:var(--sb-color-violet)}.dnb-button--tertiary .dnb-button__text:after{bottom:-.5rem;height:.0625rem;left:-.5rem;right:-.5rem}.dnb-button--tertiary.dnb-button--size-large .dnb-button__text:after{bottom:-.75rem;left:-1.5rem;right:-1.5rem}.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__text{font-size:var(--font-size-x-small)}.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--has-text.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__text:after{left:-1rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-right .dnb-button__text:after{right:-1rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top{padding-left:.5rem;padding-right:.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text{font-size:var(--button-font-size);margin-bottom:.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text:after{left:-.5rem;right:-.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__text:after{left:-1.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-right .dnb-button__text:after{right:-1.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-top{padding-left:1.5rem;padding-right:1.5rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text{font-size:var(--button-font-size);margin-bottom:.75rem;margin-top:.25rem}.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text:after{left:-1.5rem;right:-1.5rem}.dnb-button--tertiary:focus[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:focus[disabled]{cursor:not-allowed}.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:inset 0 0 0 var(--border-width) var(--border-color)}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{color:var(--sb-color-violet);transition:none}.dnb-button--tertiary:active[disabled],html:not([data-whatintent=touch]) .dnb-button--tertiary:active[disabled]{cursor:not-allowed}.dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after,html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text:after{color:var(--sb-color-violet)}.dnb-button--tertiary[disabled]{color:var(--sb-color-gray-dark)}