@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.
- package/dist/cem.json +152 -5
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/spw-card.cjs.entry.js +2 -2
- package/dist/cjs/spw-hero.cjs.entry.js +3 -3
- package/dist/cjs/spw-search-field.cjs.entry.js +20 -2
- package/dist/cjs/spw-stencil-library.cjs.js +1 -1
- package/dist/cjs/spw-tile-description.cjs.entry.js +1 -1
- package/dist/cjs/spw-tile-title.cjs.entry.js +1 -1
- package/dist/cjs/spw-tile.cjs.entry.js +17 -4
- package/dist/cjs/spw-toc-container.cjs.entry.js +2 -2
- package/dist/cjs/spw-toc-navigation.cjs.entry.js +20 -0
- package/dist/cjs/spw-topbar.cjs.entry.js +4 -2
- package/dist/cjs/spw-wizard-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-wizard.cjs.entry.js +1 -1
- package/dist/collection/components/spw-card/spw-card.css +7 -0
- package/dist/collection/components/spw-card/spw-card.js +1 -1
- package/dist/collection/components/spw-hero/spw-hero.js +22 -3
- package/dist/collection/components/spw-search-field/spw-search-field.js +76 -3
- package/dist/collection/components/spw-tile/spw-tile-description/spw-tile-description.css +3 -0
- package/dist/collection/components/spw-tile/spw-tile-title/spw-tile-title.css +14 -2
- package/dist/collection/components/spw-tile/spw-tile.css +23 -1
- package/dist/collection/components/spw-tile/spw-tile.js +57 -4
- package/dist/collection/components/spw-toc/spw-toc-container/spw-toc-container.js +4 -4
- package/dist/collection/components/spw-toc/spw-toc-navigation/spw-toc-navigation.js +40 -0
- package/dist/collection/components/spw-topbar/spw-topbar.css +61 -2
- package/dist/collection/components/spw-topbar/spw-topbar.js +23 -1
- package/dist/collection/components/spw-wizard/spw-wizard-item/spw-wizard-item.js +1 -1
- package/dist/collection/components/spw-wizard/spw-wizard.js +1 -1
- package/dist/collection/stories/organisms/spw-tile/spw-tile.stories.js +117 -0
- package/dist/collection/stories/organisms/spw-topbar/spw-topbar.stories.js +48 -1
- package/dist/components/spw-card.js +1 -1
- package/dist/components/spw-hero.js +1 -1
- package/dist/components/spw-search-field.js +1 -1
- package/dist/components/spw-tile-description.js +1 -1
- package/dist/components/spw-tile-title.js +1 -1
- package/dist/components/spw-tile.js +1 -1
- package/dist/components/spw-toc-container.js +1 -1
- package/dist/components/spw-toc-navigation.js +1 -1
- package/dist/components/spw-topbar.js +1 -1
- package/dist/components/spw-wizard-item.js +1 -1
- package/dist/components/spw-wizard.js +1 -1
- package/dist/components_json.json +232 -4
- package/dist/components_vscode.json +5509 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/spw-card.entry.js +2 -2
- package/dist/esm/spw-hero.entry.js +3 -3
- package/dist/esm/spw-search-field.entry.js +20 -2
- package/dist/esm/spw-stencil-library.js +1 -1
- package/dist/esm/spw-tile-description.entry.js +1 -1
- package/dist/esm/spw-tile-title.entry.js +1 -1
- package/dist/esm/spw-tile.entry.js +17 -4
- package/dist/esm/spw-toc-container.entry.js +2 -2
- package/dist/esm/spw-toc-navigation.entry.js +20 -0
- package/dist/esm/spw-topbar.entry.js +4 -2
- package/dist/esm/spw-wizard-item.entry.js +1 -1
- package/dist/esm/spw-wizard.entry.js +1 -1
- package/dist/spw-stencil-library/p-1034937d.entry.js +1 -0
- package/dist/spw-stencil-library/p-24ddb0e5.entry.js +1 -0
- package/dist/spw-stencil-library/{p-b17a13d5.entry.js → p-2e7041df.entry.js} +1 -1
- package/dist/spw-stencil-library/p-4a3e2b92.entry.js +1 -0
- package/dist/spw-stencil-library/{p-aeb28e9a.entry.js → p-4e4830f6.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-94581684.entry.js → p-66a5ccc3.entry.js} +1 -1
- package/dist/spw-stencil-library/p-6cfcab87.entry.js +1 -0
- package/dist/spw-stencil-library/p-7c705c74.entry.js +1 -0
- package/dist/spw-stencil-library/{p-f0f0bd9d.entry.js → p-9ca52f24.entry.js} +1 -1
- package/dist/spw-stencil-library/p-a7b1bd08.entry.js +1 -0
- package/dist/spw-stencil-library/{p-b9cf4fcb.entry.js → p-aeb616f6.entry.js} +1 -1
- package/dist/spw-stencil-library/spw-stencil-library.esm.js +1 -1
- package/dist/stats.json +475 -83
- package/dist/types/components/spw-hero/spw-hero.d.ts +2 -0
- package/dist/types/components/spw-search-field/spw-search-field.d.ts +8 -0
- package/dist/types/components/spw-tile/spw-tile.d.ts +5 -1
- package/dist/types/components/spw-toc/spw-toc-container/spw-toc-container.d.ts +1 -1
- package/dist/types/components/spw-toc/spw-toc-navigation/spw-toc-navigation.d.ts +4 -0
- package/dist/types/components/spw-topbar/spw-topbar.d.ts +2 -0
- package/dist/types/components.d.ts +74 -4
- package/dist/types/stories/organisms/spw-tile/spw-tile.stories.d.ts +4 -1
- package/dist/types/stories/organisms/spw-topbar/spw-topbar.stories.d.ts +1 -0
- package/hydrate/index.js +83 -21
- package/hydrate/index.mjs +83 -21
- package/package.json +1 -1
- package/dist/spw-stencil-library/p-2b6b85a3.entry.js +0 -1
- package/dist/spw-stencil-library/p-2f45d1f5.entry.js +0 -1
- package/dist/spw-stencil-library/p-3d6fe416.entry.js +0 -1
- package/dist/spw-stencil-library/p-bec8374e.entry.js +0 -1
- package/dist/spw-stencil-library/p-f7a94fe7.entry.js +0 -1
- package/dist/spw-stencil-library/p-fc9acdf2.entry.js +0 -1
package/hydrate/index.mjs
CHANGED
|
@@ -6009,7 +6009,7 @@ class SpwButton {
|
|
|
6009
6009
|
}; }
|
|
6010
6010
|
}
|
|
6011
6011
|
|
|
6012
|
-
const spwCardCss = () => `@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__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}`;
|
|
6012
|
+
const spwCardCss = () => `@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}`;
|
|
6013
6013
|
|
|
6014
6014
|
class SpwCard {
|
|
6015
6015
|
constructor(hostRef) {
|
|
@@ -6143,7 +6143,7 @@ class SpwCard {
|
|
|
6143
6143
|
'aria-label': this === null || this === void 0 ? void 0 : this.accAriaLabel,
|
|
6144
6144
|
'aria-disabled': this.disabled ? 'true' : null,
|
|
6145
6145
|
};
|
|
6146
|
-
return (hAsync(Host, { key: 'f95a6ae6c3605ceedbd161b4d7fd6ccb32b5c9a5', class: { '--is-full-height': this.fullHeight } }, hAsync("article", { key: 'c0f5558843980898fc024c6a58ad4c5fc0874dae', class: this.elementClass }, variant === 'event' && (hAsync(TagType, Object.assign({ key: '
|
|
6146
|
+
return (hAsync(Host, { key: 'f95a6ae6c3605ceedbd161b4d7fd6ccb32b5c9a5', class: { '--is-full-height': this.fullHeight } }, hAsync("article", { key: 'c0f5558843980898fc024c6a58ad4c5fc0874dae', class: this.elementClass }, (variant === 'event' || variant === 'news') && (hAsync(TagType, Object.assign({ key: 'b56469bf1b35f9407bd12b01155c7162b2a15b45' }, attrs, { class: { 'spw-card__dates': true, 'spw-card__dates--range': !!(dateStart && dateEnd), 'spw-card__dates--single': !!(dateStart && !dateEnd) } }), dateStart && (hAsync("div", { key: '36b8b7445ef4c3824ef95a9f5df12ca27732a3da', class: "spw-card__date-item" }, hAsync("div", { key: 'de92e7eb54af473d927181cbc03c27f590e4ed09', class: "spw-card__date-content" }, dateEnd && hAsync("span", { key: '2a0c914e82cd5457ebf6a43190308841761a41b6', class: "spw-card__date-label" }, this.fromLabel), this.formatDate(dateStart)))), dateEnd && (hAsync("div", { key: '45902a1bc90ccddf0e4a38e5d6729691853fee6b', class: "spw-card__date-item" }, hAsync("div", { key: 'fa2fdefc3bbbdeb04fd826ede3e916146579d725', class: "spw-card__date-content" }, hAsync("span", { key: '50ec4287a4b796947ad7c9675d4ca1e460fab5fc', class: "spw-card__date-label" }, this.toLabel), this.formatDate(dateEnd)))))), hAsync(TagType, Object.assign({ key: '164517f886bfb6060e64693522267d6778ef61a3' }, attrs, ariaAttributes, { class: "spw-card__link" }), hAsync("slot", { key: 'a94ef1805d867f4c91a63bd7bb1f4bfa6d732db1' })))));
|
|
6147
6147
|
}
|
|
6148
6148
|
get el() { return getElement(this); }
|
|
6149
6149
|
static get style() { return spwCardCss(); }
|
|
@@ -10816,9 +10816,9 @@ class SpwHero {
|
|
|
10816
10816
|
};
|
|
10817
10817
|
}
|
|
10818
10818
|
render() {
|
|
10819
|
-
const contentSlot = (hAsync("div", { key: '
|
|
10819
|
+
const contentSlot = (hAsync("div", { key: '5fc0527c19ae2e3c3d5c54d69d8928d382090e97', class: "spw-hero__content" }, hAsync("slot", { key: 'e375ce1785b4441fabbb2df4e2759244198f40f2' })));
|
|
10820
10820
|
const hasTooltipCopyright = !!(this.tooltipCopyrightTitle || this.tooltipCopyrightText);
|
|
10821
|
-
const copyrightTag = (this.copyrightText || hasTooltipCopyright) && (hAsync("div", { key: '
|
|
10821
|
+
const copyrightTag = (this.copyrightText || hasTooltipCopyright) && (hAsync("div", { key: '86f04e880cd148fc0f45b38fff87b5e01756c6ae', class: "spw-hero__copyright" }, this.copyrightText && (hAsync("spw-tag", { key: 'e50b9f9308e82ef5f30bbaff40dc55748359295d', size: "small", "icon-variant": this.copyrightIconVariant, icon: this.copyrightIcon, href: this.copyrightHref || undefined, target: this.copyrightHref ? this.copyrightTarget : undefined }, this.copyrightText)), hasTooltipCopyright && (hAsync("spw-tooltip", { key: '9bc4684c118e7a3c1c146bee67f7ec832d21b844', direction: "top", "tooltip-title": this.tooltipCopyrightTitle, "tooltip-text": this.tooltipCopyrightText, "max-width": this.tooltipCopyrightMaxWidth, cursor: "help" }, hAsync("spw-tag", { key: '984452f28e0eb3943887335574cd255adea9b51e', class: "spw-hero__copyright-tag", "icon-variant": "fa-regular", size: "small", variant: "grey", icon: "fa-info-circle", "is-icon-only": true })))));
|
|
10822
10822
|
const isImageVariant = this.variant === 'grey' || this.variant === 'white';
|
|
10823
10823
|
const isFeatured = this.variant === 'featured';
|
|
10824
10824
|
const featuredStyle = {};
|
|
@@ -10835,7 +10835,7 @@ class SpwHero {
|
|
|
10835
10835
|
if (this.featuredRatioDesktop)
|
|
10836
10836
|
featuredStyle['--spw-hero-featured-ratio-desktop'] = this.featuredRatioDesktop;
|
|
10837
10837
|
}
|
|
10838
|
-
return (hAsync(Host, { key: '
|
|
10838
|
+
return (hAsync(Host, { key: 'be998e68fe265a478c916821b3d54094bb5dd060', style: featuredStyle }, hAsync("div", { key: '7240303fb4daec3eee9efdb3aa3dc88083a5bc23', class: this.elementClass }, this.imageSrc && (hAsync("div", { key: 'c9d1d16fba5d95ad223a196ced099df9d44fa4cf', class: "spw-hero__image" }, this.hasVideo && this.variant !== 'maxi' && this.variant !== 'photo' && !isFeatured && (hAsync("div", { key: '000ca64293c5290e7825b804fe3f824c0346637a', class: "spw-hero__image-play", onClick: this.triggerModal, onKeyDown: this.handleKeyDown, tabIndex: 0, role: "button", "aria-label": this.accPlayButtonAriaLabel }, hAsync("spw-icon", { key: 'f45b2a05ab153ea9ae47934441035bb728426529', icon: "fa-play" }))), hAsync("div", { key: '507955c1805fbf2788e305d005d5b551ac3b4634', class: "spw-hero__overlay", style: this.overlayStyle }), hAsync("img", { key: '9b56363fd9ea86c3685d0db25fe407e00d7bc5f3', src: this.imageSrc, alt: this.imageAlt, style: Object.assign(Object.assign({}, (this.imagePosition ? { objectPosition: this.imagePosition } : {})), (this.imageFit ? { objectFit: this.imageFit } : {})) }), (isImageVariant || isFeatured) && copyrightTag)), !isFeatured && (this.variant === 'mini' ? contentSlot : hAsync("div", { class: "spw-ds-container spw-hero__container" }, contentSlot)), !isImageVariant && !isFeatured && copyrightTag)));
|
|
10839
10839
|
}
|
|
10840
10840
|
static get style() { return spwHeroCss(); }
|
|
10841
10841
|
static get cmpMeta() { return {
|
|
@@ -10864,6 +10864,7 @@ class SpwHero {
|
|
|
10864
10864
|
"tooltipCopyrightText": [1, "tooltip-copyright-text"],
|
|
10865
10865
|
"tooltipCopyrightMaxWidth": [1, "tooltip-copyright-max-width"],
|
|
10866
10866
|
"imagePosition": [1, "image-position"],
|
|
10867
|
+
"imageFit": [1, "image-fit"],
|
|
10867
10868
|
"featuredRatio": [1, "featured-ratio"],
|
|
10868
10869
|
"featuredRatioMobile": [1, "featured-ratio-mobile"],
|
|
10869
10870
|
"featuredRatioTablet": [1, "featured-ratio-tablet"],
|
|
@@ -18258,6 +18259,8 @@ class SpwSearchField {
|
|
|
18258
18259
|
this.viewAllResults = 'Voir plus de résultats';
|
|
18259
18260
|
/** Soumet le formulaire parent au clic sur le lien "voir tous les résultats" */
|
|
18260
18261
|
this.viewAllResultsSubmit = false;
|
|
18262
|
+
/** Indique s'il existe des résultats supplémentaires non affichés (contrôle l'affichage du lien "voir plus de résultats"). Peut être overridée dynamiquement via showViewAllResults() / hideViewAllResults() */
|
|
18263
|
+
this.hasMoreResults = true;
|
|
18261
18264
|
/** Texte à afficher si pas de résultats */
|
|
18262
18265
|
this.noResults = 'Pas de résultats.';
|
|
18263
18266
|
/** Texte à afficher pendant le chargement */
|
|
@@ -18280,6 +18283,7 @@ class SpwSearchField {
|
|
|
18280
18283
|
this.isOpen = false;
|
|
18281
18284
|
this.focusedItemIndex = null;
|
|
18282
18285
|
this.dropdownDirection = 'down';
|
|
18286
|
+
this.showViewAll = true;
|
|
18283
18287
|
this.isSelectingItem = false;
|
|
18284
18288
|
this.handleClickOutside = (event) => {
|
|
18285
18289
|
if (this.isOpen) {
|
|
@@ -18327,6 +18331,10 @@ class SpwSearchField {
|
|
|
18327
18331
|
this.parseItems(this.items);
|
|
18328
18332
|
this.defaultValue = this.value;
|
|
18329
18333
|
this.initializeFromValue(this.value);
|
|
18334
|
+
this.showViewAll = this.hasMoreResults;
|
|
18335
|
+
}
|
|
18336
|
+
handleHasMoreResultsChange(newValue) {
|
|
18337
|
+
this.showViewAll = newValue;
|
|
18330
18338
|
}
|
|
18331
18339
|
componentDidLoad() {
|
|
18332
18340
|
document.addEventListener('click', this.handleClickOutside);
|
|
@@ -18385,6 +18393,14 @@ class SpwSearchField {
|
|
|
18385
18393
|
async getValue() {
|
|
18386
18394
|
return this.value;
|
|
18387
18395
|
}
|
|
18396
|
+
/** Affiche le lien "voir plus de résultats" (override programmatique de la prop hasMoreResults) */
|
|
18397
|
+
async showViewAllResults() {
|
|
18398
|
+
this.showViewAll = true;
|
|
18399
|
+
}
|
|
18400
|
+
/** Masque le lien "voir plus de résultats" (override programmatique de la prop hasMoreResults) */
|
|
18401
|
+
async hideViewAllResults() {
|
|
18402
|
+
this.showViewAll = false;
|
|
18403
|
+
}
|
|
18388
18404
|
handleValueChange(newValue) {
|
|
18389
18405
|
this.initializeFromValue(newValue !== null && newValue !== void 0 ? newValue : '');
|
|
18390
18406
|
this.filterItems();
|
|
@@ -18553,13 +18569,16 @@ class SpwSearchField {
|
|
|
18553
18569
|
};
|
|
18554
18570
|
}
|
|
18555
18571
|
render() {
|
|
18556
|
-
return (hAsync("div", { key: '
|
|
18572
|
+
return (hAsync("div", { key: '060401db34655bb5b3bec93f5b818e6aa7b47102', ref: el => (this.hostElement = el), class: this.elementClass }, this.label && (hAsync("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 _a; return (_a = this.textFieldElement) === null || _a === void 0 ? void 0 : _a.setFocus(); } })), hAsync("div", { key: 'd9e2825baf141cb17c840a00a4affd92a23ae0f5', class: "spw-search-field__container" }, hAsync("spw-text-field", { key: 'c8065e8f6f40a36ffa7787c1f885a2f668f4de4c', ref: el => (this.textFieldElement = el), placeholder: this.placeholder, name: this.name, size: this.size, "is-search": true, "is-clear": true, required: this.required, disabled: this.disabled, assistiveText: this.assistiveText, value: this.searchText, onValueChanged: this.handleValueChanged, onKeyDown: event => this.handleKeyDown(event) }), this.hasSubmitButton && hAsync("button", { key: '44758a902c4dd685990e9fb91761b2f7cee021f4', type: "button", class: "spw-search-field__submit", onClick: this.handleSubmit, "aria-label": "Rechercher" })), this.showDropdown && this.isOpen && !!this.items && (hAsync("div", { key: '1bda0dd7c9d5f8d7a42f58eb94682a6c8365ac1d', class: `spw-search-field__options spw-search-field__options--${this.dropdownDirection}` }, !!this.filteredItems.length && (hAsync("ul", { key: '65d7585bbebc194c70b04abdb0c37fb8f158c3f6' }, this.filteredItems.map((item, index) => (hAsync("li", { class: {
|
|
18557
18573
|
'spw-search-field__option': true,
|
|
18558
18574
|
'spw-search-field__option--focused': index === this.focusedItemIndex,
|
|
18559
|
-
}, onClick: () => this.selectItem(item) }, this.highlightMatch(item.label), " ", item.category && hAsync("span", { class: "spw-search-field__category" }, " - ", item.category)))))), this.isLoading && (hAsync("p", { key: '
|
|
18575
|
+
}, onClick: () => this.selectItem(item) }, this.highlightMatch(item.label), " ", item.category && hAsync("span", { class: "spw-search-field__category" }, " - ", item.category)))))), this.isLoading && (hAsync("p", { key: '6487b6e9d9bb2c69038c600d9fc6cb3fbe4e5239', class: "spw-search-field__loading" }, hAsync("spw-loading", { key: '0be7c015388bc6ea462021e2bed47edf2ffd1a40', text: this.loadingText }))), !this.isLoading && !this.filteredItems.length && hAsync("p", { key: '1c39bb50878da6904512663d95333cade5cb3f46', class: "spw-search-field__no-results" }, this.noResults), !!this.filteredItems.length && this.viewAllResults && this.showViewAll && (hAsync("p", { key: '0cba9739d0e6e208f8bc40b2719ade5d71d864b3', class: "spw-search-field__view-all" }, hAsync("a", { key: '61886707d6e20501fc5d90ee2b1053b9a17b8571', href: this.viewAllResultsLink, onClick: this.viewAllResultsSubmit ? this.handleSubmit : undefined }, this.viewAllResults, " ", hAsync("spw-icon", { key: 'a3f3bd3d26c593511c045f5976a18e055205c494', icon: "fa-arrow-right" }))))))));
|
|
18560
18576
|
}
|
|
18561
18577
|
get el() { return getElement(this); }
|
|
18562
18578
|
static get watchers() { return {
|
|
18579
|
+
"hasMoreResults": [{
|
|
18580
|
+
"handleHasMoreResultsChange": 0
|
|
18581
|
+
}],
|
|
18563
18582
|
"value": [{
|
|
18564
18583
|
"handleValueChange": 0
|
|
18565
18584
|
}],
|
|
@@ -18585,6 +18604,7 @@ class SpwSearchField {
|
|
|
18585
18604
|
"viewAllResults": [1, "view-all-results"],
|
|
18586
18605
|
"viewAllResultsLink": [1, "view-all-results-link"],
|
|
18587
18606
|
"viewAllResultsSubmit": [4, "view-all-results-submit"],
|
|
18607
|
+
"hasMoreResults": [4, "has-more-results"],
|
|
18588
18608
|
"noResults": [1, "no-results"],
|
|
18589
18609
|
"loadingText": [1, "loading-text"],
|
|
18590
18610
|
"hasSubmitButton": [4, "has-submit-button"],
|
|
@@ -18602,9 +18622,12 @@ class SpwSearchField {
|
|
|
18602
18622
|
"isOpen": [32],
|
|
18603
18623
|
"focusedItemIndex": [32],
|
|
18604
18624
|
"dropdownDirection": [32],
|
|
18625
|
+
"showViewAll": [32],
|
|
18605
18626
|
"resetInput": [64],
|
|
18606
18627
|
"setValue": [64],
|
|
18607
|
-
"getValue": [64]
|
|
18628
|
+
"getValue": [64],
|
|
18629
|
+
"showViewAllResults": [64],
|
|
18630
|
+
"hideViewAllResults": [64]
|
|
18608
18631
|
},
|
|
18609
18632
|
"$listeners$": undefined,
|
|
18610
18633
|
"$lazyBundleId$": "-",
|
|
@@ -22241,14 +22264,18 @@ class SpwThemeProvider {
|
|
|
22241
22264
|
}; }
|
|
22242
22265
|
}
|
|
22243
22266
|
|
|
22244
|
-
const spwTileCss = () => `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}.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--big,.spw-tile--light{position:relative;padding-top:calc(70% - 12px);
|
|
22267
|
+
const spwTileCss = () => `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}`;
|
|
22245
22268
|
|
|
22246
22269
|
class SpwTile {
|
|
22247
22270
|
constructor(hostRef) {
|
|
22248
22271
|
registerInstance(this, hostRef);
|
|
22249
22272
|
/** Type de variante de tuile */
|
|
22250
22273
|
this.variant = 'light';
|
|
22251
|
-
/**
|
|
22274
|
+
/** Surface sur laquelle la tuile est posée (uniquement valable pour le variant "icon" — adapte les couleurs du titre, de la description et de l'icône slottée). */
|
|
22275
|
+
this.surface = 'light';
|
|
22276
|
+
/** Couleur de fond de la tuile. Accepte toute valeur CSS valide (variable CSS, hexadécimal, rgba, etc.). Transparent par défaut. */
|
|
22277
|
+
this.background = 'transparent';
|
|
22278
|
+
/** Variante de hauteur de la tuile. Pour le variant "icon", "landscape" garde le comportement compact par défaut ; "square" et "portrait" appliquent un ratio fixe. */
|
|
22252
22279
|
this.height = 'landscape';
|
|
22253
22280
|
/** Attribut target, s'applique uniquement si href est rempli */
|
|
22254
22281
|
this.target = '_self';
|
|
@@ -22265,12 +22292,20 @@ class SpwTile {
|
|
|
22265
22292
|
}
|
|
22266
22293
|
applyVariantToChildren() {
|
|
22267
22294
|
const variantClass = `--${this.variant}`;
|
|
22295
|
+
const surfaceLightClass = '--surface-light';
|
|
22296
|
+
const surfaceDarkClass = '--surface-dark';
|
|
22268
22297
|
const titleElement = this.el.querySelector('spw-tile-title');
|
|
22269
22298
|
const descriptionElement = this.el.querySelector('spw-tile-description');
|
|
22270
|
-
|
|
22299
|
+
if (titleElement) {
|
|
22300
|
+
titleElement.classList.add(variantClass);
|
|
22301
|
+
titleElement.classList.toggle(surfaceDarkClass, this.surface === 'dark');
|
|
22302
|
+
titleElement.classList.toggle(surfaceLightClass, this.surface !== 'dark');
|
|
22303
|
+
}
|
|
22271
22304
|
if (descriptionElement) {
|
|
22272
22305
|
descriptionElement.classList.add(variantClass);
|
|
22273
22306
|
descriptionElement.classList.toggle('--reveal-on-hover', this.revealDescription && (this.variant === 'light' || this.variant === 'big'));
|
|
22307
|
+
descriptionElement.classList.toggle(surfaceDarkClass, this.surface === 'dark');
|
|
22308
|
+
descriptionElement.classList.toggle(surfaceLightClass, this.surface !== 'dark');
|
|
22274
22309
|
}
|
|
22275
22310
|
}
|
|
22276
22311
|
get elementClass() {
|
|
@@ -22278,6 +22313,7 @@ class SpwTile {
|
|
|
22278
22313
|
'spw-tile': true,
|
|
22279
22314
|
'spw-tile--hoverable': !!this.href,
|
|
22280
22315
|
[`spw-tile--${this.variant}`]: true,
|
|
22316
|
+
[`spw-tile--surface-${this.surface}`]: true,
|
|
22281
22317
|
[`spw-tile--height-${this.height}`]: true,
|
|
22282
22318
|
'spw-tile--reveal-description': this.revealDescription && (this.variant === 'light' || this.variant === 'big'),
|
|
22283
22319
|
};
|
|
@@ -22307,7 +22343,7 @@ class SpwTile {
|
|
|
22307
22343
|
href,
|
|
22308
22344
|
target,
|
|
22309
22345
|
};
|
|
22310
|
-
return (hAsync(Host, { key: '
|
|
22346
|
+
return (hAsync(Host, { key: '30914609d9abde8e0c539d71548ba8593925cca7' }, hAsync(TagType, Object.assign({ key: 'ad190c69b3d66ef6fb3d52f8b2127db32ba408cc' }, attrs, { class: this.elementClass, style: { background: this.background } }), this.imageSrc && (this.variant === 'big' || this.variant === 'light') && (hAsync(Fragment, { key: 'a92362bf9c8e4b835b4601db20effab7cfa56a4c' }, hAsync("img", { key: '1ee8bf2285d97b614712f14fbd5fbdd5632ddee8', src: this.imageSrc, alt: this.imageAlt, class: "spw-tile__image" }))), hAsync("div", { key: '2b5ce972140a0fb4aee410b0500b49e64d904aa9', class: "spw-tile__content" }, (this.variant === 'big' || this.variant === 'light') && hAsync("div", { key: 'ad4e6e529fb93c995f5ba37b636bf39e3a98da2c', class: "spw-tile__overlay" }), hAsync("div", { key: '5c9da07938380d6faff1ce3da6f732a9f1a2c00d', class: "spw-tile__content-inner" }, hAsync("slot", { key: '8ea1866518944c92fc16f478c555aafaa63b0164' })), this.href && this.variant === 'big' && (hAsync("span", { key: '2e852799e4674d802c85500c7559abf586357573', class: "spw-tile__button" }, hAsync("spw-icon", { key: 'ab051ba109f5d6e20e67b22c7d40a05a639b6c65', icon: "fa-chevron-right" })))))));
|
|
22311
22347
|
}
|
|
22312
22348
|
get el() { return getElement(this); }
|
|
22313
22349
|
static get style() { return spwTileCss(); }
|
|
@@ -22316,6 +22352,8 @@ class SpwTile {
|
|
|
22316
22352
|
"$tagName$": "spw-tile",
|
|
22317
22353
|
"$members$": {
|
|
22318
22354
|
"variant": [1],
|
|
22355
|
+
"surface": [1],
|
|
22356
|
+
"background": [1],
|
|
22319
22357
|
"height": [1],
|
|
22320
22358
|
"href": [1],
|
|
22321
22359
|
"target": [1],
|
|
@@ -22329,7 +22367,7 @@ class SpwTile {
|
|
|
22329
22367
|
}; }
|
|
22330
22368
|
}
|
|
22331
22369
|
|
|
22332
|
-
const spwTileDescriptionCss = () => `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}`;
|
|
22370
|
+
const spwTileDescriptionCss = () => `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}`;
|
|
22333
22371
|
|
|
22334
22372
|
class SpwTileDescription {
|
|
22335
22373
|
constructor(hostRef) {
|
|
@@ -22349,7 +22387,7 @@ class SpwTileDescription {
|
|
|
22349
22387
|
}; }
|
|
22350
22388
|
}
|
|
22351
22389
|
|
|
22352
|
-
const spwTileTitleCss = () => `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.
|
|
22390
|
+
const spwTileTitleCss = () => `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}`;
|
|
22353
22391
|
|
|
22354
22392
|
class SpwTileTitle {
|
|
22355
22393
|
constructor(hostRef) {
|
|
@@ -22798,7 +22836,7 @@ class SpwTocContainer {
|
|
|
22798
22836
|
constructor(hostRef) {
|
|
22799
22837
|
registerInstance(this, hostRef);
|
|
22800
22838
|
this.tocItemsChanged = createEvent(this, "tocItemsChanged", 7);
|
|
22801
|
-
/** Profondeur maximale des headings à scanner. Ex: "h3" scanne h2 et h3, "h4" scanne h2, h3 et h4. Par défaut tous les niveaux jusqu'à h6. */
|
|
22839
|
+
/** Profondeur maximale des headings à scanner. Ex: "h3" scanne h2 et h3, "h4" scanne h2, h3 et h4. Par défaut tous les niveaux jusqu'à h6. Peut également être définie sur spw-toc-navigation (dans ce cas, la valeur est propagée automatiquement à ce container). */
|
|
22802
22840
|
this.depth = 'h6';
|
|
22803
22841
|
}
|
|
22804
22842
|
async componentDidLoad() {
|
|
@@ -22918,7 +22956,7 @@ class SpwTocContainer {
|
|
|
22918
22956
|
return tocItems;
|
|
22919
22957
|
}
|
|
22920
22958
|
render() {
|
|
22921
|
-
return (hAsync(Host, { key: '
|
|
22959
|
+
return (hAsync(Host, { key: '9dabdebfec120849a633d4e2645503053d3b6b50' }, hAsync("slot", { key: 'bfd6165ac2c5f5ddbfda7873dd010c050ee40ecf' })));
|
|
22922
22960
|
}
|
|
22923
22961
|
get el() { return getElement(this); }
|
|
22924
22962
|
static get watchers() { return {
|
|
@@ -22931,7 +22969,7 @@ class SpwTocContainer {
|
|
|
22931
22969
|
"$flags$": 260,
|
|
22932
22970
|
"$tagName$": "spw-toc-container",
|
|
22933
22971
|
"$members$": {
|
|
22934
|
-
"depth": [
|
|
22972
|
+
"depth": [1025],
|
|
22935
22973
|
"getItems": [64]
|
|
22936
22974
|
},
|
|
22937
22975
|
"$listeners$": undefined,
|
|
@@ -22955,10 +22993,25 @@ class SpwTocNavigation {
|
|
|
22955
22993
|
this.h2Distances = new Map();
|
|
22956
22994
|
}
|
|
22957
22995
|
async componentDidLoad() {
|
|
22996
|
+
this.propagateDepthToContainer();
|
|
22958
22997
|
await this.loadItems();
|
|
22959
22998
|
this.setupIntersectionObserver();
|
|
22960
22999
|
this.setupScrollHandler();
|
|
22961
23000
|
}
|
|
23001
|
+
depthChanged() {
|
|
23002
|
+
this.propagateDepthToContainer();
|
|
23003
|
+
}
|
|
23004
|
+
propagateDepthToContainer() {
|
|
23005
|
+
if (!this.depth)
|
|
23006
|
+
return;
|
|
23007
|
+
const tocWrapper = this.el.closest('spw-toc');
|
|
23008
|
+
if (!tocWrapper)
|
|
23009
|
+
return;
|
|
23010
|
+
const container = tocWrapper.querySelector('spw-toc-container');
|
|
23011
|
+
if (container) {
|
|
23012
|
+
container.depth = this.depth;
|
|
23013
|
+
}
|
|
23014
|
+
}
|
|
22962
23015
|
componentDidRender() {
|
|
22963
23016
|
this.recalculateH2Distances();
|
|
22964
23017
|
}
|
|
@@ -23274,12 +23327,18 @@ class SpwTocNavigation {
|
|
|
23274
23327
|
})))));
|
|
23275
23328
|
}
|
|
23276
23329
|
get el() { return getElement(this); }
|
|
23330
|
+
static get watchers() { return {
|
|
23331
|
+
"depth": [{
|
|
23332
|
+
"depthChanged": 0
|
|
23333
|
+
}]
|
|
23334
|
+
}; }
|
|
23277
23335
|
static get style() { return spwTocNavigationCss(); }
|
|
23278
23336
|
static get cmpMeta() { return {
|
|
23279
23337
|
"$flags$": 0,
|
|
23280
23338
|
"$tagName$": "spw-toc-navigation",
|
|
23281
23339
|
"$members$": {
|
|
23282
23340
|
"variant": [1],
|
|
23341
|
+
"depth": [1],
|
|
23283
23342
|
"items": [32],
|
|
23284
23343
|
"currentItemIndex": [32],
|
|
23285
23344
|
"currentH2Index": [32],
|
|
@@ -23446,12 +23505,14 @@ class SpwTooltip {
|
|
|
23446
23505
|
}; }
|
|
23447
23506
|
}
|
|
23448
23507
|
|
|
23449
|
-
const spwTopbarCss = () => `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;
|
|
23508
|
+
const spwTopbarCss = () => `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}}`;
|
|
23450
23509
|
|
|
23451
23510
|
class SpwTopbar {
|
|
23452
23511
|
constructor(hostRef) {
|
|
23453
23512
|
registerInstance(this, hostRef);
|
|
23454
23513
|
this.logoClick = createEvent(this, "logoClick", 7);
|
|
23514
|
+
/** Code hexadécimal (ou toute valeur CSS de couleur) de la bordure sous le nom du site */
|
|
23515
|
+
this.borderColor = '';
|
|
23455
23516
|
/** Présence ou non du logo Wallonie en haut à gauche */
|
|
23456
23517
|
this.hasWallonieLogo = true;
|
|
23457
23518
|
/** Lien qui renvoie vers la homepage */
|
|
@@ -23472,7 +23533,7 @@ class SpwTopbar {
|
|
|
23472
23533
|
}
|
|
23473
23534
|
}
|
|
23474
23535
|
render() {
|
|
23475
|
-
return (hAsync(Host, { key: '72cd979fbcd01654f8d69d48c0954d83809bd07e' }, hAsync("header", { key: 'b71736525247a329e915cb9ca8a190495a72783c', class: "spw-topbar" }, hAsync("div", { key: '92191465d7c58fdfb7eadf5d33a421c457f1fd29', class: "spw-topbar__logo" }, hAsync("a", { key: '9fa7e2d43efe824644379dd2ff0714e0b9e071f7', href: this.homepageLink, class: "spw-topbar__logo-link", onClick: (event) => this.handleLogoClick(event) }, this.hasWallonieLogo && (hAsync("svg", { key: '76950be9386546d7fabaa409d42c33e00eae9d5d', class: "spw-topbar__logo-icon", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("g", { key: '50fb2513825b95b74853095d870c4b8aad6f0a73', "clip-path": "url(#clip0_5933_3761)" }, hAsync("path", { key: 'b6b9d00755b9443dbc2dfb412503b7e3ec89b625', 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" })))), hAsync("slot", { key: '60e91f1b07f79c6d22599573bc192071b397b7bc', name: "logo" }), this.siteTitle && hAsync("span", { key: 'a6b9e04477da689de5dd51c59da4a9bb3c0c7f7b', class: "spw-topbar__site-title" }, this.siteTitle)), hAsync("div", { key: 'bbc9bea4ecdd6cddab6c399db98d309af64cfda9', class: "spw-topbar__title" }, hAsync("slot", { key: '59f17e5b20760f51dca763cf8712ca0eb6731651', name: "baseline" })), hAsync("slot", { key: '9355a348a79bc50bf54e14ecbdc49d05b5686143' })), hAsync("div", { key: 'efc33ba84429429650e63f74900388272f047d47', class: "spw-topbar__right" }, hAsync("slot", { key: 'cf4da3223915118e32624d6fbc0f0a4c58fda79b', name: "right" })))));
|
|
23536
|
+
return (hAsync(Host, { key: '9bdbd5b8b0a1dff786ab6ef432cee46e2fc65cab' }, hAsync("header", { key: '90f8b1562d7f14e6cde8b374c65160e12e64b472', class: "spw-topbar" }, hAsync("div", { key: '8aaa24e65d8bd6a050a146a2088141c67641c5f9', class: "spw-topbar__logo" }, hAsync("a", { key: 'cfaaab3339211ae158604b7e2527a18ef729ba2f', href: this.homepageLink, class: "spw-topbar__logo-link", onClick: event => this.handleLogoClick(event) }, this.hasWallonieLogo && (hAsync("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" }, hAsync("g", { key: '8466c7a5fd12a7f724415cd171d210c296a216c6', "clip-path": "url(#clip0_5933_3761)" }, hAsync("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" })))), hAsync("slot", { key: 'b53c6b17457b5f67e7ac61568758a74bdc787817', name: "logo" }), this.siteTitle && hAsync("span", { key: '725fe936382b6e5723249e08000db15470774ab6', class: "spw-topbar__site-title" }, this.siteTitle), this.borderColor && hAsync("span", { key: 'bba1955484b83370febc2dfc79d5dd0087ef00bf', class: "spw-topbar__title-border", style: { backgroundColor: this.borderColor } })), hAsync("div", { key: 'c665e1597780ffa6f60bbff93b24eb295aedd14c', class: "spw-topbar__title" }, hAsync("slot", { key: '75dbb55d5e457eaeb16d007ba23992f4a078913f', name: "baseline" })), hAsync("slot", { key: 'd201997e99ff88eab23774e9be174ff3be2bb68c' })), hAsync("div", { key: 'b8ff6f8c4ef3c9edf9fbfb38f93a8c302fc42910', class: "spw-topbar__right" }, hAsync("slot", { key: 'e00d14fdbb1ef85e713b9a0d944512125e598b98', name: "right" }), hAsync("slot", { key: '84f6a61502b5aa173d8373e5c5133046c3253855', name: "right-mobile" })))));
|
|
23476
23537
|
}
|
|
23477
23538
|
static get style() { return spwTopbarCss(); }
|
|
23478
23539
|
static get cmpMeta() { return {
|
|
@@ -23480,6 +23541,7 @@ class SpwTopbar {
|
|
|
23480
23541
|
"$tagName$": "spw-topbar",
|
|
23481
23542
|
"$members$": {
|
|
23482
23543
|
"siteTitle": [1, "site-title"],
|
|
23544
|
+
"borderColor": [1, "border-color"],
|
|
23483
23545
|
"hasWallonieLogo": [4, "has-wallonie-logo"],
|
|
23484
23546
|
"homepageLink": [1, "homepage-link"],
|
|
23485
23547
|
"emitLogoClick": [4, "emit-logo-click"]
|
|
@@ -23568,7 +23630,7 @@ class SpwWizard {
|
|
|
23568
23630
|
};
|
|
23569
23631
|
}
|
|
23570
23632
|
render() {
|
|
23571
|
-
return (hAsync(Host, { key: '
|
|
23633
|
+
return (hAsync(Host, { key: '07c1d46d67b5b633c47d874fb185f629b30be2fe' }, hAsync("div", { key: '192c2805b20f3924003b8e4c703b5f9cbe08c067', class: this.elementClass }, hAsync("slot", { key: 'bfd464b5f1213b192f252d53a93eaf24e964bfd4' }))));
|
|
23572
23634
|
}
|
|
23573
23635
|
get el() { return getElement(this); }
|
|
23574
23636
|
static get style() { return spwWizardCss(); }
|
|
@@ -23638,7 +23700,7 @@ class SpwWizardItem {
|
|
|
23638
23700
|
}
|
|
23639
23701
|
render() {
|
|
23640
23702
|
const showConnector = this.isLast === 'false';
|
|
23641
|
-
return (hAsync(Host, { key: '
|
|
23703
|
+
return (hAsync(Host, { key: '823b0a60bcebea99d2230acc4398f2ba2fa72439' }, hAsync("div", { key: 'e2eb1bbebe28b3472e05b78c7053c0e1d0e258a7', class: this.elementClass, onClick: this.handleClick }, hAsync("div", { key: '3ad0471748874dcc6ccc5fd5b33088fc6e00554d', class: "spw-wizard-item__step" }, hAsync("div", { key: '125c349e885de823eb54111c05c5433dc7695532', class: "spw-wizard-item__icon" }, this.renderIcon()), showConnector && hAsync("div", { key: 'fbe54d8adc1df67dec07919b8af6d34a239afb7c', class: "spw-wizard-item__connector" })), hAsync("div", { key: 'f80211b38a05a1fbd23afae8a15d2287aff1ea5f', class: "spw-wizard-item__content" }, this.label && hAsync("div", { key: '9cde8fdefeae446f401588dc17bc79c7d0c94b59', class: "spw-wizard-item__label" }, this.label), this.description && hAsync("div", { key: 'f32552d4a0f3c48c6948a3fe834a3869d1c8c166', class: "spw-wizard-item__description" }, this.description), this.additionalInfo && hAsync("div", { key: '61d41a02a2b1b9e6fc6a5c452e0ea030138c08ce', class: "spw-wizard-item__additional-info" }, this.additionalInfo)))));
|
|
23642
23704
|
}
|
|
23643
23705
|
static get style() { return spwWizardItemCss(); }
|
|
23644
23706
|
static get cmpMeta() { return {
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
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.height="landscape",this.target="_self",this.imageAlt="",this.revealDescription=!0}componentDidLoad(){this.applyVariantToChildren()}slotChanged(){this.applyVariantToChildren()}applyVariantToChildren(){const t=`--${this.variant}`,e=this.el.querySelector("spw-tile-title"),i=this.el.querySelector("spw-tile-description");e&&e.classList.add(t),i&&(i.classList.add(t),i.classList.toggle("--reveal-on-hover",this.revealDescription&&("light"===this.variant||"big"===this.variant)))}get elementClass(){return{"spw-tile":!0,"spw-tile--hoverable":!!this.href,[`spw-tile--${this.variant}`]:!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:"47d126723548d4e61eb62c45bc54df8f5640e04b"},e(o,Object.assign({key:"6db6092e45a6fff706a0ebb09e5b28b0b64d711d"},"div"===o?{}:{href:t,target:n},{class:this.elementClass}),this.imageSrc&&("big"===this.variant||"light"===this.variant)&&e(i,{key:"ae87a702acf8af7b257cb264e298415bc9e905a0"},e("img",{key:"37326948d66ab97d957e6b4d9c400849fc185a3b",src:this.imageSrc,alt:this.imageAlt,class:"spw-tile__image"})),e("div",{key:"445e2ea0648de8dc8d1f0ed9005ee1dc03495446",class:"spw-tile__content"},("big"===this.variant||"light"===this.variant)&&e("div",{key:"750f9ab2f21b3391498c169fa887b015a1bee9b8",class:"spw-tile__overlay"}),e("div",{key:"a335517b65ed3f4fc4e193171f24a0157ee270c6",class:"spw-tile__content-inner"},e("slot",{key:"18e841ecae0d9925db3d53613c7bdf76ded3505c"})),this.href&&"big"===this.variant&&e("span",{key:"26fc0265dd0d721691264b117435fe15dc730e07",class:"spw-tile__button"},e("spw-icon",{key:"aa387116c58abd58e3b9c701a6faf630dd420acc",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}.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--big,.spw-tile--light{position:relative;padding-top:calc(70% - 12px);border-radius:6px;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--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)}';export{o as spw_tile}
|