@dnb/eufemia 10.71.1 → 10.72.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 (342) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/cjs/components/anchor/Anchor.js +1 -0
  3. package/cjs/components/anchor/Anchor.js.map +1 -1
  4. package/cjs/components/card/CardDocs.js +1 -1
  5. package/cjs/components/card/CardDocs.js.map +1 -1
  6. package/cjs/components/help-button/HelpButtonInline.js +1 -1
  7. package/cjs/components/help-button/HelpButtonInline.js.map +1 -1
  8. package/cjs/components/section/Section.d.ts +2 -1
  9. package/cjs/components/section/Section.js +2 -2
  10. package/cjs/components/section/Section.js.map +1 -1
  11. package/cjs/components/section/style/dnb-section.css +4 -0
  12. package/cjs/components/section/style/dnb-section.min.css +1 -1
  13. package/cjs/components/section/style/dnb-section.scss +5 -0
  14. package/cjs/components/step-indicator/StepIndicator.d.ts +23 -5
  15. package/cjs/components/step-indicator/StepIndicator.js +66 -21
  16. package/cjs/components/step-indicator/StepIndicator.js.map +1 -1
  17. package/cjs/components/step-indicator/StepIndicatorContext.d.ts +2 -14
  18. package/cjs/components/step-indicator/StepIndicatorContext.js +9 -56
  19. package/cjs/components/step-indicator/StepIndicatorContext.js.map +1 -1
  20. package/cjs/components/step-indicator/StepIndicatorDocs.d.ts +5 -0
  21. package/cjs/components/step-indicator/StepIndicatorDocs.js +145 -0
  22. package/cjs/components/step-indicator/StepIndicatorDocs.js.map +1 -0
  23. package/cjs/components/step-indicator/StepIndicatorItem.d.ts +10 -10
  24. package/cjs/components/step-indicator/StepIndicatorItem.js +89 -98
  25. package/cjs/components/step-indicator/StepIndicatorItem.js.map +1 -1
  26. package/cjs/components/step-indicator/StepIndicatorList.js +33 -36
  27. package/cjs/components/step-indicator/StepIndicatorList.js.map +1 -1
  28. package/cjs/components/step-indicator/StepIndicatorProps.js +2 -1
  29. package/cjs/components/step-indicator/StepIndicatorProps.js.map +1 -1
  30. package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +8 -8
  31. package/cjs/components/step-indicator/StepIndicatorSidebar.js +6 -63
  32. package/cjs/components/step-indicator/StepIndicatorSidebar.js.map +1 -1
  33. package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -7
  34. package/cjs/components/step-indicator/StepIndicatorTriggerButton.js +70 -38
  35. package/cjs/components/step-indicator/StepIndicatorTriggerButton.js.map +1 -1
  36. package/cjs/components/step-indicator/style/dnb-step-indicator.css +99 -56
  37. package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  38. package/cjs/components/step-indicator/style/dnb-step-indicator.scss +112 -67
  39. package/cjs/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.css +5 -62
  40. package/cjs/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.min.css +1 -1
  41. package/cjs/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.scss +5 -89
  42. package/cjs/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.css +1 -65
  43. package/cjs/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.min.css +0 -1
  44. package/cjs/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.scss +0 -91
  45. package/cjs/components/tooltip/TooltipContainer.js +23 -7
  46. package/cjs/components/tooltip/TooltipContainer.js.map +1 -1
  47. package/cjs/elements/Element.d.ts +16 -2
  48. package/cjs/elements/Element.js +1 -1
  49. package/cjs/elements/Element.js.map +1 -1
  50. package/cjs/elements/lib.d.ts +1 -1
  51. package/cjs/extensions/forms/Wizard/Container/DisplaySteps.d.ts +3 -3
  52. package/cjs/extensions/forms/Wizard/Container/DisplaySteps.js +14 -10
  53. package/cjs/extensions/forms/Wizard/Container/DisplaySteps.js.map +1 -1
  54. package/cjs/extensions/forms/Wizard/Container/WizardContainer.d.ts +12 -0
  55. package/cjs/extensions/forms/Wizard/Container/WizardContainer.js +24 -13
  56. package/cjs/extensions/forms/Wizard/Container/WizardContainer.js.map +1 -1
  57. package/cjs/extensions/forms/Wizard/Container/WizardContainerDocs.js +21 -11
  58. package/cjs/extensions/forms/Wizard/Container/WizardContainerDocs.js.map +1 -1
  59. package/cjs/extensions/forms/Wizard/style/dnb-wizard-layout.css +2 -14
  60. package/cjs/extensions/forms/Wizard/style/dnb-wizard-layout.min.css +1 -1
  61. package/cjs/extensions/forms/Wizard/style/dnb-wizard-layout.scss +3 -18
  62. package/cjs/extensions/forms/style/dnb-forms.css +2 -13
  63. package/cjs/extensions/forms/style/dnb-forms.min.css +1 -1
  64. package/cjs/shared/Eufemia.d.ts +1 -1
  65. package/cjs/shared/Eufemia.js +2 -2
  66. package/cjs/shared/Eufemia.js.map +1 -1
  67. package/cjs/shared/locales/en-GB.d.ts +0 -1
  68. package/cjs/shared/locales/en-GB.js +1 -2
  69. package/cjs/shared/locales/en-GB.js.map +1 -1
  70. package/cjs/shared/locales/en-US.d.ts +0 -1
  71. package/cjs/shared/locales/index.d.ts +0 -2
  72. package/cjs/shared/locales/nb-NO.d.ts +0 -1
  73. package/cjs/shared/locales/nb-NO.js +1 -2
  74. package/cjs/shared/locales/nb-NO.js.map +1 -1
  75. package/cjs/shared/locales/sv-SE.d.ts +0 -1
  76. package/cjs/shared/locales/sv-SE.js +0 -1
  77. package/cjs/shared/locales/sv-SE.js.map +1 -1
  78. package/cjs/style/core/scopes.scss +1 -1
  79. package/cjs/style/dnb-ui-basis.css +1 -1
  80. package/cjs/style/dnb-ui-basis.min.css +1 -1
  81. package/cjs/style/dnb-ui-body.css +1 -1
  82. package/cjs/style/dnb-ui-body.min.css +1 -1
  83. package/cjs/style/dnb-ui-components.css +101 -65
  84. package/cjs/style/dnb-ui-components.min.css +3 -3
  85. package/cjs/style/dnb-ui-core.css +1 -1
  86. package/cjs/style/dnb-ui-core.min.css +1 -1
  87. package/cjs/style/dnb-ui-extensions.css +2 -13
  88. package/cjs/style/dnb-ui-extensions.min.css +1 -1
  89. package/cjs/style/dnb-ui-forms.css +2 -13
  90. package/cjs/style/dnb-ui-forms.min.css +1 -1
  91. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +102 -142
  92. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +4 -4
  93. package/cjs/style/themes/theme-eiendom/eiendom-theme-extensions.css +2 -13
  94. package/cjs/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
  95. package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.css +2 -13
  96. package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
  97. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +107 -139
  98. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +4 -4
  99. package/cjs/style/themes/theme-sbanken/sbanken-theme-extensions.css +2 -13
  100. package/cjs/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
  101. package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.css +2 -13
  102. package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
  103. package/cjs/style/themes/theme-ui/ui-theme-components.css +102 -142
  104. package/cjs/style/themes/theme-ui/ui-theme-components.min.css +4 -4
  105. package/cjs/style/themes/theme-ui/ui-theme-extensions.css +2 -13
  106. package/cjs/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
  107. package/cjs/style/themes/theme-ui/ui-theme-forms.css +2 -13
  108. package/cjs/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
  109. package/components/anchor/Anchor.js +1 -0
  110. package/components/anchor/Anchor.js.map +1 -1
  111. package/components/card/CardDocs.js +1 -1
  112. package/components/card/CardDocs.js.map +1 -1
  113. package/components/help-button/HelpButtonInline.js +1 -1
  114. package/components/help-button/HelpButtonInline.js.map +1 -1
  115. package/components/section/Section.d.ts +2 -1
  116. package/components/section/Section.js +2 -2
  117. package/components/section/Section.js.map +1 -1
  118. package/components/section/style/dnb-section.css +4 -0
  119. package/components/section/style/dnb-section.min.css +1 -1
  120. package/components/section/style/dnb-section.scss +5 -0
  121. package/components/step-indicator/StepIndicator.d.ts +23 -5
  122. package/components/step-indicator/StepIndicator.js +64 -21
  123. package/components/step-indicator/StepIndicator.js.map +1 -1
  124. package/components/step-indicator/StepIndicatorContext.d.ts +2 -14
  125. package/components/step-indicator/StepIndicatorContext.js +9 -53
  126. package/components/step-indicator/StepIndicatorContext.js.map +1 -1
  127. package/components/step-indicator/StepIndicatorDocs.d.ts +5 -0
  128. package/components/step-indicator/StepIndicatorDocs.js +139 -0
  129. package/components/step-indicator/StepIndicatorDocs.js.map +1 -0
  130. package/components/step-indicator/StepIndicatorItem.d.ts +10 -10
  131. package/components/step-indicator/StepIndicatorItem.js +90 -99
  132. package/components/step-indicator/StepIndicatorItem.js.map +1 -1
  133. package/components/step-indicator/StepIndicatorList.js +33 -35
  134. package/components/step-indicator/StepIndicatorList.js.map +1 -1
  135. package/components/step-indicator/StepIndicatorProps.js +2 -1
  136. package/components/step-indicator/StepIndicatorProps.js.map +1 -1
  137. package/components/step-indicator/StepIndicatorSidebar.d.ts +8 -8
  138. package/components/step-indicator/StepIndicatorSidebar.js +6 -59
  139. package/components/step-indicator/StepIndicatorSidebar.js.map +1 -1
  140. package/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -7
  141. package/components/step-indicator/StepIndicatorTriggerButton.js +71 -39
  142. package/components/step-indicator/StepIndicatorTriggerButton.js.map +1 -1
  143. package/components/step-indicator/style/dnb-step-indicator.css +99 -56
  144. package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  145. package/components/step-indicator/style/dnb-step-indicator.scss +112 -67
  146. package/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.css +5 -62
  147. package/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.min.css +1 -1
  148. package/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.scss +5 -89
  149. package/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.css +1 -65
  150. package/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.min.css +0 -1
  151. package/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.scss +0 -91
  152. package/components/tooltip/TooltipContainer.js +23 -7
  153. package/components/tooltip/TooltipContainer.js.map +1 -1
  154. package/elements/Element.d.ts +16 -2
  155. package/elements/Element.js +1 -1
  156. package/elements/Element.js.map +1 -1
  157. package/elements/lib.d.ts +1 -1
  158. package/es/components/anchor/Anchor.js +1 -0
  159. package/es/components/anchor/Anchor.js.map +1 -1
  160. package/es/components/card/CardDocs.js +1 -1
  161. package/es/components/card/CardDocs.js.map +1 -1
  162. package/es/components/help-button/HelpButtonInline.js +1 -1
  163. package/es/components/help-button/HelpButtonInline.js.map +1 -1
  164. package/es/components/section/Section.d.ts +2 -1
  165. package/es/components/section/Section.js +2 -2
  166. package/es/components/section/Section.js.map +1 -1
  167. package/es/components/section/style/dnb-section.css +4 -0
  168. package/es/components/section/style/dnb-section.min.css +1 -1
  169. package/es/components/section/style/dnb-section.scss +5 -0
  170. package/es/components/step-indicator/StepIndicator.d.ts +23 -5
  171. package/es/components/step-indicator/StepIndicator.js +63 -21
  172. package/es/components/step-indicator/StepIndicator.js.map +1 -1
  173. package/es/components/step-indicator/StepIndicatorContext.d.ts +2 -14
  174. package/es/components/step-indicator/StepIndicatorContext.js +5 -49
  175. package/es/components/step-indicator/StepIndicatorContext.js.map +1 -1
  176. package/es/components/step-indicator/StepIndicatorDocs.d.ts +5 -0
  177. package/es/components/step-indicator/StepIndicatorDocs.js +139 -0
  178. package/es/components/step-indicator/StepIndicatorDocs.js.map +1 -0
  179. package/es/components/step-indicator/StepIndicatorItem.d.ts +10 -10
  180. package/es/components/step-indicator/StepIndicatorItem.js +82 -88
  181. package/es/components/step-indicator/StepIndicatorItem.js.map +1 -1
  182. package/es/components/step-indicator/StepIndicatorList.js +33 -35
  183. package/es/components/step-indicator/StepIndicatorList.js.map +1 -1
  184. package/es/components/step-indicator/StepIndicatorProps.js +2 -1
  185. package/es/components/step-indicator/StepIndicatorProps.js.map +1 -1
  186. package/es/components/step-indicator/StepIndicatorSidebar.d.ts +8 -8
  187. package/es/components/step-indicator/StepIndicatorSidebar.js +6 -58
  188. package/es/components/step-indicator/StepIndicatorSidebar.js.map +1 -1
  189. package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +1 -7
  190. package/es/components/step-indicator/StepIndicatorTriggerButton.js +71 -39
  191. package/es/components/step-indicator/StepIndicatorTriggerButton.js.map +1 -1
  192. package/es/components/step-indicator/style/dnb-step-indicator.css +99 -56
  193. package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  194. package/es/components/step-indicator/style/dnb-step-indicator.scss +112 -67
  195. package/es/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.css +5 -62
  196. package/es/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.min.css +1 -1
  197. package/es/components/step-indicator/style/themes/dnb-step-indicator-theme-sbanken.scss +5 -89
  198. package/es/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.css +1 -65
  199. package/es/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.min.css +0 -1
  200. package/es/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.scss +0 -91
  201. package/es/components/tooltip/TooltipContainer.js +23 -7
  202. package/es/components/tooltip/TooltipContainer.js.map +1 -1
  203. package/es/elements/Element.d.ts +16 -2
  204. package/es/elements/Element.js +1 -1
  205. package/es/elements/Element.js.map +1 -1
  206. package/es/elements/lib.d.ts +1 -1
  207. package/es/extensions/forms/Wizard/Container/DisplaySteps.d.ts +3 -3
  208. package/es/extensions/forms/Wizard/Container/DisplaySteps.js +14 -10
  209. package/es/extensions/forms/Wizard/Container/DisplaySteps.js.map +1 -1
  210. package/es/extensions/forms/Wizard/Container/WizardContainer.d.ts +12 -0
  211. package/es/extensions/forms/Wizard/Container/WizardContainer.js +24 -13
  212. package/es/extensions/forms/Wizard/Container/WizardContainer.js.map +1 -1
  213. package/es/extensions/forms/Wizard/Container/WizardContainerDocs.js +21 -11
  214. package/es/extensions/forms/Wizard/Container/WizardContainerDocs.js.map +1 -1
  215. package/es/extensions/forms/Wizard/style/dnb-wizard-layout.css +2 -14
  216. package/es/extensions/forms/Wizard/style/dnb-wizard-layout.min.css +1 -1
  217. package/es/extensions/forms/Wizard/style/dnb-wizard-layout.scss +3 -18
  218. package/es/extensions/forms/style/dnb-forms.css +2 -13
  219. package/es/extensions/forms/style/dnb-forms.min.css +1 -1
  220. package/es/shared/Eufemia.d.ts +1 -1
  221. package/es/shared/Eufemia.js +2 -2
  222. package/es/shared/Eufemia.js.map +1 -1
  223. package/es/shared/locales/en-GB.d.ts +0 -1
  224. package/es/shared/locales/en-GB.js +1 -2
  225. package/es/shared/locales/en-GB.js.map +1 -1
  226. package/es/shared/locales/en-US.d.ts +0 -1
  227. package/es/shared/locales/index.d.ts +0 -2
  228. package/es/shared/locales/nb-NO.d.ts +0 -1
  229. package/es/shared/locales/nb-NO.js +1 -2
  230. package/es/shared/locales/nb-NO.js.map +1 -1
  231. package/es/shared/locales/sv-SE.d.ts +0 -1
  232. package/es/shared/locales/sv-SE.js +0 -1
  233. package/es/shared/locales/sv-SE.js.map +1 -1
  234. package/es/style/core/scopes.scss +1 -1
  235. package/es/style/dnb-ui-basis.css +1 -1
  236. package/es/style/dnb-ui-basis.min.css +1 -1
  237. package/es/style/dnb-ui-body.css +1 -1
  238. package/es/style/dnb-ui-body.min.css +1 -1
  239. package/es/style/dnb-ui-components.css +101 -65
  240. package/es/style/dnb-ui-components.min.css +3 -3
  241. package/es/style/dnb-ui-core.css +1 -1
  242. package/es/style/dnb-ui-core.min.css +1 -1
  243. package/es/style/dnb-ui-extensions.css +2 -13
  244. package/es/style/dnb-ui-extensions.min.css +1 -1
  245. package/es/style/dnb-ui-forms.css +2 -13
  246. package/es/style/dnb-ui-forms.min.css +1 -1
  247. package/es/style/themes/theme-eiendom/eiendom-theme-components.css +102 -142
  248. package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +4 -4
  249. package/es/style/themes/theme-eiendom/eiendom-theme-extensions.css +2 -13
  250. package/es/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
  251. package/es/style/themes/theme-eiendom/eiendom-theme-forms.css +2 -13
  252. package/es/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
  253. package/es/style/themes/theme-sbanken/sbanken-theme-components.css +107 -139
  254. package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +4 -4
  255. package/es/style/themes/theme-sbanken/sbanken-theme-extensions.css +2 -13
  256. package/es/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
  257. package/es/style/themes/theme-sbanken/sbanken-theme-forms.css +2 -13
  258. package/es/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
  259. package/es/style/themes/theme-ui/ui-theme-components.css +102 -142
  260. package/es/style/themes/theme-ui/ui-theme-components.min.css +4 -4
  261. package/es/style/themes/theme-ui/ui-theme-extensions.css +2 -13
  262. package/es/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
  263. package/es/style/themes/theme-ui/ui-theme-forms.css +2 -13
  264. package/es/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
  265. package/esm/dnb-ui-basis.min.mjs +1 -1
  266. package/esm/dnb-ui-components.min.mjs +1 -1
  267. package/esm/dnb-ui-elements.min.mjs +1 -1
  268. package/esm/dnb-ui-extensions.min.mjs +1 -1
  269. package/esm/dnb-ui-lib.min.mjs +1 -1
  270. package/extensions/forms/Wizard/Container/DisplaySteps.d.ts +3 -3
  271. package/extensions/forms/Wizard/Container/DisplaySteps.js +14 -10
  272. package/extensions/forms/Wizard/Container/DisplaySteps.js.map +1 -1
  273. package/extensions/forms/Wizard/Container/WizardContainer.d.ts +12 -0
  274. package/extensions/forms/Wizard/Container/WizardContainer.js +24 -13
  275. package/extensions/forms/Wizard/Container/WizardContainer.js.map +1 -1
  276. package/extensions/forms/Wizard/Container/WizardContainerDocs.js +21 -11
  277. package/extensions/forms/Wizard/Container/WizardContainerDocs.js.map +1 -1
  278. package/extensions/forms/Wizard/style/dnb-wizard-layout.css +2 -14
  279. package/extensions/forms/Wizard/style/dnb-wizard-layout.min.css +1 -1
  280. package/extensions/forms/Wizard/style/dnb-wizard-layout.scss +3 -18
  281. package/extensions/forms/style/dnb-forms.css +2 -13
  282. package/extensions/forms/style/dnb-forms.min.css +1 -1
  283. package/package.json +1 -1
  284. package/shared/Eufemia.d.ts +1 -1
  285. package/shared/Eufemia.js +2 -2
  286. package/shared/Eufemia.js.map +1 -1
  287. package/shared/locales/en-GB.d.ts +0 -1
  288. package/shared/locales/en-GB.js +1 -2
  289. package/shared/locales/en-GB.js.map +1 -1
  290. package/shared/locales/en-US.d.ts +0 -1
  291. package/shared/locales/index.d.ts +0 -2
  292. package/shared/locales/nb-NO.d.ts +0 -1
  293. package/shared/locales/nb-NO.js +1 -2
  294. package/shared/locales/nb-NO.js.map +1 -1
  295. package/shared/locales/sv-SE.d.ts +0 -1
  296. package/shared/locales/sv-SE.js +0 -1
  297. package/shared/locales/sv-SE.js.map +1 -1
  298. package/style/core/scopes.scss +1 -1
  299. package/style/dnb-ui-basis.css +1 -1
  300. package/style/dnb-ui-basis.min.css +1 -1
  301. package/style/dnb-ui-body.css +1 -1
  302. package/style/dnb-ui-body.min.css +1 -1
  303. package/style/dnb-ui-components.css +101 -65
  304. package/style/dnb-ui-components.min.css +3 -3
  305. package/style/dnb-ui-core.css +1 -1
  306. package/style/dnb-ui-core.min.css +1 -1
  307. package/style/dnb-ui-extensions.css +2 -13
  308. package/style/dnb-ui-extensions.min.css +1 -1
  309. package/style/dnb-ui-forms.css +2 -13
  310. package/style/dnb-ui-forms.min.css +1 -1
  311. package/style/themes/theme-eiendom/eiendom-theme-components.css +102 -142
  312. package/style/themes/theme-eiendom/eiendom-theme-components.min.css +4 -4
  313. package/style/themes/theme-eiendom/eiendom-theme-extensions.css +2 -13
  314. package/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
  315. package/style/themes/theme-eiendom/eiendom-theme-forms.css +2 -13
  316. package/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
  317. package/style/themes/theme-sbanken/sbanken-theme-components.css +107 -139
  318. package/style/themes/theme-sbanken/sbanken-theme-components.min.css +4 -4
  319. package/style/themes/theme-sbanken/sbanken-theme-extensions.css +2 -13
  320. package/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
  321. package/style/themes/theme-sbanken/sbanken-theme-forms.css +2 -13
  322. package/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
  323. package/style/themes/theme-ui/ui-theme-components.css +102 -142
  324. package/style/themes/theme-ui/ui-theme-components.min.css +4 -4
  325. package/style/themes/theme-ui/ui-theme-extensions.css +2 -13
  326. package/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
  327. package/style/themes/theme-ui/ui-theme-forms.css +2 -13
  328. package/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
  329. package/umd/dnb-ui-basis.min.js +1 -1
  330. package/umd/dnb-ui-components.min.js +1 -1
  331. package/umd/dnb-ui-elements.min.js +1 -1
  332. package/umd/dnb-ui-extensions.min.js +1 -1
  333. package/umd/dnb-ui-lib.min.js +1 -1
  334. package/cjs/components/step-indicator/StepIndicatorModal.d.ts +0 -6
  335. package/cjs/components/step-indicator/StepIndicatorModal.js +0 -62
  336. package/cjs/components/step-indicator/StepIndicatorModal.js.map +0 -1
  337. package/components/step-indicator/StepIndicatorModal.d.ts +0 -6
  338. package/components/step-indicator/StepIndicatorModal.js +0 -54
  339. package/components/step-indicator/StepIndicatorModal.js.map +0 -1
  340. package/es/components/step-indicator/StepIndicatorModal.d.ts +0 -6
  341. package/es/components/step-indicator/StepIndicatorModal.js +0 -53
  342. package/es/components/step-indicator/StepIndicatorModal.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"sv-SE.js","names":["TextCounter","characterDown","characterUp","characterExceeded","TimelineItem","alt_label_completed","alt_label_current","alt_label_upcoming","Breadcrumb","navText","goBackText","homeText","backToText","DatePicker","day","month","year","start","end","selectedDate","selectedMonth","selectedYear","nextMonth","prevMonth","nextYear","prevYear","openPickerText","maskOrder","maskPlaceholder","dateFormat","returnFormat","submitButtonText","cancelButtonText","resetButtonText","placeholderCharacters","Anchor","targetBlankTitle","GlobalStatus","default_title","close_text","status_anchor_text","GlobalError","title","text","code","errorMessageCode","help","ProgressIndicator","indicator_label","Dropdown","Autocomplete","submit_button_title","no_options","show_all","show_options_sr","aria_live_options","selected_sr","Modal","dialog_title","close_title","Dialog","declineText","confirmText","CopyOnClick","clipboard_copy","NumberFormat","not_available","HelpButton","aria_role","Input","clear_button_title","Pagination","button_title","next_title","prev_title","more_pages","is_loading_text","load_button_text","Skeleton","aria_busy","aria_ready","StepIndicator","overview_title","step_title_extended","step_title","Slider","addTitle","subtractTitle","PaymentCard","text_card_number","text_expired","text_blocked","text_not_active","text_order_in_process","text_renewed","text_replaced","text_unknown","Tag","removeIconTitle","addIconTitle","Table","accordionToggleButtonSR","accordionMoreContentSR","navigationButtonSR","Upload","textSingular","fileTypeTableCaption","fileTypeDescription","fileSizeDescription","fileAmountDescription","fileSizeContent","buttonText","buttonTextSingular","loadingText","errorLargeFile","errorAmountLimit","errorUnsupportedFile","deleteButton","fileListAriaLabel"],"sources":["../../../../src/shared/locales/sv-SE.ts"],"sourcesContent":["import nb from './nb-NO'\nexport default {\n 'sv-SE': {\n TextCounter: {\n characterDown: '%count av %max tecken återstår.',\n characterUp: 'Du har använt %count av %max tecken.',\n characterExceeded: '%count tecken över gränsen på %max.',\n },\n TimelineItem: {\n alt_label_completed: 'Utförd',\n alt_label_current: 'Nuvarande',\n alt_label_upcoming: 'Kommande',\n },\n Breadcrumb: {\n navText: 'Sidstruktur',\n goBackText: 'Tillbaka',\n homeText: 'Hem',\n backToText: 'Tillbaka till...',\n },\n DatePicker: {\n day: 'dag',\n month: 'månad',\n year: 'år',\n start: 'från',\n end: 'till',\n selectedDate: 'Valt datum: %s',\n selectedMonth: 'Vald månad %s',\n selectedYear: 'Valt år %s',\n nextMonth: 'Nästa månad %s',\n prevMonth: 'Förra månaden %s',\n nextYear: 'Nästa år %s',\n prevYear: 'Förra året %s',\n openPickerText: 'öppna datumväljaren',\n maskOrder: 'yyyy/mm/dd',\n maskPlaceholder: 'åååå.mm.dd',\n dateFormat: 'yyyy-MM-dd',\n returnFormat: 'yyyy-MM-dd',\n submitButtonText: 'Okej',\n cancelButtonText: 'Stänga',\n resetButtonText: 'Återställa',\n placeholderCharacters: {\n day: 'd',\n month: 'm',\n year: 'å',\n },\n },\n Anchor: {\n targetBlankTitle: 'Öppnar ett nytt fönster',\n },\n GlobalStatus: {\n default_title: 'Ett fel har inträffat',\n close_text: 'Stäng',\n status_anchor_text: 'Gå till %s',\n },\n GlobalError: {\n 404: {\n title: 'Vi kan inte hitta sidan du letar efter …',\n text: 'Är du säker på att du har skrivit rätt adress?',\n },\n 500: {\n title: 'Tyvärr, något gick fel!',\n text: 'Tjänsten fungerar inte som den ska just nu, men försök igen senare.',\n },\n code: 'Felmeddelande-kod:', // Deprecated: Replaced with errorMessageCode, code can be removed in v11.\n errorMessageCode: 'Felmeddelande-kod: %statusCode',\n help: 'Här är några länkar som kanske kan hjälpa:',\n },\n ProgressIndicator: {\n indicator_label: 'Vänligen vänta ...',\n },\n Dropdown: {\n title: 'Valmeny',\n },\n Autocomplete: {\n title: 'Skriv och välj',\n submit_button_title: 'Visa alternativ',\n no_options: 'Inga alternativ',\n show_all: 'Visa allt',\n show_options_sr: 'Bläddra genom alternativ, stäng med esc-knappen',\n aria_live_options: '%s alternativ',\n selected_sr: 'Vald:',\n indicator_label: 'Hämtar data ...',\n },\n Modal: {\n dialog_title: 'Separat Fönster',\n close_title: 'Stäng',\n },\n Dialog: {\n declineText: 'Avbryt',\n confirmText: 'Godkänn',\n },\n CopyOnClick: {\n clipboard_copy: 'Kopierad',\n },\n NumberFormat: {\n clipboard_copy: 'Kopierad',\n not_available: 'Inte tillgänglig',\n },\n HelpButton: {\n title: 'Hjälptext',\n aria_role: 'Hjälp-knapp',\n },\n Input: {\n submit_button_title: 'Skicka knapp',\n clear_button_title: 'Återställ',\n },\n Pagination: {\n button_title: 'Sida %s',\n next_title: 'Nästa sida',\n prev_title: 'Föregående sida',\n more_pages: '%s fler sidor',\n is_loading_text: 'Laddar nytt innehåll',\n load_button_text: 'Visa mer innehåll',\n },\n Skeleton: {\n aria_busy: 'Bearbetar data ...',\n aria_ready: 'Klar att interagera',\n },\n StepIndicator: {\n overview_title: 'Stegöversikt',\n step_title_extended: 'Du är på steg %step av %count',\n step_title: 'Steg %step av %count',\n },\n Slider: {\n addTitle: 'Öka (%s)',\n subtractTitle: 'Minska (%s)',\n },\n PaymentCard: {\n text_card_number: 'Kortnummer',\n text_expired: 'Utgånget',\n text_blocked: 'Spärrat',\n text_not_active: 'Inte aktiverat',\n text_order_in_process: 'Under behandling',\n text_renewed: 'Förnyat',\n text_replaced: 'Ersatt',\n text_unknown: 'Okänt',\n },\n Tag: {\n removeIconTitle: 'Ta bort',\n addIconTitle: 'Lägg till',\n },\n Table: {\n accordionToggleButtonSR: 'Visa mer innehåll',\n accordionMoreContentSR: 'Mer innehåll i nästa rad',\n navigationButtonSR: 'Navigera till mer innehåll',\n },\n Upload: {\n title: 'Ladda upp dokument',\n text: 'Dra och släpp eller välj vilka filer du vill ladda upp.',\n textSingular:\n 'Dra och släpp eller välj vilken fil du vill ladda upp.',\n fileTypeTableCaption: 'Tillåtna filformat och max filstorlek',\n fileTypeDescription: 'Tillåtna filformat:',\n fileSizeDescription: 'Max filstorlek:',\n fileAmountDescription: 'Max antal filer:',\n fileSizeContent: '%size MB',\n buttonText: 'Välj filer',\n buttonTextSingular: 'Välj fil',\n loadingText: 'Laddar',\n errorLargeFile:\n 'Filen du försöker ladda upp är för stor, den maximalt tillåtna storleken är %size MB.',\n errorAmountLimit:\n 'Det är begränsat hur många filer du kan ladda upp (%amount).',\n errorUnsupportedFile: 'Filen du försöker ladda upp stöds inte.',\n deleteButton: 'Radera',\n fileListAriaLabel: 'uppladdade filer',\n },\n } satisfies (typeof nb)['nb-NO'],\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"sv-SE.js","names":["TextCounter","characterDown","characterUp","characterExceeded","TimelineItem","alt_label_completed","alt_label_current","alt_label_upcoming","Breadcrumb","navText","goBackText","homeText","backToText","DatePicker","day","month","year","start","end","selectedDate","selectedMonth","selectedYear","nextMonth","prevMonth","nextYear","prevYear","openPickerText","maskOrder","maskPlaceholder","dateFormat","returnFormat","submitButtonText","cancelButtonText","resetButtonText","placeholderCharacters","Anchor","targetBlankTitle","GlobalStatus","default_title","close_text","status_anchor_text","GlobalError","title","text","code","errorMessageCode","help","ProgressIndicator","indicator_label","Dropdown","Autocomplete","submit_button_title","no_options","show_all","show_options_sr","aria_live_options","selected_sr","Modal","dialog_title","close_title","Dialog","declineText","confirmText","CopyOnClick","clipboard_copy","NumberFormat","not_available","HelpButton","aria_role","Input","clear_button_title","Pagination","button_title","next_title","prev_title","more_pages","is_loading_text","load_button_text","Skeleton","aria_busy","aria_ready","StepIndicator","overview_title","step_title","Slider","addTitle","subtractTitle","PaymentCard","text_card_number","text_expired","text_blocked","text_not_active","text_order_in_process","text_renewed","text_replaced","text_unknown","Tag","removeIconTitle","addIconTitle","Table","accordionToggleButtonSR","accordionMoreContentSR","navigationButtonSR","Upload","textSingular","fileTypeTableCaption","fileTypeDescription","fileSizeDescription","fileAmountDescription","fileSizeContent","buttonText","buttonTextSingular","loadingText","errorLargeFile","errorAmountLimit","errorUnsupportedFile","deleteButton","fileListAriaLabel"],"sources":["../../../../src/shared/locales/sv-SE.ts"],"sourcesContent":["import nb from './nb-NO'\nexport default {\n 'sv-SE': {\n TextCounter: {\n characterDown: '%count av %max tecken återstår.',\n characterUp: 'Du har använt %count av %max tecken.',\n characterExceeded: '%count tecken över gränsen på %max.',\n },\n TimelineItem: {\n alt_label_completed: 'Utförd',\n alt_label_current: 'Nuvarande',\n alt_label_upcoming: 'Kommande',\n },\n Breadcrumb: {\n navText: 'Sidstruktur',\n goBackText: 'Tillbaka',\n homeText: 'Hem',\n backToText: 'Tillbaka till...',\n },\n DatePicker: {\n day: 'dag',\n month: 'månad',\n year: 'år',\n start: 'från',\n end: 'till',\n selectedDate: 'Valt datum: %s',\n selectedMonth: 'Vald månad %s',\n selectedYear: 'Valt år %s',\n nextMonth: 'Nästa månad %s',\n prevMonth: 'Förra månaden %s',\n nextYear: 'Nästa år %s',\n prevYear: 'Förra året %s',\n openPickerText: 'öppna datumväljaren',\n maskOrder: 'yyyy/mm/dd',\n maskPlaceholder: 'åååå.mm.dd',\n dateFormat: 'yyyy-MM-dd',\n returnFormat: 'yyyy-MM-dd',\n submitButtonText: 'Okej',\n cancelButtonText: 'Stänga',\n resetButtonText: 'Återställa',\n placeholderCharacters: {\n day: 'd',\n month: 'm',\n year: 'å',\n },\n },\n Anchor: {\n targetBlankTitle: 'Öppnar ett nytt fönster',\n },\n GlobalStatus: {\n default_title: 'Ett fel har inträffat',\n close_text: 'Stäng',\n status_anchor_text: 'Gå till %s',\n },\n GlobalError: {\n 404: {\n title: 'Vi kan inte hitta sidan du letar efter …',\n text: 'Är du säker på att du har skrivit rätt adress?',\n },\n 500: {\n title: 'Tyvärr, något gick fel!',\n text: 'Tjänsten fungerar inte som den ska just nu, men försök igen senare.',\n },\n code: 'Felmeddelande-kod:', // Deprecated: Replaced with errorMessageCode, code can be removed in v11.\n errorMessageCode: 'Felmeddelande-kod: %statusCode',\n help: 'Här är några länkar som kanske kan hjälpa:',\n },\n ProgressIndicator: {\n indicator_label: 'Vänligen vänta ...',\n },\n Dropdown: {\n title: 'Valmeny',\n },\n Autocomplete: {\n title: 'Skriv och välj',\n submit_button_title: 'Visa alternativ',\n no_options: 'Inga alternativ',\n show_all: 'Visa allt',\n show_options_sr: 'Bläddra genom alternativ, stäng med esc-knappen',\n aria_live_options: '%s alternativ',\n selected_sr: 'Vald:',\n indicator_label: 'Hämtar data ...',\n },\n Modal: {\n dialog_title: 'Separat Fönster',\n close_title: 'Stäng',\n },\n Dialog: {\n declineText: 'Avbryt',\n confirmText: 'Godkänn',\n },\n CopyOnClick: {\n clipboard_copy: 'Kopierad',\n },\n NumberFormat: {\n clipboard_copy: 'Kopierad',\n not_available: 'Inte tillgänglig',\n },\n HelpButton: {\n title: 'Hjälptext',\n aria_role: 'Hjälp-knapp',\n },\n Input: {\n submit_button_title: 'Skicka knapp',\n clear_button_title: 'Återställ',\n },\n Pagination: {\n button_title: 'Sida %s',\n next_title: 'Nästa sida',\n prev_title: 'Föregående sida',\n more_pages: '%s fler sidor',\n is_loading_text: 'Laddar nytt innehåll',\n load_button_text: 'Visa mer innehåll',\n },\n Skeleton: {\n aria_busy: 'Bearbetar data ...',\n aria_ready: 'Klar att interagera',\n },\n StepIndicator: {\n overview_title: 'Stegöversikt',\n step_title: 'Steg %step av %count',\n },\n Slider: {\n addTitle: 'Öka (%s)',\n subtractTitle: 'Minska (%s)',\n },\n PaymentCard: {\n text_card_number: 'Kortnummer',\n text_expired: 'Utgånget',\n text_blocked: 'Spärrat',\n text_not_active: 'Inte aktiverat',\n text_order_in_process: 'Under behandling',\n text_renewed: 'Förnyat',\n text_replaced: 'Ersatt',\n text_unknown: 'Okänt',\n },\n Tag: {\n removeIconTitle: 'Ta bort',\n addIconTitle: 'Lägg till',\n },\n Table: {\n accordionToggleButtonSR: 'Visa mer innehåll',\n accordionMoreContentSR: 'Mer innehåll i nästa rad',\n navigationButtonSR: 'Navigera till mer innehåll',\n },\n Upload: {\n title: 'Ladda upp dokument',\n text: 'Dra och släpp eller välj vilka filer du vill ladda upp.',\n textSingular:\n 'Dra och släpp eller välj vilken fil du vill ladda upp.',\n fileTypeTableCaption: 'Tillåtna filformat och max filstorlek',\n fileTypeDescription: 'Tillåtna filformat:',\n fileSizeDescription: 'Max filstorlek:',\n fileAmountDescription: 'Max antal filer:',\n fileSizeContent: '%size MB',\n buttonText: 'Välj filer',\n buttonTextSingular: 'Välj fil',\n loadingText: 'Laddar',\n errorLargeFile:\n 'Filen du försöker ladda upp är för stor, den maximalt tillåtna storleken är %size MB.',\n errorAmountLimit:\n 'Det är begränsat hur många filer du kan ladda upp (%amount).',\n errorUnsupportedFile: 'Filen du försöker ladda upp stöds inte.',\n deleteButton: 'Radera',\n fileListAriaLabel: 'uppladdade filer',\n },\n } satisfies (typeof nb)['nb-NO'],\n}\n"],"mappings":"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","ignoreList":[]}
@@ -45,7 +45,7 @@
45
45
  word-break: break-word;
46
46
 
47
47
  // Will add this to the body tag – later we can test for a version mismatch
48
- --eufemia-version: '10.71.1';
48
+ --eufemia-version: '10.72.0';
49
49
 
50
50
  @content;
51
51
  }
@@ -244,7 +244,7 @@ body {
244
244
  /* stylelint-disable-next-line */
245
245
  -webkit-text-size-adjust: 100%;
246
246
  word-break: break-word;
247
- --eufemia-version: "10.71.1";
247
+ --eufemia-version: "10.72.0";
248
248
  }
249
249
  .dnb-core-style *,
250
250
  .dnb-core-style ::before,
@@ -1 +1 @@
1
- @charset "UTF-8";html{font-size:100%}html:not([data-visual-test]){scroll-behavior:smooth}@supports (-webkit-touch-callout:none){@supports (font:-apple-system-body){html{font:-apple-system-body}}}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active{color:var(--color-mint-green)!important}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--contrast:not(:hover){color:var(--color-white)!important}html[xmlns="http://www.w3.org/1999/xhtml"] a.dnb-button--primary{color:var(--color-white)}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-ul{list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-p{background-color:initial;overflow:initial;text-align:inherit}html[xmlns="http://www.w3.org/1999/xhtml"] i{font-style:italic}html[xmlns="http://www.w3.org/1999/xhtml"] #column_left,html[xmlns="http://www.w3.org/1999/xhtml"] #root{width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefault #wrapper,html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefaultStartPage #wrapper{padding:0;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{box-shadow:none}body{margin:0}.dnb-core-style{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;--eufemia-version:"10.71.1";color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis);tab-size:4;-moz-tab-size:4;word-break:break-word}.dnb-core-style *,.dnb-core-style :after,.dnb-core-style :before{background-repeat:no-repeat;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr{height:0;overflow:visible}.dnb-core-style main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul{list-style:none}.dnb-core-style abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp{font-family:var(--font-family-monospace)}.dnb-core-style ::selection{background-color:#b3d4fc;color:#000;text-shadow:none}.dnb-core-style audio,.dnb-core-style canvas,.dnb-core-style iframe,.dnb-core-style img,.dnb-core-style svg,.dnb-core-style video{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video{display:inline-block}.dnb-core-style audio:not([controls]){display:none;height:0}.dnb-core-style img{border-style:none}.dnb-core-style svg:not([fill]){fill:currentcolor}.dnb-core-style svg:not(:root){overflow:hidden}.dnb-core-style table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style textarea{font-family:inherit;font-size:inherit;line-height:inherit}.dnb-core-style button,.dnb-core-style figure,.dnb-core-style input,.dnb-core-style select{margin:0}.dnb-core-style button{overflow:visible;text-transform:none}.dnb-core-style input{overflow:visible;word-break:normal}.dnb-core-style legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress{display:inline-block;vertical-align:baseline}.dnb-core-style select{text-transform:none}.dnb-core-style textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio]{padding:0}.dnb-core-style input[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}.dnb-core-style ::-webkit-inner-spin-button,.dnb-core-style ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.dnb-core-style ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details{display:block}.dnb-core-style summary{display:list-item}.dnb-core-style canvas{display:inline-block}.dnb-core-style template{display:none}.dnb-core-style [tabindex],.dnb-core-style a,.dnb-core-style area,.dnb-core-style button,.dnb-core-style input,.dnb-core-style label,.dnb-core-style select,.dnb-core-style summary,.dnb-core-style textarea{touch-action:manipulation}.dnb-core-style [hidden]{display:none}.dnb-core-style [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style{background-color:#fff;color:#000}}.dnb-core-style .eufemia-theme{color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis)}.dnb-no-focus,.dnb-tab-focus,.dnb-tab-focus:focus{outline:none}html[data-whatinput=keyboard] .dnb-tab-focus:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-mouse-focus,.dnb-mouse-focus:focus{outline:none}html[data-whatinput=mouse] .dnb-mouse-focus:focus{box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-focus-ring,html[data-whatinput=mouse] .dnb-mouse-focus:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent}.dnb-focus-ring{box-shadow:0 0 0 var(--border-width) var(--border-color)!important}.dnb-scrollbar-appearance{-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;scrollbar-color:var(--scrollbar-thumb-color,#888) transparent}@supports not (scrollbar-color:auto){.dnb-scrollbar-appearance::-webkit-scrollbar{background-color:var(--scrollbar-track-color,#eee);border-radius:var(--scrollbar-thumb-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar:vertical{width:var(--scrollbar-track-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar:horizontal{height:var(--scrollbar-track-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color,#888);border-radius:var(--scrollbar-thumb-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color,#666)}}.dnb-skip-link{opacity:.3;position:absolute;top:-100vh;transition:opacity .3s ease-out;z-index:0}.dnb-skip-link--active,.dnb-skip-link:focus{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:var(--skip-link-color);font-size:var(--font-size-basis);left:40%;margin:0;outline:none;padding:.5rem 1rem;position:fixed;text-align:center;-webkit-text-decoration:none;text-decoration:none;top:5%;user-select:none;-webkit-user-select:none;white-space:nowrap;z-index:9999}.dnb-skip-link--active:after,.dnb-skip-link:focus:after{background-color:hsla(0,0%,100%,.85);box-shadow:150vw 150vh 0 0 hsla(0,0%,100%,.85);content:"";height:150vh;left:-200vw;position:absolute;top:-200vh;width:150vw;z-index:-2}.dnb-skip-link--active:before,.dnb-skip-link:focus:before{background-color:var(--skip-link-background);border-radius:1.5rem;content:"";height:100%;left:0;outline:none;position:absolute;top:0;width:100%;z-index:-1}html[data-whatinput=mouse] .dnb-skip-link--active:before,html[data-whatinput=mouse] .dnb-skip-link:focus: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-skip-link--active:hover:before,.dnb-skip-link:focus:hover:before{background-color:var(--skip-link-background--hover)}.dnb-skip-link--active:active:before,.dnb-skip-link:focus:active:before{background-color:var(--skip-link-background--active)}.dnb-skip-link--active:focus:not(:active):before,.dnb-skip-link:focus:focus:not(:active):before{outline:none}html[data-whatinput=keyboard] .dnb-skip-link--active:focus:not(:active):before,html[data-whatinput=keyboard] .dnb-skip-link:focus:focus:not(:active):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-skip-link--active:focus,.dnb-skip-link:focus:focus{opacity:1}.dnb-skip-link--active:hover,.dnb-skip-link:focus:hover{background-color:transparent;box-shadow:none;color:var(--skip-link-color--hover)}.dnb-skip-link--active:focus:not(:hover):not(:active),.dnb-skip-link:focus:focus:not(:hover):not(:active){background-color:transparent;box-shadow:none;color:var(--skip-link-color)}.dnb-skip-link--active:active,.dnb-skip-link:focus:active{background-color:transparent;color:var(--skip-link-color--active)}html[data-whatintent=touch] .dnb-skip-link{display:none}.dnb-alignment-helper,.dnb-alignment-helper:before{speak:none;display:inline-block;font-size:var(--font-size-small);height:0;width:0}.dnb-alignment-helper:before{content:"‌"}.dnb-drop-shadow{box-shadow:var(--shadow-default)}.dnb-sr-only{-webkit-touch-callout:none!important;border:0!important;clip-path:inset(50%)!important;margin:0!important;max-height:1px!important;max-width:1px!important;overflow:hidden!important;padding:0!important;pointer-events:none!important;position:absolute!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important}.dnb-suffix{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding-left:.5rem;word-break:normal}
1
+ @charset "UTF-8";html{font-size:100%}html:not([data-visual-test]){scroll-behavior:smooth}@supports (-webkit-touch-callout:none){@supports (font:-apple-system-body){html{font:-apple-system-body}}}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active{color:var(--color-mint-green)!important}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--contrast:not(:hover){color:var(--color-white)!important}html[xmlns="http://www.w3.org/1999/xhtml"] a.dnb-button--primary{color:var(--color-white)}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-ul{list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-p{background-color:initial;overflow:initial;text-align:inherit}html[xmlns="http://www.w3.org/1999/xhtml"] i{font-style:italic}html[xmlns="http://www.w3.org/1999/xhtml"] #column_left,html[xmlns="http://www.w3.org/1999/xhtml"] #root{width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefault #wrapper,html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefaultStartPage #wrapper{padding:0;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{box-shadow:none}body{margin:0}.dnb-core-style{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;--eufemia-version:"10.72.0";color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis);tab-size:4;-moz-tab-size:4;word-break:break-word}.dnb-core-style *,.dnb-core-style :after,.dnb-core-style :before{background-repeat:no-repeat;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr{height:0;overflow:visible}.dnb-core-style main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul{list-style:none}.dnb-core-style abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp{font-family:var(--font-family-monospace)}.dnb-core-style ::selection{background-color:#b3d4fc;color:#000;text-shadow:none}.dnb-core-style audio,.dnb-core-style canvas,.dnb-core-style iframe,.dnb-core-style img,.dnb-core-style svg,.dnb-core-style video{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video{display:inline-block}.dnb-core-style audio:not([controls]){display:none;height:0}.dnb-core-style img{border-style:none}.dnb-core-style svg:not([fill]){fill:currentcolor}.dnb-core-style svg:not(:root){overflow:hidden}.dnb-core-style table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style textarea{font-family:inherit;font-size:inherit;line-height:inherit}.dnb-core-style button,.dnb-core-style figure,.dnb-core-style input,.dnb-core-style select{margin:0}.dnb-core-style button{overflow:visible;text-transform:none}.dnb-core-style input{overflow:visible;word-break:normal}.dnb-core-style legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress{display:inline-block;vertical-align:baseline}.dnb-core-style select{text-transform:none}.dnb-core-style textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio]{padding:0}.dnb-core-style input[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}.dnb-core-style ::-webkit-inner-spin-button,.dnb-core-style ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.dnb-core-style ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details{display:block}.dnb-core-style summary{display:list-item}.dnb-core-style canvas{display:inline-block}.dnb-core-style template{display:none}.dnb-core-style [tabindex],.dnb-core-style a,.dnb-core-style area,.dnb-core-style button,.dnb-core-style input,.dnb-core-style label,.dnb-core-style select,.dnb-core-style summary,.dnb-core-style textarea{touch-action:manipulation}.dnb-core-style [hidden]{display:none}.dnb-core-style [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style{background-color:#fff;color:#000}}.dnb-core-style .eufemia-theme{color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis)}.dnb-no-focus,.dnb-tab-focus,.dnb-tab-focus:focus{outline:none}html[data-whatinput=keyboard] .dnb-tab-focus:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-mouse-focus,.dnb-mouse-focus:focus{outline:none}html[data-whatinput=mouse] .dnb-mouse-focus:focus{box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-focus-ring,html[data-whatinput=mouse] .dnb-mouse-focus:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent}.dnb-focus-ring{box-shadow:0 0 0 var(--border-width) var(--border-color)!important}.dnb-scrollbar-appearance{-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;scrollbar-color:var(--scrollbar-thumb-color,#888) transparent}@supports not (scrollbar-color:auto){.dnb-scrollbar-appearance::-webkit-scrollbar{background-color:var(--scrollbar-track-color,#eee);border-radius:var(--scrollbar-thumb-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar:vertical{width:var(--scrollbar-track-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar:horizontal{height:var(--scrollbar-track-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color,#888);border-radius:var(--scrollbar-thumb-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color,#666)}}.dnb-skip-link{opacity:.3;position:absolute;top:-100vh;transition:opacity .3s ease-out;z-index:0}.dnb-skip-link--active,.dnb-skip-link:focus{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:var(--skip-link-color);font-size:var(--font-size-basis);left:40%;margin:0;outline:none;padding:.5rem 1rem;position:fixed;text-align:center;-webkit-text-decoration:none;text-decoration:none;top:5%;user-select:none;-webkit-user-select:none;white-space:nowrap;z-index:9999}.dnb-skip-link--active:after,.dnb-skip-link:focus:after{background-color:hsla(0,0%,100%,.85);box-shadow:150vw 150vh 0 0 hsla(0,0%,100%,.85);content:"";height:150vh;left:-200vw;position:absolute;top:-200vh;width:150vw;z-index:-2}.dnb-skip-link--active:before,.dnb-skip-link:focus:before{background-color:var(--skip-link-background);border-radius:1.5rem;content:"";height:100%;left:0;outline:none;position:absolute;top:0;width:100%;z-index:-1}html[data-whatinput=mouse] .dnb-skip-link--active:before,html[data-whatinput=mouse] .dnb-skip-link:focus: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-skip-link--active:hover:before,.dnb-skip-link:focus:hover:before{background-color:var(--skip-link-background--hover)}.dnb-skip-link--active:active:before,.dnb-skip-link:focus:active:before{background-color:var(--skip-link-background--active)}.dnb-skip-link--active:focus:not(:active):before,.dnb-skip-link:focus:focus:not(:active):before{outline:none}html[data-whatinput=keyboard] .dnb-skip-link--active:focus:not(:active):before,html[data-whatinput=keyboard] .dnb-skip-link:focus:focus:not(:active):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-skip-link--active:focus,.dnb-skip-link:focus:focus{opacity:1}.dnb-skip-link--active:hover,.dnb-skip-link:focus:hover{background-color:transparent;box-shadow:none;color:var(--skip-link-color--hover)}.dnb-skip-link--active:focus:not(:hover):not(:active),.dnb-skip-link:focus:focus:not(:hover):not(:active){background-color:transparent;box-shadow:none;color:var(--skip-link-color)}.dnb-skip-link--active:active,.dnb-skip-link:focus:active{background-color:transparent;color:var(--skip-link-color--active)}html[data-whatintent=touch] .dnb-skip-link{display:none}.dnb-alignment-helper,.dnb-alignment-helper:before{speak:none;display:inline-block;font-size:var(--font-size-small);height:0;width:0}.dnb-alignment-helper:before{content:"‌"}.dnb-drop-shadow{box-shadow:var(--shadow-default)}.dnb-sr-only{-webkit-touch-callout:none!important;border:0!important;clip-path:inset(50%)!important;margin:0!important;max-height:1px!important;max-width:1px!important;overflow:hidden!important;padding:0!important;pointer-events:none!important;position:absolute!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important}.dnb-suffix{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding-left:.5rem;word-break:normal}
@@ -269,7 +269,7 @@ body {
269
269
  /* stylelint-disable-next-line */
270
270
  -webkit-text-size-adjust: 100%;
271
271
  word-break: break-word;
272
- --eufemia-version: "10.71.1";
272
+ --eufemia-version: "10.72.0";
273
273
  }
274
274
  body *,
275
275
  body ::before,
@@ -1 +1 @@
1
- html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;cursor:default;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:var(--line-height-basis);tab-size:4;word-break:break-word}body{margin:0}html{font-size:100%}html:not([data-visual-test]){scroll-behavior:smooth}@supports (-webkit-touch-callout:none){@supports (font:-apple-system-body){html{font:-apple-system-body}}}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active{color:var(--color-mint-green)!important}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--contrast:not(:hover){color:var(--color-white)!important}html[xmlns="http://www.w3.org/1999/xhtml"] a.dnb-button--primary{color:var(--color-white)}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-ul{list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-p{background-color:initial;overflow:initial;text-align:inherit}html[xmlns="http://www.w3.org/1999/xhtml"] i{font-style:italic}html[xmlns="http://www.w3.org/1999/xhtml"] #column_left,html[xmlns="http://www.w3.org/1999/xhtml"] #root{width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefault #wrapper,html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefaultStartPage #wrapper{padding:0;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{box-shadow:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;--eufemia-version:"10.71.1";color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis);tab-size:4;-moz-tab-size:4;word-break:break-word}body *,body :after,body :before{background-repeat:no-repeat;box-sizing:border-box}body :after,body :before{text-decoration:inherit;vertical-align:inherit}body hr{height:0;overflow:visible}body main{display:block}body nav ol,body nav ul{list-style:none}body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body b,body strong{font-weight:bolder}body code,body kbd,body pre,body samp{font-family:var(--font-family-monospace)}body ::selection{background-color:#b3d4fc;color:#000;text-shadow:none}body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}body audio,body video{display:inline-block}body audio:not([controls]){display:none;height:0}body img{border-style:none}body svg:not([fill]){fill:currentcolor}body svg:not(:root){overflow:hidden}body table{border-collapse:collapse}body button,body input,body select,body textarea{font-family:inherit;font-size:inherit;line-height:inherit}body button,body figure,body input,body select{margin:0}body button{overflow:visible;text-transform:none}body input{overflow:visible;word-break:normal}body legend{color:inherit;display:table;max-width:100%;white-space:normal}body progress{display:inline-block;vertical-align:baseline}body select{text-transform:none}body textarea{overflow:auto;resize:vertical}body [type=checkbox],body [type=radio]{padding:0}body input[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}body ::input-placeholder{color:inherit;opacity:.54}body ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}body ::-moz-focus-inner{border-style:none;padding:0}body details{display:block}body summary{display:list-item}body canvas{display:inline-block}body template{display:none}body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{touch-action:manipulation}body [hidden]{display:none}body [aria-busy=true]{cursor:progress}body [aria-controls]:not(input){cursor:pointer}body [aria-disabled=true],body [disabled]{cursor:not-allowed}body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{body{background-color:#fff;color:#000}}body .eufemia-theme{color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis)}
1
+ html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;cursor:default;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:var(--line-height-basis);tab-size:4;word-break:break-word}body{margin:0}html{font-size:100%}html:not([data-visual-test]){scroll-behavior:smooth}@supports (-webkit-touch-callout:none){@supports (font:-apple-system-body){html{font:-apple-system-body}}}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active{color:var(--color-mint-green)!important}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--contrast:not(:hover){color:var(--color-white)!important}html[xmlns="http://www.w3.org/1999/xhtml"] a.dnb-button--primary{color:var(--color-white)}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-ul{list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-p{background-color:initial;overflow:initial;text-align:inherit}html[xmlns="http://www.w3.org/1999/xhtml"] i{font-style:italic}html[xmlns="http://www.w3.org/1999/xhtml"] #column_left,html[xmlns="http://www.w3.org/1999/xhtml"] #root{width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefault #wrapper,html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefaultStartPage #wrapper{padding:0;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{box-shadow:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;--eufemia-version:"10.72.0";color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis);tab-size:4;-moz-tab-size:4;word-break:break-word}body *,body :after,body :before{background-repeat:no-repeat;box-sizing:border-box}body :after,body :before{text-decoration:inherit;vertical-align:inherit}body hr{height:0;overflow:visible}body main{display:block}body nav ol,body nav ul{list-style:none}body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body b,body strong{font-weight:bolder}body code,body kbd,body pre,body samp{font-family:var(--font-family-monospace)}body ::selection{background-color:#b3d4fc;color:#000;text-shadow:none}body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}body audio,body video{display:inline-block}body audio:not([controls]){display:none;height:0}body img{border-style:none}body svg:not([fill]){fill:currentcolor}body svg:not(:root){overflow:hidden}body table{border-collapse:collapse}body button,body input,body select,body textarea{font-family:inherit;font-size:inherit;line-height:inherit}body button,body figure,body input,body select{margin:0}body button{overflow:visible;text-transform:none}body input{overflow:visible;word-break:normal}body legend{color:inherit;display:table;max-width:100%;white-space:normal}body progress{display:inline-block;vertical-align:baseline}body select{text-transform:none}body textarea{overflow:auto;resize:vertical}body [type=checkbox],body [type=radio]{padding:0}body input[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}body ::input-placeholder{color:inherit;opacity:.54}body ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}body ::-moz-focus-inner{border-style:none;padding:0}body details{display:block}body summary{display:list-item}body canvas{display:inline-block}body template{display:none}body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{touch-action:manipulation}body [hidden]{display:none}body [aria-busy=true]{cursor:progress}body [aria-controls]:not(input){cursor:pointer}body [aria-disabled=true],body [disabled]{cursor:not-allowed}body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{body{background-color:#fff;color:#000}}body .eufemia-theme{color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis)}
@@ -1315,13 +1315,10 @@ html[data-visual-test] .dnb-forms-submit-indicator__content b {
1315
1315
  */
1316
1316
  .dnb-forms-wizard-layout {
1317
1317
  display: flex;
1318
- flex-flow: row wrap;
1319
- column-gap: var(--spacing-x-large);
1320
- }
1321
- .dnb-forms-wizard-layout--drawer {
1322
- flex-direction: column;
1318
+ flex-flow: column wrap;
1323
1319
  justify-content: stretch;
1324
1320
  align-items: stretch;
1321
+ column-gap: var(--spacing-x-large);
1325
1322
  }
1326
1323
  .dnb-forms-wizard-layout__indicator {
1327
1324
  flex: 0;
@@ -1365,15 +1362,7 @@ html[data-visual-test] .dnb-forms-submit-indicator__content b {
1365
1362
  flex-basis: auto;
1366
1363
  }
1367
1364
  }
1368
- .dnb-forms-wizard-layout .dnb-step-indicator__sidebar {
1369
- margin-right: 0;
1370
- }
1371
1365
 
1372
- @media screen and (min-width: 60.00625em) {
1373
- .dnb-forms-form:has(.dnb-forms-wizard-layout--sidebar) .dnb-forms-form__status-message {
1374
- margin-left: 21.5rem;
1375
- }
1376
- }
1377
1366
  .dnb-forms-test-element {
1378
1367
  display: flex;
1379
1368
  width: 100%;
@@ -8257,6 +8246,9 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
8257
8246
  --width: 100vw;
8258
8247
  --height: 100%;
8259
8248
  --color-transparent: transparent;
8249
+ --rounded-corner--small: 0;
8250
+ --rounded-corner--medium: 0;
8251
+ --rounded-corner--large: 0;
8260
8252
  color: var(--text-color, black);
8261
8253
  border-radius: var(--rounded-corner, 0);
8262
8254
  }
@@ -8288,6 +8280,7 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
8288
8280
  --box-shadow: 99vw 0 0 0 currentcolor, 198vw 0 0 0 currentcolor,
8289
8281
  297vw 0 0 0 currentcolor, 396vw 0 0 0 currentcolor;
8290
8282
  box-shadow: var(--box-shadow);
8283
+ border-radius: var(--rounded-corner, 0);
8291
8284
  }
8292
8285
  .dnb-section:not([style*="--breakout"]) {
8293
8286
  --breakout: var(--breakout--on);
@@ -9462,81 +9455,124 @@ span.dnb-space--no-collapse > span {
9462
9455
  /*
9463
9456
  * Utilities
9464
9457
  */
9465
- @media screen and (min-width: 50.1em) {
9466
- .dnb-step-indicator__sidebar {
9467
- max-width: 20rem;
9468
- margin-right: var(--spacing-x-large);
9469
- }
9470
- .dnb-step-indicator__sidebar .dnb-step-indicator__item {
9471
- min-width: 320px;
9472
- }
9473
- }
9474
- @media screen and (max-width: 50.1em) {
9475
- .dnb-step-indicator__sidebar--ssr-skeleton {
9476
- visibility: hidden;
9477
- overflow: hidden;
9478
- width: 0;
9479
- height: 5.5rem;
9480
- }
9458
+ .dnb-step-indicator {
9459
+ --step-indicator-trigger-background: var(--color-black-3);
9460
+ --step-indicator-check-bg: var(--color-pistachio);
9461
+ --step-indicator-check-color: var(--color-success-green);
9462
+ --step-indicator-current-border: var(--color-black-80);
9463
+ --padding-top: 0;
9464
+ --padding-bottom: 0;
9465
+ }
9466
+ .dnb-step-indicator__sidebar {
9467
+ display: none;
9481
9468
  }
9482
-
9483
- .dnb-step-indicator-wrapper .dnb-step-indicator__list {
9484
- display: flex;
9485
- flex-direction: column;
9469
+ .dnb-step-indicator__list {
9486
9470
  padding: 0;
9487
9471
  margin: 0;
9488
9472
  list-style: none;
9489
9473
  }
9490
- .dnb-step-indicator-wrapper .dnb-step-indicator__trigger {
9474
+ .dnb-step-indicator__trigger {
9491
9475
  display: flex;
9492
- flex-direction: column;
9476
+ flex-wrap: wrap;
9477
+ align-items: flex-start;
9493
9478
  }
9494
- .dnb-step-indicator-wrapper .dnb-step-indicator__trigger__button, .dnb-step-indicator-wrapper .dnb-step-indicator__item .dnb-button {
9495
- overflow: hidden;
9496
- justify-content: space-between;
9497
- border-radius: 0.25rem;
9479
+ .dnb-step-indicator__trigger__button {
9480
+ line-height: inherit;
9498
9481
  }
9499
- .dnb-step-indicator-wrapper .dnb-step-indicator__trigger__button .dnb-button__text, .dnb-step-indicator-wrapper .dnb-step-indicator__item .dnb-button .dnb-button__text {
9500
- text-align: left;
9482
+ .dnb-step-indicator__trigger__button .dnb-button__text {
9483
+ margin: 0;
9484
+ transform: none;
9501
9485
  }
9502
- .dnb-step-indicator-wrapper .dnb-step-indicator__trigger__button.dnb-button--has-icon .dnb-button__text, .dnb-step-indicator-wrapper .dnb-step-indicator__item .dnb-button.dnb-button--has-icon .dnb-button__text {
9503
- margin-right: 1rem;
9486
+ .dnb-step-indicator__trigger__button .dnb-button__icon {
9487
+ --button-icon-margin-top: 0.25rem;
9504
9488
  }
9505
- .dnb-step-indicator-wrapper .dnb-step-indicator__trigger__button .dnb-button__alignment, .dnb-step-indicator-wrapper .dnb-step-indicator__item .dnb-button .dnb-button__alignment {
9506
- order: 2;
9489
+ .dnb-step-indicator__item__wrapper {
9490
+ display: flex;
9491
+ gap: 1rem;
9492
+ padding-bottom: 1rem;
9493
+ position: relative;
9507
9494
  }
9508
- .dnb-step-indicator-wrapper .dnb-step-indicator__trigger button.dnb-step-indicator-wrapper .dnb-step-indicator__trigger__button {
9509
- margin-top: 0.5rem;
9495
+ .dnb-step-indicator__item__wrapper::before {
9496
+ content: "";
9497
+ display: block;
9498
+ position: absolute;
9499
+ top: 0.25rem;
9500
+ left: 0.71875rem;
9501
+ width: 0.0625rem;
9502
+ height: 100%;
9503
+ background-color: var(--color-black-20);
9510
9504
  }
9511
- .dnb-step-indicator-wrapper .dnb-step-indicator__item {
9512
- margin-bottom: 1rem;
9505
+ .dnb-step-indicator__item__bullet {
9506
+ display: flex;
9507
+ align-items: center;
9508
+ justify-content: center;
9509
+ min-width: 1.5rem;
9510
+ width: 1.5rem;
9511
+ height: 1.5rem;
9512
+ z-index: 0;
9513
+ border-radius: 50%;
9513
9514
  }
9514
- .dnb-step-indicator-wrapper .dnb-step-indicator__item .dnb-button__icon {
9515
- opacity: 1;
9516
- transition: opacity 1400ms ease-in-out;
9515
+ .dnb-step-indicator__item__bullet--check, .dnb-step-indicator__item__bullet--empty, .dnb-step-indicator__item__bullet--current {
9516
+ background-color: var(--step-indicator-check-bg);
9517
+ border-width: 0.0625rem;
9518
+ border-style: solid;
9519
+ border-color: transparent;
9517
9520
  }
9518
- html[data-visual-test] .dnb-step-indicator-wrapper .dnb-step-indicator__item .dnb-button__icon {
9519
- transition-duration: 1ms !important;
9521
+ .dnb-step-indicator__item__bullet--check {
9522
+ font-size: 0.875rem;
9523
+ color: var(--step-indicator-check-color);
9524
+ border-color: var(--step-indicator-check-color);
9520
9525
  }
9521
- .dnb-step-indicator-wrapper .dnb-step-indicator__item:not(.dnb-step-indicator__item--visited) .dnb-button:not(.dnb-step-indicator__button__status) .dnb-button__icon {
9522
- opacity: 0;
9526
+ .dnb-step-indicator__item__bullet--empty {
9527
+ color: var(--color-black-20);
9528
+ background-color: var(--color-white);
9529
+ border-color: var(--color-black-20);
9530
+ }
9531
+ .dnb-step-indicator__item__bullet--current {
9532
+ border-width: 0.1875rem;
9533
+ border-color: var(--step-indicator-current-border);
9523
9534
  }
9524
- .dnb-step-indicator-wrapper .dnb-step-indicator__item-content {
9535
+ .dnb-step-indicator__item__bullet.dnb-skeleton {
9536
+ border-width: 0.0625rem;
9537
+ border-color: var(--color-black-20);
9538
+ }
9539
+ .dnb-step-indicator__item-content {
9525
9540
  display: flex;
9526
- flex-wrap: nowrap;
9527
- padding: 0.5rem 0;
9528
9541
  }
9529
- .dnb-step-indicator-wrapper .dnb-step-indicator__item-content__number {
9530
- padding-right: 0.5rem;
9542
+ .dnb-step-indicator__item-content__number {
9543
+ font-size: var(--font-size-basis);
9531
9544
  white-space: nowrap;
9545
+ margin-right: 0.5rem;
9532
9546
  }
9533
- .dnb-step-indicator-wrapper .dnb-step-indicator__item-content__wrapper {
9547
+ .dnb-step-indicator__item-content__wrapper {
9534
9548
  display: flex;
9535
9549
  flex-direction: column;
9536
9550
  }
9537
- .dnb-step-indicator-wrapper .dnb-step-indicator__button__status .dnb-step-indicator__item-content__status {
9538
- color: var(--color-black-80);
9539
- font-size: var(--font-size-x-small);
9551
+ .dnb-step-indicator__item-content__text {
9552
+ font-size: var(--font-size-basis);
9553
+ }
9554
+ .dnb-step-indicator__item__icon {
9555
+ opacity: 1;
9556
+ transition: opacity 400ms ease-in-out;
9557
+ }
9558
+ .dnb-step-indicator__item__icon--hidden {
9559
+ opacity: 0;
9560
+ transition-timing-function: ease-out;
9561
+ }
9562
+ .dnb-step-indicator__item:last-child .dnb-step-indicator__item__wrapper::before {
9563
+ display: none;
9564
+ }
9565
+ html[data-visual-test] .dnb-step-indicator__item__icon {
9566
+ transition-duration: 1ms !important;
9567
+ }
9568
+ .dnb-step-indicator__button {
9569
+ white-space: normal;
9570
+ text-align: left;
9571
+ align-self: flex-start;
9572
+ }
9573
+ .dnb-step-indicator__button.dnb-anchor {
9574
+ padding: 0;
9575
+ line-height: inherit;
9540
9576
  }
9541
9577
 
9542
9578
  /*