@govtechsg/sgds-web-component 0.0.4 → 0.0.5

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 (39) hide show
  1. package/Button/index.d.ts +1 -1
  2. package/Button/index.js +93 -21
  3. package/Button/index.js.map +1 -1
  4. package/Button/sgds-button.d.ts +23 -0
  5. package/Footer/index.d.ts +2 -2
  6. package/Footer/index.js +24 -15
  7. package/Footer/index.js.map +1 -1
  8. package/Footer/{footer-element.d.ts → sgds-footer.d.ts} +3 -3
  9. package/Mainnav/index.d.ts +3 -0
  10. package/{MainNav → Mainnav}/index.js +50 -34
  11. package/Mainnav/index.js.map +1 -0
  12. package/{MainNav → Mainnav}/package.json +1 -1
  13. package/{MainNav/mainnav-item.d.ts → Mainnav/sgds-mainnav-item.d.ts} +2 -2
  14. package/Mainnav/sgds-mainnav.d.ts +21 -0
  15. package/Masthead/index.d.ts +1 -1
  16. package/Masthead/index.js +17 -8
  17. package/Masthead/index.js.map +1 -1
  18. package/Masthead/{masthead-element.d.ts → sgds-masthead.d.ts} +3 -3
  19. package/Sidenav/index.d.ts +3 -0
  20. package/{SideNav → Sidenav}/index.js +35 -31
  21. package/Sidenav/index.js.map +1 -0
  22. package/{SideNav → Sidenav}/package.json +1 -1
  23. package/{SideNav/sidenav-item.d.ts → Sidenav/sgds-sidenav-item.d.ts} +2 -2
  24. package/{SideNav/sidenav-link.d.ts → Sidenav/sgds-sidenav-link.d.ts} +2 -2
  25. package/{SideNav/sidenav-element.d.ts → Sidenav/sgds-sidenav.d.ts} +2 -2
  26. package/index.d.ts +2 -2
  27. package/index.js +2300 -2224
  28. package/index.js.map +1 -1
  29. package/package.json +1 -2
  30. package/umd/index.js +2302 -2226
  31. package/umd/index.js.map +1 -1
  32. package/utils/breakpoints.d.ts +5 -0
  33. package/utils/sgds-element.d.ts +5 -0
  34. package/Button/button-element.d.ts +0 -8
  35. package/MainNav/index.d.ts +0 -2
  36. package/MainNav/index.js.map +0 -1
  37. package/MainNav/mainnav-element.d.ts +0 -27
  38. package/SideNav/index.d.ts +0 -3
  39. package/SideNav/index.js.map +0 -1
package/umd/index.js CHANGED
@@ -30,52 +30,52 @@
30
30
  * Copyright 2019 Google LLC
31
31
  * SPDX-License-Identifier: BSD-3-Clause
32
32
  */
33
- const t$3=window,e$7=t$3.ShadowRoot&&(void 0===t$3.ShadyCSS||t$3.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$5=Symbol(),n$6=new WeakMap;class o$5{constructor(t,e,n){if(this._$cssResult$=!0,n!==s$5)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e;}get styleSheet(){let t=this.o;const s=this.t;if(e$7&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=n$6.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&n$6.set(s,t));}return t}toString(){return this.cssText}}const r$3=t=>new o$5("string"==typeof t?t:t+"",void 0,s$5),i$3=(t,...e)=>{const n=1===t.length?t[0]:e.reduce(((e,s,n)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[n+1]),t[0]);return new o$5(n,t,s$5)},S$1=(s,n)=>{e$7?s.adoptedStyleSheets=n.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):n.forEach((e=>{const n=document.createElement("style"),o=t$3.litNonce;void 0!==o&&n.setAttribute("nonce",o),n.textContent=e.cssText,s.appendChild(n);}));},c$2=e$7?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r$3(e)})(t):t;
33
+ const t$3=window,e$8=t$3.ShadowRoot&&(void 0===t$3.ShadyCSS||t$3.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$5=Symbol(),n$7=new WeakMap;class o$6{constructor(t,e,n){if(this._$cssResult$=!0,n!==s$5)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e;}get styleSheet(){let t=this.o;const s=this.t;if(e$8&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=n$7.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&n$7.set(s,t));}return t}toString(){return this.cssText}}const r$3=t=>new o$6("string"==typeof t?t:t+"",void 0,s$5),i$4=(t,...e)=>{const n=1===t.length?t[0]:e.reduce(((e,s,n)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[n+1]),t[0]);return new o$6(n,t,s$5)},S$1=(s,n)=>{e$8?s.adoptedStyleSheets=n.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):n.forEach((e=>{const n=document.createElement("style"),o=t$3.litNonce;void 0!==o&&n.setAttribute("nonce",o),n.textContent=e.cssText,s.appendChild(n);}));},c$2=e$8?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r$3(e)})(t):t;
34
34
 
35
35
  /**
36
36
  * @license
37
37
  * Copyright 2017 Google LLC
38
38
  * SPDX-License-Identifier: BSD-3-Clause
39
- */var s$4;const e$6=window,r$2=e$6.trustedTypes,h$3=r$2?r$2.emptyScript:"",o$4=e$6.reactiveElementPolyfillSupport,n$5={toAttribute(t,i){switch(i){case Boolean:t=t?h$3:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,i){let s=t;switch(i){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t);}catch(t){s=null;}}return s}},a$1=(t,i)=>i!==t&&(i==i||t==t),l$3={attribute:!0,type:String,converter:n$5,reflect:!1,hasChanged:a$1};class d$1 extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u();}static addInitializer(t){var i;null!==(i=this.h)&&void 0!==i||(this.h=[]),this.h.push(t);}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((i,s)=>{const e=this._$Ep(s,i);void 0!==e&&(this._$Ev.set(e,s),t.push(e));})),t}static createProperty(t,i=l$3){if(i.state&&(i.attribute=!1),this.finalize(),this.elementProperties.set(t,i),!i.noAccessor&&!this.prototype.hasOwnProperty(t)){const s="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,s,i);void 0!==e&&Object.defineProperty(this.prototype,t,e);}}static getPropertyDescriptor(t,i,s){return {get(){return this[i]},set(e){const r=this[t];this[i]=e,this.requestUpdate(t,r,s);},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||l$3}static finalize(){if(this.hasOwnProperty("finalized"))return !1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,i=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const s of i)this.createProperty(s,t[s]);}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(i){const s=[];if(Array.isArray(i)){const e=new Set(i.flat(1/0).reverse());for(const i of e)s.unshift(c$2(i));}else void 0!==i&&s.push(c$2(i));return s}static _$Ep(t,i){const s=i.attribute;return !1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)));}addController(t){var i,s;(null!==(i=this._$ES)&&void 0!==i?i:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(s=t.hostConnected)||void 0===s||s.call(t));}removeController(t){var i;null===(i=this._$ES)||void 0===i||i.splice(this._$ES.indexOf(t)>>>0,1);}_$Eg(){this.constructor.elementProperties.forEach(((t,i)=>{this.hasOwnProperty(i)&&(this._$Ei.set(i,this[i]),delete this[i]);}));}createRenderRoot(){var t;const s=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return S$1(s,this.constructor.elementStyles),s}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostConnected)||void 0===i?void 0:i.call(t)}));}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostDisconnected)||void 0===i?void 0:i.call(t)}));}attributeChangedCallback(t,i,s){this._$AK(t,s);}_$EO(t,i,s=l$3){var e;const r=this.constructor._$Ep(t,s);if(void 0!==r&&!0===s.reflect){const h=(void 0!==(null===(e=s.converter)||void 0===e?void 0:e.toAttribute)?s.converter:n$5).toAttribute(i,s.type);this._$El=t,null==h?this.removeAttribute(r):this.setAttribute(r,h),this._$El=null;}}_$AK(t,i){var s;const e=this.constructor,r=e._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=e.getPropertyOptions(r),h="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(s=t.converter)||void 0===s?void 0:s.fromAttribute)?t.converter:n$5;this._$El=r,this[r]=h.fromAttribute(i,t.type),this._$El=null;}}requestUpdate(t,i,s){let e=!0;void 0!==t&&(((s=s||this.constructor.getPropertyOptions(t)).hasChanged||a$1)(this[t],i)?(this._$AL.has(t)||this._$AL.set(t,i),!0===s.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,s))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej());}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,i)=>this[i]=t)),this._$Ei=void 0);let i=!1;const s=this._$AL;try{i=this.shouldUpdate(s),i?(this.willUpdate(s),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostUpdate)||void 0===i?void 0:i.call(t)})),this.update(s)):this._$Ek();}catch(t){throw i=!1,this._$Ek(),t}i&&this._$AE(s);}willUpdate(t){}_$AE(t){var i;null===(i=this._$ES)||void 0===i||i.forEach((t=>{var i;return null===(i=t.hostUpdated)||void 0===i?void 0:i.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t);}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return !0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,i)=>this._$EO(i,this[i],t))),this._$EC=void 0),this._$Ek();}updated(t){}firstUpdated(t){}}d$1.finalized=!0,d$1.elementProperties=new Map,d$1.elementStyles=[],d$1.shadowRootOptions={mode:"open"},null==o$4||o$4({ReactiveElement:d$1}),(null!==(s$4=e$6.reactiveElementVersions)&&void 0!==s$4?s$4:e$6.reactiveElementVersions=[]).push("1.4.1");
39
+ */var s$4;const e$7=window,r$2=e$7.trustedTypes,h$3=r$2?r$2.emptyScript:"",o$5=e$7.reactiveElementPolyfillSupport,n$6={toAttribute(t,i){switch(i){case Boolean:t=t?h$3:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,i){let s=t;switch(i){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t);}catch(t){s=null;}}return s}},a$2=(t,i)=>i!==t&&(i==i||t==t),l$5={attribute:!0,type:String,converter:n$6,reflect:!1,hasChanged:a$2};class d$1 extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u();}static addInitializer(t){var i;null!==(i=this.h)&&void 0!==i||(this.h=[]),this.h.push(t);}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((i,s)=>{const e=this._$Ep(s,i);void 0!==e&&(this._$Ev.set(e,s),t.push(e));})),t}static createProperty(t,i=l$5){if(i.state&&(i.attribute=!1),this.finalize(),this.elementProperties.set(t,i),!i.noAccessor&&!this.prototype.hasOwnProperty(t)){const s="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,s,i);void 0!==e&&Object.defineProperty(this.prototype,t,e);}}static getPropertyDescriptor(t,i,s){return {get(){return this[i]},set(e){const r=this[t];this[i]=e,this.requestUpdate(t,r,s);},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||l$5}static finalize(){if(this.hasOwnProperty("finalized"))return !1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,i=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const s of i)this.createProperty(s,t[s]);}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(i){const s=[];if(Array.isArray(i)){const e=new Set(i.flat(1/0).reverse());for(const i of e)s.unshift(c$2(i));}else void 0!==i&&s.push(c$2(i));return s}static _$Ep(t,i){const s=i.attribute;return !1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)));}addController(t){var i,s;(null!==(i=this._$ES)&&void 0!==i?i:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(s=t.hostConnected)||void 0===s||s.call(t));}removeController(t){var i;null===(i=this._$ES)||void 0===i||i.splice(this._$ES.indexOf(t)>>>0,1);}_$Eg(){this.constructor.elementProperties.forEach(((t,i)=>{this.hasOwnProperty(i)&&(this._$Ei.set(i,this[i]),delete this[i]);}));}createRenderRoot(){var t;const s=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return S$1(s,this.constructor.elementStyles),s}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostConnected)||void 0===i?void 0:i.call(t)}));}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostDisconnected)||void 0===i?void 0:i.call(t)}));}attributeChangedCallback(t,i,s){this._$AK(t,s);}_$EO(t,i,s=l$5){var e;const r=this.constructor._$Ep(t,s);if(void 0!==r&&!0===s.reflect){const h=(void 0!==(null===(e=s.converter)||void 0===e?void 0:e.toAttribute)?s.converter:n$6).toAttribute(i,s.type);this._$El=t,null==h?this.removeAttribute(r):this.setAttribute(r,h),this._$El=null;}}_$AK(t,i){var s;const e=this.constructor,r=e._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=e.getPropertyOptions(r),h="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(s=t.converter)||void 0===s?void 0:s.fromAttribute)?t.converter:n$6;this._$El=r,this[r]=h.fromAttribute(i,t.type),this._$El=null;}}requestUpdate(t,i,s){let e=!0;void 0!==t&&(((s=s||this.constructor.getPropertyOptions(t)).hasChanged||a$2)(this[t],i)?(this._$AL.has(t)||this._$AL.set(t,i),!0===s.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,s))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej());}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,i)=>this[i]=t)),this._$Ei=void 0);let i=!1;const s=this._$AL;try{i=this.shouldUpdate(s),i?(this.willUpdate(s),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostUpdate)||void 0===i?void 0:i.call(t)})),this.update(s)):this._$Ek();}catch(t){throw i=!1,this._$Ek(),t}i&&this._$AE(s);}willUpdate(t){}_$AE(t){var i;null===(i=this._$ES)||void 0===i||i.forEach((t=>{var i;return null===(i=t.hostUpdated)||void 0===i?void 0:i.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t);}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return !0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,i)=>this._$EO(i,this[i],t))),this._$EC=void 0),this._$Ek();}updated(t){}firstUpdated(t){}}d$1.finalized=!0,d$1.elementProperties=new Map,d$1.elementStyles=[],d$1.shadowRootOptions={mode:"open"},null==o$5||o$5({ReactiveElement:d$1}),(null!==(s$4=e$7.reactiveElementVersions)&&void 0!==s$4?s$4:e$7.reactiveElementVersions=[]).push("1.4.1");
40
40
 
41
41
  /**
42
42
  * @license
43
43
  * Copyright 2017 Google LLC
44
44
  * SPDX-License-Identifier: BSD-3-Clause
45
45
  */
46
- var t$2;const i$2=window,s$3=i$2.trustedTypes,e$5=s$3?s$3.createPolicy("lit-html",{createHTML:t=>t}):void 0,o$3=`lit$${(Math.random()+"").slice(9)}$`,n$4="?"+o$3,l$2=`<${n$4}>`,h$2=document,r$1=(t="")=>h$2.createComment(t),d=t=>null===t||"object"!=typeof t&&"function"!=typeof t,u=Array.isArray,c$1=t=>u(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),v=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,a=/-->/g,f=/>/g,_=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),m=/'/g,p=/"/g,$=/^(?:script|style|textarea|title)$/i,g=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),y=g(1),x=Symbol.for("lit-noChange"),b=Symbol.for("lit-nothing"),T=new WeakMap,A=(t,i,s)=>{var e,o;const n=null!==(e=null==s?void 0:s.renderBefore)&&void 0!==e?e:i;let l=n._$litPart$;if(void 0===l){const t=null!==(o=null==s?void 0:s.renderBefore)&&void 0!==o?o:null;n._$litPart$=l=new S(i.insertBefore(r$1(),t),t,void 0,null!=s?s:{});}return l._$AI(t),l},E=h$2.createTreeWalker(h$2,129,null,!1),C=(t,i)=>{const s=t.length-1,n=[];let h,r=2===i?"<svg>":"",d=v;for(let i=0;i<s;i++){const s=t[i];let e,u,c=-1,g=0;for(;g<s.length&&(d.lastIndex=g,u=d.exec(s),null!==u);)g=d.lastIndex,d===v?"!--"===u[1]?d=a:void 0!==u[1]?d=f:void 0!==u[2]?($.test(u[2])&&(h=RegExp("</"+u[2],"g")),d=_):void 0!==u[3]&&(d=_):d===_?">"===u[0]?(d=null!=h?h:v,c=-1):void 0===u[1]?c=-2:(c=d.lastIndex-u[2].length,e=u[1],d=void 0===u[3]?_:'"'===u[3]?p:m):d===p||d===m?d=_:d===a||d===f?d=v:(d=_,h=void 0);const y=d===_&&t[i+1].startsWith("/>")?" ":"";r+=d===v?s+l$2:c>=0?(n.push(e),s.slice(0,c)+"$lit$"+s.slice(c)+o$3+y):s+o$3+(-2===c?(n.push(void 0),i):y);}const u=r+(t[s]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return [void 0!==e$5?e$5.createHTML(u):u,n]};class P{constructor({strings:t,_$litType$:i},e){let l;this.parts=[];let h=0,d=0;const u=t.length-1,c=this.parts,[v,a]=C(t,i);if(this.el=P.createElement(v,e),E.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(l=E.nextNode())&&c.length<u;){if(1===l.nodeType){if(l.hasAttributes()){const t=[];for(const i of l.getAttributeNames())if(i.endsWith("$lit$")||i.startsWith(o$3)){const s=a[d++];if(t.push(i),void 0!==s){const t=l.getAttribute(s.toLowerCase()+"$lit$").split(o$3),i=/([.?@])?(.*)/.exec(s);c.push({type:1,index:h,name:i[2],strings:t,ctor:"."===i[1]?R:"?"===i[1]?H:"@"===i[1]?I:M});}else c.push({type:6,index:h});}for(const i of t)l.removeAttribute(i);}if($.test(l.tagName)){const t=l.textContent.split(o$3),i=t.length-1;if(i>0){l.textContent=s$3?s$3.emptyScript:"";for(let s=0;s<i;s++)l.append(t[s],r$1()),E.nextNode(),c.push({type:2,index:++h});l.append(t[i],r$1());}}}else if(8===l.nodeType)if(l.data===n$4)c.push({type:2,index:h});else {let t=-1;for(;-1!==(t=l.data.indexOf(o$3,t+1));)c.push({type:7,index:h}),t+=o$3.length-1;}h++;}}static createElement(t,i){const s=h$2.createElement("template");return s.innerHTML=t,s}}function V(t,i,s=t,e){var o,n,l,h;if(i===x)return i;let r=void 0!==e?null===(o=s._$Cl)||void 0===o?void 0:o[e]:s._$Cu;const u=d(i)?void 0:i._$litDirective$;return (null==r?void 0:r.constructor)!==u&&(null===(n=null==r?void 0:r._$AO)||void 0===n||n.call(r,!1),void 0===u?r=void 0:(r=new u(t),r._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Cl)&&void 0!==l?l:h._$Cl=[])[e]=r:s._$Cu=r),void 0!==r&&(i=V(t,r._$AS(t,i.values),r,e)),i}class N{constructor(t,i){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:h$2).importNode(s,!0);E.currentNode=o;let n=E.nextNode(),l=0,r=0,d=e[0];for(;void 0!==d;){if(l===d.index){let i;2===d.type?i=new S(n,n.nextSibling,this,t):1===d.type?i=new d.ctor(n,d.name,d.strings,this,t):6===d.type&&(i=new L(n,this,t)),this.v.push(i),d=e[++r];}l!==(null==d?void 0:d.index)&&(n=E.nextNode(),l++);}return o}m(t){let i=0;for(const s of this.v)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class S{constructor(t,i,s,e){var o;this.type=2,this._$AH=b,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$C_=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$C_}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=V(this,t,i),d(t)?t===b||null==t||""===t?(this._$AH!==b&&this._$AR(),this._$AH=b):t!==this._$AH&&t!==x&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):c$1(t)?this.O(t):this.$(t);}S(t,i=this._$AB){return this._$AA.parentNode.insertBefore(t,i)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t));}$(t){this._$AH!==b&&d(this._$AH)?this._$AA.nextSibling.data=t:this.k(h$2.createTextNode(t)),this._$AH=t;}T(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=P.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.m(s);else {const t=new N(o,this),i=t.p(this.options);t.m(s),this.k(i),this._$AH=t;}}_$AC(t){let i=T.get(t.strings);return void 0===i&&T.set(t.strings,i=new P(t)),i}O(t){u(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new S(this.S(r$1()),this.S(r$1()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$C_=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}}class M{constructor(t,i,s,e,o){this.type=1,this._$AH=b,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=b;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=!1;if(void 0===o)t=V(this,t,i,0),n=!d(t)||t!==this._$AH&&t!==x,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=V(this,e[s+l],i,l),h===x&&(h=this._$AH[l]),n||(n=!d(h)||h!==this._$AH[l]),h===b?t=b:t!==b&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.P(t);}P(t){t===b?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}}class R extends M{constructor(){super(...arguments),this.type=3;}P(t){this.element[this.name]=t===b?void 0:t;}}const k=s$3?s$3.emptyScript:"";class H extends M{constructor(){super(...arguments),this.type=4;}P(t){t&&t!==b?this.element.setAttribute(this.name,k):this.element.removeAttribute(this.name);}}class I extends M{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=V(this,t,i,0))&&void 0!==s?s:b)===x)return;const e=this._$AH,o=t===b&&e!==b||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==b&&(e===b||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class L{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){V(this,t);}}const Z=i$2.litHtmlPolyfillSupport;null==Z||Z(P,S),(null!==(t$2=i$2.litHtmlVersions)&&void 0!==t$2?t$2:i$2.litHtmlVersions=[]).push("2.3.1");
46
+ var t$2;const i$3=window,s$3=i$3.trustedTypes,e$6=s$3?s$3.createPolicy("lit-html",{createHTML:t=>t}):void 0,o$4=`lit$${(Math.random()+"").slice(9)}$`,n$5="?"+o$4,l$4=`<${n$5}>`,h$2=document,r$1=(t="")=>h$2.createComment(t),d=t=>null===t||"object"!=typeof t&&"function"!=typeof t,u=Array.isArray,c$1=t=>u(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),v=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,a$1=/-->/g,f=/>/g,_=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),m=/'/g,p=/"/g,$=/^(?:script|style|textarea|title)$/i,g=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),y=g(1),x=Symbol.for("lit-noChange"),b=Symbol.for("lit-nothing"),T=new WeakMap,A=(t,i,s)=>{var e,o;const n=null!==(e=null==s?void 0:s.renderBefore)&&void 0!==e?e:i;let l=n._$litPart$;if(void 0===l){const t=null!==(o=null==s?void 0:s.renderBefore)&&void 0!==o?o:null;n._$litPart$=l=new S(i.insertBefore(r$1(),t),t,void 0,null!=s?s:{});}return l._$AI(t),l},E=h$2.createTreeWalker(h$2,129,null,!1),C=(t,i)=>{const s=t.length-1,n=[];let h,r=2===i?"<svg>":"",d=v;for(let i=0;i<s;i++){const s=t[i];let e,u,c=-1,g=0;for(;g<s.length&&(d.lastIndex=g,u=d.exec(s),null!==u);)g=d.lastIndex,d===v?"!--"===u[1]?d=a$1:void 0!==u[1]?d=f:void 0!==u[2]?($.test(u[2])&&(h=RegExp("</"+u[2],"g")),d=_):void 0!==u[3]&&(d=_):d===_?">"===u[0]?(d=null!=h?h:v,c=-1):void 0===u[1]?c=-2:(c=d.lastIndex-u[2].length,e=u[1],d=void 0===u[3]?_:'"'===u[3]?p:m):d===p||d===m?d=_:d===a$1||d===f?d=v:(d=_,h=void 0);const y=d===_&&t[i+1].startsWith("/>")?" ":"";r+=d===v?s+l$4:c>=0?(n.push(e),s.slice(0,c)+"$lit$"+s.slice(c)+o$4+y):s+o$4+(-2===c?(n.push(void 0),i):y);}const u=r+(t[s]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return [void 0!==e$6?e$6.createHTML(u):u,n]};class P{constructor({strings:t,_$litType$:i},e){let l;this.parts=[];let h=0,d=0;const u=t.length-1,c=this.parts,[v,a]=C(t,i);if(this.el=P.createElement(v,e),E.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(l=E.nextNode())&&c.length<u;){if(1===l.nodeType){if(l.hasAttributes()){const t=[];for(const i of l.getAttributeNames())if(i.endsWith("$lit$")||i.startsWith(o$4)){const s=a[d++];if(t.push(i),void 0!==s){const t=l.getAttribute(s.toLowerCase()+"$lit$").split(o$4),i=/([.?@])?(.*)/.exec(s);c.push({type:1,index:h,name:i[2],strings:t,ctor:"."===i[1]?R:"?"===i[1]?H:"@"===i[1]?I:M});}else c.push({type:6,index:h});}for(const i of t)l.removeAttribute(i);}if($.test(l.tagName)){const t=l.textContent.split(o$4),i=t.length-1;if(i>0){l.textContent=s$3?s$3.emptyScript:"";for(let s=0;s<i;s++)l.append(t[s],r$1()),E.nextNode(),c.push({type:2,index:++h});l.append(t[i],r$1());}}}else if(8===l.nodeType)if(l.data===n$5)c.push({type:2,index:h});else {let t=-1;for(;-1!==(t=l.data.indexOf(o$4,t+1));)c.push({type:7,index:h}),t+=o$4.length-1;}h++;}}static createElement(t,i){const s=h$2.createElement("template");return s.innerHTML=t,s}}function V(t,i,s=t,e){var o,n,l,h;if(i===x)return i;let r=void 0!==e?null===(o=s._$Cl)||void 0===o?void 0:o[e]:s._$Cu;const u=d(i)?void 0:i._$litDirective$;return (null==r?void 0:r.constructor)!==u&&(null===(n=null==r?void 0:r._$AO)||void 0===n||n.call(r,!1),void 0===u?r=void 0:(r=new u(t),r._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Cl)&&void 0!==l?l:h._$Cl=[])[e]=r:s._$Cu=r),void 0!==r&&(i=V(t,r._$AS(t,i.values),r,e)),i}class N{constructor(t,i){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:h$2).importNode(s,!0);E.currentNode=o;let n=E.nextNode(),l=0,r=0,d=e[0];for(;void 0!==d;){if(l===d.index){let i;2===d.type?i=new S(n,n.nextSibling,this,t):1===d.type?i=new d.ctor(n,d.name,d.strings,this,t):6===d.type&&(i=new L(n,this,t)),this.v.push(i),d=e[++r];}l!==(null==d?void 0:d.index)&&(n=E.nextNode(),l++);}return o}m(t){let i=0;for(const s of this.v)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class S{constructor(t,i,s,e){var o;this.type=2,this._$AH=b,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$C_=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$C_}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=V(this,t,i),d(t)?t===b||null==t||""===t?(this._$AH!==b&&this._$AR(),this._$AH=b):t!==this._$AH&&t!==x&&this.$(t):void 0!==t._$litType$?this.T(t):void 0!==t.nodeType?this.k(t):c$1(t)?this.O(t):this.$(t);}S(t,i=this._$AB){return this._$AA.parentNode.insertBefore(t,i)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t));}$(t){this._$AH!==b&&d(this._$AH)?this._$AA.nextSibling.data=t:this.k(h$2.createTextNode(t)),this._$AH=t;}T(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=P.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.m(s);else {const t=new N(o,this),i=t.p(this.options);t.m(s),this.k(i),this._$AH=t;}}_$AC(t){let i=T.get(t.strings);return void 0===i&&T.set(t.strings,i=new P(t)),i}O(t){u(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new S(this.S(r$1()),this.S(r$1()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$C_=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}}class M{constructor(t,i,s,e,o){this.type=1,this._$AH=b,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=b;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=!1;if(void 0===o)t=V(this,t,i,0),n=!d(t)||t!==this._$AH&&t!==x,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=V(this,e[s+l],i,l),h===x&&(h=this._$AH[l]),n||(n=!d(h)||h!==this._$AH[l]),h===b?t=b:t!==b&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.P(t);}P(t){t===b?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}}class R extends M{constructor(){super(...arguments),this.type=3;}P(t){this.element[this.name]=t===b?void 0:t;}}const k=s$3?s$3.emptyScript:"";class H extends M{constructor(){super(...arguments),this.type=4;}P(t){t&&t!==b?this.element.setAttribute(this.name,k):this.element.removeAttribute(this.name);}}class I extends M{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=V(this,t,i,0))&&void 0!==s?s:b)===x)return;const e=this._$AH,o=t===b&&e!==b||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==b&&(e===b||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class L{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){V(this,t);}}const Z=i$3.litHtmlPolyfillSupport;null==Z||Z(P,S),(null!==(t$2=i$3.litHtmlVersions)&&void 0!==t$2?t$2:i$3.litHtmlVersions=[]).push("2.3.1");
47
47
 
