@govtechsg/sgds-web-component 0.0.4 → 0.0.6

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