@dnb/eufemia 10.75.3 → 10.75.4

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 (162) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/cjs/extensions/forms/Field/Selection/style/dnb-selection.css +0 -2
  3. package/cjs/extensions/forms/Field/Selection/style/dnb-selection.min.css +1 -1
  4. package/cjs/extensions/forms/Field/Selection/style/dnb-selection.scss +0 -2
  5. package/cjs/extensions/forms/style/dnb-forms.css +0 -2
  6. package/cjs/extensions/forms/style/dnb-forms.min.css +1 -1
  7. package/cjs/fragments/drawer-list/DrawerList.d.ts +2 -1
  8. package/cjs/fragments/drawer-list/DrawerList.js.map +1 -1
  9. package/cjs/shared/Eufemia.d.ts +2 -2
  10. package/cjs/shared/Eufemia.js +3 -6
  11. package/cjs/shared/Eufemia.js.map +1 -1
  12. package/cjs/shared/build-info/BuildInfo.d.ts +2 -0
  13. package/cjs/shared/build-info/BuildInfo.js +16 -0
  14. package/cjs/shared/build-info/BuildInfo.js.map +1 -0
  15. package/cjs/shared/build-info/BuildInfoData.d.ts +2 -0
  16. package/cjs/shared/build-info/BuildInfoData.js +9 -0
  17. package/cjs/shared/build-info/BuildInfoData.js.map +1 -0
  18. package/cjs/style/core/scopes.scss +1 -1
  19. package/cjs/style/dnb-ui-basis.css +1 -1
  20. package/cjs/style/dnb-ui-basis.min.css +1 -1
  21. package/cjs/style/dnb-ui-body.css +1 -1
  22. package/cjs/style/dnb-ui-body.min.css +1 -1
  23. package/cjs/style/dnb-ui-components.css +0 -2
  24. package/cjs/style/dnb-ui-components.min.css +1 -1
  25. package/cjs/style/dnb-ui-core.css +1 -1
  26. package/cjs/style/dnb-ui-core.min.css +1 -1
  27. package/cjs/style/dnb-ui-extensions.css +0 -2
  28. package/cjs/style/dnb-ui-extensions.min.css +1 -1
  29. package/cjs/style/dnb-ui-forms.css +0 -2
  30. package/cjs/style/dnb-ui-forms.min.css +1 -1
  31. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +0 -4
  32. package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  33. package/cjs/style/themes/theme-eiendom/eiendom-theme-extensions.css +0 -2
  34. package/cjs/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
  35. package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.css +0 -2
  36. package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
  37. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +0 -4
  38. package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  39. package/cjs/style/themes/theme-sbanken/sbanken-theme-extensions.css +0 -2
  40. package/cjs/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
  41. package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.css +0 -2
  42. package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
  43. package/cjs/style/themes/theme-ui/ui-theme-components.css +0 -4
  44. package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  45. package/cjs/style/themes/theme-ui/ui-theme-extensions.css +0 -2
  46. package/cjs/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
  47. package/cjs/style/themes/theme-ui/ui-theme-forms.css +0 -2
  48. package/cjs/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
  49. package/es/extensions/forms/Field/Selection/style/dnb-selection.css +0 -2
  50. package/es/extensions/forms/Field/Selection/style/dnb-selection.min.css +1 -1
  51. package/es/extensions/forms/Field/Selection/style/dnb-selection.scss +0 -2
  52. package/es/extensions/forms/style/dnb-forms.css +0 -2
  53. package/es/extensions/forms/style/dnb-forms.min.css +1 -1
  54. package/es/fragments/drawer-list/DrawerList.d.ts +2 -1
  55. package/es/fragments/drawer-list/DrawerList.js.map +1 -1
  56. package/es/shared/Eufemia.d.ts +2 -2
  57. package/es/shared/Eufemia.js +3 -3
  58. package/es/shared/Eufemia.js.map +1 -1
  59. package/es/shared/build-info/BuildInfo.cjs +22 -0
  60. package/es/shared/build-info/BuildInfo.d.ts +2 -0
  61. package/es/shared/build-info/BuildInfo.js +8 -0
  62. package/es/shared/build-info/BuildInfo.js.map +1 -0
  63. package/es/shared/build-info/BuildInfoData.cjs +2 -0
  64. package/es/shared/build-info/BuildInfoData.d.ts +2 -0
  65. package/es/shared/build-info/BuildInfoData.js +3 -0
  66. package/es/shared/build-info/BuildInfoData.js.map +1 -0
  67. package/es/style/core/scopes.scss +1 -1
  68. package/es/style/dnb-ui-basis.css +1 -1
  69. package/es/style/dnb-ui-basis.min.css +1 -1
  70. package/es/style/dnb-ui-body.css +1 -1
  71. package/es/style/dnb-ui-body.min.css +1 -1
  72. package/es/style/dnb-ui-components.css +0 -2
  73. package/es/style/dnb-ui-components.min.css +1 -1
  74. package/es/style/dnb-ui-core.css +1 -1
  75. package/es/style/dnb-ui-core.min.css +1 -1
  76. package/es/style/dnb-ui-extensions.css +0 -2
  77. package/es/style/dnb-ui-extensions.min.css +1 -1
  78. package/es/style/dnb-ui-forms.css +0 -2
  79. package/es/style/dnb-ui-forms.min.css +1 -1
  80. package/es/style/themes/theme-eiendom/eiendom-theme-components.css +0 -4
  81. package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  82. package/es/style/themes/theme-eiendom/eiendom-theme-extensions.css +0 -2
  83. package/es/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
  84. package/es/style/themes/theme-eiendom/eiendom-theme-forms.css +0 -2
  85. package/es/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
  86. package/es/style/themes/theme-sbanken/sbanken-theme-components.css +0 -4
  87. package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  88. package/es/style/themes/theme-sbanken/sbanken-theme-extensions.css +0 -2
  89. package/es/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
  90. package/es/style/themes/theme-sbanken/sbanken-theme-forms.css +0 -2
  91. package/es/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
  92. package/es/style/themes/theme-ui/ui-theme-components.css +0 -4
  93. package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  94. package/es/style/themes/theme-ui/ui-theme-extensions.css +0 -2
  95. package/es/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
  96. package/es/style/themes/theme-ui/ui-theme-forms.css +0 -2
  97. package/es/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
  98. package/esm/dnb-ui-components.min.mjs +1 -1
  99. package/esm/dnb-ui-elements.min.mjs +1 -1
  100. package/esm/dnb-ui-extensions.min.mjs +1 -1
  101. package/esm/dnb-ui-lib.min.mjs +1 -1
  102. package/extensions/forms/Field/Selection/style/dnb-selection.css +0 -2
  103. package/extensions/forms/Field/Selection/style/dnb-selection.min.css +1 -1
  104. package/extensions/forms/Field/Selection/style/dnb-selection.scss +0 -2
  105. package/extensions/forms/style/dnb-forms.css +0 -2
  106. package/extensions/forms/style/dnb-forms.min.css +1 -1
  107. package/fragments/drawer-list/DrawerList.d.ts +2 -1
  108. package/fragments/drawer-list/DrawerList.js.map +1 -1
  109. package/package.json +1 -1
  110. package/shared/Eufemia.d.ts +2 -2
  111. package/shared/Eufemia.js +3 -3
  112. package/shared/Eufemia.js.map +1 -1
  113. package/shared/build-info/BuildInfo.cjs +22 -0
  114. package/shared/build-info/BuildInfo.d.ts +2 -0
  115. package/shared/build-info/BuildInfo.js +8 -0
  116. package/shared/build-info/BuildInfo.js.map +1 -0
  117. package/shared/build-info/BuildInfoData.cjs +2 -0
  118. package/shared/build-info/BuildInfoData.d.ts +2 -0
  119. package/shared/build-info/BuildInfoData.js +3 -0
  120. package/shared/build-info/BuildInfoData.js.map +1 -0
  121. package/style/core/scopes.scss +1 -1
  122. package/style/dnb-ui-basis.css +1 -1
  123. package/style/dnb-ui-basis.min.css +1 -1
  124. package/style/dnb-ui-body.css +1 -1
  125. package/style/dnb-ui-body.min.css +1 -1
  126. package/style/dnb-ui-components.css +0 -2
  127. package/style/dnb-ui-components.min.css +1 -1
  128. package/style/dnb-ui-core.css +1 -1
  129. package/style/dnb-ui-core.min.css +1 -1
  130. package/style/dnb-ui-extensions.css +0 -2
  131. package/style/dnb-ui-extensions.min.css +1 -1
  132. package/style/dnb-ui-forms.css +0 -2
  133. package/style/dnb-ui-forms.min.css +1 -1
  134. package/style/themes/theme-eiendom/eiendom-theme-components.css +0 -4
  135. package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
  136. package/style/themes/theme-eiendom/eiendom-theme-extensions.css +0 -2
  137. package/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
  138. package/style/themes/theme-eiendom/eiendom-theme-forms.css +0 -2
  139. package/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
  140. package/style/themes/theme-sbanken/sbanken-theme-components.css +0 -4
  141. package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
  142. package/style/themes/theme-sbanken/sbanken-theme-extensions.css +0 -2
  143. package/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
  144. package/style/themes/theme-sbanken/sbanken-theme-forms.css +0 -2
  145. package/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
  146. package/style/themes/theme-ui/ui-theme-components.css +0 -4
  147. package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
  148. package/style/themes/theme-ui/ui-theme-extensions.css +0 -2
  149. package/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
  150. package/style/themes/theme-ui/ui-theme-forms.css +0 -2
  151. package/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
  152. package/umd/dnb-ui-components.min.js +1 -1
  153. package/umd/dnb-ui-elements.min.js +1 -1
  154. package/umd/dnb-ui-extensions.min.js +1 -1
  155. package/umd/dnb-ui-lib.min.js +1 -1
  156. package/cjs/shared/BuildInfo.d.cts +0 -2
  157. package/cjs/shared/BuildInfo.js +0 -5
  158. package/cjs/shared/BuildInfo.js.map +0 -1
  159. package/es/shared/BuildInfo.cjs +0 -6
  160. package/es/shared/BuildInfo.d.cts +0 -2
  161. package/shared/BuildInfo.cjs +0 -6
  162. package/shared/BuildInfo.d.cts +0 -2