48
48
  /**
49
49
  * @license
50
50
  * Copyright 2017 Google LLC
51
51
  * SPDX-License-Identifier: BSD-3-Clause
52
- */var l$1,o$2;class s$2 extends d$1{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=A(i,this.renderRoot,this.renderOptions);}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0);}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1);}render(){return x}}s$2.finalized=!0,s$2._$litElement$=!0,null===(l$1=globalThis.litElementHydrateSupport)||void 0===l$1||l$1.call(globalThis,{LitElement:s$2});const n$3=globalThis.litElementPolyfillSupport;null==n$3||n$3({LitElement:s$2});(null!==(o$2=globalThis.litElementVersions)&&void 0!==o$2?o$2:globalThis.litElementVersions=[]).push("3.2.2");
52
+ */var l$3,o$3;class s$2 extends d$1{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=A(i,this.renderRoot,this.renderOptions);}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0);}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1);}render(){return x}}s$2.finalized=!0,s$2._$litElement$=!0,null===(l$3=globalThis.litElementHydrateSupport)||void 0===l$3||l$3.call(globalThis,{LitElement:s$2});const n$4=globalThis.litElementPolyfillSupport;null==n$4||n$4({LitElement:s$2});(null!==(o$3=globalThis.litElementVersions)&&void 0!==o$3?o$3:globalThis.litElementVersions=[]).push("3.2.2");
53
53
 
54
54
  /**
55
55
  * @license
56
56
  * Copyright 2017 Google LLC
57
57
  * SPDX-License-Identifier: BSD-3-Clause
58
58
  */
59
- const e$4=e=>n=>"function"==typeof n?((e,n)=>(customElements.define(e,n),n))(e,n):((e,n)=>{const{kind:t,elements:s}=n;return {kind:t,elements:s,finisher(n){customElements.define(e,n);}}})(e,n);
59
+ const e$5=e=>n=>"function"==typeof n?((e,n)=>(customElements.define(e,n),n))(e,n):((e,n)=>{const{kind:t,elements:s}=n;return {kind:t,elements:s,finisher(n){customElements.define(e,n);}}})(e,n);
60
60
 
61
61
  /**
62
62
  * @license
63
63
  * Copyright 2017 Google LLC
64
64
  * SPDX-License-Identifier: BSD-3-Clause
65
65
  */
66
- const i$1=(i,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(n){n.createProperty(e.key,i);}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this));},finisher(n){n.createProperty(e.key,i);}};function e$3(e){return (n,t)=>void 0!==t?((i,e,n)=>{e.constructor.createProperty(n,i);})(e,n,t):i$1(e,n)}
66
+ const i$2=(i,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(n){n.createProperty(e.key,i);}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this));},finisher(n){n.createProperty(e.key,i);}};function e$4(e){return (n,t)=>void 0!==t?((i,e,n)=>{e.constructor.createProperty(n,i);})(e,n,t):i$2(e,n)}
67
67
 
68
68
  /**
69
69
  * @license
70
70
  * Copyright 2017 Google LLC
71
71
  * SPDX-License-Identifier: BSD-3-Clause
72
- */function t$1(t){return e$3({...t,state:!0})}
72
+ */function t$1(t){return e$4({...t,state:!0})}
73
73
 
74
74
  /**
75
75
  * @license
76
76
  * Copyright 2021 Google LLC
77
77
  * SPDX-License-Identifier: BSD-3-Clause
78
- */var n$2;null!=(null===(n$2=window.HTMLSlotElement)||void 0===n$2?void 0:n$2.prototype.assignedElements)?(o,n)=>o.assignedElements(n):(o,n)=>o.assignedNodes(n).filter((o=>o.nodeType===Node.ELEMENT_NODE));
78
+ */var n$3;null!=(null===(n$3=window.HTMLSlotElement)||void 0===n$3?void 0:n$3.prototype.assignedElements)?(o,n)=>o.assignedElements(n):(o,n)=>o.assignedNodes(n).filter((o=>o.nodeType===Node.ELEMENT_NODE));
79
79
 
80
80
  /**
81
81
  * @license
@@ -83,7 +83,7 @@
83
83
  * SPDX-License-Identifier: BSD-3-Clause
84
84
  */console.warn("The main 'lit-element' module entrypoint is deprecated. Please update your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' or import from 'lit-element/lit-element.ts'. See https://lit.dev/msg/deprecated-import-path for more information.");
85
85
 
86
- var css_248z$7 = i$3`@charset "UTF-8";
86
+ var css_248z$7 = i$4`@charset "UTF-8";
87
87
  :root {
88
88
  --sgds-blue: #1f69ff;
89
89
  --sgds-purple: #5925DC;
@@ -7150,10 +7150,19 @@ a.trusted-websites-link:hover svg {
7150
7150
  }
7151
7151
  }`;
7152
7152
 
7153
+ class SgdsElement extends s$2 {
7154
+ /** Emits a custom event with more convenient defaults. */
7155
+ emit(name, options) {
7156
+ const event = new CustomEvent(name, Object.assign({ bubbles: true, cancelable: false, composed: true, detail: {} }, options));
7157
+ this.dispatchEvent(event);
7158
+ return event;
7159
+ }
7160
+ }
7161
+
7153
7162
  /**
7154
7163
  * @property fluid - Include this attribute for full width container
7155
7164
  */
7156
- let MastheadElement = class MastheadElement extends s$2 {
7165
+ let SgdsMasthead = class SgdsMasthead extends SgdsElement {
7157
7166
  constructor() {
7158
7167
  super(...arguments);
7159
7168
  this.fluid = false;
@@ -7326,18 +7335,43 @@ a.trusted-websites-link:hover svg {
7326
7335
  `;
7327
7336
  }
7328
7337
  };
7329
- MastheadElement.styles = css_248z$7;
7338
+ SgdsMasthead.styles = css_248z$7;
7330
7339
  __decorate([
7331
- e$3({ type: Boolean, reflect: true })
7332
- ], MastheadElement.prototype, "fluid", void 0);
7340
+ e$4({ type: Boolean, reflect: true })
7341
+ ], SgdsMasthead.prototype, "fluid", void 0);
7333
7342
  __decorate([
7334
7343
  t$1()
7335
- ], MastheadElement.prototype, "toggleVisibility", void 0);
7336
- MastheadElement = __decorate([
7337
- e$4("masthead-element")
7338
- ], MastheadElement);
7344
+ ], SgdsMasthead.prototype, "toggleVisibility", void 0);
7345
+ SgdsMasthead = __decorate([
7346
+ e$5("sgds-masthead")
7347
+ ], SgdsMasthead);
7348
+
7349
+ /**
7350
+ * @license
7351
+ * Copyright 2020 Google LLC
7352
+ * SPDX-License-Identifier: BSD-3-Clause
7353
+ */const e$3=Symbol.for(""),l$2=t=>{if((null==t?void 0:t.r)===e$3)return null==t?void 0:t._$litStatic$},i$1=(t,...r)=>({_$litStatic$:r.reduce(((r,e,l)=>r+(t=>{if(void 0!==t._$litStatic$)return t._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(e)+t[l+1]),t[0]),r:e$3}),s$1=new Map,a=t=>(r,...e)=>{const o=e.length;let i,a;const n=[],u=[];let c,$=0,f=!1;for(;$<o;){for(c=r[$];$<o&&void 0!==(a=e[$],i=l$2(a));)c+=i+r[++$],f=!0;u.push(a),n.push(c),$++;}if($===o&&n.push(r[o]),f){const t=n.join("$$lit$$");void 0===(r=s$1.get(t))&&(n.raw=n,s$1.set(t,r=n)),e=u;}return t(r,...e)},n$2=a(y);
7354
+
7355
+ /**
7356
+ * @license
7357
+ * Copyright 2018 Google LLC
7358
+ * SPDX-License-Identifier: BSD-3-Clause
7359
+ */const l$1=l=>null!=l?l:b;
7360
+
7361
+ /**
7362
+ * @license
7363
+ * Copyright 2017 Google LLC
7364
+ * SPDX-License-Identifier: BSD-3-Clause
7365
+ */
7366
+ const t={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},e$2=t=>(...e)=>({_$litDirective$:t,values:e});class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i;}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
7367
+
7368
+ /**
7369
+ * @license
7370
+ * Copyright 2018 Google LLC
7371
+ * SPDX-License-Identifier: BSD-3-Clause
7372
+ */const o$2=e$2(class extends i{constructor(t$1){var i;if(super(t$1),t$1.type!==t.ATTRIBUTE||"class"!==t$1.name||(null===(i=t$1.strings)||void 0===i?void 0:i.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return " "+Object.keys(t).filter((i=>t[i])).join(" ")+" "}update(i,[s]){var r,o;if(void 0===this.nt){this.nt=new Set,void 0!==i.strings&&(this.st=new Set(i.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in s)s[t]&&!(null===(r=this.st)||void 0===r?void 0:r.has(t))&&this.nt.add(t);return this.render(s)}const e=i.element.classList;this.nt.forEach((t=>{t in s||(e.remove(t),this.nt.delete(t));}));for(const t in s){const i=!!s[t];i===this.nt.has(t)||(null===(o=this.st)||void 0===o?void 0:o.has(t))||(i?(e.add(t),this.nt.add(t)):(e.remove(t),this.nt.delete(t)));}return x}});
7339
7373
 
7340
- var css_248z$6 = i$3`@charset "UTF-8";
7374
+ var css_248z$6 = i$4`@charset "UTF-8";
7341
7375
  :root {
7342
7376
  --sgds-blue: #1f69ff;
7343
7377
  --sgds-purple: #5925DC;
@@ -13535,30 +13569,77 @@ a[target=_blank]:after {
13535
13569
  border-top-right-radius: 0;
13536
13570
  }`;
13537
13571
 
13538
- let ButtonElement = class ButtonElement extends s$2 {
13572
+ let SgdsButton = class SgdsButton extends s$2 {
13539
13573
  constructor() {
13540
13574
  super(...arguments);
13575
+ /** The button's variant. */
13541
13576
  this.variant = "primary";
13542
- this.classes = "";
13577
+ /** Button active state */
13578
+ this.active = false;
13579
+ /** Button disabled state */
13580
+ this.disabled = false;
13581
+ this.type = 'button';
13543
13582
  }
13544
13583
  render() {
13545
- return y `
13546
- <button class="btn btn-${this.variant} ${this.classes}"><slot></slot></button>
13584
+ const isLink = this.href;
13585
+ const tag = isLink ? i$1 `a` : i$1 `button`;
13586
+ return n$2 `
13587
+ <${tag}
13588
+ class="sgds btn ${o$2({
13589
+ 'disabled': isLink && this.disabled,
13590
+ 'active': this.active,
13591
+ [`btn-${this.variant}`]: this.variant,
13592
+ [`btn-${this.size}`]: this.size,
13593
+ [`${this.buttonClasses}`]: this.buttonClasses
13594
+ })}"
13595
+ ?disabled=${l$1(isLink ? undefined : this.disabled)}
13596
+ type=${l$1(isLink ? undefined : this.type)}
13597
+ href=${l$1(isLink ? this.href : undefined)}
13598
+ target=${l$1(isLink ? this.target : undefined)}
13599
+ download=${l$1(isLink ? this.download : undefined)}
13600
+ rel=${l$1(isLink && this.target === "_blank" ? 'noreferrer noopener' : undefined)}
13601
+ role=${l$1(isLink ? 'button' : undefined)}
13602
+ aria-disabled=${this.disabled ? 'true' : 'false'}
13603
+ tabindex=${this.disabled ? '-1' : '0'}
13604
+ >
13605
+ <slot></slot>
13606
+ </${tag}>
13547
13607
  `;
13548
13608
  }
13549
13609
  };
13550
- ButtonElement.styles = css_248z$6;
13610
+ SgdsButton.styles = css_248z$6;
13611
+ __decorate([
13612
+ e$4({ reflect: true })
13613
+ ], SgdsButton.prototype, "variant", void 0);
13614
+ __decorate([
13615
+ e$4({ reflect: true })
13616
+ ], SgdsButton.prototype, "buttonClasses", void 0);
13617
+ __decorate([
13618
+ e$4({ reflect: true })
13619
+ ], SgdsButton.prototype, "size", void 0);
13620
+ __decorate([
13621
+ e$4({ type: Boolean, reflect: true })
13622
+ ], SgdsButton.prototype, "active", void 0);
13623
+ __decorate([
13624
+ e$4({ type: Boolean, reflect: true })
13625
+ ], SgdsButton.prototype, "disabled", void 0);
13626
+ __decorate([
13627
+ e$4()
13628
+ ], SgdsButton.prototype, "type", void 0);
13551
13629
  __decorate([
13552
- e$3()
13553
- ], ButtonElement.prototype, "variant", void 0);
13630
+ e$4()
13631
+ ], SgdsButton.prototype, "href", void 0);
13554
13632
  __decorate([
13555
- e$3()
13556
- ], ButtonElement.prototype, "classes", void 0);
13557
- ButtonElement = __decorate([
13558
- e$4("button-element")
13559
- ], ButtonElement);
13633
+ e$4()
13634
+ ], SgdsButton.prototype, "target", void 0);
13635
+ __decorate([
13636
+ e$4({ reflect: true })
13637
+ ], SgdsButton.prototype, "download", void 0);
13638
+ SgdsButton = __decorate([
13639
+ e$5("sgds-button")
13640
+ ], SgdsButton);
13560
13641
 
13561
- var css_248z$5 = i$3`@charset "UTF-8";
13642
+ var css_248z$5 = i$4`@charset "UTF-8";
13562
13643
  :root {
13563
13644
  --sgds-blue: #1f69ff;
13564
13645
  --sgds-purple: #5925DC;
@@ -20504,7 +20585,7 @@ a[target=_blank]:after {
20504
20585
  }
20505
20586
  }`;
20506
20587
 
20507
- let FooterElement = class FooterElement extends s$2 {
20588
+ let SgdsFooter = class SgdsFooter extends SgdsElement {
20508
20589
  constructor() {
20509
20590
  super(...arguments);
20510
20591
  this.title = ``;
@@ -20591,82 +20672,41 @@ a[target=_blank]:after {
20591
20672
  `;
20592
20673
  }
20593
20674
  };
20594
- FooterElement.styles = css_248z$5;
20675
+ SgdsFooter.styles = css_248z$5;
20595
20676
  __decorate([
20596
- e$3()
20597
- ], FooterElement.prototype, "title", void 0);
20677
+ e$4()
20678
+ ], SgdsFooter.prototype, "title", void 0);
20598
20679
  __decorate([
20599
- e$3()
20600
- ], FooterElement.prototype, "description", void 0);
20680
+ e$4()
20681
+ ], SgdsFooter.prototype, "description", void 0);
20601
20682
  __decorate([
20602
- e$3({
20683
+ e$4({
20603
20684
  type: Array,
20604
20685
  })
20605
- ], FooterElement.prototype, "links", void 0);
20606
- __decorate([
20607
- e$3({ type: String })
20608
- ], FooterElement.prototype, "lastUpdatedDate", void 0);
20686
+ ], SgdsFooter.prototype, "links", void 0);
20609
20687
  __decorate([
20610
- e$3({ type: String })
20611
- ], FooterElement.prototype, "contactHref", void 0);
20688
+ e$4({ type: String })
20689
+ ], SgdsFooter.prototype, "lastUpdatedDate", void 0);
20612
20690
  __decorate([
20613
- e$3({ type: String })
20614
- ], FooterElement.prototype, "feedbackHref", void 0);
20691
+ e$4({ type: String })
20692
+ ], SgdsFooter.prototype, "contactHref", void 0);
20615
20693
  __decorate([
20616
- e$3({ type: String })
20617
- ], FooterElement.prototype, "vulnerabilityHref", void 0);
20694
+ e$4({ type: String })
20695
+ ], SgdsFooter.prototype, "feedbackHref", void 0);
20618
20696
  __decorate([
20619
- e$3({ type: String })
20620
- ], FooterElement.prototype, "privacyHref", void 0);
20697
+ e$4({ type: String })
20698
+ ], SgdsFooter.prototype, "vulnerabilityHref", void 0);
20621
20699
  __decorate([
20622
- e$3({ type: String })
20623
- ], FooterElement.prototype, "termsOfUseHref", void 0);
20624
- FooterElement = __decorate([
20625
- e$4("footer-element")
20626
- ], FooterElement);
20627
-
20628
- var css_248z$4 = i$3`ul {
20629
- display: flex;
20630
- flex-direction: column;
20631
- gap: 1rem;
20632
- list-style: none;
20633
- }`;
20634
-
20635
- let SideNavElement = class SideNavElement extends s$2 {
20636
- constructor() {
20637
- super(...arguments);
20638
- this.alwaysOpen = false;
20639
- }
20640
- render() {
20641
- this.alwaysOpen
20642
- ? null
20643
- : this.addEventListener("toggle-onclick", (e) => {
20644
- const children = this.querySelectorAll("sidenav-item");
20645
- for (let i = 0; i < children.length; i++) {
20646
- if (e.detail.index != i) {
20647
- children[i].closeItem();
20648
- }
20649
- }
20650
- });
20651
- return y `
20652
- <nav class="sidenav" id="${this.id}">
20653
- <ul>
20654
- <slot></slot>
20655
- </ul>
20656
- </nav>
20657
- `;
20658
- }
20659
- };
20660
- SideNavElement.styles = css_248z$4;
20700
+ e$4({ type: String })
20701
+ ], SgdsFooter.prototype, "privacyHref", void 0);
20661
20702
  __decorate([
20662
- e$3({ type: Boolean, attribute: true })
20663
- ], SideNavElement.prototype, "alwaysOpen", void 0);
20664
- SideNavElement = __decorate([
20665
- e$4("sidenav-element")
20666
- ], SideNavElement);
20703
+ e$4({ type: String })
20704
+ ], SgdsFooter.prototype, "termsOfUseHref", void 0);
20705
+ SgdsFooter = __decorate([
20706
+ e$5("sgds-footer")
20707
+ ], SgdsFooter);
20667
20708
 
