@spw-ds/spw-stencil-library 1.17.0 → 1.17.1

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 (87) hide show
  1. package/dist/cem.json +152 -5
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/spw-card.cjs.entry.js +2 -2
  4. package/dist/cjs/spw-hero.cjs.entry.js +3 -3
  5. package/dist/cjs/spw-search-field.cjs.entry.js +20 -2
  6. package/dist/cjs/spw-stencil-library.cjs.js +1 -1
  7. package/dist/cjs/spw-tile-description.cjs.entry.js +1 -1
  8. package/dist/cjs/spw-tile-title.cjs.entry.js +1 -1
  9. package/dist/cjs/spw-tile.cjs.entry.js +17 -4
  10. package/dist/cjs/spw-toc-container.cjs.entry.js +2 -2
  11. package/dist/cjs/spw-toc-navigation.cjs.entry.js +20 -0
  12. package/dist/cjs/spw-topbar.cjs.entry.js +4 -2
  13. package/dist/cjs/spw-wizard-item.cjs.entry.js +1 -1
  14. package/dist/cjs/spw-wizard.cjs.entry.js +1 -1
  15. package/dist/collection/components/spw-card/spw-card.css +7 -0
  16. package/dist/collection/components/spw-card/spw-card.js +1 -1
  17. package/dist/collection/components/spw-hero/spw-hero.js +22 -3
  18. package/dist/collection/components/spw-search-field/spw-search-field.js +76 -3
  19. package/dist/collection/components/spw-tile/spw-tile-description/spw-tile-description.css +3 -0
  20. package/dist/collection/components/spw-tile/spw-tile-title/spw-tile-title.css +14 -2
  21. package/dist/collection/components/spw-tile/spw-tile.css +23 -1
  22. package/dist/collection/components/spw-tile/spw-tile.js +57 -4
  23. package/dist/collection/components/spw-toc/spw-toc-container/spw-toc-container.js +4 -4
  24. package/dist/collection/components/spw-toc/spw-toc-navigation/spw-toc-navigation.js +40 -0
  25. package/dist/collection/components/spw-topbar/spw-topbar.css +61 -2
  26. package/dist/collection/components/spw-topbar/spw-topbar.js +23 -1
  27. package/dist/collection/components/spw-wizard/spw-wizard-item/spw-wizard-item.js +1 -1
  28. package/dist/collection/components/spw-wizard/spw-wizard.js +1 -1
  29. package/dist/collection/stories/organisms/spw-tile/spw-tile.stories.js +117 -0
  30. package/dist/collection/stories/organisms/spw-topbar/spw-topbar.stories.js +48 -1
  31. package/dist/components/spw-card.js +1 -1
  32. package/dist/components/spw-hero.js +1 -1
  33. package/dist/components/spw-search-field.js +1 -1
  34. package/dist/components/spw-tile-description.js +1 -1
  35. package/dist/components/spw-tile-title.js +1 -1
  36. package/dist/components/spw-tile.js +1 -1
  37. package/dist/components/spw-toc-container.js +1 -1
  38. package/dist/components/spw-toc-navigation.js +1 -1
  39. package/dist/components/spw-topbar.js +1 -1
  40. package/dist/components/spw-wizard-item.js +1 -1
  41. package/dist/components/spw-wizard.js +1 -1
  42. package/dist/components_json.json +232 -4
  43. package/dist/components_vscode.json +5509 -0
  44. package/dist/esm/loader.js +1 -1
  45. package/dist/esm/spw-card.entry.js +2 -2
  46. package/dist/esm/spw-hero.entry.js +3 -3
  47. package/dist/esm/spw-search-field.entry.js +20 -2
  48. package/dist/esm/spw-stencil-library.js +1 -1
  49. package/dist/esm/spw-tile-description.entry.js +1 -1
  50. package/dist/esm/spw-tile-title.entry.js +1 -1
  51. package/dist/esm/spw-tile.entry.js +17 -4
  52. package/dist/esm/spw-toc-container.entry.js +2 -2
  53. package/dist/esm/spw-toc-navigation.entry.js +20 -0
  54. package/dist/esm/spw-topbar.entry.js +4 -2
  55. package/dist/esm/spw-wizard-item.entry.js +1 -1
  56. package/dist/esm/spw-wizard.entry.js +1 -1
  57. package/dist/spw-stencil-library/p-1034937d.entry.js +1 -0
  58. package/dist/spw-stencil-library/p-24ddb0e5.entry.js +1 -0
  59. package/dist/spw-stencil-library/{p-b17a13d5.entry.js → p-2e7041df.entry.js} +1 -1
  60. package/dist/spw-stencil-library/p-4a3e2b92.entry.js +1 -0
  61. package/dist/spw-stencil-library/{p-aeb28e9a.entry.js → p-4e4830f6.entry.js} +1 -1
  62. package/dist/spw-stencil-library/{p-94581684.entry.js → p-66a5ccc3.entry.js} +1 -1
  63. package/dist/spw-stencil-library/p-6cfcab87.entry.js +1 -0
  64. package/dist/spw-stencil-library/p-7c705c74.entry.js +1 -0
  65. package/dist/spw-stencil-library/{p-f0f0bd9d.entry.js → p-9ca52f24.entry.js} +1 -1
  66. package/dist/spw-stencil-library/p-a7b1bd08.entry.js +1 -0
  67. package/dist/spw-stencil-library/{p-b9cf4fcb.entry.js → p-aeb616f6.entry.js} +1 -1
  68. package/dist/spw-stencil-library/spw-stencil-library.esm.js +1 -1
  69. package/dist/stats.json +475 -83
  70. package/dist/types/components/spw-hero/spw-hero.d.ts +2 -0
  71. package/dist/types/components/spw-search-field/spw-search-field.d.ts +8 -0
  72. package/dist/types/components/spw-tile/spw-tile.d.ts +5 -1
  73. package/dist/types/components/spw-toc/spw-toc-container/spw-toc-container.d.ts +1 -1
  74. package/dist/types/components/spw-toc/spw-toc-navigation/spw-toc-navigation.d.ts +4 -0
  75. package/dist/types/components/spw-topbar/spw-topbar.d.ts +2 -0
  76. package/dist/types/components.d.ts +74 -4
  77. package/dist/types/stories/organisms/spw-tile/spw-tile.stories.d.ts +4 -1
  78. package/dist/types/stories/organisms/spw-topbar/spw-topbar.stories.d.ts +1 -0
  79. package/hydrate/index.js +83 -21
  80. package/hydrate/index.mjs +83 -21
  81. package/package.json +1 -1
  82. package/dist/spw-stencil-library/p-2b6b85a3.entry.js +0 -1
  83. package/dist/spw-stencil-library/p-2f45d1f5.entry.js +0 -1
  84. package/dist/spw-stencil-library/p-3d6fe416.entry.js +0 -1
  85. package/dist/spw-stencil-library/p-bec8374e.entry.js +0 -1
  86. package/dist/spw-stencil-library/p-f7a94fe7.entry.js +0 -1
  87. package/dist/spw-stencil-library/p-fc9acdf2.entry.js +0 -1
@@ -51,7 +51,7 @@ const SpwWizardItem = class {
51
51
  }
52
52
  render() {
53
53
  const showConnector = this.isLast === 'false';
54
- return (h(Host, { key: '22856da5cec45bb59fe44a81ed5d49da05cacc16' }, h("div", { key: '8a6459ccc2cff2ed249f490e5a8181ae49e43ff8', class: this.elementClass, onClick: this.handleClick }, h("div", { key: '18e4099dfb154ddfc2a548eafd68e4e86459a200', class: "spw-wizard-item__step" }, h("div", { key: '2d10f78afed87200c7f901ba018b6e72cac80d50', class: "spw-wizard-item__icon" }, this.renderIcon()), showConnector && h("div", { key: '212910813420756552211ab76312e300b6ecaa69', class: "spw-wizard-item__connector" })), h("div", { key: '300ee777d07bc92f2466c41888963d3dae12994e', class: "spw-wizard-item__content" }, this.label && h("div", { key: 'cdb5f277e1be85d7a1b746f8ccf030c69396e99f', class: "spw-wizard-item__label" }, this.label), this.description && h("div", { key: '39911efce8efd83ae5892b6a96fb126ce55d9817', class: "spw-wizard-item__description" }, this.description), this.additionalInfo && h("div", { key: 'f1cffeb66dfca6100a43ae5b632e1bb51742a215', class: "spw-wizard-item__additional-info" }, this.additionalInfo)))));
54
+ return (h(Host, { key: '823b0a60bcebea99d2230acc4398f2ba2fa72439' }, h("div", { key: 'e2eb1bbebe28b3472e05b78c7053c0e1d0e258a7', class: this.elementClass, onClick: this.handleClick }, h("div", { key: '3ad0471748874dcc6ccc5fd5b33088fc6e00554d', class: "spw-wizard-item__step" }, h("div", { key: '125c349e885de823eb54111c05c5433dc7695532', class: "spw-wizard-item__icon" }, this.renderIcon()), showConnector && h("div", { key: 'fbe54d8adc1df67dec07919b8af6d34a239afb7c', class: "spw-wizard-item__connector" })), h("div", { key: 'f80211b38a05a1fbd23afae8a15d2287aff1ea5f', class: "spw-wizard-item__content" }, this.label && h("div", { key: '9cde8fdefeae446f401588dc17bc79c7d0c94b59', class: "spw-wizard-item__label" }, this.label), this.description && h("div", { key: 'f32552d4a0f3c48c6948a3fe834a3869d1c8c166', class: "spw-wizard-item__description" }, this.description), this.additionalInfo && h("div", { key: '61d41a02a2b1b9e6fc6a5c452e0ea030138c08ce', class: "spw-wizard-item__additional-info" }, this.additionalInfo)))));
55
55
  }
56
56
  };
57
57
  SpwWizardItem.style = spwWizardItemCss();
@@ -78,7 +78,7 @@ const SpwWizard = class {
78
78
  };
79
79
  }
80
80
  render() {
81
- return (h(Host, { key: '2b8cb76fa77df1adc0f4de4ee6978f1de5da6141' }, h("div", { key: '53ecd8661595e62aaccfccf42be8a0616afdd7b9', class: this.elementClass }, h("slot", { key: 'f67aa95bf2cffb320042f59cd4ebe91affa01ffe' }))));
81
+ return (h(Host, { key: '07c1d46d67b5b633c47d874fb185f629b30be2fe' }, h("div", { key: '192c2805b20f3924003b8e4c703b5f9cbe08c067', class: this.elementClass }, h("slot", { key: 'bfd464b5f1213b192f252d53a93eaf24e964bfd4' }))));
82
82
  }
83
83
  get el() { return getElement(this); }
84
84
  };