@@ -1 +1 @@
1
- {"version":3,"file":"Eufemia.js","names":["BuildInfo","version","sha","init","window","Eufemia","constructor","__eufemiaVersions","includes","push","__eufemiaSHAs","versions","shas"],"sources":["../../../src/shared/Eufemia.ts"],"sourcesContent":["import * as BuildInfo from './BuildInfo.cjs'\n\nexport const version = BuildInfo.version\nexport const sha = BuildInfo.sha\n\ndeclare global {\n interface Window {\n Eufemia?: {\n version?: string\n versions?: string[]\n sha?: string\n shas?: string[]\n }\n __eufemiaVersions?: string[]\n __eufemiaSHAs?: string[]\n }\n}\n\nexport function init() {\n if (typeof window !== 'undefined') {\n class Eufemia {\n constructor() {\n if (!window.__eufemiaVersions) {\n window.__eufemiaVersions = []\n }\n if (!window.__eufemiaVersions.includes(this.version)) {\n window.__eufemiaVersions.push(this.version)\n }\n\n if (!window.__eufemiaSHAs) {\n window.__eufemiaSHAs = []\n }\n if (!window.__eufemiaSHAs.includes(this.sha)) {\n window.__eufemiaSHAs.push(this.sha)\n }\n }\n\n get version() {\n return version\n }\n\n get versions(): string[] {\n return window.__eufemiaVersions\n }\n\n get sha() {\n return sha\n }\n\n get shas(): string[] {\n return window.__eufemiaSHAs\n }\n }\n\n window.Eufemia = new Eufemia()\n }\n}\n"],"mappings":"AAAA,OAAO,KAAKA,SAAS,MAAM,iBAAiB;AAE5C,OAAO,MAAMC,OAAO,GAAGD,SAAS,CAACC,OAAO;AACxC,OAAO,MAAMC,GAAG,GAAGF,SAAS,CAACE,GAAG;AAehC,OAAO,SAASC,IAAIA,CAAA,EAAG;EACrB,IAAI,OAAOC,MAAM,KAAK,WAAW,EAAE;IACjC,MAAMC,OAAO,CAAC;MACZC,WAAWA,CAAA,EAAG;QACZ,IAAI,CAACF,MAAM,CAACG,iBAAiB,EAAE;UAC7BH,MAAM,CAACG,iBAAiB,GAAG,EAAE;QAC/B;QACA,IAAI,CAACH,MAAM,CAACG,iBAAiB,CAACC,QAAQ,CAAC,IAAI,CAACP,OAAO,CAAC,EAAE;UACpDG,MAAM,CAACG,iBAAiB,CAACE,IAAI,CAAC,IAAI,CAACR,OAAO,CAAC;QAC7C;QAEA,IAAI,CAACG,MAAM,CAACM,aAAa,EAAE;UACzBN,MAAM,CAACM,aAAa,GAAG,EAAE;QAC3B;QACA,IAAI,CAACN,MAAM,CAACM,aAAa,CAACF,QAAQ,CAAC,IAAI,CAACN,GAAG,CAAC,EAAE;UAC5CE,MAAM,CAACM,aAAa,CAACD,IAAI,CAAC,IAAI,CAACP,GAAG,CAAC;QACrC;MACF;MAEA,IAAID,OAAOA,CAAA,EAAG;QACZ,OAAOA,OAAO;MAChB;MAEA,IAAIU,QAAQA,CAAA,EAAa;QACvB,OAAOP,MAAM,CAACG,iBAAiB;MACjC;MAEA,IAAIL,GAAGA,CAAA,EAAG;QACR,OAAOA,GAAG;MACZ;MAEA,IAAIU,IAAIA,CAAA,EAAa;QACnB,OAAOR,MAAM,CAACM,aAAa;MAC7B;IACF;IAEAN,MAAM,CAACC,OAAO,GAAG,IAAIA,OAAO,CAAC,CAAC;EAChC;AACF","ignoreList":[]}
1
+ {"version":3,"file":"Eufemia.js","names":["getVersion","getSha","version","sha","init","window","Eufemia","constructor","__eufemiaVersions","includes","push","__eufemiaSHAs","versions","shas"],"sources":["../../../src/shared/Eufemia.ts"],"sourcesContent":["import { getVersion, getSha } from './build-info/BuildInfo'\n\nexport const version = getVersion()\nexport const sha = getSha()\n\ndeclare global {\n interface Window {\n Eufemia?: {\n version?: string\n versions?: string[]\n sha?: string\n shas?: string[]\n }\n __eufemiaVersions?: string[]\n __eufemiaSHAs?: string[]\n }\n}\n\nexport function init() {\n if (typeof window !== 'undefined') {\n class Eufemia {\n constructor() {\n if (!window.__eufemiaVersions) {\n window.__eufemiaVersions = []\n }\n if (!window.__eufemiaVersions.includes(this.version)) {\n window.__eufemiaVersions.push(this.version)\n }\n\n if (!window.__eufemiaSHAs) {\n window.__eufemiaSHAs = []\n }\n if (!window.__eufemiaSHAs.includes(this.sha)) {\n window.__eufemiaSHAs.push(this.sha)\n }\n }\n\n get version() {\n return version\n }\n\n get versions(): string[] {\n return window.__eufemiaVersions\n }\n\n get sha() {\n return sha\n }\n\n get shas(): string[] {\n return window.__eufemiaSHAs\n }\n }\n\n window.Eufemia = new Eufemia()\n }\n}\n"],"mappings":"AAAA,SAASA,UAAU,EAAEC,MAAM,QAAQ,wBAAwB;AAE3D,OAAO,MAAMC,OAAO,GAAGF,UAAU,CAAC,CAAC;AACnC,OAAO,MAAMG,GAAG,GAAGF,MAAM,CAAC,CAAC;AAe3B,OAAO,SAASG,IAAIA,CAAA,EAAG;EACrB,IAAI,OAAOC,MAAM,KAAK,WAAW,EAAE;IACjC,MAAMC,OAAO,CAAC;MACZC,WAAWA,CAAA,EAAG;QACZ,IAAI,CAACF,MAAM,CAACG,iBAAiB,EAAE;UAC7BH,MAAM,CAACG,iBAAiB,GAAG,EAAE;QAC/B;QACA,IAAI,CAACH,MAAM,CAACG,iBAAiB,CAACC,QAAQ,CAAC,IAAI,CAACP,OAAO,CAAC,EAAE;UACpDG,MAAM,CAACG,iBAAiB,CAACE,IAAI,CAAC,IAAI,CAACR,OAAO,CAAC;QAC7C;QAEA,IAAI,CAACG,MAAM,CAACM,aAAa,EAAE;UACzBN,MAAM,CAACM,aAAa,GAAG,EAAE;QAC3B;QACA,IAAI,CAACN,MAAM,CAACM,aAAa,CAACF,QAAQ,CAAC,IAAI,CAACN,GAAG,CAAC,EAAE;UAC5CE,MAAM,CAACM,aAAa,CAACD,IAAI,CAAC,IAAI,CAACP,GAAG,CAAC;QACrC;MACF;MAEA,IAAID,OAAOA,CAAA,EAAG;QACZ,OAAOA,OAAO;MAChB;MAEA,IAAIU,QAAQA,CAAA,EAAa;QACvB,OAAOP,MAAM,CAACG,iBAAiB;MACjC;MAEA,IAAIL,GAAGA,CAAA,EAAG;QACR,OAAOA,GAAG;MACZ;MAEA,IAAIU,IAAIA,CAAA,EAAa;QACnB,OAAOR,MAAM,CAACM,aAAa;MAC7B;IACF;IAEAN,MAAM,CAACC,OAAO,GAAG,IAAIA,OAAO,CAAC,CAAC;EAChC;AACF","ignoreList":[]}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file will be transformed by makeReleaseVersion.ts
3
+ */
4
+
5
+ const getInfo = () => {
6
+ try {
7
+ delete require.cache[require.resolve('./BuildInfoData.cjs')]
8
+ } catch (error) {
9
+ //
10
+ }
11
+ return require('./BuildInfoData.cjs')
12
+ }
13
+
14
+ const getVersion = () => {
15
+ return getInfo().version
16
+ }
17
+ const getSha = () => {
18
+ return getInfo().sha
19
+ }
20
+
21
+ exports.getVersion = getVersion
22
+ exports.getSha = getSha
@@ -0,0 +1,2 @@
1
+ export function getVersion(): string;
2
+ export function getSha(): string;
@@ -0,0 +1,8 @@
1
+ import { version, sha } from './BuildInfoData.js';
2
+ export const getVersion = () => {
3
+ return version;
4
+ };
5
+ export const getSha = () => {
6
+ return sha;
7
+ };
8
+ //# sourceMappingURL=BuildInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BuildInfo.js","names":["version","sha","getVersion","getSha"],"sources":["../../../../src/shared/build-info/BuildInfo.js"],"sourcesContent":["/**\n * This file will be transformed by makeReleaseVersion.ts\n */\n\nimport { version, sha } from './BuildInfoData.js'\n\nexport const getVersion = () => {\n return version\n}\n\nexport const getSha = () => {\n return sha\n}\n"],"mappings":"AAIA,SAASA,OAAO,EAAEC,GAAG,QAAQ,oBAAoB;AAEjD,OAAO,MAAMC,UAAU,GAAGA,CAAA,KAAM;EAC9B,OAAOF,OAAO;AAChB,CAAC;AAED,OAAO,MAAMG,MAAM,GAAGA,CAAA,KAAM;EAC1B,OAAOF,GAAG;AACZ,CAAC","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ exports.version = '10.75.4'
2
+ exports.sha = 'f23174b06'
@@ -0,0 +1,2 @@
1
+ export const version: "10.75.4";
2
+ export const sha: "f23174b06";
@@ -0,0 +1,3 @@
1
+ export const version = '10.75.4';
2
+ export const sha = 'f23174b06';
3
+ //# sourceMappingURL=BuildInfoData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BuildInfoData.js","names":["version","sha"],"sources":["../../../../src/shared/build-info/BuildInfoData.js"],"sourcesContent":["export const version = '10.75.4'\nexport const sha = 'f23174b06'\n"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,SAAS;AAChC,OAAO,MAAMC,GAAG,GAAG,WAAW","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.75.3';
48
+ --eufemia-version: '10.75.4';
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.75.3";
247
+ --eufemia-version: "10.75.4";
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.75.3";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{speak:none;display:inline-block;font-size:var(--font-size-small);height:0;width:0}.dnb-alignment-helper--pseudo-element-only:before,.dnb-alignment-helper:before{speak:none;content:"⁠";display:inline-block;font-size:var(--font-size-small);height:0;opacity:0;width:0}.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.75.4";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{speak:none;display:inline-block;font-size:var(--font-size-small);height:0;width:0}.dnb-alignment-helper--pseudo-element-only:before,.dnb-alignment-helper:before{speak:none;content:"⁠";display:inline-block;font-size:var(--font-size-small);height:0;opacity:0;width:0}.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}
@@ -268,7 +268,7 @@ body {
268
268
  /* stylelint-disable-next-line */
269
269
  -webkit-text-size-adjust: 100%;
270
270
  word-break: break-word;
271
- --eufemia-version: "10.75.3";
271
+ --eufemia-version: "10.75.4";
272
272
  }
273
273
  body *,
274
274
  body ::before,
@@ -1 +1 @@
1
- html{-webkit-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.75.3";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%;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.75.4";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)}
@@ -732,13 +732,11 @@ html:not([data-whatintent=touch]) .dnb-forms-field-number__contents--has-control
732
732
  -webkit-appearance: none;
733
733
  appearance: none;
734
734
  transform: none;
735
- z-index: 1;
736
735
  left: calc(var(--list-padding) * -1);
737
736
  width: 100vw;
738
737
  height: var(--list-height);
739
738
  }
740
739
  .dnb-forms-field-selection__variant--radio-list .dnb-radio .dnb-form-label {
741
- z-index: 2;
742
740
  padding-left: var(--list-padding);
743
741
  }
744
742
  .dnb-forms-field-selection__variant--radio-list .dnb-radio:not(:first-of-type)::before {