@dnb/eufemia 10.0.0-beta.8 → 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 (739) hide show
  1. package/CHANGELOG.md +275 -310
  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 +64 -62
  42. package/cjs/components/global-error/GlobalError.js +76 -509
  43. package/cjs/components/global-error/style/dnb-global-error.css +21 -31
  44. package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
  45. package/cjs/components/global-error/style/dnb-global-error.scss +19 -29
  46. package/cjs/components/global-status/GlobalStatus.d.ts +1 -1
  47. package/cjs/components/heading/Heading.d.ts +1 -1
  48. package/cjs/components/height-animation/HeightAnimation.d.ts +1 -1
  49. package/cjs/components/icon/Icon.d.ts +1 -1
  50. package/cjs/components/icon/Icon.js +1 -1
  51. package/cjs/components/icon-primary/IconPrimary.d.ts +1 -1
  52. package/cjs/components/input/Input.d.ts +2 -2
  53. package/cjs/components/input/InputPassword.d.ts +1 -1
  54. package/cjs/components/input-masked/InputMasked.d.ts +2 -2
  55. package/cjs/components/input-masked/InputMasked.js +1 -1
  56. package/cjs/components/input-masked/InputMaskedHooks.js +17 -9
  57. package/cjs/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  58. package/cjs/components/lib.d.ts +2 -2
  59. package/cjs/components/logo/Logo.d.ts +1 -1
  60. package/cjs/components/number-format/NumberFormat.js +2 -12
  61. package/cjs/components/number-format/NumberUtils.d.ts +12 -0
  62. package/cjs/components/pagination/Pagination.d.ts +1 -1
  63. package/cjs/components/radio/Radio.d.ts +1 -1
  64. package/cjs/components/radio/RadioGroup.d.ts +1 -1
  65. package/cjs/components/radio/style/dnb-radio.css +1 -0
  66. package/cjs/components/radio/style/dnb-radio.min.css +1 -1
  67. package/cjs/components/radio/style/dnb-radio.scss +1 -0
  68. package/cjs/components/section/Section.d.ts +1 -1
  69. package/cjs/components/skeleton/Skeleton.d.ts +1 -1
  70. package/cjs/components/space/Space.d.ts +1 -1
  71. package/cjs/components/step-indicator/StepIndicator.d.ts +1 -1
  72. package/cjs/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  73. package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  74. package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  75. package/cjs/components/switch/Switch.d.ts +1 -1
  76. package/cjs/components/tabs/Tabs.d.ts +1 -1
  77. package/cjs/components/textarea/Textarea.d.ts +1 -1
  78. package/cjs/components/toggle-button/ToggleButton.d.ts +1 -1
  79. package/cjs/core/jest/jestSetupScreenshots.css +1 -0
  80. package/cjs/elements/Element.d.ts +3 -3
  81. package/cjs/elements/Link.d.ts +2 -2
  82. package/cjs/elements/img/style/dnb-img.scss +2 -24
  83. package/cjs/elements/img/style/img-mixins.scss +29 -0
  84. package/cjs/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  85. package/cjs/elements/lib.d.ts +2 -2
  86. package/cjs/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  87. package/cjs/extensions/payment-card/PaymentCard.d.ts +6 -29
  88. package/cjs/icons/{document_csv.d.ts → accounting.d.ts} +1 -1
  89. package/cjs/icons/{document_pdf.js → accounting.js} +2 -2
  90. package/cjs/icons/{document_contract.d.ts → accounting_medium.d.ts} +1 -1
  91. package/cjs/icons/{document_contract.js → accounting_medium.js} +2 -2
  92. package/cjs/icons/{document_pdf.d.ts → candle_stick.d.ts} +1 -1
  93. package/cjs/icons/{document_add.js → candle_stick.js} +2 -2
  94. package/cjs/icons/{document_add_medium.d.ts → candle_stick_medium.d.ts} +1 -1
  95. package/cjs/icons/{document_add_medium.js → candle_stick_medium.js} +2 -2
  96. package/cjs/icons/dnb/{document_pdf.d.ts → accounting.d.ts} +2 -2
  97. package/cjs/icons/dnb/{document_rejected.js → accounting.js} +8 -8
  98. package/cjs/icons/dnb/accounting_medium.d.ts +4 -0
  99. package/cjs/icons/dnb/accounting_medium.js +31 -0
  100. package/cjs/icons/dnb/{document_add.d.ts → candle_stick.d.ts} +2 -2
  101. package/cjs/icons/dnb/{document.js → candle_stick.js} +7 -8
  102. package/cjs/icons/dnb/candle_stick_medium.d.ts +4 -0
  103. package/cjs/icons/dnb/{document_medium.js → candle_stick_medium.js} +7 -8
  104. package/cjs/icons/dnb/{document_csv.d.ts → fortune_ball.d.ts} +2 -2
  105. package/cjs/icons/dnb/fortune_ball.js +31 -0
  106. package/cjs/icons/dnb/fortune_ball_medium.d.ts +4 -0
  107. package/cjs/icons/dnb/fortune_ball_medium.js +31 -0
  108. package/cjs/icons/dnb/icons-svg.lock +1174 -1070
  109. package/cjs/icons/dnb/index.d.ts +9 -25
  110. package/cjs/icons/dnb/index.js +64 -192
  111. package/cjs/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  112. package/cjs/icons/dnb/scan.js +28 -0
  113. package/cjs/icons/dnb/scan_medium.d.ts +4 -0
  114. package/cjs/icons/dnb/scan_medium.js +35 -0
  115. package/cjs/icons/dnb/secondary_icons.d.ts +5 -1
  116. package/cjs/icons/dnb/secondary_icons.js +32 -0
  117. package/cjs/icons/dnb/secondary_icons_medium.d.ts +5 -1
  118. package/cjs/icons/dnb/secondary_icons_medium.js +32 -0
  119. package/cjs/icons/dnb/shield_lock.js +17 -2
  120. package/cjs/icons/dnb/shield_lock_medium.js +17 -2
  121. package/cjs/icons/{document_add.d.ts → fortune_ball.d.ts} +1 -1
  122. package/cjs/icons/{document_csv.js → fortune_ball.js} +2 -2
  123. package/cjs/icons/fortune_ball_medium.d.ts +3 -0
  124. package/cjs/icons/fortune_ball_medium.js +13 -0
  125. package/cjs/icons/icons-meta.json +3748 -0
  126. package/cjs/icons/index.d.ts +9 -25
  127. package/cjs/icons/index.js +64 -192
  128. package/{es/icons/document.d.ts → cjs/icons/scan.d.ts} +1 -1
  129. package/cjs/icons/{document.js → scan.js} +2 -2
  130. package/cjs/icons/scan_medium.d.ts +3 -0
  131. package/cjs/icons/scan_medium.js +13 -0
  132. package/cjs/shared/Context.d.ts +2 -0
  133. package/cjs/shared/Eufemia.d.ts +1 -1
  134. package/cjs/shared/Eufemia.js +2 -2
  135. package/cjs/shared/locales/en-GB.d.ts +2 -2
  136. package/cjs/shared/locales/en-GB.js +7 -7
  137. package/cjs/shared/locales/en-US.d.ts +2 -2
  138. package/cjs/shared/locales/index.d.ts +4 -4
  139. package/cjs/shared/locales/nb-NO.d.ts +2 -2
  140. package/cjs/shared/locales/nb-NO.js +7 -7
  141. package/cjs/style/dnb-ui-components.css +22 -31
  142. package/cjs/style/dnb-ui-components.min.css +1 -1
  143. package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  144. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +30 -39
  145. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  146. package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  147. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +50 -59
  148. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  149. package/cjs/style/themes/theme-ui/ui-theme-basis.css +4 -4
  150. package/cjs/style/themes/theme-ui/ui-theme-components.css +26 -35
  151. package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  152. package/cjs/style/themes/theme-ui/ui-theme-elements.css +4 -4
  153. package/cjs/style/themes/theme-ui/ui-theme-tags.css +98 -1
  154. package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  155. package/cjs/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  156. package/components/anchor/Anchor.d.ts +3 -3
  157. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  158. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  159. package/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  160. package/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  161. package/components/autocomplete/Autocomplete.js +5 -2
  162. package/components/avatar/Avatar.d.ts +1 -0
  163. package/components/button/style/dnb-button--tertiary.css +4 -0
  164. package/components/button/style/dnb-button--tertiary.min.css +1 -1
  165. package/components/button/style/dnb-button--tertiary.scss +3 -0
  166. package/components/button/style/themes/button-mixins.scss +3 -3
  167. package/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  168. package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  169. package/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  170. package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  171. package/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  172. package/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  173. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  174. package/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  175. package/components/checkbox/Checkbox.d.ts +1 -1
  176. package/components/date-picker/DatePicker.d.ts +1 -1
  177. package/components/drawer/Drawer.d.ts +2 -1
  178. package/components/dropdown/Dropdown.d.ts +1 -1
  179. package/components/form-label/FormLabel.d.ts +1 -1
  180. package/components/form-row/FormRow.d.ts +1 -1
  181. package/components/form-set/FormSet.d.ts +1 -1
  182. package/components/form-status/FormStatus.d.ts +1 -1
  183. package/components/global-error/GlobalError.d.ts +64 -62
  184. package/components/global-error/GlobalError.js +77 -510
  185. package/components/global-error/style/dnb-global-error.css +21 -31
  186. package/components/global-error/style/dnb-global-error.min.css +1 -1
  187. package/components/global-error/style/dnb-global-error.scss +19 -29
  188. package/components/global-status/GlobalStatus.d.ts +1 -1
  189. package/components/heading/Heading.d.ts +1 -1
  190. package/components/height-animation/HeightAnimation.d.ts +1 -1
  191. package/components/icon/Icon.d.ts +1 -1
  192. package/components/icon/Icon.js +1 -1
  193. package/components/icon-primary/IconPrimary.d.ts +1 -1
  194. package/components/input/Input.d.ts +2 -2
  195. package/components/input/InputPassword.d.ts +1 -1
  196. package/components/input-masked/InputMasked.d.ts +2 -2
  197. package/components/input-masked/InputMasked.js +1 -1
  198. package/components/input-masked/InputMaskedHooks.js +16 -11
  199. package/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  200. package/components/lib.d.ts +2 -2
  201. package/components/logo/Logo.d.ts +1 -1
  202. package/components/number-format/NumberFormat.js +2 -10
  203. package/components/number-format/NumberUtils.d.ts +12 -0
  204. package/components/pagination/Pagination.d.ts +1 -1
  205. package/components/radio/Radio.d.ts +1 -1
  206. package/components/radio/RadioGroup.d.ts +1 -1
  207. package/components/radio/style/dnb-radio.css +1 -0
  208. package/components/radio/style/dnb-radio.min.css +1 -1
  209. package/components/radio/style/dnb-radio.scss +1 -0
  210. package/components/section/Section.d.ts +1 -1
  211. package/components/skeleton/Skeleton.d.ts +1 -1
  212. package/components/space/Space.d.ts +1 -1
  213. package/components/step-indicator/StepIndicator.d.ts +1 -1
  214. package/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  215. package/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  216. package/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  217. package/components/switch/Switch.d.ts +1 -1
  218. package/components/tabs/Tabs.d.ts +1 -1
  219. package/components/textarea/Textarea.d.ts +1 -1
  220. package/components/toggle-button/ToggleButton.d.ts +1 -1
  221. package/core/jest/jestSetupScreenshots.css +1 -0
  222. package/elements/Element.d.ts +3 -3
  223. package/elements/Link.d.ts +2 -2
  224. package/elements/img/style/dnb-img.scss +2 -24
  225. package/elements/img/style/img-mixins.scss +29 -0
  226. package/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  227. package/elements/lib.d.ts +2 -2
  228. package/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  229. package/es/components/anchor/Anchor.d.ts +3 -3
  230. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +20 -10
  231. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
  232. package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +17 -14
  233. package/es/components/anchor/style/themes/dnb-anchor-theme-ui.scss +28 -14
  234. package/es/components/autocomplete/Autocomplete.js +5 -2
  235. package/es/components/avatar/Avatar.d.ts +1 -0
  236. package/es/components/button/style/dnb-button--tertiary.css +4 -0
  237. package/es/components/button/style/dnb-button--tertiary.min.css +1 -1
  238. package/es/components/button/style/dnb-button--tertiary.scss +3 -0
  239. package/es/components/button/style/themes/button-mixins.scss +3 -3
  240. package/es/components/button/style/themes/dnb-button-theme-eiendom.css +4 -4
  241. package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  242. package/es/components/button/style/themes/dnb-button-theme-sbanken.css +8 -18
  243. package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
  244. package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -10
  245. package/es/components/button/style/themes/dnb-button-theme-ui.css +4 -4
  246. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  247. package/es/components/button/style/themes/dnb-button-theme-ui.scss +0 -5
  248. package/es/components/checkbox/Checkbox.d.ts +1 -1
  249. package/es/components/date-picker/DatePicker.d.ts +1 -1
  250. package/es/components/drawer/Drawer.d.ts +2 -1
  251. package/es/components/dropdown/Dropdown.d.ts +1 -1
  252. package/es/components/form-label/FormLabel.d.ts +1 -1
  253. package/es/components/form-row/FormRow.d.ts +1 -1
  254. package/es/components/form-set/FormSet.d.ts +1 -1
  255. package/es/components/form-status/FormStatus.d.ts +1 -1
  256. package/es/components/global-error/GlobalError.d.ts +64 -62
  257. package/es/components/global-error/GlobalError.js +76 -510
  258. package/es/components/global-error/style/dnb-global-error.css +21 -31
  259. package/es/components/global-error/style/dnb-global-error.min.css +1 -1
  260. package/es/components/global-error/style/dnb-global-error.scss +19 -29
  261. package/es/components/global-status/GlobalStatus.d.ts +1 -1
  262. package/es/components/heading/Heading.d.ts +1 -1
  263. package/es/components/height-animation/HeightAnimation.d.ts +1 -1
  264. package/es/components/icon/Icon.d.ts +1 -1
  265. package/es/components/icon/Icon.js +1 -1
  266. package/es/components/icon-primary/IconPrimary.d.ts +1 -1
  267. package/es/components/input/Input.d.ts +2 -2
  268. package/es/components/input/InputPassword.d.ts +1 -1
  269. package/es/components/input-masked/InputMasked.d.ts +2 -2
  270. package/es/components/input-masked/InputMasked.js +1 -1
  271. package/es/components/input-masked/InputMaskedHooks.js +10 -5
  272. package/es/components/input-masked/text-mask/createTextMaskInputElement.js +1 -3
  273. package/es/components/lib.d.ts +2 -2
  274. package/es/components/logo/Logo.d.ts +1 -1
  275. package/es/components/number-format/NumberFormat.js +2 -10
  276. package/es/components/number-format/NumberUtils.d.ts +12 -0
  277. package/es/components/pagination/Pagination.d.ts +1 -1
  278. package/es/components/radio/Radio.d.ts +1 -1
  279. package/es/components/radio/RadioGroup.d.ts +1 -1
  280. package/es/components/radio/style/dnb-radio.css +1 -0
  281. package/es/components/radio/style/dnb-radio.min.css +1 -1
  282. package/es/components/radio/style/dnb-radio.scss +1 -0
  283. package/es/components/section/Section.d.ts +1 -1
  284. package/es/components/skeleton/Skeleton.d.ts +1 -1
  285. package/es/components/space/Space.d.ts +1 -1
  286. package/es/components/step-indicator/StepIndicator.d.ts +1 -1
  287. package/es/components/step-indicator/StepIndicatorItem.d.ts +1 -1
  288. package/es/components/step-indicator/StepIndicatorSidebar.d.ts +7 -5
  289. package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -1
  290. package/es/components/switch/Switch.d.ts +1 -1
  291. package/es/components/tabs/Tabs.d.ts +1 -1
  292. package/es/components/textarea/Textarea.d.ts +1 -1
  293. package/es/components/toggle-button/ToggleButton.d.ts +1 -1
  294. package/es/core/jest/jestSetupScreenshots.css +1 -0
  295. package/es/elements/Element.d.ts +3 -3
  296. package/es/elements/Link.d.ts +2 -2
  297. package/es/elements/img/style/dnb-img.scss +2 -24
  298. package/es/elements/img/style/img-mixins.scss +29 -0
  299. package/es/elements/img/style/themes/dnb-img-theme-ui.scss +17 -4
  300. package/es/elements/lib.d.ts +2 -2
  301. package/es/elements/typography/style/themes/dnb-typography-theme-ui.scss +18 -2
  302. package/es/extensions/payment-card/PaymentCard.d.ts +6 -29
  303. package/es/icons/accounting.d.ts +3 -0
  304. package/es/icons/accounting.js +2 -0
  305. package/es/icons/accounting_medium.d.ts +3 -0
  306. package/es/icons/accounting_medium.js +2 -0
  307. package/es/icons/candle_stick.d.ts +3 -0
  308. package/es/icons/candle_stick.js +2 -0
  309. package/es/icons/candle_stick_medium.d.ts +3 -0
  310. package/es/icons/candle_stick_medium.js +2 -0
  311. package/es/icons/dnb/accounting.d.ts +4 -0
  312. package/es/icons/dnb/accounting.js +21 -0
  313. package/es/icons/dnb/accounting_medium.d.ts +4 -0
  314. package/es/icons/dnb/accounting_medium.js +21 -0
  315. package/es/icons/dnb/candle_stick.d.ts +4 -0
  316. package/es/icons/dnb/candle_stick.js +20 -0
  317. package/es/icons/dnb/candle_stick_medium.d.ts +4 -0
  318. package/es/icons/dnb/candle_stick_medium.js +20 -0
  319. package/es/icons/dnb/fortune_ball.d.ts +4 -0
  320. package/es/icons/dnb/fortune_ball.js +21 -0
  321. package/es/icons/dnb/fortune_ball_medium.d.ts +4 -0
  322. package/es/icons/dnb/fortune_ball_medium.js +21 -0
  323. package/es/icons/dnb/icons-svg.lock +1174 -1070
  324. package/es/icons/dnb/index.d.ts +9 -25
  325. package/es/icons/dnb/index.js +9 -25
  326. package/es/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  327. package/es/icons/dnb/scan.js +18 -0
  328. package/es/icons/dnb/scan_medium.d.ts +4 -0
  329. package/es/icons/dnb/scan_medium.js +25 -0
  330. package/es/icons/dnb/secondary_icons.d.ts +5 -1
  331. package/es/icons/dnb/secondary_icons.js +5 -1
  332. package/es/icons/dnb/secondary_icons_medium.d.ts +5 -1
  333. package/es/icons/dnb/secondary_icons_medium.js +5 -1
  334. package/es/icons/dnb/shield_lock.js +17 -2
  335. package/es/icons/dnb/shield_lock_medium.js +17 -2
  336. package/es/icons/fortune_ball.d.ts +3 -0
  337. package/es/icons/fortune_ball.js +2 -0
  338. package/es/icons/fortune_ball_medium.d.ts +3 -0
  339. package/es/icons/fortune_ball_medium.js +2 -0
  340. package/es/icons/icons-meta.json +3748 -0
  341. package/es/icons/index.d.ts +9 -25
  342. package/es/icons/index.js +9 -25
  343. package/{cjs/icons/document.d.ts → es/icons/scan.d.ts} +1 -1
  344. package/es/icons/scan.js +2 -0
  345. package/es/icons/scan_medium.d.ts +3 -0
  346. package/es/icons/scan_medium.js +2 -0
  347. package/es/shared/Context.d.ts +2 -0
  348. package/es/shared/Eufemia.d.ts +1 -1
  349. package/es/shared/Eufemia.js +2 -2
  350. package/es/shared/locales/en-GB.d.ts +2 -2
  351. package/es/shared/locales/en-GB.js +7 -7
  352. package/es/shared/locales/en-US.d.ts +2 -2
  353. package/es/shared/locales/index.d.ts +4 -4
  354. package/es/shared/locales/nb-NO.d.ts +2 -2
  355. package/es/shared/locales/nb-NO.js +7 -7
  356. package/es/style/dnb-ui-components.css +22 -31
  357. package/es/style/dnb-ui-components.min.css +1 -1
  358. package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  359. package/es/style/themes/theme-eiendom/eiendom-theme-components.css +30 -39
  360. package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  361. package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  362. package/es/style/themes/theme-sbanken/sbanken-theme-components.css +50 -59
  363. package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  364. package/es/style/themes/theme-ui/ui-theme-basis.css +4 -4
  365. package/es/style/themes/theme-ui/ui-theme-components.css +26 -35
  366. package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  367. package/es/style/themes/theme-ui/ui-theme-elements.css +4 -4
  368. package/es/style/themes/theme-ui/ui-theme-tags.css +98 -1
  369. package/es/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  370. package/es/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  371. package/esm/dnb-ui-basis.min.mjs +1 -1
  372. package/esm/dnb-ui-components.min.mjs +1 -1
  373. package/esm/dnb-ui-elements.min.mjs +1 -1
  374. package/esm/dnb-ui-extensions.min.mjs +1 -1
  375. package/esm/dnb-ui-lib.min.mjs +1 -1
  376. package/extensions/payment-card/PaymentCard.d.ts +6 -29
  377. package/icons/accounting.d.ts +3 -0
  378. package/icons/accounting.js +2 -0
  379. package/icons/accounting_medium.d.ts +3 -0
  380. package/icons/accounting_medium.js +2 -0
  381. package/icons/candle_stick.d.ts +3 -0
  382. package/icons/candle_stick.js +2 -0
  383. package/icons/candle_stick_medium.d.ts +3 -0
  384. package/icons/candle_stick_medium.js +2 -0
  385. package/icons/dnb/accounting.d.ts +4 -0
  386. package/icons/dnb/accounting.js +21 -0
  387. package/icons/dnb/accounting_medium.d.ts +4 -0
  388. package/icons/dnb/accounting_medium.js +21 -0
  389. package/icons/dnb/candle_stick.d.ts +4 -0
  390. package/icons/dnb/candle_stick.js +20 -0
  391. package/icons/dnb/candle_stick_medium.d.ts +4 -0
  392. package/icons/dnb/candle_stick_medium.js +20 -0
  393. package/icons/dnb/fortune_ball.d.ts +4 -0
  394. package/icons/dnb/fortune_ball.js +21 -0
  395. package/icons/dnb/fortune_ball_medium.d.ts +4 -0
  396. package/icons/dnb/fortune_ball_medium.js +21 -0
  397. package/icons/dnb/icons-svg.lock +1174 -1070
  398. package/icons/dnb/index.d.ts +9 -25
  399. package/icons/dnb/index.js +9 -25
  400. package/icons/dnb/{document.d.ts → scan.d.ts} +2 -2
  401. package/icons/dnb/scan.js +18 -0
  402. package/icons/dnb/scan_medium.d.ts +4 -0
  403. package/icons/dnb/scan_medium.js +25 -0
  404. package/icons/dnb/secondary_icons.d.ts +5 -1
  405. package/icons/dnb/secondary_icons.js +5 -1
  406. package/icons/dnb/secondary_icons_medium.d.ts +5 -1
  407. package/icons/dnb/secondary_icons_medium.js +5 -1
  408. package/icons/dnb/shield_lock.js +17 -2
  409. package/icons/dnb/shield_lock_medium.js +17 -2
  410. package/icons/fortune_ball.d.ts +3 -0
  411. package/icons/fortune_ball.js +2 -0
  412. package/icons/fortune_ball_medium.d.ts +3 -0
  413. package/icons/fortune_ball_medium.js +2 -0
  414. package/icons/icons-meta.json +3748 -0
  415. package/icons/index.d.ts +9 -25
  416. package/icons/index.js +9 -25
  417. package/icons/{document.d.ts → scan.d.ts} +1 -1
  418. package/icons/scan.js +2 -0
  419. package/icons/scan_medium.d.ts +3 -0
  420. package/icons/scan_medium.js +2 -0
  421. package/package.json +1 -1
  422. package/shared/Context.d.ts +2 -0
  423. package/shared/Eufemia.d.ts +1 -1
  424. package/shared/Eufemia.js +2 -2
  425. package/shared/locales/en-GB.d.ts +2 -2
  426. package/shared/locales/en-GB.js +7 -7
  427. package/shared/locales/en-US.d.ts +2 -2
  428. package/shared/locales/index.d.ts +4 -4
  429. package/shared/locales/nb-NO.d.ts +2 -2
  430. package/shared/locales/nb-NO.js +7 -7
  431. package/style/dnb-ui-components.css +22 -31
  432. package/style/dnb-ui-components.min.css +1 -1
  433. package/style/themes/theme-eiendom/eiendom-theme-basis.css +4 -4
  434. package/style/themes/theme-eiendom/eiendom-theme-components.css +30 -39
  435. package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  436. package/style/themes/theme-eiendom/eiendom-theme-elements.css +4 -4
  437. package/style/themes/theme-sbanken/sbanken-theme-components.css +50 -59
  438. package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  439. package/style/themes/theme-ui/ui-theme-basis.css +4 -4
  440. package/style/themes/theme-ui/ui-theme-components.css +26 -35
  441. package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  442. package/style/themes/theme-ui/ui-theme-elements.css +4 -4
  443. package/style/themes/theme-ui/ui-theme-tags.css +98 -1
  444. package/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
  445. package/style/themes/theme-ui/ui-theme-tags.scss +15 -1
  446. package/umd/dnb-ui-basis.min.js +1 -1
  447. package/umd/dnb-ui-components.min.js +1 -1
  448. package/umd/dnb-ui-elements.min.js +1 -1
  449. package/umd/dnb-ui-extensions.min.js +1 -1
  450. package/umd/dnb-ui-lib.min.js +1 -1
  451. package/assets/icons/dnb/document.svg +0 -3
  452. package/assets/icons/dnb/document_add.svg +0 -3
  453. package/assets/icons/dnb/document_add_medium.svg +0 -3
  454. package/assets/icons/dnb/document_contract.svg +0 -3
  455. package/assets/icons/dnb/document_contract_medium.svg +0 -3
  456. package/assets/icons/dnb/document_csv.svg +0 -6
  457. package/assets/icons/dnb/document_csv_medium.svg +0 -6
  458. package/assets/icons/dnb/document_loupe.svg +0 -3
  459. package/assets/icons/dnb/document_loupe_medium.svg +0 -3
  460. package/assets/icons/dnb/document_medium.svg +0 -3
  461. package/assets/icons/dnb/document_pdf.svg +0 -6
  462. package/assets/icons/dnb/document_pdf_medium.svg +0 -6
  463. package/assets/icons/dnb/document_rejected.svg +0 -3
  464. package/assets/icons/dnb/document_rejected_medium.svg +0 -3
  465. package/assets/icons/dnb/document_signing.svg +0 -3
  466. package/assets/icons/dnb/document_signing_medium.svg +0 -3
  467. package/assets/icons/dnb/document_txt.svg +0 -6
  468. package/assets/icons/dnb/document_txt_medium.svg +0 -6
  469. package/assets/icons/dnb/document_warning.svg +0 -4
  470. package/assets/icons/dnb/document_warning_medium.svg +0 -4
  471. package/assets/icons/dnb/document_word.svg +0 -6
  472. package/assets/icons/dnb/document_word_medium.svg +0 -6
  473. package/assets/icons/dnb/document_xls.svg +0 -6
  474. package/assets/icons/dnb/document_xls_medium.svg +0 -6
  475. package/cjs/icons/dnb/document_add.js +0 -28
  476. package/cjs/icons/dnb/document_add_medium.d.ts +0 -4
  477. package/cjs/icons/dnb/document_add_medium.js +0 -28
  478. package/cjs/icons/dnb/document_contract.d.ts +0 -4
  479. package/cjs/icons/dnb/document_contract.js +0 -31
  480. package/cjs/icons/dnb/document_contract_medium.d.ts +0 -4
  481. package/cjs/icons/dnb/document_contract_medium.js +0 -31
  482. package/cjs/icons/dnb/document_csv.js +0 -37
  483. package/cjs/icons/dnb/document_csv_medium.d.ts +0 -4
  484. package/cjs/icons/dnb/document_csv_medium.js +0 -40
  485. package/cjs/icons/dnb/document_loupe.d.ts +0 -4
  486. package/cjs/icons/dnb/document_loupe.js +0 -28
  487. package/cjs/icons/dnb/document_loupe_medium.d.ts +0 -4
  488. package/cjs/icons/dnb/document_loupe_medium.js +0 -28
  489. package/cjs/icons/dnb/document_medium.d.ts +0 -4
  490. package/cjs/icons/dnb/document_pdf.js +0 -37
  491. package/cjs/icons/dnb/document_pdf_medium.d.ts +0 -4
  492. package/cjs/icons/dnb/document_pdf_medium.js +0 -40
  493. package/cjs/icons/dnb/document_rejected.d.ts +0 -4
  494. package/cjs/icons/dnb/document_rejected_medium.d.ts +0 -4
  495. package/cjs/icons/dnb/document_rejected_medium.js +0 -31
  496. package/cjs/icons/dnb/document_signing.d.ts +0 -4
  497. package/cjs/icons/dnb/document_signing.js +0 -28
  498. package/cjs/icons/dnb/document_signing_medium.d.ts +0 -4
  499. package/cjs/icons/dnb/document_signing_medium.js +0 -28
  500. package/cjs/icons/dnb/document_txt.d.ts +0 -4
  501. package/cjs/icons/dnb/document_txt.js +0 -37
  502. package/cjs/icons/dnb/document_txt_medium.d.ts +0 -4
  503. package/cjs/icons/dnb/document_txt_medium.js +0 -40
  504. package/cjs/icons/dnb/document_warning.d.ts +0 -4
  505. package/cjs/icons/dnb/document_warning.js +0 -34
  506. package/cjs/icons/dnb/document_warning_medium.d.ts +0 -4
  507. package/cjs/icons/dnb/document_warning_medium.js +0 -34
  508. package/cjs/icons/dnb/document_word.d.ts +0 -4
  509. package/cjs/icons/dnb/document_word.js +0 -37
  510. package/cjs/icons/dnb/document_word_medium.d.ts +0 -4
  511. package/cjs/icons/dnb/document_word_medium.js +0 -40
  512. package/cjs/icons/dnb/document_xls.d.ts +0 -4
  513. package/cjs/icons/dnb/document_xls.js +0 -37
  514. package/cjs/icons/dnb/document_xls_medium.d.ts +0 -4
  515. package/cjs/icons/dnb/document_xls_medium.js +0 -40
  516. package/cjs/icons/document_contract_medium.d.ts +0 -3
  517. package/cjs/icons/document_contract_medium.js +0 -13
  518. package/cjs/icons/document_csv_medium.d.ts +0 -3
  519. package/cjs/icons/document_csv_medium.js +0 -13
  520. package/cjs/icons/document_loupe.d.ts +0 -3
  521. package/cjs/icons/document_loupe.js +0 -13
  522. package/cjs/icons/document_loupe_medium.d.ts +0 -3
  523. package/cjs/icons/document_loupe_medium.js +0 -13
  524. package/cjs/icons/document_medium.d.ts +0 -3
  525. package/cjs/icons/document_medium.js +0 -13
  526. package/cjs/icons/document_pdf_medium.d.ts +0 -3
  527. package/cjs/icons/document_pdf_medium.js +0 -13
  528. package/cjs/icons/document_rejected.d.ts +0 -3
  529. package/cjs/icons/document_rejected.js +0 -13
  530. package/cjs/icons/document_rejected_medium.d.ts +0 -3
  531. package/cjs/icons/document_rejected_medium.js +0 -13
  532. package/cjs/icons/document_signing.d.ts +0 -3
  533. package/cjs/icons/document_signing.js +0 -13
  534. package/cjs/icons/document_signing_medium.d.ts +0 -3
  535. package/cjs/icons/document_signing_medium.js +0 -13
  536. package/cjs/icons/document_txt.d.ts +0 -3
  537. package/cjs/icons/document_txt.js +0 -13
  538. package/cjs/icons/document_txt_medium.d.ts +0 -3
  539. package/cjs/icons/document_txt_medium.js +0 -13
  540. package/cjs/icons/document_warning.d.ts +0 -3
  541. package/cjs/icons/document_warning.js +0 -13
  542. package/cjs/icons/document_warning_medium.d.ts +0 -3
  543. package/cjs/icons/document_warning_medium.js +0 -13
  544. package/cjs/icons/document_word.d.ts +0 -3
  545. package/cjs/icons/document_word.js +0 -13
  546. package/cjs/icons/document_word_medium.d.ts +0 -3
  547. package/cjs/icons/document_word_medium.js +0 -13
  548. package/cjs/icons/document_xls.d.ts +0 -3
  549. package/cjs/icons/document_xls.js +0 -13
  550. package/cjs/icons/document_xls_medium.d.ts +0 -3
  551. package/cjs/icons/document_xls_medium.js +0 -13
  552. package/es/icons/dnb/document.js +0 -21
  553. package/es/icons/dnb/document_add.d.ts +0 -4
  554. package/es/icons/dnb/document_add.js +0 -18
  555. package/es/icons/dnb/document_add_medium.d.ts +0 -4
  556. package/es/icons/dnb/document_add_medium.js +0 -18
  557. package/es/icons/dnb/document_contract.d.ts +0 -4
  558. package/es/icons/dnb/document_contract.js +0 -21
  559. package/es/icons/dnb/document_contract_medium.d.ts +0 -4
  560. package/es/icons/dnb/document_contract_medium.js +0 -21
  561. package/es/icons/dnb/document_csv.d.ts +0 -4
  562. package/es/icons/dnb/document_csv.js +0 -27
  563. package/es/icons/dnb/document_csv_medium.d.ts +0 -4
  564. package/es/icons/dnb/document_csv_medium.js +0 -30
  565. package/es/icons/dnb/document_loupe.d.ts +0 -4
  566. package/es/icons/dnb/document_loupe.js +0 -18
  567. package/es/icons/dnb/document_loupe_medium.d.ts +0 -4
  568. package/es/icons/dnb/document_loupe_medium.js +0 -18
  569. package/es/icons/dnb/document_medium.d.ts +0 -4
  570. package/es/icons/dnb/document_medium.js +0 -21
  571. package/es/icons/dnb/document_pdf.d.ts +0 -4
  572. package/es/icons/dnb/document_pdf.js +0 -27
  573. package/es/icons/dnb/document_pdf_medium.d.ts +0 -4
  574. package/es/icons/dnb/document_pdf_medium.js +0 -30
  575. package/es/icons/dnb/document_rejected.d.ts +0 -4
  576. package/es/icons/dnb/document_rejected.js +0 -21
  577. package/es/icons/dnb/document_rejected_medium.d.ts +0 -4
  578. package/es/icons/dnb/document_rejected_medium.js +0 -21
  579. package/es/icons/dnb/document_signing.d.ts +0 -4
  580. package/es/icons/dnb/document_signing.js +0 -18
  581. package/es/icons/dnb/document_signing_medium.d.ts +0 -4
  582. package/es/icons/dnb/document_signing_medium.js +0 -18
  583. package/es/icons/dnb/document_txt.d.ts +0 -4
  584. package/es/icons/dnb/document_txt.js +0 -27
  585. package/es/icons/dnb/document_txt_medium.d.ts +0 -4
  586. package/es/icons/dnb/document_txt_medium.js +0 -30
  587. package/es/icons/dnb/document_warning.d.ts +0 -4
  588. package/es/icons/dnb/document_warning.js +0 -24
  589. package/es/icons/dnb/document_warning_medium.d.ts +0 -4
  590. package/es/icons/dnb/document_warning_medium.js +0 -24
  591. package/es/icons/dnb/document_word.d.ts +0 -4
  592. package/es/icons/dnb/document_word.js +0 -27
  593. package/es/icons/dnb/document_word_medium.d.ts +0 -4
  594. package/es/icons/dnb/document_word_medium.js +0 -30
  595. package/es/icons/dnb/document_xls.d.ts +0 -4
  596. package/es/icons/dnb/document_xls.js +0 -27
  597. package/es/icons/dnb/document_xls_medium.d.ts +0 -4
  598. package/es/icons/dnb/document_xls_medium.js +0 -30
  599. package/es/icons/document.js +0 -2
  600. package/es/icons/document_add.d.ts +0 -3
  601. package/es/icons/document_add.js +0 -2
  602. package/es/icons/document_add_medium.d.ts +0 -3
  603. package/es/icons/document_add_medium.js +0 -2
  604. package/es/icons/document_contract.d.ts +0 -3
  605. package/es/icons/document_contract.js +0 -2
  606. package/es/icons/document_contract_medium.d.ts +0 -3
  607. package/es/icons/document_contract_medium.js +0 -2
  608. package/es/icons/document_csv.d.ts +0 -3
  609. package/es/icons/document_csv.js +0 -2
  610. package/es/icons/document_csv_medium.d.ts +0 -3
  611. package/es/icons/document_csv_medium.js +0 -2
  612. package/es/icons/document_loupe.d.ts +0 -3
  613. package/es/icons/document_loupe.js +0 -2
  614. package/es/icons/document_loupe_medium.d.ts +0 -3
  615. package/es/icons/document_loupe_medium.js +0 -2
  616. package/es/icons/document_medium.d.ts +0 -3
  617. package/es/icons/document_medium.js +0 -2
  618. package/es/icons/document_pdf.d.ts +0 -3
  619. package/es/icons/document_pdf.js +0 -2
  620. package/es/icons/document_pdf_medium.d.ts +0 -3
  621. package/es/icons/document_pdf_medium.js +0 -2
  622. package/es/icons/document_rejected.d.ts +0 -3
  623. package/es/icons/document_rejected.js +0 -2
  624. package/es/icons/document_rejected_medium.d.ts +0 -3
  625. package/es/icons/document_rejected_medium.js +0 -2
  626. package/es/icons/document_signing.d.ts +0 -3
  627. package/es/icons/document_signing.js +0 -2
  628. package/es/icons/document_signing_medium.d.ts +0 -3
  629. package/es/icons/document_signing_medium.js +0 -2
  630. package/es/icons/document_txt.d.ts +0 -3
  631. package/es/icons/document_txt.js +0 -2
  632. package/es/icons/document_txt_medium.d.ts +0 -3
  633. package/es/icons/document_txt_medium.js +0 -2
  634. package/es/icons/document_warning.d.ts +0 -3
  635. package/es/icons/document_warning.js +0 -2
  636. package/es/icons/document_warning_medium.d.ts +0 -3
  637. package/es/icons/document_warning_medium.js +0 -2
  638. package/es/icons/document_word.d.ts +0 -3
  639. package/es/icons/document_word.js +0 -2
  640. package/es/icons/document_word_medium.d.ts +0 -3
  641. package/es/icons/document_word_medium.js +0 -2
  642. package/es/icons/document_xls.d.ts +0 -3
  643. package/es/icons/document_xls.js +0 -2
  644. package/es/icons/document_xls_medium.d.ts +0 -3
  645. package/es/icons/document_xls_medium.js +0 -2
  646. package/icons/dnb/document.js +0 -21
  647. package/icons/dnb/document_add.d.ts +0 -4
  648. package/icons/dnb/document_add.js +0 -18
  649. package/icons/dnb/document_add_medium.d.ts +0 -4
  650. package/icons/dnb/document_add_medium.js +0 -18
  651. package/icons/dnb/document_contract.d.ts +0 -4
  652. package/icons/dnb/document_contract.js +0 -21
  653. package/icons/dnb/document_contract_medium.d.ts +0 -4
  654. package/icons/dnb/document_contract_medium.js +0 -21
  655. package/icons/dnb/document_csv.d.ts +0 -4
  656. package/icons/dnb/document_csv.js +0 -27
  657. package/icons/dnb/document_csv_medium.d.ts +0 -4
  658. package/icons/dnb/document_csv_medium.js +0 -30
  659. package/icons/dnb/document_loupe.d.ts +0 -4
  660. package/icons/dnb/document_loupe.js +0 -18
  661. package/icons/dnb/document_loupe_medium.d.ts +0 -4
  662. package/icons/dnb/document_loupe_medium.js +0 -18
  663. package/icons/dnb/document_medium.d.ts +0 -4
  664. package/icons/dnb/document_medium.js +0 -21
  665. package/icons/dnb/document_pdf.d.ts +0 -4
  666. package/icons/dnb/document_pdf.js +0 -27
  667. package/icons/dnb/document_pdf_medium.d.ts +0 -4
  668. package/icons/dnb/document_pdf_medium.js +0 -30
  669. package/icons/dnb/document_rejected.d.ts +0 -4
  670. package/icons/dnb/document_rejected.js +0 -21
  671. package/icons/dnb/document_rejected_medium.d.ts +0 -4
  672. package/icons/dnb/document_rejected_medium.js +0 -21
  673. package/icons/dnb/document_signing.d.ts +0 -4
  674. package/icons/dnb/document_signing.js +0 -18
  675. package/icons/dnb/document_signing_medium.d.ts +0 -4
  676. package/icons/dnb/document_signing_medium.js +0 -18
  677. package/icons/dnb/document_txt.d.ts +0 -4
  678. package/icons/dnb/document_txt.js +0 -27
  679. package/icons/dnb/document_txt_medium.d.ts +0 -4
  680. package/icons/dnb/document_txt_medium.js +0 -30
  681. package/icons/dnb/document_warning.d.ts +0 -4
  682. package/icons/dnb/document_warning.js +0 -24
  683. package/icons/dnb/document_warning_medium.d.ts +0 -4
  684. package/icons/dnb/document_warning_medium.js +0 -24
  685. package/icons/dnb/document_word.d.ts +0 -4
  686. package/icons/dnb/document_word.js +0 -27
  687. package/icons/dnb/document_word_medium.d.ts +0 -4
  688. package/icons/dnb/document_word_medium.js +0 -30
  689. package/icons/dnb/document_xls.d.ts +0 -4
  690. package/icons/dnb/document_xls.js +0 -27
  691. package/icons/dnb/document_xls_medium.d.ts +0 -4
  692. package/icons/dnb/document_xls_medium.js +0 -30
  693. package/icons/document.js +0 -2
  694. package/icons/document_add.d.ts +0 -3
  695. package/icons/document_add.js +0 -2
  696. package/icons/document_add_medium.d.ts +0 -3
  697. package/icons/document_add_medium.js +0 -2
  698. package/icons/document_contract.d.ts +0 -3
  699. package/icons/document_contract.js +0 -2
  700. package/icons/document_contract_medium.d.ts +0 -3
  701. package/icons/document_contract_medium.js +0 -2
  702. package/icons/document_csv.d.ts +0 -3
  703. package/icons/document_csv.js +0 -2
  704. package/icons/document_csv_medium.d.ts +0 -3
  705. package/icons/document_csv_medium.js +0 -2
  706. package/icons/document_loupe.d.ts +0 -3
  707. package/icons/document_loupe.js +0 -2
  708. package/icons/document_loupe_medium.d.ts +0 -3
  709. package/icons/document_loupe_medium.js +0 -2
  710. package/icons/document_medium.d.ts +0 -3
  711. package/icons/document_medium.js +0 -2
  712. package/icons/document_pdf.d.ts +0 -3
  713. package/icons/document_pdf.js +0 -2
  714. package/icons/document_pdf_medium.d.ts +0 -3
  715. package/icons/document_pdf_medium.js +0 -2
  716. package/icons/document_rejected.d.ts +0 -3
  717. package/icons/document_rejected.js +0 -2
  718. package/icons/document_rejected_medium.d.ts +0 -3
  719. package/icons/document_rejected_medium.js +0 -2
  720. package/icons/document_signing.d.ts +0 -3
  721. package/icons/document_signing.js +0 -2
  722. package/icons/document_signing_medium.d.ts +0 -3
  723. package/icons/document_signing_medium.js +0 -2
  724. package/icons/document_txt.d.ts +0 -3
  725. package/icons/document_txt.js +0 -2
  726. package/icons/document_txt_medium.d.ts +0 -3
  727. package/icons/document_txt_medium.js +0 -2
  728. package/icons/document_warning.d.ts +0 -3
  729. package/icons/document_warning.js +0 -2
  730. package/icons/document_warning_medium.d.ts +0 -3
  731. package/icons/document_warning_medium.js +0 -2
  732. package/icons/document_word.d.ts +0 -3
  733. package/icons/document_word.js +0 -2
  734. package/icons/document_word_medium.d.ts +0 -3
  735. package/icons/document_word_medium.js +0 -2
  736. package/icons/document_xls.d.ts +0 -3
  737. package/icons/document_xls.js +0 -2
  738. package/icons/document_xls_medium.d.ts +0 -3
  739. package/icons/document_xls_medium.js +0 -2
