@dnb/eufemia 10.30.0 → 10.30.2

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 (174) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/cjs/components/checkbox/Checkbox.d.ts +1 -1
  3. package/cjs/components/checkbox/Checkbox.js +6 -3
  4. package/cjs/components/checkbox/Checkbox.js.map +1 -1
  5. package/cjs/components/flex/style/dnb-flex.css +4 -0
  6. package/cjs/components/flex/style/dnb-flex.min.css +1 -1
  7. package/cjs/components/flex/style/flex-stack.scss +3 -0
  8. package/cjs/components/height-animation/HeightAnimationInstance.js +4 -3
  9. package/cjs/components/height-animation/HeightAnimationInstance.js.map +1 -1
  10. package/cjs/components/table/useTableAnimationHandler.js +1 -1
  11. package/cjs/components/table/useTableAnimationHandler.js.map +1 -1
  12. package/cjs/extensions/forms/DataContext/Provider/Provider.js +8 -1
  13. package/cjs/extensions/forms/DataContext/Provider/Provider.js.map +1 -1
  14. package/cjs/extensions/forms/Form/FieldProps/FieldProps.d.ts +2 -0
  15. package/cjs/extensions/forms/Form/FieldProps/FieldProps.js +27 -20
  16. package/cjs/extensions/forms/Form/FieldProps/FieldProps.js.map +1 -1
  17. package/cjs/extensions/forms/Form/Visibility/Visibility.d.ts +3 -2
  18. package/cjs/extensions/forms/Form/Visibility/Visibility.js +16 -10
  19. package/cjs/extensions/forms/Form/Visibility/Visibility.js.map +1 -1
  20. package/cjs/extensions/forms/ValueBlock/ValueBlock.js +17 -1
  21. package/cjs/extensions/forms/ValueBlock/ValueBlock.js.map +1 -1
  22. package/cjs/extensions/forms/Wizard/hooks/useNextRouter.js +7 -5
  23. package/cjs/extensions/forms/Wizard/hooks/useNextRouter.js.map +1 -1
  24. package/cjs/extensions/forms/Wizard/hooks/useQueryLocator.d.ts +1 -1
  25. package/cjs/extensions/forms/Wizard/hooks/useQueryLocator.js +7 -5
  26. package/cjs/extensions/forms/Wizard/hooks/useQueryLocator.js.map +1 -1
  27. package/cjs/extensions/forms/Wizard/hooks/useReachRouter.js +8 -6
  28. package/cjs/extensions/forms/Wizard/hooks/useReachRouter.js.map +1 -1
  29. package/cjs/extensions/forms/Wizard/hooks/useReactRouter.js +7 -5
  30. package/cjs/extensions/forms/Wizard/hooks/useReactRouter.js.map +1 -1
  31. package/cjs/extensions/forms/hooks/useFieldProps.d.ts +2 -2
  32. package/cjs/extensions/forms/hooks/useFieldProps.js +5 -3
  33. package/cjs/extensions/forms/hooks/useFieldProps.js.map +1 -1
  34. package/cjs/shared/Eufemia.d.ts +1 -1
  35. package/cjs/shared/Eufemia.js +2 -2
  36. package/cjs/shared/Eufemia.js.map +1 -1
  37. package/cjs/shared/helpers/assignPropsWithContext.js +6 -1
  38. package/cjs/shared/helpers/assignPropsWithContext.js.map +1 -1
  39. package/cjs/shared/helpers/runCssVersionMismatchWarning.js +0 -1
  40. package/cjs/shared/helpers/runCssVersionMismatchWarning.js.map +1 -1
  41. package/cjs/style/core/scopes.scss +1 -1
  42. package/cjs/style/dnb-ui-basis.css +1 -1
  43. package/cjs/style/dnb-ui-basis.min.css +1 -1
  44. package/cjs/style/dnb-ui-body.css +1 -1
  45. package/cjs/style/dnb-ui-body.min.css +1 -1
  46. package/cjs/style/dnb-ui-components.css +4 -0
  47. package/cjs/style/dnb-ui-components.min.css +1 -1
  48. package/cjs/style/dnb-ui-core.css +1 -1
  49. package/cjs/style/dnb-ui-core.min.css +1 -1
  50. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +4 -0
  51. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  52. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +4 -0
  53. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  54. package/cjs/style/themes/theme-ui/ui-theme-components.css +4 -0
  55. package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  56. package/components/checkbox/Checkbox.d.ts +1 -1
  57. package/components/checkbox/Checkbox.js +6 -3
  58. package/components/checkbox/Checkbox.js.map +1 -1
  59. package/components/flex/style/dnb-flex.css +4 -0
  60. package/components/flex/style/dnb-flex.min.css +1 -1
  61. package/components/flex/style/flex-stack.scss +3 -0
  62. package/components/height-animation/HeightAnimationInstance.js +4 -3
  63. package/components/height-animation/HeightAnimationInstance.js.map +1 -1
  64. package/components/table/useTableAnimationHandler.js +1 -1
  65. package/components/table/useTableAnimationHandler.js.map +1 -1
  66. package/es/components/checkbox/Checkbox.d.ts +1 -1
  67. package/es/components/checkbox/Checkbox.js +6 -3
  68. package/es/components/checkbox/Checkbox.js.map +1 -1
  69. package/es/components/flex/style/dnb-flex.css +4 -0
  70. package/es/components/flex/style/dnb-flex.min.css +1 -1
  71. package/es/components/flex/style/flex-stack.scss +3 -0
  72. package/es/components/height-animation/HeightAnimationInstance.js +4 -3
  73. package/es/components/height-animation/HeightAnimationInstance.js.map +1 -1
  74. package/es/components/table/useTableAnimationHandler.js +1 -1
  75. package/es/components/table/useTableAnimationHandler.js.map +1 -1
  76. package/es/extensions/forms/DataContext/Provider/Provider.js +8 -1
  77. package/es/extensions/forms/DataContext/Provider/Provider.js.map +1 -1
  78. package/es/extensions/forms/Form/FieldProps/FieldProps.d.ts +2 -0
  79. package/es/extensions/forms/Form/FieldProps/FieldProps.js +27 -20
  80. package/es/extensions/forms/Form/FieldProps/FieldProps.js.map +1 -1
  81. package/es/extensions/forms/Form/Visibility/Visibility.d.ts +3 -2
  82. package/es/extensions/forms/Form/Visibility/Visibility.js +16 -10
  83. package/es/extensions/forms/Form/Visibility/Visibility.js.map +1 -1
  84. package/es/extensions/forms/ValueBlock/ValueBlock.js +18 -2
  85. package/es/extensions/forms/ValueBlock/ValueBlock.js.map +1 -1
  86. package/es/extensions/forms/Wizard/hooks/useNextRouter.js +5 -4
  87. package/es/extensions/forms/Wizard/hooks/useNextRouter.js.map +1 -1
  88. package/es/extensions/forms/Wizard/hooks/useQueryLocator.d.ts +1 -1
  89. package/es/extensions/forms/Wizard/hooks/useQueryLocator.js +6 -5
  90. package/es/extensions/forms/Wizard/hooks/useQueryLocator.js.map +1 -1
  91. package/es/extensions/forms/Wizard/hooks/useReachRouter.js +6 -5
  92. package/es/extensions/forms/Wizard/hooks/useReachRouter.js.map +1 -1
  93. package/es/extensions/forms/Wizard/hooks/useReactRouter.js +5 -4
  94. package/es/extensions/forms/Wizard/hooks/useReactRouter.js.map +1 -1
  95. package/es/extensions/forms/hooks/useFieldProps.d.ts +2 -2
  96. package/es/extensions/forms/hooks/useFieldProps.js +5 -3
  97. package/es/extensions/forms/hooks/useFieldProps.js.map +1 -1
  98. package/es/shared/Eufemia.d.ts +1 -1
  99. package/es/shared/Eufemia.js +2 -2
  100. package/es/shared/Eufemia.js.map +1 -1
  101. package/es/shared/helpers/assignPropsWithContext.js +4 -1
  102. package/es/shared/helpers/assignPropsWithContext.js.map +1 -1
  103. package/es/shared/helpers/runCssVersionMismatchWarning.js +0 -1
  104. package/es/shared/helpers/runCssVersionMismatchWarning.js.map +1 -1
  105. package/es/style/core/scopes.scss +1 -1
  106. package/es/style/dnb-ui-basis.css +1 -1
  107. package/es/style/dnb-ui-basis.min.css +1 -1
  108. package/es/style/dnb-ui-body.css +1 -1
  109. package/es/style/dnb-ui-body.min.css +1 -1
  110. package/es/style/dnb-ui-components.css +4 -0
  111. package/es/style/dnb-ui-components.min.css +1 -1
  112. package/es/style/dnb-ui-core.css +1 -1
  113. package/es/style/dnb-ui-core.min.css +1 -1
  114. package/es/style/themes/theme-eiendom/eiendom-theme-components.css +4 -0
  115. package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  116. package/es/style/themes/theme-sbanken/sbanken-theme-components.css +4 -0
  117. package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  118. package/es/style/themes/theme-ui/ui-theme-components.css +4 -0
  119. package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  120. package/esm/dnb-ui-basis.min.mjs +1 -1
  121. package/esm/dnb-ui-components.min.mjs +1 -1
  122. package/esm/dnb-ui-elements.min.mjs +1 -1
  123. package/esm/dnb-ui-extensions.min.mjs +3 -3
  124. package/esm/dnb-ui-lib.min.mjs +1 -1
  125. package/extensions/forms/DataContext/Provider/Provider.js +8 -1
  126. package/extensions/forms/DataContext/Provider/Provider.js.map +1 -1
  127. package/extensions/forms/Form/FieldProps/FieldProps.d.ts +2 -0
  128. package/extensions/forms/Form/FieldProps/FieldProps.js +27 -20
  129. package/extensions/forms/Form/FieldProps/FieldProps.js.map +1 -1
  130. package/extensions/forms/Form/Visibility/Visibility.d.ts +3 -2
  131. package/extensions/forms/Form/Visibility/Visibility.js +16 -10
  132. package/extensions/forms/Form/Visibility/Visibility.js.map +1 -1
  133. package/extensions/forms/ValueBlock/ValueBlock.js +18 -2
  134. package/extensions/forms/ValueBlock/ValueBlock.js.map +1 -1
  135. package/extensions/forms/Wizard/hooks/useNextRouter.js +7 -5
  136. package/extensions/forms/Wizard/hooks/useNextRouter.js.map +1 -1
  137. package/extensions/forms/Wizard/hooks/useQueryLocator.d.ts +1 -1
  138. package/extensions/forms/Wizard/hooks/useQueryLocator.js +7 -5
  139. package/extensions/forms/Wizard/hooks/useQueryLocator.js.map +1 -1
  140. package/extensions/forms/Wizard/hooks/useReachRouter.js +8 -6
  141. package/extensions/forms/Wizard/hooks/useReachRouter.js.map +1 -1
  142. package/extensions/forms/Wizard/hooks/useReactRouter.js +7 -5
  143. package/extensions/forms/Wizard/hooks/useReactRouter.js.map +1 -1
  144. package/extensions/forms/hooks/useFieldProps.d.ts +2 -2
  145. package/extensions/forms/hooks/useFieldProps.js +5 -3
  146. package/extensions/forms/hooks/useFieldProps.js.map +1 -1
  147. package/package.json +1 -1
  148. package/shared/Eufemia.d.ts +1 -1
  149. package/shared/Eufemia.js +2 -2
  150. package/shared/Eufemia.js.map +1 -1
  151. package/shared/helpers/assignPropsWithContext.js +4 -1
  152. package/shared/helpers/assignPropsWithContext.js.map +1 -1
  153. package/shared/helpers/runCssVersionMismatchWarning.js +0 -1
  154. package/shared/helpers/runCssVersionMismatchWarning.js.map +1 -1
  155. package/style/core/scopes.scss +1 -1
  156. package/style/dnb-ui-basis.css +1 -1
  157. package/style/dnb-ui-basis.min.css +1 -1
  158. package/style/dnb-ui-body.css +1 -1
  159. package/style/dnb-ui-body.min.css +1 -1
  160. package/style/dnb-ui-components.css +4 -0
  161. package/style/dnb-ui-components.min.css +1 -1
  162. package/style/dnb-ui-core.css +1 -1
  163. package/style/dnb-ui-core.min.css +1 -1
  164. package/style/themes/theme-eiendom/eiendom-theme-components.css +4 -0
  165. package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  166. package/style/themes/theme-sbanken/sbanken-theme-components.css +4 -0
  167. package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  168. package/style/themes/theme-ui/ui-theme-components.css +4 -0
  169. package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  170. package/umd/dnb-ui-basis.min.js +1 -1
  171. package/umd/dnb-ui-components.min.js +1 -1
  172. package/umd/dnb-ui-elements.min.js +1 -1
  173. package/umd/dnb-ui-extensions.min.js +2 -2
  174. package/umd/dnb-ui-lib.min.js +1 -1