20668
- var css_248z$3 = i$3`@charset "UTF-8";
20669
- @import "~bootstrap-icons/font/fonts/bootstrap-icons.css";
20709
+ var css_248z$4 = i$4`@charset "UTF-8";
20670
20710
  :root {
20671
20711
  --sgds-blue: #1f69ff;
20672
20712
  --sgds-purple: #5925DC;
@@ -22357,7 +22397,7 @@ a[target=_blank]:after {
22357
22397
  margin-left: 3.5rem !important;
22358
22398
  }
22359
22399
 
22360
- .ms-auto, .sidenav-btn svg.bi-chevron-down {
22400
+ .ms-auto {
22361
22401
  margin-left: auto !important;
22362
22402
  }
22363
22403
 
@@ -26270,340 +26310,1002 @@ a[target=_blank]:after {
26270
26310
  display: none !important;
26271
26311
  }
26272
26312
  }
26273
- .fade {
26274
- transition: opacity 0.15s linear;
26313
+ .nav {
26314
+ display: flex;
26315
+ flex-wrap: wrap;
26316
+ padding-left: 0;
26317
+ margin-bottom: 0;
26318
+ list-style: none;
26319
+ }
26320
+
26321
+ .nav-link {
26322
+ display: block;
26323
+ padding: 0.5rem 1rem;
26324
+ color: #0F71BB;
26325
+ text-decoration: none;
26326
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
26275
26327
  }
26276
26328
  @media (prefers-reduced-motion: reduce) {
26277
- .fade {
26329
+ .nav-link {
26278
26330
  transition: none;
26279
26331
  }
26280
26332
  }
26281
- .fade:not(.show) {
26282
- opacity: 0;
26333
+ .nav-link:hover, .nav-link:focus {
26334
+ color: #0c5a96;
26283
26335
  }
26284
-
26285
- .collapse:not(.show) {
26286
- display: none;
26336
+ .nav-link.disabled {
26337
+ color: #344054;
26338
+ pointer-events: none;
26339
+ cursor: default;
26287
26340
  }
26288
26341
 
26289
- .collapsing {
26290
- height: 0;
26291
- overflow: hidden;
26292
- transition: height 0.35s ease;
26342
+ .nav-tabs {
26343
+ border-bottom: 1px solid transparent;
26293
26344
  }
26294
- @media (prefers-reduced-motion: reduce) {
26295
- .collapsing {
26296
- transition: none;
26297
- }
26345
+ .nav-tabs .nav-link {
26346
+ margin-bottom: -1px;
26347
+ background: none;
26348
+ border: 1px solid transparent;
26349
+ border-top-left-radius: 0.3125rem;
26350
+ border-top-right-radius: 0.3125rem;
26298
26351
  }
26299
- .collapsing.collapse-horizontal {
26300
- width: 0;
26301
- height: auto;
26302
- transition: width 0.35s ease;
26352
+ .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
26353
+ border-color: #E4E7EC #E4E7EC transparent;
26354
+ isolation: isolate;
26303
26355
  }
26304
- @media (prefers-reduced-motion: reduce) {
26305
- .collapsing.collapse-horizontal {
26306
- transition: none;
26307
- }
26356
+ .nav-tabs .nav-link.disabled {
26357
+ color: #344054;
26358
+ background-color: transparent;
26359
+ border-color: transparent;
26308
26360
  }
26309
-
26310
- :host {
26311
- --sidenav-theme-color: #5925DC;
26361
+ .nav-tabs .nav-link.active,
26362
+ .nav-tabs .nav-item.show .nav-link {
26363
+ color: #1D2939;
26364
+ background-color: #fff;
26365
+ border-color: #D0D5DD #D0D5DD #fff;
26366
+ }
26367
+ .nav-tabs .dropdown-menu {
26368
+ margin-top: -1px;
26369
+ border-top-left-radius: 0;
26370
+ border-top-right-radius: 0;
26312
26371
  }
26313
26372
 
26314
- .sidenav-btn {
26315
- width: 100%;
26316
- text-align: initial;
26317
- line-height: 1.5rem;
26318
- font-size: 1rem;
26373
+ .nav-pills .nav-link {
26374
+ background: none;
26319
26375
  border: 0;
26320
- background: 0;
26321
- padding: 0.5rem 1rem;
26322
- border-left: 0.125rem solid transparent;
26323
- border-radius: 0;
26324
- display: flex;
26325
- align-items: center;
26376
+ border-radius: 0.3125rem;
26326
26377
  }
26327
- .sidenav-btn.active, .sidenav-btn:hover {
26328
- color: var(--sidenav-theme-color);
26329
- border-left-color: var(--sidenav-theme-color);
26330
- font-weight: 700;
26378
+ .nav-pills .nav-link.active,
26379
+ .nav-pills .show > .nav-link {
26380
+ color: #fff;
26381
+ background-color: #0F71BB;
26331
26382
  }
26332
- .sidenav-btn svg.bi-chevron-down {
26333
- transition: all 0.3s ease-in-out;
26334
- transform: rotate(180deg);
26383
+
26384
+ .nav-fill > .nav-link,
26385
+ .nav-fill .nav-item {
26386
+ flex: 1 1 auto;
26387
+ text-align: center;
26335
26388
  }
26336
- .sidenav-btn:not(.active) svg.bi-chevron-down {
26337
- transform: rotate(0deg);
26389
+
26390
+ .nav-justified > .nav-link,
26391
+ .nav-justified .nav-item {
26392
+ flex-basis: 0;
26393
+ flex-grow: 1;
26394
+ text-align: center;
26338
26395
  }
26339
26396
 
26340
- a.sidenav-btn {
26341
- color: inherit;
26342
- text-decoration: none;
26343
- line-height: 1.5rem;
26397
+ .nav-fill .nav-item .nav-link,
26398
+ .nav-justified .nav-item .nav-link {
26399
+ width: 100%;
26344
26400
  }
26345
26401
 
26346
- .sidenav-list {
26347
- list-style: none;
26402
+ .tab-content > .tab-pane {
26403
+ display: none;
26404
+ }
26405
+ .tab-content > .active {
26406
+ display: block;
26407
+ }
26408
+
26409
+ .navbar {
26410
+ position: relative;
26411
+ display: flex;
26412
+ flex-wrap: wrap;
26413
+ align-items: center;
26414
+ justify-content: space-between;
26415
+ padding-top: 2rem;
26416
+ padding-bottom: 2rem;
26417
+ }
26418
+ .navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
26419
+ .navbar > .container-fluid {
26420
+ display: flex;
26421
+ flex-wrap: inherit;
26422
+ align-items: center;
26423
+ justify-content: space-between;
26424
+ }
26425
+ .navbar-brand {
26426
+ padding-top: 0.25rem;
26427
+ padding-bottom: 0.25rem;
26428
+ margin-right: 1rem;
26429
+ font-size: 1.25rem;
26430
+ text-decoration: none;
26431
+ white-space: nowrap;
26432
+ }
26433
+ .navbar-nav {
26348
26434
  display: flex;
26349
26435
  flex-direction: column;
26350
26436
  padding-left: 0;
26351
- margin: 0;
26352
- line-height: 2rem;
26437
+ margin-bottom: 0;
26438
+ list-style: none;
26439
+ }
26440
+ .navbar-nav .nav-link {
26441
+ padding-right: 0;
26442
+ padding-left: 0;
26443
+ }
26444
+ .navbar-nav .dropdown-menu {
26445
+ position: static;
26353
26446
  }
26354
26447
 
26355
- .collapse,
26356
- .collapse.show,
26357
- .collapsing {
26358
- margin-top: 1rem;
26448
+ .navbar-text {
26449
+ padding-top: 0.5rem;
26450
+ padding-bottom: 0.5rem;
26359
26451
  }
26360
26452
 
26361
- ::slotted(*[slot=title]) {
26362
- display: flex;
26363
- gap: 1rem;
26453
+ .navbar-collapse {
26454
+ flex-basis: 100%;
26455
+ flex-grow: 1;
26364
26456
  align-items: center;
26365
- }`;
26366
-
26367
- /**
26368
- * @license
26369
- * Copyright 2020 Google LLC
26370
- * SPDX-License-Identifier: BSD-3-Clause
26371
- */const e$2=o=>void 0===o.strings;
26372
-
26373
- /**
26374
- * @license
26375
- * Copyright 2017 Google LLC
26376
- * SPDX-License-Identifier: BSD-3-Clause
26377
- */
26378
- const t={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},e$1=t=>(...e)=>({_$litDirective$:t,values:e});class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i;}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
26379
-
26380
- /**
26381
- * @license
26382
- * Copyright 2017 Google LLC
26383
- * SPDX-License-Identifier: BSD-3-Clause
26384
- */const s$1=(i,t)=>{var e,o;const r=i._$AN;if(void 0===r)return !1;for(const i of r)null===(o=(e=i)._$AO)||void 0===o||o.call(e,t,!1),s$1(i,t);return !0},o$1=i=>{let t,e;do{if(void 0===(t=i._$AM))break;e=t._$AN,e.delete(i),i=t;}while(0===(null==e?void 0:e.size))},r=i=>{for(let t;t=i._$AM;i=t){let e=t._$AN;if(void 0===e)t._$AN=e=new Set;else if(e.has(i))break;e.add(i),l(t);}};function n$1(i){void 0!==this._$AN?(o$1(this),this._$AM=i,r(this)):this._$AM=i;}function h$1(i,t=!1,e=0){const r=this._$AH,n=this._$AN;if(void 0!==n&&0!==n.size)if(t)if(Array.isArray(r))for(let i=e;i<r.length;i++)s$1(r[i],!1),o$1(r[i]);else null!=r&&(s$1(r,!1),o$1(r));else s$1(this,i);}const l=i=>{var t$1,s,o,r;i.type==t.CHILD&&(null!==(t$1=(o=i)._$AP)&&void 0!==t$1||(o._$AP=h$1),null!==(s=(r=i)._$AQ)&&void 0!==s||(r._$AQ=n$1));};class c extends i{constructor(){super(...arguments),this._$AN=void 0;}_$AT(i,t,e){super._$AT(i,t,e),r(this),this.isConnected=i._$AU;}_$AO(i,t=!0){var e,r;i!==this.isConnected&&(this.isConnected=i,i?null===(e=this.reconnected)||void 0===e||e.call(this):null===(r=this.disconnected)||void 0===r||r.call(this)),t&&(s$1(this,i),o$1(this));}setValue(t){if(e$2(this._$Ct))this._$Ct._$AI(t,this);else {const i=[...this._$Ct._$AH];i[this._$Ci]=t,this._$Ct._$AI(i,this,0);}}disconnected(){}reconnected(){}}
26385
-
26386
- /**
26387
- * @license
26388
- * Copyright 2020 Google LLC
26389
- * SPDX-License-Identifier: BSD-3-Clause
26390
- */const e=()=>new o;class o{}const h=new WeakMap,n=e$1(class extends c{render(t){return b}update(t,[s]){var e;const o=s!==this.Y;return o&&void 0!==this.Y&&this.rt(void 0),(o||this.lt!==this.dt)&&(this.Y=s,this.ct=null===(e=t.options)||void 0===e?void 0:e.host,this.rt(this.dt=t.element)),b}rt(i){var t;if("function"==typeof this.Y){const s=null!==(t=this.ct)&&void 0!==t?t:globalThis;let e=h.get(s);void 0===e&&(e=new WeakMap,h.set(s,e)),void 0!==e.get(this.Y)&&this.Y.call(this.ct,void 0),e.set(this.Y,i),void 0!==i&&this.Y.call(this.ct,i);}else this.Y.value=i;}get lt(){var i,t,s;return "function"==typeof this.Y?null===(t=h.get(null!==(i=this.ct)&&void 0!==i?i:globalThis))||void 0===t?void 0:t.get(this.Y):null===(s=this.Y)||void 0===s?void 0:s.value}disconnected(){this.lt===this.dt&&this.rt(void 0);}reconnected(){this.rt(this.dt);}});
26391
-
26392
- var top = 'top';
26393
- var bottom = 'bottom';
26394
- var right = 'right';
26395
- var left = 'left';
26396
- var auto = 'auto';
26397
- var basePlacements = [top, bottom, right, left];
26398
- var start = 'start';
26399
- var end = 'end';
26400
- var clippingParents = 'clippingParents';
26401
- var viewport = 'viewport';
26402
- var popper = 'popper';
26403
- var reference = 'reference';
26404
- var variationPlacements = /*#__PURE__*/basePlacements.reduce(function (acc, placement) {
26405
- return acc.concat([placement + "-" + start, placement + "-" + end]);
26406
- }, []);
26407
- var placements = /*#__PURE__*/[].concat(basePlacements, [auto]).reduce(function (acc, placement) {
26408
- return acc.concat([placement, placement + "-" + start, placement + "-" + end]);
26409
- }, []); // modifiers that need to read the DOM
26410
-
26411
- var beforeRead = 'beforeRead';
26412
- var read = 'read';
26413
- var afterRead = 'afterRead'; // pure-logic modifiers
26414
-
26415
- var beforeMain = 'beforeMain';
26416
- var main = 'main';
26417
- var afterMain = 'afterMain'; // modifier with the purpose to write to the DOM (or write into a framework state)
26418
-
26419
- var beforeWrite = 'beforeWrite';
26420
- var write = 'write';
26421
- var afterWrite = 'afterWrite';
26422
- var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];
26423
-
26424
- function getNodeName(element) {
26425
- return element ? (element.nodeName || '').toLowerCase() : null;
26426
- }
26427
-
26428
- function getWindow(node) {
26429
- if (node == null) {
26430
- return window;
26431
- }
26432
-
26433
- if (node.toString() !== '[object Window]') {
26434
- var ownerDocument = node.ownerDocument;
26435
- return ownerDocument ? ownerDocument.defaultView || window : window;
26436
- }
26437
-
26438
- return node;
26439
- }
26440
-
26441
- function isElement$1(node) {
26442
- var OwnElement = getWindow(node).Element;
26443
- return node instanceof OwnElement || node instanceof Element;
26444
- }
26445
-
26446
- function isHTMLElement(node) {
26447
- var OwnElement = getWindow(node).HTMLElement;
26448
- return node instanceof OwnElement || node instanceof HTMLElement;
26449
- }
26450
-
26451
- function isShadowRoot(node) {
26452
- // IE 11 has no ShadowRoot
26453
- if (typeof ShadowRoot === 'undefined') {
26454
- return false;
26455
- }
26456
-
26457
- var OwnElement = getWindow(node).ShadowRoot;
26458
- return node instanceof OwnElement || node instanceof ShadowRoot;
26459
- }
26460
-
26461
- // and applies them to the HTMLElements such as popper and arrow
26462
-
26463
- function applyStyles(_ref) {
26464
- var state = _ref.state;
26465
- Object.keys(state.elements).forEach(function (name) {
26466
- var style = state.styles[name] || {};
26467
- var attributes = state.attributes[name] || {};
26468
- var element = state.elements[name]; // arrow is optional + virtual elements
26469
-
26470
- if (!isHTMLElement(element) || !getNodeName(element)) {
26471
- return;
26472
- } // Flow doesn't support to extend this property, but it's the most
26473
- // effective way to apply styles to an HTMLElement
26474
- // $FlowFixMe[cannot-write]
26475
-
26476
-
26477
- Object.assign(element.style, style);
26478
- Object.keys(attributes).forEach(function (name) {
26479
- var value = attributes[name];
26480
-
26481
- if (value === false) {
26482
- element.removeAttribute(name);
26483
- } else {
26484
- element.setAttribute(name, value === true ? '' : value);
26485
- }
26486
- });
26487
- });
26488
- }
26489
-
26490
- function effect$2(_ref2) {
26491
- var state = _ref2.state;
26492
- var initialStyles = {
26493
- popper: {
26494
- position: state.options.strategy,
26495
- left: '0',
26496
- top: '0',
26497
- margin: '0'
26498
- },
26499
- arrow: {
26500
- position: 'absolute'
26501
- },
26502
- reference: {}
26503
- };
26504
- Object.assign(state.elements.popper.style, initialStyles.popper);
26505
- state.styles = initialStyles;
26506
-
26507
- if (state.elements.arrow) {
26508
- Object.assign(state.elements.arrow.style, initialStyles.arrow);
26509
- }
26510
-
26511
- return function () {
26512
- Object.keys(state.elements).forEach(function (name) {
26513
- var element = state.elements[name];
26514
- var attributes = state.attributes[name] || {};
26515
- var styleProperties = Object.keys(state.styles.hasOwnProperty(name) ? state.styles[name] : initialStyles[name]); // Set all values to an empty string to unset them
26516
-
26517
- var style = styleProperties.reduce(function (style, property) {
26518
- style[property] = '';
26519
- return style;
26520
- }, {}); // arrow is optional + virtual elements
26521
-
26522
- if (!isHTMLElement(element) || !getNodeName(element)) {
26523
- return;
26524
- }
26525
-
26526
- Object.assign(element.style, style);
26527
- Object.keys(attributes).forEach(function (attribute) {
26528
- element.removeAttribute(attribute);
26529
- });
26530
- });
26531
- };
26532
- } // eslint-disable-next-line import/no-unused-modules
26533
-
26534
-
26535
- var applyStyles$1 = {
26536
- name: 'applyStyles',
26537
- enabled: true,
26538
- phase: 'write',
26539
- fn: applyStyles,
26540
- effect: effect$2,
26541
- requires: ['computeStyles']
26542
- };
26543
-
26544
- function getBasePlacement(placement) {
26545
- return placement.split('-')[0];
26546
- }
26547
-
26548
- var max = Math.max;
26549
- var min = Math.min;
26550
- var round = Math.round;
26551
-
26552
- function getUAString() {
26553
- var uaData = navigator.userAgentData;
26554
-
26555
- if (uaData != null && uaData.brands) {
26556
- return uaData.brands.map(function (item) {
26557
- return item.brand + "/" + item.version;
26558
- }).join(' ');
26559
- }
26560
-
26561
- return navigator.userAgent;
26562
- }
26563
-
26564
- function isLayoutViewport() {
26565
- return !/^((?!chrome|android).)*safari/i.test(getUAString());
26566
- }
26567
-
26568
- function getBoundingClientRect(element, includeScale, isFixedStrategy) {
26569
- if (includeScale === void 0) {
26570
- includeScale = false;
26571
- }
26572
-
26573
- if (isFixedStrategy === void 0) {
26574
- isFixedStrategy = false;
26575
- }
26576
-
26577
- var clientRect = element.getBoundingClientRect();
26578
- var scaleX = 1;
26579
- var scaleY = 1;
26457
+ }
26580
26458
 
26581
- if (includeScale && isHTMLElement(element)) {
26582
- scaleX = element.offsetWidth > 0 ? round(clientRect.width) / element.offsetWidth || 1 : 1;
26583
- scaleY = element.offsetHeight > 0 ? round(clientRect.height) / element.offsetHeight || 1 : 1;
26584
- }
26459
+ .navbar-toggler {
26460
+ padding: 0.25rem 0.75rem;
26461
+ font-size: 1.25rem;
26462
+ line-height: 1;
26463
+ background-color: transparent;
26464
+ border: 1px solid transparent;
26465
+ border-radius: 0.3125rem;
26466
+ transition: box-shadow 0.15s ease-in-out;
26467
+ }
26468
+ @media (prefers-reduced-motion: reduce) {
26469
+ .navbar-toggler {
26470
+ transition: none;
26471
+ }
26472
+ }
26473
+ .navbar-toggler:hover {
26474
+ text-decoration: none;
26475
+ }
26476
+ .navbar-toggler:focus {
26477
+ text-decoration: none;
26478
+ outline: 0;
26479
+ box-shadow: 0 0 0 0.125rem;
26480
+ }
26585
26481
 
26586
- var _ref = isElement$1(element) ? getWindow(element) : window,
26587
- visualViewport = _ref.visualViewport;
26482
+ .navbar-toggler-icon {
26483
+ display: inline-block;
26484
+ width: 1.5em;
26485
+ height: 1.5em;
26486
+ vertical-align: middle;
26487
+ background-repeat: no-repeat;
26488
+ background-position: center;
26489
+ background-size: 100%;
26490
+ }
26588
26491
 
26589
- var addVisualOffsets = !isLayoutViewport() && isFixedStrategy;
26590
- var x = (clientRect.left + (addVisualOffsets && visualViewport ? visualViewport.offsetLeft : 0)) / scaleX;
26591
- var y = (clientRect.top + (addVisualOffsets && visualViewport ? visualViewport.offsetTop : 0)) / scaleY;
26592
- var width = clientRect.width / scaleX;
26593
- var height = clientRect.height / scaleY;
26594
- return {
26595
- width: width,
26596
- height: height,
26597
- top: y,
26598
- right: x + width,
26599
- bottom: y + height,
26600
- left: x,
26601
- x: x,
26602
- y: y
26603
- };
26604
- }
26492
+ .navbar-nav-scroll {
26493
+ max-height: var(--sgds-scroll-height, 75vh);
26494
+ overflow-y: auto;
26495
+ }
26605
26496
 
26606
- // means it doesn't take into account transforms.
26497
+ @media (min-width: 576px) {
26498
+ .navbar-expand-sm {
26499
+ flex-wrap: nowrap;
26500
+ justify-content: flex-start;
26501
+ }
26502
+ .navbar-expand-sm .navbar-nav {
26503
+ flex-direction: row;
26504
+ }
26505
+ .navbar-expand-sm .navbar-nav .dropdown-menu {
26506
+ position: absolute;
26507
+ }
26508
+ .navbar-expand-sm .navbar-nav .nav-link {
26509
+ padding-right: 0.5rem;
26510
+ padding-left: 0.5rem;
26511
+ }
26512
+ .navbar-expand-sm .navbar-nav-scroll {
26513
+ overflow: visible;
26514
+ }
26515
+ .navbar-expand-sm .navbar-collapse {
26516
+ display: flex !important;
26517
+ flex-basis: auto;
26518
+ }
26519
+ .navbar-expand-sm .navbar-toggler {
26520
+ display: none;
26521
+ }
26522
+ .navbar-expand-sm .offcanvas-header {
26523
+ display: none;
26524
+ }
26525
+ .navbar-expand-sm .offcanvas {
26526
+ position: inherit;
26527
+ bottom: 0;
26528
+ z-index: 1000;
26529
+ flex-grow: 1;
26530
+ visibility: visible !important;
26531
+ background-color: transparent;
26532
+ border-right: 0;
26533
+ border-left: 0;
26534
+ transition: none;
26535
+ transform: none;
26536
+ }
26537
+ .navbar-expand-sm .offcanvas-top,
26538
+ .navbar-expand-sm .offcanvas-bottom {
26539
+ height: auto;
26540
+ border-top: 0;
26541
+ border-bottom: 0;
26542
+ }
26543
+ .navbar-expand-sm .offcanvas-body {
26544
+ display: flex;
26545
+ flex-grow: 0;
26546
+ padding: 0;
26547
+ overflow-y: visible;
26548
+ }
26549
+ }
26550
+ @media (min-width: 768px) {
26551
+ .navbar-expand-md {
26552
+ flex-wrap: nowrap;
26553
+ justify-content: flex-start;
26554
+ }
26555
+ .navbar-expand-md .navbar-nav {
26556
+ flex-direction: row;
26557
+ }
26558
+ .navbar-expand-md .navbar-nav .dropdown-menu {
26559
+ position: absolute;
26560
+ }
26561
+ .navbar-expand-md .navbar-nav .nav-link {
26562
+ padding-right: 0.5rem;
26563
+ padding-left: 0.5rem;
26564
+ }
26565
+ .navbar-expand-md .navbar-nav-scroll {
26566
+ overflow: visible;
26567
+ }
26568
+ .navbar-expand-md .navbar-collapse {
26569
+ display: flex !important;
26570
+ flex-basis: auto;
26571
+ }
26572
+ .navbar-expand-md .navbar-toggler {
26573
+ display: none;
26574
+ }
26575
+ .navbar-expand-md .offcanvas-header {
26576
+ display: none;
26577
+ }
26578
+ .navbar-expand-md .offcanvas {
26579
+ position: inherit;
26580
+ bottom: 0;
26581
+ z-index: 1000;
26582
+ flex-grow: 1;
26583
+ visibility: visible !important;
26584
+ background-color: transparent;
26585
+ border-right: 0;
26586
+ border-left: 0;
26587
+ transition: none;
26588
+ transform: none;
26589
+ }
26590
+ .navbar-expand-md .offcanvas-top,
26591
+ .navbar-expand-md .offcanvas-bottom {
26592
+ height: auto;
26593
+ border-top: 0;
26594
+ border-bottom: 0;
26595
+ }
26596
+ .navbar-expand-md .offcanvas-body {
26597
+ display: flex;
26598
+ flex-grow: 0;
26599
+ padding: 0;
26600
+ overflow-y: visible;
26601
+ }
26602
+ }
26603
+ @media (min-width: 992px) {
26604
+ .navbar-expand-lg {
26605
+ flex-wrap: nowrap;
26606
+ justify-content: flex-start;
26607
+ }
26608
+ .navbar-expand-lg .navbar-nav {
26609
+ flex-direction: row;
26610
+ }
26611
+ .navbar-expand-lg .navbar-nav .dropdown-menu {
26612
+ position: absolute;
26613
+ }
26614
+ .navbar-expand-lg .navbar-nav .nav-link {
26615
+ padding-right: 0.5rem;
26616
+ padding-left: 0.5rem;
26617
+ }
26618
+ .navbar-expand-lg .navbar-nav-scroll {
26619
+ overflow: visible;
26620
+ }
26621
+ .navbar-expand-lg .navbar-collapse {
26622
+ display: flex !important;
26623
+ flex-basis: auto;
26624
+ }
26625
+ .navbar-expand-lg .navbar-toggler {
26626
+ display: none;
26627
+ }
26628
+ .navbar-expand-lg .offcanvas-header {
26629
+ display: none;
26630
+ }
26631
+ .navbar-expand-lg .offcanvas {
26632
+ position: inherit;
26633
+ bottom: 0;
26634
+ z-index: 1000;
26635
+ flex-grow: 1;
26636
+ visibility: visible !important;
26637
+ background-color: transparent;
26638
+ border-right: 0;
26639
+ border-left: 0;
26640
+ transition: none;
26641
+ transform: none;
26642
+ }
26643
+ .navbar-expand-lg .offcanvas-top,
26644
+ .navbar-expand-lg .offcanvas-bottom {
26645
+ height: auto;
26646
+ border-top: 0;
26647
+ border-bottom: 0;
26648
+ }
26649
+ .navbar-expand-lg .offcanvas-body {
26650
+ display: flex;
26651
+ flex-grow: 0;
26652
+ padding: 0;
26653
+ overflow-y: visible;
26654
+ }
26655
+ }
26656
+ @media (min-width: 1200px) {
26657
+ .navbar-expand-xl {
26658
+ flex-wrap: nowrap;
26659
+ justify-content: flex-start;
26660
+ }
26661
+ .navbar-expand-xl .navbar-nav {
26662
+ flex-direction: row;
26663
+ }
26664
+ .navbar-expand-xl .navbar-nav .dropdown-menu {
26665
+ position: absolute;
26666
+ }
26667
+ .navbar-expand-xl .navbar-nav .nav-link {
26668
+ padding-right: 0.5rem;
26669
+ padding-left: 0.5rem;
26670
+ }
26671
+ .navbar-expand-xl .navbar-nav-scroll {
26672
+ overflow: visible;
26673
+ }
26674
+ .navbar-expand-xl .navbar-collapse {
26675
+ display: flex !important;
26676
+ flex-basis: auto;
26677
+ }
26678
+ .navbar-expand-xl .navbar-toggler {
26679
+ display: none;
26680
+ }
26681
+ .navbar-expand-xl .offcanvas-header {
26682
+ display: none;
26683
+ }
26684
+ .navbar-expand-xl .offcanvas {
26685
+ position: inherit;
26686
+ bottom: 0;
26687
+ z-index: 1000;
26688
+ flex-grow: 1;
26689
+ visibility: visible !important;
26690
+ background-color: transparent;
26691
+ border-right: 0;
26692
+ border-left: 0;
26693
+ transition: none;
26694
+ transform: none;
26695
+ }
26696
+ .navbar-expand-xl .offcanvas-top,
26697
+ .navbar-expand-xl .offcanvas-bottom {
26698
+ height: auto;
26699
+ border-top: 0;
26700
+ border-bottom: 0;
26701
+ }
26702
+ .navbar-expand-xl .offcanvas-body {
26703
+ display: flex;
26704
+ flex-grow: 0;
26705
+ padding: 0;
26706
+ overflow-y: visible;
26707
+ }
26708
+ }
26709
+ @media (min-width: 1400px) {
26710
+ .navbar-expand-xxl {
26711
+ flex-wrap: nowrap;
26712
+ justify-content: flex-start;
26713
+ }
26714
+ .navbar-expand-xxl .navbar-nav {
26715
+ flex-direction: row;
26716
+ }
26717
+ .navbar-expand-xxl .navbar-nav .dropdown-menu {
26718
+ position: absolute;
26719
+ }
26720
+ .navbar-expand-xxl .navbar-nav .nav-link {
26721
+ padding-right: 0.5rem;
26722
+ padding-left: 0.5rem;
26723
+ }
26724
+ .navbar-expand-xxl .navbar-nav-scroll {
26725
+ overflow: visible;
26726
+ }
26727
+ .navbar-expand-xxl .navbar-collapse {
26728
+ display: flex !important;
26729
+ flex-basis: auto;
26730
+ }
26731
+ .navbar-expand-xxl .navbar-toggler {
26732
+ display: none;
26733
+ }
26734
+ .navbar-expand-xxl .offcanvas-header {
26735
+ display: none;
26736
+ }
26737
+ .navbar-expand-xxl .offcanvas {
26738
+ position: inherit;
26739
+ bottom: 0;
26740
+ z-index: 1000;
26741
+ flex-grow: 1;
26742
+ visibility: visible !important;
26743
+ background-color: transparent;
26744
+ border-right: 0;
26745
+ border-left: 0;
26746
+ transition: none;
26747
+ transform: none;
26748
+ }
26749
+ .navbar-expand-xxl .offcanvas-top,
26750
+ .navbar-expand-xxl .offcanvas-bottom {
26751
+ height: auto;
26752
+ border-top: 0;
26753
+ border-bottom: 0;
26754
+ }
26755
+ .navbar-expand-xxl .offcanvas-body {
26756
+ display: flex;
26757
+ flex-grow: 0;
26758
+ padding: 0;
26759
+ overflow-y: visible;
26760
+ }
26761
+ }
26762
+ .navbar-expand {
26763
+ flex-wrap: nowrap;
26764
+ justify-content: flex-start;
26765
+ }
26766
+ .navbar-expand .navbar-nav {
26767
+ flex-direction: row;
26768
+ }
26769
+ .navbar-expand .navbar-nav .dropdown-menu {
26770
+ position: absolute;
26771
+ }
26772
+ .navbar-expand .navbar-nav .nav-link {
26773
+ padding-right: 0.5rem;
26774
+ padding-left: 0.5rem;
26775
+ }
26776
+ .navbar-expand .navbar-nav-scroll {
26777
+ overflow: visible;
26778
+ }
26779
+ .navbar-expand .navbar-collapse {
26780
+ display: flex !important;
26781
+ flex-basis: auto;
26782
+ }
26783
+ .navbar-expand .navbar-toggler {
26784
+ display: none;
26785
+ }
26786
+ .navbar-expand .offcanvas-header {
26787
+ display: none;
26788
+ }
26789
+ .navbar-expand .offcanvas {
26790
+ position: inherit;
26791
+ bottom: 0;
26792
+ z-index: 1000;
26793
+ flex-grow: 1;
26794
+ visibility: visible !important;
26795
+ background-color: transparent;
26796
+ border-right: 0;
26797
+ border-left: 0;
26798
+ transition: none;
26799
+ transform: none;
26800
+ }
26801
+ .navbar-expand .offcanvas-top,
26802
+ .navbar-expand .offcanvas-bottom {
26803
+ height: auto;
26804
+ border-top: 0;
26805
+ border-bottom: 0;
26806
+ }
26807
+ .navbar-expand .offcanvas-body {
26808
+ display: flex;
26809
+ flex-grow: 0;
26810
+ padding: 0;
26811
+ overflow-y: visible;
26812
+ }
26813
+
26814
+ .navbar-light .navbar-brand {
26815
+ color: rgba(0, 0, 0, 0.9);
26816
+ }
26817
+ .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
26818
+ color: rgba(0, 0, 0, 0.9);
26819
+ }
26820
+ .navbar-light .navbar-nav .nav-link {
26821
+ color: rgba(0, 0, 0, 0.55);
26822
+ }
26823
+ .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
26824
+ color: rgba(0, 0, 0, 0.7);
26825
+ }
26826
+ .navbar-light .navbar-nav .nav-link.disabled {
26827
+ color: rgba(0, 0, 0, 0.3);
26828
+ }
26829
+ .navbar-light .navbar-nav .show > .nav-link,
26830
+ .navbar-light .navbar-nav .nav-link.active {
26831
+ color: rgba(0, 0, 0, 0.9);
26832
+ }
26833
+ .navbar-light .navbar-toggler {
26834
+ color: rgba(0, 0, 0, 0.55);
26835
+ border-color: rgba(0, 0, 0, 0.1);
26836
+ }
26837
+ .navbar-light .navbar-toggler-icon {
26838
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
26839
+ }
26840
+ .navbar-light .navbar-text {
26841
+ color: rgba(0, 0, 0, 0.55);
26842
+ }
26843
+ .navbar-light .navbar-text a,
26844
+ .navbar-light .navbar-text a:hover,
26845
+ .navbar-light .navbar-text a:focus {
26846
+ color: rgba(0, 0, 0, 0.9);
26847
+ }
26848
+
26849
+ .navbar-dark .navbar-brand {
26850
+ color: #fff;
26851
+ }
26852
+ .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
26853
+ color: #fff;
26854
+ }
26855
+ .navbar-dark .navbar-nav .nav-link {
26856
+ color: rgba(255, 255, 255, 0.55);
26857
+ }
26858
+ .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
26859
+ color: rgba(255, 255, 255, 0.75);
26860
+ }
26861
+ .navbar-dark .navbar-nav .nav-link.disabled {
26862
+ color: rgba(255, 255, 255, 0.25);
26863
+ }
26864
+ .navbar-dark .navbar-nav .show > .nav-link,
26865
+ .navbar-dark .navbar-nav .nav-link.active {
26866
+ color: #fff;
26867
+ }
26868
+ .navbar-dark .navbar-toggler {
26869
+ color: rgba(255, 255, 255, 0.55);
26870
+ border-color: rgba(255, 255, 255, 0.1);
26871
+ }
26872
+ .navbar-dark .navbar-toggler-icon {
26873
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
26874
+ }
26875
+ .navbar-dark .navbar-text {
26876
+ color: rgba(255, 255, 255, 0.55);
26877
+ }
26878
+ .navbar-dark .navbar-text a,
26879
+ .navbar-dark .navbar-text a:hover,
26880
+ .navbar-dark .navbar-text a:focus {
26881
+ color: #fff;
26882
+ }
26883
+
26884
+ .sgds.navbar {
26885
+ padding: 0 calc(2rem) 0;
26886
+ min-height: 80px;
26887
+ align-items: stretch;
26888
+ }
26889
+ @media (max-width: 991.98px) {
26890
+ .sgds.navbar {
26891
+ padding: 0 1rem 0;
26892
+ overflow-x: scroll;
26893
+ }
26894
+ }
26895
+ .sgds.navbar a.navbar-brand {
26896
+ display: flex;
26897
+ align-items: center;
26898
+ padding-bottom: 0.125rem;
26899
+ }
26900
+ .sgds.navbar .navbar-collapse {
26901
+ align-items: stretch;
26902
+ }
26903
+ .sgds.navbar .nav-item.has-megamenu {
26904
+ position: static;
26905
+ }
26906
+ .sgds.navbar .nav-item a.nav-link {
26907
+ color: #344054;
26908
+ border-bottom: 0.125rem solid transparent;
26909
+ min-height: 100%;
26910
+ display: flex;
26911
+ align-items: center;
26912
+ }
26913
+ .sgds.navbar .nav-item a.nav-link.active, .sgds.navbar .nav-item a.nav-link:hover {
26914
+ color: #5925DC;
26915
+ border-color: #5925DC;
26916
+ }
26917
+ .sgds.navbar .nav-item a.nav-link.dropdown-toggle {
26918
+ gap: 0.75rem;
26919
+ }
26920
+ .sgds.navbar .nav-item a.nav-link.dropdown-toggle.show {
26921
+ color: #5925DC;
26922
+ border-bottom: 0.125rem solid #5925DC;
26923
+ }
26924
+ .sgds.navbar .dropdown-menu {
26925
+ margin-top: 0;
26926
+ border: 1px solid rgba(0, 0, 0, 0.1);
26927
+ border-radius: 0 0 5px 5px;
26928
+ background-color: #fff;
26929
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
26930
+ }
26931
+ .sgds.navbar .dropdown-menu.megamenu {
26932
+ left: 0;
26933
+ right: 0;
26934
+ width: 100%;
26935
+ }
26936
+
26937
+ .fade {
26938
+ transition: opacity 0.15s linear;
26939
+ }
26940
+ @media (prefers-reduced-motion: reduce) {
26941
+ .fade {
26942
+ transition: none;
26943
+ }
26944
+ }
26945
+ .fade:not(.show) {
26946
+ opacity: 0;
26947
+ }
26948
+
26949
+ .collapse:not(.show) {
26950
+ display: none;
26951
+ }
26952
+
26953
+ .collapsing {
26954
+ height: 0;
26955
+ overflow: hidden;
26956
+ transition: height 0.35s ease;
26957
+ }
26958
+ @media (prefers-reduced-motion: reduce) {
26959
+ .collapsing {
26960
+ transition: none;
26961
+ }
26962
+ }
26963
+ .collapsing.collapse-horizontal {
26964
+ width: 0;
26965
+ height: auto;
26966
+ transition: width 0.35s ease;
26967
+ }
26968
+ @media (prefers-reduced-motion: reduce) {
26969
+ .collapsing.collapse-horizontal {
26970
+ transition: none;
26971
+ }
26972
+ }
26973
+
26974
+ .offcanvas {
26975
+ position: fixed;
26976
+ bottom: 0;
26977
+ z-index: 1045;
26978
+ display: flex;
26979
+ flex-direction: column;
26980
+ max-width: 100%;
26981
+ visibility: hidden;
26982
+ background-color: #fff;
26983
+ background-clip: padding-box;
26984
+ outline: 0;
26985
+ transition: transform 0.3s ease-in-out;
26986
+ }
26987
+ @media (prefers-reduced-motion: reduce) {
26988
+ .offcanvas {
26989
+ transition: none;
26990
+ }
26991
+ }
26992
+
26993
+ .offcanvas-backdrop {
26994
+ position: fixed;
26995
+ top: 0;
26996
+ left: 0;
26997
+ z-index: 1040;
26998
+ width: 100vw;
26999
+ height: 100vh;
27000
+ background-color: #000;
27001
+ }
27002
+ .offcanvas-backdrop.fade {
27003
+ opacity: 0;
27004
+ }
27005
+ .offcanvas-backdrop.show {
27006
+ opacity: 0.5;
27007
+ }
27008
+
27009
+ .offcanvas-header {
27010
+ display: flex;
27011
+ align-items: center;
27012
+ justify-content: space-between;
27013
+ padding: 1.5rem 1.5rem;
27014
+ }
27015
+ .offcanvas-header .btn-close {
27016
+ padding: 0.75rem 0.75rem;
27017
+ margin-top: -0.75rem;
27018
+ margin-right: -0.75rem;
27019
+ margin-bottom: -0.75rem;
27020
+ }
27021
+
27022
+ .offcanvas-title {
27023
+ margin-bottom: 0;
27024
+ line-height: 2;
27025
+ }
27026
+
27027
+ .offcanvas-body {
27028
+ flex-grow: 1;
27029
+ padding: 1.5rem 1.5rem;
27030
+ overflow-y: auto;
27031
+ }
27032
+
27033
+ .offcanvas-start {
27034
+ top: 0;
27035
+ left: 0;
27036
+ width: 400px;
27037
+ border-right: 1px solid #98A2B3;
27038
+ transform: translateX(-100%);
27039
+ }
27040
+
27041
+ .offcanvas-end {
27042
+ top: 0;
27043
+ right: 0;
27044
+ width: 400px;
27045
+ border-left: 1px solid #98A2B3;
27046
+ transform: translateX(100%);
27047
+ }
27048
+
27049
+ .offcanvas-top {
27050
+ top: 0;
27051
+ right: 0;
27052
+ left: 0;
27053
+ height: 30vh;
27054
+ max-height: 100%;
27055
+ border-bottom: 1px solid #98A2B3;
27056
+ transform: translateY(-100%);
27057
+ }
27058
+
27059
+ .offcanvas-bottom {
27060
+ right: 0;
27061
+ left: 0;
27062
+ height: 30vh;
27063
+ max-height: 100%;
27064
+ border-top: 1px solid #98A2B3;
27065
+ transform: translateY(100%);
27066
+ }
27067
+
27068
+ .offcanvas.show {
27069
+ transform: none;
27070
+ }
27071
+
27072
+ .navbar-nav {
27073
+ display: flex;
27074
+ align-self: center;
27075
+ gap: 1rem;
27076
+ height: 100%;
27077
+ margin-left: 1rem;
27078
+ }
27079
+
27080
+ .navbar-toggler {
27081
+ border: none;
27082
+ }
27083
+
27084
+ .navbar-toggler:focus {
27085
+ box-shadow: none;
27086
+ }
27087
+
27088
+ slot[name=non-collapsible] {
27089
+ display: flex;
27090
+ gap: 1rem;
27091
+ align-items: center;
27092
+ }`;
27093
+
27094
+ var top = 'top';
27095
+ var bottom = 'bottom';
27096
+ var right = 'right';
27097
+ var left = 'left';
27098
+ var auto = 'auto';
27099
+ var basePlacements = [top, bottom, right, left];
27100
+ var start = 'start';
27101
+ var end = 'end';
27102
+ var clippingParents = 'clippingParents';
27103
+ var viewport = 'viewport';
27104
+ var popper = 'popper';
27105
+ var reference = 'reference';
27106
+ var variationPlacements = /*#__PURE__*/basePlacements.reduce(function (acc, placement) {
27107
+ return acc.concat([placement + "-" + start, placement + "-" + end]);
27108
+ }, []);
27109
+ var placements = /*#__PURE__*/[].concat(basePlacements, [auto]).reduce(function (acc, placement) {
27110
+ return acc.concat([placement, placement + "-" + start, placement + "-" + end]);
27111
+ }, []); // modifiers that need to read the DOM
27112
+
27113
+ var beforeRead = 'beforeRead';
27114
+ var read = 'read';
27115
+ var afterRead = 'afterRead'; // pure-logic modifiers
27116
+
27117
+ var beforeMain = 'beforeMain';
27118
+ var main = 'main';
27119
+ var afterMain = 'afterMain'; // modifier with the purpose to write to the DOM (or write into a framework state)
27120
+
27121
+ var beforeWrite = 'beforeWrite';
27122
+ var write = 'write';
27123
+ var afterWrite = 'afterWrite';
27124
+ var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];
27125
+
27126
+ function getNodeName(element) {
27127
+ return element ? (element.nodeName || '').toLowerCase() : null;
27128
+ }
27129
+
27130
+ function getWindow(node) {
27131
+ if (node == null) {
27132
+ return window;
27133
+ }
27134
+
27135
+ if (node.toString() !== '[object Window]') {
27136
+ var ownerDocument = node.ownerDocument;
27137
+ return ownerDocument ? ownerDocument.defaultView || window : window;
27138
+ }
27139
+
27140
+ return node;
27141
+ }
27142
+
27143
+ function isElement$1(node) {
27144
+ var OwnElement = getWindow(node).Element;
27145
+ return node instanceof OwnElement || node instanceof Element;
27146
+ }
27147
+
27148
+ function isHTMLElement(node) {
27149
+ var OwnElement = getWindow(node).HTMLElement;
27150
+ return node instanceof OwnElement || node instanceof HTMLElement;
27151
+ }
27152
+
27153
+ function isShadowRoot(node) {
27154
+ // IE 11 has no ShadowRoot
27155
+ if (typeof ShadowRoot === 'undefined') {
27156
+ return false;
27157
+ }
27158
+
27159
+ var OwnElement = getWindow(node).ShadowRoot;
27160
+ return node instanceof OwnElement || node instanceof ShadowRoot;
27161
+ }
27162
+
27163
+ // and applies them to the HTMLElements such as popper and arrow
27164
+
27165
+ function applyStyles(_ref) {
27166
+ var state = _ref.state;
27167
+ Object.keys(state.elements).forEach(function (name) {
27168
+ var style = state.styles[name] || {};
27169
+ var attributes = state.attributes[name] || {};
27170
+ var element = state.elements[name]; // arrow is optional + virtual elements
27171
+
27172
+ if (!isHTMLElement(element) || !getNodeName(element)) {
27173
+ return;
27174
+ } // Flow doesn't support to extend this property, but it's the most
27175
+ // effective way to apply styles to an HTMLElement
27176
+ // $FlowFixMe[cannot-write]
27177
+
27178
+
27179
+ Object.assign(element.style, style);
27180
+ Object.keys(attributes).forEach(function (name) {
27181
+ var value = attributes[name];
27182
+
27183
+ if (value === false) {
27184
+ element.removeAttribute(name);
27185
+ } else {
27186
+ element.setAttribute(name, value === true ? '' : value);
27187
+ }
27188
+ });
27189
+ });
27190
+ }
27191
+
27192
+ function effect$2(_ref2) {
27193
+ var state = _ref2.state;
27194
+ var initialStyles = {
27195
+ popper: {
27196
+ position: state.options.strategy,
27197
+ left: '0',
27198
+ top: '0',
27199
+ margin: '0'
27200
+ },
27201
+ arrow: {
27202
+ position: 'absolute'
27203
+ },
27204
+ reference: {}
27205
+ };
27206
+ Object.assign(state.elements.popper.style, initialStyles.popper);
27207
+ state.styles = initialStyles;
27208
+
27209
+ if (state.elements.arrow) {
27210
+ Object.assign(state.elements.arrow.style, initialStyles.arrow);
27211
+ }
27212
+
27213
+ return function () {
27214
+ Object.keys(state.elements).forEach(function (name) {
27215
+ var element = state.elements[name];
27216
+ var attributes = state.attributes[name] || {};
27217
+ var styleProperties = Object.keys(state.styles.hasOwnProperty(name) ? state.styles[name] : initialStyles[name]); // Set all values to an empty string to unset them
27218
+
27219
+ var style = styleProperties.reduce(function (style, property) {
27220
+ style[property] = '';
27221
+ return style;
27222
+ }, {}); // arrow is optional + virtual elements
27223
+
27224
+ if (!isHTMLElement(element) || !getNodeName(element)) {
27225
+ return;
27226
+ }
27227
+
27228
+ Object.assign(element.style, style);
27229
+ Object.keys(attributes).forEach(function (attribute) {
27230
+ element.removeAttribute(attribute);
27231
+ });
27232
+ });
27233
+ };
27234
+ } // eslint-disable-next-line import/no-unused-modules
27235
+
27236
+
27237
+ var applyStyles$1 = {
27238
+ name: 'applyStyles',
27239
+ enabled: true,
27240
+ phase: 'write',
27241
+ fn: applyStyles,
27242
+ effect: effect$2,
27243
+ requires: ['computeStyles']
27244
+ };
27245
+
27246
+ function getBasePlacement(placement) {
27247
+ return placement.split('-')[0];
27248
+ }
27249
+
27250
+ var max = Math.max;
27251
+ var min = Math.min;
27252
+ var round = Math.round;
27253
+
27254
+ function getUAString() {
27255
+ var uaData = navigator.userAgentData;
27256
+
27257
+ if (uaData != null && uaData.brands) {
27258
+ return uaData.brands.map(function (item) {
27259
+ return item.brand + "/" + item.version;
27260
+ }).join(' ');
27261
+ }
27262
+
27263
+ return navigator.userAgent;
27264
+ }
27265
+
27266
+ function isLayoutViewport() {
27267
+ return !/^((?!chrome|android).)*safari/i.test(getUAString());
27268
+ }
27269
+
27270
+ function getBoundingClientRect(element, includeScale, isFixedStrategy) {
27271
+ if (includeScale === void 0) {
27272
+ includeScale = false;
27273
+ }
27274
+
27275
+ if (isFixedStrategy === void 0) {
27276
+ isFixedStrategy = false;
27277
+ }
27278
+
27279
+ var clientRect = element.getBoundingClientRect();
27280
+ var scaleX = 1;
27281
+ var scaleY = 1;
27282
+
27283
+ if (includeScale && isHTMLElement(element)) {
27284
+ scaleX = element.offsetWidth > 0 ? round(clientRect.width) / element.offsetWidth || 1 : 1;
27285
+ scaleY = element.offsetHeight > 0 ? round(clientRect.height) / element.offsetHeight || 1 : 1;
27286
+ }
27287
+
27288
+ var _ref = isElement$1(element) ? getWindow(element) : window,
27289
+ visualViewport = _ref.visualViewport;
27290
+
27291
+ var addVisualOffsets = !isLayoutViewport() && isFixedStrategy;
27292
+ var x = (clientRect.left + (addVisualOffsets && visualViewport ? visualViewport.offsetLeft : 0)) / scaleX;
27293
+ var y = (clientRect.top + (addVisualOffsets && visualViewport ? visualViewport.offsetTop : 0)) / scaleY;
27294
+ var width = clientRect.width / scaleX;
27295
+ var height = clientRect.height / scaleY;
27296
+ return {
27297
+ width: width,
27298
+ height: height,
27299
+ top: y,
27300
+ right: x + width,
27301
+ bottom: y + height,
27302
+ left: x,
27303
+ x: x,
27304
+ y: y
27305
+ };
27306
+ }
27307
+
27308
+ // means it doesn't take into account transforms.
26607
27309
 
26608
27310
  function getLayoutRect(element) {
26609
27311
  var clientRect = getBoundingClientRect(element); // Use the clientRect sizes if it's not been transformed.
@@ -33407,142 +34109,173 @@ a.sidenav-btn {
33407
34109
 
33408
34110
  defineJQueryPlugin(Toast);
33409
34111
 
34112
+ /**
34113
+ * @license
34114
+ * Copyright 2020 Google LLC
34115
+ * SPDX-License-Identifier: BSD-3-Clause
34116
+ */const e$1=o=>void 0===o.strings;
34117
+
34118
+ /**
34119
+ * @license
34120
+ * Copyright 2017 Google LLC
34121
+ * SPDX-License-Identifier: BSD-3-Clause
34122
+ */const s=(i,t)=>{var e,o;const r=i._$AN;if(void 0===r)return !1;for(const i of r)null===(o=(e=i)._$AO)||void 0===o||o.call(e,t,!1),s(i,t);return !0},o$1=i=>{let t,e;do{if(void 0===(t=i._$AM))break;e=t._$AN,e.delete(i),i=t;}while(0===(null==e?void 0:e.size))},r=i=>{for(let t;t=i._$AM;i=t){let e=t._$AN;if(void 0===e)t._$AN=e=new Set;else if(e.has(i))break;e.add(i),l(t);}};function n$1(i){void 0!==this._$AN?(o$1(this),this._$AM=i,r(this)):this._$AM=i;}function h$1(i,t=!1,e=0){const r=this._$AH,n=this._$AN;if(void 0!==n&&0!==n.size)if(t)if(Array.isArray(r))for(let i=e;i<r.length;i++)s(r[i],!1),o$1(r[i]);else null!=r&&(s(r,!1),o$1(r));else s(this,i);}const l=i=>{var t$1,s,o,r;i.type==t.CHILD&&(null!==(t$1=(o=i)._$AP)&&void 0!==t$1||(o._$AP=h$1),null!==(s=(r=i)._$AQ)&&void 0!==s||(r._$AQ=n$1));};class c extends i{constructor(){super(...arguments),this._$AN=void 0;}_$AT(i,t,e){super._$AT(i,t,e),r(this),this.isConnected=i._$AU;}_$AO(i,t=!0){var e,r;i!==this.isConnected&&(this.isConnected=i,i?null===(e=this.reconnected)||void 0===e||e.call(this):null===(r=this.disconnected)||void 0===r||r.call(this)),t&&(s(this,i),o$1(this));}setValue(t){if(e$1(this._$Ct))this._$Ct._$AI(t,this);else {const i=[...this._$Ct._$AH];i[this._$Ci]=t,this._$Ct._$AI(i,this,0);}}disconnected(){}reconnected(){}}
34123
+
34124
+ /**
34125
+ * @license
34126
+ * Copyright 2020 Google LLC
34127
+ * SPDX-License-Identifier: BSD-3-Clause
34128
+ */const e=()=>new o;class o{}const h=new WeakMap,n=e$2(class extends c{render(t){return b}update(t,[s]){var e;const o=s!==this.Y;return o&&void 0!==this.Y&&this.rt(void 0),(o||this.lt!==this.dt)&&(this.Y=s,this.ct=null===(e=t.options)||void 0===e?void 0:e.host,this.rt(this.dt=t.element)),b}rt(i){var t;if("function"==typeof this.Y){const s=null!==(t=this.ct)&&void 0!==t?t:globalThis;let e=h.get(s);void 0===e&&(e=new WeakMap,h.set(s,e)),void 0!==e.get(this.Y)&&this.Y.call(this.ct,void 0),e.set(this.Y,i),void 0!==i&&this.Y.call(this.ct,i);}else this.Y.value=i;}get lt(){var i,t,s;return "function"==typeof this.Y?null===(t=h.get(null!==(i=this.ct)&&void 0!==i?i:globalThis))||void 0===t?void 0:t.get(this.Y):null===(s=this.Y)||void 0===s?void 0:s.value}disconnected(){this.lt===this.dt&&this.rt(void 0);}reconnected(){this.rt(this.dt);}});
34129
+
33410
34130
  function genId (componentName = '', elementName = '') {
33411
34131
  return `id-${Math.random().toString().substring(2, 6)}-sgds-${componentName}-${elementName}`;
33412
34132
  }
33413
34133
 
33414
- let SideNavItem = class SideNavItem extends s$2 {
34134
+ const SM_BREAKPOINT = 576;
34135
+ const MD_BREAKPOINT = 768;
34136
+ const LG_BREAKPOINT = 992;
34137
+ const XL_BREAKPOINT = 1200;
34138
+ const XXL_BREAKPOINT = 1400;
34139
+
34140
+ const SIZES = {
34141
+ sm: SM_BREAKPOINT,
34142
+ md: MD_BREAKPOINT,
34143
+ lg: LG_BREAKPOINT,
34144
+ xl: XL_BREAKPOINT,
34145
+ XXL: XXL_BREAKPOINT,
34146
+ never: Infinity,
34147
+ always: -1,
34148
+ };
34149
+ let SgdsMainnav = class SgdsMainnav extends SgdsElement {
33415
34150
  constructor() {
33416
- super(...arguments);
34151
+ super();
33417
34152
  this.myCollapse = e();
33418
34153
  this.bsCollapse = null;
33419
- /** when true, toggles the sidenav-item to open on first load and
33420
- * set the active stylings.
33421
- */
33422
- this.active = false;
33423
- this.href = "";
33424
- this.collapseId = genId('sidenav', 'collapse');
33425
- this.buttonId = genId('sidenav', 'button');
33426
- this.index = "-1";
33427
- }
33428
- _onClick() {
33429
- const event = new CustomEvent("toggle-onclick", {
33430
- bubbles: true,
33431
- composed: true,
33432
- detail: { index: this.index },
34154
+ // TODO: stylings and slots are incomplete for offcanvas mode
34155
+ this.myOffcanvas = e();
34156
+ this.bsOffcanvas = null;
34157
+ this.brandHref = "";
34158
+ this.collapseId = genId("mainnav", "collapse");
34159
+ this.expand = "lg";
34160
+ this.mode = "default";
34161
+ this.breakpointReached = false;
34162
+ this.expanded = false;
34163
+ window.addEventListener("resize", () => {
34164
+ const newBreakpointReachedValue = window.innerWidth < SIZES[this.expand.toString()];
34165
+ if (newBreakpointReachedValue !== this.breakpointReached) {
34166
+ this.requestUpdate();
34167
+ }
33433
34168
  });
33434
- this.dispatchEvent(event);
33435
34169
  }
33436
34170
  _onClickButton() {
33437
- this._onClick();
33438
- if (this.bsCollapse) {
33439
- this.bsCollapse.toggle();
34171
+ if (this.mode === "offcanvas") {
34172
+ return this.bsOffcanvas.toggle();
33440
34173
  }
33441
- }
33442
- _onClickLink() {
33443
- this._onClick();
33444
- this.active = true;
33445
- }
33446
- /**
33447
- * closeItem - closes sidenav and inactivates it
33448
- */
33449
- closeItem() {
33450
- this.active = false;
33451
- if (this.bsCollapse)
33452
- this.bsCollapse.hide();
33453
- }
33454
- /**
33455
- * openItem
33456
- */
33457
- openItem() {
33458
- this.active = true;
33459
- if (this.bsCollapse)
33460
- this.bsCollapse.show();
34174
+ this.bsCollapse.toggle();
33461
34175
  }
33462
34176
  firstUpdated() {
33463
- // if sidenav has menu, initialise bootstrap collapse
33464
- if (!this.href) {
34177
+ if (this.mode === "default") {
33465
34178
  this.bsCollapse = new Collapse(this.myCollapse.value, {
33466
- toggle: this.active,
34179
+ toggle: false,
33467
34180
  });
33468
34181
  this.myCollapse.value.addEventListener("show.bs.collapse", () => {
33469
- this.active = true;
34182
+ this.expanded = true;
33470
34183
  });
33471
34184
  this.myCollapse.value.addEventListener("shown.bs.collapse", () => {
33472
- this.active = true;
34185
+ this.expanded = true;
33473
34186
  });
33474
34187
  this.myCollapse.value.addEventListener("hide.bs.collapse", () => {
33475
- this.active = false;
34188
+ this.expanded = false;
33476
34189
  });
33477
34190
  this.myCollapse.value.addEventListener("hidden.bs.collapse", () => {
33478
- this.active = false;
34191
+ this.expanded = false;
34192
+ });
34193
+ }
34194
+ if (this.mode === "offcanvas") {
34195
+ this.bsOffcanvas = new Offcanvas(this.myOffcanvas.value);
34196
+ //add esc keyboard event for bsOffcanvas
34197
+ this.addEventListener("keydown", (ev) => {
34198
+ if (ev.key === "Escape") {
34199
+ this.bsOffcanvas.hide();
34200
+ }
33479
34201
  });
33480
34202
  }
33481
34203
  }
33482
34204
  render() {
33483
- const withMenuTemplate = y ` <button
33484
- @click=${() => this._onClickButton()}
33485
- class="collapsed sidenav-btn ${this.active ? "active" : null}"
33486
- aria-expanded="${this.active}"
33487
- aria-controls="${this.collapseId}"
33488
- aria-selected="${this.active}"
33489
- id="${this.buttonId}"
34205
+ this.breakpointReached = window.innerWidth < SIZES[this.expand.toString()];
34206
+ const collapseClass = "collapse navbar-collapse order-4";
34207
+ const offcanvasClass = "offcanvas offcanvas-start order-4";
34208
+ return y `
34209
+ <nav
34210
+ class="sgds navbar navbar-light
34211
+ ${this._expandClass()}"
33490
34212
  >
33491
- <slot name="title"></slot>
33492
- <svg
33493
- xmlns="http://www.w3.org/2000/svg"
33494
- width="16"
33495
- height="16"
33496
- fill="currentColor"
33497
- class="bi bi-chevron-down"
33498
- viewBox="0 0 16 16"
34213
+ <a class="navbar-brand me-auto order-1" href=${this.brandHref}>
34214
+ <slot name="brand"></slot>
34215
+ </a>
34216
+ <slot
34217
+ name="non-collapsible"
34218
+ class="${this.breakpointReached ? "order-2" : "order-5"}"
34219
+ ></slot>
34220
+ <button
34221
+ class="navbar-toggler order-3"
34222
+ type="button"
34223
+ @click=${() => this._onClickButton()}
34224
+ aria-controls="${this.collapseId}"
34225
+ aria-expanded="${this.expanded}"
34226
+ aria-label="Toggle navigation"
33499
34227
  >
33500
- <path
33501
- fill-rule="evenodd"
33502
- d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
33503
- />
33504
- </svg>
33505
- </button>
33506
- <div class="collapse" ${n(this.myCollapse)} id="${this.collapseId}">
33507
- <ul class="sidenav-list" aria-labelledby="${this.buttonId}">
33508
- <slot></slot>
33509
- </ul>
33510
- </div>`;
33511
- const noMenuTemplate = y `
33512
- <a
33513
- href=${this.href}
33514
- @click=${() => this._onClickLink()}
33515
- class="sidenav-btn ${this.active ? "active" : null}"
33516
- aria-selected="${this.active}"
34228
+ <span class="navbar-toggler-icon"></span>
34229
+ </button>
34230
+ <div
34231
+ class=${this.mode === "default" ? collapseClass : offcanvasClass}
34232
+ ${this.mode === "default"
34233
+ ? n(this.myCollapse)
34234
+ : n(this.myOffcanvas)}
34235
+ id=${this.collapseId}
33517
34236
  >
33518
- <slot name="title"></slot>
33519
- </a>
33520
- `;
33521
- return y `
33522
- <li class="sidenav-item" aria-haspopup="${!this.href}">
33523
- ${this.href ? noMenuTemplate : withMenuTemplate}
33524
- </li>
34237
+ <ul class="navbar-nav">
34238
+ <slot></slot>
34239
+ </ul>
34240
+ </div>
34241
+ </nav>
33525
34242
  `;
33526
34243
  }
34244
+ _expandClass() {
34245
+ switch (this.expand) {
34246
+ case "always":
34247
+ return "navbar-expand";
34248
+ case "never":
34249
+ break;
34250
+ default:
34251
+ return `navbar-expand-${this.expand}`;
34252
+ }
34253
+ }
33527
34254
  };
33528
- SideNavItem.styles = css_248z$3;
34255
+ SgdsMainnav.styles = css_248z$4;
34256
+ __decorate([
34257
+ e$4({ type: String })
34258
+ ], SgdsMainnav.prototype, "brandHref", void 0);
33529
34259
  __decorate([
33530
- e$3({ type: Boolean })
33531
- ], SideNavItem.prototype, "active", void 0);
34260
+ e$4({ type: String })
34261
+ ], SgdsMainnav.prototype, "collapseId", void 0);
33532
34262
  __decorate([
33533
- e$3({ type: String })
33534
- ], SideNavItem.prototype, "href", void 0);
34263
+ e$4()
34264
+ ], SgdsMainnav.prototype, "expand", void 0);
33535
34265
  __decorate([
33536
- e$3({ type: String })
33537
- ], SideNavItem.prototype, "collapseId", void 0);
34266
+ e$4({ type: String })
34267
+ ], SgdsMainnav.prototype, "mode", void 0);
33538
34268
  __decorate([
33539
- e$3({ type: String })
33540
- ], SideNavItem.prototype, "buttonId", void 0);
33541
- SideNavItem = __decorate([
33542
- e$4("sidenav-item")
33543
- ], SideNavItem);
34269
+ t$1()
34270
+ ], SgdsMainnav.prototype, "breakpointReached", void 0);
34271
+ __decorate([
34272
+ t$1()
34273
+ ], SgdsMainnav.prototype, "expanded", void 0);
34274
+ SgdsMainnav = __decorate([
34275
+ e$5("sgds-mainnav")
34276
+ ], SgdsMainnav);
33544
34277
 
33545
- var css_248z$2 = i$3`@charset "UTF-8";
34278
+ var css_248z$3 = i$4`@charset "UTF-8";
33546
34279
  :root {
33547
34280
  --sgds-blue: #1f69ff;
33548
34281
  --sgds-purple: #5925DC;
@@ -39000,169 +39733,797 @@ a[target=_blank]:after {
39000
39733
  .pt-xxl-5 {
39001
39734
  padding-top: 2rem !important;
39002
39735
  }
39003
- .pt-xxl-6 {
39004
- padding-top: 2.5rem !important;
39736
+ .pt-xxl-6 {
39737
+ padding-top: 2.5rem !important;
39738
+ }
39739
+ .pt-xxl-7 {
39740
+ padding-top: 3rem !important;
39741
+ }
39742
+ .pt-xxl-8 {
39743
+ padding-top: 3.5rem !important;
39744
+ }
39745
+ .pe-xxl-0 {
39746
+ padding-right: 0 !important;
39747
+ }
39748
+ .pe-xxl-1 {
39749
+ padding-right: 0.25rem !important;
39750
+ }
39751
+ .pe-xxl-2 {
39752
+ padding-right: 0.5rem !important;
39753
+ }
39754
+ .pe-xxl-3 {
39755
+ padding-right: 1rem !important;
39756
+ }
39757
+ .pe-xxl-4 {
39758
+ padding-right: 1.5rem !important;
39759
+ }
39760
+ .pe-xxl-5 {
39761
+ padding-right: 2rem !important;
39762
+ }
39763
+ .pe-xxl-6 {
39764
+ padding-right: 2.5rem !important;
39765
+ }
39766
+ .pe-xxl-7 {
39767
+ padding-right: 3rem !important;
39768
+ }
39769
+ .pe-xxl-8 {
39770
+ padding-right: 3.5rem !important;
39771
+ }
39772
+ .pb-xxl-0 {
39773
+ padding-bottom: 0 !important;
39774
+ }
39775
+ .pb-xxl-1 {
39776
+ padding-bottom: 0.25rem !important;
39777
+ }
39778
+ .pb-xxl-2 {
39779
+ padding-bottom: 0.5rem !important;
39780
+ }
39781
+ .pb-xxl-3 {
39782
+ padding-bottom: 1rem !important;
39783
+ }
39784
+ .pb-xxl-4 {
39785
+ padding-bottom: 1.5rem !important;
39786
+ }
39787
+ .pb-xxl-5 {
39788
+ padding-bottom: 2rem !important;
39789
+ }
39790
+ .pb-xxl-6 {
39791
+ padding-bottom: 2.5rem !important;
39792
+ }
39793
+ .pb-xxl-7 {
39794
+ padding-bottom: 3rem !important;
39795
+ }
39796
+ .pb-xxl-8 {
39797
+ padding-bottom: 3.5rem !important;
39798
+ }
39799
+ .ps-xxl-0 {
39800
+ padding-left: 0 !important;
39801
+ }
39802
+ .ps-xxl-1 {
39803
+ padding-left: 0.25rem !important;
39804
+ }
39805
+ .ps-xxl-2 {
39806
+ padding-left: 0.5rem !important;
39807
+ }
39808
+ .ps-xxl-3 {
39809
+ padding-left: 1rem !important;
39810
+ }
39811
+ .ps-xxl-4 {
39812
+ padding-left: 1.5rem !important;
39813
+ }
39814
+ .ps-xxl-5 {
39815
+ padding-left: 2rem !important;
39816
+ }
39817
+ .ps-xxl-6 {
39818
+ padding-left: 2.5rem !important;
39819
+ }
39820
+ .ps-xxl-7 {
39821
+ padding-left: 3rem !important;
39822
+ }
39823
+ .ps-xxl-8 {
39824
+ padding-left: 3.5rem !important;
39825
+ }
39826
+ .text-xxl-start {
39827
+ text-align: left !important;
39828
+ }
39829
+ .text-xxl-end {
39830
+ text-align: right !important;
39831
+ }
39832
+ .text-xxl-center {
39833
+ text-align: center !important;
39834
+ }
39835
+ }
39836
+ @media (min-width: 1200px) {
39837
+ .fs-0 {
39838
+ font-size: 3.5rem !important;
39839
+ }
39840
+ .fs-1 {
39841
+ font-size: 2.5rem !important;
39842
+ }
39843
+ .fs-2 {
39844
+ font-size: 2rem !important;
39845
+ }
39846
+ .fs-3 {
39847
+ font-size: 1.5rem !important;
39848
+ }
39849
+ }
39850
+ @media print {
39851
+ .d-print-inline {
39852
+ display: inline !important;
39853
+ }
39854
+ .d-print-inline-block {
39855
+ display: inline-block !important;
39856
+ }
39857
+ .d-print-block {
39858
+ display: block !important;
39859
+ }
39860
+ .d-print-grid {
39861
+ display: grid !important;
39862
+ }
39863
+ .d-print-table {
39864
+ display: table !important;
39865
+ }
39866
+ .d-print-table-row {
39867
+ display: table-row !important;
39868
+ }
39869
+ .d-print-table-cell {
39870
+ display: table-cell !important;
39871
+ }
39872
+ .d-print-flex {
39873
+ display: flex !important;
39874
+ }
39875
+ .d-print-inline-flex {
39876
+ display: inline-flex !important;
39877
+ }
39878
+ .d-print-none {
39879
+ display: none !important;
39880
+ }
39881
+ }
39882
+ .nav {
39883
+ display: flex;
39884
+ flex-wrap: wrap;
39885
+ padding-left: 0;
39886
+ margin-bottom: 0;
39887
+ list-style: none;
39888
+ }
39889
+
39890
+ .nav-link {
39891
+ display: block;
39892
+ padding: 0.5rem 1rem;
39893
+ color: #0F71BB;
39894
+ text-decoration: none;
39895
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
39896
+ }
39897
+ @media (prefers-reduced-motion: reduce) {
39898
+ .nav-link {
39899
+ transition: none;
39900
+ }
39901
+ }
39902
+ .nav-link:hover, .nav-link:focus {
39903
+ color: #0c5a96;
39904
+ }
39905
+ .nav-link.disabled {
39906
+ color: #344054;
39907
+ pointer-events: none;
39908
+ cursor: default;
39909
+ }
39910
+
39911
+ .nav-tabs {
39912
+ border-bottom: 1px solid transparent;
39913
+ }
39914
+ .nav-tabs .nav-link {
39915
+ margin-bottom: -1px;
39916
+ background: none;
39917
+ border: 1px solid transparent;
39918
+ border-top-left-radius: 0.3125rem;
39919
+ border-top-right-radius: 0.3125rem;
39920
+ }
39921
+ .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
39922
+ border-color: #E4E7EC #E4E7EC transparent;
39923
+ isolation: isolate;
39924
+ }
39925
+ .nav-tabs .nav-link.disabled {
39926
+ color: #344054;
39927
+ background-color: transparent;
39928
+ border-color: transparent;
39929
+ }
39930
+ .nav-tabs .nav-link.active,
39931
+ .nav-tabs .nav-item.show .nav-link {
39932
+ color: #1D2939;
39933
+ background-color: #fff;
39934
+ border-color: #D0D5DD #D0D5DD #fff;
39935
+ }
39936
+ .nav-tabs .dropdown-menu {
39937
+ margin-top: -1px;
39938
+ border-top-left-radius: 0;
39939
+ border-top-right-radius: 0;
39940
+ }
39941
+
39942
+ .nav-pills .nav-link {
39943
+ background: none;
39944
+ border: 0;
39945
+ border-radius: 0.3125rem;
39946
+ }
39947
+ .nav-pills .nav-link.active,
39948
+ .nav-pills .show > .nav-link {
39949
+ color: #fff;
39950
+ background-color: #0F71BB;
39951
+ }
39952
+
39953
+ .nav-fill > .nav-link,
39954
+ .nav-fill .nav-item {
39955
+ flex: 1 1 auto;
39956
+ text-align: center;
39957
+ }
39958
+
39959
+ .nav-justified > .nav-link,
39960
+ .nav-justified .nav-item {
39961
+ flex-basis: 0;
39962
+ flex-grow: 1;
39963
+ text-align: center;
39964
+ }
39965
+
39966
+ .nav-fill .nav-item .nav-link,
39967
+ .nav-justified .nav-item .nav-link {
39968
+ width: 100%;
39969
+ }
39970
+
39971
+ .tab-content > .tab-pane {
39972
+ display: none;
39973
+ }
39974
+ .tab-content > .active {
39975
+ display: block;
39976
+ }
39977
+
39978
+ .navbar {
39979
+ position: relative;
39980
+ display: flex;
39981
+ flex-wrap: wrap;
39982
+ align-items: center;
39983
+ justify-content: space-between;
39984
+ padding-top: 2rem;
39985
+ padding-bottom: 2rem;
39986
+ }
39987
+ .navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
39988
+ .navbar > .container-fluid {
39989
+ display: flex;
39990
+ flex-wrap: inherit;
39991
+ align-items: center;
39992
+ justify-content: space-between;
39993
+ }
39994
+ .navbar-brand {
39995
+ padding-top: 0.25rem;
39996
+ padding-bottom: 0.25rem;
39997
+ margin-right: 1rem;
39998
+ font-size: 1.25rem;
39999
+ text-decoration: none;
40000
+ white-space: nowrap;
40001
+ }
40002
+ .navbar-nav {
40003
+ display: flex;
40004
+ flex-direction: column;
40005
+ padding-left: 0;
40006
+ margin-bottom: 0;
40007
+ list-style: none;
40008
+ }
40009
+ .navbar-nav .nav-link {
40010
+ padding-right: 0;
40011
+ padding-left: 0;
40012
+ }
40013
+ .navbar-nav .dropdown-menu {
40014
+ position: static;
40015
+ }
40016
+
40017
+ .navbar-text {
40018
+ padding-top: 0.5rem;
40019
+ padding-bottom: 0.5rem;
40020
+ }
40021
+
40022
+ .navbar-collapse {
40023
+ flex-basis: 100%;
40024
+ flex-grow: 1;
40025
+ align-items: center;
40026
+ }
40027
+
40028
+ .navbar-toggler {
40029
+ padding: 0.25rem 0.75rem;
40030
+ font-size: 1.25rem;
40031
+ line-height: 1;
40032
+ background-color: transparent;
40033
+ border: 1px solid transparent;
40034
+ border-radius: 0.3125rem;
40035
+ transition: box-shadow 0.15s ease-in-out;
40036
+ }
40037
+ @media (prefers-reduced-motion: reduce) {
40038
+ .navbar-toggler {
40039
+ transition: none;
40040
+ }
40041
+ }
40042
+ .navbar-toggler:hover {
40043
+ text-decoration: none;
40044
+ }
40045
+ .navbar-toggler:focus {
40046
+ text-decoration: none;
40047
+ outline: 0;
40048
+ box-shadow: 0 0 0 0.125rem;
40049
+ }
40050
+
40051
+ .navbar-toggler-icon {
40052
+ display: inline-block;
40053
+ width: 1.5em;
40054
+ height: 1.5em;
40055
+ vertical-align: middle;
40056
+ background-repeat: no-repeat;
40057
+ background-position: center;
40058
+ background-size: 100%;
40059
+ }
40060
+
40061
+ .navbar-nav-scroll {
40062
+ max-height: var(--sgds-scroll-height, 75vh);
40063
+ overflow-y: auto;
40064
+ }
40065
+
40066
+ @media (min-width: 576px) {
40067
+ .navbar-expand-sm {
40068
+ flex-wrap: nowrap;
40069
+ justify-content: flex-start;
40070
+ }
40071
+ .navbar-expand-sm .navbar-nav {
40072
+ flex-direction: row;
40073
+ }
40074
+ .navbar-expand-sm .navbar-nav .dropdown-menu {
40075
+ position: absolute;
40076
+ }
40077
+ .navbar-expand-sm .navbar-nav .nav-link {
40078
+ padding-right: 0.5rem;
40079
+ padding-left: 0.5rem;
40080
+ }
40081
+ .navbar-expand-sm .navbar-nav-scroll {
40082
+ overflow: visible;
40083
+ }
40084
+ .navbar-expand-sm .navbar-collapse {
40085
+ display: flex !important;
40086
+ flex-basis: auto;
40087
+ }
40088
+ .navbar-expand-sm .navbar-toggler {
40089
+ display: none;
40090
+ }
40091
+ .navbar-expand-sm .offcanvas-header {
40092
+ display: none;
40093
+ }
40094
+ .navbar-expand-sm .offcanvas {
40095
+ position: inherit;
40096
+ bottom: 0;
40097
+ z-index: 1000;
40098
+ flex-grow: 1;
40099
+ visibility: visible !important;
40100
+ background-color: transparent;
40101
+ border-right: 0;
40102
+ border-left: 0;
40103
+ transition: none;
40104
+ transform: none;
40105
+ }
40106
+ .navbar-expand-sm .offcanvas-top,
40107
+ .navbar-expand-sm .offcanvas-bottom {
40108
+ height: auto;
40109
+ border-top: 0;
40110
+ border-bottom: 0;
39005
40111
  }
39006
- .pt-xxl-7 {
39007
- padding-top: 3rem !important;
40112
+ .navbar-expand-sm .offcanvas-body {
40113
+ display: flex;
40114
+ flex-grow: 0;
40115
+ padding: 0;
40116
+ overflow-y: visible;
39008
40117
  }
39009
- .pt-xxl-8 {
39010
- padding-top: 3.5rem !important;
40118
+ }
40119
+ @media (min-width: 768px) {
40120
+ .navbar-expand-md {
40121
+ flex-wrap: nowrap;
40122
+ justify-content: flex-start;
39011
40123
  }
39012
- .pe-xxl-0 {
39013
- padding-right: 0 !important;
40124
+ .navbar-expand-md .navbar-nav {
40125
+ flex-direction: row;
39014
40126
  }
39015
- .pe-xxl-1 {
39016
- padding-right: 0.25rem !important;
40127
+ .navbar-expand-md .navbar-nav .dropdown-menu {
40128
+ position: absolute;
39017
40129
  }
39018
- .pe-xxl-2 {
39019
- padding-right: 0.5rem !important;
40130
+ .navbar-expand-md .navbar-nav .nav-link {
40131
+ padding-right: 0.5rem;
40132
+ padding-left: 0.5rem;
39020
40133
  }
39021
- .pe-xxl-3 {
39022
- padding-right: 1rem !important;
40134
+ .navbar-expand-md .navbar-nav-scroll {
40135
+ overflow: visible;
39023
40136
  }
39024
- .pe-xxl-4 {
39025
- padding-right: 1.5rem !important;
40137
+ .navbar-expand-md .navbar-collapse {
40138
+ display: flex !important;
40139
+ flex-basis: auto;
39026
40140
  }
39027
- .pe-xxl-5 {
39028
- padding-right: 2rem !important;
40141
+ .navbar-expand-md .navbar-toggler {
40142
+ display: none;
39029
40143
  }
39030
- .pe-xxl-6 {
39031
- padding-right: 2.5rem !important;
40144
+ .navbar-expand-md .offcanvas-header {
40145
+ display: none;
39032
40146
  }
39033
- .pe-xxl-7 {
39034
- padding-right: 3rem !important;
40147
+ .navbar-expand-md .offcanvas {
40148
+ position: inherit;
40149
+ bottom: 0;
40150
+ z-index: 1000;
40151
+ flex-grow: 1;
40152
+ visibility: visible !important;
40153
+ background-color: transparent;
40154
+ border-right: 0;
40155
+ border-left: 0;
40156
+ transition: none;
40157
+ transform: none;
39035
40158
  }
39036
- .pe-xxl-8 {
39037
- padding-right: 3.5rem !important;
40159
+ .navbar-expand-md .offcanvas-top,
40160
+ .navbar-expand-md .offcanvas-bottom {
40161
+ height: auto;
40162
+ border-top: 0;
40163
+ border-bottom: 0;
39038
40164
  }
39039
- .pb-xxl-0 {
39040
- padding-bottom: 0 !important;
40165
+ .navbar-expand-md .offcanvas-body {
40166
+ display: flex;
40167
+ flex-grow: 0;
40168
+ padding: 0;
40169
+ overflow-y: visible;
39041
40170
  }
39042
- .pb-xxl-1 {
39043
- padding-bottom: 0.25rem !important;
40171
+ }
40172
+ @media (min-width: 992px) {
40173
+ .navbar-expand-lg {
40174
+ flex-wrap: nowrap;
40175
+ justify-content: flex-start;
39044
40176
  }
39045
- .pb-xxl-2 {
39046
- padding-bottom: 0.5rem !important;
40177
+ .navbar-expand-lg .navbar-nav {
40178
+ flex-direction: row;
39047
40179
  }
39048
- .pb-xxl-3 {
39049
- padding-bottom: 1rem !important;
40180
+ .navbar-expand-lg .navbar-nav .dropdown-menu {
40181
+ position: absolute;
39050
40182
  }
39051
- .pb-xxl-4 {
39052
- padding-bottom: 1.5rem !important;
40183
+ .navbar-expand-lg .navbar-nav .nav-link {
40184
+ padding-right: 0.5rem;
40185
+ padding-left: 0.5rem;
39053
40186
  }
39054
- .pb-xxl-5 {
39055
- padding-bottom: 2rem !important;
40187
+ .navbar-expand-lg .navbar-nav-scroll {
40188
+ overflow: visible;
39056
40189
  }
39057
- .pb-xxl-6 {
39058
- padding-bottom: 2.5rem !important;
40190
+ .navbar-expand-lg .navbar-collapse {
40191
+ display: flex !important;
40192
+ flex-basis: auto;
39059
40193
  }
39060
- .pb-xxl-7 {
39061
- padding-bottom: 3rem !important;
40194
+ .navbar-expand-lg .navbar-toggler {
40195
+ display: none;
39062
40196
  }
39063
- .pb-xxl-8 {
39064
- padding-bottom: 3.5rem !important;
40197
+ .navbar-expand-lg .offcanvas-header {
40198
+ display: none;
39065
40199
  }
39066
- .ps-xxl-0 {
39067
- padding-left: 0 !important;
40200
+ .navbar-expand-lg .offcanvas {
40201
+ position: inherit;
40202
+ bottom: 0;
40203
+ z-index: 1000;
40204
+ flex-grow: 1;
40205
+ visibility: visible !important;
40206
+ background-color: transparent;
40207
+ border-right: 0;
40208
+ border-left: 0;
40209
+ transition: none;
40210
+ transform: none;
39068
40211
  }
39069
- .ps-xxl-1 {
39070
- padding-left: 0.25rem !important;
40212
+ .navbar-expand-lg .offcanvas-top,
40213
+ .navbar-expand-lg .offcanvas-bottom {
40214
+ height: auto;
40215
+ border-top: 0;
40216
+ border-bottom: 0;
39071
40217
  }
39072
- .ps-xxl-2 {
39073
- padding-left: 0.5rem !important;
40218
+ .navbar-expand-lg .offcanvas-body {
40219
+ display: flex;
40220
+ flex-grow: 0;
40221
+ padding: 0;
40222
+ overflow-y: visible;
39074
40223
  }
39075
- .ps-xxl-3 {
39076
- padding-left: 1rem !important;
40224
+ }
40225
+ @media (min-width: 1200px) {
40226
+ .navbar-expand-xl {
40227
+ flex-wrap: nowrap;
40228
+ justify-content: flex-start;
39077
40229
  }
39078
- .ps-xxl-4 {
39079
- padding-left: 1.5rem !important;
40230
+ .navbar-expand-xl .navbar-nav {
40231
+ flex-direction: row;
39080
40232
  }
39081
- .ps-xxl-5 {
39082
- padding-left: 2rem !important;
40233
+ .navbar-expand-xl .navbar-nav .dropdown-menu {
40234
+ position: absolute;
39083
40235
  }
39084
- .ps-xxl-6 {
39085
- padding-left: 2.5rem !important;
40236
+ .navbar-expand-xl .navbar-nav .nav-link {
40237
+ padding-right: 0.5rem;
40238
+ padding-left: 0.5rem;
39086
40239
  }
39087
- .ps-xxl-7 {
39088
- padding-left: 3rem !important;
40240
+ .navbar-expand-xl .navbar-nav-scroll {
40241
+ overflow: visible;
39089
40242
  }
39090
- .ps-xxl-8 {
39091
- padding-left: 3.5rem !important;
40243
+ .navbar-expand-xl .navbar-collapse {
40244
+ display: flex !important;
40245
+ flex-basis: auto;
39092
40246
  }
39093
- .text-xxl-start {
39094
- text-align: left !important;
40247
+ .navbar-expand-xl .navbar-toggler {
40248
+ display: none;
39095
40249
  }
39096
- .text-xxl-end {
39097
- text-align: right !important;
40250
+ .navbar-expand-xl .offcanvas-header {
40251
+ display: none;
39098
40252
  }
39099
- .text-xxl-center {
39100
- text-align: center !important;
40253
+ .navbar-expand-xl .offcanvas {
40254
+ position: inherit;
40255
+ bottom: 0;
40256
+ z-index: 1000;
40257
+ flex-grow: 1;
40258
+ visibility: visible !important;
40259
+ background-color: transparent;
40260
+ border-right: 0;
40261
+ border-left: 0;
40262
+ transition: none;
40263
+ transform: none;
39101
40264
  }
39102
- }
39103
- @media (min-width: 1200px) {
39104
- .fs-0 {
39105
- font-size: 3.5rem !important;
40265
+ .navbar-expand-xl .offcanvas-top,
40266
+ .navbar-expand-xl .offcanvas-bottom {
40267
+ height: auto;
40268
+ border-top: 0;
40269
+ border-bottom: 0;
39106
40270
  }
39107
- .fs-1 {
39108
- font-size: 2.5rem !important;
40271
+ .navbar-expand-xl .offcanvas-body {
40272
+ display: flex;
40273
+ flex-grow: 0;
40274
+ padding: 0;
40275
+ overflow-y: visible;
39109
40276
  }
39110
- .fs-2 {
39111
- font-size: 2rem !important;
40277
+ }
40278
+ @media (min-width: 1400px) {
40279
+ .navbar-expand-xxl {
40280
+ flex-wrap: nowrap;
40281
+ justify-content: flex-start;
39112
40282
  }
39113
- .fs-3 {
39114
- font-size: 1.5rem !important;
40283
+ .navbar-expand-xxl .navbar-nav {
40284
+ flex-direction: row;
39115
40285
  }
39116
- }
39117
- @media print {
39118
- .d-print-inline {
39119
- display: inline !important;
40286
+ .navbar-expand-xxl .navbar-nav .dropdown-menu {
40287
+ position: absolute;
39120
40288
  }
39121
- .d-print-inline-block {
39122
- display: inline-block !important;
40289
+ .navbar-expand-xxl .navbar-nav .nav-link {
40290
+ padding-right: 0.5rem;
40291
+ padding-left: 0.5rem;
39123
40292
  }
39124
- .d-print-block {
39125
- display: block !important;
40293
+ .navbar-expand-xxl .navbar-nav-scroll {
40294
+ overflow: visible;
39126
40295
  }
39127
- .d-print-grid {
39128
- display: grid !important;
40296
+ .navbar-expand-xxl .navbar-collapse {
40297
+ display: flex !important;
40298
+ flex-basis: auto;
39129
40299
  }
39130
- .d-print-table {
39131
- display: table !important;
40300
+ .navbar-expand-xxl .navbar-toggler {
40301
+ display: none;
39132
40302
  }
39133
- .d-print-table-row {
39134
- display: table-row !important;
40303
+ .navbar-expand-xxl .offcanvas-header {
40304
+ display: none;
39135
40305
  }
39136
- .d-print-table-cell {
39137
- display: table-cell !important;
40306
+ .navbar-expand-xxl .offcanvas {
40307
+ position: inherit;
40308
+ bottom: 0;
40309
+ z-index: 1000;
40310
+ flex-grow: 1;
40311
+ visibility: visible !important;
40312
+ background-color: transparent;
40313
+ border-right: 0;
40314
+ border-left: 0;
40315
+ transition: none;
40316
+ transform: none;
39138
40317
  }
39139
- .d-print-flex {
39140
- display: flex !important;
40318
+ .navbar-expand-xxl .offcanvas-top,
40319
+ .navbar-expand-xxl .offcanvas-bottom {
40320
+ height: auto;
40321
+ border-top: 0;
40322
+ border-bottom: 0;
39141
40323
  }
39142
- .d-print-inline-flex {
39143
- display: inline-flex !important;
40324
+ .navbar-expand-xxl .offcanvas-body {
40325
+ display: flex;
40326
+ flex-grow: 0;
40327
+ padding: 0;
40328
+ overflow-y: visible;
39144
40329
  }
39145
- .d-print-none {
39146
- display: none !important;
40330
+ }
40331
+ .navbar-expand {
40332
+ flex-wrap: nowrap;
40333
+ justify-content: flex-start;
40334
+ }
40335
+ .navbar-expand .navbar-nav {
40336
+ flex-direction: row;
40337
+ }
40338
+ .navbar-expand .navbar-nav .dropdown-menu {
40339
+ position: absolute;
40340
+ }
40341
+ .navbar-expand .navbar-nav .nav-link {
40342
+ padding-right: 0.5rem;
40343
+ padding-left: 0.5rem;
40344
+ }
40345
+ .navbar-expand .navbar-nav-scroll {
40346
+ overflow: visible;
40347
+ }
40348
+ .navbar-expand .navbar-collapse {
40349
+ display: flex !important;
40350
+ flex-basis: auto;
40351
+ }
40352
+ .navbar-expand .navbar-toggler {
40353
+ display: none;
40354
+ }
40355
+ .navbar-expand .offcanvas-header {
40356
+ display: none;
40357
+ }
40358
+ .navbar-expand .offcanvas {
40359
+ position: inherit;
40360
+ bottom: 0;
40361
+ z-index: 1000;
40362
+ flex-grow: 1;
40363
+ visibility: visible !important;
40364
+ background-color: transparent;
40365
+ border-right: 0;
40366
+ border-left: 0;
40367
+ transition: none;
40368
+ transform: none;
40369
+ }
40370
+ .navbar-expand .offcanvas-top,
40371
+ .navbar-expand .offcanvas-bottom {
40372
+ height: auto;
40373
+ border-top: 0;
40374
+ border-bottom: 0;
40375
+ }
40376
+ .navbar-expand .offcanvas-body {
40377
+ display: flex;
40378
+ flex-grow: 0;
40379
+ padding: 0;
40380
+ overflow-y: visible;
40381
+ }
40382
+
40383
+ .navbar-light .navbar-brand {
40384
+ color: rgba(0, 0, 0, 0.9);
40385
+ }
40386
+ .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
40387
+ color: rgba(0, 0, 0, 0.9);
40388
+ }
40389
+ .navbar-light .navbar-nav .nav-link {
40390
+ color: rgba(0, 0, 0, 0.55);
40391
+ }
40392
+ .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
40393
+ color: rgba(0, 0, 0, 0.7);
40394
+ }
40395
+ .navbar-light .navbar-nav .nav-link.disabled {
40396
+ color: rgba(0, 0, 0, 0.3);
40397
+ }
40398
+ .navbar-light .navbar-nav .show > .nav-link,
40399
+ .navbar-light .navbar-nav .nav-link.active {
40400
+ color: rgba(0, 0, 0, 0.9);
40401
+ }
40402
+ .navbar-light .navbar-toggler {
40403
+ color: rgba(0, 0, 0, 0.55);
40404
+ border-color: rgba(0, 0, 0, 0.1);
40405
+ }
40406
+ .navbar-light .navbar-toggler-icon {
40407
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
40408
+ }
40409
+ .navbar-light .navbar-text {
40410
+ color: rgba(0, 0, 0, 0.55);
40411
+ }
40412
+ .navbar-light .navbar-text a,
40413
+ .navbar-light .navbar-text a:hover,
40414
+ .navbar-light .navbar-text a:focus {
40415
+ color: rgba(0, 0, 0, 0.9);
40416
+ }
40417
+
40418
+ .navbar-dark .navbar-brand {
40419
+ color: #fff;
40420
+ }
40421
+ .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
40422
+ color: #fff;
40423
+ }
40424
+ .navbar-dark .navbar-nav .nav-link {
40425
+ color: rgba(255, 255, 255, 0.55);
40426
+ }
40427
+ .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
40428
+ color: rgba(255, 255, 255, 0.75);
40429
+ }
40430
+ .navbar-dark .navbar-nav .nav-link.disabled {
40431
+ color: rgba(255, 255, 255, 0.25);
40432
+ }
40433
+ .navbar-dark .navbar-nav .show > .nav-link,
40434
+ .navbar-dark .navbar-nav .nav-link.active {
40435
+ color: #fff;
40436
+ }
40437
+ .navbar-dark .navbar-toggler {
40438
+ color: rgba(255, 255, 255, 0.55);
40439
+ border-color: rgba(255, 255, 255, 0.1);
40440
+ }
40441
+ .navbar-dark .navbar-toggler-icon {
40442
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
40443
+ }
40444
+ .navbar-dark .navbar-text {
40445
+ color: rgba(255, 255, 255, 0.55);
40446
+ }
40447
+ .navbar-dark .navbar-text a,
40448
+ .navbar-dark .navbar-text a:hover,
40449
+ .navbar-dark .navbar-text a:focus {
40450
+ color: #fff;
40451
+ }
40452
+
40453
+ .sgds.navbar {
40454
+ padding: 0 calc(2rem) 0;
40455
+ min-height: 80px;
40456
+ align-items: stretch;
40457
+ }
40458
+ @media (max-width: 991.98px) {
40459
+ .sgds.navbar {
40460
+ padding: 0 1rem 0;
40461
+ overflow-x: scroll;
39147
40462
  }
39148
40463
  }
40464
+ .sgds.navbar a.navbar-brand {
40465
+ display: flex;
40466
+ align-items: center;
40467
+ padding-bottom: 0.125rem;
40468
+ }
40469
+ .sgds.navbar .navbar-collapse {
40470
+ align-items: stretch;
40471
+ }
40472
+ .sgds.navbar .nav-item.has-megamenu {
40473
+ position: static;
40474
+ }
40475
+ .sgds.navbar .nav-item a.nav-link {
40476
+ color: #344054;
40477
+ border-bottom: 0.125rem solid transparent;
40478
+ min-height: 100%;
40479
+ display: flex;
40480
+ align-items: center;
40481
+ }
40482
+ .sgds.navbar .nav-item a.nav-link.active, .sgds.navbar .nav-item a.nav-link:hover {
40483
+ color: #5925DC;
40484
+ border-color: #5925DC;
40485
+ }
40486
+ .sgds.navbar .nav-item a.nav-link.dropdown-toggle {
40487
+ gap: 0.75rem;
40488
+ }
40489
+ .sgds.navbar .nav-item a.nav-link.dropdown-toggle.show {
40490
+ color: #5925DC;
40491
+ border-bottom: 0.125rem solid #5925DC;
40492
+ }
40493
+ .sgds.navbar .dropdown-menu {
40494
+ margin-top: 0;
40495
+ border: 1px solid rgba(0, 0, 0, 0.1);
40496
+ border-radius: 0 0 5px 5px;
40497
+ background-color: #fff;
40498
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
40499
+ }
40500
+ .sgds.navbar .dropdown-menu.megamenu {
40501
+ left: 0;
40502
+ right: 0;
40503
+ width: 100%;
40504
+ }
40505
+
40506
+ :host {
40507
+ --mainnav-item-theme-color: #5925DC;
40508
+ }
40509
+
40510
+ .nav-item {
40511
+ height: 100%;
40512
+ }
40513
+
39149
40514
  a.nav-link {
39150
- display: block;
39151
- color: inherit;
39152
- font-size: 1rem;
39153
- padding-top: 0.5rem;
39154
- padding-bottom: 0.5rem;
39155
- padding-left: calc(
39156
- 4rem + 0.125rem
39157
- );
39158
- padding-right: 0;
39159
- text-decoration: none;
40515
+ display: flex;
40516
+ color: #344054;
40517
+ border-bottom: 0.125rem solid transparent;
40518
+ min-height: 100%;
40519
+ align-items: center;
39160
40520
  }
39161
40521
  a.nav-link.active, a.nav-link:hover {
39162
- color: var(--sidenav-theme-color);
40522
+ color: var(--mainnav-item-theme-color);
40523
+ border-color: var(--mainnav-item-theme-color);
39163
40524
  }`;
39164
40525
 
39165
- let SideNavLink = class SideNavLink extends s$2 {
40526
+ let SgdsMainnavItem = class SgdsMainnavItem extends SgdsElement {
39166
40527
  constructor() {
39167
40528
  super(...arguments);
39168
40529
  this.active = false;
@@ -39170,7 +40531,7 @@ a.nav-link.active, a.nav-link:hover {
39170
40531
  }
39171
40532
  render() {
39172
40533
  return y `
39173
- <li>
40534
+ <li class="nav-item">
39174
40535
  <a href="${this.href}" class="nav-link ${this.active ? "active" : null}"
39175
40536
  ><slot></slot
39176
40537
  ></a>
@@ -39178,18 +40539,59 @@ a.nav-link.active, a.nav-link:hover {
39178
40539
  `;
39179
40540
  }
39180
40541
  };
39181
- SideNavLink.styles = css_248z$2;
40542
+ SgdsMainnavItem.styles = css_248z$3;
40543
+ __decorate([
40544
+ e$4({ type: Boolean })
40545
+ ], SgdsMainnavItem.prototype, "active", void 0);
39182
40546
  __decorate([
39183
- e$3({ type: Boolean })
39184
- ], SideNavLink.prototype, "active", void 0);
40547
+ e$4({ type: String })
40548
+ ], SgdsMainnavItem.prototype, "href", void 0);
40549
+ SgdsMainnavItem = __decorate([
40550
+ e$5("sgds-mainnav-item")
40551
+ ], SgdsMainnavItem);
40552
+
40553
+ var css_248z$2 = i$4`ul {
40554
+ display: flex;
40555
+ flex-direction: column;
40556
+ gap: 1rem;
40557
+ list-style: none;
40558
+ }`;
40559
+
40560
+ let SgdsSidenav = class SgdsSidenav extends SgdsElement {
40561
+ constructor() {
40562
+ super(...arguments);
40563
+ this.alwaysOpen = false;
40564
+ }
40565
+ render() {
40566
+ this.alwaysOpen
40567
+ ? null
40568
+ : this.addEventListener("sgds-toggle", (e) => {
40569
+ const children = this.shadowRoot.querySelector('slot').assignedElements({ flatten: true });
40570
+ for (let i = 0; i < children.length; i++) {
40571
+ if (e.detail.index != i) {
40572
+ children[i].closeItem();
40573
+ }
40574
+ }
40575
+ });
40576
+ return y `
40577
+ <nav class="sidenav" id="${this.id}">
40578
+ <ul>
40579
+ <slot></slot>
40580
+ </ul>
40581
+ </nav>
40582
+ `;
40583
+ }
40584
+ };
40585
+ SgdsSidenav.styles = css_248z$2;
39185
40586
  __decorate([
39186
- e$3({ type: String })
39187
- ], SideNavLink.prototype, "href", void 0);
39188
- SideNavLink = __decorate([
39189
- e$4("sidenav-link")
39190
- ], SideNavLink);
40587
+ e$4({ type: Boolean, attribute: true })
40588
+ ], SgdsSidenav.prototype, "alwaysOpen", void 0);
40589
+ SgdsSidenav = __decorate([
40590
+ e$5("sgds-sidenav")
40591
+ ], SgdsSidenav);
39191
40592
 
39192
- var css_248z$1 = i$3`@charset "UTF-8";
40593
+ var css_248z$1 = i$4`@charset "UTF-8";
40594
+ @import "~bootstrap-icons/font/fonts/bootstrap-icons.css";
39193
40595
  :root {
39194
40596
  --sgds-blue: #1f69ff;
39195
40597
  --sgds-purple: #5925DC;
@@ -40880,7 +42282,7 @@ a[target=_blank]:after {
40880
42282
  margin-left: 3.5rem !important;
40881
42283
  }
40882
42284
 
40883
- .ms-auto {
42285
+ .ms-auto, .sidenav-btn svg.bi-chevron-down {
40884
42286
  margin-left: auto !important;
40885
42287
  }
40886
42288
 
@@ -44769,654 +46171,30 @@ a[target=_blank]:after {
44769
46171
  display: inline-block !important;
44770
46172
  }
44771
46173
  .d-print-block {
44772
- display: block !important;
44773
- }
44774
- .d-print-grid {
44775
- display: grid !important;
44776
- }
44777
- .d-print-table {
44778
- display: table !important;
44779
- }
44780
- .d-print-table-row {
44781
- display: table-row !important;
44782
- }
44783
- .d-print-table-cell {
44784
- display: table-cell !important;
44785
- }
44786
- .d-print-flex {
44787
- display: flex !important;
44788
- }
44789
- .d-print-inline-flex {
44790
- display: inline-flex !important;
44791
- }
44792
- .d-print-none {
44793
- display: none !important;
44794
- }
44795
- }
44796
- .nav {
44797
- display: flex;
44798
- flex-wrap: wrap;
44799
- padding-left: 0;
44800
- margin-bottom: 0;
44801
- list-style: none;
44802
- }
44803
-
44804
- .nav-link {
44805
- display: block;
44806
- padding: 0.5rem 1rem;
44807
- color: #0F71BB;
44808
- text-decoration: none;
44809
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
44810
- }
44811
- @media (prefers-reduced-motion: reduce) {
44812
- .nav-link {
44813
- transition: none;
44814
- }
44815
- }
44816
- .nav-link:hover, .nav-link:focus {
44817
- color: #0c5a96;
44818
- }
44819
- .nav-link.disabled {
44820
- color: #344054;
44821
- pointer-events: none;
44822
- cursor: default;
44823
- }
44824
-
44825
- .nav-tabs {
44826
- border-bottom: 1px solid transparent;
44827
- }
44828
- .nav-tabs .nav-link {
44829
- margin-bottom: -1px;
44830
- background: none;
44831
- border: 1px solid transparent;
44832
- border-top-left-radius: 0.3125rem;
44833
- border-top-right-radius: 0.3125rem;
44834
- }
44835
- .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
44836
- border-color: #E4E7EC #E4E7EC transparent;
44837
- isolation: isolate;
44838
- }
44839
- .nav-tabs .nav-link.disabled {
44840
- color: #344054;
44841
- background-color: transparent;
44842
- border-color: transparent;
44843
- }
44844
- .nav-tabs .nav-link.active,
44845
- .nav-tabs .nav-item.show .nav-link {
44846
- color: #1D2939;
44847
- background-color: #fff;
44848
- border-color: #D0D5DD #D0D5DD #fff;
44849
- }
44850
- .nav-tabs .dropdown-menu {
44851
- margin-top: -1px;
44852
- border-top-left-radius: 0;
44853
- border-top-right-radius: 0;
44854
- }
44855
-
44856
- .nav-pills .nav-link {
44857
- background: none;
44858
- border: 0;
44859
- border-radius: 0.3125rem;
44860
- }
44861
- .nav-pills .nav-link.active,
44862
- .nav-pills .show > .nav-link {
44863
- color: #fff;
44864
- background-color: #0F71BB;
44865
- }
44866
-
44867
- .nav-fill > .nav-link,
44868
- .nav-fill .nav-item {
44869
- flex: 1 1 auto;
44870
- text-align: center;
44871
- }
44872
-
44873
- .nav-justified > .nav-link,
44874
- .nav-justified .nav-item {
44875
- flex-basis: 0;
44876
- flex-grow: 1;
44877
- text-align: center;
44878
- }
44879
-
44880
- .nav-fill .nav-item .nav-link,
44881
- .nav-justified .nav-item .nav-link {
44882
- width: 100%;
44883
- }
44884
-
44885
- .tab-content > .tab-pane {
44886
- display: none;
44887
- }
44888
- .tab-content > .active {
44889
- display: block;
44890
- }
44891
-
44892
- .navbar {
44893
- position: relative;
44894
- display: flex;
44895
- flex-wrap: wrap;
44896
- align-items: center;
44897
- justify-content: space-between;
44898
- padding-top: 2rem;
44899
- padding-bottom: 2rem;
44900
- }
44901
- .navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
44902
- .navbar > .container-fluid {
44903
- display: flex;
44904
- flex-wrap: inherit;
44905
- align-items: center;
44906
- justify-content: space-between;
44907
- }
44908
- .navbar-brand {
44909
- padding-top: 0.25rem;
44910
- padding-bottom: 0.25rem;
44911
- margin-right: 1rem;
44912
- font-size: 1.25rem;
44913
- text-decoration: none;
44914
- white-space: nowrap;
44915
- }
44916
- .navbar-nav {
44917
- display: flex;
44918
- flex-direction: column;
44919
- padding-left: 0;
44920
- margin-bottom: 0;
44921
- list-style: none;
44922
- }
44923
- .navbar-nav .nav-link {
44924
- padding-right: 0;
44925
- padding-left: 0;
44926
- }
44927
- .navbar-nav .dropdown-menu {
44928
- position: static;
44929
- }
44930
-
44931
- .navbar-text {
44932
- padding-top: 0.5rem;
44933
- padding-bottom: 0.5rem;
44934
- }
44935
-
44936
- .navbar-collapse {
44937
- flex-basis: 100%;
44938
- flex-grow: 1;
44939
- align-items: center;
44940
- }
44941
-
44942
- .navbar-toggler {
44943
- padding: 0.25rem 0.75rem;
44944
- font-size: 1.25rem;
44945
- line-height: 1;
44946
- background-color: transparent;
44947
- border: 1px solid transparent;
44948
- border-radius: 0.3125rem;
44949
- transition: box-shadow 0.15s ease-in-out;
44950
- }
44951
- @media (prefers-reduced-motion: reduce) {
44952
- .navbar-toggler {
44953
- transition: none;
44954
- }
44955
- }
44956
- .navbar-toggler:hover {
44957
- text-decoration: none;
44958
- }
44959
- .navbar-toggler:focus {
44960
- text-decoration: none;
44961
- outline: 0;
44962
- box-shadow: 0 0 0 0.125rem;
44963
- }
44964
-
44965
- .navbar-toggler-icon {
44966
- display: inline-block;
44967
- width: 1.5em;
44968
- height: 1.5em;
44969
- vertical-align: middle;
44970
- background-repeat: no-repeat;
44971
- background-position: center;
44972
- background-size: 100%;
44973
- }
44974
-
44975
- .navbar-nav-scroll {
44976
- max-height: var(--sgds-scroll-height, 75vh);
44977
- overflow-y: auto;
44978
- }
44979
-
44980
- @media (min-width: 576px) {
44981
- .navbar-expand-sm {
44982
- flex-wrap: nowrap;
44983
- justify-content: flex-start;
44984
- }
44985
- .navbar-expand-sm .navbar-nav {
44986
- flex-direction: row;
44987
- }
44988
- .navbar-expand-sm .navbar-nav .dropdown-menu {
44989
- position: absolute;
44990
- }
44991
- .navbar-expand-sm .navbar-nav .nav-link {
44992
- padding-right: 0.5rem;
44993
- padding-left: 0.5rem;
44994
- }
44995
- .navbar-expand-sm .navbar-nav-scroll {
44996
- overflow: visible;
44997
- }
44998
- .navbar-expand-sm .navbar-collapse {
44999
- display: flex !important;
45000
- flex-basis: auto;
45001
- }
45002
- .navbar-expand-sm .navbar-toggler {
45003
- display: none;
45004
- }
45005
- .navbar-expand-sm .offcanvas-header {
45006
- display: none;
45007
- }
45008
- .navbar-expand-sm .offcanvas {
45009
- position: inherit;
45010
- bottom: 0;
45011
- z-index: 1000;
45012
- flex-grow: 1;
45013
- visibility: visible !important;
45014
- background-color: transparent;
45015
- border-right: 0;
45016
- border-left: 0;
45017
- transition: none;
45018
- transform: none;
45019
- }
45020
- .navbar-expand-sm .offcanvas-top,
45021
- .navbar-expand-sm .offcanvas-bottom {
45022
- height: auto;
45023
- border-top: 0;
45024
- border-bottom: 0;
45025
- }
45026
- .navbar-expand-sm .offcanvas-body {
45027
- display: flex;
45028
- flex-grow: 0;
45029
- padding: 0;
45030
- overflow-y: visible;
45031
- }
45032
- }
45033
- @media (min-width: 768px) {
45034
- .navbar-expand-md {
45035
- flex-wrap: nowrap;
45036
- justify-content: flex-start;
45037
- }
45038
- .navbar-expand-md .navbar-nav {
45039
- flex-direction: row;
45040
- }
45041
- .navbar-expand-md .navbar-nav .dropdown-menu {
45042
- position: absolute;
45043
- }
45044
- .navbar-expand-md .navbar-nav .nav-link {
45045
- padding-right: 0.5rem;
45046
- padding-left: 0.5rem;
45047
- }
45048
- .navbar-expand-md .navbar-nav-scroll {
45049
- overflow: visible;
45050
- }
45051
- .navbar-expand-md .navbar-collapse {
45052
- display: flex !important;
45053
- flex-basis: auto;
45054
- }
45055
- .navbar-expand-md .navbar-toggler {
45056
- display: none;
45057
- }
45058
- .navbar-expand-md .offcanvas-header {
45059
- display: none;
45060
- }
45061
- .navbar-expand-md .offcanvas {
45062
- position: inherit;
45063
- bottom: 0;
45064
- z-index: 1000;
45065
- flex-grow: 1;
45066
- visibility: visible !important;
45067
- background-color: transparent;
45068
- border-right: 0;
45069
- border-left: 0;
45070
- transition: none;
45071
- transform: none;
45072
- }
45073
- .navbar-expand-md .offcanvas-top,
45074
- .navbar-expand-md .offcanvas-bottom {
45075
- height: auto;
45076
- border-top: 0;
45077
- border-bottom: 0;
45078
- }
45079
- .navbar-expand-md .offcanvas-body {
45080
- display: flex;
45081
- flex-grow: 0;
45082
- padding: 0;
45083
- overflow-y: visible;
45084
- }
45085
- }
45086
- @media (min-width: 992px) {
45087
- .navbar-expand-lg {
45088
- flex-wrap: nowrap;
45089
- justify-content: flex-start;
45090
- }
45091
- .navbar-expand-lg .navbar-nav {
45092
- flex-direction: row;
45093
- }
45094
- .navbar-expand-lg .navbar-nav .dropdown-menu {
45095
- position: absolute;
45096
- }
45097
- .navbar-expand-lg .navbar-nav .nav-link {
45098
- padding-right: 0.5rem;
45099
- padding-left: 0.5rem;
45100
- }
45101
- .navbar-expand-lg .navbar-nav-scroll {
45102
- overflow: visible;
45103
- }
45104
- .navbar-expand-lg .navbar-collapse {
45105
- display: flex !important;
45106
- flex-basis: auto;
45107
- }
45108
- .navbar-expand-lg .navbar-toggler {
45109
- display: none;
45110
- }
45111
- .navbar-expand-lg .offcanvas-header {
45112
- display: none;
45113
- }
45114
- .navbar-expand-lg .offcanvas {
45115
- position: inherit;
45116
- bottom: 0;
45117
- z-index: 1000;
45118
- flex-grow: 1;
45119
- visibility: visible !important;
45120
- background-color: transparent;
45121
- border-right: 0;
45122
- border-left: 0;
45123
- transition: none;
45124
- transform: none;
45125
- }
45126
- .navbar-expand-lg .offcanvas-top,
45127
- .navbar-expand-lg .offcanvas-bottom {
45128
- height: auto;
45129
- border-top: 0;
45130
- border-bottom: 0;
45131
- }
45132
- .navbar-expand-lg .offcanvas-body {
45133
- display: flex;
45134
- flex-grow: 0;
45135
- padding: 0;
45136
- overflow-y: visible;
45137
- }
45138
- }
45139
- @media (min-width: 1200px) {
45140
- .navbar-expand-xl {
45141
- flex-wrap: nowrap;
45142
- justify-content: flex-start;
45143
- }
45144
- .navbar-expand-xl .navbar-nav {
45145
- flex-direction: row;
45146
- }
45147
- .navbar-expand-xl .navbar-nav .dropdown-menu {
45148
- position: absolute;
45149
- }
45150
- .navbar-expand-xl .navbar-nav .nav-link {
45151
- padding-right: 0.5rem;
45152
- padding-left: 0.5rem;
45153
- }
45154
- .navbar-expand-xl .navbar-nav-scroll {
45155
- overflow: visible;
45156
- }
45157
- .navbar-expand-xl .navbar-collapse {
45158
- display: flex !important;
45159
- flex-basis: auto;
45160
- }
45161
- .navbar-expand-xl .navbar-toggler {
45162
- display: none;
45163
- }
45164
- .navbar-expand-xl .offcanvas-header {
45165
- display: none;
45166
- }
45167
- .navbar-expand-xl .offcanvas {
45168
- position: inherit;
45169
- bottom: 0;
45170
- z-index: 1000;
45171
- flex-grow: 1;
45172
- visibility: visible !important;
45173
- background-color: transparent;
45174
- border-right: 0;
45175
- border-left: 0;
45176
- transition: none;
45177
- transform: none;
45178
- }
45179
- .navbar-expand-xl .offcanvas-top,
45180
- .navbar-expand-xl .offcanvas-bottom {
45181
- height: auto;
45182
- border-top: 0;
45183
- border-bottom: 0;
45184
- }
45185
- .navbar-expand-xl .offcanvas-body {
45186
- display: flex;
45187
- flex-grow: 0;
45188
- padding: 0;
45189
- overflow-y: visible;
45190
- }
45191
- }
45192
- @media (min-width: 1400px) {
45193
- .navbar-expand-xxl {
45194
- flex-wrap: nowrap;
45195
- justify-content: flex-start;
45196
- }
45197
- .navbar-expand-xxl .navbar-nav {
45198
- flex-direction: row;
45199
- }
45200
- .navbar-expand-xxl .navbar-nav .dropdown-menu {
45201
- position: absolute;
45202
- }
45203
- .navbar-expand-xxl .navbar-nav .nav-link {
45204
- padding-right: 0.5rem;
45205
- padding-left: 0.5rem;
45206
- }
45207
- .navbar-expand-xxl .navbar-nav-scroll {
45208
- overflow: visible;
45209
- }
45210
- .navbar-expand-xxl .navbar-collapse {
45211
- display: flex !important;
45212
- flex-basis: auto;
46174
+ display: block !important;
45213
46175
  }
45214
- .navbar-expand-xxl .navbar-toggler {
45215
- display: none;
46176
+ .d-print-grid {
46177
+ display: grid !important;
45216
46178
  }
45217
- .navbar-expand-xxl .offcanvas-header {
45218
- display: none;
46179
+ .d-print-table {
46180
+ display: table !important;
45219
46181
  }
45220
- .navbar-expand-xxl .offcanvas {
45221
- position: inherit;
45222
- bottom: 0;
45223
- z-index: 1000;
45224
- flex-grow: 1;
45225
- visibility: visible !important;
45226
- background-color: transparent;
45227
- border-right: 0;
45228
- border-left: 0;
45229
- transition: none;
45230
- transform: none;
46182
+ .d-print-table-row {
46183
+ display: table-row !important;
45231
46184
  }
45232
- .navbar-expand-xxl .offcanvas-top,
45233
- .navbar-expand-xxl .offcanvas-bottom {
45234
- height: auto;
45235
- border-top: 0;
45236
- border-bottom: 0;
46185
+ .d-print-table-cell {
46186
+ display: table-cell !important;
45237
46187
  }
45238
- .navbar-expand-xxl .offcanvas-body {
45239
- display: flex;
45240
- flex-grow: 0;
45241
- padding: 0;
45242
- overflow-y: visible;
46188
+ .d-print-flex {
46189
+ display: flex !important;
45243
46190
  }
45244
- }
45245
- .navbar-expand {
45246
- flex-wrap: nowrap;
45247
- justify-content: flex-start;
45248
- }
45249
- .navbar-expand .navbar-nav {
45250
- flex-direction: row;
45251
- }
45252
- .navbar-expand .navbar-nav .dropdown-menu {
45253
- position: absolute;
45254
- }
45255
- .navbar-expand .navbar-nav .nav-link {
45256
- padding-right: 0.5rem;
45257
- padding-left: 0.5rem;
45258
- }
45259
- .navbar-expand .navbar-nav-scroll {
45260
- overflow: visible;
45261
- }
45262
- .navbar-expand .navbar-collapse {
45263
- display: flex !important;
45264
- flex-basis: auto;
45265
- }
45266
- .navbar-expand .navbar-toggler {
45267
- display: none;
45268
- }
45269
- .navbar-expand .offcanvas-header {
45270
- display: none;
45271
- }
45272
- .navbar-expand .offcanvas {
45273
- position: inherit;
45274
- bottom: 0;
45275
- z-index: 1000;
45276
- flex-grow: 1;
45277
- visibility: visible !important;
45278
- background-color: transparent;
45279
- border-right: 0;
45280
- border-left: 0;
45281
- transition: none;
45282
- transform: none;
45283
- }
45284
- .navbar-expand .offcanvas-top,
45285
- .navbar-expand .offcanvas-bottom {
45286
- height: auto;
45287
- border-top: 0;
45288
- border-bottom: 0;
45289
- }
45290
- .navbar-expand .offcanvas-body {
45291
- display: flex;
45292
- flex-grow: 0;
45293
- padding: 0;
45294
- overflow-y: visible;
45295
- }
45296
-
45297
- .navbar-light .navbar-brand {
45298
- color: rgba(0, 0, 0, 0.9);
45299
- }
45300
- .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
45301
- color: rgba(0, 0, 0, 0.9);
45302
- }
45303
- .navbar-light .navbar-nav .nav-link {
45304
- color: rgba(0, 0, 0, 0.55);
45305
- }
45306
- .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
45307
- color: rgba(0, 0, 0, 0.7);
45308
- }
45309
- .navbar-light .navbar-nav .nav-link.disabled {
45310
- color: rgba(0, 0, 0, 0.3);
45311
- }
45312
- .navbar-light .navbar-nav .show > .nav-link,
45313
- .navbar-light .navbar-nav .nav-link.active {
45314
- color: rgba(0, 0, 0, 0.9);
45315
- }
45316
- .navbar-light .navbar-toggler {
45317
- color: rgba(0, 0, 0, 0.55);
45318
- border-color: rgba(0, 0, 0, 0.1);
45319
- }
45320
- .navbar-light .navbar-toggler-icon {
45321
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
45322
- }
45323
- .navbar-light .navbar-text {
45324
- color: rgba(0, 0, 0, 0.55);
45325
- }
45326
- .navbar-light .navbar-text a,
45327
- .navbar-light .navbar-text a:hover,
45328
- .navbar-light .navbar-text a:focus {
45329
- color: rgba(0, 0, 0, 0.9);
45330
- }
45331
-
45332
- .navbar-dark .navbar-brand {
45333
- color: #fff;
45334
- }
45335
- .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
45336
- color: #fff;
45337
- }
45338
- .navbar-dark .navbar-nav .nav-link {
45339
- color: rgba(255, 255, 255, 0.55);
45340
- }
45341
- .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
45342
- color: rgba(255, 255, 255, 0.75);
45343
- }
45344
- .navbar-dark .navbar-nav .nav-link.disabled {
45345
- color: rgba(255, 255, 255, 0.25);
45346
- }
45347
- .navbar-dark .navbar-nav .show > .nav-link,
45348
- .navbar-dark .navbar-nav .nav-link.active {
45349
- color: #fff;
45350
- }
45351
- .navbar-dark .navbar-toggler {
45352
- color: rgba(255, 255, 255, 0.55);
45353
- border-color: rgba(255, 255, 255, 0.1);
45354
- }
45355
- .navbar-dark .navbar-toggler-icon {
45356
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
45357
- }
45358
- .navbar-dark .navbar-text {
45359
- color: rgba(255, 255, 255, 0.55);
45360
- }
45361
- .navbar-dark .navbar-text a,
45362
- .navbar-dark .navbar-text a:hover,
45363
- .navbar-dark .navbar-text a:focus {
45364
- color: #fff;
45365
- }
45366
-
45367
- .sgds.navbar {
45368
- padding: 0 calc(2rem) 0;
45369
- min-height: 80px;
45370
- align-items: stretch;
45371
- }
45372
- @media (max-width: 991.98px) {
45373
- .sgds.navbar {
45374
- padding: 0 1rem 0;
45375
- overflow-x: scroll;
46191
+ .d-print-inline-flex {
46192
+ display: inline-flex !important;
46193
+ }
46194
+ .d-print-none {
46195
+ display: none !important;
45376
46196
  }
45377
46197
  }
45378
- .sgds.navbar a.navbar-brand {
45379
- display: flex;
45380
- align-items: center;
45381
- padding-bottom: 0.125rem;
45382
- }
45383
- .sgds.navbar .navbar-collapse {
45384
- align-items: stretch;
45385
- }
45386
- .sgds.navbar .nav-item.has-megamenu {
45387
- position: static;
45388
- }
45389
- .sgds.navbar .nav-item a.nav-link {
45390
- color: #344054;
45391
- border-bottom: 0.125rem solid transparent;
45392
- min-height: 100%;
45393
- display: flex;
45394
- align-items: center;
45395
- }
45396
- .sgds.navbar .nav-item a.nav-link.active, .sgds.navbar .nav-item a.nav-link:hover {
45397
- color: #5925DC;
45398
- border-color: #5925DC;
45399
- }
45400
- .sgds.navbar .nav-item a.nav-link.dropdown-toggle {
45401
- gap: 0.75rem;
45402
- }
45403
- .sgds.navbar .nav-item a.nav-link.dropdown-toggle.show {
45404
- color: #5925DC;
45405
- border-bottom: 0.125rem solid #5925DC;
45406
- }
45407
- .sgds.navbar .dropdown-menu {
45408
- margin-top: 0;
45409
- border: 1px solid rgba(0, 0, 0, 0.1);
45410
- border-radius: 0 0 5px 5px;
45411
- background-color: #fff;
45412
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
45413
- }
45414
- .sgds.navbar .dropdown-menu.megamenu {
45415
- left: 0;
45416
- right: 0;
45417
- width: 100%;
45418
- }
45419
-
45420
46198
  .fade {
45421
46199
  transition: opacity 0.15s linear;
45422
46200
  }
@@ -45454,264 +46232,190 @@ a[target=_blank]:after {
45454
46232
  }
45455
46233
  }
45456
46234
 
45457
- .offcanvas {
45458
- position: fixed;
45459
- bottom: 0;
45460
- z-index: 1045;
45461
- display: flex;
45462
- flex-direction: column;
45463
- max-width: 100%;
45464
- visibility: hidden;
45465
- background-color: #fff;
45466
- background-clip: padding-box;
45467
- outline: 0;
45468
- transition: transform 0.3s ease-in-out;
45469
- }
45470
- @media (prefers-reduced-motion: reduce) {
45471
- .offcanvas {
45472
- transition: none;
45473
- }
45474
- }
45475
-
45476
- .offcanvas-backdrop {
45477
- position: fixed;
45478
- top: 0;
45479
- left: 0;
45480
- z-index: 1040;
45481
- width: 100vw;
45482
- height: 100vh;
45483
- background-color: #000;
45484
- }
45485
- .offcanvas-backdrop.fade {
45486
- opacity: 0;
45487
- }
45488
- .offcanvas-backdrop.show {
45489
- opacity: 0.5;
46235
+ :host {
46236
+ --sidenav-theme-color: #5925DC;
45490
46237
  }
45491
46238
 
45492
- .offcanvas-header {
46239
+ .sidenav-btn {
46240
+ width: 100%;
46241
+ text-align: initial;
46242
+ line-height: 1.5rem;
46243
+ font-size: 1rem;
46244
+ border: 0;
46245
+ background: 0;
46246
+ padding: 0.5rem 1rem;
46247
+ border-left: 0.125rem solid transparent;
46248
+ border-radius: 0;
45493
46249
  display: flex;
45494
46250
  align-items: center;
45495
- justify-content: space-between;
45496
- padding: 1.5rem 1.5rem;
45497
- }
45498
- .offcanvas-header .btn-close {
45499
- padding: 0.75rem 0.75rem;
45500
- margin-top: -0.75rem;
45501
- margin-right: -0.75rem;
45502
- margin-bottom: -0.75rem;
45503
- }
45504
-
45505
- .offcanvas-title {
45506
- margin-bottom: 0;
45507
- line-height: 2;
45508
- }
45509
-
45510
- .offcanvas-body {
45511
- flex-grow: 1;
45512
- padding: 1.5rem 1.5rem;
45513
- overflow-y: auto;
45514
- }
45515
-
45516
- .offcanvas-start {
45517
- top: 0;
45518
- left: 0;
45519
- width: 400px;
45520
- border-right: 1px solid #98A2B3;
45521
- transform: translateX(-100%);
45522
46251
  }
45523
-
45524
- .offcanvas-end {
45525
- top: 0;
45526
- right: 0;
45527
- width: 400px;
45528
- border-left: 1px solid #98A2B3;
45529
- transform: translateX(100%);
46252
+ .sidenav-btn.active, .sidenav-btn:hover {
46253
+ color: var(--sidenav-theme-color);
46254
+ border-left-color: var(--sidenav-theme-color);
46255
+ font-weight: 700;
45530
46256
  }
45531
-
45532
- .offcanvas-top {
45533
- top: 0;
45534
- right: 0;
45535
- left: 0;
45536
- height: 30vh;
45537
- max-height: 100%;
45538
- border-bottom: 1px solid #98A2B3;
45539
- transform: translateY(-100%);
46257
+ .sidenav-btn svg.bi-chevron-down {
46258
+ transition: all 0.3s ease-in-out;
46259
+ transform: rotate(180deg);
45540
46260
  }
45541
-
45542
- .offcanvas-bottom {
45543
- right: 0;
45544
- left: 0;
45545
- height: 30vh;
45546
- max-height: 100%;
45547
- border-top: 1px solid #98A2B3;
45548
- transform: translateY(100%);
46261
+ .sidenav-btn:not(.active) svg.bi-chevron-down {
46262
+ transform: rotate(0deg);
45549
46263
  }
45550
46264
 
45551
- .offcanvas.show {
45552
- transform: none;
46265
+ a.sidenav-btn {
46266
+ color: inherit;
46267
+ text-decoration: none;
46268
+ line-height: 1.5rem;
45553
46269
  }
45554
46270
 
45555
- .navbar-nav {
46271
+ .sidenav-list {
46272
+ list-style: none;
45556
46273
  display: flex;
45557
- align-self: center;
45558
- gap: 1rem;
45559
- height: 100%;
45560
- margin-left: 1rem;
45561
- }
45562
-
45563
- .navbar-toggler {
45564
- border: none;
46274
+ flex-direction: column;
46275
+ padding-left: 0;
46276
+ margin: 0;
46277
+ line-height: 2rem;
45565
46278
  }
45566
46279
 
45567
- .navbar-toggler:focus {
45568
- box-shadow: none;
46280
+ .collapse,
46281
+ .collapse.show,
46282
+ .collapsing {
46283
+ margin-top: 1rem;
45569
46284
  }
45570
46285
 
45571
- slot[name=non-collapsible] {
46286
+ ::slotted(*[slot=title]) {
45572
46287
  display: flex;
45573
46288
  gap: 1rem;
45574
46289
  align-items: center;
45575
46290
  }`;
45576
46291
 
45577
- class s{constructor(s,{target:t,config:i,callback:h,skipInitial:e}){this.t=!1,this.o=!1,this.callback=()=>!0,(this.i=s).addController(this),this.h=null===t||null!=t?t:this.i,this.l=i,this.t=null!=e?e:this.t,this.callback=null!=h?h:this.callback,window.ResizeObserver?this.u=new ResizeObserver((s=>{this.handleChanges(s),this.i.requestUpdate();})):console.warn("ResizeController error: browser does not support ResizeObserver.");}handleChanges(s){this.value=this.callback(s,this.u);}hostConnected(){this.h&&this.observe(this.h);}hostDisconnected(){this.disconnect();}async hostUpdated(){!this.t&&this.o&&this.handleChanges([]),this.o=!1;}observe(s){this.u.observe(s,this.l),this.o=!0,this.i.requestUpdate();}disconnect(){this.u.disconnect();}}
45578
-
45579
- const SM_BREAKPOINT = 576;
45580
- const MD_BREAKPOINT = 768;
45581
- const LG_BREAKPOINT = 992;
45582
- const XL_BREAKPOINT = 1200;
45583
- const XXL_BREAKPOINT = 1400;
45584
- const SIZES = {
45585
- sm: SM_BREAKPOINT,
45586
- md: MD_BREAKPOINT,
45587
- lg: LG_BREAKPOINT,
45588
- xl: XL_BREAKPOINT,
45589
- XXL: XXL_BREAKPOINT,
45590
- never: Infinity,
45591
- always: 0,
45592
- };
45593
- let MainNavElement = class MainNavElement extends s$2 {
46292
+ let SgdsSidenavItem = class SgdsSidenavItem extends SgdsElement {
45594
46293
  constructor() {
45595
- super();
46294
+ super(...arguments);
45596
46295
  this.myCollapse = e();
45597
46296
  this.bsCollapse = null;
45598
- // TODO: stylings and slots are incomplete for offcanvas mode
45599
- this.myOffcanvas = e();
45600
- this.bsOffcanvas = null;
45601
- this.brandHref = "";
45602
- this.collapseId = genId("mainnav", "collapse");
45603
- this.expand = "lg";
45604
- this.expanded = false;
45605
- this.mode = "default";
45606
- // Detects changes in element size and runs update
45607
- this._resizeController = new s(this, {});
46297
+ /** when true, toggles the sidenav-item to open on first load and
46298
+ * set the active stylings.
46299
+ */
46300
+ this.active = false;
46301
+ this.href = "";
46302
+ this.collapseId = genId('sidenav', 'collapse');
46303
+ this.buttonId = genId('sidenav', 'button');
46304
+ this.index = "-1";
46305
+ }
46306
+ _onClick() {
46307
+ this.emit('sgds-toggle', { detail: { index: this.index } });
45608
46308
  }
45609
46309
  _onClickButton() {
45610
- if (this.mode === "offcanvas") {
45611
- return this.bsOffcanvas.toggle();
46310
+ this._onClick();
46311
+ if (this.bsCollapse) {
46312
+ this.bsCollapse.toggle();
45612
46313
  }
45613
- this.bsCollapse.toggle();
46314
+ }
46315
+ _onClickLink() {
46316
+ this._onClick();
46317
+ this.active = true;
46318
+ }
46319
+ /**
46320
+ * closeItem - closes sidenav and inactivates it
46321
+ */
46322
+ closeItem() {
46323
+ this.active = false;
46324
+ if (this.bsCollapse)
46325
+ this.bsCollapse.hide();
46326
+ }
46327
+ /**
46328
+ * openItem
46329
+ */
46330
+ openItem() {
46331
+ this.active = true;
46332
+ if (this.bsCollapse)
46333
+ this.bsCollapse.show();
45614
46334
  }
45615
46335
  firstUpdated() {
45616
- if (this.mode === "default") {
46336
+ // if sidenav has menu, initialise bootstrap collapse
46337
+ if (!this.href) {
45617
46338
  this.bsCollapse = new Collapse(this.myCollapse.value, {
45618
- toggle: false,
46339
+ toggle: this.active,
45619
46340
  });
45620
46341
  this.myCollapse.value.addEventListener("show.bs.collapse", () => {
45621
- this.expanded = true;
46342
+ this.active = true;
45622
46343
  });
45623
46344
  this.myCollapse.value.addEventListener("shown.bs.collapse", () => {
45624
- this.expanded = true;
46345
+ this.active = true;
45625
46346
  });
45626
46347
  this.myCollapse.value.addEventListener("hide.bs.collapse", () => {
45627
- this.expanded = false;
46348
+ this.active = false;
45628
46349
  });
45629
46350
  this.myCollapse.value.addEventListener("hidden.bs.collapse", () => {
45630
- this.expanded = false;
45631
- });
45632
- }
45633
- if (this.mode === "offcanvas") {
45634
- this.bsOffcanvas = new Offcanvas(this.myOffcanvas.value);
45635
- //add esc keyboard event for bsOffcanvas
45636
- this.addEventListener("keydown", (ev) => {
45637
- if (ev.key === "Escape") {
45638
- this.bsOffcanvas.hide();
45639
- }
46351
+ this.active = false;
45640
46352
  });
45641
46353
  }
45642
46354
  }
45643
46355
  render() {
45644
- const breakpointReached = this.offsetWidth < SIZES[this.expand.toString()];
45645
- const collapseClass = "collapse navbar-collapse order-4";
45646
- const offcanvasClass = "offcanvas offcanvas-start";
45647
- return y `
45648
- <nav
45649
- class="sgds navbar navbar-light
45650
- ${this._expandClass()}"
46356
+ const withMenuTemplate = y ` <button
46357
+ @click=${() => this._onClickButton()}
46358
+ class="collapsed sidenav-btn ${this.active ? "active" : null}"
46359
+ aria-expanded="${this.active}"
46360
+ aria-controls="${this.collapseId}"
46361
+ aria-selected="${this.active}"
46362
+ id="${this.buttonId}"
45651
46363
  >
45652
- <a class="navbar-brand me-auto order-1" href=${this.brandHref}>
45653
- <slot name="brand"></slot>
45654
- </a>
45655
- <slot
45656
- name="non-collapsible"
45657
- class="${breakpointReached ? "order-2" : "order-5"}"
45658
- ></slot>
45659
- <button
45660
- class="navbar-toggler order-3"
45661
- type="button"
45662
- @click=${() => this._onClickButton()}
45663
- aria-controls="${this.collapseId}"
45664
- aria-expanded="${this.expanded}"
45665
- aria-label="Toggle navigation"
46364
+ <slot name="title"></slot>
46365
+ <svg
46366
+ xmlns="http://www.w3.org/2000/svg"
46367
+ width="16"
46368
+ height="16"
46369
+ fill="currentColor"
46370
+ class="bi bi-chevron-down"
46371
+ viewBox="0 0 16 16"
45666
46372
  >
45667
- <span class="navbar-toggler-icon"></span>
45668
- </button>
45669
- <div
45670
- class=${this.mode === "default" ? collapseClass : offcanvasClass}
45671
- ${this.mode === "default"
45672
- ? n(this.myCollapse)
45673
- : n(this.myOffcanvas)}
45674
- id=${this.collapseId}
46373
+ <path
46374
+ fill-rule="evenodd"
46375
+ d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
46376
+ />
46377
+ </svg>
46378
+ </button>
46379
+ <div class="collapse" ${n(this.myCollapse)} id="${this.collapseId}">
46380
+ <ul class="sidenav-list" aria-labelledby="${this.buttonId}">
46381
+ <slot></slot>
46382
+ </ul>
46383
+ </div>`;
46384
+ const noMenuTemplate = y `
46385
+ <a
46386
+ href=${this.href}
46387
+ @click=${() => this._onClickLink()}
46388
+ class="sidenav-btn ${this.active ? "active" : null}"
46389
+ aria-selected="${this.active}"
45675
46390
  >
45676
- <ul class="navbar-nav">
45677
- <slot></slot>
45678
- </ul>
45679
- </div>
45680
- </nav>
46391
+ <slot name="title"></slot>
46392
+ </a>
46393
+ `;
46394
+ return y `
46395
+ <li class="sidenav-item" aria-haspopup="${!this.href}">
46396
+ ${this.href ? noMenuTemplate : withMenuTemplate}
46397
+ </li>
45681
46398
  `;
45682
- }
45683
- _expandClass() {
45684
- switch (this.expand) {
45685
- case "always":
45686
- return "navbar-expand";
45687
- case "never":
45688
- break;
45689
- default:
45690
- return `navbar-expand-${this.expand}`;
45691
- }
45692
46399
  }
45693
46400
  };
45694
- MainNavElement.styles = css_248z$1;
46401
+ SgdsSidenavItem.styles = css_248z$1;
45695
46402
  __decorate([
45696
- e$3({ type: String })
45697
- ], MainNavElement.prototype, "brandHref", void 0);
46403
+ e$4({ type: Boolean })
46404
+ ], SgdsSidenavItem.prototype, "active", void 0);
45698
46405
  __decorate([
45699
- e$3({ type: String })
45700
- ], MainNavElement.prototype, "collapseId", void 0);
46406
+ e$4({ type: String })
46407
+ ], SgdsSidenavItem.prototype, "href", void 0);
45701
46408
  __decorate([
45702
- e$3()
45703
- ], MainNavElement.prototype, "expand", void 0);
45704
- __decorate([
45705
- t$1()
45706
- ], MainNavElement.prototype, "expanded", void 0);
46409
+ e$4({ type: String })
46410
+ ], SgdsSidenavItem.prototype, "collapseId", void 0);
45707
46411
  __decorate([
45708
- e$3({ type: String })
45709
- ], MainNavElement.prototype, "mode", void 0);
45710
- MainNavElement = __decorate([
45711
- e$4("mainnav-element")
45712
- ], MainNavElement);
46412
+ e$4({ type: String })
46413
+ ], SgdsSidenavItem.prototype, "buttonId", void 0);
46414
+ SgdsSidenavItem = __decorate([
46415
+ e$5("sgds-sidenav-item")
46416
+ ], SgdsSidenavItem);
45713
46417
 
45714
- var css_248z = i$3`@charset "UTF-8";
46418
+ var css_248z = i$4`@charset "UTF-8";
45715
46419
  :root {
45716
46420
  --sgds-blue: #1f69ff;
45717
46421
  --sgds-purple: #5925DC;
@@ -51147,819 +51851,191 @@ a[target=_blank]:after {
51147
51851
  padding-top: 3rem !important;
51148
51852
  padding-bottom: 3rem !important;
51149
51853
  }
51150
- .py-xxl-8 {
51151
- padding-top: 3.5rem !important;
51152
- padding-bottom: 3.5rem !important;
51153
- }
51154
- .pt-xxl-0 {
51155
- padding-top: 0 !important;
51156
- }
51157
- .pt-xxl-1 {
51158
- padding-top: 0.25rem !important;
51159
- }
51160
- .pt-xxl-2 {
51161
- padding-top: 0.5rem !important;
51162
- }
51163
- .pt-xxl-3 {
51164
- padding-top: 1rem !important;
51165
- }
51166
- .pt-xxl-4 {
51167
- padding-top: 1.5rem !important;
51168
- }
51169
- .pt-xxl-5 {
51170
- padding-top: 2rem !important;
51171
- }
51172
- .pt-xxl-6 {
51173
- padding-top: 2.5rem !important;
51174
- }
51175
- .pt-xxl-7 {
51176
- padding-top: 3rem !important;
51177
- }
51178
- .pt-xxl-8 {
51179
- padding-top: 3.5rem !important;
51180
- }
51181
- .pe-xxl-0 {
51182
- padding-right: 0 !important;
51183
- }
51184
- .pe-xxl-1 {
51185
- padding-right: 0.25rem !important;
51186
- }
51187
- .pe-xxl-2 {
51188
- padding-right: 0.5rem !important;
51189
- }
51190
- .pe-xxl-3 {
51191
- padding-right: 1rem !important;
51192
- }
51193
- .pe-xxl-4 {
51194
- padding-right: 1.5rem !important;
51195
- }
51196
- .pe-xxl-5 {
51197
- padding-right: 2rem !important;
51198
- }
51199
- .pe-xxl-6 {
51200
- padding-right: 2.5rem !important;
51201
- }
51202
- .pe-xxl-7 {
51203
- padding-right: 3rem !important;
51204
- }
51205
- .pe-xxl-8 {
51206
- padding-right: 3.5rem !important;
51207
- }
51208
- .pb-xxl-0 {
51209
- padding-bottom: 0 !important;
51210
- }
51211
- .pb-xxl-1 {
51212
- padding-bottom: 0.25rem !important;
51213
- }
51214
- .pb-xxl-2 {
51215
- padding-bottom: 0.5rem !important;
51216
- }
51217
- .pb-xxl-3 {
51218
- padding-bottom: 1rem !important;
51219
- }
51220
- .pb-xxl-4 {
51221
- padding-bottom: 1.5rem !important;
51222
- }
51223
- .pb-xxl-5 {
51224
- padding-bottom: 2rem !important;
51225
- }
51226
- .pb-xxl-6 {
51227
- padding-bottom: 2.5rem !important;
51228
- }
51229
- .pb-xxl-7 {
51230
- padding-bottom: 3rem !important;
51231
- }
51232
- .pb-xxl-8 {
51233
- padding-bottom: 3.5rem !important;
51234
- }
51235
- .ps-xxl-0 {
51236
- padding-left: 0 !important;
51237
- }
51238
- .ps-xxl-1 {
51239
- padding-left: 0.25rem !important;
51240
- }
51241
- .ps-xxl-2 {
51242
- padding-left: 0.5rem !important;
51243
- }
51244
- .ps-xxl-3 {
51245
- padding-left: 1rem !important;
51246
- }
51247
- .ps-xxl-4 {
51248
- padding-left: 1.5rem !important;
51249
- }
51250
- .ps-xxl-5 {
51251
- padding-left: 2rem !important;
51252
- }
51253
- .ps-xxl-6 {
51254
- padding-left: 2.5rem !important;
51255
- }
51256
- .ps-xxl-7 {
51257
- padding-left: 3rem !important;
51258
- }
51259
- .ps-xxl-8 {
51260
- padding-left: 3.5rem !important;
51261
- }
51262
- .text-xxl-start {
51263
- text-align: left !important;
51264
- }
51265
- .text-xxl-end {
51266
- text-align: right !important;
51267
- }
51268
- .text-xxl-center {
51269
- text-align: center !important;
51270
- }
51271
- }
51272
- @media (min-width: 1200px) {
51273
- .fs-0 {
51274
- font-size: 3.5rem !important;
51275
- }
51276
- .fs-1 {
51277
- font-size: 2.5rem !important;
51278
- }
51279
- .fs-2 {
51280
- font-size: 2rem !important;
51281
- }
51282
- .fs-3 {
51283
- font-size: 1.5rem !important;
51284
- }
51285
- }
51286
- @media print {
51287
- .d-print-inline {
51288
- display: inline !important;
51289
- }
51290
- .d-print-inline-block {
51291
- display: inline-block !important;
51292
- }
51293
- .d-print-block {
51294
- display: block !important;
51295
- }
51296
- .d-print-grid {
51297
- display: grid !important;
51298
- }
51299
- .d-print-table {
51300
- display: table !important;
51301
- }
51302
- .d-print-table-row {
51303
- display: table-row !important;
51304
- }
51305
- .d-print-table-cell {
51306
- display: table-cell !important;
51307
- }
51308
- .d-print-flex {
51309
- display: flex !important;
51310
- }
51311
- .d-print-inline-flex {
51312
- display: inline-flex !important;
51313
- }
51314
- .d-print-none {
51315
- display: none !important;
51316
- }
51317
- }
51318
- .nav {
51319
- display: flex;
51320
- flex-wrap: wrap;
51321
- padding-left: 0;
51322
- margin-bottom: 0;
51323
- list-style: none;
51324
- }
51325
-
51326
- .nav-link {
51327
- display: block;
51328
- padding: 0.5rem 1rem;
51329
- color: #0F71BB;
51330
- text-decoration: none;
51331
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
51332
- }
51333
- @media (prefers-reduced-motion: reduce) {
51334
- .nav-link {
51335
- transition: none;
51336
- }
51337
- }
51338
- .nav-link:hover, .nav-link:focus {
51339
- color: #0c5a96;
51340
- }
51341
- .nav-link.disabled {
51342
- color: #344054;
51343
- pointer-events: none;
51344
- cursor: default;
51345
- }
51346
-
51347
- .nav-tabs {
51348
- border-bottom: 1px solid transparent;
51349
- }
51350
- .nav-tabs .nav-link {
51351
- margin-bottom: -1px;
51352
- background: none;
51353
- border: 1px solid transparent;
51354
- border-top-left-radius: 0.3125rem;
51355
- border-top-right-radius: 0.3125rem;
51356
- }
51357
- .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
51358
- border-color: #E4E7EC #E4E7EC transparent;
51359
- isolation: isolate;
51360
- }
51361
- .nav-tabs .nav-link.disabled {
51362
- color: #344054;
51363
- background-color: transparent;
51364
- border-color: transparent;
51365
- }
51366
- .nav-tabs .nav-link.active,
51367
- .nav-tabs .nav-item.show .nav-link {
51368
- color: #1D2939;
51369
- background-color: #fff;
51370
- border-color: #D0D5DD #D0D5DD #fff;
51371
- }
51372
- .nav-tabs .dropdown-menu {
51373
- margin-top: -1px;
51374
- border-top-left-radius: 0;
51375
- border-top-right-radius: 0;
51376
- }
51377
-
51378
- .nav-pills .nav-link {
51379
- background: none;
51380
- border: 0;
51381
- border-radius: 0.3125rem;
51382
- }
51383
- .nav-pills .nav-link.active,
51384
- .nav-pills .show > .nav-link {
51385
- color: #fff;
51386
- background-color: #0F71BB;
51387
- }
51388
-
51389
- .nav-fill > .nav-link,
51390
- .nav-fill .nav-item {
51391
- flex: 1 1 auto;
51392
- text-align: center;
51393
- }
51394
-
51395
- .nav-justified > .nav-link,
51396
- .nav-justified .nav-item {
51397
- flex-basis: 0;
51398
- flex-grow: 1;
51399
- text-align: center;
51400
- }
51401
-
51402
- .nav-fill .nav-item .nav-link,
51403
- .nav-justified .nav-item .nav-link {
51404
- width: 100%;
51405
- }
51406
-
51407
- .tab-content > .tab-pane {
51408
- display: none;
51409
- }
51410
- .tab-content > .active {
51411
- display: block;
51412
- }
51413
-
51414
- .navbar {
51415
- position: relative;
51416
- display: flex;
51417
- flex-wrap: wrap;
51418
- align-items: center;
51419
- justify-content: space-between;
51420
- padding-top: 2rem;
51421
- padding-bottom: 2rem;
51422
- }
51423
- .navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
51424
- .navbar > .container-fluid {
51425
- display: flex;
51426
- flex-wrap: inherit;
51427
- align-items: center;
51428
- justify-content: space-between;
51429
- }
51430
- .navbar-brand {
51431
- padding-top: 0.25rem;
51432
- padding-bottom: 0.25rem;
51433
- margin-right: 1rem;
51434
- font-size: 1.25rem;
51435
- text-decoration: none;
51436
- white-space: nowrap;
51437
- }
51438
- .navbar-nav {
51439
- display: flex;
51440
- flex-direction: column;
51441
- padding-left: 0;
51442
- margin-bottom: 0;
51443
- list-style: none;
51444
- }
51445
- .navbar-nav .nav-link {
51446
- padding-right: 0;
51447
- padding-left: 0;
51448
- }
51449
- .navbar-nav .dropdown-menu {
51450
- position: static;
51451
- }
51452
-
51453
- .navbar-text {
51454
- padding-top: 0.5rem;
51455
- padding-bottom: 0.5rem;
51456
- }
51457
-
51458
- .navbar-collapse {
51459
- flex-basis: 100%;
51460
- flex-grow: 1;
51461
- align-items: center;
51462
- }
51463
-
51464
- .navbar-toggler {
51465
- padding: 0.25rem 0.75rem;
51466
- font-size: 1.25rem;
51467
- line-height: 1;
51468
- background-color: transparent;
51469
- border: 1px solid transparent;
51470
- border-radius: 0.3125rem;
51471
- transition: box-shadow 0.15s ease-in-out;
51472
- }
51473
- @media (prefers-reduced-motion: reduce) {
51474
- .navbar-toggler {
51475
- transition: none;
51476
- }
51477
- }
51478
- .navbar-toggler:hover {
51479
- text-decoration: none;
51480
- }
51481
- .navbar-toggler:focus {
51482
- text-decoration: none;
51483
- outline: 0;
51484
- box-shadow: 0 0 0 0.125rem;
51485
- }
51486
-
51487
- .navbar-toggler-icon {
51488
- display: inline-block;
51489
- width: 1.5em;
51490
- height: 1.5em;
51491
- vertical-align: middle;
51492
- background-repeat: no-repeat;
51493
- background-position: center;
51494
- background-size: 100%;
51495
- }
51496
-
51497
- .navbar-nav-scroll {
51498
- max-height: var(--sgds-scroll-height, 75vh);
51499
- overflow-y: auto;
51500
- }
51501
-
51502
- @media (min-width: 576px) {
51503
- .navbar-expand-sm {
51504
- flex-wrap: nowrap;
51505
- justify-content: flex-start;
51506
- }
51507
- .navbar-expand-sm .navbar-nav {
51508
- flex-direction: row;
51509
- }
51510
- .navbar-expand-sm .navbar-nav .dropdown-menu {
51511
- position: absolute;
51512
- }
51513
- .navbar-expand-sm .navbar-nav .nav-link {
51514
- padding-right: 0.5rem;
51515
- padding-left: 0.5rem;
51516
- }
51517
- .navbar-expand-sm .navbar-nav-scroll {
51518
- overflow: visible;
51519
- }
51520
- .navbar-expand-sm .navbar-collapse {
51521
- display: flex !important;
51522
- flex-basis: auto;
51854
+ .py-xxl-8 {
51855
+ padding-top: 3.5rem !important;
51856
+ padding-bottom: 3.5rem !important;
51523
51857
  }
51524
- .navbar-expand-sm .navbar-toggler {
51525
- display: none;
51858
+ .pt-xxl-0 {
51859
+ padding-top: 0 !important;
51526
51860
  }
51527
- .navbar-expand-sm .offcanvas-header {
51528
- display: none;
51861
+ .pt-xxl-1 {
51862
+ padding-top: 0.25rem !important;
51529
51863
  }
51530
- .navbar-expand-sm .offcanvas {
51531
- position: inherit;
51532
- bottom: 0;
51533
- z-index: 1000;
51534
- flex-grow: 1;
51535
- visibility: visible !important;
51536
- background-color: transparent;
51537
- border-right: 0;
51538
- border-left: 0;
51539
- transition: none;
51540
- transform: none;
51864
+ .pt-xxl-2 {
51865
+ padding-top: 0.5rem !important;
51541
51866
  }
51542
- .navbar-expand-sm .offcanvas-top,
51543
- .navbar-expand-sm .offcanvas-bottom {
51544
- height: auto;
51545
- border-top: 0;
51546
- border-bottom: 0;
51867
+ .pt-xxl-3 {
51868
+ padding-top: 1rem !important;
51547
51869
  }
51548
- .navbar-expand-sm .offcanvas-body {
51549
- display: flex;
51550
- flex-grow: 0;
51551
- padding: 0;
51552
- overflow-y: visible;
51870
+ .pt-xxl-4 {
51871
+ padding-top: 1.5rem !important;
51553
51872
  }
51554
- }
51555
- @media (min-width: 768px) {
51556
- .navbar-expand-md {
51557
- flex-wrap: nowrap;
51558
- justify-content: flex-start;
51873
+ .pt-xxl-5 {
51874
+ padding-top: 2rem !important;
51559
51875
  }
51560
- .navbar-expand-md .navbar-nav {
51561
- flex-direction: row;
51876
+ .pt-xxl-6 {
51877
+ padding-top: 2.5rem !important;
51562
51878
  }
51563
- .navbar-expand-md .navbar-nav .dropdown-menu {
51564
- position: absolute;
51879
+ .pt-xxl-7 {
51880
+ padding-top: 3rem !important;
51565
51881
  }
51566
- .navbar-expand-md .navbar-nav .nav-link {
51567
- padding-right: 0.5rem;
51568
- padding-left: 0.5rem;
51882
+ .pt-xxl-8 {
51883
+ padding-top: 3.5rem !important;
51569
51884
  }
51570
- .navbar-expand-md .navbar-nav-scroll {
51571
- overflow: visible;
51885
+ .pe-xxl-0 {
51886
+ padding-right: 0 !important;
51572
51887
  }
51573
- .navbar-expand-md .navbar-collapse {
51574
- display: flex !important;
51575
- flex-basis: auto;
51888
+ .pe-xxl-1 {
51889
+ padding-right: 0.25rem !important;
51576
51890
  }
51577
- .navbar-expand-md .navbar-toggler {
51578
- display: none;
51891
+ .pe-xxl-2 {
51892
+ padding-right: 0.5rem !important;
51579
51893
  }
51580
- .navbar-expand-md .offcanvas-header {
51581
- display: none;
51894
+ .pe-xxl-3 {
51895
+ padding-right: 1rem !important;
51582
51896
  }
51583
- .navbar-expand-md .offcanvas {
51584
- position: inherit;
51585
- bottom: 0;
51586
- z-index: 1000;
51587
- flex-grow: 1;
51588
- visibility: visible !important;
51589
- background-color: transparent;
51590
- border-right: 0;
51591
- border-left: 0;
51592
- transition: none;
51593
- transform: none;
51897
+ .pe-xxl-4 {
51898
+ padding-right: 1.5rem !important;
51594
51899
  }
51595
- .navbar-expand-md .offcanvas-top,
51596
- .navbar-expand-md .offcanvas-bottom {
51597
- height: auto;
51598
- border-top: 0;
51599
- border-bottom: 0;
51900
+ .pe-xxl-5 {
51901
+ padding-right: 2rem !important;
51600
51902
  }
51601
- .navbar-expand-md .offcanvas-body {
51602
- display: flex;
51603
- flex-grow: 0;
51604
- padding: 0;
51605
- overflow-y: visible;
51903
+ .pe-xxl-6 {
51904
+ padding-right: 2.5rem !important;
51606
51905
  }
51607
- }
51608
- @media (min-width: 992px) {
51609
- .navbar-expand-lg {
51610
- flex-wrap: nowrap;
51611
- justify-content: flex-start;
51906
+ .pe-xxl-7 {
51907
+ padding-right: 3rem !important;
51612
51908
  }
51613
- .navbar-expand-lg .navbar-nav {
51614
- flex-direction: row;
51909
+ .pe-xxl-8 {
51910
+ padding-right: 3.5rem !important;
51615
51911
  }
51616
- .navbar-expand-lg .navbar-nav .dropdown-menu {
51617
- position: absolute;
51912
+ .pb-xxl-0 {
51913
+ padding-bottom: 0 !important;
51618
51914
  }
51619
- .navbar-expand-lg .navbar-nav .nav-link {
51620
- padding-right: 0.5rem;
51621
- padding-left: 0.5rem;
51915
+ .pb-xxl-1 {
51916
+ padding-bottom: 0.25rem !important;
51622
51917
  }
51623
- .navbar-expand-lg .navbar-nav-scroll {
51624
- overflow: visible;
51918
+ .pb-xxl-2 {
51919
+ padding-bottom: 0.5rem !important;
51625
51920
  }
51626
- .navbar-expand-lg .navbar-collapse {
51627
- display: flex !important;
51628
- flex-basis: auto;
51921
+ .pb-xxl-3 {
51922
+ padding-bottom: 1rem !important;
51629
51923
  }
51630
- .navbar-expand-lg .navbar-toggler {
51631
- display: none;
51924
+ .pb-xxl-4 {
51925
+ padding-bottom: 1.5rem !important;
51632
51926
  }
51633
- .navbar-expand-lg .offcanvas-header {
51634
- display: none;
51927
+ .pb-xxl-5 {
51928
+ padding-bottom: 2rem !important;
51635
51929
  }
51636
- .navbar-expand-lg .offcanvas {
51637
- position: inherit;
51638
- bottom: 0;
51639
- z-index: 1000;
51640
- flex-grow: 1;
51641
- visibility: visible !important;
51642
- background-color: transparent;
51643
- border-right: 0;
51644
- border-left: 0;
51645
- transition: none;
51646
- transform: none;
51930
+ .pb-xxl-6 {
51931
+ padding-bottom: 2.5rem !important;
51647
51932
  }
51648
- .navbar-expand-lg .offcanvas-top,
51649
- .navbar-expand-lg .offcanvas-bottom {
51650
- height: auto;
51651
- border-top: 0;
51652
- border-bottom: 0;
51933
+ .pb-xxl-7 {
51934
+ padding-bottom: 3rem !important;
51653
51935
  }
51654
- .navbar-expand-lg .offcanvas-body {
51655
- display: flex;
51656
- flex-grow: 0;
51657
- padding: 0;
51658
- overflow-y: visible;
51936
+ .pb-xxl-8 {
51937
+ padding-bottom: 3.5rem !important;
51659
51938
  }
51660
- }
51661
- @media (min-width: 1200px) {
51662
- .navbar-expand-xl {
51663
- flex-wrap: nowrap;
51664
- justify-content: flex-start;
51939
+ .ps-xxl-0 {
51940
+ padding-left: 0 !important;
51665
51941
  }
51666
- .navbar-expand-xl .navbar-nav {
51667
- flex-direction: row;
51942
+ .ps-xxl-1 {
51943
+ padding-left: 0.25rem !important;
51668
51944
  }
51669
- .navbar-expand-xl .navbar-nav .dropdown-menu {
51670
- position: absolute;
51945
+ .ps-xxl-2 {
51946
+ padding-left: 0.5rem !important;
51671
51947
  }
51672
- .navbar-expand-xl .navbar-nav .nav-link {
51673
- padding-right: 0.5rem;
51674
- padding-left: 0.5rem;
51948
+ .ps-xxl-3 {
51949
+ padding-left: 1rem !important;
51675
51950
  }
51676
- .navbar-expand-xl .navbar-nav-scroll {
51677
- overflow: visible;
51951
+ .ps-xxl-4 {
51952
+ padding-left: 1.5rem !important;
51678
51953
  }
51679
- .navbar-expand-xl .navbar-collapse {
51680
- display: flex !important;
51681
- flex-basis: auto;
51954
+ .ps-xxl-5 {
51955
+ padding-left: 2rem !important;
51682
51956
  }
51683
- .navbar-expand-xl .navbar-toggler {
51684
- display: none;
51957
+ .ps-xxl-6 {
51958
+ padding-left: 2.5rem !important;
51685
51959
  }
51686
- .navbar-expand-xl .offcanvas-header {
51687
- display: none;
51960
+ .ps-xxl-7 {
51961
+ padding-left: 3rem !important;
51688
51962
  }
51689
- .navbar-expand-xl .offcanvas {
51690
- position: inherit;
51691
- bottom: 0;
51692
- z-index: 1000;
51693
- flex-grow: 1;
51694
- visibility: visible !important;
51695
- background-color: transparent;
51696
- border-right: 0;
51697
- border-left: 0;
51698
- transition: none;
51699
- transform: none;
51963
+ .ps-xxl-8 {
51964
+ padding-left: 3.5rem !important;
51700
51965
  }
51701
- .navbar-expand-xl .offcanvas-top,
51702
- .navbar-expand-xl .offcanvas-bottom {
51703
- height: auto;
51704
- border-top: 0;
51705
- border-bottom: 0;
51966
+ .text-xxl-start {
51967
+ text-align: left !important;
51706
51968
  }
51707
- .navbar-expand-xl .offcanvas-body {
51708
- display: flex;
51709
- flex-grow: 0;
51710
- padding: 0;
51711
- overflow-y: visible;
51969
+ .text-xxl-end {
51970
+ text-align: right !important;
51971
+ }
51972
+ .text-xxl-center {
51973
+ text-align: center !important;
51712
51974
  }
51713
51975
  }
51714
- @media (min-width: 1400px) {
51715
- .navbar-expand-xxl {
51716
- flex-wrap: nowrap;
51717
- justify-content: flex-start;
51976
+ @media (min-width: 1200px) {
51977
+ .fs-0 {
51978
+ font-size: 3.5rem !important;
51718
51979
  }
51719
- .navbar-expand-xxl .navbar-nav {
51720
- flex-direction: row;
51980
+ .fs-1 {
51981
+ font-size: 2.5rem !important;
51721
51982
  }
51722
- .navbar-expand-xxl .navbar-nav .dropdown-menu {
51723
- position: absolute;
51983
+ .fs-2 {
51984
+ font-size: 2rem !important;
51724
51985
  }
51725
- .navbar-expand-xxl .navbar-nav .nav-link {
51726
- padding-right: 0.5rem;
51727
- padding-left: 0.5rem;
51986
+ .fs-3 {
51987
+ font-size: 1.5rem !important;
51728
51988
  }
51729
- .navbar-expand-xxl .navbar-nav-scroll {
51730
- overflow: visible;
51989
+ }
51990
+ @media print {
51991
+ .d-print-inline {
51992
+ display: inline !important;
51731
51993
  }
51732
- .navbar-expand-xxl .navbar-collapse {
51733
- display: flex !important;
51734
- flex-basis: auto;
51994
+ .d-print-inline-block {
51995
+ display: inline-block !important;
51735
51996
  }
51736
- .navbar-expand-xxl .navbar-toggler {
51737
- display: none;
51997
+ .d-print-block {
51998
+ display: block !important;
51738
51999
  }
51739
- .navbar-expand-xxl .offcanvas-header {
51740
- display: none;
52000
+ .d-print-grid {
52001
+ display: grid !important;
51741
52002
  }
51742
- .navbar-expand-xxl .offcanvas {
51743
- position: inherit;
51744
- bottom: 0;
51745
- z-index: 1000;
51746
- flex-grow: 1;
51747
- visibility: visible !important;
51748
- background-color: transparent;
51749
- border-right: 0;
51750
- border-left: 0;
51751
- transition: none;
51752
- transform: none;
52003
+ .d-print-table {
52004
+ display: table !important;
51753
52005
  }
51754
- .navbar-expand-xxl .offcanvas-top,
51755
- .navbar-expand-xxl .offcanvas-bottom {
51756
- height: auto;
51757
- border-top: 0;
51758
- border-bottom: 0;
52006
+ .d-print-table-row {
52007
+ display: table-row !important;
51759
52008
  }
51760
- .navbar-expand-xxl .offcanvas-body {
51761
- display: flex;
51762
- flex-grow: 0;
51763
- padding: 0;
51764
- overflow-y: visible;
52009
+ .d-print-table-cell {
52010
+ display: table-cell !important;
51765
52011
  }
51766
- }
51767
- .navbar-expand {
51768
- flex-wrap: nowrap;
51769
- justify-content: flex-start;
51770
- }
51771
- .navbar-expand .navbar-nav {
51772
- flex-direction: row;
51773
- }
51774
- .navbar-expand .navbar-nav .dropdown-menu {
51775
- position: absolute;
51776
- }
51777
- .navbar-expand .navbar-nav .nav-link {
51778
- padding-right: 0.5rem;
51779
- padding-left: 0.5rem;
51780
- }
51781
- .navbar-expand .navbar-nav-scroll {
51782
- overflow: visible;
51783
- }
51784
- .navbar-expand .navbar-collapse {
51785
- display: flex !important;
51786
- flex-basis: auto;
51787
- }
51788
- .navbar-expand .navbar-toggler {
51789
- display: none;
51790
- }
51791
- .navbar-expand .offcanvas-header {
51792
- display: none;
51793
- }
51794
- .navbar-expand .offcanvas {
51795
- position: inherit;
51796
- bottom: 0;
51797
- z-index: 1000;
51798
- flex-grow: 1;
51799
- visibility: visible !important;
51800
- background-color: transparent;
51801
- border-right: 0;
51802
- border-left: 0;
51803
- transition: none;
51804
- transform: none;
51805
- }
51806
- .navbar-expand .offcanvas-top,
51807
- .navbar-expand .offcanvas-bottom {
51808
- height: auto;
51809
- border-top: 0;
51810
- border-bottom: 0;
51811
- }
51812
- .navbar-expand .offcanvas-body {
51813
- display: flex;
51814
- flex-grow: 0;
51815
- padding: 0;
51816
- overflow-y: visible;
51817
- }
51818
-
51819
- .navbar-light .navbar-brand {
51820
- color: rgba(0, 0, 0, 0.9);
51821
- }
51822
- .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
51823
- color: rgba(0, 0, 0, 0.9);
51824
- }
51825
- .navbar-light .navbar-nav .nav-link {
51826
- color: rgba(0, 0, 0, 0.55);
51827
- }
51828
- .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
51829
- color: rgba(0, 0, 0, 0.7);
51830
- }
51831
- .navbar-light .navbar-nav .nav-link.disabled {
51832
- color: rgba(0, 0, 0, 0.3);
51833
- }
51834
- .navbar-light .navbar-nav .show > .nav-link,
51835
- .navbar-light .navbar-nav .nav-link.active {
51836
- color: rgba(0, 0, 0, 0.9);
51837
- }
51838
- .navbar-light .navbar-toggler {
51839
- color: rgba(0, 0, 0, 0.55);
51840
- border-color: rgba(0, 0, 0, 0.1);
51841
- }
51842
- .navbar-light .navbar-toggler-icon {
51843
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
51844
- }
51845
- .navbar-light .navbar-text {
51846
- color: rgba(0, 0, 0, 0.55);
51847
- }
51848
- .navbar-light .navbar-text a,
51849
- .navbar-light .navbar-text a:hover,
51850
- .navbar-light .navbar-text a:focus {
51851
- color: rgba(0, 0, 0, 0.9);
51852
- }
51853
-
51854
- .navbar-dark .navbar-brand {
51855
- color: #fff;
51856
- }
51857
- .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
51858
- color: #fff;
51859
- }
51860
- .navbar-dark .navbar-nav .nav-link {
51861
- color: rgba(255, 255, 255, 0.55);
51862
- }
51863
- .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
51864
- color: rgba(255, 255, 255, 0.75);
51865
- }
51866
- .navbar-dark .navbar-nav .nav-link.disabled {
51867
- color: rgba(255, 255, 255, 0.25);
51868
- }
51869
- .navbar-dark .navbar-nav .show > .nav-link,
51870
- .navbar-dark .navbar-nav .nav-link.active {
51871
- color: #fff;
51872
- }
51873
- .navbar-dark .navbar-toggler {
51874
- color: rgba(255, 255, 255, 0.55);
51875
- border-color: rgba(255, 255, 255, 0.1);
51876
- }
51877
- .navbar-dark .navbar-toggler-icon {
51878
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
51879
- }
51880
- .navbar-dark .navbar-text {
51881
- color: rgba(255, 255, 255, 0.55);
51882
- }
51883
- .navbar-dark .navbar-text a,
51884
- .navbar-dark .navbar-text a:hover,
51885
- .navbar-dark .navbar-text a:focus {
51886
- color: #fff;
51887
- }
51888
-
51889
- .sgds.navbar {
51890
- padding: 0 calc(2rem) 0;
51891
- min-height: 80px;
51892
- align-items: stretch;
51893
- }
51894
- @media (max-width: 991.98px) {
51895
- .sgds.navbar {
51896
- padding: 0 1rem 0;
51897
- overflow-x: scroll;
52012
+ .d-print-flex {
52013
+ display: flex !important;
52014
+ }
52015
+ .d-print-inline-flex {
52016
+ display: inline-flex !important;
52017
+ }
52018
+ .d-print-none {
52019
+ display: none !important;
51898
52020
  }
51899
52021
  }
51900
- .sgds.navbar a.navbar-brand {
51901
- display: flex;
51902
- align-items: center;
51903
- padding-bottom: 0.125rem;
51904
- }
51905
- .sgds.navbar .navbar-collapse {
51906
- align-items: stretch;
51907
- }
51908
- .sgds.navbar .nav-item.has-megamenu {
51909
- position: static;
51910
- }
51911
- .sgds.navbar .nav-item a.nav-link {
51912
- color: #344054;
51913
- border-bottom: 0.125rem solid transparent;
51914
- min-height: 100%;
51915
- display: flex;
51916
- align-items: center;
51917
- }
51918
- .sgds.navbar .nav-item a.nav-link.active, .sgds.navbar .nav-item a.nav-link:hover {
51919
- color: #5925DC;
51920
- border-color: #5925DC;
51921
- }
51922
- .sgds.navbar .nav-item a.nav-link.dropdown-toggle {
51923
- gap: 0.75rem;
51924
- }
51925
- .sgds.navbar .nav-item a.nav-link.dropdown-toggle.show {
51926
- color: #5925DC;
51927
- border-bottom: 0.125rem solid #5925DC;
51928
- }
51929
- .sgds.navbar .dropdown-menu {
51930
- margin-top: 0;
51931
- border: 1px solid rgba(0, 0, 0, 0.1);
51932
- border-radius: 0 0 5px 5px;
51933
- background-color: #fff;
51934
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
51935
- }
51936
- .sgds.navbar .dropdown-menu.megamenu {
51937
- left: 0;
51938
- right: 0;
51939
- width: 100%;
51940
- }
51941
-
51942
- :host {
51943
- --mainnav-item-theme-color: #5925DC;
51944
- }
51945
-
51946
- .nav-item {
51947
- height: 100%;
51948
- }
51949
-
51950
52022
  a.nav-link {
51951
- display: flex;
51952
- color: #344054;
51953
- border-bottom: 0.125rem solid transparent;
51954
- min-height: 100%;
51955
- align-items: center;
52023
+ display: block;
52024
+ color: inherit;
52025
+ font-size: 1rem;
52026
+ padding-top: 0.5rem;
52027
+ padding-bottom: 0.5rem;
52028
+ padding-left: calc(
52029
+ 4rem + 0.125rem
52030
+ );
52031
+ padding-right: 0;
52032
+ text-decoration: none;
51956
52033
  }
51957
52034
  a.nav-link.active, a.nav-link:hover {
51958
- color: var(--mainnav-item-theme-color);
51959
- border-color: var(--mainnav-item-theme-color);
52035
+ color: var(--sidenav-theme-color);
51960
52036
  }`;
51961
52037
 
51962
- let MainNavItem = class MainNavItem extends s$2 {
52038
+ let SgdsSidenavLink = class SgdsSidenavLink extends SgdsElement {
51963
52039
  constructor() {
51964
52040
  super(...arguments);
51965
52041
  this.active = false;
@@ -51967,7 +52043,7 @@ a.nav-link.active, a.nav-link:hover {
51967
52043
  }
51968
52044
  render() {
51969
52045
  return y `
51970
- <li class="nav-item">
52046
+ <li>
51971
52047
  <a href="${this.href}" class="nav-link ${this.active ? "active" : null}"
51972
52048
  ><slot></slot
51973
52049
  ></a>
@@ -51975,16 +52051,16 @@ a.nav-link.active, a.nav-link:hover {
51975
52051
  `;
51976
52052
  }
51977
52053
  };
51978
- MainNavItem.styles = css_248z;
52054
+ SgdsSidenavLink.styles = css_248z;
51979
52055
  __decorate([
51980
- e$3({ type: Boolean })
51981
- ], MainNavItem.prototype, "active", void 0);
52056
+ e$4({ type: Boolean })
52057
+ ], SgdsSidenavLink.prototype, "active", void 0);
51982
52058
  __decorate([
51983
- e$3({ type: String })
51984
- ], MainNavItem.prototype, "href", void 0);
51985
- MainNavItem = __decorate([
51986
- e$4("mainnav-item")
51987
- ], MainNavItem);
52059
+ e$4({ type: String })
52060
+ ], SgdsSidenavLink.prototype, "href", void 0);
52061
+ SgdsSidenavLink = __decorate([
52062
+ e$5("sgds-sidenav-link")
52063
+ ], SgdsSidenavLink);
51988
52064
 
51989
52065
  }));
51990
52066
  //# sourceMappingURL=index.js.map