@dnb/eufemia 10.72.1 → 10.72.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 (48) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/cjs/extensions/forms/hooks/useFieldProps.js +1 -1
  3. package/cjs/extensions/forms/hooks/useFieldProps.js.map +1 -1
  4. package/cjs/shared/Eufemia.d.ts +1 -1
  5. package/cjs/shared/Eufemia.js +2 -2
  6. package/cjs/shared/Eufemia.js.map +1 -1
  7. package/cjs/style/core/scopes.scss +1 -1
  8. package/cjs/style/dnb-ui-basis.css +1 -1
  9. package/cjs/style/dnb-ui-basis.min.css +1 -1
  10. package/cjs/style/dnb-ui-body.css +1 -1
  11. package/cjs/style/dnb-ui-body.min.css +1 -1
  12. package/cjs/style/dnb-ui-core.css +1 -1
  13. package/cjs/style/dnb-ui-core.min.css +1 -1
  14. package/es/extensions/forms/hooks/useFieldProps.js +1 -1
  15. package/es/extensions/forms/hooks/useFieldProps.js.map +1 -1
  16. package/es/shared/Eufemia.d.ts +1 -1
  17. package/es/shared/Eufemia.js +2 -2
  18. package/es/shared/Eufemia.js.map +1 -1
  19. package/es/style/core/scopes.scss +1 -1
  20. package/es/style/dnb-ui-basis.css +1 -1
  21. package/es/style/dnb-ui-basis.min.css +1 -1
  22. package/es/style/dnb-ui-body.css +1 -1
  23. package/es/style/dnb-ui-body.min.css +1 -1
  24. package/es/style/dnb-ui-core.css +1 -1
  25. package/es/style/dnb-ui-core.min.css +1 -1
  26. package/esm/dnb-ui-basis.min.mjs +1 -1
  27. package/esm/dnb-ui-components.min.mjs +1 -1
  28. package/esm/dnb-ui-elements.min.mjs +1 -1
  29. package/esm/dnb-ui-extensions.min.mjs +1 -1
  30. package/esm/dnb-ui-lib.min.mjs +1 -1
  31. package/extensions/forms/hooks/useFieldProps.js +1 -1
  32. package/extensions/forms/hooks/useFieldProps.js.map +1 -1
  33. package/package.json +1 -1
  34. package/shared/Eufemia.d.ts +1 -1
  35. package/shared/Eufemia.js +2 -2
  36. package/shared/Eufemia.js.map +1 -1
  37. package/style/core/scopes.scss +1 -1
  38. package/style/dnb-ui-basis.css +1 -1
  39. package/style/dnb-ui-basis.min.css +1 -1
  40. package/style/dnb-ui-body.css +1 -1
  41. package/style/dnb-ui-body.min.css +1 -1
  42. package/style/dnb-ui-core.css +1 -1
  43. package/style/dnb-ui-core.min.css +1 -1
  44. package/umd/dnb-ui-basis.min.js +1 -1
  45. package/umd/dnb-ui-components.min.js +1 -1
  46. package/umd/dnb-ui-elements.min.js +1 -1
  47. package/umd/dnb-ui-extensions.min.js +1 -1
  48. package/umd/dnb-ui-lib.min.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnb/eufemia",
3
- "version": "10.72.1",
3
+ "version": "10.72.2",
4
4
  "description": "DNB Eufemia Design System UI Library",
5
5
  "license": "SEE LICENSE IN LICENSE FILE",
6
6
  "author": "DNB Team & Tobias Høegh",
@@ -1,2 +1,2 @@
1
- export declare const version = "10.72.1";
1
+ export declare const version = "10.72.2";
2
2
  export declare function init(): void;
package/shared/Eufemia.js CHANGED
@@ -1,9 +1,9 @@
1
- export const version = '10.72.1';
1
+ export const version = '10.72.2';
2
2
  export function init() {
3
3
  if (typeof window !== 'undefined') {
4
4
  class Eufemia {
5
5
  get version() {
6
- return '10.72.1';
6
+ return '10.72.2';
7
7
  }
8
8
  }
9
9
  window.Eufemia = new Eufemia();
@@ -1 +1 @@
1
- {"version":3,"file":"Eufemia.js","names":["version","init","window","Eufemia"],"sources":["../../../src/shared/Eufemia.ts"],"sourcesContent":["export const version = '10.72.1'\n\nexport function init() {\n if (typeof window !== 'undefined') {\n class Eufemia {\n get version() {\n return '10.72.1'\n }\n }\n\n window.Eufemia = new Eufemia()\n }\n}\n"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,SAAS;AAEhC,OAAO,SAASC,IAAIA,CAAA,EAAG;EACrB,IAAI,OAAOC,MAAM,KAAK,WAAW,EAAE;IACjC,MAAMC,OAAO,CAAC;MACZ,IAAIH,OAAOA,CAAA,EAAG;QACZ,OAAO,SAAS;MAClB;IACF;IAEAE,MAAM,CAACC,OAAO,GAAG,IAAIA,OAAO,CAAC,CAAC;EAChC;AACF","ignoreList":[]}
1
+ {"version":3,"file":"Eufemia.js","names":["version","init","window","Eufemia"],"sources":["../../../src/shared/Eufemia.ts"],"sourcesContent":["export const version = '10.72.2'\n\nexport function init() {\n if (typeof window !== 'undefined') {\n class Eufemia {\n get version() {\n return '10.72.2'\n }\n }\n\n window.Eufemia = new Eufemia()\n }\n}\n"],"mappings":"AAAA,OAAO,MAAMA,OAAO,GAAG,SAAS;AAEhC,OAAO,SAASC,IAAIA,CAAA,EAAG;EACrB,IAAI,OAAOC,MAAM,KAAK,WAAW,EAAE;IACjC,MAAMC,OAAO,CAAC;MACZ,IAAIH,OAAOA,CAAA,EAAG;QACZ,OAAO,SAAS;MAClB;IACF;IAEAE,MAAM,CAACC,OAAO,GAAG,IAAIA,OAAO,CAAC,CAAC;EAChC;AACF","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.72.1';
48
+ --eufemia-version: '10.72.2';
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.72.1";
247
+ --eufemia-version: "10.72.2";
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.72.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.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{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.72.1";
272
+ --eufemia-version: "10.72.2";
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.72.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.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}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)}
@@ -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.72.1";
271
+ --eufemia-version: "10.72.2";
272
272
  }
273
273
  body *,
274
274
  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);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}.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.72.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,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 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;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);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}.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.72.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 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;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 +1 @@