@@ -276,7 +276,7 @@ body,
276
276
  /* stylelint-disable-next-line */
277
277
  -webkit-text-size-adjust: 100%;
278
278
  word-break: break-word;
279
- --eufemia-version: "10.30.0";
279
+ --eufemia-version: "10.30.2";
280
280
  }
281
281
  body *,
282
282
  body ::before,
@@ -1 +1 @@
1
- @charset "UTF-8";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);-moz-tab-size:4;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"] a:hover{-webkit-text-decoration:none;text-decoration:none}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"] ul{list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] 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{max-width:60rem;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{box-shadow:none}.dnb-core-style,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.30.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,body *,body :after,body :before{background-repeat:no-repeat;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before,body :after,body :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr,body hr{height:0;overflow:visible}.dnb-core-style main,body main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul,body nav ol,body nav ul{list-style:none}.dnb-core-style abbr[title],body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong,body b,body strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp,body code,body kbd,body pre,body samp{font-family:var(--font-family-monospace)}.dnb-core-style ::selection,body ::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,body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video,body audio,body video{display:inline-block}.dnb-core-style audio:not([controls]),body audio:not([controls]){display:none;height:0}.dnb-core-style img,body img{border-style:none}.dnb-core-style svg:not([fill]),body svg:not([fill]){fill:currentcolor}.dnb-core-style svg:not(:root),body svg:not(:root){overflow:hidden}.dnb-core-style table,body table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style textarea,body button,body input,body select,body 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,body button,body figure,body input,body select{margin:0}.dnb-core-style button,body button{overflow:visible;text-transform:none}.dnb-core-style fieldset,body fieldset{padding:.35rem .75rem .625rem}.dnb-core-style input,body input{overflow:visible;word-break:normal}.dnb-core-style legend,body legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress,body progress{display:inline-block;vertical-align:baseline}.dnb-core-style select,body select{text-transform:none}.dnb-core-style textarea,body textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio],body [type=checkbox],body [type=radio]{padding:0}.dnb-core-style input[type=search],body 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,body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::input-placeholder,body ::input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration,body ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.dnb-core-style ::-webkit-file-upload-button,body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner,body ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details,body details{display:block}.dnb-core-style summary,body summary{display:list-item}.dnb-core-style canvas,body canvas{display:inline-block}.dnb-core-style template,body 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,body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{touch-action:manipulation}.dnb-core-style [hidden],body [hidden]{display:none}.dnb-core-style [aria-busy=true],body [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input),body [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled],body [aria-disabled=true],body [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus),body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style,body{background-color:#fff;color:#000}}.dnb-core-style .eufemia-theme,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)}.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;-webkit-clip-path:inset(50%)!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{-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);-moz-tab-size:4;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"] a:hover{-webkit-text-decoration:none;text-decoration:none}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"] ul{list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] 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{max-width:60rem;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{box-shadow:none}.dnb-core-style,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.30.2";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,body *,body :after,body :before{background-repeat:no-repeat;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before,body :after,body :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr,body hr{height:0;overflow:visible}.dnb-core-style main,body main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul,body nav ol,body nav ul{list-style:none}.dnb-core-style abbr[title],body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong,body b,body strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp,body code,body kbd,body pre,body samp{font-family:var(--font-family-monospace)}.dnb-core-style ::selection,body ::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,body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video,body audio,body video{display:inline-block}.dnb-core-style audio:not([controls]),body audio:not([controls]){display:none;height:0}.dnb-core-style img,body img{border-style:none}.dnb-core-style svg:not([fill]),body svg:not([fill]){fill:currentcolor}.dnb-core-style svg:not(:root),body svg:not(:root){overflow:hidden}.dnb-core-style table,body table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style textarea,body button,body input,body select,body 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,body button,body figure,body input,body select{margin:0}.dnb-core-style button,body button{overflow:visible;text-transform:none}.dnb-core-style fieldset,body fieldset{padding:.35rem .75rem .625rem}.dnb-core-style input,body input{overflow:visible;word-break:normal}.dnb-core-style legend,body legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress,body progress{display:inline-block;vertical-align:baseline}.dnb-core-style select,body select{text-transform:none}.dnb-core-style textarea,body textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio],body [type=checkbox],body [type=radio]{padding:0}.dnb-core-style input[type=search],body 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,body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::input-placeholder,body ::input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration,body ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.dnb-core-style ::-webkit-file-upload-button,body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner,body ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details,body details{display:block}.dnb-core-style summary,body summary{display:list-item}.dnb-core-style canvas,body canvas{display:inline-block}.dnb-core-style template,body 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,body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{touch-action:manipulation}.dnb-core-style [hidden],body [hidden]{display:none}.dnb-core-style [aria-busy=true],body [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input),body [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled],body [aria-disabled=true],body [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus),body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style,body{background-color:#fff;color:#000}}.dnb-core-style .eufemia-theme,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)}.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;-webkit-clip-path:inset(50%)!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}
@@ -4314,6 +4314,10 @@ label + .dnb-dropdown[class*=__form-status] .dnb-dropdown__shell {
4314
4314
  margin-top: var(--spacing-small);
4315
4315
  }
4316
4316
 
4317
+ .dnb-flex-stack > .dnb-button {
4318
+ align-self: flex-start;
4319
+ }
4320
+
4317
4321
  /*
4318
4322
  * FormLabel component
4319
4323
  *