@@ -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)}
@@ -21,8 +21,10 @@
21
21
  border: none;
22
22
 
23
23
  &#{&}--has-text#{&}--size-large {
24
- padding-left: 1.5rem;
25
- padding-right: 1.5rem;
24
+ &.dnb-button--primary, &.dnb-button--secondary {
25
+ padding-left: 1.5rem;
26
+ padding-right: 1.5rem;
27
+ }
26
28
  &.dnb-button--icon-position-right {
27
29
  padding-right: 0.5rem;
28
30
  }
@@ -103,7 +105,7 @@
103
105
  $tertiary-padding-large: 1.5rem;
104
106
  $tertiary-icon-space: 0.5rem;
105
107
 
106
- --button-tertiary-focus-overflow: 0;
108
+ --button-tertiary-focus-overflow: -0.5rem;
107
109
 
108
110
  color: var(--sb-color-violet);
109
111
  background-color: transparent;
@@ -135,8 +137,6 @@
135
137
  }
136
138
 
137
139
  &.dnb-button--has-text {
138
- padding-left: $tertiary-padding;
139
- padding-right: $tertiary-padding;
140
140
 
141
141
  &.dnb-button--has-icon {
142
142
  &.dnb-button--icon-position-left {
@@ -164,18 +164,14 @@
164
164
  }
165
165
 
166
166
  &.dnb-button--size-large {
167
- padding-left: $tertiary-padding-large;
168
- padding-right: $tertiary-padding-large;
169
167
 
170
168
  &.dnb-button--has-icon {
171
169
  &.dnb-button--icon-position-left {
172
- padding-left: $tertiary-padding-large - $tertiary-icon-space;
173
170
  .dnb-button__text::after {
174
171
  left: -$tertiary-padding-large ;
175
172
  }
176
173
  }
177
174
  &.dnb-button--icon-position-right {
178
- padding-right: $tertiary-padding-large - $tertiary-icon-space;
179
175
  .dnb-button__text::after {
180
176
  right: -$tertiary-padding-large;
181
177
  }
@@ -198,7 +194,7 @@
198
194
  }
199
195
 
200
196
  @include focus() {
201
- @include buttonFocusRing(null, 0, inset);
197
+ @include buttonFocusRing(null, inset);
202
198
  }
203
199
 
204
200
  @include hover() {
@@ -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);
@@ -372,10 +376,6 @@ html[data-whatinput=keyboard] .dnb-button--secondary:not(.dnb-button--has-text):
372
376
  color: var(--color-sea-green);
373
377
  background-color: transparent;
374
378
  }
375
- .dnb-button--tertiary.dnb-button--has-text {
376
- padding-left: 0;
377
- padding-right: 0;
378
- }
379
379
  html:not([data-whatintent=touch]) .dnb-button--tertiary:hover[disabled] {
380
380
  cursor: not-allowed;
381
381
  }
@@ -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[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--primary: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--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[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-mint-green-50);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);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);--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)}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[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-mint-green-50);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);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[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-mint-green-50);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):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)}
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[disabled]{cursor:not-allowed}html:not([data-whatintent=touch]) .dnb-button--primary: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--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[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-mint-green-50);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);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);--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)}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[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-mint-green-50);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color);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[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-mint-green-50);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):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)}
@@ -92,11 +92,6 @@
92
92
  color: var(--color-sea-green);