@@ -0,0 +1 @@
1
+ import{r as t,h as e,H as i,a as s}from"./p-DkNryMko.js";const o=class{constructor(e){t(this,e),this.variant="progress",this.items=[],this.currentItemIndex=-1,this.currentH2Index=-1,this.h2ProgressPercents=new Map,this.clickedH2Index=-1,this.h2Distances=new Map}async componentDidLoad(){this.propagateDepthToContainer(),await this.loadItems(),this.setupIntersectionObserver(),this.setupScrollHandler()}depthChanged(){this.propagateDepthToContainer()}propagateDepthToContainer(){if(!this.depth)return;const t=this.el.closest("spw-toc");if(!t)return;const e=t.querySelector("spw-toc-container");e&&(e.depth=this.depth)}componentDidRender(){this.recalculateH2Distances()}recalculateH2Distances(){const t=this.items.filter((t=>2===t.level)),e=this.items.map(((t,e)=>2===t.level?e:-1)).filter((t=>-1!==t)),i=new Map;t.forEach(((s,o)=>{const r=e[o];if(o<t.length-1){const e=t[o+1],n=this.el.querySelector(`li:has(a[href="#${s.id}"])`),l=this.el.querySelector(`li:has(a[href="#${e.id}"])`);n&&l&&i.set(r,l.offsetTop-n.offsetTop)}}));let s=i.size!==this.h2Distances.size;if(!s)for(const[t,e]of i)if(this.h2Distances.get(t)!==e){s=!0;break}s&&(this.h2Distances=i)}disconnectedCallback(){this.observer&&this.observer.disconnect(),this.scrollHandler&&window.removeEventListener("scroll",this.scrollHandler)}async loadItems(){const t=this.el.closest("spw-toc");if(!t)return;const e=t.querySelector("spw-toc-container");if(e){await new Promise((t=>setTimeout(t,100)));try{if(e.getItems){const t=await e.getItems();this.items=t}}catch(t){console.error("Error loading TOC items:",t)}}}findElementById(t,e=document){const i=e.getElementById?e.getElementById(t):e.querySelector(`#${CSS.escape(t)}`);if(i)return i;const s=e.querySelectorAll("*");for(let e=0;e<s.length;e++){const i=s[e];if(i.shadowRoot){const e=this.findElementById(t,i.shadowRoot);if(e)return e}}return null}getAbsoluteTop(t){return t.getBoundingClientRect().top+window.scrollY}setupScrollHandler(){let t=null;this.scrollHandler=()=>{null===t&&(t=requestAnimationFrame((()=>{this.calculateH2Progress(),this.clickedH2Index=-1,t=null})))},window.addEventListener("scroll",this.scrollHandler,{passive:!0})}calculateH2Progress(){const t=this.items.filter((t=>2===t.level)),e=new Map,i=window.scrollY+32;t.forEach(((s,o)=>{const r=this.findElementById(s.id);if(!r)return void e.set(o,0);const n=t[o+1],l=n?this.findElementById(n.id):null,a=this.getAbsoluteTop(r),c=l?this.getAbsoluteTop(l):document.body.scrollHeight;e.set(o,i<a?0:i>=c?100:Math.min(Math.max((i-a)/(c-a)*100,0),100))})),this.h2ProgressPercents=e}handleTocItemsChanged(t){this.el.closest("spw-toc")===t.target.closest("spw-toc")&&(this.items=t.detail,this.observer&&this.observer.disconnect(),this.setupIntersectionObserver())}setupIntersectionObserver(){this.observer=new IntersectionObserver((t=>{t.forEach((t=>{if(t.isIntersecting){const e=t.target.id,i=this.items.findIndex((t=>t.id===e));if(-1!==i)if(this.currentItemIndex=i,2===this.items[i].level){const t=this.items.filter((t=>2===t.level));this.currentH2Index=t.findIndex((t=>t.id===e))}else{const t=this.items.filter((t=>2===t.level));for(let e=i;e>=0;e--)if(2===this.items[e].level){this.currentH2Index=t.findIndex((t=>t.id===this.items[e].id));break}}}}))}),{rootMargin:"-32px 0px -66%",threshold:0}),this.items.forEach((t=>{const e=this.findElementById(t.id);e&&this.observer.observe(e)}))}handleItemClick(t,e,i){t.preventDefault();const s=this.findElementById(e);if(s){const t=s.getBoundingClientRect().top+window.scrollY-32;if(window.scrollTo({top:t+1,behavior:"smooth"}),this.currentItemIndex=i,2===this.items[i].level){const t=this.items.filter((t=>2===t.level)).findIndex((t=>t.id===e));this.currentH2Index=t,this.clickedH2Index=t}else{const t=this.items.filter((t=>2===t.level));for(let e=i;e>=0;e--)if(2===this.items[e].level){const i=t.findIndex((t=>t.id===this.items[e].id));this.currentH2Index=i,this.clickedH2Index=i;break}}this.calculateH2ProgressWithTargetScroll(t+1);const o=new URL(window.location.href);o.hash=e,window.history.pushState({},"",o)}}calculateH2ProgressWithTargetScroll(t){const e=this.items.filter((t=>2===t.level)),i=new Map,s=t+32;e.forEach(((t,o)=>{const r=this.findElementById(t.id);if(!r)return void i.set(o,0);const n=e[o+1],l=n?this.findElementById(n.id):null,a=this.getAbsoluteTop(r),c=l?this.getAbsoluteTop(l):document.body.scrollHeight;i.set(o,s<a?0:s>=c?100:Math.min(Math.max((s-a)/(c-a)*100,0),100))})),this.h2ProgressPercents=new Map(i)}isItemActive(t,e){if("simple"===this.variant)return this.currentItemIndex===t;let i=-1;if(2===e.level)i=this.items.filter((t=>2===t.level)).findIndex((t=>t.id===e.id));else{const e=this.items.filter((t=>2===t.level));for(let s=t;s>=0;s--)if(2===this.items[s].level){i=e.findIndex((t=>t.id===this.items[s].id));break}}return this.clickedH2Index>=0&&i===this.clickedH2Index||(i>=0?this.getH2Progress(i):0)>0}getH2Progress(t){return this.h2ProgressPercents.get(t)||0}getH2BarStatus(t){return t>=100?"completed":t>0?"active":"pending"}render(){if(0===this.items.length)return null;const t="progress"===this.variant,s=this.items.filter((t=>2===t.level));return e(i,null,e("nav",{class:{"spw-toc":!0,"spw-toc--progress":t,"spw-toc--simple":!t}},e("ul",null,this.items.map(((i,o)=>{var r;let n=-1;if(2===i.level)n=s.findIndex((t=>t.id===i.id));else for(let t=o;t>=0;t--)if(2===this.items[t].level){n=s.findIndex((e=>e.id===this.items[t].id));break}const l=t&&n>=0?this.getH2Progress(n):0,a=t?this.getH2BarStatus(l):"pending";let c=0;t&&2===i.level&&(c=null!==(r=this.h2Distances.get(o))&&void 0!==r?r:0);const p={};return t&&2===i.level&&(p["--progress"]=`${l}`,c>0&&(p["--distance-to-next-h2"]=`${c}px`)),e("li",{key:i.id,class:{[`--toc-is-level-${i.level}`]:!0,"--toc-active":t&&this.isItemActive(o,i),"--toc-bar-completed":t&&"completed"===a,"--toc-bar-active":t&&"active"===a,"--toc-bar-pending":t&&"pending"===a,"--toc-is-h2":2===i.level},style:p},t&&2===i.level&&e("span",{class:"spw-toc__progress-dot"}),e("a",{href:`#${i.id}`,onClick:t=>this.handleItemClick(t,i.id,o)},i.text))})))))}get el(){return s(this)}static get watchers(){return{depth:[{depthChanged:0}]}}};o.style='html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-toc ul{list-style:none;margin:0;padding:0;position:relative}.spw-toc li{position:relative;list-style:none;margin:0;padding:0}.spw-toc li a{display:block;text-decoration:none;font-weight:normal;transition:font-weight 0.2s ease;padding:0.25rem 0;color:var(--spw-color-themes-grey-grey-900)}.spw-toc li a:hover{text-decoration:underline}.spw-toc li a:active{color:var(--spw-ds-active)}.spw-toc li.--toc-is-level-2 a{padding-left:2rem}.spw-toc li.--toc-is-level-3 a{padding-left:3rem}.spw-toc li.--toc-is-level-4 a{padding-left:4rem}.spw-toc li.--toc-is-level-5 a{padding-left:5rem}.spw-toc li.--toc-is-level-6 a{padding-left:6rem}.spw-toc--progress li.--toc-is-h2{position:relative;--progress:0;--distance-to-next-h2:0px}.spw-toc--progress li.--toc-is-h2::before{content:"";position:absolute;left:9px;top:calc(0.25rem + 0.5em);width:2px;background-color:#e0e0e0;z-index:0;height:var(--distance-to-next-h2)}.spw-toc--progress li.--toc-is-h2::after{content:"";position:absolute;left:9px;top:calc(0.25rem + 0.5em);width:2px;background-color:var(--spw-ds-primary);z-index:1;transition:height 0.1s linear;transform-origin:top;height:calc(var(--distance-to-next-h2) * var(--progress) / 100)}.spw-toc--progress li.--toc-is-h2:last-of-type::before,.spw-toc--progress li.--toc-is-h2:last-of-type::after{display:none}.spw-toc--progress li .spw-toc__progress-dot{position:absolute;left:0.25rem;top:calc(0.25rem + 0.5em + 3px);transform:translateY(-50%);width:13px;height:13px;border-radius:50%;border:4px solid #e0e0e0;background-color:white;z-index:2;transition:all 0.3s ease}.spw-toc--progress li.--toc-bar-completed .spw-toc__progress-dot{border-color:var(--spw-ds-primary)}.spw-toc--progress li.--toc-bar-active .spw-toc__progress-dot{border-color:var(--spw-ds-primary);box-shadow:0 0 0 3px rgba(211, 47, 47, 0.2)}.spw-toc--progress li.--toc-bar-completed.--toc-is-level-2 a,.spw-toc--progress li.--toc-bar-active.--toc-is-level-2 a{font-weight:bold}.spw-toc--simple li a{font-weight:700}.spw-toc--simple li.--toc-active a{color:var(--spw-color-themes-grey-grey-900)}.spw-toc--simple li.--toc-is-level-2 a{padding-left:calc(6px + 0.75rem)}.spw-toc--simple li.--toc-is-level-2::before{content:"";position:absolute;left:0;top:calc(0.25rem + 0.7em);transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background-color:var(--spw-ds-primary)}.spw-toc--simple li.--toc-is-level-3::before,.spw-toc--simple li.--toc-is-level-4::before,.spw-toc--simple li.--toc-is-level-5::before,.spw-toc--simple li.--toc-is-level-6::before{content:"";position:absolute;top:calc(0.25rem + 0.7em);transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background-color:transparent;border:1px solid var(--spw-ds-primary);box-sizing:border-box}.spw-toc--simple li.--toc-is-level-3 a{padding-left:calc(1rem + 6px + 0.75rem)}.spw-toc--simple li.--toc-is-level-3::before{left:1rem}.spw-toc--simple li.--toc-is-level-4 a{padding-left:calc(2rem + 6px + 0.75rem)}.spw-toc--simple li.--toc-is-level-4::before{left:2rem}.spw-toc--simple li.--toc-is-level-5 a{padding-left:calc(3rem + 6px + 0.75rem)}.spw-toc--simple li.--toc-is-level-5::before{left:3rem}.spw-toc--simple li.--toc-is-level-6 a{padding-left:calc(4rem + 6px + 0.75rem)}.spw-toc--simple li.--toc-is-level-6::before{left:4rem}';export{o as spw_toc_navigation}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as s,a}from"./p-DkNryMko.js";const i=class{constructor(t){e(this,t),this.hasImage=!1,this.childHoveredCount=0,this.variant="news",this.elementType="a",this.target="_self",this.monthLabels=["jan","fév","mar","avr","mai","jun","jul","aoû","sep","oct","nov","déc"],this.fromLabel="du",this.toLabel="au",this.fullHeight=!1,this.disabled=!1,this.onNestedCardEnter=()=>{this.childHoveredCount++,this.setImageHovered(!1)},this.onNestedCardLeave=()=>{this.childHoveredCount=Math.max(0,this.childHoveredCount-1),0===this.childHoveredCount&&this.isPointerInside(this.el)&&this.setImageHovered(!0)}}componentWillLoad(){this.checkForImage(),this.applyVariantToChildren(),this.attachNestedCardListeners()}slotChanged(){this.checkForImage(),this.applyVariantToChildren(),this.attachNestedCardListeners()}onMouseEnter(){0===this.childHoveredCount&&this.setImageHovered(!0)}onMouseLeave(){this.setImageHovered(!1)}attachNestedCardListeners(){requestAnimationFrame((()=>{this.el.querySelectorAll("spw-card").forEach((e=>{e.addEventListener("mouseenter",this.onNestedCardEnter.bind(this),!0),e.addEventListener("mouseleave",this.onNestedCardLeave.bind(this),!0)}))}))}isPointerInside(e){const t=e.getBoundingClientRect(),{left:s,top:a,right:i,bottom:n}=t,{clientX:o,clientY:r}=window;return o>=s&&o<=i&&r>=a&&r<=n}checkForImage(){requestAnimationFrame((()=>{const e=this.el.querySelector("spw-card-image"),t=this.el.querySelector("spw-card-content");this.hasImage=!!e,this.hasImage||null==t||t.classList.add("--no-image")}))}formatDate(e){var s;if(!e)return[];const[a,i]=e.split("/"),n=parseInt(i,10)-1,o=null!==(s=this.monthLabels[n])&&void 0!==s?s:i;return[t("span",{class:"spw-card__date-day"},a),t("span",{class:"spw-card__date-month"},o)]}applyVariantToChildren(){requestAnimationFrame((()=>{const e=`--${this.variant}`,t=this.el.querySelector("spw-card-content"),s=this.el.querySelector("spw-card-image"),a=this.el.querySelector("spw-card-title"),i=this.el.querySelector("spw-card-excerpt"),n=this.el.querySelector("spw-card-subtags");null==t||t.classList.add(e),null==s||s.classList.add(e),null==a||a.classList.add(e),null==i||i.classList.add(e),null==n||n.classList.add(e)}))}setImageHovered(e){const t=this.el.querySelector("spw-card-image"),s=this.el.querySelector("spw-card-title");t&&this.href&&t.classList.toggle("--hovered",e),s&&this.href&&s.classList.toggle("--hovered",e)}get elementClass(){return{"spw-card":!0,"spw-card--hoverable":!!this.href,"spw-card--no-image":!this.hasImage,[`spw-card--${this.variant}`]:!0,"spw-card--has-2-dates":"event"===this.variant&&!(!this.dateStart||!this.dateEnd)}}render(){const{href:e,rel:a,target:i,dateStart:n,dateEnd:o,variant:r}=this,d=void 0===this.href?"div":"a",p="div"===d?{}:{href:e,rel:a,target:i},c={"aria-label":null==this?void 0:this.accAriaLabel,"aria-disabled":this.disabled?"true":null};return t(s,{key:"f95a6ae6c3605ceedbd161b4d7fd6ccb32b5c9a5",class:{"--is-full-height":this.fullHeight}},t("article",{key:"c0f5558843980898fc024c6a58ad4c5fc0874dae",class:this.elementClass},("event"===r||"news"===r)&&t(d,Object.assign({key:"b56469bf1b35f9407bd12b01155c7162b2a15b45"},p,{class:{"spw-card__dates":!0,"spw-card__dates--range":!(!n||!o),"spw-card__dates--single":!(!n||o)}}),n&&t("div",{key:"36b8b7445ef4c3824ef95a9f5df12ca27732a3da",class:"spw-card__date-item"},t("div",{key:"de92e7eb54af473d927181cbc03c27f590e4ed09",class:"spw-card__date-content"},o&&t("span",{key:"2a0c914e82cd5457ebf6a43190308841761a41b6",class:"spw-card__date-label"},this.fromLabel),this.formatDate(n))),o&&t("div",{key:"45902a1bc90ccddf0e4a38e5d6729691853fee6b",class:"spw-card__date-item"},t("div",{key:"fa2fdefc3bbbdeb04fd826ede3e916146579d725",class:"spw-card__date-content"},t("span",{key:"50ec4287a4b796947ad7c9675d4ca1e460fab5fc",class:"spw-card__date-label"},this.toLabel),this.formatDate(o)))),t(d,Object.assign({key:"164517f886bfb6060e64693522267d6778ef61a3"},p,c,{class:"spw-card__link"}),t("slot",{key:"a94ef1805d867f4c91a63bd7bb1f4bfa6d732db1"}))))}get el(){return a(this)}};i.style='@charset "UTF-8";html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;position:relative;width:100%;--spw-card-background:var(--spw-ds-white);--spw-card-box-shadow:var(--spw-effect-elevation-6);--spw-card-border:none}:host[data-modal-trigger]{cursor:pointer}:host(.--is-full-height){height:100%}.spw-card{display:block;border-radius:5px;background:var(--spw-card-background);box-shadow:var(--spw-card-box-shadow);border:var(--spw-card-border);transition:all 0.3s ease-in-out}:host(.--is-full-height) .spw-card{height:100%}.spw-card--hoverable:hover{box-shadow:var(--spw-effect-elevation-4);transform:translateY(-5px)}.spw-card__dates{cursor:pointer;position:absolute;top:50%;left:25px;transform:translate(0, -50%);flex-direction:column;line-height:1.1;width:50px;text-align:center;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;z-index:6}.spw-card__dates--single{top:auto;transform:none;bottom:24px}.spw-card--no-image.spw-card--event .spw-card__dates{left:15px}.spw-card--news .spw-card__dates{left:auto;right:16px;top:16px;bottom:auto;transform:none}.spw-card__date-item{text-align:center;margin:4px 0}.spw-card__date-label{display:block;font-size:12px;color:var(--spw-color-themes-grey-grey-600);margin-bottom:4px}.spw-card__date-day{font-size:18px;font-weight:bold;display:block;color:var(--spw-color-themes-grey-grey-900)}.spw-card__date-month{font-size:12px;display:block;color:var(--spw-color-themes-grey-grey-900)}.spw-card__date-content{padding:8px 12px;background:white;border-radius:6px}.spw-card__link{display:block;height:100%;width:100%;color:inherit;text-decoration:none}.spw-card--no-image .spw-card__link{padding-top:15px}.spw-card--no-image.spw-card--event .spw-card__link{padding-top:0}.spw-card__link:focus-visible{outline:3px solid white;outline-offset:-1px;box-shadow:0 0 0 5px black;border-radius:5px}.spw-card--vertical .spw-card__link,.spw-card--video .spw-card__link{display:flex;min-height:240px}.spw-card--has-2-dates .spw-card__link{min-height:180px}.spw-card--event{position:relative}.spw-card--event .spw-card__link{display:flex}.spw-card--sidebar{box-shadow:none}.spw-card--sidebar:hover{box-shadow:none}.spw-card--sidebar .spw-card__link{display:flex;gap:16px}.spw-card--rounded-picture{box-shadow:none;background:transparent}.spw-card--rounded-picture:hover{box-shadow:none}.spw-card--rounded-picture .spw-card__link{display:flex;flex-direction:column}';export{i as spw_card}
@@ -1 +1 @@
1
- import{r as t,c as e,h as i,H as s,a as n}from"./p-DkNryMko.js";const o=class{constructor(i){t(this,i),this.stepClick=e(this,"stepClick",7),this.currentStep=1,this.variant="horizontal",this.canClickNextSteps=!1}componentWillLoad(){this.updateStepsState()}slotChanged(){this.updateStepsState()}async setStep(t){this.currentStep=t,this.updateStepsState(),this.scrollToWizard()}handleStepClick(t){const e=t.detail;(e<this.currentStep||this.canClickNextSteps&&e>this.currentStep)&&(this.currentStep=e,this.updateStepsState(),this.stepClick.emit(e),this.scrollToWizard())}scrollToWizard(){var t;const e=null===(t=this.el.shadowRoot)||void 0===t?void 0:t.host,i=(null==e?void 0:e.parentElement)||this.el;i&&i.scrollIntoView({behavior:"smooth",block:"start"})}updateStepsState(){requestAnimationFrame((()=>{const t=this.el.querySelectorAll("spw-wizard-item");t.forEach(((e,i)=>{const s=i+1;s>this.currentStep&&e.hasAttribute("status")&&e.removeAttribute("status"),e.hasAttribute("status")||e.setAttribute("state",s<this.currentStep?"completed":s===this.currentStep?"active":"inactive"),e.setAttribute("variant",this.variant),e.setAttribute("step-number",s.toString()),e.setAttribute("is-last",(i===t.length-1).toString()),e.setAttribute("is-clickable",(s!==this.currentStep&&(s<this.currentStep||this.canClickNextSteps)).toString()),e.setAttribute("is-current",(s===this.currentStep).toString()),e.setAttribute("is-before-current",(s<this.currentStep).toString()),e.setAttribute("is-after-current",(s>this.currentStep).toString())}))}))}get elementClass(){return{"spw-wizard":!0,[`spw-wizard--${this.variant}`]:!0}}render(){return i(s,{key:"2b8cb76fa77df1adc0f4de4ee6978f1de5da6141"},i("div",{key:"53ecd8661595e62aaccfccf42be8a0616afdd7b9",class:this.elementClass},i("slot",{key:"f67aa95bf2cffb320042f59cd4ebe91affa01ffe"})))}get el(){return n(this)}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-wizard{display:flex;gap:0}.spw-wizard--horizontal{flex-direction:row}.spw-wizard--vertical{flex-direction:column;align-items:flex-start}";export{o as spw_wizard}
1
+ import{r as t,c as e,h as i,H as s,a as n}from"./p-DkNryMko.js";const o=class{constructor(i){t(this,i),this.stepClick=e(this,"stepClick",7),this.currentStep=1,this.variant="horizontal",this.canClickNextSteps=!1}componentWillLoad(){this.updateStepsState()}slotChanged(){this.updateStepsState()}async setStep(t){this.currentStep=t,this.updateStepsState(),this.scrollToWizard()}handleStepClick(t){const e=t.detail;(e<this.currentStep||this.canClickNextSteps&&e>this.currentStep)&&(this.currentStep=e,this.updateStepsState(),this.stepClick.emit(e),this.scrollToWizard())}scrollToWizard(){var t;const e=null===(t=this.el.shadowRoot)||void 0===t?void 0:t.host,i=(null==e?void 0:e.parentElement)||this.el;i&&i.scrollIntoView({behavior:"smooth",block:"start"})}updateStepsState(){requestAnimationFrame((()=>{const t=this.el.querySelectorAll("spw-wizard-item");t.forEach(((e,i)=>{const s=i+1;s>this.currentStep&&e.hasAttribute("status")&&e.removeAttribute("status"),e.hasAttribute("status")||e.setAttribute("state",s<this.currentStep?"completed":s===this.currentStep?"active":"inactive"),e.setAttribute("variant",this.variant),e.setAttribute("step-number",s.toString()),e.setAttribute("is-last",(i===t.length-1).toString()),e.setAttribute("is-clickable",(s!==this.currentStep&&(s<this.currentStep||this.canClickNextSteps)).toString()),e.setAttribute("is-current",(s===this.currentStep).toString()),e.setAttribute("is-before-current",(s<this.currentStep).toString()),e.setAttribute("is-after-current",(s>this.currentStep).toString())}))}))}get elementClass(){return{"spw-wizard":!0,[`spw-wizard--${this.variant}`]:!0}}render(){return i(s,{key:"07c1d46d67b5b633c47d874fb185f629b30be2fe"},i("div",{key:"192c2805b20f3924003b8e4c703b5f9cbe08c067",class:this.elementClass},i("slot",{key:"bfd464b5f1213b192f252d53a93eaf24e964bfd4"})))}get el(){return n(this)}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-wizard{display:flex;gap:0}.spw-wizard--horizontal{flex-direction:row}.spw-wizard--vertical{flex-direction:column;align-items:flex-start}";export{o as spw_wizard}
@@ -0,0 +1 @@
1
+ import{r as C,c as t,h as e,H as o}from"./p-DkNryMko.js";const i=class{constructor(e){C(this,e),this.logoClick=t(this,"logoClick",7),this.borderColor="",this.hasWallonieLogo=!0,this.homepageLink="/",this.emitLogoClick=!1}connectedCallback(){document.body.classList.add("has-topbar")}disconnectedCallback(){document.body.classList.remove("has-topbar")}handleLogoClick(C){this.emitLogoClick&&(C.preventDefault(),this.logoClick.emit())}render(){return e(o,{key:"9bdbd5b8b0a1dff786ab6ef432cee46e2fc65cab"},e("header",{key:"90f8b1562d7f14e6cde8b374c65160e12e64b472",class:"spw-topbar"},e("div",{key:"8aaa24e65d8bd6a050a146a2088141c67641c5f9",class:"spw-topbar__logo"},e("a",{key:"cfaaab3339211ae158604b7e2527a18ef729ba2f",href:this.homepageLink,class:"spw-topbar__logo-link",onClick:C=>this.handleLogoClick(C)},this.hasWallonieLogo&&e("svg",{key:"9143671032e3b1b4ad25fc2d892d8eaaa172eceb",class:"spw-topbar__logo-icon",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e("g",{key:"8466c7a5fd12a7f724415cd171d210c296a216c6","clip-path":"url(#clip0_5933_3761)"},e("path",{key:"cbfd041182309bab35123faa0e6c2722be4c6b2d",d:"M10.3557 22.4677C10.4734 22.7051 11.0157 23.0104 11.1052 23.2347C11.1104 23.2451 11.1155 23.253 11.1257 23.2608C11.3278 23.3912 11.3918 23.6417 11.2869 23.8347C11.2587 23.8843 11.1845 23.866 11.1845 23.8086C11.1845 23.6808 11.1692 23.5556 11.0592 23.5425C10.9543 23.5321 10.8213 23.5712 10.6934 23.5347C10.5476 23.493 10.4325 23.3469 10.3762 23.2008C10.3685 23.1773 10.3455 23.1643 10.3224 23.1669C9.95408 23.193 9.58826 23.0991 9.21989 23.1564C9.20199 23.159 9.1892 23.1695 9.17896 23.1851C8.99734 23.5373 8.76199 23.9912 8.30152 23.9573C8.2785 23.9573 8.25547 23.9677 8.2478 23.9886C8.20175 24.106 8.21966 24.2104 8.24012 24.3251C8.2478 24.3643 8.20943 24.4008 8.17105 24.3877C8.09687 24.3669 8.03292 24.3199 7.9971 24.2625C7.94338 24.1817 7.94082 24.1295 7.94594 24.0512C7.9664 23.6834 8.23501 23.459 8.48826 23.219C8.51385 23.193 8.50873 23.1486 8.47803 23.1304C8.33477 23.0521 8.24012 23.1069 8.05082 23.0808C7.98175 23.073 7.87943 23.1121 7.80268 23.0938C7.77966 23.0886 7.75408 23.0964 7.74129 23.1199C7.67478 23.2504 7.53152 23.3156 7.39082 23.2791C7.31408 23.2582 7.27826 23.3208 7.26036 23.3573C7.22199 23.4356 7.25524 23.5243 7.27315 23.613C7.28338 23.6599 7.23222 23.6964 7.19385 23.6704C7.14524 23.639 7.09919 23.6234 7.06338 23.5582C7.02245 23.4773 6.96617 23.326 6.94315 23.266C6.93803 23.2504 6.94059 23.2321 6.94826 23.219C6.98408 23.1617 7.08385 23.0104 7.13245 22.9608C7.33199 22.7677 7.56733 22.7025 7.8564 22.7025C8.2964 22.7025 8.7671 22.6504 9.20966 22.6269C9.28384 22.6269 9.68547 22.0112 9.8185 21.7738C10.1818 21.1973 10.4734 20.6938 10.719 20.0573C10.7778 19.9034 10.8187 19.6712 10.8008 19.4495C10.8008 19.4208 10.8187 19.3921 10.8469 19.3895C11.0618 19.3686 11.095 19.6686 11.2383 19.7417C11.3738 19.8095 11.5811 19.6869 11.7525 19.7312C11.7934 19.7417 11.8062 19.7964 11.7729 19.8251C11.1436 20.3938 10.5066 21.1347 10.3276 21.9199C10.2892 22.0921 10.2534 22.2721 10.3506 22.4704L10.3557 22.4677ZM11.205 21.4243C11.0797 21.4243 10.939 21.4243 10.8315 21.4086C10.8085 21.406 10.788 21.4138 10.7778 21.4347C10.7522 21.479 10.7318 21.5312 10.7087 21.5808C10.6934 21.6173 10.7215 21.6617 10.7599 21.659C10.9159 21.6512 11.0899 21.6069 11.2306 21.526C11.2792 21.4999 11.2587 21.4243 11.205 21.4243ZM6.68989 17.3182C6.61826 17.0417 6.34454 16.9582 6.27547 16.6999C6.27036 16.6764 6.25245 16.6608 6.22943 16.6582C5.94803 16.6295 5.67943 16.5851 5.37245 16.5043C4.83012 16.3608 4.36198 16.1886 3.88873 15.9277C3.65594 15.7973 3.39501 15.7504 3.13408 15.7217C2.92687 15.6982 2.68385 15.7086 2.53803 15.693C2.39222 15.6773 2.30268 15.7451 2.1978 15.7999C2.09292 15.8573 1.10803 16.4208 0.586171 16.4547C0.35338 16.4677 0.123147 16.7156 0.115473 16.9269C0.107799 17.1382 0.222915 17.4564 0.430124 17.4564C0.381519 17.3521 0.284311 17.1982 0.299659 17.1669C0.338031 17.0938 1.48408 16.5904 1.81664 16.3217C1.83198 16.3086 1.84989 16.306 1.8678 16.3138C1.87803 16.3164 1.88826 16.3217 1.8985 16.3243C1.92664 16.3347 1.94199 16.3634 1.93175 16.3921C1.84733 16.6451 1.44059 17.1147 1.3664 17.4043C1.29733 17.6756 1.3664 17.9286 1.5378 18.0225C1.57873 18.0434 1.62733 18.0095 1.6171 17.9651C1.60431 17.8999 1.58129 17.8504 1.60175 17.7956C1.65547 17.6912 1.79617 17.639 1.83454 17.506C1.94454 17.1382 1.9164 16.6817 2.23873 16.4364C2.25152 16.4286 2.26687 16.4234 2.27966 16.426C2.40245 16.4469 2.51245 16.4521 2.62757 16.4521C2.83478 16.4521 3.02664 16.3791 3.12896 16.3608C3.15454 16.3556 3.18268 16.3712 3.19036 16.3973C3.31059 16.7443 3.23896 17.1225 3.34385 17.4851C3.39501 17.6651 3.48966 17.8138 3.63291 17.9286C3.65594 17.9469 3.66105 17.973 3.6585 18.0017C3.65338 18.0617 3.73524 18.0851 3.76082 18.0304C3.97826 17.5712 3.64571 16.9608 3.56896 16.4077C3.56384 16.3738 3.59198 16.3425 3.62524 16.3451C3.92966 16.366 4.29547 16.4834 4.46431 16.7208C4.54105 16.8304 4.5564 17.0051 4.59733 17.1669C4.62291 17.2712 4.60245 17.3651 4.59478 17.4617C4.58966 17.5191 4.66385 17.5451 4.69199 17.4982C4.80454 17.3156 4.80454 17.0677 4.80454 16.8538C4.80454 16.799 4.88129 16.7964 4.90943 16.7991C5.14478 16.8147 5.37501 16.8825 5.58733 16.9608C5.9864 17.1069 6.31896 17.2347 6.60547 17.5347C6.63617 17.5686 6.69245 17.5477 6.69757 17.5034C6.70268 17.446 6.7078 17.3808 6.69501 17.3234L6.68989 17.3182ZM14.3745 13.6921C14.2492 13.4938 13.8987 13.3243 13.6122 13.5408C13.5918 13.5564 13.5866 13.5825 13.5969 13.606C13.6736 13.7782 13.7734 13.966 13.8552 14.1147C13.8731 14.1486 13.9218 14.1512 13.9448 14.1199C14.0752 13.9451 14.2185 13.8434 14.3541 13.7704C14.3822 13.7547 14.3925 13.7182 14.3771 13.6921H14.3745ZM17.1348 16.0556C17.1143 16.1025 17.1578 16.1521 17.2038 16.1312C17.8383 15.8364 18.3652 15.1634 18.3652 14.0912C18.3652 12.8182 17.3804 11.4225 15.9401 11.4225C14.6431 11.4225 13.6199 12.3095 13.2259 12.7217C13.2106 12.7373 13.2055 12.7608 13.2157 12.7817C13.2899 12.9434 13.3769 13.1391 13.4511 13.3008C13.4638 13.3295 13.4997 13.3399 13.5278 13.3243C13.9448 13.0817 14.3157 13.3034 14.4231 13.4104C14.8376 13.8251 14.7045 14.3391 14.5255 14.6417C14.5024 14.6808 14.5331 14.7304 14.5766 14.7251C14.9604 14.6756 15.4311 14.4147 15.6638 13.893C15.6843 13.8486 15.7483 13.8486 15.7636 13.8956C15.9094 14.3182 16.0143 14.7669 15.8404 15.286C15.8276 15.3199 15.8531 15.3591 15.889 15.3591C16.4031 15.3799 16.8022 15.1791 17.1092 14.7825C17.1373 14.746 17.1936 14.7591 17.2038 14.8034C17.2985 15.2051 17.2883 15.7217 17.1348 16.0556ZM17.2473 10.9999C17.2985 11.0077 17.3292 10.9425 17.2908 10.906C16.9148 10.5564 16.4466 10.3086 15.7815 10.3086C14.8504 10.3086 13.7785 11.0704 12.8985 12.0799C12.8831 12.0982 12.8806 12.1217 12.8908 12.1425C12.9266 12.2104 12.9676 12.2834 13.0059 12.3538C13.0238 12.3851 13.0648 12.393 13.0904 12.3669C14.2518 11.2164 15.6638 10.9477 16.4901 10.9477C16.7511 10.9477 16.9966 10.9634 17.2448 10.9999H17.2473ZM17.6106 9.49731C17.805 9.49731 18.0224 9.50514 18.2527 9.53122C18.3141 9.53905 18.3345 9.45035 18.2783 9.42688C17.6873 9.17644 17.0452 9.05122 16.4031 9.06688C15.518 9.08775 14.615 9.38514 13.8578 9.90166C13.2873 10.2904 12.7859 10.8512 12.4662 11.4538C12.4559 11.4721 12.4585 11.4982 12.4713 11.5138C12.5173 11.5738 12.5634 11.6312 12.6069 11.6938L12.6504 11.7564C12.6708 11.7851 12.7092 11.7877 12.7322 11.7617C13.3078 11.1277 14.0011 10.5956 14.7557 10.2121C15.6587 9.75557 16.6462 9.50775 17.6131 9.49992L17.6106 9.49731ZM16.7536 8.50079C16.6359 8.49557 16.5157 8.49296 16.398 8.49818C16.3852 8.49818 16.3724 8.5034 16.3648 8.51122C16.329 8.54514 16.2829 8.58427 16.2369 8.62601C16.1985 8.65992 16.2241 8.72514 16.2752 8.72253C16.3827 8.71731 16.4978 8.7147 16.5873 8.71731C16.5976 8.71731 16.6078 8.71731 16.6155 8.70948C16.6743 8.67557 16.7306 8.63905 16.7843 8.59992C16.8278 8.57122 16.8073 8.5034 16.7562 8.50079H16.7536ZM17.5031 7.79122C17.6157 7.5434 17.7001 7.25122 17.7308 7.00079C17.7359 6.96688 17.7078 6.93818 17.6771 6.94079C17.5697 6.94079 17.4597 6.94601 17.3522 6.95644C17.3292 6.95644 17.3087 6.9747 17.3036 6.99818C17.2524 7.22253 17.1706 7.44166 17.0606 7.64514C17.0427 7.67644 17.0606 7.71557 17.0938 7.7234C17.209 7.75209 17.3241 7.7834 17.4366 7.81992C17.4622 7.82775 17.4904 7.81731 17.5006 7.79122H17.5031ZM13.5713 8.69905C13.1159 9.21296 12.8218 9.83905 12.6504 10.4417C12.635 10.4991 12.7066 10.5382 12.745 10.4912C12.9676 10.2095 13.2183 9.94862 13.5022 9.7347C13.515 9.72427 13.5227 9.70862 13.5227 9.69036C13.5125 9.4034 13.5559 9.08253 13.6634 8.75644C13.6813 8.69905 13.6122 8.65992 13.5713 8.70427V8.69905ZM16.0322 4.72862C16.879 4.57731 17.5722 4.57992 18.2859 4.72601C18.2962 4.72601 18.3064 4.72601 18.3166 4.7234C18.8948 4.48079 19.6059 4.13383 20.1892 3.57818C20.2327 3.53644 20.1892 3.4634 20.1329 3.48688C19.6699 3.67731 19.1659 3.81035 18.5059 3.77905C18.4548 3.77905 18.4343 3.71383 18.4752 3.67992C18.8129 3.41122 19.565 2.74601 19.8822 1.52253C19.8976 1.46775 19.8259 1.42862 19.7901 1.47296C18.5111 2.96514 17.1731 3.95122 15.999 4.62688C15.9478 4.65818 15.9759 4.73905 16.0348 4.72862H16.0322ZM17.7436 6.59122C18.7259 6.59122 19.6494 6.84948 20.3018 7.54862C20.8211 8.10427 21.0513 8.9521 21.0155 9.61992C21.0129 9.68253 21.0948 9.70079 21.1178 9.6434C21.5911 8.45644 21.2866 7.36862 20.7392 6.60166C19.9641 5.51644 18.6185 4.95296 17.1604 4.95296C14.968 4.95296 13.3564 6.17644 12.5608 7.26427C11.8573 8.22688 11.5504 9.47383 11.6757 10.6686C11.6757 10.6817 11.6834 10.6947 11.6936 10.7051C11.8164 10.8095 11.9366 10.9217 12.0518 11.0364C12.0824 11.0677 12.1362 11.0495 12.1413 11.0051C12.5301 8.33122 14.9527 6.59122 17.7411 6.59122H17.7436ZM8.38082 14.3208C9.28129 14.3208 9.92082 13.9112 10.3506 13.3477C10.3813 13.306 10.3455 13.2486 10.2969 13.2591C10.1178 13.2982 9.85175 13.3295 9.62664 13.3191C9.57803 13.3191 9.55757 13.2538 9.59594 13.2225C9.95664 12.9199 10.2125 12.4138 10.2125 11.8582C10.2125 10.666 9.07664 9.69296 7.95361 9.69296C7.19385 9.69296 6.76664 10.1677 6.53384 10.4886C6.52361 10.5017 6.50826 10.5095 6.49036 10.5095C5.85594 10.4912 5.35454 10.8643 5.35454 11.4564C5.35454 12.273 6.55687 14.3208 8.38594 14.3208H8.38082ZM10.3634 13.8382C10.5297 13.8538 10.7062 13.8617 10.8469 13.8538C10.875 13.8538 10.898 13.8251 10.8955 13.7964C10.8878 13.6034 10.8648 13.4208 10.8264 13.2277C10.8162 13.1782 10.7522 13.1651 10.7266 13.2095C10.6166 13.4025 10.4811 13.5851 10.3276 13.7469C10.2969 13.7808 10.3148 13.8356 10.3608 13.8408L10.3634 13.8382ZM12.2257 15.7243C11.6194 15.7608 10.6064 15.7556 9.56524 15.5208C9.5064 15.5077 9.47315 15.586 9.52431 15.6199C10.2738 16.1208 11.3662 16.1964 12.195 16.1625C12.2206 16.1625 12.2411 16.1443 12.2462 16.1182C12.2666 16.0295 12.2794 15.8938 12.2845 15.7791C12.2845 15.7477 12.259 15.7191 12.2283 15.7217L12.2257 15.7243ZM9.77501 14.3025C10.192 14.3782 10.5041 14.5034 10.7983 14.6495C10.8315 14.6651 10.8699 14.6443 10.875 14.6077C10.8929 14.4877 10.8955 14.3677 10.8955 14.2347C10.8955 14.206 10.8724 14.1799 10.8443 14.1799C10.6499 14.1721 10.2662 14.1356 9.99757 14.0625C9.98222 14.0651 9.96943 14.0677 9.95152 14.073C9.89524 14.1173 9.82361 14.1617 9.75454 14.2034C9.71106 14.2295 9.72385 14.2947 9.77245 14.3051L9.77501 14.3025ZM8.21454 14.6912C9.10989 15.1217 9.90292 15.2808 10.6627 15.3591C10.6883 15.3591 10.7113 15.346 10.719 15.3225C10.7471 15.2391 10.7727 15.1556 10.7931 15.0695C10.7829 15.046 10.7752 15.0304 10.765 15.0069C9.90292 14.5295 9.16361 14.493 8.86943 14.5425C8.71338 14.5686 8.48571 14.5973 8.23757 14.5869C8.17873 14.5869 8.16082 14.6651 8.21198 14.6912H8.21454ZM11.6808 15.4034C11.8548 15.4034 12.0722 15.406 12.2411 15.3904C12.2692 15.3904 12.2897 15.3643 12.2897 15.3356C12.2897 15.1999 12.2718 14.9964 12.2359 14.8164C12.2257 14.7695 12.1669 14.7564 12.1413 14.7956C12.0159 14.9677 11.865 15.1451 11.6527 15.3043C11.6118 15.3356 11.6297 15.4034 11.6834 15.4034H11.6808ZM9.10733 15.706C8.93338 15.5625 8.77733 15.3877 8.68268 15.2651C8.67757 15.2573 8.66989 15.2521 8.65966 15.2495C7.91012 14.9651 7.27315 14.5921 6.59012 14.0312C6.58501 14.026 6.57989 14.0234 6.57222 14.0208C5.97617 13.8408 5.39547 13.5773 4.66129 13.006C4.6178 12.9721 4.55896 13.0164 4.57687 13.0686C5.18315 14.8425 6.88687 15.8469 9.07664 15.8025C9.1278 15.8025 9.14826 15.7373 9.10733 15.7034V15.706ZM8.75943 17.5425C8.41408 17.2373 7.95106 16.7886 7.70803 16.0477C7.70292 16.0295 7.68757 16.0164 7.66966 16.0112C7.31152 15.9356 6.95338 15.8286 6.61826 15.6773C6.58245 15.6617 6.53896 15.6904 6.54152 15.7295C6.55687 15.9095 6.64385 16.1208 6.66431 16.3269C6.67966 16.4964 6.61059 16.5069 6.53896 16.5199C6.45199 16.5356 6.56199 16.8121 7.01478 17.0991C7.03524 17.1121 7.04547 17.1356 7.04036 17.1564C6.99431 17.3443 6.97385 17.699 7.29105 17.9077C7.49059 18.0408 7.76943 18.0356 8.15571 17.8295C8.34757 17.7277 8.5164 17.673 8.7364 17.6338C8.77989 17.626 8.7978 17.5686 8.76198 17.5399L8.75943 17.5425ZM12.3843 19.1077C12.4738 18.7764 12.3792 18.479 12.3843 18.1791C12.3869 17.9991 12.4457 17.7956 12.5097 17.5973C12.525 17.5477 12.4713 17.506 12.4304 17.5347C12.1464 17.7304 11.8113 17.9077 11.4915 18.0434C11.4404 18.0643 11.3943 18.0043 11.4276 17.9599C11.7243 17.5764 12.0031 17.0782 12.1387 16.5721C12.149 16.5382 12.1208 16.5043 12.0876 16.5043C11.425 16.5043 10.4376 16.4286 9.66245 16.0999C9.65478 16.0973 9.64454 16.0947 9.63687 16.0973C9.28896 16.1469 8.74152 16.186 8.17617 16.1025C8.13524 16.0973 8.10199 16.1391 8.11733 16.1782C8.4064 16.8382 8.94361 17.3625 9.80059 17.9025C10.192 18.1504 10.6525 18.4843 10.765 18.9877C10.7727 19.019 10.8034 19.0399 10.8341 19.0295C11.008 18.9669 11.0873 19.0086 11.1615 19.1547C11.2306 19.2851 11.315 19.4182 11.4097 19.4182C11.4864 19.4182 11.512 19.3973 11.6297 19.3738C11.7013 19.3608 11.7704 19.366 11.819 19.3869C11.9059 19.4286 11.9673 19.4417 12.0185 19.4338C12.2155 19.4025 12.3306 19.306 12.3843 19.1077ZM14.592 17.6599C14.0983 17.0677 13.9576 16.4834 13.9115 15.8964C13.909 15.8495 13.9576 15.8208 13.9959 15.8469C14.2952 16.0556 14.6483 16.2147 15.0269 16.2304C15.078 16.2304 15.1011 16.1677 15.0627 16.1338C14.2748 15.4321 13.6327 14.5269 13.1211 13.3217C12.7015 12.3356 12.1873 11.4799 11.2664 10.7756C10.8392 10.4469 10.2713 10.1208 9.63431 9.92514C9.57803 9.90688 9.53966 9.98253 9.58571 10.0217C10.6857 10.9399 10.609 12.1556 10.2636 12.8338C10.2406 12.8782 10.2841 12.9277 10.3301 12.9121C10.5783 12.8208 10.7573 12.6956 10.8776 12.586C10.9057 12.5599 10.9518 12.573 10.9645 12.6121C11.2945 13.6764 11.2229 14.6886 11.0362 15.2677C11.0208 15.3147 11.072 15.3564 11.1129 15.333C11.6731 15.0147 12.0645 14.4669 12.2231 13.9686C12.2385 13.9191 12.3076 13.9164 12.3255 13.9686C12.7731 15.2156 12.6171 16.3034 12.1848 17.2504C12.1618 17.2999 12.218 17.3495 12.2615 17.3182C12.4304 17.206 12.6171 17.0625 12.7783 16.9112C12.8141 16.8773 12.8704 16.906 12.8678 16.953C12.8192 17.8582 13.0725 18.5808 13.4613 19.1964C13.492 19.2434 13.5611 19.2199 13.5611 19.1651C13.5355 18.4295 13.6173 17.7173 13.6992 17.1773C13.7069 17.1251 13.7759 17.1121 13.799 17.1591C13.9959 17.5217 14.262 17.686 14.5383 17.7512C14.5894 17.7643 14.6252 17.7017 14.592 17.6625V17.6599ZM18.5852 16.8538C17.7948 17.3391 17.0043 17.3417 16.4159 17.1747C16.398 17.1695 16.3776 17.1747 16.3648 17.1904C16.0501 17.5217 15.6485 17.879 15.0141 17.999C14.9604 18.0095 14.9552 18.0877 15.009 18.106C15.3313 18.2104 15.6229 18.1817 15.8787 18.0773C15.9248 18.059 15.9683 18.1086 15.9452 18.153C15.7329 18.5912 15.4004 18.8547 15.0831 19.0634C15.0345 19.0947 15.0601 19.1704 15.119 19.1651C15.6024 19.1182 16.0476 18.8834 16.3571 18.6408C16.3955 18.6095 16.4492 18.6434 16.4415 18.693C16.2957 19.6138 16.2855 20.4043 16.4031 21.0877C16.4134 21.153 16.5055 21.1477 16.5106 21.0825C16.5771 19.9817 17.0043 19.2695 17.4443 18.7608C17.4725 18.7269 17.5287 18.7425 17.5364 18.7869C17.6055 19.113 17.7231 19.3817 17.8511 19.606C17.8766 19.653 17.9457 19.6373 17.9508 19.5825C18.0583 18.3825 18.3857 17.5295 18.6645 16.9243C18.6876 16.8747 18.6338 16.8277 18.5878 16.8538H18.5852ZM20.2276 14.7643C20.2915 13.7704 19.9692 12.7843 19.4576 11.9704C19.0073 11.253 18.0864 10.4077 16.9864 10.2069C16.9276 10.1964 16.8994 10.2799 16.9506 10.3086C17.4469 10.5799 17.8587 11.0025 18.1171 11.4617C18.1427 11.506 18.0966 11.5582 18.0506 11.5399C17.7948 11.4356 17.539 11.3756 17.2704 11.3391C17.2115 11.3312 17.1859 11.4095 17.2345 11.4408C18.2169 12.033 18.7055 13.1156 18.7055 14.1147C18.7055 15.6486 17.6362 16.3191 17.0708 16.4912C16.7459 16.5904 16.3955 16.6086 16.0578 16.5512C16.0015 16.5408 15.9734 16.6164 16.0169 16.6504C16.5285 17.0182 17.3676 17.0469 18.0173 16.7756C18.4394 16.6008 18.8155 16.2695 19.0431 15.9173C19.0713 15.873 19.1378 15.8912 19.1429 15.9408C19.1813 16.3399 19.1224 16.7286 19.0355 17.0469C19.0201 17.0991 19.0841 17.1382 19.125 17.1017C19.6264 16.6347 20.1508 15.8338 20.2199 14.7669L20.2276 14.7643ZM18.6594 20.5817C18.6338 20.639 18.5494 20.6156 18.5571 20.5556C18.6518 19.7469 19.0457 18.9382 19.4755 18.2025C20.1176 17.1043 20.4987 15.8886 20.5755 14.7173C20.7187 12.5104 19.0227 10.3112 17.1015 9.89383C17.0401 9.88079 17.0452 9.78949 17.1066 9.78427C18.1504 9.69818 19.345 9.99818 20.1355 10.5877C21.0104 11.2399 21.8724 12.7138 21.8724 14.5582C21.8724 16.4025 21.3557 17.399 20.9566 18.4686C20.5218 19.6321 20.2352 20.8634 20.2455 22.0295C20.2455 22.0869 20.1687 22.1051 20.1431 22.053C19.6955 21.0799 19.7569 20.0417 19.8413 19.3321C19.8464 19.2851 19.7978 19.2564 19.7594 19.2799C19.3143 19.5617 18.9408 19.9295 18.6543 20.5843L18.6594 20.5817ZM6.9278 9.40601C6.94571 9.45036 7.0071 9.45296 7.02757 9.40601C7.25524 8.87383 7.63129 8.51122 7.98687 8.1434C8.23757 7.88514 8.42943 7.65818 8.59059 7.38166C8.61361 7.33992 8.67501 7.35036 8.6878 7.3947C8.77989 7.70253 8.84385 8.0234 8.83873 8.36253C8.83361 8.64427 8.83105 8.86601 8.86175 9.04862C8.87198 9.10862 8.95896 9.10601 8.96664 9.04862C9.05617 8.42514 9.34013 7.92949 9.49873 7.51209C9.7392 6.87296 9.81338 6.42949 9.81338 6.03557C9.81338 4.85122 9.15082 4.24079 8.53431 4.24079C8.10454 4.24079 7.89733 4.53296 7.83594 4.89557C7.78222 5.21123 7.7771 5.60253 7.52129 6.11905C7.33966 6.48688 6.99431 6.98514 6.28315 7.32688C6.2371 7.35036 6.24478 7.42079 6.29594 7.43123C6.69757 7.51209 7.04803 7.4834 7.34989 7.43123C7.40361 7.4234 7.43431 7.49122 7.39338 7.52775C7.00966 7.85644 6.87152 8.2347 6.82036 8.65731C6.78966 8.89992 6.84594 9.18427 6.93036 9.40862L6.9278 9.40601ZM8.41664 8.24775C8.14292 8.53992 7.65175 8.99383 7.45989 9.36688C7.43943 9.40862 7.47524 9.45296 7.51873 9.44514C7.85384 9.36948 8.26571 9.39296 8.59059 9.48949C8.63408 9.50253 8.67501 9.45818 8.65454 9.41383C8.50361 9.09557 8.53175 8.66514 8.50873 8.28166C8.50617 8.2347 8.44989 8.21122 8.41664 8.24775ZM18.4727 8.61035C18.0352 8.27122 17.4929 8.02862 16.6845 7.85905C16.6462 7.85122 16.6283 7.80427 16.6513 7.77296C16.8022 7.56166 16.9199 7.33209 16.9941 7.07122C17.0043 7.03209 16.9736 6.99557 16.9352 7.00079C16.2727 7.10253 15.4336 7.37383 14.858 7.70775C14.3643 7.99209 13.9627 8.58427 13.8757 9.3747C13.8706 9.41905 13.9166 9.45035 13.955 9.42949C14.4385 9.14514 14.9655 8.93905 15.5052 8.82427C15.5129 8.82427 15.518 8.81905 15.5257 8.81644C15.7764 8.63644 16.0143 8.45383 16.2266 8.25557C16.2369 8.24775 16.2497 8.24253 16.2624 8.23992C17.099 8.21122 17.805 8.43035 18.4241 8.70166C18.4829 8.72775 18.529 8.64688 18.4778 8.60775L18.4727 8.61035ZM6.46222 4.5147C6.41873 4.53818 6.4264 4.60601 6.47501 4.61905C6.63361 4.65818 6.82803 4.66862 6.95594 4.65557C7.04547 4.64514 7.21175 4.60079 7.30896 4.5747C7.34222 4.56688 7.36012 4.53035 7.34477 4.49905C7.32687 4.45731 7.30129 4.41557 7.27315 4.37383C7.23733 4.32427 7.20408 4.27731 7.17338 4.23296C7.15803 4.21209 7.13245 4.20427 7.10943 4.21209C6.96105 4.26948 6.81524 4.33731 6.67198 4.40775C6.61571 4.43644 6.53896 4.47557 6.46478 4.51731L6.46222 4.5147ZM5.68966 5.52688C5.68966 5.70688 5.80733 5.77992 5.92757 5.77992C6.10152 5.77992 6.17826 5.66514 6.29594 5.41731C6.37524 5.25036 6.47245 5.12514 6.5978 5.02601C6.64129 4.99209 6.61571 4.92427 6.56198 4.92688C6.2371 4.94775 5.98129 5.05992 5.81245 5.23992C5.73571 5.32079 5.69733 5.43296 5.69222 5.52688H5.68966ZM7.44966 4.97644C7.44454 4.92948 7.38826 4.90862 7.35501 4.94253C7.20919 5.09122 7.03524 5.16949 6.83571 5.27122C6.61059 5.38601 6.4392 5.52949 6.4392 5.76166C6.4392 5.91036 6.56198 6.04862 6.76152 6.04862C6.96105 6.04862 7.13245 5.96775 7.27571 5.7434C7.43175 5.49818 7.47268 5.25818 7.44966 4.97644ZM7.82315 4.01644C7.79757 3.99557 7.79757 3.95644 7.82315 3.93296C7.84873 3.90688 7.86919 3.87557 7.8871 3.83905C7.94338 3.70601 7.90501 3.55731 7.79757 3.51035C7.69012 3.4634 7.5571 3.53383 7.50082 3.66688C7.48547 3.70079 7.4778 3.7347 7.47524 3.76862C7.47524 3.80253 7.44198 3.82601 7.40873 3.81818C7.37803 3.81035 7.35245 3.81818 7.32943 3.84949C7.30385 3.88862 7.3064 3.95644 7.35245 4.03731C7.38571 4.09209 7.43431 4.1547 7.49571 4.20166C7.54943 4.2434 7.60059 4.28514 7.64664 4.33209C7.66966 4.35557 7.70803 4.35296 7.7285 4.32427C7.77198 4.26166 7.82571 4.20427 7.88199 4.1547C7.90501 4.13644 7.90757 4.09992 7.8871 4.07905C7.86919 4.05557 7.84617 4.0347 7.82571 4.01644H7.82315ZM10.1229 0.614703C9.8185 0.643399 9.48338 0.77905 9.22501 1.05818C9.19431 1.09209 9.14059 1.07383 9.13292 1.02949C9.10734 0.88079 9.12268 0.687746 9.11757 0.552094C9.11757 0.510355 9.06896 0.486877 9.03571 0.507747C8.72873 0.698182 8.42431 0.946007 8.20175 1.39209C8.18129 1.43644 8.11478 1.43122 8.10199 1.38427C8.06361 1.25383 8.07129 1.09731 8.06617 0.982529C8.06361 0.935573 8.00733 0.912094 7.97408 0.946007C7.73106 1.17818 7.51361 1.53296 7.40105 1.87731C7.38571 1.92427 7.32175 1.92688 7.30129 1.88253C7.2578 1.78601 7.23733 1.66862 7.20408 1.57992C7.19129 1.54601 7.1478 1.53296 7.11966 1.55905C6.59012 2.01557 6.34966 2.78514 6.44687 3.42948C6.45199 3.45818 6.47757 3.47905 6.50826 3.47644C6.6464 3.46079 6.8178 3.39035 6.99175 3.40601C7.01222 3.40601 7.03013 3.40079 7.04036 3.38514C7.59292 2.60775 8.58803 2.54514 9.27361 2.99644C9.28384 3.00427 9.29664 3.00688 9.31199 3.00427C9.87733 2.92601 10.2483 2.63122 10.3838 2.23992C10.5373 1.79905 10.4504 1.08166 10.1792 0.643398C10.169 0.625137 10.1485 0.614703 10.128 0.617311L10.1229 0.614703ZM6.59524 7.83557C5.9864 7.78079 5.65129 7.59035 5.44408 7.34514C5.4185 7.31383 5.43385 7.26427 5.47222 7.25644C5.78175 7.18861 6.32664 6.96166 6.57733 6.77122C6.70012 6.67731 6.81268 6.57035 6.91501 6.45296C6.94826 6.41383 6.91501 6.35644 6.8664 6.36166C6.62082 6.38775 6.33175 6.30166 6.22175 6.06949C6.20384 6.03557 6.16036 6.02514 6.13478 6.05383C5.94036 6.24949 5.55152 6.44775 5.1064 6.56514C5.04245 6.5834 4.91454 6.6434 4.86082 6.68514C4.18292 7.22775 3.69175 8.28166 3.6585 8.97296C3.6585 8.98079 3.6585 8.98862 3.65338 8.99383C3.4871 9.30949 3.27478 9.8834 3.47175 10.7704C3.72501 11.9104 4.32617 12.4269 4.96571 12.9043C5.23431 13.1051 5.53617 13.2591 5.85594 13.3921C5.9071 13.413 5.95315 13.3504 5.91733 13.306C5.39803 12.6408 5.07315 12.0173 5.07315 11.4538C5.07315 10.6243 5.77664 10.2408 6.33687 10.1808C6.35222 10.1808 6.36245 10.173 6.37268 10.1599C6.46222 10.0425 6.58501 9.94079 6.68222 9.87296C6.70524 9.85731 6.71036 9.82601 6.69757 9.80253C6.39571 9.26514 6.32664 8.57122 6.64129 7.91122C6.65919 7.87731 6.63617 7.83557 6.5978 7.83296L6.59524 7.83557ZM6.53384 4.22514C6.67454 4.14166 6.82292 4.09209 6.96617 4.04253C6.99687 4.03209 7.01222 3.99296 6.99687 3.96427C6.96105 3.89644 6.93292 3.82601 6.9278 3.75035C6.9278 3.71905 6.8971 3.69557 6.8664 3.70079C6.79733 3.71122 6.72059 3.72427 6.64129 3.74514C6.44175 3.7947 6.24733 3.90688 6.18594 4.02166C6.12454 4.14166 6.08617 4.29557 6.04524 4.44166C6.02989 4.49383 6.08617 4.53296 6.12966 4.50166C6.25757 4.40514 6.39059 4.31383 6.53384 4.23035V4.22514ZM7.26291 3.48427C7.26291 3.48427 7.28082 3.4947 7.2885 3.49992C7.31408 3.51557 7.34477 3.50775 7.36268 3.48427C7.53408 3.25992 7.82571 3.18427 7.97919 3.27296C8.29129 3.45557 8.21454 3.78949 8.08664 3.96427C8.09687 3.97209 8.10966 3.98514 8.12245 4.00079C8.37826 3.8834 8.71338 3.90688 8.96664 4.02166C9.27873 4.16253 9.47315 4.36079 9.63175 4.59296C9.66245 4.63731 9.73152 4.61644 9.73152 4.56166C9.73152 4.05296 9.49106 3.49209 8.9385 3.20514C8.39106 2.92079 7.66454 2.90253 7.24501 3.40079C7.22198 3.42688 7.23222 3.46862 7.26291 3.48427Z",fill:"#E0062A"}))),e("slot",{key:"b53c6b17457b5f67e7ac61568758a74bdc787817",name:"logo"}),this.siteTitle&&e("span",{key:"725fe936382b6e5723249e08000db15470774ab6",class:"spw-topbar__site-title"},this.siteTitle),this.borderColor&&e("span",{key:"bba1955484b83370febc2dfc79d5dd0087ef00bf",class:"spw-topbar__title-border",style:{backgroundColor:this.borderColor}})),e("div",{key:"c665e1597780ffa6f60bbff93b24eb295aedd14c",class:"spw-topbar__title"},e("slot",{key:"75dbb55d5e457eaeb16d007ba23992f4a078913f",name:"baseline"})),e("slot",{key:"d201997e99ff88eab23774e9be174ff3be2bb68c"})),e("div",{key:"b8ff6f8c4ef3c9edf9fbfb38f93a8c302fc42910",class:"spw-topbar__right"},e("slot",{key:"e00d14fdbb1ef85e713b9a0d944512125e598b98",name:"right"}),e("slot",{key:"84f6a61502b5aa173d8373e5c5133046c3253855",name:"right-mobile"}))))}};i.style='html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-topbar{position:fixed;top:0;left:0;width:100%;height:var(--spw-ds-bo-topbar-height);z-index:1000;background:white;border-bottom:1px solid var(--spw-colors-support-grey-grey-300);display:flex;align-items:center;justify-content:space-between;padding:16px;box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.05)}.spw-topbar__logo{display:flex;align-items:center;gap:12px;color:var(--spw-colors-support-grey-grey-900);align-self:stretch}.spw-topbar__logo-link{display:flex;align-items:center;gap:8px;color:inherit;text-decoration:none;position:relative;align-self:stretch;transition:all 0.2s linear}.spw-topbar__logo-link:hover{opacity:0.8}.spw-topbar__logo-link:active{opacity:0.9}.spw-topbar__logo-link:focus-visible{outline:3px solid white;outline-offset:3px;box-shadow:0 0 0 5px black}.spw-topbar__logo-icon{width:37px;height:41px;min-width:37px}.spw-topbar ::slotted([slot=right]){display:none}@media (min-width: 1024px){.spw-topbar ::slotted([slot=right]){display:block}}.spw-topbar ::slotted([slot=right-mobile]){display:block}@media (min-width: 1024px){.spw-topbar ::slotted([slot=right-mobile]){display:none}}.spw-topbar .spw-topbar__site-title,.spw-topbar ::slotted([slot=logo]){font-family:"Arial";font-weight:bold;letter-spacing:-1px;color:var(--spw-colors-support-grey-grey-900);line-height:1.1;font-size:22px}@media (min-width: 1024px){.spw-topbar .spw-topbar__site-title,.spw-topbar ::slotted([slot=logo]){font-size:30px}}.spw-topbar__title-border{position:absolute;height:4px;width:100%;display:block;bottom:-16px;left:0}.spw-topbar__title{display:none;max-width:160px;font-weight:normal;color:var(--spw-colors-support-grey-grey-600);font-size:12px;line-height:1.1}@media (min-width: 1024px){.spw-topbar__title{display:block}}';export{i as spw_topbar}
@@ -1 +1 @@
1
- import{r as i,c as t,h as e,H as r}from"./p-DkNryMko.js";const o=class{constructor(e){i(this,e),this.wizardItemClick=t(this,"wizardItemClick",7),this.state="inactive",this.isLast="false",this.isClickable="false",this.isBeforeCurrent="false",this.isAfterCurrent="false",this.isCurrent="false",this.handleClick=()=>{"true"===this.isClickable&&this.wizardItemClick.emit(this.stepNumber)}}renderIcon(){const i=this.status||this.state;return"warning"===i?e("spw-icon",{variant:"fa-solid",icon:"fa-triangle-exclamation"}):"error"===i?e("spw-icon",{variant:"fa-solid",icon:"fa-xmark"}):this.icon?e("spw-icon",{variant:"fa-solid",icon:this.icon}):e("span",null,this.stepNumber)}get elementClass(){const i=this.status||this.state;return{"spw-wizard-item":!0,[`spw-wizard-item--${i}`]:!0,[`spw-wizard-item--${this.variant}`]:!0,"spw-wizard-item--clickable":"true"===this.isClickable,"spw-wizard-item--current":"true"===this.isCurrent,"spw-wizard-item--before-current":"true"===this.isBeforeCurrent,"spw-wizard-item--after-current":"true"===this.isAfterCurrent}}render(){const i="false"===this.isLast;return e(r,{key:"22856da5cec45bb59fe44a81ed5d49da05cacc16"},e("div",{key:"8a6459ccc2cff2ed249f490e5a8181ae49e43ff8",class:this.elementClass,onClick:this.handleClick},e("div",{key:"18e4099dfb154ddfc2a548eafd68e4e86459a200",class:"spw-wizard-item__step"},e("div",{key:"2d10f78afed87200c7f901ba018b6e72cac80d50",class:"spw-wizard-item__icon"},this.renderIcon()),i&&e("div",{key:"212910813420756552211ab76312e300b6ecaa69",class:"spw-wizard-item__connector"})),e("div",{key:"300ee777d07bc92f2466c41888963d3dae12994e",class:"spw-wizard-item__content"},this.label&&e("div",{key:"cdb5f277e1be85d7a1b746f8ccf030c69396e99f",class:"spw-wizard-item__label"},this.label),this.description&&e("div",{key:"39911efce8efd83ae5892b6a96fb126ce55d9817",class:"spw-wizard-item__description"},this.description),this.additionalInfo&&e("div",{key:"f1cffeb66dfca6100a43ae5b632e1bb51742a215",class:"spw-wizard-item__additional-info"},this.additionalInfo))))}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:flex;flex:1;flex-direction:column;align-items:center}:host:last-child{flex:0}.spw-wizard-item{display:flex;flex-direction:column;align-items:center;width:100%;cursor:not-allowed}.spw-wizard-item--vertical{position:relative;flex-direction:row;align-items:flex-start;gap:16px}.spw-wizard-item--clickable{cursor:pointer}.spw-wizard-item--clickable .spw-wizard-item__icon:hover{transform:scale(1.05)}.spw-wizard-item--current{cursor:default}.spw-wizard-item__step{display:flex;align-items:center;width:100%;position:relative;justify-content:center;font-size:18px;line-height:1;font-weight:700}.spw-wizard-item__step spw-icon{font-size:16px}.spw-wizard-item--vertical .spw-wizard-item__step{position:static;flex-direction:column;align-items:flex-start;justify-content:start;flex:1}.spw-wizard-item__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid;flex-shrink:0;z-index:1;background-color:white;transition:all 0.3s ease;position:relative}.spw-wizard-item__icon svg{width:24px;height:24px}.spw-wizard-item__connector{position:absolute;left:50%;right:-50%;height:3px;transition:background-color 0.3s ease}.spw-wizard-item--vertical .spw-wizard-item__connector{top:0;left:14px;right:auto;width:3px;height:100%}.spw-wizard-item__label{display:block;margin-top:12px;font-size:16px;font-weight:700;text-align:center;color:var(--spw-color-themes-grey-grey-900);padding:0 8px}.spw-wizard-item--horizontal .spw-wizard-item__label{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__label{display:block}}.spw-wizard-item--vertical .spw-wizard-item__label{text-align:left}.spw-wizard-item__description{display:block;margin-top:4px;font-size:14px;text-align:center;color:var(--spw-color-themes-grey-grey-700);padding:0 8px}.spw-wizard-item--vertical .spw-wizard-item__description{text-align:left}.spw-wizard-item--horizontal .spw-wizard-item__description{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__description{display:block}}.spw-wizard-item__additional-info{display:block;margin-top:4px;font-size:12px;text-align:center;font-weight:700;color:var(--spw-ds-primary);padding:0 8px}.spw-wizard-item--horizontal .spw-wizard-item__additional-info{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__additional-info{display:block}}.spw-wizard-item--vertical .spw-wizard-item__additional-info{text-align:left}.spw-wizard-item--vertical .spw-wizard-item__content{margin-top:-6px;margin-bottom:8px}.spw-wizard-item--inactive .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--inactive .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--active .spw-wizard-item__icon{border-color:#16a34a;background-color:white;color:#16a34a}.spw-wizard-item--active .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--completed .spw-wizard-item__icon{border-color:#16a34a;background-color:white;color:#16a34a}.spw-wizard-item--completed .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--warning:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--warning:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--error:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--error:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--before-current.spw-wizard-item--completed .spw-wizard-item__connector{background-color:#16a34a !important}.spw-wizard-item--before-current.spw-wizard-item--warning .spw-wizard-item__icon{border-color:#f97316 !important;background-color:white !important;color:#f97316 !important}.spw-wizard-item--before-current.spw-wizard-item--warning .spw-wizard-item__connector{background-color:#f97316 !important}.spw-wizard-item--before-current.spw-wizard-item--error .spw-wizard-item__icon{border-color:#dc2626 !important;background-color:white !important;color:#dc2626 !important}.spw-wizard-item--before-current.spw-wizard-item--error .spw-wizard-item__connector{background-color:#dc2626 !important}.spw-wizard-item--current.spw-wizard-item--completed .spw-wizard-item__icon{border-color:#16a34a !important;background-color:#16a34a !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--active .spw-wizard-item__icon{border-color:#16a34a !important;background-color:#16a34a !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--warning .spw-wizard-item__icon{border-color:#f97316 !important;background-color:#f97316 !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--warning .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--current.spw-wizard-item--error .spw-wizard-item__icon{border-color:#dc2626 !important;background-color:#dc2626 !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--error .spw-wizard-item__connector{background-color:#d1d5db !important}";export{o as spw_wizard_item}
1
+ import{r as i,c as t,h as e,H as r}from"./p-DkNryMko.js";const o=class{constructor(e){i(this,e),this.wizardItemClick=t(this,"wizardItemClick",7),this.state="inactive",this.isLast="false",this.isClickable="false",this.isBeforeCurrent="false",this.isAfterCurrent="false",this.isCurrent="false",this.handleClick=()=>{"true"===this.isClickable&&this.wizardItemClick.emit(this.stepNumber)}}renderIcon(){const i=this.status||this.state;return"warning"===i?e("spw-icon",{variant:"fa-solid",icon:"fa-triangle-exclamation"}):"error"===i?e("spw-icon",{variant:"fa-solid",icon:"fa-xmark"}):this.icon?e("spw-icon",{variant:"fa-solid",icon:this.icon}):e("span",null,this.stepNumber)}get elementClass(){const i=this.status||this.state;return{"spw-wizard-item":!0,[`spw-wizard-item--${i}`]:!0,[`spw-wizard-item--${this.variant}`]:!0,"spw-wizard-item--clickable":"true"===this.isClickable,"spw-wizard-item--current":"true"===this.isCurrent,"spw-wizard-item--before-current":"true"===this.isBeforeCurrent,"spw-wizard-item--after-current":"true"===this.isAfterCurrent}}render(){const i="false"===this.isLast;return e(r,{key:"823b0a60bcebea99d2230acc4398f2ba2fa72439"},e("div",{key:"e2eb1bbebe28b3472e05b78c7053c0e1d0e258a7",class:this.elementClass,onClick:this.handleClick},e("div",{key:"3ad0471748874dcc6ccc5fd5b33088fc6e00554d",class:"spw-wizard-item__step"},e("div",{key:"125c349e885de823eb54111c05c5433dc7695532",class:"spw-wizard-item__icon"},this.renderIcon()),i&&e("div",{key:"fbe54d8adc1df67dec07919b8af6d34a239afb7c",class:"spw-wizard-item__connector"})),e("div",{key:"f80211b38a05a1fbd23afae8a15d2287aff1ea5f",class:"spw-wizard-item__content"},this.label&&e("div",{key:"9cde8fdefeae446f401588dc17bc79c7d0c94b59",class:"spw-wizard-item__label"},this.label),this.description&&e("div",{key:"f32552d4a0f3c48c6948a3fe834a3869d1c8c166",class:"spw-wizard-item__description"},this.description),this.additionalInfo&&e("div",{key:"61d41a02a2b1b9e6fc6a5c452e0ea030138c08ce",class:"spw-wizard-item__additional-info"},this.additionalInfo))))}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:flex;flex:1;flex-direction:column;align-items:center}:host:last-child{flex:0}.spw-wizard-item{display:flex;flex-direction:column;align-items:center;width:100%;cursor:not-allowed}.spw-wizard-item--vertical{position:relative;flex-direction:row;align-items:flex-start;gap:16px}.spw-wizard-item--clickable{cursor:pointer}.spw-wizard-item--clickable .spw-wizard-item__icon:hover{transform:scale(1.05)}.spw-wizard-item--current{cursor:default}.spw-wizard-item__step{display:flex;align-items:center;width:100%;position:relative;justify-content:center;font-size:18px;line-height:1;font-weight:700}.spw-wizard-item__step spw-icon{font-size:16px}.spw-wizard-item--vertical .spw-wizard-item__step{position:static;flex-direction:column;align-items:flex-start;justify-content:start;flex:1}.spw-wizard-item__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid;flex-shrink:0;z-index:1;background-color:white;transition:all 0.3s ease;position:relative}.spw-wizard-item__icon svg{width:24px;height:24px}.spw-wizard-item__connector{position:absolute;left:50%;right:-50%;height:3px;transition:background-color 0.3s ease}.spw-wizard-item--vertical .spw-wizard-item__connector{top:0;left:14px;right:auto;width:3px;height:100%}.spw-wizard-item__label{display:block;margin-top:12px;font-size:16px;font-weight:700;text-align:center;color:var(--spw-color-themes-grey-grey-900);padding:0 8px}.spw-wizard-item--horizontal .spw-wizard-item__label{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__label{display:block}}.spw-wizard-item--vertical .spw-wizard-item__label{text-align:left}.spw-wizard-item__description{display:block;margin-top:4px;font-size:14px;text-align:center;color:var(--spw-color-themes-grey-grey-700);padding:0 8px}.spw-wizard-item--vertical .spw-wizard-item__description{text-align:left}.spw-wizard-item--horizontal .spw-wizard-item__description{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__description{display:block}}.spw-wizard-item__additional-info{display:block;margin-top:4px;font-size:12px;text-align:center;font-weight:700;color:var(--spw-ds-primary);padding:0 8px}.spw-wizard-item--horizontal .spw-wizard-item__additional-info{display:none}@media (min-width: 768px){.spw-wizard-item--horizontal .spw-wizard-item__additional-info{display:block}}.spw-wizard-item--vertical .spw-wizard-item__additional-info{text-align:left}.spw-wizard-item--vertical .spw-wizard-item__content{margin-top:-6px;margin-bottom:8px}.spw-wizard-item--inactive .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--inactive .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--active .spw-wizard-item__icon{border-color:#16a34a;background-color:white;color:#16a34a}.spw-wizard-item--active .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--completed .spw-wizard-item__icon{border-color:#16a34a;background-color:white;color:#16a34a}.spw-wizard-item--completed .spw-wizard-item__connector{background-color:#d1d5db}.spw-wizard-item--warning:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--warning:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--error:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__icon{border-color:#d1d5db;background-color:white;color:#d1d5db}.spw-wizard-item--error:not(.spw-wizard-item--current):not(.spw-wizard-item--before-current) .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--before-current.spw-wizard-item--completed .spw-wizard-item__connector{background-color:#16a34a !important}.spw-wizard-item--before-current.spw-wizard-item--warning .spw-wizard-item__icon{border-color:#f97316 !important;background-color:white !important;color:#f97316 !important}.spw-wizard-item--before-current.spw-wizard-item--warning .spw-wizard-item__connector{background-color:#f97316 !important}.spw-wizard-item--before-current.spw-wizard-item--error .spw-wizard-item__icon{border-color:#dc2626 !important;background-color:white !important;color:#dc2626 !important}.spw-wizard-item--before-current.spw-wizard-item--error .spw-wizard-item__connector{background-color:#dc2626 !important}.spw-wizard-item--current.spw-wizard-item--completed .spw-wizard-item__icon{border-color:#16a34a !important;background-color:#16a34a !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--active .spw-wizard-item__icon{border-color:#16a34a !important;background-color:#16a34a !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--warning .spw-wizard-item__icon{border-color:#f97316 !important;background-color:#f97316 !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--warning .spw-wizard-item__connector{background-color:#d1d5db !important}.spw-wizard-item--current.spw-wizard-item--error .spw-wizard-item__icon{border-color:#dc2626 !important;background-color:#dc2626 !important;color:white !important}.spw-wizard-item--current.spw-wizard-item--error .spw-wizard-item__connector{background-color:#d1d5db !important}";export{o as spw_wizard_item}
@@ -1 +1 @@
1
- import{r as t,c as e,h as i,H as n,a as o}from"./p-DkNryMko.js";const s=class{constructor(i){t(this,i),this.tocItemsChanged=e(this,"tocItemsChanged",7),this.depth="h6"}async componentDidLoad(){await this.waitForChildrenReady(),this.scanHeadings(),this.setupMutationObserver()}async waitForChildrenReady(){const t=this.el.querySelectorAll("*"),e=[];t.forEach((t=>{"function"==typeof t.componentOnReady&&e.push(t.componentOnReady())})),await Promise.all(e)}disconnectedCallback(){this.observer&&this.observer.disconnect()}depthChanged(){this.scanHeadings()}async getItems(){return this.scanHeadings()}setupMutationObserver(){this.observer=new MutationObserver((()=>{this.scanHeadings()})),this.observeRoot(this.el)}observeRoot(t){this.observer.observe(t,{childList:!0,subtree:!0,characterData:!0}),t.querySelectorAll("*").forEach((t=>{t.shadowRoot&&this.observeRoot(t.shadowRoot)}))}slugify(t){return t.toLowerCase().trim().normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}getHeadingText(t){const e=[],i=t=>{if(t.nodeType===Node.TEXT_NODE)return void e.push(t.textContent||"");if(t.nodeType!==Node.ELEMENT_NODE)return;const n=t;"SLOT"!==n.tagName?(n.shadowRoot&&n.shadowRoot.childNodes.forEach(i),n.childNodes.forEach(i)):n.assignedNodes({flatten:!0}).forEach(i)};return t.childNodes.forEach(i),e.join("").replace(/\s+/g," ").trim()}get maxLevel(){var t,e;return parseInt(null!==(e=null===(t=this.depth)||void 0===t?void 0:t.substring(1))&&void 0!==e?e:"6")}walkForHeadings(t,e){if(t.nodeType===Node.ELEMENT_NODE){const i=t,n=i.tagName.toLowerCase().match(/^h([2-6])$/);n&&parseInt(n[1])<=this.maxLevel&&e.push(i),i.shadowRoot&&i.shadowRoot.childNodes.forEach((t=>this.walkForHeadings(t,e)))}t.childNodes.forEach((t=>this.walkForHeadings(t,e)))}scanHeadings(){const t=[],e=[];return this.walkForHeadings(this.el,e),e.forEach((e=>{const i=this.getHeadingText(e);let n=e.id;if(!n&&i&&(n=this.slugify(i),e.id=n),n&&i){const o=parseInt(e.tagName.substring(1));t.push({id:n,text:i,level:o})}})),this.tocItemsChanged.emit(t),t}render(){return i(n,{key:"2a1a9fa7a120d4f64660a74a7a83b0acaeac5528"},i("slot",{key:"a9004024f4c44a736c7d76a80aec55fbaa4f233c"}))}get el(){return o(this)}static get watchers(){return{depth:[{depthChanged:0}]}}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}";export{s as spw_toc_container}
1
+ import{r as t,c as e,h as i,H as n,a as o}from"./p-DkNryMko.js";const s=class{constructor(i){t(this,i),this.tocItemsChanged=e(this,"tocItemsChanged",7),this.depth="h6"}async componentDidLoad(){await this.waitForChildrenReady(),this.scanHeadings(),this.setupMutationObserver()}async waitForChildrenReady(){const t=this.el.querySelectorAll("*"),e=[];t.forEach((t=>{"function"==typeof t.componentOnReady&&e.push(t.componentOnReady())})),await Promise.all(e)}disconnectedCallback(){this.observer&&this.observer.disconnect()}depthChanged(){this.scanHeadings()}async getItems(){return this.scanHeadings()}setupMutationObserver(){this.observer=new MutationObserver((()=>{this.scanHeadings()})),this.observeRoot(this.el)}observeRoot(t){this.observer.observe(t,{childList:!0,subtree:!0,characterData:!0}),t.querySelectorAll("*").forEach((t=>{t.shadowRoot&&this.observeRoot(t.shadowRoot)}))}slugify(t){return t.toLowerCase().trim().normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}getHeadingText(t){const e=[],i=t=>{if(t.nodeType===Node.TEXT_NODE)return void e.push(t.textContent||"");if(t.nodeType!==Node.ELEMENT_NODE)return;const n=t;"SLOT"!==n.tagName?(n.shadowRoot&&n.shadowRoot.childNodes.forEach(i),n.childNodes.forEach(i)):n.assignedNodes({flatten:!0}).forEach(i)};return t.childNodes.forEach(i),e.join("").replace(/\s+/g," ").trim()}get maxLevel(){var t,e;return parseInt(null!==(e=null===(t=this.depth)||void 0===t?void 0:t.substring(1))&&void 0!==e?e:"6")}walkForHeadings(t,e){if(t.nodeType===Node.ELEMENT_NODE){const i=t,n=i.tagName.toLowerCase().match(/^h([2-6])$/);n&&parseInt(n[1])<=this.maxLevel&&e.push(i),i.shadowRoot&&i.shadowRoot.childNodes.forEach((t=>this.walkForHeadings(t,e)))}t.childNodes.forEach((t=>this.walkForHeadings(t,e)))}scanHeadings(){const t=[],e=[];return this.walkForHeadings(this.el,e),e.forEach((e=>{const i=this.getHeadingText(e);let n=e.id;if(!n&&i&&(n=this.slugify(i),e.id=n),n&&i){const o=parseInt(e.tagName.substring(1));t.push({id:n,text:i,level:o})}})),this.tocItemsChanged.emit(t),t}render(){return i(n,{key:"9dabdebfec120849a633d4e2645503053d3b6b50"},i("slot",{key:"bfd6165ac2c5f5ddbfda7873dd010c050ee40ecf"}))}get el(){return o(this)}static get watchers(){return{depth:[{depthChanged:0}]}}};s.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}";export{s as spw_toc_container}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as s,a as i}from"./p-DkNryMko.js";const o=class{constructor(s){t(this,s),this.valueChanged=e(this,"valueChanged",7),this.optionSelected=e(this,"optionSelected",7),this.value="",this.placeholder="Recherche...",this.size="medium",this.label="",this.required=!1,this.viewAllResults="Voir plus de résultats",this.viewAllResultsSubmit=!1,this.hasMoreResults=!0,this.noResults="Pas de résultats.",this.loadingText="Recherche en cours...",this.hasSubmitButton=!1,this.minCharacters=3,this.isLoading=!1,this.showDropdown=!0,this.tooltipDirection="top",this.tooltipCursor="help",this.filteredItems=[],this.parsedItems=[],this.searchText="",this.isOpen=!1,this.focusedItemIndex=null,this.dropdownDirection="down",this.showViewAll=!0,this.isSelectingItem=!1,this.handleClickOutside=t=>{if(this.isOpen){const e=t.composedPath()[0];this.hostElement.contains(e)||(this.isOpen=!1)}},this.handleValueChanged=t=>{const e=String(t.detail);this.isSelectingItem||(this.searchText=e,this.value=e,this.updateHiddenInput(),this.filterTimeout&&clearTimeout(this.filterTimeout),!this.searchText||this.searchText.length<this.minCharacters?this.isOpen=!1:(!this.isOpen&&this.showDropdown&&(this.isOpen=!0,this.determineDropdownDirection()),this.filterTimeout=setTimeout((()=>{this.filterItems()}),300)),this.valueChanged.emit(this.value))},this.handleSubmit=t=>{null==t||t.preventDefault();const e=this.el.closest("form");e&&e.requestSubmit()}}componentWillLoad(){this.parseItems(this.items),this.defaultValue=this.value,this.initializeFromValue(this.value),this.showViewAll=this.hasMoreResults}handleHasMoreResultsChange(t){this.showViewAll=t}componentDidLoad(){document.addEventListener("click",this.handleClickOutside),this.createHiddenInput()}createHiddenInput(){this.name&&(this.hiddenInput=document.createElement("input"),this.hiddenInput.type="hidden",this.hiddenInput.name=this.name,this.hiddenInput.value=this.value||"",this.el.appendChild(this.hiddenInput))}updateHiddenInput(){this.hiddenInput&&(this.hiddenInput.value=this.value||"")}initializeFromValue(t){if(!t)return void(this.searchText="");const e=this.parsedItems.find((e=>String(e.value)===t));this.searchText=e?e.label:t}disconnectedCallback(){document.removeEventListener("click",this.handleClickOutside),this.filterTimeout&&clearTimeout(this.filterTimeout)}async resetInput(){this.value=this.defaultValue||"",this.initializeFromValue(this.value),this.updateHiddenInput(),this.isOpen=!1,this.focusedItemIndex=null,this.valueChanged.emit(this.value)}async setValue(t){this.value=t,this.initializeFromValue(t),this.filterItems(),this.valueChanged.emit(this.value)}async getValue(){return this.value}async showViewAllResults(){this.showViewAll=!0}async hideViewAllResults(){this.showViewAll=!1}handleValueChange(t){this.initializeFromValue(null!=t?t:""),this.filterItems()}parseItems(t){if(!t)return this.parsedItems=[],void(this.filteredItems=[]);if(Array.isArray(t))this.parsedItems=t;else try{this.parsedItems=JSON.parse(t)}catch(e){console.error("Invalid JSON format for items:",t),this.parsedItems=[]}this.filteredItems=[...this.parsedItems]}filterItems(){if(!this.parsedItems.length)return void(this.filteredItems=[]);const t=this.normalizeString(this.searchText).split(/\s+/).filter(Boolean);this.filteredItems=this.parsedItems.filter(t.length?e=>{var s,i;if(e.disabled)return!1;const o=this.normalizeString(`${e.label} ${null!==(s=e.searchableText)&&void 0!==s?s:""} ${null!==(i=e.category)&&void 0!==i?i:""}`);return t.every((t=>o.includes(t)))}:t=>!t.disabled)}normalizeString(t){return t.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase()}selectItem(t){var e;this.isSelectingItem=!0,this.searchText=t.label,this.value=String(null!==(e=t.value)&&void 0!==e?e:t.label),this.isOpen=!1,this.focusedItemIndex=null,this.updateHiddenInput(),this.filterItems(),this.optionSelected.emit(t),this.valueChanged.emit(this.value),setTimeout((()=>{this.isSelectingItem=!1}),200),t.url&&(window.location.href=t.url)}determineDropdownDirection(){const t=this.hostElement.getBoundingClientRect(),e=window.innerHeight;this.dropdownDirection=t.bottom+200>e&&t.top>200?"up":"down"}handleKeyDown(t){switch(t.key){case"ArrowDown":t.preventDefault(),this.isOpen&&(this.focusedItemIndex=null===this.focusedItemIndex?0:(this.focusedItemIndex+1)%this.filteredItems.length);break;case"ArrowUp":t.preventDefault(),this.isOpen&&(this.focusedItemIndex=null===this.focusedItemIndex?this.filteredItems.length-1:(this.focusedItemIndex-1+this.filteredItems.length)%this.filteredItems.length);break;case"Enter":this.isOpen&&null!==this.focusedItemIndex?(t.preventDefault(),this.selectItem(this.filteredItems[this.focusedItemIndex])):this.hasSubmitButton&&(t.preventDefault(),this.handleSubmit(t));break;case"Escape":this.isOpen=!1}}highlightMatch(t){var e;const i=this.normalizeString(this.searchText).split(/\s+/).filter(Boolean);if(!i.length)return t;const o=Array.from(t).map((t=>this.normalizeString(t))),r=o.join(""),a=[];o.forEach(((t,e)=>{for(let s=0;s<t.length;s++)a.push(e)}));const n=[];for(const s of i){if(!s)continue;let i=0;for(;i<=r.length-s.length;){const o=r.indexOf(s,i);if(-1===o)break;const h=(null!==(e=a[o+s.length-1])&&void 0!==e?e:t.length-1)+1;n.push([a[o],h]),i=o+s.length}}if(!n.length)return t;n.sort(((t,e)=>t[0]-e[0]));const h=[n[0]];for(let t=1;t<n.length;t++){const e=h[h.length-1];n[t][0]<=e[1]?e[1]=Math.max(e[1],n[t][1]):h.push(n[t])}const l=[];let d=0;for(const[e,i]of h)e>d&&l.push(t.slice(d,e)),l.push(s("strong",null,t.slice(e,i))),d=i;return d<t.length&&l.push(t.slice(d)),s("span",null,l)}get elementClass(){return{"spw-search-field":!0,"spw-search-field--is-rounded":this.isRounded,"spw-search-field--has-submit-button":this.hasSubmitButton,"spw-search-field--is-open":this.isOpen,[`spw-search-field--${this.size}`]:!0}}render(){return s("div",{key:"060401db34655bb5b3bec93f5b818e6aa7b47102",ref:t=>this.hostElement=t,class:this.elementClass},this.label&&s("spw-field-label",{key:"a1800f04b056f0f79d3974c52a8c6d017ae4655a",label:this.label,name:this.name,required:this.required,tooltipTitle:this.tooltipTitle,tooltipText:this.tooltipText,tooltipMaxWidth:this.tooltipMaxWidth,tooltipDirection:this.tooltipDirection,tooltipCursor:this.tooltipCursor,onClick:()=>{var t;return null===(t=this.textFieldElement)||void 0===t?void 0:t.setFocus()}}),s("div",{key:"d9e2825baf141cb17c840a00a4affd92a23ae0f5",class:"spw-search-field__container"},s("spw-text-field",{key:"c8065e8f6f40a36ffa7787c1f885a2f668f4de4c",ref:t=>this.textFieldElement=t,placeholder:this.placeholder,name:this.name,size:this.size,"is-search":!0,"is-clear":!0,required:this.required,disabled:this.disabled,assistiveText:this.assistiveText,value:this.searchText,onValueChanged:this.handleValueChanged,onKeyDown:t=>this.handleKeyDown(t)}),this.hasSubmitButton&&s("button",{key:"44758a902c4dd685990e9fb91761b2f7cee021f4",type:"button",class:"spw-search-field__submit",onClick:this.handleSubmit,"aria-label":"Rechercher"})),this.showDropdown&&this.isOpen&&!!this.items&&s("div",{key:"1bda0dd7c9d5f8d7a42f58eb94682a6c8365ac1d",class:`spw-search-field__options spw-search-field__options--${this.dropdownDirection}`},!!this.filteredItems.length&&s("ul",{key:"65d7585bbebc194c70b04abdb0c37fb8f158c3f6"},this.filteredItems.map(((t,e)=>s("li",{class:{"spw-search-field__option":!0,"spw-search-field__option--focused":e===this.focusedItemIndex},onClick:()=>this.selectItem(t)},this.highlightMatch(t.label)," ",t.category&&s("span",{class:"spw-search-field__category"}," - ",t.category))))),this.isLoading&&s("p",{key:"6487b6e9d9bb2c69038c600d9fc6cb3fbe4e5239",class:"spw-search-field__loading"},s("spw-loading",{key:"0be7c015388bc6ea462021e2bed47edf2ffd1a40",text:this.loadingText})),!this.isLoading&&!this.filteredItems.length&&s("p",{key:"1c39bb50878da6904512663d95333cade5cb3f46",class:"spw-search-field__no-results"},this.noResults),!!this.filteredItems.length&&this.viewAllResults&&this.showViewAll&&s("p",{key:"0cba9739d0e6e208f8bc40b2719ade5d71d864b3",class:"spw-search-field__view-all"},s("a",{key:"61886707d6e20501fc5d90ee2b1053b9a17b8571",href:this.viewAllResultsLink,onClick:this.viewAllResultsSubmit?this.handleSubmit:void 0},this.viewAllResults," ",s("spw-icon",{key:"a3f3bd3d26c593511c045f5976a18e055205c494",icon:"fa-arrow-right"})))))}get el(){return i(this)}static get watchers(){return{hasMoreResults:[{handleHasMoreResultsChange:0}],value:[{handleValueChange:0}],items:[{parseItems:0}]}}};o.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-search-field{position:relative}.spw-search-field--large spw-text-field{--spw-input-height:54px;--spw-input-padding:16px 24px;--spw-input-radius:60px;--spw-input-border:transparent;--spw-input-icon-search-color:var(--spw-ds-primary)}.spw-search-field.spw-search-field--large.spw-search-field--is-open spw-text-field{--spw-input-radius:24px 24px 0 0}.spw-search-field--has-submit-button spw-text-field{--spw-input-padding-right:56px}.spw-search-field__container{position:relative}.spw-search-field__category{font-style:italic}.spw-search-field__submit{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:none;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;z-index:10}.spw-search-field__submit:focus,.spw-search-field__submit:focus-visible{outline:1px solid white;outline-offset:0;box-shadow:0 0 0 3px black}.spw-search-field--large .spw-search-field__submit{width:46px;height:46px;right:16px}.spw-search-field__options{position:absolute;width:100%;background-color:#fff;border:1px solid var(--spw-color-themes-grey-grey-800);border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto}.spw-search-field__options::-webkit-scrollbar{width:14px;height:14px}.spw-search-field__options::-webkit-scrollbar-thumb{background:var(--spw-color-themes-grey-grey-400);border-radius:20px;border:4px solid var(--spw-ds-white)}.spw-search-field__options::-webkit-scrollbar-track{background:var(--spw-ds-white)}.spw-search-field__options{scrollbar-face-color:var(--spw-color-themes-grey-grey-400);scrollbar-track-color:var(--spw-ds-white)}.spw-search-field__options{z-index:44;margin-top:-2px;transition:transform 0.3s ease, opacity 0.3s ease}.spw-search-field--is-rounded .spw-search-field__options{border-radius:0 0 24px 24px;border:none}.spw-search-field--is-rounded .spw-search-field__options ul{padding:12px}.spw-search-field__options--down{top:100%;transform:translateY(0)}.spw-search-field__options--up{top:100%;transform:translateY(0)}.spw-search-field__option{padding:12px;color:var(--spw-color-themes-grey-grey-900);text-align:left;border-bottom:1px solid var(--spw-color-themes-grey-grey-900);cursor:pointer;transition:background-color 0.2s ease}.spw-search-field--is-rounded .spw-search-field__option{border-radius:12px;padding:12px;border-bottom:none}.spw-search-field__option:hover{background-color:var(--spw-color-themes-grey-grey-200)}.spw-search-field__option:last-child{border-bottom:none}.spw-search-field__option--focused{background-color:var(--spw-color-themes-grey-grey-300)}.spw-search-field__option--selected{font-weight:700}.spw-search-field__loading,.spw-search-field__no-results{padding:12px;cursor:not-allowed;text-align:left;color:var(--spw-color-themes-grey-grey-600)}.spw-search-field--is-rounded .spw-search-field__loading,.spw-search-field--is-rounded .spw-search-field__no-results{padding:24px}.spw-search-field__view-all{position:sticky;bottom:0;cursor:pointer;font-weight:700}.spw-search-field--is-rounded .spw-search-field__view-all{border-radius:12px;border-top:none}.spw-search-field__view-all a{color:black;background:white;border-top:1px solid var(--spw-color-themes-grey-grey-900)}.spw-search-field--is-rounded .spw-search-field__view-all a{color:var(--spw-ds-primary);padding:12px 24px 24px 24px;border-top:none}.spw-search-field__view-all a{text-decoration:underline;display:block;width:100%;padding:12px;display:inline-flex;justify-content:space-between}.spw-search-field__view-all a:hover{text-decoration:none}";export{o as spw_search_field}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as i}from"./p-DkNryMko.js";const o=class{constructor(t){e(this,t),this.imageAlt="",this.surface="light",this.hasPictureFull=!1,this.hasRadius=!0,this.hasShadow=!1,this.hasVideo=!1,this.variant="grey",this.alignment="left",this.overlayOpacity=0,this.overlayColor="",this.accPlayButtonAriaLabel="Lire la vidéo",this.copyrightIcon="fa-copyright",this.copyrightIconVariant="fa-light",this.copyrightTarget="_blank",this.tooltipCopyrightMaxWidth="300",this.triggerModal=()=>{const e=document.getElementById(this.modalVideoId);e&&e.openModal&&e.openModal()},this.handleKeyDown=e=>{"Enter"===e.key&&this.triggerModal()}}get elementClass(){return{"spw-hero":!0,[`spw-hero--surface-${this.surface}`]:!0,"spw-hero--has-picture-full":this.hasPictureFull,"spw-hero--no-picture":!this.imageSrc,"spw-hero--has-video":this.hasVideo,"spw-hero--has-shadow":this.hasShadow,"spw-hero--has-radius":this.hasRadius,[`spw-hero--${this.variant}`]:!0,"spw-hero--featured-ratio":"featured"===this.variant&&!!(this.featuredRatio||this.featuredRatioMobile||this.featuredRatioTablet||this.featuredRatioDesktop),[`spw-hero--${this.alignment}`]:"mini"!==this.variant||"left"===this.alignment}}get overlayStyle(){return{opacity:""+this.overlayOpacity/100,backgroundColor:`${this.overlayColor}`}}render(){const e=t("div",{key:"5fc0527c19ae2e3c3d5c54d69d8928d382090e97",class:"spw-hero__content"},t("slot",{key:"e375ce1785b4441fabbb2df4e2759244198f40f2"})),o=!(!this.tooltipCopyrightTitle&&!this.tooltipCopyrightText),r=(this.copyrightText||o)&&t("div",{key:"86f04e880cd148fc0f45b38fff87b5e01756c6ae",class:"spw-hero__copyright"},this.copyrightText&&t("spw-tag",{key:"e50b9f9308e82ef5f30bbaff40dc55748359295d",size:"small","icon-variant":this.copyrightIconVariant,icon:this.copyrightIcon,href:this.copyrightHref||void 0,target:this.copyrightHref?this.copyrightTarget:void 0},this.copyrightText),o&&t("spw-tooltip",{key:"9bc4684c118e7a3c1c146bee67f7ec832d21b844",direction:"top","tooltip-title":this.tooltipCopyrightTitle,"tooltip-text":this.tooltipCopyrightText,"max-width":this.tooltipCopyrightMaxWidth,cursor:"help"},t("spw-tag",{key:"984452f28e0eb3943887335574cd255adea9b51e",class:"spw-hero__copyright-tag","icon-variant":"fa-regular",size:"small",variant:"grey",icon:"fa-info-circle","is-icon-only":!0}))),s="grey"===this.variant||"white"===this.variant,a="featured"===this.variant,p={};return a&&(this.featuredRatio&&(p["--spw-hero-featured-ratio-mobile"]=this.featuredRatio,p["--spw-hero-featured-ratio-tablet"]=this.featuredRatio,p["--spw-hero-featured-ratio-desktop"]=this.featuredRatio),this.featuredRatioMobile&&(p["--spw-hero-featured-ratio-mobile"]=this.featuredRatioMobile),this.featuredRatioTablet&&(p["--spw-hero-featured-ratio-tablet"]=this.featuredRatioTablet),this.featuredRatioDesktop&&(p["--spw-hero-featured-ratio-desktop"]=this.featuredRatioDesktop)),t(i,{key:"be998e68fe265a478c916821b3d54094bb5dd060",style:p},t("div",{key:"7240303fb4daec3eee9efdb3aa3dc88083a5bc23",class:this.elementClass},this.imageSrc&&t("div",{key:"c9d1d16fba5d95ad223a196ced099df9d44fa4cf",class:"spw-hero__image"},this.hasVideo&&"maxi"!==this.variant&&"photo"!==this.variant&&!a&&t("div",{key:"000ca64293c5290e7825b804fe3f824c0346637a",class:"spw-hero__image-play",onClick:this.triggerModal,onKeyDown:this.handleKeyDown,tabIndex:0,role:"button","aria-label":this.accPlayButtonAriaLabel},t("spw-icon",{key:"f45b2a05ab153ea9ae47934441035bb728426529",icon:"fa-play"})),t("div",{key:"507955c1805fbf2788e305d005d5b551ac3b4634",class:"spw-hero__overlay",style:this.overlayStyle}),t("img",{key:"9b56363fd9ea86c3685d0db25fe407e00d7bc5f3",src:this.imageSrc,alt:this.imageAlt,style:Object.assign(Object.assign({},this.imagePosition?{objectPosition:this.imagePosition}:{}),this.imageFit?{objectFit:this.imageFit}:{})}),(s||a)&&r),!a&&("mini"===this.variant?e:t("div",{class:"spw-ds-container spw-hero__container"},e)),!s&&!a&&r))}};o.style='@charset "UTF-8";html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;--spw-hero-content-max-width:578px;--spw-hero-ratio-picture:initial;--spw-hero-shadow:var(--spw-effect-elevation-5);--spw-hero-radius:12px;--spw-hero-featured-ratio-mobile:initial;--spw-hero-featured-ratio-tablet:initial;--spw-hero-featured-ratio-desktop:initial}.spw-hero{position:relative;overflow:hidden}.spw-hero--has-shadow{box-shadow:var(--spw-hero-shadow)}.spw-hero--has-radius{border-radius:var(--spw-hero-radius)}.spw-hero--surface-dark{color:white}.spw-hero--surface-light{color:var(--spw-color-themes-grey-grey-900)}.spw-hero--grey{background:var(--spw-color-themes-grey-grey-100)}.spw-hero--white{background:white}.spw-hero--grey,.spw-hero--white{display:flex;flex-direction:column;padding:24px;gap:24px}@media (min-width: 1024px){.spw-hero--grey,.spw-hero--white{padding:64px;gap:48px;flex-direction:row;align-items:center}}.spw-hero--has-picture-full{padding:0;gap:0}.spw-hero.spw-hero--grey.spw-hero--left,.spw-hero.spw-hero--white.spw-hero--left{flex-direction:column}@media (min-width: 1024px){.spw-hero.spw-hero--grey.spw-hero--left,.spw-hero.spw-hero--white.spw-hero--left{flex-direction:row-reverse}}.spw-hero__container{display:flex;position:relative;margin:0 auto;z-index:3;padding-left:0;padding-right:0}.spw-hero--photo .spw-hero__container{padding:48px 24px}@media (min-width: 1024px){.spw-hero--photo .spw-hero__container{padding:64px}}.spw-hero--has-picture-full .spw-hero__container{padding:24px}@media (min-width: 1024px){.spw-hero--has-picture-full .spw-hero__container{padding:80px 48px}}@media (min-width: 1024px){.spw-hero--has-picture-full.spw-hero--left .spw-hero__container{padding-left:calc(50% + 48px)}}@media (min-width: 1024px){.spw-hero--has-picture-full.spw-hero--right .spw-hero__container{padding-right:calc(50% + 48px)}}.spw-hero--maxi .spw-hero__container{padding:80px 24px}@media (min-width: 1024px){.spw-hero--maxi .spw-hero__container{padding:148px 24px}}.spw-hero--left .spw-hero__container{justify-content:flex-start}.spw-hero--center .spw-hero__container{justify-content:center}.spw-hero--right .spw-hero__container{justify-content:flex-end}.spw-hero__overlay,.spw-hero__image{position:absolute;width:100%;height:100%;left:0;top:0}.spw-hero__overlay{z-index:2;pointer-events:none}.spw-hero--surface-dark .spw-hero__overlay{background:var(--spw-color-themes-grey-grey-900)}.spw-hero--surface-light .spw-hero__overlay{background:white}.spw-hero__image-play{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:white;color:var(--spw-ds-primary);box-shadow:var(--spw-effect-elevation-5);width:64px;height:64px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;transition:all 0.3s ease;cursor:pointer}.spw-hero__image-play:hover{transform:translate(-50%, -50%) scale(1.1)}.spw-hero__image{z-index:1;overflow:hidden}.spw-hero__image img{width:100%;height:100%;object-fit:cover;display:block}.spw-hero--has-video .spw-hero__image{z-index:4}.spw-hero--white .spw-hero__image,.spw-hero--grey .spw-hero__image{display:block;position:relative;aspect-ratio:var(--spw-hero-ratio-picture);width:100%;border-radius:6px}@media (min-width: 1024px){.spw-hero--white .spw-hero__image,.spw-hero--grey .spw-hero__image{max-width:435px}}.spw-hero--has-picture-full .spw-hero__image{display:block;position:relative;aspect-ratio:var(--spw-hero-ratio-picture);width:100%;border-radius:6px}@media (min-width: 1024px){.spw-hero--has-picture-full .spw-hero__image{position:absolute;max-width:50%}}.spw-hero--has-picture-full.spw-hero--right .spw-hero__image{border-radius:0}@media (min-width: 1024px){.spw-hero--has-picture-full.spw-hero--right .spw-hero__image{right:0;left:auto}}.spw-hero--has-picture-full.spw-hero--left .spw-hero__image{border-radius:0}.spw-hero--has-picture-full.spw-hero--right.spw-hero--has-radius .spw-hero__image{border-bottom-right-radius:0;border-bottom-left-radius:0}@media (min-width: 1024px){.spw-hero--has-picture-full.spw-hero--right.spw-hero--has-radius .spw-hero__image{border-top-left-radius:0;border-bottom-left-radius:0}}.spw-hero--has-picture-full.spw-hero--left.spw-hero--has-radius .spw-hero__image{border-bottom-right-radius:0;border-bottom-left-radius:0}@media (min-width: 1024px){.spw-hero--has-picture-full.spw-hero--left.spw-hero--has-radius .spw-hero__image{border-top-right-radius:0;border-bottom-right-radius:0}}.spw-hero__copyright{display:flex;gap:6px;position:absolute;bottom:8px;right:8px;z-index:3}.spw-hero__copyright-tag{--spw-tag-padding-small:6px 5px}.spw-hero__content{width:100%}@media (min-width: 1024px){.spw-hero__content{max-width:var(--spw-hero-content-max-width)}}.spw-hero--maxi .spw-hero__content{--spw-hero-content-max-width:784px;margin:0 auto;text-align:center}.spw-hero--photo .spw-hero__content{padding:32px;background-color:var(--spw-ds-white);border-radius:8px;box-shadow:var(--spw-effect-elevation-8)}.spw-hero--featured .spw-hero__image{position:relative;width:100%;height:auto}.spw-hero--featured .spw-hero__image img{width:100%;height:auto;display:block}.spw-hero--featured.spw-hero--featured-ratio .spw-hero__image{aspect-ratio:var(--spw-hero-featured-ratio-mobile)}@media (min-width: 768px){.spw-hero--featured.spw-hero--featured-ratio .spw-hero__image{aspect-ratio:var(--spw-hero-featured-ratio-tablet)}}@media (min-width: 1024px){.spw-hero--featured.spw-hero--featured-ratio .spw-hero__image{aspect-ratio:var(--spw-hero-featured-ratio-desktop)}}.spw-hero--featured.spw-hero--featured-ratio .spw-hero__image img{position:absolute;top:0;left:0;height:100%;object-fit:cover}.spw-hero--mini.spw-hero--surface-light .spw-hero__content,.spw-hero--mini.spw-hero--surface-light .spw-hero__image{background-color:var(--spw-color-themes-grey-grey-100)}.spw-hero--mini.spw-hero--surface-dark .spw-hero__content,.spw-hero--mini.spw-hero--surface-dark .spw-hero__image{background-color:var(--spw-ds-primary)}.spw-hero--mini .spw-hero__image{width:calc(100% - 280px);left:280px;height:100%}@media (min-width: 768px){.spw-hero--mini .spw-hero__image{width:calc(100% - 400px);left:400px}}.spw-hero--mini .spw-hero__image img{border-top-left-radius:900px}.spw-hero--mini .spw-hero__content{position:relative;z-index:3;width:280px;padding:24px;padding-top:48px;border-radius:0}@media (min-width: 768px){.spw-hero--mini .spw-hero__content{padding:32px;padding-top:64px;width:400px}}.spw-hero--mini.spw-hero--no-picture .spw-hero__content{width:100%;max-width:100%}';export{o as spw_hero}
@@ -1 +1 @@
1
- import{r as e,h as t}from"./p-DkNryMko.js";const i=class{constructor(t){e(this,t)}render(){return t("div",{key:"944b6f3e11877aa6c2d932ef76eb8fd559e2958e",class:"spw-tile-description"},t("slot",{key:"8ae1d62726bd878a2881ac54faa3ce4460eb8d54"}))}};i.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;overflow:hidden}:host(.--light),:host(.--big){margin-top:6px}@media (max-width: 1023px){:host(.--reveal-on-hover){display:none}}@media (min-width: 1024px){:host(.--reveal-on-hover){display:grid;grid-template-rows:0fr;margin-top:0;opacity:0;transition:grid-template-rows 0.25s ease-in, margin-top 0.25s ease-in, opacity 0.35s 0.05s ease-in}}@media (min-width: 1024px){:host(.--reveal-on-hover.--revealed){grid-template-rows:1fr;margin-top:6px;opacity:1}}:host(.--reveal-on-hover) .spw-tile-description{min-height:0;overflow:hidden}:host(.--icon) .spw-tile-description{color:var(--spw-color-themes-grey-grey-700);line-height:1.5;font-size:18px}:host(.--big) .spw-tile-description,:host(.--light) .spw-tile-description{color:white;line-height:1.3;font-size:18px}";export{i as spw_tile_description}
1
+ import{r as e,h as t}from"./p-DkNryMko.js";const i=class{constructor(t){e(this,t)}render(){return t("div",{key:"944b6f3e11877aa6c2d932ef76eb8fd559e2958e",class:"spw-tile-description"},t("slot",{key:"8ae1d62726bd878a2881ac54faa3ce4460eb8d54"}))}};i.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;overflow:hidden}:host(.--light),:host(.--big){margin-top:6px}@media (max-width: 1023px){:host(.--reveal-on-hover){display:none}}@media (min-width: 1024px){:host(.--reveal-on-hover){display:grid;grid-template-rows:0fr;margin-top:0;opacity:0;transition:grid-template-rows 0.25s ease-in, margin-top 0.25s ease-in, opacity 0.35s 0.05s ease-in}}@media (min-width: 1024px){:host(.--reveal-on-hover.--revealed){grid-template-rows:1fr;margin-top:6px;opacity:1}}:host(.--reveal-on-hover) .spw-tile-description{min-height:0;overflow:hidden}:host(.--icon) .spw-tile-description{color:var(--spw-color-themes-grey-grey-700);line-height:1.5;font-size:18px}:host(.--icon.--surface-dark) .spw-tile-description{color:white}:host(.--big) .spw-tile-description,:host(.--light) .spw-tile-description{color:white;line-height:1.3;font-size:18px}";export{i as spw_tile_description}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,F as i,H as s,a as n}from"./p-DkNryMko.js";const o=class{constructor(e){t(this,e),this.variant="light",this.surface="light",this.background="transparent",this.height="landscape",this.target="_self",this.imageAlt="",this.revealDescription=!0}componentDidLoad(){this.applyVariantToChildren()}slotChanged(){this.applyVariantToChildren()}applyVariantToChildren(){const t=`--${this.variant}`,e="--surface-light",i="--surface-dark",s=this.el.querySelector("spw-tile-title"),n=this.el.querySelector("spw-tile-description");s&&(s.classList.add(t),s.classList.toggle(i,"dark"===this.surface),s.classList.toggle(e,"dark"!==this.surface)),n&&(n.classList.add(t),n.classList.toggle("--reveal-on-hover",this.revealDescription&&("light"===this.variant||"big"===this.variant)),n.classList.toggle(i,"dark"===this.surface),n.classList.toggle(e,"dark"!==this.surface))}get elementClass(){return{"spw-tile":!0,"spw-tile--hoverable":!!this.href,[`spw-tile--${this.variant}`]:!0,[`spw-tile--surface-${this.surface}`]:!0,[`spw-tile--height-${this.height}`]:!0,"spw-tile--reveal-description":this.revealDescription&&("light"===this.variant||"big"===this.variant)}}onMouseEnter(){this.setHovered(!0)}onMouseLeave(){this.setHovered(!1)}setHovered(t){const e=this.el.querySelector("spw-tile-title");e&&this.href&&e.classList.toggle("--hovered",t);const i=this.el.querySelector("spw-tile-description");i&&this.revealDescription&&("light"===this.variant||"big"===this.variant)&&i.classList.toggle("--revealed",t)}render(){const{href:t,target:n}=this,o=void 0===this.href?"div":"a";return e(s,{key:"30914609d9abde8e0c539d71548ba8593925cca7"},e(o,Object.assign({key:"ad190c69b3d66ef6fb3d52f8b2127db32ba408cc"},"div"===o?{}:{href:t,target:n},{class:this.elementClass,style:{background:this.background}}),this.imageSrc&&("big"===this.variant||"light"===this.variant)&&e(i,{key:"a92362bf9c8e4b835b4601db20effab7cfa56a4c"},e("img",{key:"1ee8bf2285d97b614712f14fbd5fbdd5632ddee8",src:this.imageSrc,alt:this.imageAlt,class:"spw-tile__image"})),e("div",{key:"2b5ce972140a0fb4aee410b0500b49e64d904aa9",class:"spw-tile__content"},("big"===this.variant||"light"===this.variant)&&e("div",{key:"ad4e6e529fb93c995f5ba37b636bf39e3a98da2c",class:"spw-tile__overlay"}),e("div",{key:"5c9da07938380d6faff1ce3da6f732a9f1a2c00d",class:"spw-tile__content-inner"},e("slot",{key:"8ea1866518944c92fc16f478c555aafaa63b0164"})),this.href&&"big"===this.variant&&e("span",{key:"2e852799e4674d802c85500c7559abf586357573",class:"spw-tile__button"},e("spw-icon",{key:"ab051ba109f5d6e20e67b22c7d40a05a639b6c65",icon:"fa-chevron-right"})))))}get el(){return n(this)}};o.style='html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-tile{display:block;text-decoration:none;position:relative;transition:all 0.3s ease-in-out;border-radius:6px}.spw-tile--hoverable:hover{transform:translateY(-5px)}.spw-tile:focus-visible{outline:3px solid white;outline-offset:-1px;box-shadow:0 0 0 5px black;border-radius:5px}.spw-tile--icon{padding:16px 0}.spw-tile--icon.spw-tile--height-square,.spw-tile--icon.spw-tile--height-portrait{padding:0;position:relative;overflow:hidden}.spw-tile--icon.spw-tile--height-square{padding-top:100%}.spw-tile--icon.spw-tile--height-portrait{padding-top:150%}.spw-tile--big,.spw-tile--light{position:relative;padding-top:calc(70% - 12px);overflow:hidden}@media (min-width: 1024px){.spw-tile--big,.spw-tile--light{padding-top:calc(60% - 12px)}.spw-tile--big.spw-tile--height-landscape,.spw-tile--light.spw-tile--height-landscape{padding-top:calc(60% - 12px)}.spw-tile--big.spw-tile--height-square,.spw-tile--light.spw-tile--height-square{padding-top:100%}.spw-tile--big.spw-tile--height-portrait,.spw-tile--light.spw-tile--height-portrait{padding-top:150%}}.spw-tile--big:before,.spw-tile--light:before{content:"";background:black;opacity:0;transition:all linear 0.2s;border-radius:5px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.spw-tile__overlay,.spw-tile__image{position:absolute;width:100%;height:100%;left:0;top:0}.spw-tile__overlay{z-index:2;height:calc(100% + 48px);bottom:0;top:auto;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--shades-alpha-dark-alpha-dark-alpha-900, rgba(0, 0, 0, 0.87)) 100%)}.spw-tile__image{z-index:1;object-fit:cover}.spw-tile__button{position:absolute;bottom:24px;right:24px;background:transparent;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;color:white;border-radius:50%;transition:all 0.2s ease-in;border:3px solid white;font-size:20px;margin-top:12px;z-index:2}.spw-tile:hover .spw-tile__button{background:rgba(0, 0, 0, 0.5)}.spw-tile--light .spw-tile__content,.spw-tile--big .spw-tile__content{position:absolute;z-index:3;display:flex;flex-direction:column;gap:0;padding:24px;bottom:0;left:0;width:100%}.spw-tile--icon.spw-tile--height-square .spw-tile__content,.spw-tile--icon.spw-tile--height-portrait .spw-tile__content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.spw-tile--big.spw-tile--hoverable .spw-tile__content{padding-right:84px}.spw-tile--light .spw-tile__content{text-align:center;padding-bottom:24px}.spw-tile__content-inner{position:relative;z-index:3;flex:1}.spw-tile--icon .spw-tile__content-inner{display:flex;flex-direction:column;gap:12px;padding:0 12px;text-align:center}.spw-tile--icon .spw-tile__content-inner ::slotted(spw-icon){font-size:32px;color:var(--spw-ds-primary)}.spw-tile--icon.spw-tile--surface-dark .spw-tile__content-inner ::slotted(spw-icon){color:white}';export{o as spw_tile}
@@ -1 +1 @@
1
- import{r as t,h as e}from"./p-DkNryMko.js";const i=class{constructor(e){t(this,e)}render(){return e("h3",{key:"32bfa3e58b35ac3028e67c22ccccf3024b374818",class:"spw-tile-title"},e("slot",{key:"b0b39bf7e7a25f4fe603d6085e1a4b1d85290269"}))}};i.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;--spw-tile-title-icon:20px;--spw-tile-title-underline:none}:host(.--icon) .spw-tile-title{color:var(--spw-color-themes-grey-grey-900);line-height:1.4;font-size:var(--spw-tile-title-icon);font-weight:700;text-decoration:var(--spw-tile-title-underline);transition:all 0.2s linear}:host(.--icon.--hovered) .spw-tile-title{color:var(--spw-ds-primary)}:host(.--light) .spw-tile-title{color:white;line-height:1.3;font-size:20px;font-weight:700}:host(.--big) .spw-tile-title{color:white;line-height:1.3;font-size:20px;font-weight:700}";export{i as spw_tile_title}
1
+ import{r as t,h as e}from"./p-DkNryMko.js";const i=class{constructor(e){t(this,e)}render(){return e("h3",{key:"32bfa3e58b35ac3028e67c22ccccf3024b374818",class:"spw-tile-title"},e("slot",{key:"b0b39bf7e7a25f4fe603d6085e1a4b1d85290269"}))}};i.style="html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:var(--spw-ds-font-main);letter-spacing:-0.18px}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1200px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 360px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1200px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block;--spw-tile-title-icon:20px;--spw-tile-title-icon-mobile:16px;--spw-tile-title-underline:none}:host(.--icon) .spw-tile-title{color:var(--spw-color-themes-grey-grey-900);line-height:1.3;font-size:var(--spw-tile-title-icon-mobile);font-weight:700;text-decoration:var(--spw-tile-title-underline);transition:all 0.2s linear}@media (min-width: 1024px){:host(.--icon) .spw-tile-title{font-size:var(--spw-tile-title-icon)}}:host(.--icon.--hovered) .spw-tile-title{color:var(--spw-ds-primary)}:host(.--icon.--surface-dark) .spw-tile-title{color:white}:host(.--icon.--surface-dark.--hovered) .spw-tile-title{opacity:0.8}:host(.--light) .spw-tile-title{color:white;line-height:1.3;font-size:20px;font-weight:700}:host(.--big) .spw-tile-title{color:white;line-height:1.3;font-size:20px;font-weight:700}";export{i as spw_tile_title}