1
- !function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).dnbBasis={})}(this,(function(t){"use strict";var n="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function e(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var r,o,i,u,a,c,f,s,l,d,v={};function p(){return o?r:(o=1,r=function(t){try{return!!t()}catch(t){return!0}})}function g(){if(u)return i;u=1;var t=p();return i=!t((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))}function y(){if(s)return f;s=1;var t=g(),n=Function.prototype.call;return f=t?n.bind(n):function(){return n.apply(n,arguments)},f}function h(){if(d)return l;d=1;var t=g(),n=Function.prototype,e=n.call,r=t&&n.bind.bind(e,e);return l=t?r:function(t){return function(){return e.apply(t,arguments)}},l}var m,w,b={};function x(){if(w)return m;w=1;var t=function(t){return t&&t.Math===Math&&t};return m=t("object"==typeof globalThis&&globalThis)||t("object"==typeof window&&window)||t("object"==typeof self&&self)||t("object"==typeof n&&n)||t("object"==typeof this&&this)||function(){return this}()||Function("return this")()}var S,E,O={};function L(){if(E)return S;E=1;var t=p();return S=!t((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}var A,j,I,P,R,T,M,k,C,_,N,D,F,$,G,z,B,K,U,V,W,Y,H,X,q,J,Q,Z,tt,nt,et,rt,ot,it,ut,at,ct,ft,st,lt={};function dt(){return I?j:(I=1,j=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}})}function vt(){if(R)return P;R=1;var t=h(),n=t({}.toString),e=t("".slice);return P=function(t){return e(n(t),8,-1)}}function pt(){return C?k:(C=1,k=function(t){return null==t})}function gt(){if(N)return _;N=1;var t=pt(),n=TypeError;return _=function(e){if(t(e))throw new n("Can't call method on "+e);return e}}function yt(){if(F)return D;F=1;var t=function(){if(M)return T;M=1;var t=h(),n=p(),e=vt(),r=Object,o=t("".split);return T=n((function(){return!r("z").propertyIsEnumerable(0)}))?function(t){return"String"===e(t)?o(t,""):r(t)}:r}(),n=gt();return D=function(e){return t(n(e))}}function ht(){if(G)return $;G=1;var t="object"==typeof document&&document.all;return $=void 0===t&&void 0!==t?function(n){return"function"==typeof n||n===t}:function(t){return"function"==typeof t}}function mt(){if(B)return z;B=1;var t=ht();return z=function(n){return"object"==typeof n?null!==n:t(n)}}function wt(){if(U)return K;U=1;var t=x(),n=ht();return K=function(e,r){return arguments.length<2?(o=t[e],n(o)?o:void 0):t[e]&&t[e][r];var o},K}function bt(){if(W)return V;W=1;var t=h();return V=t({}.isPrototypeOf)}function xt(){if(q)return X;q=1;var t,n,e=x(),r=function(){if(H)return Y;H=1;var t=x().navigator,n=t&&t.userAgent;return Y=n?String(n):""}(),o=e.process,i=e.Deno,u=o&&o.versions||i&&i.version,a=u&&u.v8;return a&&(n=(t=a.split("."))[0]>0&&t[0]<4?1:+(t[0]+t[1])),!n&&r&&(!(t=r.match(/Edge\/(\d+)/))||t[1]>=74)&&(t=r.match(/Chrome\/(\d+)/))&&(n=+t[1]),X=n}function St(){if(Q)return J;Q=1;var t=xt(),n=p(),e=x().String;return J=!!Object.getOwnPropertySymbols&&!n((function(){var n=Symbol("symbol detection");return!e(n)||!(Object(n)instanceof Symbol)||!Symbol.sham&&t&&t<41}))}function Et(){if(tt)return Z;tt=1;var t=St();return Z=t&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function Ot(){if(et)return nt;et=1;var t=wt(),n=ht(),e=bt(),r=Et(),o=Object;return nt=r?function(t){return"symbol"==typeof t}:function(r){var i=t("Symbol");return n(i)&&e(i.prototype,o(r))}}function Lt(){if(ot)return rt;ot=1;var t=String;return rt=function(n){try{return t(n)}catch(t){return"Object"}}}function At(){if(ut)return it;ut=1;var t=ht(),n=Lt(),e=TypeError;return it=function(r){if(t(r))return r;throw new e(n(r)+" is not a function")}}function jt(){if(ct)return at;ct=1;var t=At(),n=pt();return at=function(e,r){var o=e[r];return n(o)?void 0:t(o)}}function It(){if(st)return ft;st=1;var t=y(),n=ht(),e=mt(),r=TypeError;return ft=function(o,i){var u,a;if("string"===i&&n(u=o.toString)&&!e(a=t(u,o)))return a;if(n(u=o.valueOf)&&!e(a=t(u,o)))return a;if("string"!==i&&n(u=o.toString)&&!e(a=t(u,o)))return a;throw new r("Can't convert object to primitive value")}}var Pt,Rt,Tt,Mt,kt,Ct,_t,Nt,Dt,Ft,$t,Gt,zt,Bt,Kt,Ut,Vt,Wt,Yt,Ht,Xt,qt,Jt,Qt,Zt={exports:{}};function tn(){return Rt?Pt:(Rt=1,Pt=!1)}function nn(){if(Mt)return Tt;Mt=1;var t=x(),n=Object.defineProperty;return Tt=function(e,r){try{n(t,e,{value:r,configurable:!0,writable:!0})}catch(n){t[e]=r}return r}}function en(){if(kt)return Zt.exports;kt=1;var t=tn(),n=x(),e=nn(),r="__core-js_shared__",o=Zt.exports=n[r]||e(r,{});return(o.versions||(o.versions=[])).push({version:"3.41.0",mode:t?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"}),Zt.exports}function rn(){if(_t)return Ct;_t=1;var t=en();return Ct=function(n,e){return t[n]||(t[n]=e||{})}}function on(){if(Dt)return Nt;Dt=1;var t=gt(),n=Object;return Nt=function(e){return n(t(e))}}function un(){if($t)return Ft;$t=1;var t=h(),n=on(),e=t({}.hasOwnProperty);return Ft=Object.hasOwn||function(t,r){return e(n(t),r)}}function an(){if(zt)return Gt;zt=1;var t=h(),n=0,e=Math.random(),r=t(1..toString);return Gt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+r(++n+e,36)}}function cn(){if(Kt)return Bt;Kt=1;var t=x(),n=rn(),e=un(),r=an(),o=St(),i=Et(),u=t.Symbol,a=n("wks"),c=i?u.for||u:u&&u.withoutSetter||r;return Bt=function(t){return e(a,t)||(a[t]=o&&e(u,t)?u[t]:c("Symbol."+t)),a[t]}}function fn(){if(Vt)return Ut;Vt=1;var t=y(),n=mt(),e=Ot(),r=jt(),o=It(),i=cn(),u=TypeError,a=i("toPrimitive");return Ut=function(i,c){if(!n(i)||e(i))return i;var f,s=r(i,a);if(s){if(void 0===c&&(c="default"),f=t(s,i,c),!n(f)||e(f))return f;throw new u("Can't convert object to primitive value")}return void 0===c&&(c="number"),o(i,c)}}function sn(){if(Yt)return Wt;Yt=1;var t=fn(),n=Ot();return Wt=function(e){var r=t(e,"string");return n(r)?r:r+""}}function ln(){if(Xt)return Ht;Xt=1;var t=x(),n=mt(),e=t.document,r=n(e)&&n(e.createElement);return Ht=function(t){return r?e.createElement(t):{}}}function dn(){if(Jt)return qt;Jt=1;var t=L(),n=p(),e=ln();return qt=!t&&!n((function(){return 7!==Object.defineProperty(e("div"),"a",{get:function(){return 7}}).a}))}function vn(){if(Qt)return O;Qt=1;var t=L(),n=y(),e=function(){if(A)return lt;A=1;var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,e=n&&!t.call({1:2},1);return lt.f=e?function(t){var e=n(this,t);return!!e&&e.enumerable}:t,lt}(),r=dt(),o=yt(),i=sn(),u=un(),a=dn(),c=Object.getOwnPropertyDescriptor;return O.f=t?c:function(t,f){if(t=o(t),f=i(f),a)try{return c(t,f)}catch(t){}if(u(t,f))return r(!n(e.f,t,f),t[f])},O}var pn,gn,yn,hn,mn,wn,bn,xn={};function Sn(){if(gn)return pn;gn=1;var t=L(),n=p();return pn=t&&n((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}function En(){if(hn)return yn;hn=1;var t=mt(),n=String,e=TypeError;return yn=function(r){if(t(r))return r;throw new e(n(r)+" is not an object")}}function On(){if(mn)return xn;mn=1;var t=L(),n=dn(),e=Sn(),r=En(),o=sn(),i=TypeError,u=Object.defineProperty,a=Object.getOwnPropertyDescriptor,c="enumerable",f="configurable",s="writable";return xn.f=t?e?function(t,n,e){if(r(t),n=o(n),r(e),"function"==typeof t&&"prototype"===n&&"value"in e&&s in e&&!e[s]){var i=a(t,n);i&&i[s]&&(t[n]=e.value,e={configurable:f in e?e[f]:i[f],enumerable:c in e?e[c]:i[c],writable:!1})}return u(t,n,e)}:u:function(t,e,a){if(r(t),e=o(e),r(a),n)try{return u(t,e,a)}catch(t){}if("get"in a||"set"in a)throw new i("Accessors not supported");return"value"in a&&(t[e]=a.value),t},xn}function Ln(){if(bn)return wn;bn=1;var t=L(),n=On(),e=dt();return wn=t?function(t,r,o){return n.f(t,r,e(1,o))}:function(t,n,e){return t[n]=e,t}}var An,jn,In,Pn,Rn,Tn,Mn,kn,Cn,_n,Nn,Dn,Fn,$n,Gn,zn={exports:{}};function Bn(){if(jn)return An;jn=1;var t=L(),n=un(),e=Function.prototype,r=t&&Object.getOwnPropertyDescriptor,o=n(e,"name"),i=o&&"something"===function(){}.name,u=o&&(!t||t&&r(e,"name").configurable);return An={EXISTS:o,PROPER:i,CONFIGURABLE:u}}function Kn(){if(Pn)return In;Pn=1;var t=h(),n=ht(),e=en(),r=t(Function.toString);return n(e.inspectSource)||(e.inspectSource=function(t){return r(t)}),In=e.inspectSource}function Un(){if(kn)return Mn;kn=1;var t=rn(),n=an(),e=t("keys");return Mn=function(t){return e[t]||(e[t]=n(t))}}function Vn(){return _n?Cn:(_n=1,Cn={})}function Wn(){if(Dn)return Nn;Dn=1;var t,n,e,r=function(){if(Tn)return Rn;Tn=1;var t=x(),n=ht(),e=t.WeakMap;return Rn=n(e)&&/native code/.test(String(e))}(),o=x(),i=mt(),u=Ln(),a=un(),c=en(),f=Un(),s=Vn(),l="Object already initialized",d=o.TypeError,v=o.WeakMap;if(r||c.state){var p=c.state||(c.state=new v);p.get=p.get,p.has=p.has,p.set=p.set,t=function(t,n){if(p.has(t))throw new d(l);return n.facade=t,p.set(t,n),n},n=function(t){return p.get(t)||{}},e=function(t){return p.has(t)}}else{var g=f("state");s[g]=!0,t=function(t,n){if(a(t,g))throw new d(l);return n.facade=t,u(t,g,n),n},n=function(t){return a(t,g)?t[g]:{}},e=function(t){return a(t,g)}}return Nn={set:t,get:n,has:e,enforce:function(r){return e(r)?n(r):t(r,{})},getterFor:function(t){return function(e){var r;if(!i(e)||(r=n(e)).type!==t)throw new d("Incompatible receiver, "+t+" required");return r}}}}function Yn(){if(Fn)return zn.exports;Fn=1;var t=h(),n=p(),e=ht(),r=un(),o=L(),i=Bn().CONFIGURABLE,u=Kn(),a=Wn(),c=a.enforce,f=a.get,s=String,l=Object.defineProperty,d=t("".slice),v=t("".replace),g=t([].join),y=o&&!n((function(){return 8!==l((function(){}),"length",{value:8}).length})),m=String(String).split("String"),w=zn.exports=function(t,n,e){"Symbol("===d(s(n),0,7)&&(n="["+v(s(n),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),e&&e.getter&&(n="get "+n),e&&e.setter&&(n="set "+n),(!r(t,"name")||i&&t.name!==n)&&(o?l(t,"name",{value:n,configurable:!0}):t.name=n),y&&e&&r(e,"arity")&&t.length!==e.arity&&l(t,"length",{value:e.arity});try{e&&r(e,"constructor")&&e.constructor?o&&l(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var u=c(t);return r(u,"source")||(u.source=g(m,"string"==typeof n?n:"")),t};return Function.prototype.toString=w((function(){return e(this)&&f(this).source||u(this)}),"toString"),zn.exports}function Hn(){if(Gn)return $n;Gn=1;var t=ht(),n=On(),e=Yn(),r=nn();return $n=function(o,i,u,a){a||(a={});var c=a.enumerable,f=void 0!==a.name?a.name:i;if(t(u)&&e(u,f,a),a.global)c?o[i]=u:r(i,u);else{try{a.unsafe?o[i]&&(c=!0):delete o[i]}catch(t){}c?o[i]=u:n.f(o,i,{value:u,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return o}}var Xn,qn,Jn,Qn,Zn,te,ne,ee,re,oe,ie,ue,ae,ce,fe,se,le,de={};function ve(){if(Qn)return Jn;Qn=1;var t=function(){if(qn)return Xn;qn=1;var t=Math.ceil,n=Math.floor;return Xn=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}}();return Jn=function(n){var e=+n;return e!=e||0===e?0:t(e)}}function pe(){if(te)return Zn;te=1;var t=ve(),n=Math.max,e=Math.min;return Zn=function(r,o){var i=t(r);return i<0?n(i+o,0):e(i,o)}}function ge(){if(ee)return ne;ee=1;var t=ve(),n=Math.min;return ne=function(e){var r=t(e);return r>0?n(r,9007199254740991):0}}function ye(){if(oe)return re;oe=1;var t=ge();return re=function(n){return t(n.length)}}function he(){if(ce)return ae;ce=1;var t=h(),n=un(),e=yt(),r=function(){if(ue)return ie;ue=1;var t=yt(),n=pe(),e=ye(),r=function(r){return function(o,i,u){var a=t(o),c=e(a);if(0===c)return!r&&-1;var f,s=n(u,c);if(r&&i!=i){for(;c>s;)if((f=a[s++])!=f)return!0}else for(;c>s;s++)if((r||s in a)&&a[s]===i)return r||s||0;return!r&&-1}};return ie={includes:r(!0),indexOf:r(!1)}}().indexOf,o=Vn(),i=t([].push);return ae=function(t,u){var a,c=e(t),f=0,s=[];for(a in c)!n(o,a)&&n(c,a)&&i(s,a);for(;u.length>f;)n(c,a=u[f++])&&(~r(s,a)||i(s,a));return s}}function me(){return se?fe:(se=1,fe=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"])}var we,be,xe,Se,Ee,Oe,Le,Ae,je,Ie,Pe,Re,Te,Me,ke,Ce,_e,Ne,De,Fe={};function $e(){if(xe)return be;xe=1;var t=wt(),n=h(),e=function(){if(le)return de;le=1;var t=he(),n=me().concat("length","prototype");return de.f=Object.getOwnPropertyNames||function(e){return t(e,n)},de}(),r=(we||(we=1,Fe.f=Object.getOwnPropertySymbols),Fe),o=En(),i=n([].concat);return be=t("Reflect","ownKeys")||function(t){var n=e.f(o(t)),u=r.f;return u?i(n,u(t)):n}}function Ge(){if(Ee)return Se;Ee=1;var t=un(),n=$e(),e=vn(),r=On();return Se=function(o,i,u){for(var a=n(i),c=r.f,f=e.f,s=0;s<a.length;s++){var l=a[s];t(o,l)||u&&t(u,l)||c(o,l,f(i,l))}}}function ze(){if(je)return Ae;je=1;var t=x(),n=vn().f,e=Ln(),r=Hn(),o=nn(),i=Ge(),u=function(){if(Le)return Oe;Le=1;var t=p(),n=ht(),e=/#|\.prototype\./,r=function(e,r){var c=i[o(e)];return c===a||c!==u&&(n(r)?t(r):!!r)},o=r.normalize=function(t){return String(t).replace(e,".").toLowerCase()},i=r.data={},u=r.NATIVE="N",a=r.POLYFILL="P";return Oe=r}();return Ae=function(a,c){var f,s,l,d,v,p=a.target,g=a.global,y=a.stat;if(f=g?t:y?t[p]||o(p,{}):t[p]&&t[p].prototype)for(s in c){if(d=c[s],l=a.dontCallGetSet?(v=n(f,s))&&v.value:f[s],!u(g?s:p+(y?".":"#")+s,a.forced)&&void 0!==l){if(typeof d==typeof l)continue;i(d,l)}(a.sham||l&&l.sham)&&e(d,"sham",!0),r(f,s,d,a)}}}function Be(){if(Te)return Re;Te=1;var t=function(){if(Pe)return Ie;Pe=1;var t={};return t[cn()("toStringTag")]="z",Ie="[object z]"===String(t)}(),n=ht(),e=vt(),r=cn()("toStringTag"),o=Object,i="Arguments"===e(function(){return arguments}());return Re=t?e:function(t){var u,a,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(a=function(t,n){try{return t[n]}catch(t){}}(u=o(t),r))?a:i?e(u):"Object"===(c=e(u))&&n(u.callee)?"Arguments":c}}function Ke(){if(ke)return Me;ke=1;var t=Be(),n=String;return Me=function(e){if("Symbol"===t(e))throw new TypeError("Cannot convert a Symbol value to a string");return n(e)}}function Ue(){if(_e)return Ce;_e=1;var t=En();return Ce=function(){var n=t(this),e="";return n.hasIndices&&(e+="d"),n.global&&(e+="g"),n.ignoreCase&&(e+="i"),n.multiline&&(e+="m"),n.dotAll&&(e+="s"),n.unicode&&(e+="u"),n.unicodeSets&&(e+="v"),n.sticky&&(e+="y"),e}}var Ve,We,Ye,He,Xe,qe,Je,Qe,Ze,tr,nr,er,rr,or,ir,ur,ar,cr,fr,sr,lr,dr,vr,pr,gr,yr={};function hr(){if(We)return Ve;We=1;var t=he(),n=me();return Ve=Object.keys||function(e){return t(e,n)}}function mr(){if(Xe)return He;Xe=1;var t=wt();return He=t("document","documentElement")}function wr(){if(Je)return qe;Je=1;var t,n=En(),e=function(){if(Ye)return yr;Ye=1;var t=L(),n=Sn(),e=On(),r=En(),o=yt(),i=hr();return yr.f=t&&!n?Object.defineProperties:function(t,n){r(t);for(var u,a=o(n),c=i(n),f=c.length,s=0;f>s;)e.f(t,u=c[s++],a[u]);return t},yr}(),r=me(),o=Vn(),i=mr(),u=ln(),a=Un(),c="prototype",f="script",s=a("IE_PROTO"),l=function(){},d=function(t){return"<"+f+">"+t+"</"+f+">"},v=function(t){t.write(d("")),t.close();var n=t.parentWindow.Object;return t=null,n},p=function(){try{t=new ActiveXObject("htmlfile")}catch(t){}var n,e,o;p="undefined"!=typeof document?document.domain&&t?v(t):(e=u("iframe"),o="java"+f+":",e.style.display="none",i.appendChild(e),e.src=String(o),(n=e.contentWindow.document).open(),n.write(d("document.F=Object")),n.close(),n.F):v(t);for(var a=r.length;a--;)delete p[c][r[a]];return p()};return o[s]=!0,qe=Object.create||function(t,r){var o;return null!==t?(l[c]=n(t),o=new l,l[c]=null,o[s]=t):o=p(),void 0===r?o:e.f(o,r)}}function br(){if(rr)return er;rr=1;var t,n,e=y(),r=h(),o=Ke(),i=Ue(),u=function(){if(De)return Ne;De=1;var t=p(),n=x().RegExp,e=t((function(){var t=n("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),r=e||t((function(){return!n("a","y").sticky})),o=e||t((function(){var t=n("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));return Ne={BROKEN_CARET:o,MISSED_STICKY:r,UNSUPPORTED_Y:e}}(),a=rn(),c=wr(),f=Wn().get,s=function(){if(Ze)return Qe;Ze=1;var t=p(),n=x().RegExp;return Qe=t((function(){var t=n(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))}(),l=function(){if(nr)return tr;nr=1;var t=p(),n=x().RegExp;return tr=t((function(){var t=n("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))}(),d=a("native-string-replace",String.prototype.replace),v=RegExp.prototype.exec,g=v,m=r("".charAt),w=r("".indexOf),b=r("".replace),S=r("".slice),E=(n=/b*/g,e(v,t=/a/,"a"),e(v,n,"a"),0!==t.lastIndex||0!==n.lastIndex),O=u.BROKEN_CARET,L=void 0!==/()??/.exec("")[1];return(E||L||O||s||l)&&(g=function(t){var n,r,u,a,s,l,p,y=this,h=f(y),x=o(t),A=h.raw;if(A)return A.lastIndex=y.lastIndex,n=e(g,A,x),y.lastIndex=A.lastIndex,n;var j=h.groups,I=O&&y.sticky,P=e(i,y),R=y.source,T=0,M=x;if(I&&(P=b(P,"y",""),-1===w(P,"g")&&(P+="g"),M=S(x,y.lastIndex),y.lastIndex>0&&(!y.multiline||y.multiline&&"\n"!==m(x,y.lastIndex-1))&&(R="(?: "+R+")",M=" "+M,T++),r=new RegExp("^(?:"+R+")",P)),L&&(r=new RegExp("^"+R+"$(?!\\s)",P)),E&&(u=y.lastIndex),a=e(v,I?r:y,M),I?a?(a.input=S(a.input,T),a[0]=S(a[0],T),a.index=y.lastIndex,y.lastIndex+=a[0].length):y.lastIndex=0:E&&a&&(y.lastIndex=y.global?a.index+a[0].length:u),L&&a&&a.length>1&&e(d,a[0],r,(function(){for(s=1;s<arguments.length-2;s++)void 0===arguments[s]&&(a[s]=void 0)})),a&&j)for(a.groups=l=c(null),s=0;s<j.length;s++)l[(p=j[s])[0]]=a[p[1]];return a}),er=g}function xr(){if(ur)return ir;ur=1,function(){if(or)return b;or=1;var t=ze(),n=br();t({target:"RegExp",proto:!0,forced:/./.exec!==n},{exec:n})}();var t=y(),n=Hn(),e=br(),r=p(),o=cn(),i=Ln(),u=o("species"),a=RegExp.prototype;return ir=function(c,f,s,l){var d=o(c),v=!r((function(){var t={};return t[d]=function(){return 7},7!==""[c](t)})),p=v&&!r((function(){var t=!1,n=/a/;return"split"===c&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[d]=/./[d]),n.exec=function(){return t=!0,null},n[d](""),!t}));if(!v||!p||s){var g=/./[d],y=f(d,""[c],(function(n,r,o,i,u){var c=r.exec;return c===e||c===a.exec?v&&!u?{done:!0,value:t(g,r,o,i)}:{done:!0,value:t(n,o,r,i)}:{done:!1}}));n(String.prototype,c,y[0]),n(a,d,y[1])}l&&i(a[d],"sham",!0)}}function Sr(){if(sr)return fr;sr=1;var t=function(){if(cr)return ar;cr=1;var t=h(),n=ve(),e=Ke(),r=gt(),o=t("".charAt),i=t("".charCodeAt),u=t("".slice),a=function(t){return function(a,c){var f,s,l=e(r(a)),d=n(c),v=l.length;return d<0||d>=v?t?"":void 0:(f=i(l,d))<55296||f>56319||d+1===v||(s=i(l,d+1))<56320||s>57343?t?o(l,d):f:t?u(l,d,d+2):s-56320+(f-55296<<10)+65536}};return ar={codeAt:a(!1),charAt:a(!0)}}().charAt;return fr=function(n,e,r){return e+(r?t(n,e).length:1)}}function Er(){if(dr)return lr;dr=1;var t=h(),n=on(),e=Math.floor,r=t("".charAt),o=t("".replace),i=t("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;return lr=function(t,c,f,s,l,d){var v=f+t.length,p=s.length,g=a;return void 0!==l&&(l=n(l),g=u),o(d,g,(function(n,o){var u;switch(r(o,0)){case"$":return"$";case"&":return t;case"`":return i(c,0,f);case"'":return i(c,v);case"<":u=l[i(o,1,-1)];break;default:var a=+o;if(0===a)return n;if(a>p){var d=e(a/10);return 0===d?n:d<=p?void 0===s[d-1]?r(o,1):s[d-1]+r(o,1):n}u=s[a-1]}return void 0===u?"":u}))}}function Or(){if(pr)return vr;pr=1;var t=y(),n=En(),e=ht(),r=vt(),o=br(),i=TypeError;return vr=function(u,a){var c=u.exec;if(e(c)){var f=t(c,u,a);return null!==f&&n(f),f}if("RegExp"===r(u))return t(o,u,a);throw new i("RegExp#exec called on incompatible receiver")}}!function(){if(gr)return v;gr=1;var t=function(){if(c)return a;c=1;var t=g(),n=Function.prototype,e=n.apply,r=n.call;return a="object"==typeof Reflect&&Reflect.apply||(t?r.bind(e):function(){return r.apply(e,arguments)}),a}(),n=y(),e=h(),r=xr(),o=p(),i=En(),u=ht(),f=pt(),s=ve(),l=ge(),d=Ke(),m=gt(),w=Sr(),b=jt(),x=Er(),S=Or(),E=cn()("replace"),O=Math.max,L=Math.min,A=e([].concat),j=e([].push),I=e("".indexOf),P=e("".slice),R="$0"==="a".replace(/./,"$0"),T=!!/./[E]&&""===/./[E]("a","$0");r("replace",(function(e,r,o){var a=T?"$":"$0";return[function(t,e){var o=m(this),i=f(t)?void 0:b(t,E);return i?n(i,t,o,e):n(r,d(o),t,e)},function(n,e){var c=i(this),f=d(n);if("string"==typeof e&&-1===I(e,a)&&-1===I(e,"$<")){var v=o(r,c,f,e);if(v.done)return v.value}var p=u(e);p||(e=d(e));var g,y=c.global;y&&(g=c.unicode,c.lastIndex=0);for(var h,m=[];null!==(h=S(c,f))&&(j(m,h),y);){""===d(h[0])&&(c.lastIndex=w(f,l(c.lastIndex),g))}for(var b,E="",R=0,T=0;T<m.length;T++){for(var M,k=d((h=m[T])[0]),C=O(L(s(h.index),f.length),0),_=[],N=1;N<h.length;N++)j(_,void 0===(b=h[N])?b:String(b));var D=h.groups;if(p){var F=A([k],_,C,f);void 0!==D&&j(F,D),M=d(t(e,void 0,F))}else M=x(k,f,C,_,D,e);C>=R&&(E+=P(f,R,C)+M,R=C+k.length)}return E+P(f,R)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!R||T)}();var Lr,Ar,jr,Ir,Pr,Rr,Tr,Mr,kr,Cr,_r,Nr,Dr,Fr,$r,Gr,zr,Br,Kr,Ur,Vr,Wr,Yr,Hr,Xr,qr,Jr,Qr,Zr={};function to(){if(Rr)return Pr;Rr=1;var t=un(),n=ht(),e=on(),r=Un(),o=function(){if(Ir)return jr;Ir=1;var t=p();return jr=!t((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))}(),i=r("IE_PROTO"),u=Object,a=u.prototype;return Pr=o?u.getPrototypeOf:function(r){var o=e(r);if(t(o,i))return o[i];var c=o.constructor;return n(c)&&o instanceof c?c.prototype:o instanceof u?a:null}}function no(){if(Mr)return Tr;Mr=1;var t,n,e,r=p(),o=ht(),i=mt(),u=wr(),a=to(),c=Hn(),f=cn(),s=tn(),l=f("iterator"),d=!1;return[].keys&&("next"in(e=[].keys())?(n=a(a(e)))!==Object.prototype&&(t=n):d=!0),!i(t)||r((function(){var n={};return t[l].call(n)!==n}))?t={}:s&&(t=u(t)),o(t[l])||c(t,l,(function(){return this})),Tr={IteratorPrototype:t,BUGGY_SAFARI_ITERATORS:d}}function eo(){if(Cr)return kr;Cr=1;var t=On().f,n=un(),e=cn()("toStringTag");return kr=function(r,o,i){r&&!i&&(r=r.prototype),r&&!n(r,e)&&t(r,e,{configurable:!0,value:o})}}function ro(){return Nr?_r:(Nr=1,_r={})}function oo(){if(Fr)return Dr;Fr=1;var t=no().IteratorPrototype,n=wr(),e=dt(),r=eo(),o=ro(),i=function(){return this};return Dr=function(u,a,c,f){var s=a+" Iterator";return u.prototype=n(t,{next:e(+!f,c)}),r(u,s,!1,!0),o[s]=i,u}}function io(){return Gr?$r:(Gr=1,$r=function(t,n){return{value:t,done:n}})}function uo(){if(Wr)return Vr;Wr=1;var t=h(),n=p(),e=ht(),r=Be(),o=wt(),i=Kn(),u=function(){},a=o("Reflect","construct"),c=/^\s*(?:class|function)\b/,f=t(c.exec),s=!c.test(u),l=function(t){if(!e(t))return!1;try{return a(u,[],t),!0}catch(t){return!1}},d=function(t){if(!e(t))return!1;switch(r(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return s||!!f(c,i(t))}catch(t){return!0}};return d.sham=!0,Vr=!a||n((function(){var t;return l(l.call)||!l(Object)||!l((function(){t=!0}))||t}))?d:l}function ao(){if(Hr)return Yr;Hr=1;var t=uo(),n=Lt(),e=TypeError;return Yr=function(r){if(t(r))return r;throw new e(n(r)+" is not a constructor")}}function co(){if(qr)return Xr;qr=1;var t=En(),n=ao(),e=pt(),r=cn()("species");return Xr=function(o,i){var u,a=t(o).constructor;return void 0===a||e(u=t(a)[r])?i:n(u)}}function fo(){if(Jr)return Zr;Jr=1;var t=ze(),n=y(),e=function(){if(Ar)return Lr;Ar=1;var t=vt(),n=h();return Lr=function(e){if("Function"===t(e))return n(e)}}(),r=oo(),o=io(),i=gt(),u=ge(),a=Ke(),c=En(),f=pt(),s=vt(),l=function(){if(Br)return zr;Br=1;var t=mt(),n=vt(),e=cn()("match");return zr=function(r){var o;return t(r)&&(void 0!==(o=r[e])?!!o:"RegExp"===n(r))}}(),d=function(){if(Ur)return Kr;Ur=1;var t=y(),n=un(),e=bt(),r=Ue(),o=RegExp.prototype;return Kr=function(i){var u=i.flags;return void 0!==u||"flags"in o||n(i,"flags")||!e(o,i)?u:t(r,i)}}(),v=jt(),g=Hn(),m=p(),w=cn(),b=co(),x=Sr(),S=Or(),E=Wn(),O=tn(),L=w("matchAll"),A="RegExp String",j=A+" Iterator",I=E.set,P=E.getterFor(j),R=RegExp.prototype,T=TypeError,M=e("".indexOf),k=e("".matchAll),C=!!k&&!m((function(){k("a",/./)})),_=r((function(t,n,e,r){I(this,{type:j,regexp:t,string:n,global:e,unicode:r,done:!1})}),A,(function(){var t=P(this);if(t.done)return o(void 0,!0);var n=t.regexp,e=t.string,r=S(n,e);return null===r?(t.done=!0,o(void 0,!0)):t.global?(""===a(r[0])&&(n.lastIndex=x(e,u(n.lastIndex),t.unicode)),o(r,!1)):(t.done=!0,o(r,!1))})),N=function(t){var n,e,r,o=c(this),i=a(t),f=b(o,RegExp),s=a(d(o));return n=new f(f===RegExp?o.source:o,s),e=!!~M(s,"g"),r=!!~M(s,"u"),n.lastIndex=u(o.lastIndex),new _(n,i,e,r)};return t({target:"String",proto:!0,forced:C},{matchAll:function(t){var e,r,o,u,c=i(this);if(f(t)){if(C)return k(c,t)}else{if(l(t)&&(e=a(i(d(t))),!~M(e,"g")))throw new T("`.matchAll` does not allow non-global regexes");if(C)return k(c,t);if(void 0===(o=v(t,L))&&O&&"RegExp"===s(t)&&(o=N),o)return n(o,t,c)}return r=a(c),u=new RegExp(t,"g"),O?n(N,u,r):u[L](r)}}),O||L in R||g(R,L,N),Zr}Qr||(Qr=1,fo());var so,lo,vo,po,go,yo,ho,mo,wo,bo,xo,So,Eo,Oo,Lo,Ao,jo,Io,Po,Ro={};function To(){if(yo)return go;yo=1;var t=cn(),n=wr(),e=On().f,r=t("unscopables"),o=Array.prototype;return void 0===o[r]&&e(o,r,{configurable:!0,value:n(null)}),go=function(t){o[r][t]=!0}}function Mo(){if(bo)return wo;bo=1;var t=mt();return wo=function(n){return t(n)||null===n}}function ko(){if(So)return xo;So=1;var t=Mo(),n=String,e=TypeError;return xo=function(r){if(t(r))return r;throw new e("Can't set "+n(r)+" as a prototype")}}function Co(){if(Oo)return Eo;Oo=1;var t=function(){if(mo)return ho;mo=1;var t=h(),n=At();return ho=function(e,r,o){try{return t(n(Object.getOwnPropertyDescriptor(e,r)[o]))}catch(t){}}}(),n=mt(),e=gt(),r=ko();return Eo=Object.setPrototypeOf||("__proto__"in{}?function(){var o,i=!1,u={};try{(o=t(Object.prototype,"__proto__","set"))(u,[]),i=u instanceof Array}catch(t){}return function(t,u){return e(t),r(u),n(t)?(i?o(t,u):t.__proto__=u,t):t}}():void 0)}function _o(){if(Io)return jo;Io=1;var t=yt(),n=To(),e=ro(),r=Wn(),o=On().f,i=function(){if(Ao)return Lo;Ao=1;var t=ze(),n=y(),e=tn(),r=Bn(),o=ht(),i=oo(),u=to(),a=Co(),c=eo(),f=Ln(),s=Hn(),l=cn(),d=ro(),v=no(),p=r.PROPER,g=r.CONFIGURABLE,h=v.IteratorPrototype,m=v.BUGGY_SAFARI_ITERATORS,w=l("iterator"),b="keys",x="values",S="entries",E=function(){return this};return Lo=function(r,l,v,y,O,L,A){i(v,l,y);var j,I,P,R=function(t){if(t===O&&_)return _;if(!m&&t&&t in k)return k[t];switch(t){case b:case x:case S:return function(){return new v(this,t)}}return function(){return new v(this)}},T=l+" Iterator",M=!1,k=r.prototype,C=k[w]||k["@@iterator"]||O&&k[O],_=!m&&C||R(O),N="Array"===l&&k.entries||C;if(N&&(j=u(N.call(new r)))!==Object.prototype&&j.next&&(e||u(j)===h||(a?a(j,h):o(j[w])||s(j,w,E)),c(j,T,!0,!0),e&&(d[T]=E)),p&&O===x&&C&&C.name!==x&&(!e&&g?f(k,"name",x):(M=!0,_=function(){return n(C,this)})),O)if(I={values:R(x),keys:L?_:R(b),entries:R(S)},A)for(P in I)(m||M||!(P in k))&&s(k,P,I[P]);else t({target:l,proto:!0,forced:m||M},I);return e&&!A||k[w]===_||s(k,w,_,{name:O}),d[l]=_,I}}(),u=io(),a=tn(),c=L(),f="Array Iterator",s=r.set,l=r.getterFor(f);jo=i(Array,"Array",(function(n,e){s(this,{type:f,target:t(n),index:0,kind:e})}),(function(){var t=l(this),n=t.target,e=t.index++;if(!n||e>=n.length)return t.target=null,u(void 0,!0);switch(t.kind){case"keys":return u(e,!1);case"values":return u(n[e],!1)}return u([e,n[e]],!1)}),"values");var d=e.Arguments=e.Array;if(n("keys"),n("values"),n("entries"),!a&&c&&"values"!==d.name)try{o(d,"name",{value:"values"})}catch(t){}return jo}!function(){if(Po)return Ro;Po=1;var t=x(),n=lo?so:(lo=1,so={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}),e=function(){if(po)return vo;po=1;var t=ln()("span").classList,n=t&&t.constructor&&t.constructor.prototype;return vo=n===Object.prototype?void 0:n}(),r=_o(),o=Ln(),i=eo(),u=cn()("iterator"),a=r.values,c=function(t,e){if(t){if(t[u]!==a)try{o(t,u,a)}catch(n){t[u]=a}if(i(t,e,!0),n[e])for(var c in r)if(t[c]!==r[c])try{o(t,c,r[c])}catch(n){t[c]=r[c]}}};for(var f in n)c(t[f]&&t[f].prototype,f);c(e,"DOMTokenList")}();var No,Do={exports:{}};var Fo=e((No||(No=1,function(t,n){var e;e=function(){return function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}return e.m=t,e.c=n,e.p="",e(0)}([function(t,n){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,n=null,e="initial",r=e,o=Date.now(),i=!1,u=["button","input","select","textarea"],a=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,d={x:null,y:null},v={2:"touch",3:"touch",4:"mouse"},p=!1;try{var g=Object.defineProperty({},"passive",{get:function(){p=!0}});window.addEventListener("test",null,g)}catch(t){}var y=function(){var t=!p||{passive:!0,capture:!0};document.addEventListener("DOMContentLoaded",h,!0),window.PointerEvent?(window.addEventListener("pointerdown",m,!0),window.addEventListener("pointermove",b,!0)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m,!0),window.addEventListener("MSPointerMove",b,!0)):(window.addEventListener("mousedown",m,!0),window.addEventListener("mousemove",b,!0),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m,!0))),window.addEventListener(A(),b,t),window.addEventListener("keydown",m,!0),window.addEventListener("keyup",m,!0),window.addEventListener("focusin",x,!0),window.addEventListener("focusout",S,!0)},h=function(){if(i=!("false"===t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(e=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var n=t.which,o=s[t.type];"pointer"===o&&(o=O(t));var i=!f.length&&-1===c.indexOf(n),a=f.length&&-1!==f.indexOf(n),l="keyboard"===o&&n&&(i||a)||"mouse"===o||"touch"===o;if(L(o)&&(l=!1),l&&e!==o&&(E("input",e=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===u.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!P(d,"form"))&&(E("intent",r=o),w("intent"))}},w=function(n){t.setAttribute("data-what"+n,"input"===n?e:r),j(n)},b=function(t){var n=s[t.type];"pointer"===n&&(n=O(t)),I(t),(!l&&!L(n)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==n&&(E("intent",r=n),w("intent"))},x=function(e){e.target.nodeName?(n=e.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",n),e.target.classList&&e.target.classList.length&&t.setAttribute("data-whatclasses",e.target.classList.toString().replace(" ",","))):S()},S=function(){n=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},E=function(t,n){if(i)try{window.sessionStorage.setItem("what-"+t,n)}catch(t){}},O=function(t){return"number"==typeof t.pointerType?v[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},L=function(t){var n=Date.now(),r="mouse"===t&&"touch"===e&&n-o<200;return o=n,r},A=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},j=function(t){for(var n=0,o=a.length;n<o;n++)a[n].type===t&&a[n].fn.call(void 0,"input"===t?e:r)},I=function(t){d.x!==t.screenX||d.y!==t.screenY?(l=!1,d.x=t.screenX,d.y=t.screenY):l=!0},P=function(t,n){var e=window.Element.prototype;if(e.matches||(e.matches=e.msMatchesSelector||e.webkitMatchesSelector),e.closest)return t.closest(n);do{if(t.matches(n))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[A()]="mouse",y()),{ask:function(t){return"intent"===t?r:e},element:function(){return n},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,n){a.push({fn:t,type:n||"input"})},unRegisterOnChange:function(t){var n=function(t){for(var n=0,e=a.length;n<e;n++)if(a[n].fn===t)return n}(t);(n||0===n)&&a.splice(n,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},t.exports=e()}(Do)),Do.exports));n.setTimeout,n.clearTimeout;var $o=n.performance||{};$o.now||$o.mozNow||$o.msNow||$o.oNow||$o.webkitNow;const Go="Mac|iPad|iPhone|iPod",zo="Linux";var Bo,Ko,Uo,Vo,Wo,Yo,Ho,Xo;function qo(){const t=()=>{if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp(Go))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp(zo))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}"undefined"!=typeof navigator&&/edge/i.test(null===(Bo=navigator)||void 0===Bo?void 0:Bo.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(Ko=navigator)||void 0===Ko?void 0:Ko.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(Uo=navigator)||void 0===Uo?void 0:Uo.userAgent)&&/chrome/i.test(null===(Vo=navigator)||void 0===Vo?void 0:Vo.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Wo=navigator)||void 0===Wo?void 0:Wo.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Yo=navigator)||void 0===Yo?void 0:Yo.userAgent),"undefined"!=typeof navigator&&new RegExp(Go,"i").test(null===(Ho=navigator)||void 0===Ho?void 0:Ho.platform),"undefined"!=typeof navigator&&new RegExp(zo,"i").test(null===(Xo=navigator)||void 0===Xo?void 0:Xo.platform),function(){try{0}catch(t){console.error(t)}}(),function(){if("undefined"!=typeof window){class t{get version(){return"10.72.1"}}window.Eufemia=new t}}(),Fo.specificKeys([9]),qo(),t.defineNavigator=qo,t.isTouchDevice=function(){if("undefined"!=typeof document){let t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1}}));
1
+ !function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).dnbBasis={})}(this,(function(t){"use strict";var n="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function e(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var r,o,i,u,a,c,f,s,l,d,v={};function p(){return o?r:(o=1,r=function(t){try{return!!t()}catch(t){return!0}})}function g(){if(u)return i;u=1;var t=p();return i=!t((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))}function y(){if(s)return f;s=1;var t=g(),n=Function.prototype.call;return f=t?n.bind(n):function(){return n.apply(n,arguments)},f}function h(){if(d)return l;d=1;var t=g(),n=Function.prototype,e=n.call,r=t&&n.bind.bind(e,e);return l=t?r:function(t){return function(){return e.apply(t,arguments)}},l}var m,w,b={};function x(){if(w)return m;w=1;var t=function(t){return t&&t.Math===Math&&t};return m=t("object"==typeof globalThis&&globalThis)||t("object"==typeof window&&window)||t("object"==typeof self&&self)||t("object"==typeof n&&n)||t("object"==typeof this&&this)||function(){return this}()||Function("return this")()}var S,E,O={};function L(){if(E)return S;E=1;var t=p();return S=!t((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}var A,j,I,P,R,T,M,k,C,_,N,D,F,$,G,z,B,K,U,V,W,Y,H,X,q,J,Q,Z,tt,nt,et,rt,ot,it,ut,at,ct,ft,st,lt={};function dt(){return I?j:(I=1,j=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}})}function vt(){if(R)return P;R=1;var t=h(),n=t({}.toString),e=t("".slice);return P=function(t){return e(n(t),8,-1)}}function pt(){return C?k:(C=1,k=function(t){return null==t})}function gt(){if(N)return _;N=1;var t=pt(),n=TypeError;return _=function(e){if(t(e))throw new n("Can't call method on "+e);return e}}function yt(){if(F)return D;F=1;var t=function(){if(M)return T;M=1;var t=h(),n=p(),e=vt(),r=Object,o=t("".split);return T=n((function(){return!r("z").propertyIsEnumerable(0)}))?function(t){return"String"===e(t)?o(t,""):r(t)}:r}(),n=gt();return D=function(e){return t(n(e))}}function ht(){if(G)return $;G=1;var t="object"==typeof document&&document.all;return $=void 0===t&&void 0!==t?function(n){return"function"==typeof n||n===t}:function(t){return"function"==typeof t}}function mt(){if(B)return z;B=1;var t=ht();return z=function(n){return"object"==typeof n?null!==n:t(n)}}function wt(){if(U)return K;U=1;var t=x(),n=ht();return K=function(e,r){return arguments.length<2?(o=t[e],n(o)?o:void 0):t[e]&&t[e][r];var o},K}function bt(){if(W)return V;W=1;var t=h();return V=t({}.isPrototypeOf)}function xt(){if(q)return X;q=1;var t,n,e=x(),r=function(){if(H)return Y;H=1;var t=x().navigator,n=t&&t.userAgent;return Y=n?String(n):""}(),o=e.process,i=e.Deno,u=o&&o.versions||i&&i.version,a=u&&u.v8;return a&&(n=(t=a.split("."))[0]>0&&t[0]<4?1:+(t[0]+t[1])),!n&&r&&(!(t=r.match(/Edge\/(\d+)/))||t[1]>=74)&&(t=r.match(/Chrome\/(\d+)/))&&(n=+t[1]),X=n}function St(){if(Q)return J;Q=1;var t=xt(),n=p(),e=x().String;return J=!!Object.getOwnPropertySymbols&&!n((function(){var n=Symbol("symbol detection");return!e(n)||!(Object(n)instanceof Symbol)||!Symbol.sham&&t&&t<41}))}function Et(){if(tt)return Z;tt=1;var t=St();return Z=t&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function Ot(){if(et)return nt;et=1;var t=wt(),n=ht(),e=bt(),r=Et(),o=Object;return nt=r?function(t){return"symbol"==typeof t}:function(r){var i=t("Symbol");return n(i)&&e(i.prototype,o(r))}}function Lt(){if(ot)return rt;ot=1;var t=String;return rt=function(n){try{return t(n)}catch(t){return"Object"}}}function At(){if(ut)return it;ut=1;var t=ht(),n=Lt(),e=TypeError;return it=function(r){if(t(r))return r;throw new e(n(r)+" is not a function")}}function jt(){if(ct)return at;ct=1;var t=At(),n=pt();return at=function(e,r){var o=e[r];return n(o)?void 0:t(o)}}function It(){if(st)return ft;st=1;var t=y(),n=ht(),e=mt(),r=TypeError;return ft=function(o,i){var u,a;if("string"===i&&n(u=o.toString)&&!e(a=t(u,o)))return a;if(n(u=o.valueOf)&&!e(a=t(u,o)))return a;if("string"!==i&&n(u=o.toString)&&!e(a=t(u,o)))return a;throw new r("Can't convert object to primitive value")}}var Pt,Rt,Tt,Mt,kt,Ct,_t,Nt,Dt,Ft,$t,Gt,zt,Bt,Kt,Ut,Vt,Wt,Yt,Ht,Xt,qt,Jt,Qt,Zt={exports:{}};function tn(){return Rt?Pt:(Rt=1,Pt=!1)}function nn(){if(Mt)return Tt;Mt=1;var t=x(),n=Object.defineProperty;return Tt=function(e,r){try{n(t,e,{value:r,configurable:!0,writable:!0})}catch(n){t[e]=r}return r}}function en(){if(kt)return Zt.exports;kt=1;var t=tn(),n=x(),e=nn(),r="__core-js_shared__",o=Zt.exports=n[r]||e(r,{});return(o.versions||(o.versions=[])).push({version:"3.41.0",mode:t?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"}),Zt.exports}function rn(){if(_t)return Ct;_t=1;var t=en();return Ct=function(n,e){return t[n]||(t[n]=e||{})}}function on(){if(Dt)return Nt;Dt=1;var t=gt(),n=Object;return Nt=function(e){return n(t(e))}}function un(){if($t)return Ft;$t=1;var t=h(),n=on(),e=t({}.hasOwnProperty);return Ft=Object.hasOwn||function(t,r){return e(n(t),r)}}function an(){if(zt)return Gt;zt=1;var t=h(),n=0,e=Math.random(),r=t(1..toString);return Gt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+r(++n+e,36)}}function cn(){if(Kt)return Bt;Kt=1;var t=x(),n=rn(),e=un(),r=an(),o=St(),i=Et(),u=t.Symbol,a=n("wks"),c=i?u.for||u:u&&u.withoutSetter||r;return Bt=function(t){return e(a,t)||(a[t]=o&&e(u,t)?u[t]:c("Symbol."+t)),a[t]}}function fn(){if(Vt)return Ut;Vt=1;var t=y(),n=mt(),e=Ot(),r=jt(),o=It(),i=cn(),u=TypeError,a=i("toPrimitive");return Ut=function(i,c){if(!n(i)||e(i))return i;var f,s=r(i,a);if(s){if(void 0===c&&(c="default"),f=t(s,i,c),!n(f)||e(f))return f;throw new u("Can't convert object to primitive value")}return void 0===c&&(c="number"),o(i,c)}}function sn(){if(Yt)return Wt;Yt=1;var t=fn(),n=Ot();return Wt=function(e){var r=t(e,"string");return n(r)?r:r+""}}function ln(){if(Xt)return Ht;Xt=1;var t=x(),n=mt(),e=t.document,r=n(e)&&n(e.createElement);return Ht=function(t){return r?e.createElement(t):{}}}function dn(){if(Jt)return qt;Jt=1;var t=L(),n=p(),e=ln();return qt=!t&&!n((function(){return 7!==Object.defineProperty(e("div"),"a",{get:function(){return 7}}).a}))}function vn(){if(Qt)return O;Qt=1;var t=L(),n=y(),e=function(){if(A)return lt;A=1;var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,e=n&&!t.call({1:2},1);return lt.f=e?function(t){var e=n(this,t);return!!e&&e.enumerable}:t,lt}(),r=dt(),o=yt(),i=sn(),u=un(),a=dn(),c=Object.getOwnPropertyDescriptor;return O.f=t?c:function(t,f){if(t=o(t),f=i(f),a)try{return c(t,f)}catch(t){}if(u(t,f))return r(!n(e.f,t,f),t[f])},O}var pn,gn,yn,hn,mn,wn,bn,xn={};function Sn(){if(gn)return pn;gn=1;var t=L(),n=p();return pn=t&&n((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}function En(){if(hn)return yn;hn=1;var t=mt(),n=String,e=TypeError;return yn=function(r){if(t(r))return r;throw new e(n(r)+" is not an object")}}function On(){if(mn)return xn;mn=1;var t=L(),n=dn(),e=Sn(),r=En(),o=sn(),i=TypeError,u=Object.defineProperty,a=Object.getOwnPropertyDescriptor,c="enumerable",f="configurable",s="writable";return xn.f=t?e?function(t,n,e){if(r(t),n=o(n),r(e),"function"==typeof t&&"prototype"===n&&"value"in e&&s in e&&!e[s]){var i=a(t,n);i&&i[s]&&(t[n]=e.value,e={configurable:f in e?e[f]:i[f],enumerable:c in e?e[c]:i[c],writable:!1})}return u(t,n,e)}:u:function(t,e,a){if(r(t),e=o(e),r(a),n)try{return u(t,e,a)}catch(t){}if("get"in a||"set"in a)throw new i("Accessors not supported");return"value"in a&&(t[e]=a.value),t},xn}function Ln(){if(bn)return wn;bn=1;var t=L(),n=On(),e=dt();return wn=t?function(t,r,o){return n.f(t,r,e(1,o))}:function(t,n,e){return t[n]=e,t}}var An,jn,In,Pn,Rn,Tn,Mn,kn,Cn,_n,Nn,Dn,Fn,$n,Gn,zn={exports:{}};function Bn(){if(jn)return An;jn=1;var t=L(),n=un(),e=Function.prototype,r=t&&Object.getOwnPropertyDescriptor,o=n(e,"name"),i=o&&"something"===function(){}.name,u=o&&(!t||t&&r(e,"name").configurable);return An={EXISTS:o,PROPER:i,CONFIGURABLE:u}}function Kn(){if(Pn)return In;Pn=1;var t=h(),n=ht(),e=en(),r=t(Function.toString);return n(e.inspectSource)||(e.inspectSource=function(t){return r(t)}),In=e.inspectSource}function Un(){if(kn)return Mn;kn=1;var t=rn(),n=an(),e=t("keys");return Mn=function(t){return e[t]||(e[t]=n(t))}}function Vn(){return _n?Cn:(_n=1,Cn={})}function Wn(){if(Dn)return Nn;Dn=1;var t,n,e,r=function(){if(Tn)return Rn;Tn=1;var t=x(),n=ht(),e=t.WeakMap;return Rn=n(e)&&/native code/.test(String(e))}(),o=x(),i=mt(),u=Ln(),a=un(),c=en(),f=Un(),s=Vn(),l="Object already initialized",d=o.TypeError,v=o.WeakMap;if(r||c.state){var p=c.state||(c.state=new v);p.get=p.get,p.has=p.has,p.set=p.set,t=function(t,n){if(p.has(t))throw new d(l);return n.facade=t,p.set(t,n),n},n=function(t){return p.get(t)||{}},e=function(t){return p.has(t)}}else{var g=f("state");s[g]=!0,t=function(t,n){if(a(t,g))throw new d(l);return n.facade=t,u(t,g,n),n},n=function(t){return a(t,g)?t[g]:{}},e=function(t){return a(t,g)}}return Nn={set:t,get:n,has:e,enforce:function(r){return e(r)?n(r):t(r,{})},getterFor:function(t){return function(e){var r;if(!i(e)||(r=n(e)).type!==t)throw new d("Incompatible receiver, "+t+" required");return r}}}}function Yn(){if(Fn)return zn.exports;Fn=1;var t=h(),n=p(),e=ht(),r=un(),o=L(),i=Bn().CONFIGURABLE,u=Kn(),a=Wn(),c=a.enforce,f=a.get,s=String,l=Object.defineProperty,d=t("".slice),v=t("".replace),g=t([].join),y=o&&!n((function(){return 8!==l((function(){}),"length",{value:8}).length})),m=String(String).split("String"),w=zn.exports=function(t,n,e){"Symbol("===d(s(n),0,7)&&(n="["+v(s(n),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),e&&e.getter&&(n="get "+n),e&&e.setter&&(n="set "+n),(!r(t,"name")||i&&t.name!==n)&&(o?l(t,"name",{value:n,configurable:!0}):t.name=n),y&&e&&r(e,"arity")&&t.length!==e.arity&&l(t,"length",{value:e.arity});try{e&&r(e,"constructor")&&e.constructor?o&&l(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var u=c(t);return r(u,"source")||(u.source=g(m,"string"==typeof n?n:"")),t};return Function.prototype.toString=w((function(){return e(this)&&f(this).source||u(this)}),"toString"),zn.exports}function Hn(){if(Gn)return $n;Gn=1;var t=ht(),n=On(),e=Yn(),r=nn();return $n=function(o,i,u,a){a||(a={});var c=a.enumerable,f=void 0!==a.name?a.name:i;if(t(u)&&e(u,f,a),a.global)c?o[i]=u:r(i,u);else{try{a.unsafe?o[i]&&(c=!0):delete o[i]}catch(t){}c?o[i]=u:n.f(o,i,{value:u,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return o}}var Xn,qn,Jn,Qn,Zn,te,ne,ee,re,oe,ie,ue,ae,ce,fe,se,le,de={};function ve(){if(Qn)return Jn;Qn=1;var t=function(){if(qn)return Xn;qn=1;var t=Math.ceil,n=Math.floor;return Xn=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}}();return Jn=function(n){var e=+n;return e!=e||0===e?0:t(e)}}function pe(){if(te)return Zn;te=1;var t=ve(),n=Math.max,e=Math.min;return Zn=function(r,o){var i=t(r);return i<0?n(i+o,0):e(i,o)}}function ge(){if(ee)return ne;ee=1;var t=ve(),n=Math.min;return ne=function(e){var r=t(e);return r>0?n(r,9007199254740991):0}}function ye(){if(oe)return re;oe=1;var t=ge();return re=function(n){return t(n.length)}}function he(){if(ce)return ae;ce=1;var t=h(),n=un(),e=yt(),r=function(){if(ue)return ie;ue=1;var t=yt(),n=pe(),e=ye(),r=function(r){return function(o,i,u){var a=t(o),c=e(a);if(0===c)return!r&&-1;var f,s=n(u,c);if(r&&i!=i){for(;c>s;)if((f=a[s++])!=f)return!0}else for(;c>s;s++)if((r||s in a)&&a[s]===i)return r||s||0;return!r&&-1}};return ie={includes:r(!0),indexOf:r(!1)}}().indexOf,o=Vn(),i=t([].push);return ae=function(t,u){var a,c=e(t),f=0,s=[];for(a in c)!n(o,a)&&n(c,a)&&i(s,a);for(;u.length>f;)n(c,a=u[f++])&&(~r(s,a)||i(s,a));return s}}function me(){return se?fe:(se=1,fe=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"])}var we,be,xe,Se,Ee,Oe,Le,Ae,je,Ie,Pe,Re,Te,Me,ke,Ce,_e,Ne,De,Fe={};function $e(){if(xe)return be;xe=1;var t=wt(),n=h(),e=function(){if(le)return de;le=1;var t=he(),n=me().concat("length","prototype");return de.f=Object.getOwnPropertyNames||function(e){return t(e,n)},de}(),r=(we||(we=1,Fe.f=Object.getOwnPropertySymbols),Fe),o=En(),i=n([].concat);return be=t("Reflect","ownKeys")||function(t){var n=e.f(o(t)),u=r.f;return u?i(n,u(t)):n}}function Ge(){if(Ee)return Se;Ee=1;var t=un(),n=$e(),e=vn(),r=On();return Se=function(o,i,u){for(var a=n(i),c=r.f,f=e.f,s=0;s<a.length;s++){var l=a[s];t(o,l)||u&&t(u,l)||c(o,l,f(i,l))}}}function ze(){if(je)return Ae;je=1;var t=x(),n=vn().f,e=Ln(),r=Hn(),o=nn(),i=Ge(),u=function(){if(Le)return Oe;Le=1;var t=p(),n=ht(),e=/#|\.prototype\./,r=function(e,r){var c=i[o(e)];return c===a||c!==u&&(n(r)?t(r):!!r)},o=r.normalize=function(t){return String(t).replace(e,".").toLowerCase()},i=r.data={},u=r.NATIVE="N",a=r.POLYFILL="P";return Oe=r}();return Ae=function(a,c){var f,s,l,d,v,p=a.target,g=a.global,y=a.stat;if(f=g?t:y?t[p]||o(p,{}):t[p]&&t[p].prototype)for(s in c){if(d=c[s],l=a.dontCallGetSet?(v=n(f,s))&&v.value:f[s],!u(g?s:p+(y?".":"#")+s,a.forced)&&void 0!==l){if(typeof d==typeof l)continue;i(d,l)}(a.sham||l&&l.sham)&&e(d,"sham",!0),r(f,s,d,a)}}}function Be(){if(Te)return Re;Te=1;var t=function(){if(Pe)return Ie;Pe=1;var t={};return t[cn()("toStringTag")]="z",Ie="[object z]"===String(t)}(),n=ht(),e=vt(),r=cn()("toStringTag"),o=Object,i="Arguments"===e(function(){return arguments}());return Re=t?e:function(t){var u,a,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(a=function(t,n){try{return t[n]}catch(t){}}(u=o(t),r))?a:i?e(u):"Object"===(c=e(u))&&n(u.callee)?"Arguments":c}}function Ke(){if(ke)return Me;ke=1;var t=Be(),n=String;return Me=function(e){if("Symbol"===t(e))throw new TypeError("Cannot convert a Symbol value to a string");return n(e)}}function Ue(){if(_e)return Ce;_e=1;var t=En();return Ce=function(){var n=t(this),e="";return n.hasIndices&&(e+="d"),n.global&&(e+="g"),n.ignoreCase&&(e+="i"),n.multiline&&(e+="m"),n.dotAll&&(e+="s"),n.unicode&&(e+="u"),n.unicodeSets&&(e+="v"),n.sticky&&(e+="y"),e}}var Ve,We,Ye,He,Xe,qe,Je,Qe,Ze,tr,nr,er,rr,or,ir,ur,ar,cr,fr,sr,lr,dr,vr,pr,gr,yr={};function hr(){if(We)return Ve;We=1;var t=he(),n=me();return Ve=Object.keys||function(e){return t(e,n)}}function mr(){if(Xe)return He;Xe=1;var t=wt();return He=t("document","documentElement")}function wr(){if(Je)return qe;Je=1;var t,n=En(),e=function(){if(Ye)return yr;Ye=1;var t=L(),n=Sn(),e=On(),r=En(),o=yt(),i=hr();return yr.f=t&&!n?Object.defineProperties:function(t,n){r(t);for(var u,a=o(n),c=i(n),f=c.length,s=0;f>s;)e.f(t,u=c[s++],a[u]);return t},yr}(),r=me(),o=Vn(),i=mr(),u=ln(),a=Un(),c="prototype",f="script",s=a("IE_PROTO"),l=function(){},d=function(t){return"<"+f+">"+t+"</"+f+">"},v=function(t){t.write(d("")),t.close();var n=t.parentWindow.Object;return t=null,n},p=function(){try{t=new ActiveXObject("htmlfile")}catch(t){}var n,e,o;p="undefined"!=typeof document?document.domain&&t?v(t):(e=u("iframe"),o="java"+f+":",e.style.display="none",i.appendChild(e),e.src=String(o),(n=e.contentWindow.document).open(),n.write(d("document.F=Object")),n.close(),n.F):v(t);for(var a=r.length;a--;)delete p[c][r[a]];return p()};return o[s]=!0,qe=Object.create||function(t,r){var o;return null!==t?(l[c]=n(t),o=new l,l[c]=null,o[s]=t):o=p(),void 0===r?o:e.f(o,r)}}function br(){if(rr)return er;rr=1;var t,n,e=y(),r=h(),o=Ke(),i=Ue(),u=function(){if(De)return Ne;De=1;var t=p(),n=x().RegExp,e=t((function(){var t=n("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),r=e||t((function(){return!n("a","y").sticky})),o=e||t((function(){var t=n("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));return Ne={BROKEN_CARET:o,MISSED_STICKY:r,UNSUPPORTED_Y:e}}(),a=rn(),c=wr(),f=Wn().get,s=function(){if(Ze)return Qe;Ze=1;var t=p(),n=x().RegExp;return Qe=t((function(){var t=n(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))}(),l=function(){if(nr)return tr;nr=1;var t=p(),n=x().RegExp;return tr=t((function(){var t=n("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))}(),d=a("native-string-replace",String.prototype.replace),v=RegExp.prototype.exec,g=v,m=r("".charAt),w=r("".indexOf),b=r("".replace),S=r("".slice),E=(n=/b*/g,e(v,t=/a/,"a"),e(v,n,"a"),0!==t.lastIndex||0!==n.lastIndex),O=u.BROKEN_CARET,L=void 0!==/()??/.exec("")[1];return(E||L||O||s||l)&&(g=function(t){var n,r,u,a,s,l,p,y=this,h=f(y),x=o(t),A=h.raw;if(A)return A.lastIndex=y.lastIndex,n=e(g,A,x),y.lastIndex=A.lastIndex,n;var j=h.groups,I=O&&y.sticky,P=e(i,y),R=y.source,T=0,M=x;if(I&&(P=b(P,"y",""),-1===w(P,"g")&&(P+="g"),M=S(x,y.lastIndex),y.lastIndex>0&&(!y.multiline||y.multiline&&"\n"!==m(x,y.lastIndex-1))&&(R="(?: "+R+")",M=" "+M,T++),r=new RegExp("^(?:"+R+")",P)),L&&(r=new RegExp("^"+R+"$(?!\\s)",P)),E&&(u=y.lastIndex),a=e(v,I?r:y,M),I?a?(a.input=S(a.input,T),a[0]=S(a[0],T),a.index=y.lastIndex,y.lastIndex+=a[0].length):y.lastIndex=0:E&&a&&(y.lastIndex=y.global?a.index+a[0].length:u),L&&a&&a.length>1&&e(d,a[0],r,(function(){for(s=1;s<arguments.length-2;s++)void 0===arguments[s]&&(a[s]=void 0)})),a&&j)for(a.groups=l=c(null),s=0;s<j.length;s++)l[(p=j[s])[0]]=a[p[1]];return a}),er=g}function xr(){if(ur)return ir;ur=1,function(){if(or)return b;or=1;var t=ze(),n=br();t({target:"RegExp",proto:!0,forced:/./.exec!==n},{exec:n})}();var t=y(),n=Hn(),e=br(),r=p(),o=cn(),i=Ln(),u=o("species"),a=RegExp.prototype;return ir=function(c,f,s,l){var d=o(c),v=!r((function(){var t={};return t[d]=function(){return 7},7!==""[c](t)})),p=v&&!r((function(){var t=!1,n=/a/;return"split"===c&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[d]=/./[d]),n.exec=function(){return t=!0,null},n[d](""),!t}));if(!v||!p||s){var g=/./[d],y=f(d,""[c],(function(n,r,o,i,u){var c=r.exec;return c===e||c===a.exec?v&&!u?{done:!0,value:t(g,r,o,i)}:{done:!0,value:t(n,o,r,i)}:{done:!1}}));n(String.prototype,c,y[0]),n(a,d,y[1])}l&&i(a[d],"sham",!0)}}function Sr(){if(sr)return fr;sr=1;var t=function(){if(cr)return ar;cr=1;var t=h(),n=ve(),e=Ke(),r=gt(),o=t("".charAt),i=t("".charCodeAt),u=t("".slice),a=function(t){return function(a,c){var f,s,l=e(r(a)),d=n(c),v=l.length;return d<0||d>=v?t?"":void 0:(f=i(l,d))<55296||f>56319||d+1===v||(s=i(l,d+1))<56320||s>57343?t?o(l,d):f:t?u(l,d,d+2):s-56320+(f-55296<<10)+65536}};return ar={codeAt:a(!1),charAt:a(!0)}}().charAt;return fr=function(n,e,r){return e+(r?t(n,e).length:1)}}function Er(){if(dr)return lr;dr=1;var t=h(),n=on(),e=Math.floor,r=t("".charAt),o=t("".replace),i=t("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;return lr=function(t,c,f,s,l,d){var v=f+t.length,p=s.length,g=a;return void 0!==l&&(l=n(l),g=u),o(d,g,(function(n,o){var u;switch(r(o,0)){case"$":return"$";case"&":return t;case"`":return i(c,0,f);case"'":return i(c,v);case"<":u=l[i(o,1,-1)];break;default:var a=+o;if(0===a)return n;if(a>p){var d=e(a/10);return 0===d?n:d<=p?void 0===s[d-1]?r(o,1):s[d-1]+r(o,1):n}u=s[a-1]}return void 0===u?"":u}))}}function Or(){if(pr)return vr;pr=1;var t=y(),n=En(),e=ht(),r=vt(),o=br(),i=TypeError;return vr=function(u,a){var c=u.exec;if(e(c)){var f=t(c,u,a);return null!==f&&n(f),f}if("RegExp"===r(u))return t(o,u,a);throw new i("RegExp#exec called on incompatible receiver")}}!function(){if(gr)return v;gr=1;var t=function(){if(c)return a;c=1;var t=g(),n=Function.prototype,e=n.apply,r=n.call;return a="object"==typeof Reflect&&Reflect.apply||(t?r.bind(e):function(){return r.apply(e,arguments)}),a}(),n=y(),e=h(),r=xr(),o=p(),i=En(),u=ht(),f=pt(),s=ve(),l=ge(),d=Ke(),m=gt(),w=Sr(),b=jt(),x=Er(),S=Or(),E=cn()("replace"),O=Math.max,L=Math.min,A=e([].concat),j=e([].push),I=e("".indexOf),P=e("".slice),R="$0"==="a".replace(/./,"$0"),T=!!/./[E]&&""===/./[E]("a","$0");r("replace",(function(e,r,o){var a=T?"$":"$0";return[function(t,e){var o=m(this),i=f(t)?void 0:b(t,E);return i?n(i,t,o,e):n(r,d(o),t,e)},function(n,e){var c=i(this),f=d(n);if("string"==typeof e&&-1===I(e,a)&&-1===I(e,"$<")){var v=o(r,c,f,e);if(v.done)return v.value}var p=u(e);p||(e=d(e));var g,y=c.global;y&&(g=c.unicode,c.lastIndex=0);for(var h,m=[];null!==(h=S(c,f))&&(j(m,h),y);){""===d(h[0])&&(c.lastIndex=w(f,l(c.lastIndex),g))}for(var b,E="",R=0,T=0;T<m.length;T++){for(var M,k=d((h=m[T])[0]),C=O(L(s(h.index),f.length),0),_=[],N=1;N<h.length;N++)j(_,void 0===(b=h[N])?b:String(b));var D=h.groups;if(p){var F=A([k],_,C,f);void 0!==D&&j(F,D),M=d(t(e,void 0,F))}else M=x(k,f,C,_,D,e);C>=R&&(E+=P(f,R,C)+M,R=C+k.length)}return E+P(f,R)}]}),!!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!R||T)}();var Lr,Ar,jr,Ir,Pr,Rr,Tr,Mr,kr,Cr,_r,Nr,Dr,Fr,$r,Gr,zr,Br,Kr,Ur,Vr,Wr,Yr,Hr,Xr,qr,Jr,Qr,Zr={};function to(){if(Rr)return Pr;Rr=1;var t=un(),n=ht(),e=on(),r=Un(),o=function(){if(Ir)return jr;Ir=1;var t=p();return jr=!t((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))}(),i=r("IE_PROTO"),u=Object,a=u.prototype;return Pr=o?u.getPrototypeOf:function(r){var o=e(r);if(t(o,i))return o[i];var c=o.constructor;return n(c)&&o instanceof c?c.prototype:o instanceof u?a:null}}function no(){if(Mr)return Tr;Mr=1;var t,n,e,r=p(),o=ht(),i=mt(),u=wr(),a=to(),c=Hn(),f=cn(),s=tn(),l=f("iterator"),d=!1;return[].keys&&("next"in(e=[].keys())?(n=a(a(e)))!==Object.prototype&&(t=n):d=!0),!i(t)||r((function(){var n={};return t[l].call(n)!==n}))?t={}:s&&(t=u(t)),o(t[l])||c(t,l,(function(){return this})),Tr={IteratorPrototype:t,BUGGY_SAFARI_ITERATORS:d}}function eo(){if(Cr)return kr;Cr=1;var t=On().f,n=un(),e=cn()("toStringTag");return kr=function(r,o,i){r&&!i&&(r=r.prototype),r&&!n(r,e)&&t(r,e,{configurable:!0,value:o})}}function ro(){return Nr?_r:(Nr=1,_r={})}function oo(){if(Fr)return Dr;Fr=1;var t=no().IteratorPrototype,n=wr(),e=dt(),r=eo(),o=ro(),i=function(){return this};return Dr=function(u,a,c,f){var s=a+" Iterator";return u.prototype=n(t,{next:e(+!f,c)}),r(u,s,!1,!0),o[s]=i,u}}function io(){return Gr?$r:(Gr=1,$r=function(t,n){return{value:t,done:n}})}function uo(){if(Wr)return Vr;Wr=1;var t=h(),n=p(),e=ht(),r=Be(),o=wt(),i=Kn(),u=function(){},a=o("Reflect","construct"),c=/^\s*(?:class|function)\b/,f=t(c.exec),s=!c.test(u),l=function(t){if(!e(t))return!1;try{return a(u,[],t),!0}catch(t){return!1}},d=function(t){if(!e(t))return!1;switch(r(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return s||!!f(c,i(t))}catch(t){return!0}};return d.sham=!0,Vr=!a||n((function(){var t;return l(l.call)||!l(Object)||!l((function(){t=!0}))||t}))?d:l}function ao(){if(Hr)return Yr;Hr=1;var t=uo(),n=Lt(),e=TypeError;return Yr=function(r){if(t(r))return r;throw new e(n(r)+" is not a constructor")}}function co(){if(qr)return Xr;qr=1;var t=En(),n=ao(),e=pt(),r=cn()("species");return Xr=function(o,i){var u,a=t(o).constructor;return void 0===a||e(u=t(a)[r])?i:n(u)}}function fo(){if(Jr)return Zr;Jr=1;var t=ze(),n=y(),e=function(){if(Ar)return Lr;Ar=1;var t=vt(),n=h();return Lr=function(e){if("Function"===t(e))return n(e)}}(),r=oo(),o=io(),i=gt(),u=ge(),a=Ke(),c=En(),f=pt(),s=vt(),l=function(){if(Br)return zr;Br=1;var t=mt(),n=vt(),e=cn()("match");return zr=function(r){var o;return t(r)&&(void 0!==(o=r[e])?!!o:"RegExp"===n(r))}}(),d=function(){if(Ur)return Kr;Ur=1;var t=y(),n=un(),e=bt(),r=Ue(),o=RegExp.prototype;return Kr=function(i){var u=i.flags;return void 0!==u||"flags"in o||n(i,"flags")||!e(o,i)?u:t(r,i)}}(),v=jt(),g=Hn(),m=p(),w=cn(),b=co(),x=Sr(),S=Or(),E=Wn(),O=tn(),L=w("matchAll"),A="RegExp String",j=A+" Iterator",I=E.set,P=E.getterFor(j),R=RegExp.prototype,T=TypeError,M=e("".indexOf),k=e("".matchAll),C=!!k&&!m((function(){k("a",/./)})),_=r((function(t,n,e,r){I(this,{type:j,regexp:t,string:n,global:e,unicode:r,done:!1})}),A,(function(){var t=P(this);if(t.done)return o(void 0,!0);var n=t.regexp,e=t.string,r=S(n,e);return null===r?(t.done=!0,o(void 0,!0)):t.global?(""===a(r[0])&&(n.lastIndex=x(e,u(n.lastIndex),t.unicode)),o(r,!1)):(t.done=!0,o(r,!1))})),N=function(t){var n,e,r,o=c(this),i=a(t),f=b(o,RegExp),s=a(d(o));return n=new f(f===RegExp?o.source:o,s),e=!!~M(s,"g"),r=!!~M(s,"u"),n.lastIndex=u(o.lastIndex),new _(n,i,e,r)};return t({target:"String",proto:!0,forced:C},{matchAll:function(t){var e,r,o,u,c=i(this);if(f(t)){if(C)return k(c,t)}else{if(l(t)&&(e=a(i(d(t))),!~M(e,"g")))throw new T("`.matchAll` does not allow non-global regexes");if(C)return k(c,t);if(void 0===(o=v(t,L))&&O&&"RegExp"===s(t)&&(o=N),o)return n(o,t,c)}return r=a(c),u=new RegExp(t,"g"),O?n(N,u,r):u[L](r)}}),O||L in R||g(R,L,N),Zr}Qr||(Qr=1,fo());var so,lo,vo,po,go,yo,ho,mo,wo,bo,xo,So,Eo,Oo,Lo,Ao,jo,Io,Po,Ro={};function To(){if(yo)return go;yo=1;var t=cn(),n=wr(),e=On().f,r=t("unscopables"),o=Array.prototype;return void 0===o[r]&&e(o,r,{configurable:!0,value:n(null)}),go=function(t){o[r][t]=!0}}function Mo(){if(bo)return wo;bo=1;var t=mt();return wo=function(n){return t(n)||null===n}}function ko(){if(So)return xo;So=1;var t=Mo(),n=String,e=TypeError;return xo=function(r){if(t(r))return r;throw new e("Can't set "+n(r)+" as a prototype")}}function Co(){if(Oo)return Eo;Oo=1;var t=function(){if(mo)return ho;mo=1;var t=h(),n=At();return ho=function(e,r,o){try{return t(n(Object.getOwnPropertyDescriptor(e,r)[o]))}catch(t){}}}(),n=mt(),e=gt(),r=ko();return Eo=Object.setPrototypeOf||("__proto__"in{}?function(){var o,i=!1,u={};try{(o=t(Object.prototype,"__proto__","set"))(u,[]),i=u instanceof Array}catch(t){}return function(t,u){return e(t),r(u),n(t)?(i?o(t,u):t.__proto__=u,t):t}}():void 0)}function _o(){if(Io)return jo;Io=1;var t=yt(),n=To(),e=ro(),r=Wn(),o=On().f,i=function(){if(Ao)return Lo;Ao=1;var t=ze(),n=y(),e=tn(),r=Bn(),o=ht(),i=oo(),u=to(),a=Co(),c=eo(),f=Ln(),s=Hn(),l=cn(),d=ro(),v=no(),p=r.PROPER,g=r.CONFIGURABLE,h=v.IteratorPrototype,m=v.BUGGY_SAFARI_ITERATORS,w=l("iterator"),b="keys",x="values",S="entries",E=function(){return this};return Lo=function(r,l,v,y,O,L,A){i(v,l,y);var j,I,P,R=function(t){if(t===O&&_)return _;if(!m&&t&&t in k)return k[t];switch(t){case b:case x:case S:return function(){return new v(this,t)}}return function(){return new v(this)}},T=l+" Iterator",M=!1,k=r.prototype,C=k[w]||k["@@iterator"]||O&&k[O],_=!m&&C||R(O),N="Array"===l&&k.entries||C;if(N&&(j=u(N.call(new r)))!==Object.prototype&&j.next&&(e||u(j)===h||(a?a(j,h):o(j[w])||s(j,w,E)),c(j,T,!0,!0),e&&(d[T]=E)),p&&O===x&&C&&C.name!==x&&(!e&&g?f(k,"name",x):(M=!0,_=function(){return n(C,this)})),O)if(I={values:R(x),keys:L?_:R(b),entries:R(S)},A)for(P in I)(m||M||!(P in k))&&s(k,P,I[P]);else t({target:l,proto:!0,forced:m||M},I);return e&&!A||k[w]===_||s(k,w,_,{name:O}),d[l]=_,I}}(),u=io(),a=tn(),c=L(),f="Array Iterator",s=r.set,l=r.getterFor(f);jo=i(Array,"Array",(function(n,e){s(this,{type:f,target:t(n),index:0,kind:e})}),(function(){var t=l(this),n=t.target,e=t.index++;if(!n||e>=n.length)return t.target=null,u(void 0,!0);switch(t.kind){case"keys":return u(e,!1);case"values":return u(n[e],!1)}return u([e,n[e]],!1)}),"values");var d=e.Arguments=e.Array;if(n("keys"),n("values"),n("entries"),!a&&c&&"values"!==d.name)try{o(d,"name",{value:"values"})}catch(t){}return jo}!function(){if(Po)return Ro;Po=1;var t=x(),n=lo?so:(lo=1,so={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}),e=function(){if(po)return vo;po=1;var t=ln()("span").classList,n=t&&t.constructor&&t.constructor.prototype;return vo=n===Object.prototype?void 0:n}(),r=_o(),o=Ln(),i=eo(),u=cn()("iterator"),a=r.values,c=function(t,e){if(t){if(t[u]!==a)try{o(t,u,a)}catch(n){t[u]=a}if(i(t,e,!0),n[e])for(var c in r)if(t[c]!==r[c])try{o(t,c,r[c])}catch(n){t[c]=r[c]}}};for(var f in n)c(t[f]&&t[f].prototype,f);c(e,"DOMTokenList")}();var No,Do={exports:{}};var Fo=e((No||(No=1,function(t,n){var e;e=function(){return function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}return e.m=t,e.c=n,e.p="",e(0)}([function(t,n){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,n=null,e="initial",r=e,o=Date.now(),i=!1,u=["button","input","select","textarea"],a=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,d={x:null,y:null},v={2:"touch",3:"touch",4:"mouse"},p=!1;try{var g=Object.defineProperty({},"passive",{get:function(){p=!0}});window.addEventListener("test",null,g)}catch(t){}var y=function(){var t=!p||{passive:!0,capture:!0};document.addEventListener("DOMContentLoaded",h,!0),window.PointerEvent?(window.addEventListener("pointerdown",m,!0),window.addEventListener("pointermove",b,!0)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m,!0),window.addEventListener("MSPointerMove",b,!0)):(window.addEventListener("mousedown",m,!0),window.addEventListener("mousemove",b,!0),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m,!0))),window.addEventListener(A(),b,t),window.addEventListener("keydown",m,!0),window.addEventListener("keyup",m,!0),window.addEventListener("focusin",x,!0),window.addEventListener("focusout",S,!0)},h=function(){if(i=!("false"===t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(e=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var n=t.which,o=s[t.type];"pointer"===o&&(o=O(t));var i=!f.length&&-1===c.indexOf(n),a=f.length&&-1!==f.indexOf(n),l="keyboard"===o&&n&&(i||a)||"mouse"===o||"touch"===o;if(L(o)&&(l=!1),l&&e!==o&&(E("input",e=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===u.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!P(d,"form"))&&(E("intent",r=o),w("intent"))}},w=function(n){t.setAttribute("data-what"+n,"input"===n?e:r),j(n)},b=function(t){var n=s[t.type];"pointer"===n&&(n=O(t)),I(t),(!l&&!L(n)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==n&&(E("intent",r=n),w("intent"))},x=function(e){e.target.nodeName?(n=e.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",n),e.target.classList&&e.target.classList.length&&t.setAttribute("data-whatclasses",e.target.classList.toString().replace(" ",","))):S()},S=function(){n=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},E=function(t,n){if(i)try{window.sessionStorage.setItem("what-"+t,n)}catch(t){}},O=function(t){return"number"==typeof t.pointerType?v[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},L=function(t){var n=Date.now(),r="mouse"===t&&"touch"===e&&n-o<200;return o=n,r},A=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},j=function(t){for(var n=0,o=a.length;n<o;n++)a[n].type===t&&a[n].fn.call(void 0,"input"===t?e:r)},I=function(t){d.x!==t.screenX||d.y!==t.screenY?(l=!1,d.x=t.screenX,d.y=t.screenY):l=!0},P=function(t,n){var e=window.Element.prototype;if(e.matches||(e.matches=e.msMatchesSelector||e.webkitMatchesSelector),e.closest)return t.closest(n);do{if(t.matches(n))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[A()]="mouse",y()),{ask:function(t){return"intent"===t?r:e},element:function(){return n},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,n){a.push({fn:t,type:n||"input"})},unRegisterOnChange:function(t){var n=function(t){for(var n=0,e=a.length;n<e;n++)if(a[n].fn===t)return n}(t);(n||0===n)&&a.splice(n,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])},t.exports=e()}(Do)),Do.exports));n.setTimeout,n.clearTimeout;var $o=n.performance||{};$o.now||$o.mozNow||$o.msNow||$o.oNow||$o.webkitNow;const Go="Mac|iPad|iPhone|iPod",zo="Linux";var Bo,Ko,Uo,Vo,Wo,Yo,Ho,Xo;function qo(){const t=()=>{if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp(Go))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp(zo))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}"undefined"!=typeof navigator&&/edge/i.test(null===(Bo=navigator)||void 0===Bo?void 0:Bo.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(Ko=navigator)||void 0===Ko?void 0:Ko.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(Uo=navigator)||void 0===Uo?void 0:Uo.userAgent)&&/chrome/i.test(null===(Vo=navigator)||void 0===Vo?void 0:Vo.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Wo=navigator)||void 0===Wo?void 0:Wo.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Yo=navigator)||void 0===Yo?void 0:Yo.userAgent),"undefined"!=typeof navigator&&new RegExp(Go,"i").test(null===(Ho=navigator)||void 0===Ho?void 0:Ho.platform),"undefined"!=typeof navigator&&new RegExp(zo,"i").test(null===(Xo=navigator)||void 0===Xo?void 0:Xo.platform),function(){try{0}catch(t){console.error(t)}}(),function(){if("undefined"!=typeof window){class t{get version(){return"10.72.2"}}window.Eufemia=new t}}(),Fo.specificKeys([9]),qo(),t.defineNavigator=qo,t.isTouchDevice=function(){if("undefined"!=typeof document){let t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1}}));