93
93
  background-color: transparent;
94
94
 
95
- &.dnb-button--has-text {
96
- padding-left: 0;
97
- padding-right: 0;
98
- }
99
-
100
95
  @include hover() {
101
96
  // underline
102
97
  .dnb-button__text::after {
@@ -17,7 +17,7 @@ export type CheckboxSuffix =
17
17
  export type CheckboxAttributes = string | Record<string, unknown>;
18
18
  export type CheckboxChildren = string | ((...args: any[]) => any);
19
19
  export interface CheckboxProps
20
- extends React.HTMLProps<HTMLElement>,
20
+ extends Omit<React.HTMLProps<HTMLElement>, 'ref'>,
21
21
  SpacingProps {
22
22
  /**
23
23
  * Use either the `label` property or provide a custom one.
@@ -26,7 +26,7 @@ type DatePickerSuffix =
26
26
  type DatePickerDirection = 'auto' | 'top' | 'bottom';
27
27
  type DatePickerAlignPicker = 'auto' | 'left' | 'right';
28
28
  export interface DatePickerProps
29
- extends React.HTMLProps<HTMLElement>,
29
+ extends Omit<React.HTMLProps<HTMLElement>, 'ref'>,
30
30
  SpacingProps {
31
31
  id?: string;
32
32
  title?: string;
@@ -3,7 +3,8 @@ import DrawerBody from './parts/DrawerBody';
3
3
  import DrawerHeader from './parts/DrawerHeader';
4
4
  import DrawerNavigation from './parts/DrawerNavigation';
5
5
  import { DrawerProps, DrawerContentProps } from './types';
6
- declare function Drawer({ id, rootId, contentId, focusSelector, labelledBy, directDomReturn, hideCloseButton, disabled, title, dialogTitle, closeTitle, containerPlacement, spacing, noAnimation, noAnimationOnMobile, animationDuration, fullscreen, onOpen, onClose, onClosePrevent, openModal, closeModal, preventClose, preventOverlayClose, openState, openDelay, omitTriggerButton, trigger, triggerAttributes, overlayClass, contentClass, contentRef, scrollRef, top, bottom, left, right, space, ...props }: DrawerProps & DrawerContentProps): JSX.Element;
6
+ export declare type DrawerAllProps = DrawerProps & DrawerContentProps;
7
+ declare function Drawer({ id, rootId, contentId, focusSelector, labelledBy, directDomReturn, hideCloseButton, disabled, title, dialogTitle, closeTitle, containerPlacement, spacing, noAnimation, noAnimationOnMobile, animationDuration, fullscreen, onOpen, onClose, onClosePrevent, openModal, closeModal, preventClose, preventOverlayClose, openState, openDelay, omitTriggerButton, trigger, triggerAttributes, overlayClass, contentClass, contentRef, scrollRef, top, bottom, left, right, space, ...props }: DrawerAllProps): JSX.Element;
7
8
  declare namespace Drawer {
8
9
  var Body: typeof DrawerBody;
9
10
  var Header: typeof DrawerHeader;
@@ -21,7 +21,7 @@ type DropdownTriggerElement = ((...args: any[]) => any) | React.ReactNode;
21
21
  export interface DropdownProps
22
22
  extends DrawerListProps,
23
23
  SpacingProps,
24
- React.HTMLProps<HTMLElement> {
24
+ Omit<React.HTMLProps<HTMLElement>, 'ref'> {
25
25
  /**
26
26
  * Give a title to let the users know what they have to do. Defaults to `Valgmeny`.
27
27
  */
@@ -11,7 +11,7 @@ export type FormLabelChildren =
11
11
  | ((...args: any[]) => any)
12
12
  | React.ReactNode;
13
13
  export interface FormLabelProps
14
- extends React.HTMLProps<HTMLElement>,
14
+ extends Omit<React.HTMLProps<HTMLElement>, 'ref'>,
15
15
  SpacingProps {
16
16
  /**
17
17
  * <em>(required)</em> the `id` of the input.
@@ -11,7 +11,7 @@ export type FormRowChildren =
11
11
  | ((...args: any[]) => any)
12
12
  | React.ReactNode;
13
13
  export interface FormRowProps
14
- extends React.HTMLProps<HTMLElement>,
14
+ extends Omit<React.HTMLProps<HTMLElement>, 'ref'>,
15
15
  SpacingProps {
16
16
  id?: string;
17
17
 
@@ -11,7 +11,7 @@ export type FormSetChildren =
11
11
  | ((...args: any[]) => any)
12
12
  | React.ReactNode;
13
13
  export interface FormSetProps
14
- extends React.HTMLProps<HTMLElement>,
14
+ extends Omit<React.HTMLProps<HTMLElement>, 'ref'>,
15
15
  SpacingProps {
16
16
  /**
17
17
  * Define what HTML element should be used. Defaults to `<form>`.
@@ -23,7 +23,7 @@ export type FormStatusChildren =
23
23
  | ((...args: any[]) => any)
24
24
  | React.ReactNode;
25
25
  export interface FormStatusProps
26
- extends React.HTMLProps<HTMLElement>,
26
+ extends Omit<React.HTMLProps<HTMLElement>, 'ref'>,
27
27
  SpacingProps {
28
28
  id?: string;
29
29
 
@@ -1,62 +1,64 @@
1
- import * as React from 'react';
2
- import type { SpacingProps } from '../space/types';
3
- export type GlobalErrorStatusContent = string | Record<string, unknown>;
4
- export type GlobalErrorTitle = string | React.ReactNode;
5
- export type GlobalErrorText = string | React.ReactNode;
6
- export type GlobalErrorBack = string | React.ReactNode;
7
- export type GlobalErrorChildren =
8
- | string
9
- | ((...args: any[]) => any)
10
- | React.ReactNode;
11
- export interface GlobalErrorProps
12
- extends React.HTMLProps<HTMLElement>,
13
- SpacingProps {
14
- /**
15
- * Status code defines the view showing up.
16
- */
17
- status?: string;
18
-
19
- /**
20
- * A JSON object or a JS object providing the status texts. More details below.
21
- */
22
- status_content?: GlobalErrorStatusContent;
23
-
24
- /**
25
- * Defining a `title` will overwrite the default provided by `status_content`.
26
- */
27
- title?: GlobalErrorTitle;
28
-
29
- /**
30
- * Defining a `text` will overwrite the default provided by `status_content`.
31
- */
32
- text?: GlobalErrorText;
33
-
34
- /**
35
- * The text of the back button. Defaults to `Tilbake`. Can also be a React component.
36
- */
37
- back?: GlobalErrorBack;
38
-
39
- /**
40
- * Instead of using the default `window.history.back()` you can provide the back button and text link with a url.
41
- */
42
- href?: string;
43
-
44
- /**
45
- * Defining a `alt` text for the SVG graphic will overwrite the default provided by `status_content`.
46
- */
47
- alt?: string;
48
- className?: string;
49
-
50
- /**
51
- * If needed, add additional content under the main content.
52
- */
53
- children?: GlobalErrorChildren;
54
- class?: string;
55
- }
56
- export default class GlobalError extends React.Component<
57
- GlobalErrorProps,
58
- any
59
- > {
60
- static defaultProps: object;
61
- render(): JSX.Element;
62
- }
1
+ /**
2
+ * Web GlobalError Component
3
+ *
4
+ */
5
+ import React from 'react';
6
+ import { GetTranslationProps } from '../../shared/Context';
7
+ import { SkeletonShow } from '../skeleton/Skeleton';
8
+ import type { SpacingProps } from '../../shared/types';
9
+ export declare type GlobalErrorLink = {
10
+ text: string;
11
+ url: string;
12
+ };
13
+ export declare type GlobalErrorProps = {
14
+ /**
15
+ * When `404` or `500` is given, a predefined text will be shown.
16
+ * Defaults to `400`.
17
+ */
18
+ status?: '404' | '500' | string;
19
+ /**
20
+ * Will overwrite the default title.
21
+ */
22
+ title?: React.ReactNode;
23
+ /**
24
+ * Will overwrite the default text.
25
+ */
26
+ text?: React.ReactNode;
27
+ /**
28
+ * Will overwrite the default error message code.
29
+ */
30
+ code?: React.ReactNode;
31
+ /**
32
+ * Will overwrite the default additional help text.
33
+ */
34
+ help?: React.ReactNode;
35
+ /**
36
+ * Provide an array with objects `{ text: 'Text', url: 'https://...' }` to display a list of anchor links.
37
+ */
38
+ links?: Array<GlobalErrorLink>;
39
+ /**
40
+ * If true, it will use 80vh as the height and center its content.
41
+ */
42
+ center?: boolean;
43
+ /**
44
+ * Skeleton should be applied when loading content
45
+ * Default: null
46
+ */
47
+ skeleton?: SkeletonShow;
48
+ };
49
+ export declare type GlobalErrorAllProps = GlobalErrorProps & Omit<React.HTMLProps<HTMLElement>, 'ref'> & SpacingProps & GetTranslationProps;
50
+ export declare type GlobalErrorTranslationContent = {
51
+ /**
52
+ * Defining a `title` will overwrite the default provided by `status_content`.
53
+ */
54
+ title?: React.ReactNode;
55
+ /**
56
+ * Defining a `text` will overwrite the default provided by `status_content`.
57
+ */
58
+ text?: React.ReactNode;
59
+ };
60
+ export declare type GlobalErrorTranslation = {
61
+ 404?: GlobalErrorTranslationContent;
62
+ 500?: GlobalErrorTranslationContent;
63
+ };
64
+ export default function GlobalError(localProps: GlobalErrorAllProps): JSX.Element;