@antistatique/leckerli 1.2.3 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -3
- package/README.md +20 -17
- package/dist/assets/leckerli-gtm.min.js +1 -1
- package/dist/assets/leckerli.min.js +2 -2
- package/doc/GTM_INTEGRATION.md +2 -1
- package/doc/gtm-tag-template.js +7 -3
- package/doc/gtm-tag-template.tpl +104 -4
- package/package.json +1 -1
- package/src/components/Settings.tsx +41 -3
- package/src/defaultSettings.ts +2 -0
- package/src/hooks/useSettings.ts +2 -6
- package/src/types/settings.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,10 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
-
## [1.2.
|
|
10
|
-
|
|
9
|
+
## [1.2.5] - 2025-08-29
|
|
10
|
+
### Added
|
|
11
|
+
- Support GTM consent v2 (thanks to @francoisbruneau).
|
|
12
|
+
- Doc for customiseDescription string.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Use expires setting value to set cookie (#8).
|
|
16
|
+
- Fix issue on reduce config in GTM javascript environment (#19).
|
|
11
17
|
|
|
18
|
+
## [1.2.4] - 2023-11-30
|
|
12
19
|
### Added
|
|
20
|
+
- Add new optional description for the Settings panel
|
|
21
|
+
|
|
22
|
+
## [1.2.3] - 2023-10-11
|
|
23
|
+
### Added
|
|
24
|
+
- Add documentation for i18n (first approach)
|
|
13
25
|
- Add classes to override default settings banner style
|
|
14
26
|
|
|
15
27
|
## [1.2.1] - 2023-09-25
|
|
@@ -75,7 +87,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
75
87
|
### Added
|
|
76
88
|
- First POC
|
|
77
89
|
|
|
78
|
-
[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.2.
|
|
90
|
+
[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.2.5...HEAD
|
|
91
|
+
[1.2.5]: https://github.com/antistatique/leckerli/compare/v1.2.4...v1.2.5
|
|
92
|
+
[1.2.4]: https://github.com/antistatique/leckerli/compare/v1.2.3...v1.2.4
|
|
79
93
|
[1.2.3]: https://github.com/antistatique/leckerli/compare/v1.2.1...v1.2.3
|
|
80
94
|
[1.2.1]: https://github.com/antistatique/leckerli/compare/v1.2.0...v1.2.1
|
|
81
95
|
[1.2.0]: https://github.com/antistatique/leckerli/compare/v1.1.1...v1.2.0
|
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ It's the `domain` of your cookie, by default the current website (`window.locati
|
|
|
62
62
|
|
|
63
63
|
### expires
|
|
64
64
|
|
|
65
|
-
It's the `expires` of your cookie, by default it is set for
|
|
65
|
+
It's the `expires` of your cookie, by default it is set for 92 days (3 months) from the current day. It should be a number of days.
|
|
66
66
|
|
|
67
67
|
### banner
|
|
68
68
|
|
|
@@ -77,15 +77,16 @@ window.leckerliSettings = {
|
|
|
77
77
|
accept: 'Accept all',
|
|
78
78
|
reject: 'Deny',
|
|
79
79
|
customise: 'Customize',
|
|
80
|
+
customiseDescription: '',
|
|
80
81
|
save: 'Save'
|
|
81
82
|
},
|
|
82
83
|
//...
|
|
83
84
|
}
|
|
84
85
|
```
|
|
85
86
|
|
|
86
|
-
if the `title` or `
|
|
87
|
+
if the `title`, `description` or `customiseDescription` are not provided, they won't be shown.
|
|
87
88
|
|
|
88
|
-
The `description` can contain markup in a restricted way: only the following tags are allowed:
|
|
89
|
+
The `description` and `customizeDescription` can contain markup in a restricted way: only the following tags are allowed:
|
|
89
90
|
|
|
90
91
|
```ts
|
|
91
92
|
const allowedTags = [
|
|
@@ -169,6 +170,7 @@ You could have something like:
|
|
|
169
170
|
accept: 'Accepter tout',
|
|
170
171
|
reject: 'Tout rejeter',
|
|
171
172
|
customise: 'Personnaliser',
|
|
173
|
+
customiseDescription: 'Vous pouvez ajuster vos préférences en acceptant ou refusant chaque catégorie de cookies utilisée sur ce site.',
|
|
172
174
|
save: 'Sauvegarder',
|
|
173
175
|
settings: [
|
|
174
176
|
{
|
|
@@ -264,20 +266,21 @@ You can theme Leckerli with the following CSS custom properties (variables):
|
|
|
264
266
|
|
|
265
267
|
To override any other style, you can use the following classes:
|
|
266
268
|
|
|
267
|
-
| Class
|
|
268
|
-
|
|
269
|
-
| `.banner-wrapper`
|
|
270
|
-
| `.banner-title`
|
|
271
|
-
| `.banner-description`
|
|
272
|
-
| `.banner-btns`
|
|
273
|
-
| `.banner-btn-customise`
|
|
274
|
-
| `.banner-btn-accept`
|
|
275
|
-
| `.banner-btn-reject`
|
|
276
|
-
| `.banner-settings-title`
|
|
277
|
-
| `.banner-settings-
|
|
278
|
-
| `.banner-settings-
|
|
279
|
-
| `.banner-settings-
|
|
280
|
-
| `.banner-settings-
|
|
269
|
+
| Class | Description |
|
|
270
|
+
|----------------------------------------|--------------------------------------------------------|
|
|
271
|
+
| `.banner-wrapper` | Override the banner display style |
|
|
272
|
+
| `.banner-title` | Override the title style |
|
|
273
|
+
| `.banner-description` | Override the description style |
|
|
274
|
+
| `.banner-btns` | Override the buttons display style |
|
|
275
|
+
| `.banner-btn-customise` | Override the customize button style |
|
|
276
|
+
| `.banner-btn-accept` | Override the accept button style |
|
|
277
|
+
| `.banner-btn-reject` | Override the reject button style |
|
|
278
|
+
| `.banner-settings-title` | Override the custom settings title style |
|
|
279
|
+
| `.banner-settings-general-description` | Override the custom settings general description style |
|
|
280
|
+
| `.banner-settings-toggle` | Override the custom settings toggle button style |
|
|
281
|
+
| `.banner-settings-description` | Override the custom settings description style |
|
|
282
|
+
| `.banner-settings-save` | Override the custom settings save button style |
|
|
283
|
+
| `.banner-settings-close` | Override the custom settings close button style |
|
|
281
284
|
|
|
282
285
|
## 🧑💻 Contribute
|
|
283
286
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(){"use strict";if(window.leckerliSettings.enableGtmAutoLoad){const e=document.createElement("link");e.rel="stylesheet",e.href="//www.unpkg.com/@antistatique/leckerli@1.2.
|
|
1
|
+
!function(){"use strict";if(window.leckerliSettings.enableGtmAutoLoad){const e=document.createElement("link");e.rel="stylesheet",e.href="//www.unpkg.com/@antistatique/leckerli@1.2.5/dist/assets/leckerli.min.css",document.head.appendChild(e)}if(window.leckerliSettings.enableGtmAutoLoad){const e=document.createElement("script");e.src="//www.unpkg.com/@antistatique/leckerli@1.2.5/dist/assets/leckerli.min.js",document.body.appendChild(e)}document.addEventListener("leckerli:permissions-updated",(e=>{window.leckerliGTMUpdate(e.detail.cookie)}))}();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(){"use strict";var e,t,n,r,o,i,a,l,c={},u=[],s=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,f=Array.isArray;function _(e,t){for(var n in t)e[n]=t[n];return e}function p(e){var t=e.parentNode;t&&t.removeChild(e)}function d(t,n,r){var o,i,a,l={};for(a in n)"key"==a?o=n[a]:"ref"==a?i=n[a]:l[a]=n[a];if(arguments.length>2&&(l.children=arguments.length>3?e.call(arguments,2):r),"function"==typeof t&&null!=t.defaultProps)for(a in t.defaultProps)void 0===l[a]&&(l[a]=t.defaultProps[a]);return m(t,l,o,i,null)}function m(e,r,o,i,a){var l={type:e,props:r,key:o,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==a?++n:a};return null==a&&null!=t.vnode&&t.vnode(l),l}function h(){return{current:null}}function y(e){return e.children}function v(e,t){this.props=e,this.context=t}function g(e,t){if(null==t)return e.__?g(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?g(e):null}function b(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return b(e)}}function E(e){(!e.__d&&(e.__d=!0)&&r.push(e)&&!k.__r++||o!==t.debounceRendering)&&((o=t.debounceRendering)||i)(k)}function k(){var e,t,n,o,i,l,c,u,s;for(r.sort(a);e=r.shift();)e.__d&&(t=r.length,o=void 0,i=void 0,l=void 0,u=(c=(n=e).__v).__e,(s=n.__P)&&(o=[],i=[],(l=_({},c)).__v=c.__v+1,D(s,c,l,n.__n,void 0!==s.ownerSVGElement,null!=c.__h?[u]:null,o,null==u?g(c):u,c.__h,i),L(o,c,i),c.__e!=u&&b(c)),r.length>t&&r.sort(a));k.__r=0}function S(e,t,n,r,o,i,a,l,s,_,p){var d,h,v,b,E,k,S,x,w,C=0,O=r&&r.__k||u,R=O.length,L=R,P=t.length;for(n.__k=[],d=0;d<P;d++)null!=(b=n.__k[d]=null==(b=t[d])||"boolean"==typeof b||"function"==typeof b?null:"string"==typeof b||"number"==typeof b||"bigint"==typeof b?m(null,b,null,null,b):f(b)?m(y,{children:b},null,null,null):b.__b>0?m(b.type,b.props,b.key,b.ref?b.ref:null,b.__v):b)?(b.__=n,b.__b=n.__b+1,-1===(x=N(b,O,S=d+C,L))?v=c:(v=O[x]||c,O[x]=void 0,L--),D(e,b,v,o,i,a,l,s,_,p),E=b.__e,(h=b.ref)&&v.ref!=h&&(v.ref&&M(v.ref,null,b),p.push(h,b.__c||E,b)),null!=E&&(null==k&&(k=E),(w=v===c||null===v.__v)?-1==x&&C--:x!==S&&(x===S+1?C++:x>S?L>P-S?C+=x-S:C--:C=x<S&&x==S-1?x-S:0),S=d+C,"function"!=typeof b.type||x===S&&v.__k!==b.__k?"function"==typeof b.type||x===S&&!w?void 0!==b.__d?(s=b.__d,b.__d=void 0):s=E.nextSibling:s=A(e,E,s):s=T(b,s,e),"function"==typeof n.type&&(n.__d=s))):(v=O[d])&&null==v.key&&v.__e&&(v.__e==s&&(s=g(v)),I(v,v,!1),O[d]=null);for(n.__e=k,d=R;d--;)null!=O[d]&&("function"==typeof n.type&&null!=O[d].__e&&O[d].__e==n.__d&&(n.__d=O[d].__e.nextSibling),I(O[d],O[d]))}function T(e,t,n){for(var r,o=e.__k,i=0;o&&i<o.length;i++)(r=o[i])&&(r.__=e,t="function"==typeof r.type?T(r,t,n):A(n,r.__e,t));return t}function x(e,t){return t=t||[],null==e||"boolean"==typeof e||(f(e)?e.some((function(e){x(e,t)})):t.push(e)),t}function A(e,t,n){return null==n||n.parentNode!==e?e.insertBefore(t,null):t==n&&null!=t.parentNode||e.insertBefore(t,n),t.nextSibling}function N(e,t,n,r){var o=e.key,i=e.type,a=n-1,l=n+1,c=t[n];if(null===c||c&&o==c.key&&i===c.type)return n;if(r>(null!=c?1:0))for(;a>=0||l<t.length;){if(a>=0){if((c=t[a])&&o==c.key&&i===c.type)return a;a--}if(l<t.length){if((c=t[l])&&o==c.key&&i===c.type)return l;l++}}return-1}function w(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||s.test(t)?n:n+"px"}function C(e,t,n,r,o){var i;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||w(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||w(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])i=t!==(t=t.replace(/(PointerCapture)$|Capture$/,"$1")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+i]=n,n?r||e.addEventListener(t,i?R:O,i):e.removeEventListener(t,i?R:O,i);else if("dangerouslySetInnerHTML"!==t){if(o)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&"rowSpan"!==t&&"colSpan"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}}function O(e){return this.l[e.type+!1](t.event?t.event(e):e)}function R(e){return this.l[e.type+!0](t.event?t.event(e):e)}function D(n,r,o,i,a,l,u,s,d,m){var h,b,E,k,T,x,A,N,w,O,R,D,L,M,I,U=r.type;if(void 0!==r.constructor)return null;null!=o.__h&&(d=o.__h,s=r.__e=o.__e,r.__h=null,l=[s]),(h=t.__b)&&h(r);e:if("function"==typeof U)try{if(N=r.props,w=(h=U.contextType)&&i[h.__c],O=h?w?w.props.value:h.__:i,o.__c?A=(b=r.__c=o.__c).__=b.__E:("prototype"in U&&U.prototype.render?r.__c=b=new U(N,O):(r.__c=b=new v(N,O),b.constructor=U,b.render=P),w&&w.sub(b),b.props=N,b.state||(b.state={}),b.context=O,b.__n=i,E=b.__d=!0,b.__h=[],b._sb=[]),null==b.__s&&(b.__s=b.state),null!=U.getDerivedStateFromProps&&(b.__s==b.state&&(b.__s=_({},b.__s)),_(b.__s,U.getDerivedStateFromProps(N,b.__s))),k=b.props,T=b.state,b.__v=r,E)null==U.getDerivedStateFromProps&&null!=b.componentWillMount&&b.componentWillMount(),null!=b.componentDidMount&&b.__h.push(b.componentDidMount);else{if(null==U.getDerivedStateFromProps&&N!==k&&null!=b.componentWillReceiveProps&&b.componentWillReceiveProps(N,O),!b.__e&&(null!=b.shouldComponentUpdate&&!1===b.shouldComponentUpdate(N,b.__s,O)||r.__v===o.__v)){for(r.__v!==o.__v&&(b.props=N,b.state=b.__s,b.__d=!1),r.__e=o.__e,r.__k=o.__k,r.__k.forEach((function(e){e&&(e.__=r)})),R=0;R<b._sb.length;R++)b.__h.push(b._sb[R]);b._sb=[],b.__h.length&&u.push(b);break e}null!=b.componentWillUpdate&&b.componentWillUpdate(N,b.__s,O),null!=b.componentDidUpdate&&b.__h.push((function(){b.componentDidUpdate(k,T,x)}))}if(b.context=O,b.props=N,b.__P=n,b.__e=!1,D=t.__r,L=0,"prototype"in U&&U.prototype.render){for(b.state=b.__s,b.__d=!1,D&&D(r),h=b.render(b.props,b.state,b.context),M=0;M<b._sb.length;M++)b.__h.push(b._sb[M]);b._sb=[]}else do{b.__d=!1,D&&D(r),h=b.render(b.props,b.state,b.context),b.state=b.__s}while(b.__d&&++L<25);b.state=b.__s,null!=b.getChildContext&&(i=_(_({},i),b.getChildContext())),E||null==b.getSnapshotBeforeUpdate||(x=b.getSnapshotBeforeUpdate(k,T)),S(n,f(I=null!=h&&h.type===y&&null==h.key?h.props.children:h)?I:[I],r,o,i,a,l,u,s,d,m),b.base=r.__e,r.__h=null,b.__h.length&&u.push(b),A&&(b.__E=b.__=null)}catch(n){r.__v=null,(d||null!=l)&&(r.__e=s,r.__h=!!d,l[l.indexOf(s)]=null),t.__e(n,r,o)}else null==l&&r.__v===o.__v?(r.__k=o.__k,r.__e=o.__e):r.__e=function(t,n,r,o,i,a,l,u,s){var _,d,m,h=r.props,y=n.props,v=n.type,b=0;if("svg"===v&&(i=!0),null!=a)for(;b<a.length;b++)if((_=a[b])&&"setAttribute"in _==!!v&&(v?_.localName===v:3===_.nodeType)){t=_,a[b]=null;break}if(null==t){if(null===v)return document.createTextNode(y);t=i?document.createElementNS("http://www.w3.org/2000/svg",v):document.createElement(v,y.is&&y),a=null,u=!1}if(null===v)h===y||u&&t.data===y||(t.data=y);else{if(a=a&&e.call(t.childNodes),d=(h=r.props||c).dangerouslySetInnerHTML,m=y.dangerouslySetInnerHTML,!u){if(null!=a)for(h={},b=0;b<t.attributes.length;b++)h[t.attributes[b].name]=t.attributes[b].value;(m||d)&&(m&&(d&&m.__html==d.__html||m.__html===t.innerHTML)||(t.innerHTML=m&&m.__html||""))}if(function(e,t,n,r,o){var i;for(i in n)"children"===i||"key"===i||i in t||C(e,i,null,n[i],r);for(i in t)o&&"function"!=typeof t[i]||"children"===i||"key"===i||"value"===i||"checked"===i||n[i]===t[i]||C(e,i,t[i],n[i],r)}(t,y,h,i,u),m)n.__k=[];else if(S(t,f(b=n.props.children)?b:[b],n,r,o,i&&"foreignObject"!==v,a,l,a?a[0]:r.__k&&g(r,0),u,s),null!=a)for(b=a.length;b--;)null!=a[b]&&p(a[b]);u||("value"in y&&void 0!==(b=y.value)&&(b!==t.value||"progress"===v&&!b||"option"===v&&b!==h.value)&&C(t,"value",b,h.value,!1),"checked"in y&&void 0!==(b=y.checked)&&b!==t.checked&&C(t,"checked",b,h.checked,!1))}return t}(o.__e,r,o,i,a,l,u,d,m);(h=t.diffed)&&h(r)}function L(e,n,r){for(var o=0;o<r.length;o++)M(r[o],r[++o],r[++o]);t.__c&&t.__c(n,e),e.some((function(n){try{e=n.__h,n.__h=[],e.some((function(e){e.call(n)}))}catch(e){t.__e(e,n.__v)}}))}function M(e,n,r){try{"function"==typeof e?e(n):e.current=n}catch(e){t.__e(e,r)}}function I(e,n,r){var o,i;if(t.unmount&&t.unmount(e),(o=e.ref)&&(o.current&&o.current!==e.__e||M(o,null,n)),null!=(o=e.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(e){t.__e(e,n)}o.base=o.__P=null,e.__c=void 0}if(o=e.__k)for(i=0;i<o.length;i++)o[i]&&I(o[i],n,r||"function"!=typeof e.type);r||null==e.__e||p(e.__e),e.__=e.__e=e.__d=void 0}function P(e,t,n){return this.constructor(e,n)}function U(n,r,o){var i,a,l,u;t.__&&t.__(n,r),a=(i="function"==typeof o)?null:o&&o.__k||r.__k,l=[],u=[],D(r,n=(!i&&o||r).__k=d(y,null,[n]),a||c,c,void 0!==r.ownerSVGElement,!i&&o?[o]:a?null:r.firstChild?e.call(r.childNodes):null,l,!i&&o?o:a?a.__e:r.firstChild,i,u),L(l,n,u)}function j(e,t){U(e,t,j)}function H(t,n,r){var o,i,a,l,c=_({},t.props);for(a in t.type&&t.type.defaultProps&&(l=t.type.defaultProps),n)"key"==a?o=n[a]:"ref"==a?i=n[a]:c[a]=void 0===n[a]&&void 0!==l?l[a]:n[a];return arguments.length>2&&(c.children=arguments.length>3?e.call(arguments,2):r),m(t.type,c,o||t.key,i||t.ref,null)}function F(e,t){var n={__c:t="__cC"+l++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,E(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}e=u.slice,t={__e:function(e,t,n,r){for(var o,i,a;t=t.__;)if((o=t.__c)&&!o.__)try{if((i=o.constructor)&&null!=i.getDerivedStateFromError&&(o.setState(i.getDerivedStateFromError(e)),a=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(e,r||{}),a=o.__d),a)return o.__E=o}catch(t){e=t}throw e}},n=0,v.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=_({},this.state),"function"==typeof e&&(e=e(_({},n),this.props)),e&&_(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),E(this))},v.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),E(this))},v.prototype.render=y,r=[],i="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,a=function(e,t){return e.__v.__b-t.__v.__b},k.__r=0,l=0;var z=0;function W(e,n,r,o,i,a){var l,c,u={};for(c in n)"ref"==c?l=n[c]:u[c]=n[c];var s={type:e,props:u,key:r,ref:l,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--z,__source:i,__self:a};if("function"==typeof e&&(l=e.defaultProps))for(c in l)void 0===u[c]&&(u[c]=l[c]);return t.vnode&&t.vnode(s),s}var B,V,q,G,Y=0,$=[],X=[],K=t.__b,Z=t.__r,J=t.diffed,Q=t.__c,ee=t.unmount;function te(e,n){t.__h&&t.__h(V,e,Y||n),Y=0;var r=V.__H||(V.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({__V:X}),r.__[e]}function ne(e){return Y=1,re(ge,e)}function re(e,t,n){var r=te(B++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):ge(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0],n=r.t(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=V,!V.u)){var o=function(e,t,n){if(!r.__c.__H)return!0;var o=r.__c.__H.__.filter((function(e){return e.__c}));if(o.every((function(e){return!e.__N})))return!i||i.call(this,e,t,n);var a=!1;return o.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(a=!0)}})),!(!a&&r.__c.props===e)&&(!i||i.call(this,e,t,n))};V.u=!0;var i=V.shouldComponentUpdate,a=V.componentWillUpdate;V.componentWillUpdate=function(e,t,n){if(this.__e){var r=i;i=void 0,o(e,t,n),i=r}a&&a.call(this,e,t,n)},V.shouldComponentUpdate=o}return r.__N||r.__}function oe(e,n){var r=te(B++,3);!t.__s&&ve(r.__H,n)&&(r.__=e,r.i=n,V.__H.__h.push(r))}function ie(e,n){var r=te(B++,4);!t.__s&&ve(r.__H,n)&&(r.__=e,r.i=n,V.__h.push(r))}function ae(e){return Y=5,ce((function(){return{current:e}}),[])}function le(e,t,n){Y=6,ie((function(){return"function"==typeof e?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0}),null==n?n:n.concat(e))}function ce(e,t){var n=te(B++,7);return ve(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function ue(e,t){return Y=8,ce((function(){return e}),t)}function se(e){var t=V.context[e.__c],n=te(B++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(V)),t.props.value):e.__}function fe(e,n){t.useDebugValue&&t.useDebugValue(n?n(e):e)}function _e(){var e=te(B++,11);if(!e.__){for(var t=V.__v;null!==t&&!t.__m&&null!==t.__;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function pe(){for(var e;e=$.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(he),e.__H.__h.forEach(ye),e.__H.__h=[]}catch(n){e.__H.__h=[],t.__e(n,e.__v)}}t.__b=function(e){V=null,K&&K(e)},t.__r=function(e){Z&&Z(e),B=0;var t=(V=e.__c).__H;t&&(q===V?(t.__h=[],V.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=X,e.__N=e.i=void 0}))):(t.__h.forEach(he),t.__h.forEach(ye),t.__h=[],B=0)),q=V},t.diffed=function(e){J&&J(e);var n=e.__c;n&&n.__H&&(n.__H.__h.length&&(1!==$.push(n)&&G===t.requestAnimationFrame||((G=t.requestAnimationFrame)||me)(pe)),n.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==X&&(e.__=e.__V),e.i=void 0,e.__V=X}))),q=V=null},t.__c=function(e,n){n.some((function(e){try{e.__h.forEach(he),e.__h=e.__h.filter((function(e){return!e.__||ye(e)}))}catch(r){n.some((function(e){e.__h&&(e.__h=[])})),n=[],t.__e(r,e.__v)}})),Q&&Q(e,n)},t.unmount=function(e){ee&&ee(e);var n,r=e.__c;r&&r.__H&&(r.__H.__.forEach((function(e){try{he(e)}catch(e){n=e}})),r.__H=void 0,n&&t.__e(n,r.__v))};var de="function"==typeof requestAnimationFrame;function me(e){var t,n=function(){clearTimeout(r),de&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);de&&(t=requestAnimationFrame(n))}function he(e){var t=V,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),V=t}function ye(e){var t=V;e.__c=e.__(),V=t}function ve(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function ge(e,t){return"function"==typeof t?t(e):t}/*! js-cookie v3.0.5 | MIT */function be(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}var Ee=function e(t,n){function r(e,r,o){if("undefined"!=typeof document){"number"==typeof(o=be({},n,o)).expires&&(o.expires=new Date(Date.now()+864e5*o.expires)),o.expires&&(o.expires=o.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var i="";for(var a in o)o[a]&&(i+="; "+a,!0!==o[a]&&(i+="="+o[a].split(";")[0]));return document.cookie=e+"="+t.write(r,e)+i}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var n=document.cookie?document.cookie.split("; "):[],r={},o=0;o<n.length;o++){var i=n[o].split("="),a=i.slice(1).join("=");try{var l=decodeURIComponent(i[0]);if(r[l]=t.read(a,l),e===l)break}catch(e){}}return e?r[e]:r}},remove:function(e,t){r(e,"",be({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,be({},this.attributes,t))},withConverter:function(t){return e(be({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(t)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});function ke(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function Se(e){return function t(n){return 0===arguments.length||ke(n)?t:e.apply(this,arguments)}}function Te(e){return function t(n,r){switch(arguments.length){case 0:return t;case 1:return ke(n)?t:Se((function(t){return e(n,t)}));default:return ke(n)&&ke(r)?t:ke(n)?Se((function(t){return e(t,r)})):ke(r)?Se((function(t){return e(n,t)})):e(n,r)}}}function xe(e){return function t(n,r,o){switch(arguments.length){case 0:return t;case 1:return ke(n)?t:Te((function(t,r){return e(n,t,r)}));case 2:return ke(n)&&ke(r)?t:ke(n)?Te((function(t,n){return e(t,r,n)})):ke(r)?Te((function(t,r){return e(n,t,r)})):Se((function(t){return e(n,r,t)}));default:return ke(n)&&ke(r)&&ke(o)?t:ke(n)&&ke(r)?Te((function(t,n){return e(t,n,o)})):ke(n)&&ke(o)?Te((function(t,n){return e(t,r,n)})):ke(r)&&ke(o)?Te((function(t,r){return e(n,t,r)})):ke(n)?Se((function(t){return e(t,r,o)})):ke(r)?Se((function(t){return e(n,t,o)})):ke(o)?Se((function(t){return e(n,r,t)})):e(n,r,o)}}}var Ae=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function Ne(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}function we(e,t,n){for(var r=0,o=n.length;r<o;){if(e(t,n[r]))return!0;r+=1}return!1}function Ce(e,t){return Object.prototype.hasOwnProperty.call(t,e)}var Oe="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t},Re=Object.prototype.toString,De=function(){return"[object Arguments]"===Re.call(arguments)?function(e){return"[object Arguments]"===Re.call(e)}:function(e){return Ce("callee",e)}}(),Le=!{toString:null}.propertyIsEnumerable("toString"),Me=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],Ie=function(){return arguments.propertyIsEnumerable("length")}(),Pe=function(e,t){for(var n=0;n<e.length;){if(e[n]===t)return!0;n+=1}return!1},Ue="function"!=typeof Object.keys||Ie?Se((function(e){if(Object(e)!==e)return[];var t,n,r=[],o=Ie&&De(e);for(t in e)!Ce(t,e)||o&&"length"===t||(r[r.length]=t);if(Le)for(n=Me.length-1;n>=0;)Ce(t=Me[n],e)&&!Pe(r,t)&&(r[r.length]=t),n-=1;return r})):Se((function(e){return Object(e)!==e?[]:Object.keys(e)})),je=Se((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function He(e,t,n,r){var o=Ne(e);function i(e,t){return Fe(e,t,n.slice(),r.slice())}return!we((function(e,t){return!we(i,t,e)}),Ne(t),o)}function Fe(e,t,n,r){if(Oe(e,t))return!0;var o=je(e);if(o!==je(t))return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===function(e){var t=String(e).match(/^function (\w*)/);return null==t?"":t[1]}(e.constructor))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!Oe(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!Oe(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var i=n.length-1;i>=0;){if(n[i]===e)return r[i]===t;i-=1}switch(o){case"Map":return e.size===t.size&&He(e.entries(),t.entries(),n.concat([e]),r.concat([t]));case"Set":return e.size===t.size&&He(e.values(),t.values(),n.concat([e]),r.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var a=Ue(e);if(a.length!==Ue(t).length)return!1;var l=n.concat([e]),c=r.concat([t]);for(i=a.length-1;i>=0;){var u=a[i];if(!Ce(u,t)||!Fe(t[u],e[u],l,c))return!1;i-=1}return!0}var ze=Te((function(e,t){return Fe(e,t,[],[])}));function We(e){return"[object Object]"===Object.prototype.toString.call(e)}var Be=Se((function(e){return null==e}));var Ve=Se((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():Ae(e)?[]:function(e){return"[object String]"===Object.prototype.toString.call(e)}(e)?"":We(e)?{}:De(e)?function(){return arguments}():function(e){var t=Object.prototype.toString.call(e);return"[object Uint8ClampedArray]"===t||"[object Int8Array]"===t||"[object Uint8Array]"===t||"[object Int16Array]"===t||"[object Uint16Array]"===t||"[object Int32Array]"===t||"[object Uint32Array]"===t||"[object Float32Array]"===t||"[object Float64Array]"===t||"[object BigInt64Array]"===t||"[object BigUint64Array]"===t}(e)?e.constructor.from(""):void 0})),qe=Se((function(e){return null!=e&&ze(e,Ve(e))})),Ge=qe,Ye=Se((function(e){return!Be(e)})),$e=Ye,Xe=xe((function(e,t,n){var r,o={};for(r in n=n||{},t=t||{})Ce(r,t)&&(o[r]=Ce(r,n)?e(r,t[r],n[r]):t[r]);for(r in n)Ce(r,n)&&!Ce(r,o)&&(o[r]=n[r]);return o})),Ke=xe((function e(t,n,r){return Xe((function(n,r,o){return We(r)&&We(o)?e(t,r,o):t(n,r,o)}),n,r)})),Ze=Te((function(e,t){return Ke((function(e,t,n){return n}),e,t)}));const Je=e=>{let t;const n=new Set,r=(e,r)=>{const o="function"==typeof e?e(t):e;if(!Object.is(o,t)){const e=t;t=(null!=r?r:"object"!=typeof o)?o:Object.assign({},t,o),n.forEach((n=>n(t,e)))}},o=()=>t,i={setState:r,getState:o,subscribe:e=>(n.add(e),()=>n.delete(e)),destroy:()=>{console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),n.clear()}};return t=e(r,o,i),i};function Qe(e,t){for(var n in t)e[n]=t[n];return e}function et(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function tt(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}function nt(e){this.props=e}function rt(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:et(this.props,e)}function r(t){return this.shouldComponentUpdate=n,d(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(nt.prototype=new v).isPureReactComponent=!0,nt.prototype.shouldComponentUpdate=function(e,t){return et(this.props,e)||et(this.state,t)};var ot=t.__b;t.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),ot&&ot(e)};var it="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function at(e){function t(t){var n=Qe({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=it,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var lt=function(e,t){return null==e?null:x(x(e).map(t))},ct={map:lt,forEach:lt,count:function(e){return e?x(e).length:0},only:function(e){var t=x(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:x},ut=t.__e;t.__e=function(e,t,n,r){if(e.then)for(var o,i=t;i=i.__;)if((o=i.__c)&&o.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),o.__c(e,t);ut(e,t,n,r)};var st=t.unmount;function ft(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=Qe({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return ft(e,t,n)}))),e}function _t(e,t,n){return e&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return _t(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.insertBefore(e.__e,e.__d),e.__c.__e=!0,e.__c.__P=n)),e}function pt(){this.__u=0,this.t=null,this.__b=null}function dt(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function mt(e){var t,n,r;function o(o){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return d(n,o)}return o.displayName="Lazy",o.__f=!0,o}function ht(){this.u=null,this.o=null}t.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),st&&st(e)},(pt.prototype=new v).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var o=dt(r.__v),i=!1,a=function(){i||(i=!0,n.__R=null,o?o(l):l())};n.__R=a;var l=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=_t(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},c=!0===t.__h;r.__u++||c||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},pt.prototype.componentWillUnmount=function(){this.t=[]},pt.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=ft(this.__b,n,r.__O=r.__P)}this.__b=null}var o=t.__a&&d(y,null,e.fallback);return o&&(o.__h=null),[d(y,null,t.__a?null:e.children),o]};var yt=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function vt(e){return this.getChildContext=function(){return e.context},e.children}function gt(e){var t=this,n=e.i;t.componentWillUnmount=function(){U(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),U(d(vt,{context:t.context},e.__v),t.l)}function bt(e,t){var n=d(gt,{__v:e,i:t});return n.containerInfo=t,n}(ht.prototype=new v).__a=function(e){var t=this,n=dt(t.__v),r=t.o.get(e);return r[0]++,function(o){var i=function(){t.props.revealOrder?(r.push(o),yt(t,e,r)):o()};n?n(i):i()}},ht.prototype.render=function(e){this.u=null,this.o=new Map;var t=x(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},ht.prototype.componentDidUpdate=ht.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){yt(e,n,t)}))};var Et="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,kt=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,St=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Tt=/[A-Z0-9]/g,xt="undefined"!=typeof document,At=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};function Nt(e,t,n){return null==t.__k&&(t.textContent=""),U(e,t),"function"==typeof n&&n(),e?e.__c:null}function wt(e,t,n){return j(e,t),"function"==typeof n&&n(),e?e.__c:null}v.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(v.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var Ct=t.event;function Ot(){}function Rt(){return this.cancelBubble}function Dt(){return this.defaultPrevented}t.event=function(e){return Ct&&(e=Ct(e)),e.persist=Ot,e.isPropagationStopped=Rt,e.isDefaultPrevented=Dt,e.nativeEvent=e};var Lt,Mt={enumerable:!1,configurable:!0,get:function(){return this.class}},It=t.vnode;t.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={};for(var o in t){var i=t[o];if(!("value"===o&&"defaultValue"in t&&null==i||xt&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var a=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===i?i="":"ondoubleclick"===a?o="ondblclick":"onchange"!==a||"input"!==n&&"textarea"!==n||At(t.type)?"onfocus"===a?o="onfocusin":"onblur"===a?o="onfocusout":St.test(o)?o=a:-1===n.indexOf("-")&&kt.test(o)?o=o.replace(Tt,"-$&").toLowerCase():null===i&&(i=void 0):a=o="oninput","oninput"===a&&r[o=a]&&(o="oninputCapture"),r[o]=i}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=x(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=x(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",Mt)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=Et,It&&It(e)};var Pt=t.__r;t.__r=function(e){Pt&&Pt(e),Lt=e.__c};var Ut=t.diffed;t.diffed=function(e){Ut&&Ut(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),Lt=null};var jt={ReactCurrentDispatcher:{current:{readContext:function(e){return Lt.__n[e.__c].props.value}}}};function Ht(e){return d.bind(null,e)}function Ft(e){return!!e&&e.$$typeof===Et}function zt(e){return Ft(e)&&e.type===y}function Wt(e){return Ft(e)?H.apply(null,arguments):e}function Bt(e){return!!e.__k&&(U(null,e),!0)}function Vt(e){return e&&(e.base||1===e.nodeType&&e)||null}var qt=function(e,t){return e(t)},Gt=function(e,t){return e(t)},Yt=y;function $t(e){e()}function Xt(e){return e}function Kt(){return[!1,$t]}var Zt=ie,Jt=Ft;function Qt(e,t){var n=t(),r=ne({h:{__:n,v:t}}),o=r[0].h,i=r[1];return ie((function(){o.__=n,o.v=t,tt(o.__,t())||i({h:o})}),[e,n,t]),oe((function(){return tt(o.__,o.v())||i({h:o}),e((function(){tt(o.__,o.v())||i({h:o})}))}),[e]),n}var en={useState:ne,useId:_e,useReducer:re,useEffect:oe,useLayoutEffect:ie,useInsertionEffect:Zt,useTransition:Kt,useDeferredValue:Xt,useSyncExternalStore:Qt,startTransition:$t,useRef:ae,useImperativeHandle:le,useMemo:ce,useCallback:ue,useContext:se,useDebugValue:fe,version:"17.0.2",Children:ct,render:Nt,hydrate:wt,unmountComponentAtNode:Bt,createPortal:bt,createElement:d,createContext:F,createFactory:Ht,cloneElement:Wt,createRef:h,Fragment:y,isValidElement:Ft,isElement:Jt,isFragment:zt,findDOMNode:Vt,Component:v,PureComponent:nt,memo:rt,forwardRef:at,flushSync:Gt,unstable_batchedUpdates:qt,StrictMode:Yt,Suspense:pt,SuspenseList:ht,lazy:mt,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:jt},tn=Object.freeze({__proto__:null,Children:ct,Component:v,Fragment:y,PureComponent:nt,StrictMode:Yt,Suspense:pt,SuspenseList:ht,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:jt,cloneElement:Wt,createContext:F,createElement:d,createFactory:Ht,createPortal:bt,createRef:h,default:en,findDOMNode:Vt,flushSync:Gt,forwardRef:at,hydrate:wt,isElement:Jt,isFragment:zt,isValidElement:Ft,lazy:mt,memo:rt,render:Nt,startTransition:$t,unmountComponentAtNode:Bt,unstable_batchedUpdates:qt,useCallback:ue,useContext:se,useDebugValue:fe,useDeferredValue:Xt,useEffect:oe,useErrorBoundary:function(e){var t=te(B++,10),n=ne();return t.__=e,V.componentDidCatch||(V.componentDidCatch=function(e,r){t.__&&t.__(e,r),n[1](e)}),[n[0],function(){n[1](void 0)}]},useId:_e,useImperativeHandle:le,useInsertionEffect:Zt,useLayoutEffect:ie,useMemo:ce,useReducer:re,useRef:ae,useState:ne,useSyncExternalStore:Qt,useTransition:Kt,version:"17.0.2"});function nn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function rn(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")&&1===Object.keys(e).length?e.default:e}var on={exports:{}},an={},ln=rn(tn),cn={exports:{}},un={},sn=ln;var fn="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},_n=sn.useState,pn=sn.useEffect,dn=sn.useLayoutEffect,mn=sn.useDebugValue;function hn(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!fn(e,n)}catch(e){return!0}}var yn="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var n=t(),r=_n({inst:{value:n,getSnapshot:t}}),o=r[0].inst,i=r[1];return dn((function(){o.value=n,o.getSnapshot=t,hn(o)&&i({inst:o})}),[e,n,t]),pn((function(){return hn(o)&&i({inst:o}),e((function(){hn(o)&&i({inst:o})}))}),[e]),mn(n),n};un.useSyncExternalStore=void 0!==sn.useSyncExternalStore?sn.useSyncExternalStore:yn,cn.exports=un;var vn=ln,gn=cn.exports;
|
|
1
|
+
!function(){"use strict";var e,t,n,r,o,i,a,l,c={},u=[],s=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,f=Array.isArray;function _(e,t){for(var n in t)e[n]=t[n];return e}function p(e){var t=e.parentNode;t&&t.removeChild(e)}function d(t,n,r){var o,i,a,l={};for(a in n)"key"==a?o=n[a]:"ref"==a?i=n[a]:l[a]=n[a];if(arguments.length>2&&(l.children=arguments.length>3?e.call(arguments,2):r),"function"==typeof t&&null!=t.defaultProps)for(a in t.defaultProps)void 0===l[a]&&(l[a]=t.defaultProps[a]);return m(t,l,o,i,null)}function m(e,r,o,i,a){var l={type:e,props:r,key:o,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==a?++n:a};return null==a&&null!=t.vnode&&t.vnode(l),l}function h(){return{current:null}}function y(e){return e.children}function v(e,t){this.props=e,this.context=t}function g(e,t){if(null==t)return e.__?g(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?g(e):null}function b(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return b(e)}}function E(e){(!e.__d&&(e.__d=!0)&&r.push(e)&&!k.__r++||o!==t.debounceRendering)&&((o=t.debounceRendering)||i)(k)}function k(){var e,t,n,o,i,l,c,u,s;for(r.sort(a);e=r.shift();)e.__d&&(t=r.length,o=void 0,i=void 0,l=void 0,u=(c=(n=e).__v).__e,(s=n.__P)&&(o=[],i=[],(l=_({},c)).__v=c.__v+1,D(s,c,l,n.__n,void 0!==s.ownerSVGElement,null!=c.__h?[u]:null,o,null==u?g(c):u,c.__h,i),L(o,c,i),c.__e!=u&&b(c)),r.length>t&&r.sort(a));k.__r=0}function S(e,t,n,r,o,i,a,l,s,_,p){var d,h,v,b,E,k,S,x,w,C=0,O=r&&r.__k||u,R=O.length,L=R,P=t.length;for(n.__k=[],d=0;d<P;d++)null!=(b=n.__k[d]=null==(b=t[d])||"boolean"==typeof b||"function"==typeof b?null:"string"==typeof b||"number"==typeof b||"bigint"==typeof b?m(null,b,null,null,b):f(b)?m(y,{children:b},null,null,null):b.__b>0?m(b.type,b.props,b.key,b.ref?b.ref:null,b.__v):b)?(b.__=n,b.__b=n.__b+1,-1===(x=N(b,O,S=d+C,L))?v=c:(v=O[x]||c,O[x]=void 0,L--),D(e,b,v,o,i,a,l,s,_,p),E=b.__e,(h=b.ref)&&v.ref!=h&&(v.ref&&I(v.ref,null,b),p.push(h,b.__c||E,b)),null!=E&&(null==k&&(k=E),(w=v===c||null===v.__v)?-1==x&&C--:x!==S&&(x===S+1?C++:x>S?L>P-S?C+=x-S:C--:C=x<S&&x==S-1?x-S:0),S=d+C,"function"!=typeof b.type||x===S&&v.__k!==b.__k?"function"==typeof b.type||x===S&&!w?void 0!==b.__d?(s=b.__d,b.__d=void 0):s=E.nextSibling:s=A(e,E,s):s=T(b,s,e),"function"==typeof n.type&&(n.__d=s))):(v=O[d])&&null==v.key&&v.__e&&(v.__e==s&&(s=g(v)),M(v,v,!1),O[d]=null);for(n.__e=k,d=R;d--;)null!=O[d]&&("function"==typeof n.type&&null!=O[d].__e&&O[d].__e==n.__d&&(n.__d=O[d].__e.nextSibling),M(O[d],O[d]))}function T(e,t,n){for(var r,o=e.__k,i=0;o&&i<o.length;i++)(r=o[i])&&(r.__=e,t="function"==typeof r.type?T(r,t,n):A(n,r.__e,t));return t}function x(e,t){return t=t||[],null==e||"boolean"==typeof e||(f(e)?e.some((function(e){x(e,t)})):t.push(e)),t}function A(e,t,n){return null==n||n.parentNode!==e?e.insertBefore(t,null):t==n&&null!=t.parentNode||e.insertBefore(t,n),t.nextSibling}function N(e,t,n,r){var o=e.key,i=e.type,a=n-1,l=n+1,c=t[n];if(null===c||c&&o==c.key&&i===c.type)return n;if(r>(null!=c?1:0))for(;a>=0||l<t.length;){if(a>=0){if((c=t[a])&&o==c.key&&i===c.type)return a;a--}if(l<t.length){if((c=t[l])&&o==c.key&&i===c.type)return l;l++}}return-1}function w(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||s.test(t)?n:n+"px"}function C(e,t,n,r,o){var i;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||w(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||w(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])i=t!==(t=t.replace(/(PointerCapture)$|Capture$/,"$1")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+i]=n,n?r||e.addEventListener(t,i?R:O,i):e.removeEventListener(t,i?R:O,i);else if("dangerouslySetInnerHTML"!==t){if(o)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&"rowSpan"!==t&&"colSpan"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}}function O(e){return this.l[e.type+!1](t.event?t.event(e):e)}function R(e){return this.l[e.type+!0](t.event?t.event(e):e)}function D(n,r,o,i,a,l,u,s,d,m){var h,b,E,k,T,x,A,N,w,O,R,D,L,I,M,U=r.type;if(void 0!==r.constructor)return null;null!=o.__h&&(d=o.__h,s=r.__e=o.__e,r.__h=null,l=[s]),(h=t.__b)&&h(r);e:if("function"==typeof U)try{if(N=r.props,w=(h=U.contextType)&&i[h.__c],O=h?w?w.props.value:h.__:i,o.__c?A=(b=r.__c=o.__c).__=b.__E:("prototype"in U&&U.prototype.render?r.__c=b=new U(N,O):(r.__c=b=new v(N,O),b.constructor=U,b.render=P),w&&w.sub(b),b.props=N,b.state||(b.state={}),b.context=O,b.__n=i,E=b.__d=!0,b.__h=[],b._sb=[]),null==b.__s&&(b.__s=b.state),null!=U.getDerivedStateFromProps&&(b.__s==b.state&&(b.__s=_({},b.__s)),_(b.__s,U.getDerivedStateFromProps(N,b.__s))),k=b.props,T=b.state,b.__v=r,E)null==U.getDerivedStateFromProps&&null!=b.componentWillMount&&b.componentWillMount(),null!=b.componentDidMount&&b.__h.push(b.componentDidMount);else{if(null==U.getDerivedStateFromProps&&N!==k&&null!=b.componentWillReceiveProps&&b.componentWillReceiveProps(N,O),!b.__e&&(null!=b.shouldComponentUpdate&&!1===b.shouldComponentUpdate(N,b.__s,O)||r.__v===o.__v)){for(r.__v!==o.__v&&(b.props=N,b.state=b.__s,b.__d=!1),r.__e=o.__e,r.__k=o.__k,r.__k.forEach((function(e){e&&(e.__=r)})),R=0;R<b._sb.length;R++)b.__h.push(b._sb[R]);b._sb=[],b.__h.length&&u.push(b);break e}null!=b.componentWillUpdate&&b.componentWillUpdate(N,b.__s,O),null!=b.componentDidUpdate&&b.__h.push((function(){b.componentDidUpdate(k,T,x)}))}if(b.context=O,b.props=N,b.__P=n,b.__e=!1,D=t.__r,L=0,"prototype"in U&&U.prototype.render){for(b.state=b.__s,b.__d=!1,D&&D(r),h=b.render(b.props,b.state,b.context),I=0;I<b._sb.length;I++)b.__h.push(b._sb[I]);b._sb=[]}else do{b.__d=!1,D&&D(r),h=b.render(b.props,b.state,b.context),b.state=b.__s}while(b.__d&&++L<25);b.state=b.__s,null!=b.getChildContext&&(i=_(_({},i),b.getChildContext())),E||null==b.getSnapshotBeforeUpdate||(x=b.getSnapshotBeforeUpdate(k,T)),S(n,f(M=null!=h&&h.type===y&&null==h.key?h.props.children:h)?M:[M],r,o,i,a,l,u,s,d,m),b.base=r.__e,r.__h=null,b.__h.length&&u.push(b),A&&(b.__E=b.__=null)}catch(n){r.__v=null,(d||null!=l)&&(r.__e=s,r.__h=!!d,l[l.indexOf(s)]=null),t.__e(n,r,o)}else null==l&&r.__v===o.__v?(r.__k=o.__k,r.__e=o.__e):r.__e=function(t,n,r,o,i,a,l,u,s){var _,d,m,h=r.props,y=n.props,v=n.type,b=0;if("svg"===v&&(i=!0),null!=a)for(;b<a.length;b++)if((_=a[b])&&"setAttribute"in _==!!v&&(v?_.localName===v:3===_.nodeType)){t=_,a[b]=null;break}if(null==t){if(null===v)return document.createTextNode(y);t=i?document.createElementNS("http://www.w3.org/2000/svg",v):document.createElement(v,y.is&&y),a=null,u=!1}if(null===v)h===y||u&&t.data===y||(t.data=y);else{if(a=a&&e.call(t.childNodes),d=(h=r.props||c).dangerouslySetInnerHTML,m=y.dangerouslySetInnerHTML,!u){if(null!=a)for(h={},b=0;b<t.attributes.length;b++)h[t.attributes[b].name]=t.attributes[b].value;(m||d)&&(m&&(d&&m.__html==d.__html||m.__html===t.innerHTML)||(t.innerHTML=m&&m.__html||""))}if(function(e,t,n,r,o){var i;for(i in n)"children"===i||"key"===i||i in t||C(e,i,null,n[i],r);for(i in t)o&&"function"!=typeof t[i]||"children"===i||"key"===i||"value"===i||"checked"===i||n[i]===t[i]||C(e,i,t[i],n[i],r)}(t,y,h,i,u),m)n.__k=[];else if(S(t,f(b=n.props.children)?b:[b],n,r,o,i&&"foreignObject"!==v,a,l,a?a[0]:r.__k&&g(r,0),u,s),null!=a)for(b=a.length;b--;)null!=a[b]&&p(a[b]);u||("value"in y&&void 0!==(b=y.value)&&(b!==t.value||"progress"===v&&!b||"option"===v&&b!==h.value)&&C(t,"value",b,h.value,!1),"checked"in y&&void 0!==(b=y.checked)&&b!==t.checked&&C(t,"checked",b,h.checked,!1))}return t}(o.__e,r,o,i,a,l,u,d,m);(h=t.diffed)&&h(r)}function L(e,n,r){for(var o=0;o<r.length;o++)I(r[o],r[++o],r[++o]);t.__c&&t.__c(n,e),e.some((function(n){try{e=n.__h,n.__h=[],e.some((function(e){e.call(n)}))}catch(e){t.__e(e,n.__v)}}))}function I(e,n,r){try{"function"==typeof e?e(n):e.current=n}catch(e){t.__e(e,r)}}function M(e,n,r){var o,i;if(t.unmount&&t.unmount(e),(o=e.ref)&&(o.current&&o.current!==e.__e||I(o,null,n)),null!=(o=e.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(e){t.__e(e,n)}o.base=o.__P=null,e.__c=void 0}if(o=e.__k)for(i=0;i<o.length;i++)o[i]&&M(o[i],n,r||"function"!=typeof e.type);r||null==e.__e||p(e.__e),e.__=e.__e=e.__d=void 0}function P(e,t,n){return this.constructor(e,n)}function U(n,r,o){var i,a,l,u;t.__&&t.__(n,r),a=(i="function"==typeof o)?null:o&&o.__k||r.__k,l=[],u=[],D(r,n=(!i&&o||r).__k=d(y,null,[n]),a||c,c,void 0!==r.ownerSVGElement,!i&&o?[o]:a?null:r.firstChild?e.call(r.childNodes):null,l,!i&&o?o:a?a.__e:r.firstChild,i,u),L(l,n,u)}function H(e,t){U(e,t,H)}function j(t,n,r){var o,i,a,l,c=_({},t.props);for(a in t.type&&t.type.defaultProps&&(l=t.type.defaultProps),n)"key"==a?o=n[a]:"ref"==a?i=n[a]:c[a]=void 0===n[a]&&void 0!==l?l[a]:n[a];return arguments.length>2&&(c.children=arguments.length>3?e.call(arguments,2):r),m(t.type,c,o||t.key,i||t.ref,null)}function F(e,t){var n={__c:t="__cC"+l++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,E(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}e=u.slice,t={__e:function(e,t,n,r){for(var o,i,a;t=t.__;)if((o=t.__c)&&!o.__)try{if((i=o.constructor)&&null!=i.getDerivedStateFromError&&(o.setState(i.getDerivedStateFromError(e)),a=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(e,r||{}),a=o.__d),a)return o.__E=o}catch(t){e=t}throw e}},n=0,v.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=_({},this.state),"function"==typeof e&&(e=e(_({},n),this.props)),e&&_(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),E(this))},v.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),E(this))},v.prototype.render=y,r=[],i="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,a=function(e,t){return e.__v.__b-t.__v.__b},k.__r=0,l=0;var z=0;function W(e,n,r,o,i,a){var l,c,u={};for(c in n)"ref"==c?l=n[c]:u[c]=n[c];var s={type:e,props:u,key:r,ref:l,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--z,__source:i,__self:a};if("function"==typeof e&&(l=e.defaultProps))for(c in l)void 0===u[c]&&(u[c]=l[c]);return t.vnode&&t.vnode(s),s}var B,V,G,q,Y=0,$=[],X=[],K=t.__b,Z=t.__r,J=t.diffed,Q=t.__c,ee=t.unmount;function te(e,n){t.__h&&t.__h(V,e,Y||n),Y=0;var r=V.__H||(V.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({__V:X}),r.__[e]}function ne(e){return Y=1,re(ge,e)}function re(e,t,n){var r=te(B++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):ge(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0],n=r.t(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=V,!V.u)){var o=function(e,t,n){if(!r.__c.__H)return!0;var o=r.__c.__H.__.filter((function(e){return e.__c}));if(o.every((function(e){return!e.__N})))return!i||i.call(this,e,t,n);var a=!1;return o.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(a=!0)}})),!(!a&&r.__c.props===e)&&(!i||i.call(this,e,t,n))};V.u=!0;var i=V.shouldComponentUpdate,a=V.componentWillUpdate;V.componentWillUpdate=function(e,t,n){if(this.__e){var r=i;i=void 0,o(e,t,n),i=r}a&&a.call(this,e,t,n)},V.shouldComponentUpdate=o}return r.__N||r.__}function oe(e,n){var r=te(B++,3);!t.__s&&ve(r.__H,n)&&(r.__=e,r.i=n,V.__H.__h.push(r))}function ie(e,n){var r=te(B++,4);!t.__s&&ve(r.__H,n)&&(r.__=e,r.i=n,V.__h.push(r))}function ae(e){return Y=5,ce((function(){return{current:e}}),[])}function le(e,t,n){Y=6,ie((function(){return"function"==typeof e?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0}),null==n?n:n.concat(e))}function ce(e,t){var n=te(B++,7);return ve(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function ue(e,t){return Y=8,ce((function(){return e}),t)}function se(e){var t=V.context[e.__c],n=te(B++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(V)),t.props.value):e.__}function fe(e,n){t.useDebugValue&&t.useDebugValue(n?n(e):e)}function _e(){var e=te(B++,11);if(!e.__){for(var t=V.__v;null!==t&&!t.__m&&null!==t.__;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function pe(){for(var e;e=$.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(he),e.__H.__h.forEach(ye),e.__H.__h=[]}catch(n){e.__H.__h=[],t.__e(n,e.__v)}}t.__b=function(e){V=null,K&&K(e)},t.__r=function(e){Z&&Z(e),B=0;var t=(V=e.__c).__H;t&&(G===V?(t.__h=[],V.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=X,e.__N=e.i=void 0}))):(t.__h.forEach(he),t.__h.forEach(ye),t.__h=[],B=0)),G=V},t.diffed=function(e){J&&J(e);var n=e.__c;n&&n.__H&&(n.__H.__h.length&&(1!==$.push(n)&&q===t.requestAnimationFrame||((q=t.requestAnimationFrame)||me)(pe)),n.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==X&&(e.__=e.__V),e.i=void 0,e.__V=X}))),G=V=null},t.__c=function(e,n){n.some((function(e){try{e.__h.forEach(he),e.__h=e.__h.filter((function(e){return!e.__||ye(e)}))}catch(r){n.some((function(e){e.__h&&(e.__h=[])})),n=[],t.__e(r,e.__v)}})),Q&&Q(e,n)},t.unmount=function(e){ee&&ee(e);var n,r=e.__c;r&&r.__H&&(r.__H.__.forEach((function(e){try{he(e)}catch(e){n=e}})),r.__H=void 0,n&&t.__e(n,r.__v))};var de="function"==typeof requestAnimationFrame;function me(e){var t,n=function(){clearTimeout(r),de&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);de&&(t=requestAnimationFrame(n))}function he(e){var t=V,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),V=t}function ye(e){var t=V;e.__c=e.__(),V=t}function ve(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function ge(e,t){return"function"==typeof t?t(e):t}/*! js-cookie v3.0.5 | MIT */function be(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}var Ee=function e(t,n){function r(e,r,o){if("undefined"!=typeof document){"number"==typeof(o=be({},n,o)).expires&&(o.expires=new Date(Date.now()+864e5*o.expires)),o.expires&&(o.expires=o.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var i="";for(var a in o)o[a]&&(i+="; "+a,!0!==o[a]&&(i+="="+o[a].split(";")[0]));return document.cookie=e+"="+t.write(r,e)+i}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var n=document.cookie?document.cookie.split("; "):[],r={},o=0;o<n.length;o++){var i=n[o].split("="),a=i.slice(1).join("=");try{var l=decodeURIComponent(i[0]);if(r[l]=t.read(a,l),e===l)break}catch(e){}}return e?r[e]:r}},remove:function(e,t){r(e,"",be({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,be({},this.attributes,t))},withConverter:function(t){return e(be({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(t)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});function ke(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function Se(e){return function t(n){return 0===arguments.length||ke(n)?t:e.apply(this,arguments)}}function Te(e){return function t(n,r){switch(arguments.length){case 0:return t;case 1:return ke(n)?t:Se((function(t){return e(n,t)}));default:return ke(n)&&ke(r)?t:ke(n)?Se((function(t){return e(t,r)})):ke(r)?Se((function(t){return e(n,t)})):e(n,r)}}}function xe(e){return function t(n,r,o){switch(arguments.length){case 0:return t;case 1:return ke(n)?t:Te((function(t,r){return e(n,t,r)}));case 2:return ke(n)&&ke(r)?t:ke(n)?Te((function(t,n){return e(t,r,n)})):ke(r)?Te((function(t,r){return e(n,t,r)})):Se((function(t){return e(n,r,t)}));default:return ke(n)&&ke(r)&&ke(o)?t:ke(n)&&ke(r)?Te((function(t,n){return e(t,n,o)})):ke(n)&&ke(o)?Te((function(t,n){return e(t,r,n)})):ke(r)&&ke(o)?Te((function(t,r){return e(n,t,r)})):ke(n)?Se((function(t){return e(t,r,o)})):ke(r)?Se((function(t){return e(n,t,o)})):ke(o)?Se((function(t){return e(n,r,t)})):e(n,r,o)}}}var Ae=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function Ne(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}function we(e,t,n){for(var r=0,o=n.length;r<o;){if(e(t,n[r]))return!0;r+=1}return!1}function Ce(e,t){return Object.prototype.hasOwnProperty.call(t,e)}var Oe="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t},Re=Object.prototype.toString,De=function(){return"[object Arguments]"===Re.call(arguments)?function(e){return"[object Arguments]"===Re.call(e)}:function(e){return Ce("callee",e)}}(),Le=!{toString:null}.propertyIsEnumerable("toString"),Ie=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],Me=function(){return arguments.propertyIsEnumerable("length")}(),Pe=function(e,t){for(var n=0;n<e.length;){if(e[n]===t)return!0;n+=1}return!1},Ue="function"!=typeof Object.keys||Me?Se((function(e){if(Object(e)!==e)return[];var t,n,r=[],o=Me&&De(e);for(t in e)!Ce(t,e)||o&&"length"===t||(r[r.length]=t);if(Le)for(n=Ie.length-1;n>=0;)Ce(t=Ie[n],e)&&!Pe(r,t)&&(r[r.length]=t),n-=1;return r})):Se((function(e){return Object(e)!==e?[]:Object.keys(e)})),He=Se((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function je(e,t,n,r){var o=Ne(e);function i(e,t){return Fe(e,t,n.slice(),r.slice())}return!we((function(e,t){return!we(i,t,e)}),Ne(t),o)}function Fe(e,t,n,r){if(Oe(e,t))return!0;var o=He(e);if(o!==He(t))return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===function(e){var t=String(e).match(/^function (\w*)/);return null==t?"":t[1]}(e.constructor))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!Oe(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!Oe(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var i=n.length-1;i>=0;){if(n[i]===e)return r[i]===t;i-=1}switch(o){case"Map":return e.size===t.size&&je(e.entries(),t.entries(),n.concat([e]),r.concat([t]));case"Set":return e.size===t.size&&je(e.values(),t.values(),n.concat([e]),r.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var a=Ue(e);if(a.length!==Ue(t).length)return!1;var l=n.concat([e]),c=r.concat([t]);for(i=a.length-1;i>=0;){var u=a[i];if(!Ce(u,t)||!Fe(t[u],e[u],l,c))return!1;i-=1}return!0}var ze=Te((function(e,t){return Fe(e,t,[],[])}));function We(e){return"[object Object]"===Object.prototype.toString.call(e)}var Be=Se((function(e){return null==e}));var Ve=Se((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():Ae(e)?[]:function(e){return"[object String]"===Object.prototype.toString.call(e)}(e)?"":We(e)?{}:De(e)?function(){return arguments}():function(e){var t=Object.prototype.toString.call(e);return"[object Uint8ClampedArray]"===t||"[object Int8Array]"===t||"[object Uint8Array]"===t||"[object Int16Array]"===t||"[object Uint16Array]"===t||"[object Int32Array]"===t||"[object Uint32Array]"===t||"[object Float32Array]"===t||"[object Float64Array]"===t||"[object BigInt64Array]"===t||"[object BigUint64Array]"===t}(e)?e.constructor.from(""):void 0})),Ge=Se((function(e){return null!=e&&ze(e,Ve(e))})),qe=Ge,Ye=Se((function(e){return!Be(e)})),$e=Ye,Xe=xe((function(e,t,n){var r,o={};for(r in n=n||{},t=t||{})Ce(r,t)&&(o[r]=Ce(r,n)?e(r,t[r],n[r]):t[r]);for(r in n)Ce(r,n)&&!Ce(r,o)&&(o[r]=n[r]);return o})),Ke=xe((function e(t,n,r){return Xe((function(n,r,o){return We(r)&&We(o)?e(t,r,o):t(n,r,o)}),n,r)})),Ze=Te((function(e,t){return Ke((function(e,t,n){return n}),e,t)}));const Je=e=>{let t;const n=new Set,r=(e,r)=>{const o="function"==typeof e?e(t):e;if(!Object.is(o,t)){const e=t;t=(null!=r?r:"object"!=typeof o)?o:Object.assign({},t,o),n.forEach((n=>n(t,e)))}},o=()=>t,i={setState:r,getState:o,subscribe:e=>(n.add(e),()=>n.delete(e)),destroy:()=>{console.warn("[DEPRECATED] The `destroy` method will be unsupported in a future version. Instead use unsubscribe function returned by subscribe. Everything will be garbage-collected if store is garbage-collected."),n.clear()}};return t=e(r,o,i),i};function Qe(e,t){for(var n in t)e[n]=t[n];return e}function et(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function tt(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}function nt(e){this.props=e}function rt(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:et(this.props,e)}function r(t){return this.shouldComponentUpdate=n,d(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(nt.prototype=new v).isPureReactComponent=!0,nt.prototype.shouldComponentUpdate=function(e,t){return et(this.props,e)||et(this.state,t)};var ot=t.__b;t.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),ot&&ot(e)};var it="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function at(e){function t(t){var n=Qe({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=it,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var lt=function(e,t){return null==e?null:x(x(e).map(t))},ct={map:lt,forEach:lt,count:function(e){return e?x(e).length:0},only:function(e){var t=x(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:x},ut=t.__e;t.__e=function(e,t,n,r){if(e.then)for(var o,i=t;i=i.__;)if((o=i.__c)&&o.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),o.__c(e,t);ut(e,t,n,r)};var st=t.unmount;function ft(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=Qe({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return ft(e,t,n)}))),e}function _t(e,t,n){return e&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return _t(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.insertBefore(e.__e,e.__d),e.__c.__e=!0,e.__c.__P=n)),e}function pt(){this.__u=0,this.t=null,this.__b=null}function dt(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function mt(e){var t,n,r;function o(o){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return d(n,o)}return o.displayName="Lazy",o.__f=!0,o}function ht(){this.u=null,this.o=null}t.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),st&&st(e)},(pt.prototype=new v).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var o=dt(r.__v),i=!1,a=function(){i||(i=!0,n.__R=null,o?o(l):l())};n.__R=a;var l=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=_t(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},c=!0===t.__h;r.__u++||c||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},pt.prototype.componentWillUnmount=function(){this.t=[]},pt.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=ft(this.__b,n,r.__O=r.__P)}this.__b=null}var o=t.__a&&d(y,null,e.fallback);return o&&(o.__h=null),[d(y,null,t.__a?null:e.children),o]};var yt=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function vt(e){return this.getChildContext=function(){return e.context},e.children}function gt(e){var t=this,n=e.i;t.componentWillUnmount=function(){U(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),U(d(vt,{context:t.context},e.__v),t.l)}function bt(e,t){var n=d(gt,{__v:e,i:t});return n.containerInfo=t,n}(ht.prototype=new v).__a=function(e){var t=this,n=dt(t.__v),r=t.o.get(e);return r[0]++,function(o){var i=function(){t.props.revealOrder?(r.push(o),yt(t,e,r)):o()};n?n(i):i()}},ht.prototype.render=function(e){this.u=null,this.o=new Map;var t=x(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},ht.prototype.componentDidUpdate=ht.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){yt(e,n,t)}))};var Et="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,kt=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,St=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Tt=/[A-Z0-9]/g,xt="undefined"!=typeof document,At=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};function Nt(e,t,n){return null==t.__k&&(t.textContent=""),U(e,t),"function"==typeof n&&n(),e?e.__c:null}function wt(e,t,n){return H(e,t),"function"==typeof n&&n(),e?e.__c:null}v.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(v.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var Ct=t.event;function Ot(){}function Rt(){return this.cancelBubble}function Dt(){return this.defaultPrevented}t.event=function(e){return Ct&&(e=Ct(e)),e.persist=Ot,e.isPropagationStopped=Rt,e.isDefaultPrevented=Dt,e.nativeEvent=e};var Lt,It={enumerable:!1,configurable:!0,get:function(){return this.class}},Mt=t.vnode;t.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={};for(var o in t){var i=t[o];if(!("value"===o&&"defaultValue"in t&&null==i||xt&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var a=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===i?i="":"ondoubleclick"===a?o="ondblclick":"onchange"!==a||"input"!==n&&"textarea"!==n||At(t.type)?"onfocus"===a?o="onfocusin":"onblur"===a?o="onfocusout":St.test(o)?o=a:-1===n.indexOf("-")&&kt.test(o)?o=o.replace(Tt,"-$&").toLowerCase():null===i&&(i=void 0):a=o="oninput","oninput"===a&&r[o=a]&&(o="oninputCapture"),r[o]=i}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=x(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=x(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",It)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=Et,Mt&&Mt(e)};var Pt=t.__r;t.__r=function(e){Pt&&Pt(e),Lt=e.__c};var Ut=t.diffed;t.diffed=function(e){Ut&&Ut(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),Lt=null};var Ht={ReactCurrentDispatcher:{current:{readContext:function(e){return Lt.__n[e.__c].props.value}}}};function jt(e){return d.bind(null,e)}function Ft(e){return!!e&&e.$$typeof===Et}function zt(e){return Ft(e)&&e.type===y}function Wt(e){return Ft(e)?j.apply(null,arguments):e}function Bt(e){return!!e.__k&&(U(null,e),!0)}function Vt(e){return e&&(e.base||1===e.nodeType&&e)||null}var Gt=function(e,t){return e(t)},qt=function(e,t){return e(t)},Yt=y;function $t(e){e()}function Xt(e){return e}function Kt(){return[!1,$t]}var Zt=ie,Jt=Ft;function Qt(e,t){var n=t(),r=ne({h:{__:n,v:t}}),o=r[0].h,i=r[1];return ie((function(){o.__=n,o.v=t,tt(o.__,t())||i({h:o})}),[e,n,t]),oe((function(){return tt(o.__,o.v())||i({h:o}),e((function(){tt(o.__,o.v())||i({h:o})}))}),[e]),n}var en={useState:ne,useId:_e,useReducer:re,useEffect:oe,useLayoutEffect:ie,useInsertionEffect:Zt,useTransition:Kt,useDeferredValue:Xt,useSyncExternalStore:Qt,startTransition:$t,useRef:ae,useImperativeHandle:le,useMemo:ce,useCallback:ue,useContext:se,useDebugValue:fe,version:"17.0.2",Children:ct,render:Nt,hydrate:wt,unmountComponentAtNode:Bt,createPortal:bt,createElement:d,createContext:F,createFactory:jt,cloneElement:Wt,createRef:h,Fragment:y,isValidElement:Ft,isElement:Jt,isFragment:zt,findDOMNode:Vt,Component:v,PureComponent:nt,memo:rt,forwardRef:at,flushSync:qt,unstable_batchedUpdates:Gt,StrictMode:Yt,Suspense:pt,SuspenseList:ht,lazy:mt,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:Ht},tn=Object.freeze({__proto__:null,Children:ct,Component:v,Fragment:y,PureComponent:nt,StrictMode:Yt,Suspense:pt,SuspenseList:ht,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:Ht,cloneElement:Wt,createContext:F,createElement:d,createFactory:jt,createPortal:bt,createRef:h,default:en,findDOMNode:Vt,flushSync:qt,forwardRef:at,hydrate:wt,isElement:Jt,isFragment:zt,isValidElement:Ft,lazy:mt,memo:rt,render:Nt,startTransition:$t,unmountComponentAtNode:Bt,unstable_batchedUpdates:Gt,useCallback:ue,useContext:se,useDebugValue:fe,useDeferredValue:Xt,useEffect:oe,useErrorBoundary:function(e){var t=te(B++,10),n=ne();return t.__=e,V.componentDidCatch||(V.componentDidCatch=function(e,r){t.__&&t.__(e,r),n[1](e)}),[n[0],function(){n[1](void 0)}]},useId:_e,useImperativeHandle:le,useInsertionEffect:Zt,useLayoutEffect:ie,useMemo:ce,useReducer:re,useRef:ae,useState:ne,useSyncExternalStore:Qt,useTransition:Kt,version:"17.0.2"});function nn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function rn(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")&&1===Object.keys(e).length?e.default:e}var on={exports:{}},an={},ln=rn(tn),cn={exports:{}},un={},sn=ln;var fn="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},_n=sn.useState,pn=sn.useEffect,dn=sn.useLayoutEffect,mn=sn.useDebugValue;function hn(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!fn(e,n)}catch(e){return!0}}var yn="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var n=t(),r=_n({inst:{value:n,getSnapshot:t}}),o=r[0].inst,i=r[1];return dn((function(){o.value=n,o.getSnapshot=t,hn(o)&&i({inst:o})}),[e,n,t]),pn((function(){return hn(o)&&i({inst:o}),e((function(){hn(o)&&i({inst:o})}))}),[e]),mn(n),n};un.useSyncExternalStore=void 0!==sn.useSyncExternalStore?sn.useSyncExternalStore:yn,cn.exports=un;var vn=ln,gn=cn.exports;
|
|
2
2
|
/**
|
|
3
3
|
* @license React
|
|
4
4
|
* use-sync-external-store-shim/with-selector.production.min.js
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
*
|
|
8
8
|
* This source code is licensed under the MIT license found in the
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/var bn="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},En=gn.useSyncExternalStore,kn=vn.useRef,Sn=vn.useEffect,Tn=vn.useMemo,xn=vn.useDebugValue;an.useSyncExternalStoreWithSelector=function(e,t,n,r,o){var i=kn(null);if(null===i.current){var a={hasValue:!1,value:null};i.current=a}else a=i.current;i=Tn((function(){function e(e){if(!c){if(c=!0,i=e,e=r(e),void 0!==o&&a.hasValue){var t=a.value;if(o(t,e))return l=t}return l=e}if(t=l,bn(i,e))return t;var n=r(e);return void 0!==o&&o(t,n)?t:(i=e,l=n)}var i,l,c=!1,u=void 0===n?null:n;return[function(){return e(t())},null===u?void 0:function(){return e(u())}]}),[t,n,r,o]);var l=En(e,i[0],i[1]);return Sn((function(){a.hasValue=!0,a.value=l}),[l]),xn(l),l},on.exports=an;var An=nn(on.exports);const{useSyncExternalStoreWithSelector:Nn}=An;let wn=!1;const Cn=e=>{"function"!=typeof e&&console.warn("[DEPRECATED] Passing a vanilla store will be unsupported in a future version. Instead use `import { useStore } from 'zustand'`.");const t="function"==typeof e?(e=>e?Je(e):Je)(e):e,n=(e,n)=>function(e,t=e.getState,n){n&&!wn&&(console.warn("[DEPRECATED] Use `createWithEqualityFn` instead of `create` or use `useStoreWithEqualityFn` instead of `useStore`. They can be imported from 'zustand/traditional'. https://github.com/pmndrs/zustand/discussions/1937"),wn=!0);const r=Nn(e.subscribe,e.getState,e.getServerState||e.getState,t,n);return fe(r),r}(t,e,n);return Object.assign(n,t),n},On=Ze({name:"leckerli",banner:{title:"This website uses cookies.",description:'We use cookies to improve your browsing experience, deliver personalised advertising or content and analyse our traffic. By clicking on "Accept all", you consent to our use of cookies.',accept:"Accept all",reject:"Deny",customise:"Customize",save:"Save",settings:[{slug:"analytics_storage",title:"Statistics",description:"Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously."},{slug:"ad_storage",title:"Marketing",description:"Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers."}]},permissions:["analytics_storage","ad_storage"],baseData:{},cookie:{},choiceMade:!1,settingsOpen:!1,domain:window.location.hostname,enableGtmAutoLoad:!1},window.leckerliSettings??{}),Rn=new Date;Rn.setMonth(Rn.getMonth()+1);const Dn={sameSite:"strict",domain:On.domain,expires:Rn},Ln=Ee.get(On.name);On.cookie=$e(Ln)?JSON.parse(Ln):On.permissions.reduce(((e,t)=>({...e,[t]:!1})),On.baseData),On.choiceMade=$e(Ln);const Mn=(In=(e,t)=>({...On,init:()=>{const e=t();Be(Ln)&&e.choiceMade&&Ee.set(e.name,JSON.stringify(e.cookie),Dn),document.dispatchEvent(new CustomEvent("leckerli:initialised",{detail:{cookie:e.choiceMade?e.cookie:null}})),document.addEventListener("leckerli:open-banner",(()=>t().setChoice(!1))),document.addEventListener("leckerli:close-banner",(()=>t().setChoice(!0))),document.addEventListener("leckerli:open-modal",(()=>t().setModal(!0))),document.addEventListener("leckerli:close-modal",(()=>t().setModal(!1)))},propagate(e){const n=t();Ee.set(n.name,JSON.stringify(e),Dn),document.dispatchEvent(new CustomEvent("leckerli:permissions-updated",{detail:{cookie:e}}))},setChoice:t=>e((e=>({...e,choiceMade:t}))),setModal:t=>e((e=>(document.dispatchEvent(new CustomEvent("leckerli:modal-"+(t?"opened":"closed"))),{...e,settingsOpen:t}))),setPermissions:t=>e((e=>{const n=e.permissions.reduce(((e,n)=>({...e,[n]:t[n]??!1})),e.baseData);return e.propagate(n),{...e,choiceMade:!0,cookie:n}})),togglePermission:t=>e((e=>{const n=e.permissions.reduce(((n,r)=>(n[r]=t===r?!$e(e.cookie[r])||!e.cookie[r]:e.cookie[r]??!1,n)),e.baseData);return e.propagate(n),{...e,choiceMade:!0,cookie:n}})),acceptAll:()=>{t().setPermissions(t().permissions.reduce(((e,t)=>({...e,[t]:!0})),{}))},rejectAll:()=>{t().setPermissions(t().permissions.reduce(((e,t)=>({...e,[t]:!1})),{}))}}))?Cn(In):Cn;/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */var In;const{entries:Pn,setPrototypeOf:Un,isFrozen:jn,getPrototypeOf:Hn,getOwnPropertyDescriptor:Fn}=Object;let{freeze:zn,seal:Wn,create:Bn}=Object,{apply:Vn,construct:qn}="undefined"!=typeof Reflect&&Reflect;Vn||(Vn=function(e,t,n){return e.apply(t,n)}),zn||(zn=function(e){return e}),Wn||(Wn=function(e){return e}),qn||(qn=function(e,t){return new e(...t)});const Gn=or(Array.prototype.forEach),Yn=or(Array.prototype.pop),$n=or(Array.prototype.push),Xn=or(String.prototype.toLowerCase),Kn=or(String.prototype.toString),Zn=or(String.prototype.match),Jn=or(String.prototype.replace),Qn=or(String.prototype.indexOf),er=or(String.prototype.trim),tr=or(RegExp.prototype.test),nr=(rr=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return qn(rr,t)});var rr;function or(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return Vn(e,t,r)}}function ir(e,t,n){var r;n=null!==(r=n)&&void 0!==r?r:Xn,Un&&Un(e,null);let o=t.length;for(;o--;){let r=t[o];if("string"==typeof r){const e=n(r);e!==r&&(jn(t)||(t[o]=e),r=e)}e[r]=!0}return e}function ar(e){const t=Bn(null);for(const[n,r]of Pn(e))t[n]=r;return t}function lr(e,t){for(;null!==e;){const n=Fn(e,t);if(n){if(n.get)return or(n.get);if("function"==typeof n.value)return or(n.value)}e=Hn(e)}return function(e){return console.warn("fallback value for",e),null}}const cr=zn(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),ur=zn(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),sr=zn(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),fr=zn(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),_r=zn(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),pr=zn(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),dr=zn(["#text"]),mr=zn(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),hr=zn(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),yr=zn(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),vr=zn(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),gr=Wn(/\{\{[\w\W]*|[\w\W]*\}\}/gm),br=Wn(/<%[\w\W]*|[\w\W]*%>/gm),Er=Wn(/\${[\w\W]*}/gm),kr=Wn(/^data-[\-\w.\u00B7-\uFFFF]/),Sr=Wn(/^aria-[\-\w]+$/),Tr=Wn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),xr=Wn(/^(?:\w+script|data):/i),Ar=Wn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Nr=Wn(/^html$/i);var wr=Object.freeze({__proto__:null,MUSTACHE_EXPR:gr,ERB_EXPR:br,TMPLIT_EXPR:Er,DATA_ATTR:kr,ARIA_ATTR:Sr,IS_ALLOWED_URI:Tr,IS_SCRIPT_OR_DATA:xr,ATTR_WHITESPACE:Ar,DOCTYPE_NAME:Nr});const Cr=()=>"undefined"==typeof window?null:window;var Or=function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Cr();const n=t=>e(t);if(n.version="3.0.5",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;const r=t.document,o=r.currentScript;let{document:i}=t;const{DocumentFragment:a,HTMLTemplateElement:l,Node:c,Element:u,NodeFilter:s,NamedNodeMap:f=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:_,DOMParser:p,trustedTypes:d}=t,m=u.prototype,h=lr(m,"cloneNode"),y=lr(m,"nextSibling"),v=lr(m,"childNodes"),g=lr(m,"parentNode");if("function"==typeof l){const e=i.createElement("template");e.content&&e.content.ownerDocument&&(i=e.content.ownerDocument)}let b,E="";const{implementation:k,createNodeIterator:S,createDocumentFragment:T,getElementsByTagName:x}=i,{importNode:A}=r;let N={};n.isSupported="function"==typeof Pn&&"function"==typeof g&&k&&void 0!==k.createHTMLDocument;const{MUSTACHE_EXPR:w,ERB_EXPR:C,TMPLIT_EXPR:O,DATA_ATTR:R,ARIA_ATTR:D,IS_SCRIPT_OR_DATA:L,ATTR_WHITESPACE:M}=wr;let{IS_ALLOWED_URI:I}=wr,P=null;const U=ir({},[...cr,...ur,...sr,..._r,...dr]);let j=null;const H=ir({},[...mr,...hr,...yr,...vr]);let F=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),z=null,W=null,B=!0,V=!0,q=!1,G=!0,Y=!1,$=!1,X=!1,K=!1,Z=!1,J=!1,Q=!1,ee=!0,te=!1,ne=!0,re=!1,oe={},ie=null;const ae=ir({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let le=null;const ce=ir({},["audio","video","img","source","image","track"]);let ue=null;const se=ir({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),fe="http://www.w3.org/1998/Math/MathML",_e="http://www.w3.org/2000/svg",pe="http://www.w3.org/1999/xhtml";let de=pe,me=!1,he=null;const ye=ir({},[fe,_e,pe],Kn);let ve;const ge=["application/xhtml+xml","text/html"];let be,Ee=null;const ke=i.createElement("form"),Se=function(e){return e instanceof RegExp||e instanceof Function},Te=function(e){if(!Ee||Ee!==e){if(e&&"object"==typeof e||(e={}),e=ar(e),ve=ve=-1===ge.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,be="application/xhtml+xml"===ve?Kn:Xn,P="ALLOWED_TAGS"in e?ir({},e.ALLOWED_TAGS,be):U,j="ALLOWED_ATTR"in e?ir({},e.ALLOWED_ATTR,be):H,he="ALLOWED_NAMESPACES"in e?ir({},e.ALLOWED_NAMESPACES,Kn):ye,ue="ADD_URI_SAFE_ATTR"in e?ir(ar(se),e.ADD_URI_SAFE_ATTR,be):se,le="ADD_DATA_URI_TAGS"in e?ir(ar(ce),e.ADD_DATA_URI_TAGS,be):ce,ie="FORBID_CONTENTS"in e?ir({},e.FORBID_CONTENTS,be):ae,z="FORBID_TAGS"in e?ir({},e.FORBID_TAGS,be):{},W="FORBID_ATTR"in e?ir({},e.FORBID_ATTR,be):{},oe="USE_PROFILES"in e&&e.USE_PROFILES,B=!1!==e.ALLOW_ARIA_ATTR,V=!1!==e.ALLOW_DATA_ATTR,q=e.ALLOW_UNKNOWN_PROTOCOLS||!1,G=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Y=e.SAFE_FOR_TEMPLATES||!1,$=e.WHOLE_DOCUMENT||!1,Z=e.RETURN_DOM||!1,J=e.RETURN_DOM_FRAGMENT||!1,Q=e.RETURN_TRUSTED_TYPE||!1,K=e.FORCE_BODY||!1,ee=!1!==e.SANITIZE_DOM,te=e.SANITIZE_NAMED_PROPS||!1,ne=!1!==e.KEEP_CONTENT,re=e.IN_PLACE||!1,I=e.ALLOWED_URI_REGEXP||Tr,de=e.NAMESPACE||pe,F=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&Se(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(F.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Se(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(F.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(F.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Y&&(V=!1),J&&(Z=!0),oe&&(P=ir({},[...dr]),j=[],!0===oe.html&&(ir(P,cr),ir(j,mr)),!0===oe.svg&&(ir(P,ur),ir(j,hr),ir(j,vr)),!0===oe.svgFilters&&(ir(P,sr),ir(j,hr),ir(j,vr)),!0===oe.mathMl&&(ir(P,_r),ir(j,yr),ir(j,vr))),e.ADD_TAGS&&(P===U&&(P=ar(P)),ir(P,e.ADD_TAGS,be)),e.ADD_ATTR&&(j===H&&(j=ar(j)),ir(j,e.ADD_ATTR,be)),e.ADD_URI_SAFE_ATTR&&ir(ue,e.ADD_URI_SAFE_ATTR,be),e.FORBID_CONTENTS&&(ie===ae&&(ie=ar(ie)),ir(ie,e.FORBID_CONTENTS,be)),ne&&(P["#text"]=!0),$&&ir(P,["html","head","body"]),P.table&&(ir(P,["tbody"]),delete z.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw nr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw nr('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');b=e.TRUSTED_TYPES_POLICY,E=b.createHTML("")}else void 0===b&&(b=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return e.createPolicy(o,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(d,o)),null!==b&&"string"==typeof E&&(E=b.createHTML(""));zn&&zn(e),Ee=e}},xe=ir({},["mi","mo","mn","ms","mtext"]),Ae=ir({},["foreignobject","desc","title","annotation-xml"]),Ne=ir({},["title","style","font","a","script"]),we=ir({},ur);ir(we,sr),ir(we,fr);const Ce=ir({},_r);ir(Ce,pr);const Oe=function(e){$n(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.remove()}},Re=function(e,t){try{$n(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){$n(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!j[e])if(Z||J)try{Oe(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},De=function(e){let t,n;if(K)e="<remove></remove>"+e;else{const t=Zn(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===ve&&de===pe&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const r=b?b.createHTML(e):e;if(de===pe)try{t=(new p).parseFromString(r,ve)}catch(e){}if(!t||!t.documentElement){t=k.createDocument(de,"template",null);try{t.documentElement.innerHTML=me?E:r}catch(e){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(i.createTextNode(n),o.childNodes[0]||null),de===pe?x.call(t,$?"html":"body")[0]:$?t.documentElement:o},Le=function(e){return S.call(e.ownerDocument||e,e,s.SHOW_ELEMENT|s.SHOW_COMMENT|s.SHOW_TEXT,null,!1)},Me=function(e){return"object"==typeof c?e instanceof c:e&&"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},Ie=function(e,t,r){N[e]&&Gn(N[e],(e=>{e.call(n,t,r,Ee)}))},Pe=function(e){let t;if(Ie("beforeSanitizeElements",e,null),(r=e)instanceof _&&("string"!=typeof r.nodeName||"string"!=typeof r.textContent||"function"!=typeof r.removeChild||!(r.attributes instanceof f)||"function"!=typeof r.removeAttribute||"function"!=typeof r.setAttribute||"string"!=typeof r.namespaceURI||"function"!=typeof r.insertBefore||"function"!=typeof r.hasChildNodes))return Oe(e),!0;var r;const o=be(e.nodeName);if(Ie("uponSanitizeElement",e,{tagName:o,allowedTags:P}),e.hasChildNodes()&&!Me(e.firstElementChild)&&(!Me(e.content)||!Me(e.content.firstElementChild))&&tr(/<[/\w]/g,e.innerHTML)&&tr(/<[/\w]/g,e.textContent))return Oe(e),!0;if(!P[o]||z[o]){if(!z[o]&&je(o)){if(F.tagNameCheck instanceof RegExp&&tr(F.tagNameCheck,o))return!1;if(F.tagNameCheck instanceof Function&&F.tagNameCheck(o))return!1}if(ne&&!ie[o]){const t=g(e)||e.parentNode,n=v(e)||e.childNodes;if(n&&t){for(let r=n.length-1;r>=0;--r)t.insertBefore(h(n[r],!0),y(e))}}return Oe(e),!0}return e instanceof u&&!function(e){let t=g(e);t&&t.tagName||(t={namespaceURI:de,tagName:"template"});const n=Xn(e.tagName),r=Xn(t.tagName);return!!he[e.namespaceURI]&&(e.namespaceURI===_e?t.namespaceURI===pe?"svg"===n:t.namespaceURI===fe?"svg"===n&&("annotation-xml"===r||xe[r]):Boolean(we[n]):e.namespaceURI===fe?t.namespaceURI===pe?"math"===n:t.namespaceURI===_e?"math"===n&&Ae[r]:Boolean(Ce[n]):e.namespaceURI===pe?!(t.namespaceURI===_e&&!Ae[r])&&!(t.namespaceURI===fe&&!xe[r])&&!Ce[n]&&(Ne[n]||!we[n]):!("application/xhtml+xml"!==ve||!he[e.namespaceURI]))}(e)?(Oe(e),!0):"noscript"!==o&&"noembed"!==o&&"noframes"!==o||!tr(/<\/no(script|embed|frames)/i,e.innerHTML)?(Y&&3===e.nodeType&&(t=e.textContent,t=Jn(t,w," "),t=Jn(t,C," "),t=Jn(t,O," "),e.textContent!==t&&($n(n.removed,{element:e.cloneNode()}),e.textContent=t)),Ie("afterSanitizeElements",e,null),!1):(Oe(e),!0)},Ue=function(e,t,n){if(ee&&("id"===t||"name"===t)&&(n in i||n in ke))return!1;if(V&&!W[t]&&tr(R,t));else if(B&&tr(D,t));else if(!j[t]||W[t]){if(!(je(e)&&(F.tagNameCheck instanceof RegExp&&tr(F.tagNameCheck,e)||F.tagNameCheck instanceof Function&&F.tagNameCheck(e))&&(F.attributeNameCheck instanceof RegExp&&tr(F.attributeNameCheck,t)||F.attributeNameCheck instanceof Function&&F.attributeNameCheck(t))||"is"===t&&F.allowCustomizedBuiltInElements&&(F.tagNameCheck instanceof RegExp&&tr(F.tagNameCheck,n)||F.tagNameCheck instanceof Function&&F.tagNameCheck(n))))return!1}else if(ue[t]);else if(tr(I,Jn(n,M,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==Qn(n,"data:")||!le[e]){if(q&&!tr(L,Jn(n,M,"")));else if(n)return!1}else;return!0},je=function(e){return e.indexOf("-")>0},He=function(e){let t,r,o,i;Ie("beforeSanitizeAttributes",e,null);const{attributes:a}=e;if(!a)return;const l={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j};for(i=a.length;i--;){t=a[i];const{name:c,namespaceURI:u}=t;if(r="value"===c?t.value:er(t.value),o=be(c),l.attrName=o,l.attrValue=r,l.keepAttr=!0,l.forceKeepAttr=void 0,Ie("uponSanitizeAttribute",e,l),r=l.attrValue,l.forceKeepAttr)continue;if(Re(c,e),!l.keepAttr)continue;if(!G&&tr(/\/>/i,r)){Re(c,e);continue}Y&&(r=Jn(r,w," "),r=Jn(r,C," "),r=Jn(r,O," "));const s=be(e.nodeName);if(Ue(s,o,r)){if(!te||"id"!==o&&"name"!==o||(Re(c,e),r="user-content-"+r),b&&"object"==typeof d&&"function"==typeof d.getAttributeType)if(u);else switch(d.getAttributeType(s,o)){case"TrustedHTML":r=b.createHTML(r);break;case"TrustedScriptURL":r=b.createScriptURL(r)}try{u?e.setAttributeNS(u,c,r):e.setAttribute(c,r),Yn(n.removed)}catch(e){}}}Ie("afterSanitizeAttributes",e,null)},Fe=function e(t){let n;const r=Le(t);for(Ie("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Ie("uponSanitizeShadowNode",n,null),Pe(n)||(n.content instanceof a&&e(n.content),He(n));Ie("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e){let t,o,i,l,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(me=!e,me&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Me(e)){if("function"!=typeof e.toString)throw nr("toString is not a function");if("string"!=typeof(e=e.toString()))throw nr("dirty is not a string, aborting")}if(!n.isSupported)return e;if(X||Te(u),n.removed=[],"string"==typeof e&&(re=!1),re){if(e.nodeName){const t=be(e.nodeName);if(!P[t]||z[t])throw nr("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof c)t=De("\x3c!----\x3e"),o=t.ownerDocument.importNode(e,!0),1===o.nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?t=o:t.appendChild(o);else{if(!Z&&!Y&&!$&&-1===e.indexOf("<"))return b&&Q?b.createHTML(e):e;if(t=De(e),!t)return Z?null:Q?E:""}t&&K&&Oe(t.firstChild);const s=Le(re?e:t);for(;i=s.nextNode();)Pe(i)||(i.content instanceof a&&Fe(i.content),He(i));if(re)return e;if(Z){if(J)for(l=T.call(t.ownerDocument);t.firstChild;)l.appendChild(t.firstChild);else l=t;return(j.shadowroot||j.shadowrootmode)&&(l=A.call(r,l,!0)),l}let f=$?t.outerHTML:t.innerHTML;return $&&P["!doctype"]&&t.ownerDocument&&t.ownerDocument.doctype&&t.ownerDocument.doctype.name&&tr(Nr,t.ownerDocument.doctype.name)&&(f="<!DOCTYPE "+t.ownerDocument.doctype.name+">\n"+f),Y&&(f=Jn(f,w," "),f=Jn(f,C," "),f=Jn(f,O," ")),b&&Q?b.createHTML(f):f},n.setConfig=function(e){Te(e),X=!0},n.clearConfig=function(){Ee=null,X=!1},n.isValidAttribute=function(e,t,n){Ee||Te({});const r=be(e),o=be(t);return Ue(r,o,n)},n.addHook=function(e,t){"function"==typeof t&&(N[e]=N[e]||[],$n(N[e],t))},n.removeHook=function(e){if(N[e])return Yn(N[e])},n.removeHooks=function(e){N[e]&&(N[e]=[])},n.removeAllHooks=function(){N={}},n}();const Rr=()=>{const{banner:e,acceptAll:t,rejectAll:n,setModal:r}=Mn();return W("div",{className:"fixed bottom-0 left-0 max-w-md px-5 py-4 m-2 shadow-md shadow-black/25 z-[9998] bg-background space-y-4 font-primary text-foreground rounded-md banner-wrapper",children:[e.title&&W("h3",{className:"m-0 text-lg font-semibold font-primary md:text-xl banner-title",children:e.title}),e.description&&W("p",{className:"m-0 text-sm leading-snug font-primary md:text-base banner-description",dangerouslySetInnerHTML:{__html:Or.sanitize(e.description,{USE_PROFILES:{html:!0},ALLOWED_TAGS:["b","i","em","strong","p","ul","li","ol","span","h2","h3","h4","h5","h6","a","div"],ALLOWED_ATTR:["href","target"]})}}),W("div",{className:"pt-2 space-y-2 banner-btns",children:[!Ge(e.settings)&&W("button",{type:"button",className:"px-2 mr-2 text-sm font-semibold border-2 border-solid rounded bg-background font-primary text-primary md:px-3.5 py-1.5 md:py-2.5 border-primary hover:border-primary-hover hover:text-primary-hover active:border-primary-active active:text-primary-active transition-colors banner-btn-customise",onClick:()=>r(!0),children:e.customise}),W("button",{type:"button",className:"px-2 mr-2 text-sm font-semibold border-2 border-solid rounded bg-background font-primary text-primary md:px-3.5 py-1.5 md:py-2.5 border-primary hover:border-primary-hover hover:text-primary-hover active:border-primary-active active:text-primary-active transition-colors banner-btn-reject",onClick:n,children:e.reject}),W("button",{type:"button",className:"px-2 mr-2 text-sm font-semibold border-2 border-solid rounded bg-primary font-primary text-background md:px-3.5 py-1.5 md:py-2.5 border-primary hover:bg-primary-hover hover:border-primary-hover active:bg-primary-active active:border-primary-active transition-colors banner-btn-accept",onClick:t,children:e.accept})]})]})},Dr=()=>{const{cookie:e,setPermissions:t,banner:n,setModal:r}=Mn(),[o,i]=ne(e);return W("div",{className:"fixed bottom-0 left-0 w-full max-w-lg max-h-full px-5 py-4 m-2 overflow-y-auto text-black shadow-md shadow-black/25 z-[9999] bg-background text-foreground font-primary rounded-md banner-wrapper",children:[W("div",{className:"space-y-6",children:[W("h3",{className:"w-10/12 m-0 text-xl font-semibold font-primary md:text-2xl banner-title",children:n.customise}),n.settings.map((({slug:e,title:t,description:n})=>W("div",{children:[W("div",{className:"flex items-start justify-between",children:[W("h3",{className:"m-0 text-lg font-semibold font-primary banner-settings-title",children:t}),W("button",{type:"button",className:(o[e]?"bg-primary":"bg-gray-200")+" relative inline-flex h-6 w-11 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2 mt-0.5 banner-settings-toggle",role:"switch","aria-checked":"false",onClick:()=>i({...o,[e]:!o[e]}),children:[W("span",{className:"sr-only",children:"Toggle"}),W("span",{"aria-hidden":"true",className:(o[e]?"translate-x-5":"translate-x-0")+" pointer-events-none inline-block h-5 w-5 transform rounded-full bg-background shadow ring-0 transition duration-200 ease-in-out"})]})]}),W("p",{className:"m-0 mt-2 text-sm leading-snug font-primary md:text-base banner-settings-description",children:n})]},`setting-${e}`))),W("div",{className:"pt-4",children:W("button",{type:"button",className:"px-2 mr-2 text-sm font-semibold border-2 border-solid rounded bg-primary font-primary text-background md:px-3.5 py-1.5 md:py-2.5 border-primary hover:bg-primary-hover hover:border-primary-hover active:bg-primary-active active:border-primary-active transition-colors banner-settings-save",onClick:()=>{t(o),r(!1)},children:n.save})})]}),W("button",{type:"button",className:"absolute top-0 right-0 w-8 h-8 mt-0 text-xl rounded-full banner-settings-close",onClick:()=>r(!1),children:"×"})]})},Lr=document.createElement("div");Lr.id="lkrl-wrapper",document.body.appendChild(Lr),U(W((()=>{const{choiceMade:e,init:t,settingsOpen:n}=Mn();return oe((()=>{t()}),[]),W(y,{children:[!e&&!n&&W(Rr,{}),n&&W(Dr,{})]})}),{}),Lr)}();
|
|
10
|
+
*/var bn="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},En=gn.useSyncExternalStore,kn=vn.useRef,Sn=vn.useEffect,Tn=vn.useMemo,xn=vn.useDebugValue;an.useSyncExternalStoreWithSelector=function(e,t,n,r,o){var i=kn(null);if(null===i.current){var a={hasValue:!1,value:null};i.current=a}else a=i.current;i=Tn((function(){function e(e){if(!c){if(c=!0,i=e,e=r(e),void 0!==o&&a.hasValue){var t=a.value;if(o(t,e))return l=t}return l=e}if(t=l,bn(i,e))return t;var n=r(e);return void 0!==o&&o(t,n)?t:(i=e,l=n)}var i,l,c=!1,u=void 0===n?null:n;return[function(){return e(t())},null===u?void 0:function(){return e(u())}]}),[t,n,r,o]);var l=En(e,i[0],i[1]);return Sn((function(){a.hasValue=!0,a.value=l}),[l]),xn(l),l},on.exports=an;var An=nn(on.exports);const{useSyncExternalStoreWithSelector:Nn}=An;let wn=!1;const Cn=e=>{"function"!=typeof e&&console.warn("[DEPRECATED] Passing a vanilla store will be unsupported in a future version. Instead use `import { useStore } from 'zustand'`.");const t="function"==typeof e?(e=>e?Je(e):Je)(e):e,n=(e,n)=>function(e,t=e.getState,n){n&&!wn&&(console.warn("[DEPRECATED] Use `createWithEqualityFn` instead of `create` or use `useStoreWithEqualityFn` instead of `useStore`. They can be imported from 'zustand/traditional'. https://github.com/pmndrs/zustand/discussions/1937"),wn=!0);const r=Nn(e.subscribe,e.getState,e.getServerState||e.getState,t,n);return fe(r),r}(t,e,n);return Object.assign(n,t),n},On=Ze({name:"leckerli",expires:92,banner:{title:"This website uses cookies.",description:'We use cookies to improve your browsing experience, deliver personalised advertising or content and analyse our traffic. By clicking on "Accept all", you consent to our use of cookies.',accept:"Accept all",reject:"Deny",customise:"Customize",customiseDescription:"",save:"Save",settings:[{slug:"analytics_storage",title:"Statistics",description:"Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously."},{slug:"ad_storage",title:"Marketing",description:"Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers."}]},permissions:["analytics_storage","ad_storage"],baseData:{},cookie:{},choiceMade:!1,settingsOpen:!1,domain:window.location.hostname,enableGtmAutoLoad:!1},window.leckerliSettings??{}),Rn={sameSite:"strict",domain:On.domain,expires:On.expires},Dn=Ee.get(On.name);On.cookie=$e(Dn)?JSON.parse(Dn):On.permissions.reduce(((e,t)=>({...e,[t]:!1})),On.baseData),On.choiceMade=$e(Dn);const Ln=(In=(e,t)=>({...On,init:()=>{const e=t();Be(Dn)&&e.choiceMade&&Ee.set(e.name,JSON.stringify(e.cookie),Rn),document.dispatchEvent(new CustomEvent("leckerli:initialised",{detail:{cookie:e.choiceMade?e.cookie:null}})),document.addEventListener("leckerli:open-banner",(()=>t().setChoice(!1))),document.addEventListener("leckerli:close-banner",(()=>t().setChoice(!0))),document.addEventListener("leckerli:open-modal",(()=>t().setModal(!0))),document.addEventListener("leckerli:close-modal",(()=>t().setModal(!1)))},propagate(e){const n=t();Ee.set(n.name,JSON.stringify(e),Rn),document.dispatchEvent(new CustomEvent("leckerli:permissions-updated",{detail:{cookie:e}}))},setChoice:t=>e((e=>({...e,choiceMade:t}))),setModal:t=>e((e=>(document.dispatchEvent(new CustomEvent("leckerli:modal-"+(t?"opened":"closed"))),{...e,settingsOpen:t}))),setPermissions:t=>e((e=>{const n=e.permissions.reduce(((e,n)=>({...e,[n]:t[n]??!1})),e.baseData);return e.propagate(n),{...e,choiceMade:!0,cookie:n}})),togglePermission:t=>e((e=>{const n=e.permissions.reduce(((n,r)=>(n[r]=t===r?!$e(e.cookie[r])||!e.cookie[r]:e.cookie[r]??!1,n)),e.baseData);return e.propagate(n),{...e,choiceMade:!0,cookie:n}})),acceptAll:()=>{t().setPermissions(t().permissions.reduce(((e,t)=>({...e,[t]:!0})),{}))},rejectAll:()=>{t().setPermissions(t().permissions.reduce(((e,t)=>({...e,[t]:!1})),{}))}}))?Cn(In):Cn;/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */var In;const{entries:Mn,setPrototypeOf:Pn,isFrozen:Un,getPrototypeOf:Hn,getOwnPropertyDescriptor:jn}=Object;let{freeze:Fn,seal:zn,create:Wn}=Object,{apply:Bn,construct:Vn}="undefined"!=typeof Reflect&&Reflect;Bn||(Bn=function(e,t,n){return e.apply(t,n)}),Fn||(Fn=function(e){return e}),zn||(zn=function(e){return e}),Vn||(Vn=function(e,t){return new e(...t)});const Gn=rr(Array.prototype.forEach),qn=rr(Array.prototype.pop),Yn=rr(Array.prototype.push),$n=rr(String.prototype.toLowerCase),Xn=rr(String.prototype.toString),Kn=rr(String.prototype.match),Zn=rr(String.prototype.replace),Jn=rr(String.prototype.indexOf),Qn=rr(String.prototype.trim),er=rr(RegExp.prototype.test),tr=(nr=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Vn(nr,t)});var nr;function rr(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return Bn(e,t,r)}}function or(e,t,n){var r;n=null!==(r=n)&&void 0!==r?r:$n,Pn&&Pn(e,null);let o=t.length;for(;o--;){let r=t[o];if("string"==typeof r){const e=n(r);e!==r&&(Un(t)||(t[o]=e),r=e)}e[r]=!0}return e}function ir(e){const t=Wn(null);for(const[n,r]of Mn(e))t[n]=r;return t}function ar(e,t){for(;null!==e;){const n=jn(e,t);if(n){if(n.get)return rr(n.get);if("function"==typeof n.value)return rr(n.value)}e=Hn(e)}return function(e){return console.warn("fallback value for",e),null}}const lr=Fn(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),cr=Fn(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),ur=Fn(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),sr=Fn(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),fr=Fn(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),_r=Fn(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),pr=Fn(["#text"]),dr=Fn(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),mr=Fn(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),hr=Fn(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),yr=Fn(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),vr=zn(/\{\{[\w\W]*|[\w\W]*\}\}/gm),gr=zn(/<%[\w\W]*|[\w\W]*%>/gm),br=zn(/\${[\w\W]*}/gm),Er=zn(/^data-[\-\w.\u00B7-\uFFFF]/),kr=zn(/^aria-[\-\w]+$/),Sr=zn(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Tr=zn(/^(?:\w+script|data):/i),xr=zn(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Ar=zn(/^html$/i);var Nr=Object.freeze({__proto__:null,MUSTACHE_EXPR:vr,ERB_EXPR:gr,TMPLIT_EXPR:br,DATA_ATTR:Er,ARIA_ATTR:kr,IS_ALLOWED_URI:Sr,IS_SCRIPT_OR_DATA:Tr,ATTR_WHITESPACE:xr,DOCTYPE_NAME:Ar});const wr=()=>"undefined"==typeof window?null:window;var Cr=function e(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:wr();const n=t=>e(t);if(n.version="3.0.5",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;const r=t.document,o=r.currentScript;let{document:i}=t;const{DocumentFragment:a,HTMLTemplateElement:l,Node:c,Element:u,NodeFilter:s,NamedNodeMap:f=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:_,DOMParser:p,trustedTypes:d}=t,m=u.prototype,h=ar(m,"cloneNode"),y=ar(m,"nextSibling"),v=ar(m,"childNodes"),g=ar(m,"parentNode");if("function"==typeof l){const e=i.createElement("template");e.content&&e.content.ownerDocument&&(i=e.content.ownerDocument)}let b,E="";const{implementation:k,createNodeIterator:S,createDocumentFragment:T,getElementsByTagName:x}=i,{importNode:A}=r;let N={};n.isSupported="function"==typeof Mn&&"function"==typeof g&&k&&void 0!==k.createHTMLDocument;const{MUSTACHE_EXPR:w,ERB_EXPR:C,TMPLIT_EXPR:O,DATA_ATTR:R,ARIA_ATTR:D,IS_SCRIPT_OR_DATA:L,ATTR_WHITESPACE:I}=Nr;let{IS_ALLOWED_URI:M}=Nr,P=null;const U=or({},[...lr,...cr,...ur,...fr,...pr]);let H=null;const j=or({},[...dr,...mr,...hr,...yr]);let F=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),z=null,W=null,B=!0,V=!0,G=!1,q=!0,Y=!1,$=!1,X=!1,K=!1,Z=!1,J=!1,Q=!1,ee=!0,te=!1,ne=!0,re=!1,oe={},ie=null;const ae=or({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let le=null;const ce=or({},["audio","video","img","source","image","track"]);let ue=null;const se=or({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),fe="http://www.w3.org/1998/Math/MathML",_e="http://www.w3.org/2000/svg",pe="http://www.w3.org/1999/xhtml";let de=pe,me=!1,he=null;const ye=or({},[fe,_e,pe],Xn);let ve;const ge=["application/xhtml+xml","text/html"];let be,Ee=null;const ke=i.createElement("form"),Se=function(e){return e instanceof RegExp||e instanceof Function},Te=function(e){if(!Ee||Ee!==e){if(e&&"object"==typeof e||(e={}),e=ir(e),ve=ve=-1===ge.indexOf(e.PARSER_MEDIA_TYPE)?"text/html":e.PARSER_MEDIA_TYPE,be="application/xhtml+xml"===ve?Xn:$n,P="ALLOWED_TAGS"in e?or({},e.ALLOWED_TAGS,be):U,H="ALLOWED_ATTR"in e?or({},e.ALLOWED_ATTR,be):j,he="ALLOWED_NAMESPACES"in e?or({},e.ALLOWED_NAMESPACES,Xn):ye,ue="ADD_URI_SAFE_ATTR"in e?or(ir(se),e.ADD_URI_SAFE_ATTR,be):se,le="ADD_DATA_URI_TAGS"in e?or(ir(ce),e.ADD_DATA_URI_TAGS,be):ce,ie="FORBID_CONTENTS"in e?or({},e.FORBID_CONTENTS,be):ae,z="FORBID_TAGS"in e?or({},e.FORBID_TAGS,be):{},W="FORBID_ATTR"in e?or({},e.FORBID_ATTR,be):{},oe="USE_PROFILES"in e&&e.USE_PROFILES,B=!1!==e.ALLOW_ARIA_ATTR,V=!1!==e.ALLOW_DATA_ATTR,G=e.ALLOW_UNKNOWN_PROTOCOLS||!1,q=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Y=e.SAFE_FOR_TEMPLATES||!1,$=e.WHOLE_DOCUMENT||!1,Z=e.RETURN_DOM||!1,J=e.RETURN_DOM_FRAGMENT||!1,Q=e.RETURN_TRUSTED_TYPE||!1,K=e.FORCE_BODY||!1,ee=!1!==e.SANITIZE_DOM,te=e.SANITIZE_NAMED_PROPS||!1,ne=!1!==e.KEEP_CONTENT,re=e.IN_PLACE||!1,M=e.ALLOWED_URI_REGEXP||Sr,de=e.NAMESPACE||pe,F=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&Se(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(F.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&Se(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(F.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(F.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Y&&(V=!1),J&&(Z=!0),oe&&(P=or({},[...pr]),H=[],!0===oe.html&&(or(P,lr),or(H,dr)),!0===oe.svg&&(or(P,cr),or(H,mr),or(H,yr)),!0===oe.svgFilters&&(or(P,ur),or(H,mr),or(H,yr)),!0===oe.mathMl&&(or(P,fr),or(H,hr),or(H,yr))),e.ADD_TAGS&&(P===U&&(P=ir(P)),or(P,e.ADD_TAGS,be)),e.ADD_ATTR&&(H===j&&(H=ir(H)),or(H,e.ADD_ATTR,be)),e.ADD_URI_SAFE_ATTR&&or(ue,e.ADD_URI_SAFE_ATTR,be),e.FORBID_CONTENTS&&(ie===ae&&(ie=ir(ie)),or(ie,e.FORBID_CONTENTS,be)),ne&&(P["#text"]=!0),$&&or(P,["html","head","body"]),P.table&&(or(P,["tbody"]),delete z.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw tr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw tr('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');b=e.TRUSTED_TYPES_POLICY,E=b.createHTML("")}else void 0===b&&(b=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return e.createPolicy(o,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(d,o)),null!==b&&"string"==typeof E&&(E=b.createHTML(""));Fn&&Fn(e),Ee=e}},xe=or({},["mi","mo","mn","ms","mtext"]),Ae=or({},["foreignobject","desc","title","annotation-xml"]),Ne=or({},["title","style","font","a","script"]),we=or({},cr);or(we,ur),or(we,sr);const Ce=or({},fr);or(Ce,_r);const Oe=function(e){Yn(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.remove()}},Re=function(e,t){try{Yn(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){Yn(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!H[e])if(Z||J)try{Oe(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},De=function(e){let t,n;if(K)e="<remove></remove>"+e;else{const t=Kn(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===ve&&de===pe&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const r=b?b.createHTML(e):e;if(de===pe)try{t=(new p).parseFromString(r,ve)}catch(e){}if(!t||!t.documentElement){t=k.createDocument(de,"template",null);try{t.documentElement.innerHTML=me?E:r}catch(e){}}const o=t.body||t.documentElement;return e&&n&&o.insertBefore(i.createTextNode(n),o.childNodes[0]||null),de===pe?x.call(t,$?"html":"body")[0]:$?t.documentElement:o},Le=function(e){return S.call(e.ownerDocument||e,e,s.SHOW_ELEMENT|s.SHOW_COMMENT|s.SHOW_TEXT,null,!1)},Ie=function(e){return"object"==typeof c?e instanceof c:e&&"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},Me=function(e,t,r){N[e]&&Gn(N[e],(e=>{e.call(n,t,r,Ee)}))},Pe=function(e){let t;if(Me("beforeSanitizeElements",e,null),(r=e)instanceof _&&("string"!=typeof r.nodeName||"string"!=typeof r.textContent||"function"!=typeof r.removeChild||!(r.attributes instanceof f)||"function"!=typeof r.removeAttribute||"function"!=typeof r.setAttribute||"string"!=typeof r.namespaceURI||"function"!=typeof r.insertBefore||"function"!=typeof r.hasChildNodes))return Oe(e),!0;var r;const o=be(e.nodeName);if(Me("uponSanitizeElement",e,{tagName:o,allowedTags:P}),e.hasChildNodes()&&!Ie(e.firstElementChild)&&(!Ie(e.content)||!Ie(e.content.firstElementChild))&&er(/<[/\w]/g,e.innerHTML)&&er(/<[/\w]/g,e.textContent))return Oe(e),!0;if(!P[o]||z[o]){if(!z[o]&&He(o)){if(F.tagNameCheck instanceof RegExp&&er(F.tagNameCheck,o))return!1;if(F.tagNameCheck instanceof Function&&F.tagNameCheck(o))return!1}if(ne&&!ie[o]){const t=g(e)||e.parentNode,n=v(e)||e.childNodes;if(n&&t){for(let r=n.length-1;r>=0;--r)t.insertBefore(h(n[r],!0),y(e))}}return Oe(e),!0}return e instanceof u&&!function(e){let t=g(e);t&&t.tagName||(t={namespaceURI:de,tagName:"template"});const n=$n(e.tagName),r=$n(t.tagName);return!!he[e.namespaceURI]&&(e.namespaceURI===_e?t.namespaceURI===pe?"svg"===n:t.namespaceURI===fe?"svg"===n&&("annotation-xml"===r||xe[r]):Boolean(we[n]):e.namespaceURI===fe?t.namespaceURI===pe?"math"===n:t.namespaceURI===_e?"math"===n&&Ae[r]:Boolean(Ce[n]):e.namespaceURI===pe?!(t.namespaceURI===_e&&!Ae[r])&&!(t.namespaceURI===fe&&!xe[r])&&!Ce[n]&&(Ne[n]||!we[n]):!("application/xhtml+xml"!==ve||!he[e.namespaceURI]))}(e)?(Oe(e),!0):"noscript"!==o&&"noembed"!==o&&"noframes"!==o||!er(/<\/no(script|embed|frames)/i,e.innerHTML)?(Y&&3===e.nodeType&&(t=e.textContent,t=Zn(t,w," "),t=Zn(t,C," "),t=Zn(t,O," "),e.textContent!==t&&(Yn(n.removed,{element:e.cloneNode()}),e.textContent=t)),Me("afterSanitizeElements",e,null),!1):(Oe(e),!0)},Ue=function(e,t,n){if(ee&&("id"===t||"name"===t)&&(n in i||n in ke))return!1;if(V&&!W[t]&&er(R,t));else if(B&&er(D,t));else if(!H[t]||W[t]){if(!(He(e)&&(F.tagNameCheck instanceof RegExp&&er(F.tagNameCheck,e)||F.tagNameCheck instanceof Function&&F.tagNameCheck(e))&&(F.attributeNameCheck instanceof RegExp&&er(F.attributeNameCheck,t)||F.attributeNameCheck instanceof Function&&F.attributeNameCheck(t))||"is"===t&&F.allowCustomizedBuiltInElements&&(F.tagNameCheck instanceof RegExp&&er(F.tagNameCheck,n)||F.tagNameCheck instanceof Function&&F.tagNameCheck(n))))return!1}else if(ue[t]);else if(er(M,Zn(n,I,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==Jn(n,"data:")||!le[e]){if(G&&!er(L,Zn(n,I,"")));else if(n)return!1}else;return!0},He=function(e){return e.indexOf("-")>0},je=function(e){let t,r,o,i;Me("beforeSanitizeAttributes",e,null);const{attributes:a}=e;if(!a)return;const l={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:H};for(i=a.length;i--;){t=a[i];const{name:c,namespaceURI:u}=t;if(r="value"===c?t.value:Qn(t.value),o=be(c),l.attrName=o,l.attrValue=r,l.keepAttr=!0,l.forceKeepAttr=void 0,Me("uponSanitizeAttribute",e,l),r=l.attrValue,l.forceKeepAttr)continue;if(Re(c,e),!l.keepAttr)continue;if(!q&&er(/\/>/i,r)){Re(c,e);continue}Y&&(r=Zn(r,w," "),r=Zn(r,C," "),r=Zn(r,O," "));const s=be(e.nodeName);if(Ue(s,o,r)){if(!te||"id"!==o&&"name"!==o||(Re(c,e),r="user-content-"+r),b&&"object"==typeof d&&"function"==typeof d.getAttributeType)if(u);else switch(d.getAttributeType(s,o)){case"TrustedHTML":r=b.createHTML(r);break;case"TrustedScriptURL":r=b.createScriptURL(r)}try{u?e.setAttributeNS(u,c,r):e.setAttribute(c,r),qn(n.removed)}catch(e){}}}Me("afterSanitizeAttributes",e,null)},Fe=function e(t){let n;const r=Le(t);for(Me("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Me("uponSanitizeShadowNode",n,null),Pe(n)||(n.content instanceof a&&e(n.content),je(n));Me("afterSanitizeShadowDOM",t,null)};return n.sanitize=function(e){let t,o,i,l,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(me=!e,me&&(e="\x3c!--\x3e"),"string"!=typeof e&&!Ie(e)){if("function"!=typeof e.toString)throw tr("toString is not a function");if("string"!=typeof(e=e.toString()))throw tr("dirty is not a string, aborting")}if(!n.isSupported)return e;if(X||Te(u),n.removed=[],"string"==typeof e&&(re=!1),re){if(e.nodeName){const t=be(e.nodeName);if(!P[t]||z[t])throw tr("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof c)t=De("\x3c!----\x3e"),o=t.ownerDocument.importNode(e,!0),1===o.nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?t=o:t.appendChild(o);else{if(!Z&&!Y&&!$&&-1===e.indexOf("<"))return b&&Q?b.createHTML(e):e;if(t=De(e),!t)return Z?null:Q?E:""}t&&K&&Oe(t.firstChild);const s=Le(re?e:t);for(;i=s.nextNode();)Pe(i)||(i.content instanceof a&&Fe(i.content),je(i));if(re)return e;if(Z){if(J)for(l=T.call(t.ownerDocument);t.firstChild;)l.appendChild(t.firstChild);else l=t;return(H.shadowroot||H.shadowrootmode)&&(l=A.call(r,l,!0)),l}let f=$?t.outerHTML:t.innerHTML;return $&&P["!doctype"]&&t.ownerDocument&&t.ownerDocument.doctype&&t.ownerDocument.doctype.name&&er(Ar,t.ownerDocument.doctype.name)&&(f="<!DOCTYPE "+t.ownerDocument.doctype.name+">\n"+f),Y&&(f=Zn(f,w," "),f=Zn(f,C," "),f=Zn(f,O," ")),b&&Q?b.createHTML(f):f},n.setConfig=function(e){Te(e),X=!0},n.clearConfig=function(){Ee=null,X=!1},n.isValidAttribute=function(e,t,n){Ee||Te({});const r=be(e),o=be(t);return Ue(r,o,n)},n.addHook=function(e,t){"function"==typeof t&&(N[e]=N[e]||[],Yn(N[e],t))},n.removeHook=function(e){if(N[e])return qn(N[e])},n.removeHooks=function(e){N[e]&&(N[e]=[])},n.removeAllHooks=function(){N={}},n}();const Or=()=>{const{banner:e,acceptAll:t,rejectAll:n,setModal:r}=Ln();return W("div",{className:"fixed bottom-0 left-0 max-w-md px-5 py-4 m-2 shadow-md shadow-black/25 z-[9998] bg-background space-y-4 font-primary text-foreground rounded-md banner-wrapper",children:[e.title&&W("h3",{className:"m-0 text-lg font-semibold font-primary md:text-xl banner-title",children:e.title}),e.description&&W("p",{className:"m-0 text-sm leading-snug font-primary md:text-base banner-description",dangerouslySetInnerHTML:{__html:Cr.sanitize(e.description,{USE_PROFILES:{html:!0},ALLOWED_TAGS:["b","i","em","strong","p","ul","li","ol","span","h2","h3","h4","h5","h6","a","div"],ALLOWED_ATTR:["href","target"]})}}),W("div",{className:"pt-2 space-y-2 banner-btns",children:[!qe(e.settings)&&W("button",{type:"button",className:"px-2 mr-2 text-sm font-semibold border-2 border-solid rounded bg-background font-primary text-primary md:px-3.5 py-1.5 md:py-2.5 border-primary hover:border-primary-hover hover:text-primary-hover active:border-primary-active active:text-primary-active transition-colors banner-btn-customise",onClick:()=>r(!0),children:e.customise}),W("button",{type:"button",className:"px-2 mr-2 text-sm font-semibold border-2 border-solid rounded bg-background font-primary text-primary md:px-3.5 py-1.5 md:py-2.5 border-primary hover:border-primary-hover hover:text-primary-hover active:border-primary-active active:text-primary-active transition-colors banner-btn-reject",onClick:n,children:e.reject}),W("button",{type:"button",className:"px-2 mr-2 text-sm font-semibold border-2 border-solid rounded bg-primary font-primary text-background md:px-3.5 py-1.5 md:py-2.5 border-primary hover:bg-primary-hover hover:border-primary-hover active:bg-primary-active active:border-primary-active transition-colors banner-btn-accept",onClick:t,children:e.accept})]})]})},Rr=()=>{const{cookie:e,setPermissions:t,banner:n,setModal:r}=Ln(),[o,i]=ne(e);return W("div",{className:"fixed bottom-0 left-0 w-full max-w-lg max-h-full px-5 py-4 m-2 overflow-y-auto text-black shadow-md shadow-black/25 z-[9999] bg-background text-foreground font-primary rounded-md banner-wrapper",children:[W("div",{className:"space-y-6",children:[W("div",{children:[W("h3",{className:"w-10/12 m-0 text-xl font-semibold font-primary md:text-2xl banner-title",children:n.customise}),n.customiseDescription&&W("p",{className:"m-0 mt-2 text-sm leading-snug font-primary md:text-base banner-settings-general-description",dangerouslySetInnerHTML:{__html:Cr.sanitize(n.customiseDescription,{USE_PROFILES:{html:!0},ALLOWED_TAGS:["b","i","em","strong","p","ul","li","ol","span","h2","h3","h4","h5","h6","a","div"],ALLOWED_ATTR:["href","target"]})}})]}),n.settings.map((({slug:e,title:t,description:n})=>W("div",{children:[W("div",{className:"flex items-start justify-between",children:[W("h3",{className:"m-0 text-lg font-semibold font-primary banner-settings-title",children:t}),W("button",{type:"button",className:(o[e]?"bg-primary":"bg-gray-200")+" relative inline-flex h-6 w-11 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2 mt-0.5 banner-settings-toggle",role:"switch","aria-checked":"false",onClick:()=>i({...o,[e]:!o[e]}),children:[W("span",{className:"sr-only",children:"Toggle"}),W("span",{"aria-hidden":"true",className:(o[e]?"translate-x-5":"translate-x-0")+" pointer-events-none inline-block h-5 w-5 transform rounded-full bg-background shadow ring-0 transition duration-200 ease-in-out"})]})]}),W("p",{className:"m-0 mt-2 text-sm leading-snug font-primary md:text-base banner-settings-description",children:n})]},`setting-${e}`))),W("div",{className:"pt-4",children:W("button",{type:"button",className:"px-2 mr-2 text-sm font-semibold border-2 border-solid rounded bg-primary font-primary text-background md:px-3.5 py-1.5 md:py-2.5 border-primary hover:bg-primary-hover hover:border-primary-hover active:bg-primary-active active:border-primary-active transition-colors banner-settings-save",onClick:()=>{t(o),r(!1)},children:n.save})})]}),W("button",{type:"button",className:"absolute top-0 right-0 w-8 h-8 mt-0 text-xl rounded-full banner-settings-close",onClick:()=>r(!1),children:"×"})]})},Dr=document.createElement("div");Dr.id="lkrl-wrapper",document.body.appendChild(Dr),U(W((()=>{const{choiceMade:e,init:t,settingsOpen:n}=Ln();return oe((()=>{t()}),[]),W(y,{children:[!e&&!n&&W(Or,{}),n&&W(Rr,{})]})}),{}),Dr)}();
|
package/doc/GTM_INTEGRATION.md
CHANGED
|
@@ -29,7 +29,7 @@ Then you can add the tag and configure it.
|
|
|
29
29
|
4. Click on the _Tag Configuration_ block and select _Leckerli Cookie Banner_ in the _Custom_ section.
|
|
30
30
|
5. (Optional) Click on _Tag permissions_ and review them.
|
|
31
31
|
6. Set the _leckerli settings_ according to the configuration section below and the [Leckerli README](../README.md). The field must be a valid JSON string and can have multiple lines. You should at least remove not required consent from the permissions array.
|
|
32
|
-
7. (Optional) Change the default consent (this is the consent values before the user's consent settings are updated). The default is set to _denied_ for all consents (_ad_storage_, _analytics_storage_, _functionality_storage_, _personalization_storage_, and _security_storage_).
|
|
32
|
+
7. (Optional) Change the default consent (this is the consent values before the user's consent settings are updated). The default is set to _denied_ for all consents (_ad_storage_, _analytics_storage_, _ad_user_data_, _ad_personalization_, _functionality_storage_, _personalization_storage_, and _security_storage_).
|
|
33
33
|
8. Click on the _Save_ button and optionally choose another tag name.
|
|
34
34
|
|
|
35
35
|
### (Optional) Create Leckerli trigger event
|
|
@@ -61,6 +61,7 @@ Using the html[lang] attribute, a _Trigger_ and a _Tag_ dedicated for each langu
|
|
|
61
61
|
"accept": "Alles akzeptieren",
|
|
62
62
|
"reject": "Alles ablehnen",
|
|
63
63
|
"customise": "Anpassen",
|
|
64
|
+
"customiseDescription": "Beim Surfen im Internet werden Daten, meist Cookies, auf Ihrem Gerät gespeichert oder abgerufen. Diese dienen hauptsächlich der Funktionalität der Website und können auch für Statistik, Sicherheit, Überwachung und Marketing genutzt werden. Obwohl sie Sie meist nicht direkt identifizieren, ermöglichen sie ein personalisiertes Erlebnis. Sie können Ihre Cookie-Präferenzen anpassen, aber die Ablehnung bestimmter Cookies kann Ihr Surferlebnis beeinträchtigen.",
|
|
64
65
|
"save": "Speichern",
|
|
65
66
|
"settings": [
|
|
66
67
|
{
|
package/doc/gtm-tag-template.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const copyFromWindow = require('copyFromWindow');
|
|
2
2
|
const createQueue = require('createQueue');
|
|
3
3
|
const getCookieValues = require('getCookieValues');
|
|
4
|
+
const gtagSet = require('gtagSet');
|
|
4
5
|
const injectScript = require('injectScript');
|
|
5
6
|
const JSON = require('JSON');
|
|
6
7
|
const log = require('logToConsole');
|
|
@@ -12,6 +13,8 @@ const updateConsentState = require('updateConsentState');
|
|
|
12
13
|
const DEFAULT_CONSENT_STATE = {
|
|
13
14
|
ad_storage: 'denied',
|
|
14
15
|
analytics_storage: 'denied',
|
|
16
|
+
ad_user_data: 'denied',
|
|
17
|
+
ad_personalization: 'denied',
|
|
15
18
|
functionality_storage: 'denied',
|
|
16
19
|
personalization_storage: 'denied',
|
|
17
20
|
security_storage: 'denied',
|
|
@@ -57,18 +60,19 @@ const updateLeckerliConsent = leckerliConsent => {
|
|
|
57
60
|
*/
|
|
58
61
|
const main = (data) => {
|
|
59
62
|
// Set developer ID
|
|
60
|
-
|
|
63
|
+
gtagSet('developer_id.dM2ExY2', true);
|
|
61
64
|
|
|
62
65
|
// Set default consent state
|
|
63
|
-
|
|
66
|
+
let defaultConsentState = { wait_for_update: 500 };
|
|
64
67
|
Object.entries(DEFAULT_CONSENT_STATE).forEach((item) => {
|
|
65
68
|
defaultConsentState[item[0]] = item[1];
|
|
66
69
|
});
|
|
67
70
|
|
|
68
71
|
if (typeof data.defaultConsent !== 'undefined')
|
|
69
72
|
{
|
|
70
|
-
data.defaultConsent.reduce((hash, item) => {
|
|
73
|
+
defaultConsentState = data.defaultConsent.reduce((hash, item) => {
|
|
71
74
|
hash[item.consentName] = item.consentState;
|
|
75
|
+
return hash;
|
|
72
76
|
}, defaultConsentState);
|
|
73
77
|
}
|
|
74
78
|
|
package/doc/gtm-tag-template.tpl
CHANGED
|
@@ -25,7 +25,7 @@ ___TEMPLATE_PARAMETERS___
|
|
|
25
25
|
"name": "leckerliSettings",
|
|
26
26
|
"displayName": "Leckerli Settings",
|
|
27
27
|
"simpleValueType": true,
|
|
28
|
-
"defaultValue": "{\"permissions\": [\"ad_storage\", \"analytics_storage\", \"functionality_storage\", \"personalization_storage\", \"security_storage\"] }",
|
|
28
|
+
"defaultValue": "{\"permissions\": [\"ad_storage\", \"analytics_storage\", \"ad_user_data\", \"ad_personalization\", \"functionality_storage\", \"personalization_storage\", \"security_storage\"] }",
|
|
29
29
|
"lineCount": 8,
|
|
30
30
|
"help": "JSON format"
|
|
31
31
|
},
|
|
@@ -57,6 +57,14 @@ ___TEMPLATE_PARAMETERS___
|
|
|
57
57
|
"value": "analytics_storage",
|
|
58
58
|
"displayValue": "analytics_storage"
|
|
59
59
|
},
|
|
60
|
+
{
|
|
61
|
+
"value": "ad_user_data",
|
|
62
|
+
"displayValue": "ad_user_data"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"value": "ad_personalization",
|
|
66
|
+
"displayValue": "ad_personalization"
|
|
67
|
+
},
|
|
60
68
|
{
|
|
61
69
|
"value": "functionality_storage",
|
|
62
70
|
"displayValue": "functionality_storage"
|
|
@@ -97,6 +105,7 @@ ___SANDBOXED_JS_FOR_WEB_TEMPLATE___
|
|
|
97
105
|
const copyFromWindow = require('copyFromWindow');
|
|
98
106
|
const createQueue = require('createQueue');
|
|
99
107
|
const getCookieValues = require('getCookieValues');
|
|
108
|
+
const gtagSet = require('gtagSet');
|
|
100
109
|
const injectScript = require('injectScript');
|
|
101
110
|
const JSON = require('JSON');
|
|
102
111
|
const log = require('logToConsole');
|
|
@@ -108,6 +117,8 @@ const updateConsentState = require('updateConsentState');
|
|
|
108
117
|
const DEFAULT_CONSENT_STATE = {
|
|
109
118
|
ad_storage: 'denied',
|
|
110
119
|
analytics_storage: 'denied',
|
|
120
|
+
ad_user_data: 'denied',
|
|
121
|
+
ad_personalization: 'denied',
|
|
111
122
|
functionality_storage: 'denied',
|
|
112
123
|
personalization_storage: 'denied',
|
|
113
124
|
security_storage: 'denied',
|
|
@@ -153,18 +164,19 @@ const updateLeckerliConsent = leckerliConsent => {
|
|
|
153
164
|
*/
|
|
154
165
|
const main = (data) => {
|
|
155
166
|
// Set developer ID
|
|
156
|
-
|
|
167
|
+
gtagSet('developer_id.dM2ExY2', true);
|
|
157
168
|
|
|
158
169
|
// Set default consent state
|
|
159
|
-
|
|
170
|
+
let defaultConsentState = { wait_for_update: 500 };
|
|
160
171
|
Object.entries(DEFAULT_CONSENT_STATE).forEach((item) => {
|
|
161
172
|
defaultConsentState[item[0]] = item[1];
|
|
162
173
|
});
|
|
163
174
|
|
|
164
175
|
if (typeof data.defaultConsent !== 'undefined')
|
|
165
176
|
{
|
|
166
|
-
data.defaultConsent.reduce((hash, item) => {
|
|
177
|
+
defaultConsentState = data.defaultConsent.reduce((hash, item) => {
|
|
167
178
|
hash[item.consentName] = item.consentState;
|
|
179
|
+
return hash;
|
|
168
180
|
}, defaultConsentState);
|
|
169
181
|
}
|
|
170
182
|
|
|
@@ -395,6 +407,68 @@ ___WEB_PERMISSIONS___
|
|
|
395
407
|
}
|
|
396
408
|
]
|
|
397
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"type": 3,
|
|
412
|
+
"mapKey": [
|
|
413
|
+
{
|
|
414
|
+
"type": 1,
|
|
415
|
+
"string": "consentType"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": 1,
|
|
419
|
+
"string": "read"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"type": 1,
|
|
423
|
+
"string": "write"
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"mapValue": [
|
|
427
|
+
{
|
|
428
|
+
"type": 1,
|
|
429
|
+
"string": "ad_user_data"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"type": 8,
|
|
433
|
+
"boolean": true
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"type": 8,
|
|
437
|
+
"boolean": true
|
|
438
|
+
}
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"type": 3,
|
|
443
|
+
"mapKey": [
|
|
444
|
+
{
|
|
445
|
+
"type": 1,
|
|
446
|
+
"string": "consentType"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"type": 1,
|
|
450
|
+
"string": "read"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"type": 1,
|
|
454
|
+
"string": "write"
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"mapValue": [
|
|
458
|
+
{
|
|
459
|
+
"type": 1,
|
|
460
|
+
"string": "ad_personalization"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"type": 8,
|
|
464
|
+
"boolean": true
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"type": 8,
|
|
468
|
+
"boolean": true
|
|
469
|
+
}
|
|
470
|
+
]
|
|
471
|
+
},
|
|
398
472
|
{
|
|
399
473
|
"type": 3,
|
|
400
474
|
"mapKey": [
|
|
@@ -633,6 +707,32 @@ ___WEB_PERMISSIONS___
|
|
|
633
707
|
"isEditedByUser": true
|
|
634
708
|
},
|
|
635
709
|
"isRequired": true
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"instance": {
|
|
713
|
+
"key": {
|
|
714
|
+
"publicId": "write_data_layer",
|
|
715
|
+
"versionId": "1"
|
|
716
|
+
},
|
|
717
|
+
"param": [
|
|
718
|
+
{
|
|
719
|
+
"key": "keyPatterns",
|
|
720
|
+
"value": {
|
|
721
|
+
"type": 2,
|
|
722
|
+
"listItem": [
|
|
723
|
+
{
|
|
724
|
+
"type": 1,
|
|
725
|
+
"string": "developer_id.dM2ExY2"
|
|
726
|
+
}
|
|
727
|
+
]
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
"clientAnnotations": {
|
|
733
|
+
"isEditedByUser": true
|
|
734
|
+
},
|
|
735
|
+
"isRequired": true
|
|
636
736
|
}
|
|
637
737
|
]
|
|
638
738
|
|
package/package.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import DOMPurify from 'dompurify';
|
|
1
2
|
import { useState } from 'preact/hooks';
|
|
2
3
|
|
|
3
4
|
import useSettings from '../hooks/useSettings';
|
|
@@ -6,12 +7,49 @@ const Settings = () => {
|
|
|
6
7
|
const { cookie, setPermissions, banner, setModal } = useSettings();
|
|
7
8
|
const [cookieProxy, setCookieProxy] = useState(cookie);
|
|
8
9
|
|
|
10
|
+
// Prevent the injection of unwanted HTML tags in the banner description
|
|
11
|
+
const allowedTags = [
|
|
12
|
+
'b',
|
|
13
|
+
'i',
|
|
14
|
+
'em',
|
|
15
|
+
'strong',
|
|
16
|
+
'p',
|
|
17
|
+
'ul',
|
|
18
|
+
'li',
|
|
19
|
+
'ol',
|
|
20
|
+
'span',
|
|
21
|
+
'h2',
|
|
22
|
+
'h3',
|
|
23
|
+
'h4',
|
|
24
|
+
'h5',
|
|
25
|
+
'h6',
|
|
26
|
+
'a',
|
|
27
|
+
'div',
|
|
28
|
+
];
|
|
29
|
+
const allowedAttributes = ['href', 'target'];
|
|
30
|
+
|
|
9
31
|
return (
|
|
10
32
|
<div className="fixed bottom-0 left-0 w-full max-w-lg max-h-full px-5 py-4 m-2 overflow-y-auto text-black shadow-md shadow-black/25 z-[9999] bg-background text-foreground font-primary rounded-md banner-wrapper">
|
|
11
33
|
<div className="space-y-6">
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
34
|
+
<div>
|
|
35
|
+
<h3 className="w-10/12 m-0 text-xl font-semibold font-primary md:text-2xl banner-title">
|
|
36
|
+
{banner.customise}
|
|
37
|
+
</h3>
|
|
38
|
+
|
|
39
|
+
{banner.customiseDescription && (
|
|
40
|
+
<p
|
|
41
|
+
className="m-0 mt-2 text-sm leading-snug font-primary md:text-base banner-settings-general-description"
|
|
42
|
+
// eslint-disable-next-line react/no-danger
|
|
43
|
+
dangerouslySetInnerHTML={{
|
|
44
|
+
__html: DOMPurify.sanitize(banner.customiseDescription, {
|
|
45
|
+
USE_PROFILES: { html: true },
|
|
46
|
+
ALLOWED_TAGS: allowedTags,
|
|
47
|
+
ALLOWED_ATTR: allowedAttributes,
|
|
48
|
+
}),
|
|
49
|
+
}}
|
|
50
|
+
/>
|
|
51
|
+
)}
|
|
52
|
+
</div>
|
|
15
53
|
|
|
16
54
|
{banner.settings.map(({ slug, title, description }) => (
|
|
17
55
|
<div key={`setting-${slug}`}>
|
package/src/defaultSettings.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const defaultSettings = {
|
|
2
2
|
name: 'leckerli',
|
|
3
|
+
expires: 92,
|
|
3
4
|
banner: {
|
|
4
5
|
title: 'This website uses cookies.',
|
|
5
6
|
description:
|
|
@@ -7,6 +8,7 @@ const defaultSettings = {
|
|
|
7
8
|
accept: 'Accept all',
|
|
8
9
|
reject: 'Deny',
|
|
9
10
|
customise: 'Customize',
|
|
11
|
+
customiseDescription: '',
|
|
10
12
|
save: 'Save',
|
|
11
13
|
settings: [
|
|
12
14
|
{
|
package/src/hooks/useSettings.ts
CHANGED
|
@@ -26,19 +26,15 @@ const initialState = mergeDeepRight(
|
|
|
26
26
|
window.leckerliSettings ?? {}
|
|
27
27
|
);
|
|
28
28
|
|
|
29
|
-
// Build the expiration date
|
|
30
|
-
const expirationDate = new Date();
|
|
31
|
-
expirationDate.setMonth(expirationDate.getMonth() + 1);
|
|
32
|
-
|
|
33
29
|
// Define cookie configuration
|
|
34
30
|
const cookieConfig: {
|
|
35
31
|
sameSite: 'strict';
|
|
36
32
|
domain: string;
|
|
37
|
-
expires
|
|
33
|
+
expires: number;
|
|
38
34
|
} = {
|
|
39
35
|
sameSite: 'strict',
|
|
40
36
|
domain: initialState.domain,
|
|
41
|
-
expires:
|
|
37
|
+
expires: initialState.expires, // 3 months by default
|
|
42
38
|
};
|
|
43
39
|
|
|
44
40
|
// Get cookie value
|
package/src/types/settings.ts
CHANGED