@pixodesk/svg-animator-web 1.0.41 → 1.0.44
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/README.md +2 -2
- package/dist/chunk-AROHP6GD.min.js +1 -0
- package/dist/chunk-ZEMEZT7X.js +6468 -0
- package/dist/chunk-ZEMEZT7X.js.map +1 -0
- package/dist/index.cjs +354 -132
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +55 -25
- package/dist/index.d.ts +55 -25
- package/dist/index.js +272 -6359
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.prerendered-waapi.umd.js +287 -104
- package/dist/index.prerendered-waapi.umd.js.map +1 -1
- package/dist/index.prerendered-waapi.umd.min.js +1 -1
- package/dist/index.prerendered.umd.js +294 -106
- package/dist/index.prerendered.umd.js.map +1 -1
- package/dist/index.prerendered.umd.min.js +1 -1
- package/dist/internal.cjs +1164 -2
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +50 -2
- package/dist/internal.d.ts +50 -2
- package/dist/internal.js +7 -3
- package/dist/internal.min.cjs +1 -1
- package/dist/internal.min.js +1 -1
- package/dist/pixodesk-svg-animator.umd.js +321 -131
- package/dist/pixodesk-svg-animator.umd.js.map +1 -1
- package/dist/pixodesk-svg-animator.umd.min.js +1 -1
- package/mangle-reserved.json +10 -5
- package/package.json +2 -2
- package/dist/chunk-BYDBNKO7.js +0 -42
- package/dist/chunk-BYDBNKO7.js.map +0 -1
- package/dist/chunk-RK3CEIRB.min.js +0 -1
package/dist/index.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__objRest as t,__spreadProps as e,__spreadValues as n}from"./chunk-RK3CEIRB.min.js";var r=Object.defineProperty,o=Object.defineProperties,i=Object.getOwnPropertyDescriptors,s=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable,u=Math.pow,c=(t,e,n)=>e in t?r(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,f=(t,e)=>{for(var n in e||(e={}))a.call(e,n)&&c(t,n,e[n]);if(s)for(var n of s(e))l.call(e,n)&&c(t,n,e[n]);return t},d=(t,e)=>o(t,i(e)),h=(t,e)=>{var n={};for(var r in t)a.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&s)for(var r of s(t))e.indexOf(r)<0&&l.call(t,r)&&(n[r]=t[r]);return n};function p(t){if(!t.length)return".";let e="";for(const n of t)n.startsWith("[")?e+=n:e+=(e?".":"")+n;return e}var m=class{_canSanitize(t){return this.isValid(t)}optional(){return new g(this)}},g=class extends m{constructor(t){super(),this.inner=t,this._default=void 0}sanitize(t){if(null!=t)return this.inner._canSanitize(t)?this.inner.sanitize(t):void 0}isValid(t,e,n){return null==t||this.inner.isValid(t,e,n)}_canSanitize(t){return null==t||this.inner._canSanitize(t)}},v=class extends m{constructor(t=""){super(),this._default=t}sanitize(t){return"string"==typeof t?t:this._default}isValid(t,e,n){return"string"==typeof t||(null==e||e.errors.push(p(null!=n?n:[])+": expected string, got "+typeof t),!1)}},y=class extends m{constructor(t=0){super(),this._default=t}sanitize(t){return"number"==typeof t&&isFinite(t)?t:this._default}isValid(t,e,n){return!("number"!=typeof t||!isFinite(t))||(null==e||e.errors.push(p(null!=n?n:[])+": expected finite number, got "+JSON.stringify(t)),!1)}},b=class extends m{constructor(t=!1){super(),this._default=t}sanitize(t){return"boolean"==typeof t?t:this._default}isValid(t,e,n){return"boolean"==typeof t||(null==e||e.errors.push(p(null!=n?n:[])+": expected boolean, got "+typeof t),!1)}},k=class extends m{constructor(t){super(),this.value=t,this._default=t}sanitize(t){return t===this.value?this.value:this._default}isValid(t,e,n){return t===this.value||(null==e||e.errors.push(p(null!=n?n:[])+": expected "+JSON.stringify(this.value)+", got "+JSON.stringify(t)),!1)}},A=class extends m{constructor(t,e){super(),this.values=t,this._default=null!=e?e:t[0]}sanitize(t){return this.values.includes(t)?t:this._default}isValid(t,e,n){return!!this.values.includes(t)||(null==e||e.errors.push(p(null!=n?n:[])+": expected one of "+this.values.map(t=>JSON.stringify(t)).join(" | ")+", got "+JSON.stringify(t)),!1)}},w=class extends m{constructor(t,e){super(),this.schemas=t,this._kind="union",this._default=null!=e?e:t[0]._default}sanitize(t){for(const e of this.schemas)if(e.isValid(t))return e.sanitize(t);return this._default}isValid(t,e,n){var r;const o=e&&{errors:[],warnings:[],strict:e.strict};if(this.schemas.some(e=>e.isValid(t,o,n?[...n]:void 0)))return!0;if(!e)return!1;const i=p(null!=n?n:[]);let s;e.errors.push(i+": no union member matched for value "+(null!=(r=JSON.stringify(t))?r:"").slice(0,240));let a=-1;const l=[];for(const r of this.schemas){const o={errors:[],warnings:[],strict:e.strict};if(r.isValid(t,o,n?[...n]:void 0),!o.errors.length)continue;const u=Math.max(...o.errors.map(t=>t.slice(0,t.indexOf(":")).length));if((u>a||u===a&&s&&o.errors.length<s.length)&&(a=u,s=o.errors),u<=i.length)for(const t of o.errors){const e=/: expected (.+?), got /.exec(t);e&&!l.includes(e[1])&&l.push(e[1])}}if(s&&a>i.length)for(const t of s.slice(0,4))e.errors.includes(t)||e.errors.push(t);else l.length&&e.errors.push(i+": expected "+l.join(" | "));return!1}_canSanitize(t){return this.schemas.some(e=>e._canSanitize(t))}},x=class extends m{constructor(t,e,n){var r;super(),this._key=t,this._schemas=e,this._kind="discriminatedUnion",this._default=null!=n?n:e[0]._default,this._map=new Map;for(const n of e){const e=n._shape[t];if(!e)continue;const o=null!=(r=e.inner)?r:e;this._map.set(o._default,n),e.inner&&(this._absentMember=n)}}_findSchema(t){if(null===t||"object"!=typeof t||Array.isArray(t))return;const e=t[this._key];return null==e?this._absentMember:this._map.get(e)}sanitize(t){var e;return(null!=(e=this._findSchema(t))?e:this._schemas[0]).sanitize(t)}isValid(t,e,n){const r=this._findSchema(t);if(!r){const r=null===t||"object"!=typeof t||Array.isArray(t)?void 0:t[this._key];return null==e||e.errors.push(p(null!=n?n:[])+": no discriminated union member matched "+this._key+"="+JSON.stringify(r)),!1}return r.isValid(t,e,n)}_canSanitize(t){if(null===t||"object"!=typeof t||Array.isArray(t))return!1;const e=this._findSchema(t);return e?e._canSanitize(t):this._schemas[0]._canSanitize(t)}},j=class extends m{constructor(t){super(),this._shape=t;const e={};for(const n of Object.keys(t))e[n]=t[n]._default;this._default=e}sanitize(t){const e=t&&"object"==typeof t&&!Array.isArray(t)?t:{},n={};for(const t of Object.keys(this._shape)){const r=this._shape[t].sanitize(e[t]);void 0!==r&&(n[t]=r)}return n}isValid(t,e,n){if(!t||"object"!=typeof t||Array.isArray(t))return null==e||e.errors.push(p(null!=n?n:[])+": expected object, got "+(Array.isArray(t)?"array":typeof t)),!1;const r=t,o=null!=n?n:[];let i=!0;for(const t of Object.keys(this._shape))o.push(t),this._shape[t].isValid(r[t],e,o)||(i=!1),o.pop();if(null==e?void 0:e.strict)for(const t of Object.keys(r))t in this._shape||void 0!==r[t]&&(o.push(t),e.errors.push(p(o)+": unexpected extra key"),o.pop(),i=!1);return i}_canSanitize(t){return!!t&&"object"==typeof t&&!Array.isArray(t)}},O=class extends m{constructor(t,e){super(),this._shape=t,this._openSchema=e;const n={};for(const e of Object.keys(t))n[e]=t[e]._default;this._default=n}sanitize(t){const e=t&&"object"==typeof t&&!Array.isArray(t)?t:{},n=f({},e);for(const t of Object.keys(this._shape)){const r=this._shape[t].sanitize(e[t]);void 0!==r&&(n[t]=r)}if(this._openSchema)for(const t of Object.keys(e))t in this._shape||(n[t]=this._openSchema.sanitize(e[t]));return n}isValid(t,e,n){if(!t||"object"!=typeof t||Array.isArray(t))return null==e||e.errors.push(p(null!=n?n:[])+": expected object, got "+(Array.isArray(t)?"array":typeof t)),!1;const r=t,o=null!=n?n:[];let i=!0;for(const t of Object.keys(this._shape))o.push(t),this._shape[t].isValid(r[t],e,o)||(i=!1),o.pop();if(this._openSchema)for(const t of Object.keys(r))t in this._shape||(o.push(t),this._openSchema.isValid(r[t],e,o)||(i=!1),o.pop());return i}_canSanitize(t){return!!t&&"object"==typeof t&&!Array.isArray(t)}},M=class extends m{constructor(t){super(),this.item=t,this._default=[]}sanitize(t){if(!Array.isArray(t))return[];const e=[];for(const n of t)this.item._canSanitize(n)&&e.push(this.item.sanitize(n));return e}isValid(t,e,n){if(!Array.isArray(t))return null==e||e.errors.push(p(null!=n?n:[])+": expected array, got "+typeof t),!1;const r=null!=n?n:[];let o=!0;for(let n=0;n<t.length;n++)r.push("["+n+"]"),this.item.isValid(t[n],e,r)||(o=!1),r.pop();return o}_canSanitize(t){return Array.isArray(t)}},S=class extends m{constructor(t){super(),this.value=t,this._kind="record",this._default={}}sanitize(t){if(!t||"object"!=typeof t||Array.isArray(t))return{};const e={};for(const[n,r]of Object.entries(t))this.value._canSanitize(r)&&(e[n]=this.value.sanitize(r));return e}isValid(t,e,n){if(!t||"object"!=typeof t||Array.isArray(t))return null==e||e.errors.push(p(null!=n?n:[])+": expected object/record, got "+(Array.isArray(t)?"array":typeof t)),!1;const r=null!=n?n:[];let o=!0;for(const[n,i]of Object.entries(t))r.push(n),this.value.isValid(i,e,r)||(o=!1),r.pop();return o}_canSanitize(t){return!!t&&"object"==typeof t&&!Array.isArray(t)}},P=class extends m{constructor(){super(...arguments),this._default=void 0}sanitize(t){return t}isValid(t,e,n){return!0}_canSanitize(t){return!0}},_=class extends m{constructor(){super(...arguments),this._default=void 0}sanitize(t){return t}isValid(t,e,n){return void 0!==t||(null==e||e.errors.push(p(null!=n?n:[])+": required value is missing"),!1)}_canSanitize(t){return void 0!==t}},E=class extends m{constructor(t,e){super(),this.fn=t,this._default=e,this.resolved=null}get schema(){var t;return null!=(t=this.resolved)?t:this.resolved=this.fn()}sanitize(t){return this.schema.sanitize(t)}isValid(t,e,n){return this.schema.isValid(t,e,n)}_canSanitize(t){return this.schema._canSanitize(t)}},C=class extends m{constructor(t){super(),this.schemas=t,this._kind="tuple",this._default=t.map(t=>t._default)}sanitize(t){return Array.isArray(t)&&t.length===this.schemas.length?this.schemas.map((e,n)=>e.sanitize(t[n])):this._default}isValid(t,e,n){if(!Array.isArray(t)||t.length!==this.schemas.length)return null==e||e.errors.push(p(null!=n?n:[])+": expected tuple of length "+this.schemas.length+", got "+(Array.isArray(t)?"array["+t.length+"]":typeof t)),!1;const r=null!=n?n:[];let o=!0;for(let n=0;n<this.schemas.length;n++)r.push("["+n+"]"),this.schemas[n].isValid(t[n],e,r)||(o=!1),r.pop();return o}_canSanitize(t){return Array.isArray(t)&&t.length===this.schemas.length}},z={string:(t="")=>new v(t),number:(t=0)=>new y(t),boolean:(t=!1)=>new b(t),literal:t=>new k(t),enum:(t,e)=>new A(t,e),union:(t,e)=>new w(t,e),discriminatedUnion:(t,e)=>new x(t,e),object:t=>new j(t),openObject:(t,e)=>new O(t,e),extendedObject:(t,e)=>new j(f(f({},t._shape),e)),array:t=>new M(t),record:t=>new S(t),any:()=>new P,defined:()=>new _,tuple:t=>new C(t),lazy:(t,e)=>new E(t,e)},N=/^(\d+)\.(\d+)(?:\.(\d+))?$/;function T(t){if("string"!=typeof t)return;const e=N.exec(t.trim());return e?{a:Number(e[1]),b:Number(e[2]),c:void 0===e[3]?0:Number(e[3])}:void 0}T("1.1");var F="data-px-animation-src",D="_px_animator",I="block",L="inline",R="nearest",W="root",V="center",U="bottom",B=["duration","iterations","engine","frameRate"],G=["trigger","delay","fillMode","direction"],q=[...B,...G,"fill","resetOnFinish","timelineSource","scroll"],Z={native:"native",js:"js"},K=d(f({},Z),{auto:"auto"});function H(t){return t===K.js?Z.js:Z.native}function J(t){return t===K.native}var Q="load",X="continue",Y="start",$="alternate",tt="userSpaceOnUse",et="objectBoundingBox",nt="translate",rt="combined",ot="textContent",it="class",st="transform",at=new Set(["type","children","animator","meta","animate","effects",ot]),lt="linear",ut="radial";function ct(t){var e;const n=(null==t?void 0:t.animator)||(null==(e=null==t?void 0:t.meta)?void 0:e.animator);if(!n)return;const r=ft.get(n);if(r)return r;const o=n,i=q.filter(t=>void 0!==o[t]),s=i.length?f({},o):n;for(const t of i)delete s[t];const a=function(t){const e=t.timeline;if(null==e||"object"!=typeof e)return t;const n=dt.get(t);if(n)return n;const r=t,{timeline:o}=r,i=h(r,["timeline"]);if(void 0!==e.engine&&(i.engine=e.engine),void 0!==e.frameRate&&(i.frameRate=e.frameRate),"scroll"===e.type||"view"===e.type){i.timelineSource="scroll",void 0!==e.duration&&(i.duration=e.duration),void 0!==e.iterations&&(i.iterations=e.iterations);const t=f({},i.scroll||{});t.kind=e.type,void 0!==e.axis&&(t.axis=e.axis),void 0!==e.source&&(t.source=e.source),void 0!==e.subject&&(t.subject=e.subject),void 0!==e.smoothing&&(t.smoothing=e.smoothing),void 0!==e.range&&(t.range=e.range);const n=e.pin;"boolean"==typeof n?t.pin=n:n&&"object"==typeof n&&(t.pin=!0,void 0!==n.align&&(t.pinAlign=n.align),void 0!==n.offset&&(t.pinOffset=n.offset),void 0!==n.distance&&(t.pinDistance=n.distance)),i.scroll=t}else{if(void 0!==e.duration&&(i.duration=e.duration),void 0!==e.trigger){const t=e.trigger,{finishAction:n}=t,r=h(t,["finishAction"]);Object.keys(r).length&&(i.trigger=r),void 0!==n&&(i.resetOnFinish="reset"===n)}void 0!==e.delay&&(i.delay=e.delay),void 0!==e.iterations&&(i.iterations=e.iterations),void 0!==e.direction&&(i.direction=e.direction),void 0!==e.fillMode&&(i.fill=e.fillMode)}return dt.set(t,i),i}(s);return ft.set(n,a),a}var ft=new WeakMap,dt=new WeakMap;function ht(t){var e;if(t)return null==(e=ct(t))?void 0:e.definitions}var pt=z.union([z.string(),z.tuple([z.number(),z.number(),z.number(),z.number()])]),mt=z.union([z.string(),z.number(),z.array(z.number()),z.object({pathData:z.string()}),z.lazy(()=>z.array(te),[]),z.lazy(()=>jt,{})]),gt=z.object({time:z.number().optional(),value:mt.optional(),easing:pt.optional(),tangentOut:z.tuple([z.number(),z.number()]).optional(),tangentIn:z.tuple([z.number(),z.number()]).optional()}),vt=t=>{var e,n;return null!=(n=null!=(e=t.time)?e:t.t)?n:0},yt=t=>{var e;return null!=(e=t.value)?e:t.v},bt=t=>{var e;return null!=(e=t.easing)?e:t.e},kt=t=>t.tangentIn,At=t=>t.tangentOut,wt=z.object({segmentCount:z.number().optional(),repeatAt:z.enum([Y,"end"]).optional(),direction:z.enum(["normal",$]).optional()}),xt=z.object({value:mt.optional(),keyframes:z.array(gt).optional(),loop:z.union([wt,z.boolean()]).optional(),autoOrient:z.boolean().optional(),alongPathMode:z.enum(["sampled","offsetPath"]).optional()}),jt=z.object({translate:z.tuple([z.number(),z.number()]).optional(),rotate:z.number().optional(),skew:z.number().optional(),scale:z.tuple([z.number(),z.number()]).optional(),origin:z.tuple([z.number(),z.number()]).optional()}),Ot=(z.union([z.string(),jt,z.object({value:jt}),xt]),z.record(xt)),Mt=z.union([z.string(),z.array(z.union([z.string(),Ot])),Ot]),St=z.object({startOn:z.enum(["load","mouseOver","click","scrollIntoView","programmatic"],Q).optional(),outAction:z.enum(["continue","pause","reset","reverse"],X).optional(),finishAction:z.enum(["hold","reset"]).optional(),scrollIntoViewThreshold:z.number().optional()}),Pt=z.object({width:z.number(),pathData:z.string()}),_t=z.object({fontFamily:z.string(),fontStyle:z.string(),ascent:z.number(),unitsPerEm:z.number(),glyphs:z.record(Pt)}),Et=z.object({easings:z.record(z.tuple([z.number(),z.number(),z.number(),z.number()])).optional(),animations:z.record(Ot).optional(),fonts:z.record(_t).optional()}),Ct=z.object({phase:z.enum(["cover","contain","entry","exit","entry-crossing","exit-crossing"]).optional(),fraction:z.number().optional()}),zt=z.object({start:Ct.optional(),end:Ct.optional()}),Nt=z.object({kind:z.enum(["view","scroll"]).optional(),axis:z.enum([I,L,"x","y"]).optional(),source:z.enum([R,W]).optional(),subject:z.string().optional(),smoothing:z.number().optional(),pin:z.boolean().optional(),pinAlign:z.enum(["top",V,U]).optional(),pinOffset:z.number().optional(),pinDistance:z.number().optional(),range:zt.optional()}),Tt=z.object({align:z.enum(["top",V,U]).optional(),offset:z.number().optional(),distance:z.number().optional()}),Ft=z.enum([K.auto,K.native,K.js]).optional(),Dt=z.object({type:z.literal("time").optional(),engine:Ft,frameRate:z.number().optional(),duration:z.number().optional(),trigger:St.optional(),delay:z.number().optional(),iterations:z.union([z.number(),z.literal("infinite")]).optional(),fillMode:z.enum(["forwards","backwards","both","none"]).optional(),direction:z.enum(["normal","reverse","alternate","alternate-reverse"]).optional()}),It={duration:z.number().optional(),iterations:z.number().optional(),engine:Ft,frameRate:z.number().optional(),axis:z.enum([I,L,"x","y"]).optional(),source:z.enum([R,W]).optional(),subject:z.string().optional(),smoothing:z.number().optional(),pin:z.union([z.boolean(),Tt]).optional(),range:zt.optional()},Lt=z.object(f({type:z.literal("scroll")},It)),Rt=z.object(f({type:z.literal("view")},It)),Wt=z.discriminatedUnion("type",[Dt,Lt,Rt]),Vt=z.object({target:z.string(),animateWith:z.array(z.string())}),Ut=z.object({timeline:Wt.optional(),definitions:Et.optional(),bindings:z.array(Vt).optional(),debugGlobalName:z.string().optional(),version:z.string().optional()}),Bt=z.union([z.string(),z.number(),z.array(z.number()),z.object({value:z.defined()}),jt]),Gt=z.union([z.number(),xt,z.object({value:z.number()})]),qt=z.union([z.tuple([z.number(),z.number()]),xt,z.object({value:z.tuple([z.number(),z.number()])})]),Zt=z.union([z.string(),xt,z.object({value:z.string()})]),Kt=z.object({translate:qt.optional(),rotate:Gt.optional(),scale:qt.optional(),skew:Gt.optional(),origin:qt.optional()}),Ht=z.object({copies:z.number().optional(),translate:qt.optional(),rotate:Gt.optional(),skew:Gt.optional(),scale:qt.optional(),origin:qt.optional()}),Jt=z.object({source:z.string().optional(),maskType:z.enum(["luminance","alpha"]).optional(),maskUnits:z.enum([tt,et]).optional(),maskContentUnits:z.enum([tt,et]).optional(),x:z.number().optional(),y:z.number().optional(),width:z.number().optional(),height:z.number().optional()}),Qt=z.object({pathData:Zt.optional()}),Xt=z.object({offset:Gt.optional(),range:qt.optional(),subPaths:z.enum(["separate",rt]).optional()}),Yt=z.object({start:z.number().optional(),stretch:z.number().optional(),timeCrop:z.tuple([z.number(),z.number()]).optional()}),$t=z.object({without:z.enum([nt]).optional(),source:z.string().optional(),retime:Yt.optional()}),te=z.object({offset:z.number(),color:z.string()}),ee=z.union([z.array(te),z.object({value:z.array(te)}),xt]),ne=z.object({type:z.enum([lt,ut]),start:qt.optional(),end:qt.optional(),center:qt.optional(),radius:Gt.optional(),focal:qt.optional(),stops:ee.optional(),gradientUnits:z.enum([tt,et]).optional(),spreadMethod:z.enum(["pad","reflect","repeat"]).optional(),gradientTransform:z.string().optional()}),re=ne,oe=z.object({pathData:z.string(),pathOverflow:z.enum(["clip","extend"]).optional(),lengthAdjust:z.enum(["spacing","spacingAndGlyphs"]).optional(),method:z.enum(["align","stretch"]).optional(),spacing:z.enum(["auto","exact"]).optional(),startOffset:Gt.optional(),textLength:Gt.optional()}),ie=z.object({useGlyphs:z.boolean().optional()}),se=z.object({transformBy:Kt.optional(),repeater:Ht.optional(),maskedBy:Jt.optional(),clipPath:Qt.optional(),strokeTrim:Xt.optional(),clone:$t.optional(),fillGradient:ne.optional(),strokeGradient:re.optional(),textPath:oe.optional(),text:ie.optional()});function ae(t,e){const n=[],r=(t,o)=>{if(t&&t.effects){const r={errors:[],warnings:[],strict:!!(null==e?void 0:e.strict)};if(!se.isValid(t.effects,r,[o+".effects"]))for(const t of r.errors)n.push(t)}t&&Array.isArray(t.children)&&t.children.forEach((t,e)=>r(t,o+".children["+e+"]"))};return r(t,"root"),n}function le(t,e){var n;const r=!1!==(null==e?void 0:e.strict),o={errors:[],warnings:[],strict:r},i=de.isValid(t,o,["root"])?[]:[...o.errors];if(t&&"object"==typeof t){for(const e of ae(t,{strict:r}))i.includes(e)||i.push(e);const e=null==(n=ct(t))?void 0:n.definitions;for(const n of function(t,e){if(!e||!Object.keys(e).length)return[];const n=[],r=(t,o,i,s)=>{var a,l;if(!t)return;const u="string"==typeof t.fontFamily?t.fontFamily:void 0,c=null!=u?u:i,f=s||"text"===t.type&&!!(null==(l=null==(a=t.effects)?void 0:a.text)?void 0:l.useGlyphs);if(f&&u&&!Object.prototype.hasOwnProperty.call(e,u)){const t=o+': glyph-mode text uses font-family "'+u+'", which has no entry in animator.definitions.fonts';n.includes(t)||n.push(t)}Array.isArray(t.children)&&t.children.forEach((t,e)=>r(t,o+".children["+e+"]",c,f))};return r(t,"root",void 0,!1),n}(t,null==e?void 0:e.fonts))i.includes(n)||i.push(n);for(const n of function(t,e){const n=[],r=(t,o)=>{if(Array.isArray(t))return void t.forEach((t,e)=>r(t,o+"["+e+"]"));if(!t||"object"!=typeof t)return;const i=t.easing;if(!("string"!=typeof i||e&&Object.prototype.hasOwnProperty.call(e,i))){const t=o+'.easing: "'+i+'" names no entry in animator.definitions.easings — it will play linear';n.includes(t)||n.push(t)}for(const[e,n]of Object.entries(t))"easing"!==e&&n&&"object"==typeof n&&r(n,o+"."+e)};return r(t,"root"),n}(t,null==e?void 0:e.easings))i.includes(n)||i.push(n);for(const e of function(t){var e;const n=null==(e=ct(t))?void 0:e.version;return void 0===n||void 0!==T(n)?[]:["root.animator.version: "+JSON.stringify(n)+' is not a version stamp ("a.b" or "a.b.c") — it reads as unstamped']}(t))i.includes(e)||i.push(e)}return i}var ue=z.openObject({type:z.string(),domType:z.string().optional(),textContent:z.string().optional(),id:z.string().optional(),meta:z.any().optional(),effects:se.optional(),animate:Mt.optional(),style:z.record(z.union([z.string(),z.number()])).optional()},Bt),ce=z.openObject(d(f({},ue._shape),{children:z.lazy(()=>z.array(ce),[]).optional()}),Bt),fe=z.object({width:z.union([z.number(),z.string()]).optional(),height:z.union([z.number(),z.string()]).optional(),viewBox:z.string().optional(),animator:Ut.optional()}),de=z.openObject(d(f(f({},ue._shape),fe._shape),{type:z.literal("svg"),children:z.array(ce).optional()}),Bt),he=(z.object({v:z.array(z.array(z.number())),i:z.array(z.array(z.number())).optional(),o:z.array(z.array(z.number())).optional(),c:z.boolean().optional()}),0);function pe(){return"_px_"+Date.now().toString(36)+(++he).toString(36)+Math.random().toString(36).substring(2,6)}function me(t){if(null===t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(t=>me(t));const e=t,n={};for(const t of Object.keys(e))n[t]=me(e[t]);return n}function ge(t){var e;const n=me(t),r=new Map,o=new Set(["href","xlink:href"]),i=new Set(["fill","stroke","clip-path","clipPath","mask","marker","marker-start","marker-mid","marker-end","filter","flood-color","lighting-color"]),s=new Set(["targetId","boundElementId"]),a=(t,e)=>"source"===t&&("maskedBy"===e||"clone"===e);!function t(e){if(e&&"object"==typeof e){if(e.id&&"string"==typeof e.id){const t=e.id,n=pe();r.set(t,n),e.id=n}else e.animate&&(e.id=pe());if(Array.isArray(e.children))for(const n of e.children)t(n)}}(n),function t(e,n){if(e&&"object"==typeof e)for(const[l,u]of Object.entries(e))if("children"!==l)if("string"==typeof u)if(o.has(l)&&u.startsWith("#")){const t=u.slice(1),n=r.get(t);n&&(e[l]="#"+n)}else if(i.has(l))e[l]=ve(u,r);else if(s.has(l)||a(l,n)){const t=u.startsWith("#"),n=r.get(t?u.slice(1):u);n&&(e[l]=t?"#"+n:n)}else u.includes("url(#")&&(e[l]=ve(u,r));else if("style"===l&&"object"==typeof u&&null!==u)for(const[t,e]of Object.entries(u))"string"==typeof e&&(u[t]=ve(e,r));else"object"==typeof u&&null!==u&&t(u,l);else if(Array.isArray(u))for(const e of u)t(e)}(n);const l=null==(e=n.animator)?void 0:e.bindings;if(Array.isArray(l)){const t=l.map(t=>{var e;const n=t.target.startsWith("#"),o=n?t.target.slice(1):t.target,i=null!=(e=r.get(o))?e:o;return d(f({},t),{target:n?"#"+i:i})});n.animator=d(f({},n.animator),{bindings:t})}return n}function ve(t,e){return t.replace(/url\(#([^)]+)\)/g,(t,n)=>{const r=e.get(n);return r?"url(#"+r+")":t})}function ye(t,e=!1){var n,r,o,i;const s=t.v,a=t.i,l=t.o,u=t.c;if(!s.length)return"";const c=[],f=s.length;c.push("M"+s[0][0]+","+s[0][1]);for(let t=1;t<f;t++){const o=s[t-1],i=null!=(n=null==l?void 0:l[t-1])?n:o,u=null!=(r=null==a?void 0:a[t])?r:s[t],f=s[t];e||i[0]!==o[0]||i[1]!==o[1]||u[0]!==f[0]||u[1]!==f[1]?c.push("C"+i[0]+","+i[1]+","+u[0]+","+u[1]+","+f[0]+","+f[1]):c.push("L"+f[0]+","+f[1])}if(u&&f>0){const t=s[f-1],n=null!=(o=null==l?void 0:l[f-1])?o:t,r=null!=(i=null==a?void 0:a[0])?i:s[0],u=s[0];!e&&n[0]===t[0]&&n[1]===t[1]&&r[0]===u[0]&&r[1]===u[1]||c.push("C"+n[0]+","+n[1]+","+r[0]+","+r[1]+","+u[0]+","+u[1]),c.push("z")}return c.join("")}function be(t,e,n){return t+(e-t)*n}function ke(t,e,n){const r=[],o=Math.max(t.length,e.length);for(let i=0;i<o;i++)r[i]=be(t[i]||0,e[i]||0,n);return r}function Ae(t,e,n){return[be(t[0]||0,e[0]||0,n),be(t[1]||0,e[1]||0,n),be(t[2]||0,e[2]||0,n),be(void 0===t[3]?1:t[3],void 0===e[3]?1:e[3],n)]}function we(t,e,n){const r=Math.max(t.length,e.length),o=[];for(let i=0;i<r;i++)o.push(xe(t[i],e[i],n));return o}function xe(t,e,n){var r,o,i,s,a,l,u,c,f;if(!t||!e)return t||e||{v:[]};const d=Math.min(Math.max(n,0),1),h=Math.min(t.v.length,e.v.length),p=[],m=[],g=[];for(let n=0;n<h;n++){const f=t.v[n],h=e.v[n];p.push(ke(f,h,d));const v=null!=(o=null==(r=t.i)?void 0:r[n])?o:f,y=null!=(s=null==(i=e.i)?void 0:i[n])?s:h;m.push(ke(v,y,d));const b=null!=(l=null==(a=t.o)?void 0:a[n])?l:f,k=null!=(c=null==(u=e.o)?void 0:u[n])?c:h;g.push(ke(b,k,d))}return{v:p,i:m.length?m:void 0,o:g.length?g:void 0,c:null!=(f=t.c)?f:e.c}}function je(t,e,n){if(n<=0)return 0;if(n>=1)return 1;const r=3*t,o=3*(e-t)-r,i=1-r-o;function s(t){return((i*t+o)*t+r)*t}function a(t){return(3*i*t+2*o)*t+r}let l=n,u=0,c=1;for(let t=0;t<8;t++){const t=s(l)-n;if(Math.abs(t)<1e-6)return l;const e=a(l);if(Math.abs(e)<1e-6)break;l-=t/e}for(l=n;u<c;){const t=s(l);if(Math.abs(t-n)<1e-6)return l;n>t?u=l:c=l,l=(c+u)/2}return l}function Oe(t){const[e,n,r,o]=t,i=3*n,s=3*(o-n)-i,a=1-i-s;return function(t){return n=je(e,r,t),((a*n+s)*n+i)*n;var n}}function Me(t,e,n){return[t[0]+(e[0]-t[0])*n,t[1]+(e[1]-t[1])*n]}function Se(t,e){if(!t)return{left:void 0,right:void 0};if(e<=0)return{left:void 0,right:t};if(e>=1)return{left:t,right:void 0};const[n,r,o,i]=t,s=je(n,o,e),a=[n,r],l=[o,i],{left:u,right:c}=function(t,e,n,r,o){const i=Me(t,e,o),s=Me(e,n,o),a=Me(n,r,o),l=Me(i,s,o),u=Me(s,a,o),c=Me(l,u,o);return{left:[t,i,l,c],right:[c,u,a,r]}}([0,0],a,l,[1,1],s),f=u[3][0],d=u[3][1];let h,p;f>1e-9&&Math.abs(d)>1e-9&&(h=[u[1][0]/f,u[1][1]/d,u[2][0]/f,u[2][1]/d]);const m=1-f,g=1-d;return m>1e-9&&Math.abs(g)>1e-9&&(p=[(c[1][0]-f)/m,(c[1][1]-d)/g,(c[2][0]-f)/m,(c[2][1]-d)/g]),{left:h,right:p}}function Pe(t){if(t)return[1-t[2],1-t[3],1-t[0],1-t[1]]}function _e(t){const e=Math.round(255*t[0]),n=Math.round(255*t[1]),r=Math.round(255*t[2]);return 4===t.length?"rgba("+e+","+n+","+r+","+t[3]+")":"rgb("+e+","+n+","+r+")"}function Ee(t){if(t){if(Array.isArray(t))return t;if("string"==typeof t)return t.startsWith("#")?function(t){const e=t.slice(1),n=e.length<=4,r=n?e[0]+e[0]:e.slice(0,2),o=n?e[1]+e[1]:e.slice(2,4),i=n?e[2]+e[2]:e.slice(4,6),s=4===e.length?e[3]+e[3]:8===e.length?e.slice(6,8):null,a=[parseInt(r,16)/255,parseInt(o,16)/255,parseInt(i,16)/255];return null!==s&&a.push(parseInt(s,16)/255),a}(t):t.startsWith("rgb")?function(t){var e;const n=null==(e=t.match(/rgba?\((.*)\)/))?void 0:e[1];if(!n)throw new Error("Invalid rgb/rgba format");const r=n.split(",").map(t=>+t.trim());return[r[0]/255,r[1]/255,r[2]/255,...void 0!==r[3]?[r[3]]:[]]}(t):void console.warn("Unsupported color format: "+t)}}var Ce=new Set(["color","fill","flood-color","lighting-color","stop-color","stroke"]),ze=new Set(["translate","rotate","scale","skew"]),Ne=new Set(["offset-distance","offsetDistance"]);function Te(t,e){var n;if(!t)return"";const r=null==(n=null==e?void 0:e.withUnits)||n,o=[],i=t.translate,s=t.origin,a=t.rotate,l=t.skew,u=t.scale,c=r?"px":"",f=r?"deg":"";return i&&o.push("translate("+i[0]+c+","+i[1]+c+")"),s&&o.push("translate("+s[0]+c+","+s[1]+c+")"),null!=a&&o.push("rotate("+a+f+")"),null!=l&&o.push("skewX("+l+f+")"),u&&o.push("scale("+u[0]+","+u[1]+")"),s&&o.push("translate("+-s[0]+c+","+-s[1]+c+")"),o.join("")}var Fe=new Set(["offset-distance","offsetDistance"]),De=1e3;function Ie(t){return t.includes("-")?t.replace(/-([a-z])/g,(t,e)=>e.toUpperCase()):t}function Le(t){return!t.includes("-")&&/[a-z][A-Z]/.test(t)}var Re=new Set(["viewBox","preserveAspectRatio","gradientUnits","gradientTransform","spreadMethod","patternUnits","patternContentUnits","patternTransform","clipPathUnits","maskUnits","maskContentUnits","markerUnits","markerWidth","markerHeight","refX","refY","textLength","lengthAdjust","startOffset","filterUnits","primitiveUnits","tableValues","stdDeviation","baseFrequency","numOctaves","surfaceScale","diffuseConstant","specularConstant","specularExponent","kernelMatrix","kernelUnitLength","edgeMode","preserveAlpha","targetX","targetY"]);function We(t){return Re.has(t)?t:t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}function Ve(t,e,n){return Math.max(e,Math.min(t,n))}function Ue(t,e,n,r,o){if(o<=0)return[t[0],t[1]];if(o>=1)return[r[0],r[1]];const i=1-o,s=i*i,a=o*o,l=s*i,u=3*o*s,c=3*a*i,f=a*o;return[l*t[0]+u*e[0]+c*n[0]+f*r[0],l*t[1]+u*e[1]+c*n[1]+f*r[1]]}var Be=1e-4;function Ge(t,e,n,r,o){const i=qe(t,e,n,r,o);return 0===i[0]&&0===i[1]?qe(t,e,n,r,o<.5?o+Be:o-Be):i}function qe(t,e,n,r,o){const i=1-o,s=3*i*i,a=6*o*i,l=3*o*o;return[s*(e[0]-t[0])+a*(n[0]-e[0])+l*(r[0]-n[0]),s*(e[1]-t[1])+a*(n[1]-e[1])+l*(r[1]-n[1])]}function Ze(t,e,n,r,o=100){const i=o+1,s=new Float64Array(i),a=new Float64Array(i);let l=Ue(t,e,n,r,0);s[0]=0,a[0]=0;let u=0;for(let c=1;c<i;c++){const i=c/o,f=Ue(t,e,n,r,i),d=f[0]-l[0],h=f[1]-l[1];u+=Math.sqrt(d*d+h*h),s[c]=i,a[c]=u,l=f}return{ts:s,ds:a}}function Ke(t,e){const{ts:n,ds:r}=t,o=n.length-1;if(e<=n[0])return r[0];if(e>=n[o])return r[o];let i=1,s=o;for(;i<s;){const t=i+s>>>1;n[t]<e?i=t+1:s=t}const a=n[s-1],l=n[s]-a,u=l>0?(e-a)/l:0;return r[s-1]+u*(r[s]-r[s-1])}var He=new Set(["script","foreignobject"]),Je=new Set(["href","xlink:href","src","filter","clippath","mask","markerstart","markermid","markerend"]),Qe=new Set(["href","xlink:href","src"]),Xe=new Set(["mixBlendMode","isolation"]),Ye=/^data:image\/(?:png|jpe?g|gif|webp|bmp);base64,/i,$e=/^data:image\/svg\+xml(?:;[^,]*)?,/i,tn=/^data:image\/[^;,]*;base64,([A-Za-z0-9+/]{8})/i,en=["iVBORw0K","/9j/","R0lGOD","UklGR","Qk"];function nn(t,e){const n=t.toLowerCase();if(!function(t){return!!t.startsWith("on")}(n)){if("fill"===n||"stroke"===n||"stopcolor"===n){const t=String(e);return t.includes("url(")&&!/^url\(#[^)]+\)$/.test(t)?void console.warn('Attribute "'+n+'" blocked: url() must be internal url(#id), got:',e):e}if(Je.has(n)){const t=String(e);return t.startsWith("#")||/^url\(#[^)]+\)$/.test(t)||Qe.has(n)&&(Ye.test(t)||$e.test(t)||function(t){const e=tn.exec(t);return!!e&&en.some(t=>e[1].startsWith(t))}(t))?e:void console.warn('Attribute "'+n+'" blocked: must be #id, url(#id), or data:image/… URI, got:',e)}return e}console.warn("Attribute blocked (event handler / dangerous): ",n)}function rn(t){const e={};for(const n of Object.keys(t)){const r=Ie(n);if(at.has(r))continue;if("style"===r)continue;let o=t[n];if(Ce.has(r)&&Array.isArray(o))e[r]=_e(o);else if("transform"!==r||null===o||"object"!=typeof o||Array.isArray(o)||o.keyframes)ze.has(r)?(Array.isArray(o)&&("translate"===r&&(o=o.map(t=>t+"px")),o=o.join(",")),"rotate"===r&&(o+="deg"),e[st]=r+"("+o+")"):Array.isArray(o)?e[r]=o.join(","):null!=o&&(e[r]=String(o));else{const t=o.value&&"object"==typeof o.value?o.value:o;e[st]=Te(t,{withUnits:!1})}}return e}function on(t){const e=yt(t);if(!e)return;if(Array.isArray(e)&&e.length>=2&&"number"==typeof e[0]&&"number"==typeof e[1])return[e[0],e[1]];const n=e.translate;return Array.isArray(n)&&n.length>=2?[n[0],n[1]]:void 0}function sn(t){return vt(t)}function an(t){return bt(t)}function ln(t){const e=t.keyframes;if(!Array.isArray(e))return!1;if(t.autoOrient)return!0;for(const t of e)if(kt(t)||At(t))return!0;return!1}var un=new WeakMap;function cn(t,e,n,r){let o=un.get(t);const i=null==o?void 0:o.get(e);if(i)return i;const s=At(t),a=kt(e),l=[n[0]+(s?s[0]:0),n[1]+(s?s[1]:0)],u=[r[0]+(a?a[0]:0),r[1]+(a?a[1]:0)],c=Ze(n,l,u,r),f={P0:n,P1:l,P2:u,P3:r,lut:c,totalArc:c.ds[c.ds.length-1]};return o||(o=new WeakMap,un.set(t,o)),o.set(e,f),f}function fn(t,e){var n,r,o;if(!ln(t))return t;const i=t.keyframes;if(!Array.isArray(i)||i.length<2)return t;const s=!!t.autoOrient,a=null!=(n=null==e?void 0:e.flatnessTolerance)?n:.5,l=null!=(r=null==e?void 0:e.rotationTolerance)?r:5,u=null!=(o=null==e?void 0:e.maxSamplesPerSegment)?o:32,c=[],f=on(i[0]);if(!f)return t;const d=s?function(t,e){const n=on(t),r=on(e);if(!n||!r)return 0;const o=cn(t,e,n,r),i=Ge(o.P0,o.P1,o.P2,o.P3,0);return 180*Math.atan2(i[1],i[0])/Math.PI}(i[0],i[1]):void 0;c.push(hn(sn(i[0]),gn(pn(i[0]),pn(i[0]),0,f,d,s)));for(let t=0;t<i.length-1;t++){const e=i[t],n=i[t+1],r=on(e),o=on(n);r&&o?(s&&t>0&&yn(c,e,n,r,o,l),kn(c,e,n,r,o,s,a,l,u)):c.push(hn(sn(n),gn(pn(n),pn(n),1,null!=o?o:[0,0],void 0,s)))}const h=an(i[i.length-1]);h&&(c[c.length-1].e=h),s&&dn(c);const p={keyframes:c};return void 0!==t.loop&&(p.loop=t.loop),p}function dn(t){let e;for(const n of t){const t=yt(n);if(!t||"number"!=typeof t.rotate)continue;if(void 0===e){e=t.rotate;continue}let r=t.rotate;for(;r-e>180;)r-=360;for(;r-e<-180;)r+=360;t.rotate=r,e=r}}function hn(t,e){return{t:t,v:e}}function pn(t){const e=yt(t);if(e&&"object"==typeof e&&!Array.isArray(e))return e}function mn(t,e,n){if(void 0===t)return e;if(void 0===e)return t;if("number"==typeof t&&"number"==typeof e)return t+(e-t)*n;if(Array.isArray(t)&&Array.isArray(e)&&t.length===e.length){const r=new Array(t.length);for(let o=0;o<t.length;o++){const i="number"==typeof t[o]?t[o]:0,s="number"==typeof e[o]?e[o]:0;r[o]=i+(s-i)*n}return r}return n<.5?t:e}function gn(t,e,n,r,o,i){const s={translate:r},a=new Set;if(t)for(const e of Object.keys(t))a.add(e);if(e)for(const t of Object.keys(e))a.add(t);for(const r of a){if("translate"===r)continue;if("rotate"===r&&i)continue;const o=null==t?void 0:t[r],a=null==e?void 0:e[r];void 0===o&&void 0===a||(s[r]=mn(o,a,n))}return void 0!==o&&(s.rotate=o+vn(t,e,n)),s}function vn(t,e,n){const r="number"==typeof(null==t?void 0:t.rotate)?t.rotate:void 0,o="number"==typeof(null==e?void 0:e.rotate)?e.rotate:void 0;if(void 0===r&&void 0===o)return 0;const i=mn(r,o,n);return"number"==typeof i?i:0}function yn(t,e,n,r,o,i){const s=t[t.length-1],a=yt(s),l=null==a?void 0:a.rotate;if("number"!=typeof l)return;const u=pn(e),c=l-vn(u,u,0),f=cn(e,n,r,o),d=Ge(f.P0,f.P1,f.P2,f.P3,0),h=180*Math.atan2(d[1],d[0])/Math.PI,p=function(t,e){let n=t-e;for(;n>180;)n-=360;for(;n<-180;)n+=360;return n}(h,c);if(Math.abs(p)<=i)return;const m=sn(e),g=Math.min(m+bn,(m+sn(n))/2),v=gn(pn(e),pn(e),0,r,h,!0);t.push(hn(g,v))}var bn=.05;function kn(t,e,n,r,o,i,s,a,l){const u=cn(e,n,r,o),c=sn(e),f=sn(n),d=an(e),h=(p=d)?Oe([p[1],p[0],p[3],p[2]]):t=>t;var p;const m=pn(e),g=pn(n),v=function(t,e,n,r,o){const i=[];An(t.P0[0],t.P1[0],t.P2[0],t.P3[0],i),An(t.P0[1],t.P1[1],t.P2[1],t.P3[1],i),i.sort((t,e)=>t-e);const s=[0];for(const t of i)t>s[s.length-1]+1e-6&&t<.999999&&s.push(t);s.push(1);const a=[],l={remaining:o-s.length};for(let o=0;o<s.length-1;o++)wn(s[o],s[o+1],a,t,e,n,r,l);return a}(u,i,s,a,l),y=[];for(const t of v){const e=Ke(u.lut,t),n=Ve(u.totalArc>0?e/u.totalArc:t,0,1),r={u:Ve(h(n),0,1),p:n,pos:Ue(u.P0,u.P1,u.P2,u.P3,t)};if(i){const e=Ge(u.P0,u.P1,u.P2,u.P3,t);r.rotateDeg=180*Math.atan2(e[1],e[0])/Math.PI}y.push(r)}let b=d,k=0;const A=t.length-1;for(let e=0;e<y.length;e++){const n=y[e],r=k<1?Ve((n.u-k)/(1-k),0,1):1,{left:o,right:s}=Se(b,r),a=0===e?A:t.length-1;o?t[a].e=o:delete t[a].e;const l=c+n.u*(f-c),u=gn(m,g,n.p,n.pos,n.rotateDeg,i);t.push(hn(l,u)),b=s,k=n.u}}function An(t,e,n,r,o){const i=e-t,s=n-e,a=i-2*s+(r-n),l=2*(s-i),u=i;if(Math.abs(a)<1e-10){if(Math.abs(l)>1e-10){const t=-u/l;t>1e-6&&t<.999999&&o.push(t)}return}const c=l*l-4*a*u;if(c<0)return;const f=Math.sqrt(c),d=(-l-f)/(2*a),h=(-l+f)/(2*a);d>1e-6&&d<.999999&&o.push(d),h>1e-6&&h<.999999&&o.push(h)}function wn(t,e,n,r,o,i,s,a){const l=(t+e)/2,u=Ue(r.P0,r.P1,r.P2,r.P3,t),c=Ue(r.P0,r.P1,r.P2,r.P3,e),f=e-t,d=Ue(r.P0,r.P1,r.P2,r.P3,t+.25*f),h=Ue(r.P0,r.P1,r.P2,r.P3,l),p=Ue(r.P0,r.P1,r.P2,r.P3,t+.75*f),m=Math.max(xn(d,u,c),xn(h,u,c),xn(p,u,c));let g=!0;if(o){const n=Ge(r.P0,r.P1,r.P2,r.P3,t),o=Ge(r.P0,r.P1,r.P2,r.P3,e),i=180*Math.atan2(n[1],n[0])/Math.PI,a=180*Math.atan2(o[1],o[0])/Math.PI;let l=Math.abs(i-a);l>180&&(l=360-l),l>s&&(g=!1)}m<=i&&g||a.remaining<=0||f<1e-6?n.push(e):(a.remaining-=1,wn(t,l,n,r,o,i,s,a),wn(l,e,n,r,o,i,s,a))}function xn(t,e,n){const r=n[0]-e[0],o=n[1]-e[1],i=r*r+o*o;if(i<1e-20){const n=t[0]-e[0],r=t[1]-e[1];return Math.sqrt(n*n+r*r)}const s=(t[0]-e[0])*o-(t[1]-e[1])*r;return Math.abs(s)/Math.sqrt(i)}function jn(t,e){const n=On(t,e);return null!=n?n:t}function On(t,e){let n,r;if(t.children)for(let r=0;r<t.children.length;r++){const o=On(t.children[r],e);null!==o&&(n||(n=t.children.slice()),n[r]=o)}const o=t.animate;if(o&&"object"==typeof o&&!Array.isArray(o)){const t=o,n=t.transform;if(n&&"object"==typeof n&&ln(n)){const o=fn(n,e);o!==n&&(r=d(f({},t),{transform:o}))}}if(!n&&!r)return null;const i=f({},t);return n&&(i.children=n),r&&(i.animate=r),i}function Mn(t,e){if(t===e)return!0;if(typeof t!=typeof e||null===t||null===e||"object"!=typeof t)return!1;if(Array.isArray(t)!==Array.isArray(e))return!1;const n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(n=>Mn(t[n],e[n]))}function Sn(t){const e=[];let n;const r=function(t){const e=t.split(/([MLCZmlcz]|[\s,]+)/).map(t=>t.trim()).filter(t=>t&&","!==t),n=[];let r=null;for(const t of e)if(/[MLCZmlcz]/.test(t))r={type:t,values:[]},n.push(r);else if(r){const e=+t;r.values.push(Number.isNaN(e)?0:e)}return n}(t);for(const t of r){const r=t.type,o=t.values;if("M"===r||"m"===r){const t=o[0]||0,r=o[1]||0;n={v:[[t,r]],i:[[t,r]],o:[[t,r]],c:!1},e.push(n);continue}if(n||(n={v:[[0,0]],i:[[0,0]],o:[[0,0]],c:!1},e.push(n)),"L"===r){const t=o[0]||0,e=o[1]||0;n.v.push([t,e]),n.i.push([t,e]),n.o.push([t,e])}else if("C"===r){const t=o[0]||0,e=o[1]||0,r=o[2]||0,i=o[3]||0,s=o[4]||0,a=o[5]||0;n.o[n.o.length-1]=[t,e],n.v.push([s,a]),n.i.push([r,i]),n.o.push([s,a])}else"Z"===r||"z"===r?n.c=!0:console.warn('Unsupported path command "'+r+'"')}return e}function Pn(t){return t.startsWith("path(")&&t.endsWith(")")?t.slice(5,-1):/^[MmZzLlHhVvCcSsQqTtAa]/.test(t)?t:void 0}function _n(t){return"string"==typeof t&&void 0!==Pn(t)}function En(t){if(t&&"object"==typeof t&&"string"==typeof t.pathData){const e=Pn(t.pathData);return e?{paths:Sn(e)}:t}if(t&&"object"==typeof t&&"paths"in t){const e=t.paths;if(Array.isArray(e)&&e.length>0&&_n(e[0])){const t=[];for(const n of e){const e=Pn(n);e&&t.push(...Sn(e))}return{paths:t}}return t}if(Array.isArray(t)){if(t.length>0&&_n(t[0])){const e=[];for(const n of t){const t=Pn(n);t&&e.push(...Sn(t))}return{paths:e}}return{paths:t}}return _n(t)?{paths:Sn(Pn(t))}:t}function Cn(t,e){var n;if(t)return Array.isArray(t)?t:(null==(n=null==e?void 0:e.easings)?void 0:n[t])?e.easings[t]:void console.warn("Unknown easing name: "+t)}function zn(t,e){var n;if("string"==typeof t){const r=null==(n=null==e?void 0:e.animations)?void 0:n[t];return r||console.warn("Unknown animation name: "+t),r}return t}function Nn(t,e,n,r){var o,i;return"d"===t?{paths:we(null!=(o=null==e?void 0:e.paths)?o:Array.isArray(e)?e:[],null!=(i=null==n?void 0:n.paths)?i:Array.isArray(n)?n:[],r)}:Ce.has(t)?Ae(e||[0,0,0,1],n||[0,0,0,1],r):"transform"!==t||"object"!=typeof e||null===e||Array.isArray(e)||"object"!=typeof n||null===n||Array.isArray(n)?"rotate"===t&&"number"==typeof e&&"number"==typeof n?be(e,n,r):ze.has(t)||"stroke-dasharray"===t||"strokeDasharray"===t?ke(e||[],n||[],r):be(+(e||0),+(n||0),r):function(t,e,n){const r=new Set([...Object.keys(null!=t?t:{}),...Object.keys(null!=e?e:{})]),o={};for(const i of r){const r=null==t?void 0:t[i],s=null==e?void 0:e[i];if("rotate"===i||"skew"===i)o[i]=be(+(null!=r?r:0),+(null!=s?s:0),n);else if("translate"===i||"scale"===i||"origin"===i){const t="scale"===i?[1,1]:[0,0];o[i]=ke(r||t,s||t,n)}else o[i]=null!=s?s:r}return o}(e,n,r)}function Tn(t,e,n,r){var o,i,s,a,l;const u=e.length-1,c=Ve(null!=(o=n.segmentCount)?o:u,1,u);let h;h=n.repeatAt===Y?e.slice(0,c+1):e.slice(u-c);const p=null!=(i=e[0].t)?i:0,m=null!=(s=e[e.length-1].t)?s:0;let g,v;n.repeatAt===Y?(g=0,v=p):(g=m,v=r);const y=v-g;if(y<=0)return e;const b=null!=(a=h[0].t)?a:0,k=(null!=(l=h[h.length-1].t)?l:0)-b;if(k<=0)return e;const A=h.map(t=>({relT:(t.t-b)/k,v:t.v,e:t.e,tangentIn:kt(t),tangentOut:At(t)})),w=Math.floor(y/k),x=y-w*k,j=x/k,O=[],M=n.repeatAt!==Y,S=e[e.length-1];let P,_=!1;function E(e,n,r){var o;let i;if(n){i=[];for(let t=A.length-1;t>=0;t--)i.push({relT:1-A[t].relT,v:A[t].v,e:t>0?Pe(A[t-1].e):void 0,tangentIn:A[t].tangentOut,tangentOut:A[t].tangentIn})}else i=A;const s=void 0!==r?r:1;for(let n=0;n<i.length;n++){const r=i[n];if(r.relT>s+1e-9){const o=i[n-1],a=r.relT-o.relT,l=(s-o.relT)/a,u=o.e?Oe(o.e)(l):l,c=Nn(t,o.v,r.v,u),{left:f}=Se(o.e,l);return O.length>0&&o.relT<=s&&(O[O.length-1].e=f),void O.push({t:e+s*k,v:c,e:void 0})}const a=O.length>0?O[O.length-1]:S,l=M&&0===n&&void 0!==a&&Math.abs((null!=(o=a.t)?o:0)-(e+r.relT*k))<1e-9;if(l){if(Mn(a.v,r.v)){O.length>0?(a.e=r.e,a.tangentOut=r.tangentOut):(P=r.e,_=!0);continue}O.length>0&&(delete a.tangentIn,delete a.tangentOut)}const u={t:e+r.relT*k+(l?1:0),v:r.v,e:n<i.length-1?r.e:void 0};r.tangentIn&&(u.tangentIn=r.tangentIn),r.tangentOut&&(u.tangentOut=r.tangentOut),O.push(u)}}if(n.repeatAt===Y){j>1e-9&&function(e,n,r){let o;if(n){o=[];for(let t=A.length-1;t>=0;t--)o.push({relT:1-A[t].relT,v:A[t].v,e:t>0?Pe(A[t-1].e):void 0,tangentIn:A[t].tangentOut,tangentOut:A[t].tangentIn})}else o=A;const i=1-r;for(let n=0;n<o.length;n++){const r=o[n];if(r.relT<i-1e-9)continue;const s=o[n-1];if(s&&s.relT<i-1e-9&&r.relT>i+1e-9){const n=r.relT-s.relT,o=(i-s.relT)/n,a=s.e?Oe(s.e)(o):o,l=Nn(t,s.v,r.v,a),{right:u}=Se(s.e,o);O.push({t:e,v:l,e:u})}const a={t:e+(r.relT-i)*k,v:r.v,e:n<o.length-1?r.e:void 0};r.tangentIn&&(a.tangentIn=r.tangentIn),r.tangentOut&&(a.tangentOut=r.tangentOut),O.push(a)}}(g,n.direction===$&&w%2==0,j);for(let t=0;t<w;t++){const e=w-1-t,r=n.direction===$&&e%2==0;E(g+x+t*k,r)}}else{for(let t=0;t<w;t++){const e=n.direction===$&&t%2==0;E(g+t*k,e)}if(j>1e-9){const t=n.direction===$&&w%2==0;E(g+w*k,t,j)}}return n.repeatAt===Y?[...O,...e]:_&&e.length>0?[...e.slice(0,-1),d(f({},e[e.length-1]),{e:P}),...O]:[...e,...O]}function Fn(t,e,n,r){var o;const i=e.keyframes||[],s=[];for(const e of i){const n=vt(e);let i=yt(e);const a=bt(e);"d"===t&&(i=En(i));const l=Le(t)?We(t):t;Ce.has(l)&&(i=null!=(o=Ee(i))?o:i);const u={t:n,v:i,e:Cn(a,r)},c=kt(e),f=At(e);c&&(u.tangentIn=c),f&&(u.tangentOut=f),s.push(u)}s.sort((t,e)=>{var n,r;return(null!=(n=t.t)?n:0)-(null!=(r=e.t)?r:0)});const a=e.loop,l=!0===a?{}:a||void 0;return l&&s.length>=2?Tn(t,s,l,n):s}function Dn(t,e,n){const r=e.loop;if(null==r||!1===r)return e;const o=!0===r?{}:r,i=e.keyframes;if(!Array.isArray(i)||i.length<2)return e;const s=Le(t)?We(t):t,a=Ce.has(s),l=i.map(e=>{var n;const r=vt(e);let o=yt(e);"d"===t&&(o=En(o)),a&&(o=null!=(n=Ee(o))?n:o);const i={t:r,v:o,e:bt(e)},s=kt(e),l=At(e);return s&&(i.tangentIn=s),l&&(i.tangentOut=l),i}),u={keyframes:Tn(t,l,o,n)};return void 0!==e.autoOrient&&(u.autoOrient=e.autoOrient),u}function In(t,e){const n=Ln(t,e);return null!=n?n:t}function Ln(t,e){let n,r;if(t.children)for(let r=0;r<t.children.length;r++){const o=Ln(t.children[r],e);null!==o&&(n||(n=t.children.slice()),n[r]=o)}const o=t.animate;if(o&&"object"==typeof o&&!Array.isArray(o)){const t=o;for(const n of Object.keys(t)){const o=t[n],i=Dn(n,o,e);i!==o&&(r||(r=f({},t)),r[n]=i)}}if(!n&&!r)return null;const i=f({},t);return n&&(i.children=n),r&&(i.animate=r),i}var Rn=0;function Wn(t,e=Z.native){const n=ct(t)||{},r=ht(t),o=n.duration||1e3,i=[],s=(t,n,i)=>{if(0===n.length)return null;const s=function(t,e,n,r=Z.native){const o={};for(const[i,s]of Object.entries(t)){if("transform"===i&&"offsetPath"===s.alongPathMode&&void 0!==t.offsetDistance)continue;const a=Fn(i,s,e,n);if(a.length>0){const t={keyframes:a};void 0!==s.autoOrient&&(t.autoOrient=s.autoOrient),void 0!==s.loop&&(t.loop=s.loop),o[i]=r===Z.native&&"transform"===i?fn(t):t}}return o}(function(t,e){if(!t)return t;const n=e&&"object"==typeof e&&!Array.isArray(e)?e:function(t){var e,n;if(!t||"string"!=typeof t)return;const r={},o=/([a-zA-Z]+)\s*\(([^)]*)\)/g,i=["translate","rotate","skewX","scale"];let s,a=-1;for(;null!==(s=o.exec(t));){const t=s[1],o=i.indexOf(t);if(o<0||o<=a)return;a=o;const l=s[2].split(/[\s,]+/).filter(Boolean).map(Number);if(l.some(t=>Number.isNaN(t)))return;if("translate"===t){if(l.length<1||l.length>2)return;r.translate=[l[0],null!=(e=l[1])?e:0]}else if("rotate"===t){if(1!==l.length)return;r.rotate=l[0]}else if("skewX"===t){if(1!==l.length)return;r.skew=l[0]}else{if(l.length<1||l.length>2)return;r.scale=[l[0],null!=(n=l[1])?n:l[0]]}}return t.replace(/([a-zA-Z]+)\s*\(([^)]*)\)/g,"").replace(/[\s,]/g,"").length?void 0:Object.keys(r).length?r:void 0}(e);if(!n||!Object.keys(n).length)return t;const r=t=>t&&"object"==typeof t&&!Array.isArray(t)?f(f({},n),t):t,o=t[st];if(o&&"object"==typeof o){const e=o;if(Array.isArray(e.keyframes)){const n=d(f({},e),{keyframes:e.keyframes.map(t=>d(f({},t),{value:r(t.value)}))});return void 0!==n.value&&(n.value=r(n.value)),d(f({},t),{transform:n})}return t}const i=Object.keys(t).filter(t=>ze.has(t));if(1!==i.length)return t;const s=i[0],a=t[s];if(!a||"object"!=typeof a||!Array.isArray(a.keyframes))return t;const l=d(f({},a),{keyframes:a.keyframes.map(t=>d(f({},t),{value:d(f({},n),{[s]:t.value})}))});void 0!==l.value&&(l.value=d(f({},n),{[s]:l.value}));const u=f({},t);return delete u[s],d(f({},u),{transform:l})}(function(t){const e={};for(const n of t)for(const[t,r]of Object.entries(n))e[t]=r;return e}(n),i),o,r,e);return 0===Object.keys(s).length?null:{id:t,animate:s}},a=function(t){var e;if(t)return null==(e=ct(t))?void 0:e.bindings}(t);if(a)for(const t of a){const e=t.target.startsWith("#")?t.target.slice(1):t.target,n=t.animateWith.map(t=>zn(t,r)).filter(t=>!!t),o=s(e,n);o&&i.push(o)}const l=t=>{const e=t.animate;if(e&&Object.keys(e).length>0){const n=t.id||"_px_el_"+ ++Rn;t.id=n;const o=s(n,function(t,e){if(!t)return[];const n=[];if("string"==typeof t){const r=zn(t,e);r&&n.push(r)}else if(Array.isArray(t))for(const r of t){const t=zn(r,e);t&&n.push(t)}else n.push(t);return n}(e,r),t.transform);o&&i.push(o)}if(t.children)for(let e=0;e<t.children.length;e++)l(t.children[e])};if(t.children)for(let e=0;e<t.children.length;e++)l(t.children[e]);return i}function Vn(t,e,n){var r,o,i,s;const a=e.keyframes||[];if(0===a.length)return null;const{prevKf:l,nextKf:u}=function(t,e){var n,r;const o=t.length-1;let i=t[0],s=t[o>0?1:0];for(let a=0;a<o;a++){const l=null!=(n=t[a].t)?n:0,u=null!=(r=t[a+1].t)?r:0;if(l<=e&&e<=u){i=t[a],s=t[a+1];break}e>u&&a===o-1&&(i=t[o>0?o-1:0],s=t[o])}return{prevKf:i,nextKf:s}}(a,n);let c=l===u?0:(f=n,d=null!=(r=l.t)?r:0,(h=null!=(o=u.t)?o:0)===d?0:0+(f-d)/(h-d)*1);var f,d,h;c=Ve(c,0,1);const p=bt(l);if(p&&Array.isArray(p))try{c=Oe(p)(c)}catch(t){}let m=Le(t)?We(t):t,g=null;const v=null==l?void 0:l.v,y=null==u?void 0:u.v;if("d"===m)g=we(null!=(i=null==v?void 0:v.paths)?i:Array.isArray(v)?v:[],null!=(s=null==y?void 0:y.paths)?s:Array.isArray(y)?y:[],c).map(t=>ye(t)).join("");else if(Ce.has(m))g=_e(Ae(v||[0,0,0,1],y||[0,0,0,1],c)),m=t;else if("stroke-dasharray"===m)g=ke(v||[],y||[],c).join(" "),m=t;else if("transform"!==m||null===v||"object"!=typeof v||Array.isArray(v))"translate"===m?(g="translate("+ke(v||[0,0],y||[0,0],c).join(",")+")",m="transform"):"rotate"===m?(g="rotate("+be(+(v||0),+(y||0),c)+")",m="transform"):"scale"===m?(g="scale("+ke(v||[1,1],y||[1,1],c).join(",")+")",m="transform"):g=be(+(v||0),+(y||0),c);else{const t=new Set([...v?Object.keys(v):[],...y?Object.keys(y):[]]),n={};for(const e of t){const t=null==v?void 0:v[e],r=null==y?void 0:y[e];if("rotate"===e||"skew"===e)n[e]=be(+(null!=t?t:0),+(null!=r?r:0),c);else if("translate"===e||"scale"===e||"origin"===e){const o="scale"===e?[1,1]:[0,0],i=ke(t||o,r||o,c);n[e]=i}}if(ln(e)){const t=v.translate,r=y.translate;if(Array.isArray(t)&&Array.isArray(r)){const o=function(t,e,n,r,o,i){const s=cn(t,e,n,r),a=0===s.totalArc?o:function(t,e){const n=e*t.ds[t.ds.length-1],{ts:r,ds:o}=t,i=o.length-1;if(n<=0)return r[0];if(n>=o[i])return r[i];let s=1,a=i;for(;s<a;){const t=s+a>>>1;o[t]<n?s=t+1:a=t}const l=o[a-1],u=o[a]-l,c=u>0?(n-l)/u:0;return r[a-1]+c*(r[a]-r[a-1])}(s.lut,o),l=Ue(s.P0,s.P1,s.P2,s.P3,a);if(!i)return{translate:l};const u=Ge(s.P0,s.P1,s.P2,s.P3,a);return{translate:l,rotateDeg:180*Math.atan2(u[1],u[0])/Math.PI}}(l,u,[+t[0],+t[1]],[+r[0],+r[1]],c,!!e.autoOrient);n.translate=[o.translate[0],o.translate[1]],void 0!==o.rotateDeg&&(n.rotate=o.rotateDeg)}}g=Te(n,{withUnits:!1}),m="transform"}return Ne.has(m)&&"number"==typeof g&&(g=100*g+"%"),{k:m,v:null===g?"":""+g}}function Un(t,e){const n={};for(const[r,o]of Object.entries(t)){const t=Vn(r,o,e);t&&(n[t.k]=t.v)}return n}var Bn=/[MmLlHhVvCcSsQqTtAaZz]/;function Gn(t,e,n){return{P1:[t[0]+2/3*(e[0]-t[0]),t[1]+2/3*(e[1]-t[1])],P2:[n[0]+2/3*(e[0]-n[0]),n[1]+2/3*(e[1]-n[1])]}}function qn(t){const e=function(t){const e=function(t){const e=[],n=/([MmLlHhVvCcSsQqTtAaZz])|(-?\d*\.?\d+(?:[eE][-+]?\d+)?)/g;let r;for(;null!==(r=n.exec(t));)e.push(r[0]);return e}(t),n=[];let r=0,o=0,i=0,s=0,a=0,l=0,u=0,c=0,f=0,d="";const h=()=>parseFloat(e[r++]),p=(t,e,r)=>{const s=[o,i],a=Ze(s,t,e,r,48);n.push({P0:s,P1:t,P2:e,P3:r,lut:a,len:a.ds[a.ds.length-1]}),o=r[0],i=r[1]},m=(t,e)=>{p([o+(t-o)/3,i+(e-i)/3],[o+2*(t-o)/3,i+2*(e-i)/3],[t,e])};for(;r<e.length;){let t=e[r];Bn.test(t)?r++:t="M"===d?"L":"m"===d?"l":d;const n=t>="a",g=t.toUpperCase();if("Z"!==g){if("M"===g){const e=h()+(n?o:0),r=h()+(n?i:0);o=e,i=r,s=e,a=r,d=t;continue}if("L"===g)m(h()+(n?o:0),h()+(n?i:0));else if("H"===g)m(h()+(n?o:0),i);else if("V"===g)m(o,h()+(n?i:0));else if("C"===g){const t=[h()+(n?o:0),h()+(n?i:0)],e=[h()+(n?o:0),h()+(n?i:0)],r=[h()+(n?o:0),h()+(n?i:0)];l=e[0],u=e[1],p(t,e,r)}else if("S"===g){const t="C"===d.toUpperCase()||"S"===d.toUpperCase()?[2*o-l,2*i-u]:[o,i],e=[h()+(n?o:0),h()+(n?i:0)],r=[h()+(n?o:0),h()+(n?i:0)];l=e[0],u=e[1],p(t,e,r)}else if("Q"===g){const t=[h()+(n?o:0),h()+(n?i:0)],e=[h()+(n?o:0),h()+(n?i:0)];c=t[0],f=t[1];const{P1:r,P2:s}=Gn([o,i],t,e);p(r,s,e)}else if("T"===g){const t="Q"===d.toUpperCase()||"T"===d.toUpperCase()?[2*o-c,2*i-f]:[o,i],e=[h()+(n?o:0),h()+(n?i:0)];c=t[0],f=t[1];const{P1:r,P2:s}=Gn([o,i],t,e);p(r,s,e)}else{if("A"!==g){r++;continue}r+=5,m(h()+(n?o:0),h()+(n?i:0))}d=t}else m(s,a),o=s,i=a,d=t}return n.length?n:null}(t);if(!e)return null;const n=new Float64Array(e.length+1);for(let t=0;t<e.length;t++)n[t+1]=n[t]+e[t].len;const r=n[e.length],o=e[0].P0,i=e[e.length-1].P3,s=Math.hypot(i[0]-o[0],i[1]-o[1])<.001,a=t=>{let r=0;for(;r<e.length-1&&t>n[r+1];)r++;const o=e[r],i=t-n[r],s=o.len>0?function(t,e){const{ts:n,ds:r}=t,o=r.length-1;if(e<=0)return n[0];if(e>=r[o])return n[o];let i=1,s=o;for(;i<s;){const t=i+s>>>1;r[t]<e?i=t+1:s=t}const a=r[s-1],l=r[s]-a,u=l>0?(e-a)/l:0;return n[s-1]+u*(n[s]-n[s-1])}(o.lut,i):0,[a,l]=Ue(o.P0,o.P1,o.P2,o.P3,s),[u,c]=Ge(o.P0,o.P1,o.P2,o.P3,s);return{x:a,y:l,angle:Math.atan2(c,u)}};return{totalLength:r,closed:s,sampleAtDistance(t){if(s&&r>0&&(t<0||t>r))return a((t%r+r)%r);if(!s&&(t<0||t>r)){const e=t<0?0:r,n=a(e),o=t-e;return{x:n.x+Math.cos(n.angle)*o,y:n.y+Math.sin(n.angle)*o,angle:n.angle}}return a((n=r,(e=t)<0?0:e>n?n:e));var e,n}}}function Zn(t,e,n){const r={};return"translate"===t?r.translate=e:"rotate"===t?r.rotate=e:"skew"===t?r.skew=e:r.scale=e,n&&"translate"!==t&&(r.origin=n),r}function Kn(t){var e,n;if(void 0===t)return{kind:"absent"};if(Array.isArray(t))return{kind:"static",value:t};if("object"==typeof t){const r=t,o=r.keyframes;if(o){const t={kind:"animated",keyframes:o.map(Jn),autoOrient:r.autoOrient,loop:r.loop},n=null!=(e=r.value)?e:r.v;return void 0!==n&&"animated"===t.kind&&(t.base=n),t}const i=null!=(n=r.value)?n:r.v;if(void 0!==i)return{kind:"static",value:i}}return{kind:"static",value:t}}function Hn(t,e,n,r){var o,i,s,a;const l=t=>(null==r?void 0:r.asString)&&null!=t?String(t):t;if("absent"===n.kind)return;if("static"===n.kind)return void(t[e]=l(n.value));const u=t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate)?t.animate:void 0,c=f({},u||{}),d={keyframes:n.keyframes};void 0!==n.loop&&(d.loop=n.loop),void 0!==n.autoOrient&&(d.autoOrient=n.autoOrient),c[e]=d,t.animate=c;const h=null!=(a=null!=(i=n.base)?i:null==(o=n.keyframes[0])?void 0:o.value)?a:null==(s=n.keyframes[0])?void 0:s.v;void 0!==h&&(t[e]=l(h))}function Jn(t){if(!t||"object"!=typeof t)return t;const e=t;if(void 0===e.t&&void 0===e.v&&void 0===e.e&&void 0===e.to&&void 0===e.ti)return t;const n=f({},e);return void 0===n.time&&void 0!==e.t&&(n.time=e.t),void 0===n.value&&void 0!==e.v&&(n.value=e.v),void 0===n.easing&&void 0!==e.e&&(n.easing=e.e),void 0===n.tangentOut&&void 0!==e.to&&(n.tangentOut=e.to),void 0===n.tangentIn&&void 0!==e.ti&&(n.tangentIn=e.ti),n}function Qn(t,e){const n={value:e};return void 0!==t.time&&(n.time=t.time),void 0!==t.easing&&(n.easing=t.easing),void 0!==t.tangentOut&&(n.tangentOut=t.tangentOut),void 0!==t.tangentIn&&(n.tangentIn=t.tangentIn),n}function Xn(t){if(null===t||"object"!=typeof t)return t;if(Array.isArray(t))return t.map(Xn);const e={};for(const n of Object.keys(t))e[n]=Xn(t[n]);return e}function Yn(t,e){const n=new Map,r=t=>{var o;if("string"==typeof t.id){const r=e();n.set(t.id,r),t.id=r}null==(o=t.children)||o.forEach(r)};r(t);const o=t=>t.replace(/url\(#([^)]+)\)/g,(t,e)=>{const r=n.get(e);return r?"url(#"+r+")":t}),i=t=>{var e;if("string"==typeof t.href&&t.href.startsWith("#")){const e=n.get(t.href.slice(1));e&&(t.href="#"+e)}for(const e of Object.keys(t)){if("children"===e||"effects"===e||"meta"===e||"animate"===e||"href"===e||"id"===e)continue;const n=t[e];"string"==typeof n&&-1!==n.indexOf("url(#")&&(t[e]=o(n))}null==(e=t.children)||e.forEach(i)};return i(t),n}function $n(t){const e="number"==typeof t?t:"string"==typeof t?parseFloat(t):NaN;return Number.isFinite(e)?e:0}function tr(t,e){return"_lw_"+e+"_"+t.nextId++}function er(t){return"string"==typeof t?t.replace(/^#/,""):void 0}function nr(t,e){var n;"string"==typeof t.id&&e.set(t.id,t),null==(n=t.children)||n.forEach(t=>nr(t,e))}var rr=Xn;function or(t){const e=Kn(t);if("static"===e.kind&&"number"==typeof e.value)return{min:e.value,max:e.value};if("animated"===e.kind&&e.keyframes.length){const t=e.keyframes.map(t=>Number(t.value)||0);return{min:Math.min(...t),max:Math.max(...t)}}return{min:0,max:0}}function ir(t){let e=0,n=16;const r=t=>{var o;const i=parseFloat(String(null!=(o=t.fontSize)?o:""))||0;i&&(n=Math.max(n,i));const s=t.textContent;if("string"==typeof s&&(e+=s.length),t.children)for(const e of t.children)r(e)};return r(t),e*n}var sr=t=>Math.round(1e3*t)/1e3;function ar(t,e,n){null!=n&&Hn(t,e,Kn(n),{asString:!0})}var lr=(t,e,n)=>{const r={type:t};for(const t in e)void 0!==e[t]&&(r[t]=e[t]);const o=Array.isArray(n)?n.filter(t=>null!=t):null!=n?[n]:[];return o.length&&(r.children=o),r};function ur(t,e){return Math.round(t)===t?""+Math.round(t):t.toFixed(e)}function cr(t,e){let n="";for(let r=0;r<t.length;r++){const o=ur(t[r],e);r>0&&45!==o.charCodeAt(0)&&(n+=" "),n+=o}return n}function fr(t,e,n){return[t[0]*e+t[2]*n+t[4],t[1]*e+t[3]*n+t[5]]}var dr=/([MLCQZ])|(-?\d*\.?\d+(?:e[-+]?\d+)?)/gi;function hr(t,e,n=2){const r=[];let o;for(dr.lastIndex=0;null!==(o=dr.exec(t));)r.push(o[0]);let i="",s=0;const a=()=>parseFloat(r[s++]);for(;s<r.length;){const t=r[s++];if("M"===t||"L"===t){const[r,o]=fr(e,a(),a());i+=t+cr([r,o],n)}else if("C"===t){const[t,r]=fr(e,a(),a()),[o,s]=fr(e,a(),a()),[l,u]=fr(e,a(),a());i+="C"+cr([t,r,o,s,l,u],n)}else if("Q"===t){const[t,r]=fr(e,a(),a()),[o,s]=fr(e,a(),a());i+="Q"+cr([t,r,o,s],n)}else"Z"!==t&&"z"!==t||(i+="Z")}return i}var pr=["fontFamily","fontSize","fontWeight","fontStyle","textAnchor","letterSpacing","wordSpacing","textDecoration","textTransform","whiteSpace","x","y","dx","dy","lengthAdjust","fill","stroke","strokeWidth","effects",ot,"xml:space"],mr=["fillOpacity","fillRule","strokeOpacity","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","mixBlendMode","filter"],gr=["fill","stroke","strokeWidth","opacity","fillOpacity","strokeOpacity","strokeDasharray","strokeDashoffset"];function vr(t){if("number"==typeof t)return t;if("string"==typeof t){const e=parseFloat(t);return isNaN(e)?void 0:e}}function yr(t){return"string"==typeof t?t:void 0}function br(t){const e=t.animate;if(!e||"object"!=typeof e)return;let n;for(const t of gr)void 0!==e[t]&&((null!=n?n:n={})[t]=e[t]);return n}function kr(t,e){var n,r,o,i,s,a,l,u,c,f;const d="text"===t.type,h=t.style,p=e=>{var n;return d?void 0:null!=(n=t[e])?n:null==h?void 0:h[e]},m={fontFamily:null!=(n=yr(t.fontFamily))?n:e.fontFamily,fontSize:null!=(r=vr(t.fontSize))?r:e.fontSize,fill:null!=(o=t.fill)?o:e.fill,stroke:null!=(i=t.stroke)?i:e.stroke,strokeWidth:null!=(s=t.strokeWidth)?s:e.strokeWidth,letterSpacing:null!=(a=vr(t.letterSpacing))?a:e.letterSpacing,wordSpacing:null!=(l=vr(t.wordSpacing))?l:e.wordSpacing,opacity:null!=(u=vr(p("opacity")))?u:e.opacity,animate:null!=(c=d?void 0:br(t))?c:e.animate};for(const t of mr){const n=null!=(f=p(t))?f:e[t];void 0!==n&&(m[t]=n)}return m}function Ar(t){var e,n,r;return{fontFamily:yr(t.fontFamily),fontSize:null!=(e=vr(t.fontSize))?e:16,fill:t.fill,stroke:t.stroke,strokeWidth:t.strokeWidth,letterSpacing:null!=(n=vr(t.letterSpacing))?n:0,wordSpacing:null!=(r=vr(t.wordSpacing))?r:0}}function wr(t){const e={};void 0!==t.fill&&(e.fill=t.fill),void 0!==t.stroke&&(e.stroke=t.stroke),void 0!==t.strokeWidth&&(e.strokeWidth=t.strokeWidth),void 0!==t.opacity&&1!==t.opacity&&(e.opacity=t.opacity);for(const n of mr)void 0!==t[n]&&(e[n]=t[n]);return void 0!==t.animate&&(e.animate=t.animate),e}function xr(t,e,n,r){var o;const i=t.fontFamily?e[t.fontFamily]:n;return i||null==r||r.push('textGlyphs: no glyphs for font "'+(null!=(o=t.fontFamily)?o:"")+'"'),i}function jr(t){const e=Object.keys(t);return 1===e.length?t[e[0]]:void 0}function Or(t,e){if(t<=0||e<=0)return"";const n=.08*t,r=.92*t,o=.92*-e,i=r-n,s=-o,a=Math.max(1,.12*Math.min(i,s)),l="M"+n+" 0L"+r+" 0L"+r+" "+o+"L"+n+" "+o+"Z";if(i<=2*a||s<=2*a)return l;const u=n+a,c=r-a,f=-a,d=o+a;return l+"M"+u+" "+f+"L"+u+" "+d+"L"+c+" "+d+"L"+c+" "+f+"Z"}function Mr(t,e,n,r,o=0){const{x:i,y:s,angle:a}=t.sampleAtDistance(e),l=Math.cos(a),u=Math.sin(a),c=r/2;return[n*l,n*u,-n*u,n*l,i-n*l*c-o*u,s-n*u*c+o*l]}function Sr(t){var e;const n=Kn(t);if("animated"===n.kind&&n.keyframes.length>=2){const t=[...n.keyframes].sort((t,e)=>(Number(t.time)||0)-(Number(e.time)||0)),e=t.map(t=>Number(t.time)||0),r=t.map(t=>Number(t.value)||0);return{animated:!0,times:e,loop:n.loop,at(t){if(t<=e[0])return r[0];for(let n=1;n<e.length;n++)if(t<=e[n]){const o=e[n]-e[n-1],i=o>0?(t-e[n-1])/o:1;return r[n-1]+i*(r[n]-r[n-1])}return r[r.length-1]}}}const r="animated"===n.kind?Number(null==(e=n.keyframes[0])?void 0:e.value)||0:"static"===n.kind&&Number(n.value)||0;return{animated:!1,times:[],at:()=>r}}function Pr(t,e){const n=u(10,e);return Math.round(t*n)/n}function _r(t){const e={};void 0!==t.fill&&(e.fill=t.fill),void 0!==t.stroke&&(e.stroke=t.stroke),void 0!==t.strokeWidth&&(e.strokeWidth=t.strokeWidth),void 0!==t.opacity&&(e.opacity=t.opacity);for(const n of mr)void 0!==t[n]&&(e[n]=t[n]);return e}function Er(t){return t?{[it]:"px-missing-glyph"}:{}}function Cr(t,e,n){if(!t.length)return null==n||n.push("textGlyphs: nothing to render"),[];const r=new Map;for(const e of t){const t=JSON.stringify([e.paint,!!e.isMissing]),n=hr(e.glyphD,e.m),o=r.get(t);o?o.d+=n:r.set(t,{paint:e.paint,d:n,isMissing:e.isMissing})}const o=[];for(const{paint:t,d:n,isMissing:i}of r.values())o.push(e("path",f(f(f({d:n},_r(t)),Er(i)),void 0!==t.animate?{animate:f({},t.animate)}:{}),[]));return o}function zr(t,e,n){const r={};for(const e of Object.keys(t))"type"!==e&&"children"!==e&&-1===pr.indexOf(e)&&(r[e]=t[e]);if(r.style&&"object"==typeof r.style){const t=f({},r.style);delete t["white-space"],Object.keys(t).length?r.style=t:delete r.style}return n("g",r,e)}var Nr={document:"document",host:"host",platform:"platform",usage:"usage",internal:"internal"};function Tr(t,e){const n=e?e+" ":"";return{warn:(e,r,o)=>{if(null==t?void 0:t.onWarn)return void t.onWarn({kind:e,message:r,detail:o});if(null==t?void 0:t.muteWarn)return;const i=n+e+": "+r;void 0===o?console.warn(i):console.warn(i,o)},error:(e,r,o)=>{const i=function(t){return"string"==typeof t?new Error(t):t}(r);if(null==t?void 0:t.onError)return void t.onError({kind:e,message:i.message,error:i,detail:o});if(null==t?void 0:t.muteError)return;const s=n+e+": "+i.message;void 0===o?console.error(s):console.error(s,o)}}}function Fr(t,e,n){if(!e)return t;delete t.transform;let r=t;return r=Ir(r,e.origin,!0),r=Dr(r,"scale",e.scale),r=Dr(r,"skew",e.skew),r=Dr(r,"rotate",e.rotate),r=Ir(r,e.origin,!1),function(t){if(!t||"object"!=typeof t)return!1;const e=t;return!!e.autoOrient||Array.isArray(e.keyframes)&&e.keyframes.some(t=>t.tangentOut||t.tangentIn)}(e.translate)?(r=Ir(r,e.origin,!0),r=Dr(r,"translate",e.translate),r=Ir(r,e.origin,!1)):r=Dr(r,"translate",e.translate),r!==t&&t.id&&(r.id=t.id,delete t.id),r}function Dr(t,e,n,r){if(void 0===n)return t;const o=Kn(n);if("static"===o.kind)return{type:"g",transform:{value:Zn(e,o.value,void 0)},children:[t]};if("animated"===o.kind){const n={keyframes:o.keyframes.map(t=>Qn(t,Zn(e,t.value,void 0)))};return o.autoOrient&&(n.autoOrient=!0),void 0!==o.loop&&(n.loop=o.loop),{type:"g",animate:{transform:n},children:[t]}}return t}function Ir(t,e,n){if(void 0===e)return t;const r=Kn(e),o=t=>n?[-t[0],-t[1]]:t;if("absent"===r.kind)return t;if("static"===r.kind)return 0===r.value[0]&&0===r.value[1]?t:{type:"g",transform:{value:{translate:o(r.value)}},children:[t]};if("animated"===r.kind){const e={keyframes:r.keyframes.map(t=>Qn(t,{translate:o(t.value)}))};return void 0!==r.loop&&(e.loop=r.loop),{type:"g",animate:{transform:e},children:[t]}}return t}function Lr(t,e,n){var r,o,i;if("use"===t.type&&"translate"===(null==(o=null==(r=t.effects)?void 0:r.clone)?void 0:o.without)){const r=er(t.effects.clone.source);"string"==typeof r&&r&&!e.contentRefInnerIds.has(r)&&e.contentRefInnerIds.set(r,n(r))}null==(i=t.children)||i.forEach(t=>Lr(t,e,n))}function Rr(t){const e=/translate\(([^)]*)\)/.exec(t);if(!e)return[0,0];const n=e[1].split(/[\s,]+/).filter(Boolean).map(Number);return[n[0]||0,n[1]||0]}function Wr(t){if(!t||"object"!=typeof t)return!1;const e=t;return!!e.autoOrient||!!Array.isArray(e.keyframes)&&e.keyframes.some(t=>t.tangentOut||t.tangentIn)}function Vr(t,e,n,r){if(!e)return t;const o=tr(n,"grad"),i=function(t,e){const n={type:t.type===ut?"radialGradient":"linearGradient",id:e};return t.type===lt?(Ur(n,"x1","y1",t.start),Ur(n,"x2","y2",t.end)):(Ur(n,"cx","cy",t.center),function(t,e,n){const r=Kn(n);"absent"!==r.kind&&Hn(t,"r",r,{asString:!0})}(n,0,t.radius),Ur(n,"fx","fy",t.focal)),t.gradientUnits&&(n.gradientUnits=t.gradientUnits),t.spreadMethod&&(n.spreadMethod=t.spreadMethod),t.gradientTransform&&(n.gradientTransform=t.gradientTransform),n.children=function(t){var e,n;if(!t)return[];const r=Kn(t);if("absent"===r.kind)return[];if("static"===r.kind)return Array.isArray(r.value)?r.value.map(Br):[];const o=r.keyframes;if(!o.length)return[];const i=r.loop;let s=0;for(const t of o){const e=yt(t);Array.isArray(e)&&e.length>s&&(s=e.length)}if(!s)return[];const a=yt(o[0]),l=[];for(let t=0;t<s;t++){const r=null!=(n=null!=(e=null==a?void 0:a[t])?e:Gr(o,0,t))?n:{offset:t/Math.max(1,s-1),color:"#000000"};l.push({offset:r.offset,color:r.color})}return l.map((t,e)=>function(t,e,n,r,o){var i;const s=[],a=[];let l=!1;for(const r of e){const o=vt(r),u=yt(r),c=null!=(i=null==u?void 0:u[n])?i:Gr(e,e.indexOf(r),n);if(!c)continue;const f=bt(r),d={time:o,value:c.color};void 0!==f&&(d.easing=f),s.push(d);const h={time:o,value:c.offset};void 0!==f&&(h.easing=f),a.push(h),c.offset!==t.offset&&(l=!0)}const u={type:"stop",offset:qr(t.offset),stopColor:t.color},c={};return s.length&&(c.stopColor={keyframes:s},void 0!==o&&(c.stopColor.loop=o)),l&&a.length&&(c.offset={keyframes:a},void 0!==o&&(c.offset.loop=o)),Object.keys(c).length&&(u.animate=c),u}(t,o,e,0,i))}(t.stops),n}(e,o);return n.defs.push(i),t[r]="url(#"+o+")",t}function Ur(t,e,n,r){var o,i,s;const a=Kn(r);if("absent"===a.kind)return;if("static"===a.kind)return t[e]=String(a.value[0]),void(t[n]=String(a.value[1]));const l=t=>{const e={keyframes:a.keyframes.map(e=>{const n={time:e.time,value:Array.isArray(e.value)?e.value[t]:void 0};return void 0!==e.easing&&(n.easing=e.easing),n})};return void 0!==a.loop&&(e.loop=a.loop),e},u=null!=(o=t.animate)?o:{};u[e]=l(0),u[n]=l(1),t.animate=u;const c=null!=(s=a.base)?s:null==(i=a.keyframes[0])?void 0:i.value;Array.isArray(c)&&(t[e]=String(c[0]),t[n]=String(c[1]))}function Br(t){return{type:"stop",offset:qr(t.offset),stopColor:t.color}}function Gr(t,e,n){for(let r=e;r>=0;r--){const e=yt(t[r]);if(null==e?void 0:e[n])return e[n]}for(let r=e+1;r<t.length;r++){const e=yt(t[r]);if(null==e?void 0:e[n])return e[n]}}function qr(t){return Math.round(1e3*t)/10+"%"}function Zr(t){return"string"==typeof t?t:t&&"object"==typeof t&&"string"==typeof t.pathData?t.pathData:void 0}function Kr(t,e,n){if(!e)return t;const r=function(t,e){var n;const r=Kn(t);if("absent"!==r.kind)return"static"===r.kind?r.value:(e.warnings.push("transformBy.origin: animated origin approximated by its first keyframe"),null==(n=r.keyframes[0])?void 0:n.value)}(e.origin,n);let o=t;return o=Hr(o,"translate",e.translate,void 0),o=Hr(o,"rotate",e.rotate,r),o=Hr(o,"scale",e.scale,r),o}function Hr(t,e,n,r,o){if(void 0===n)return t;const i=Kn("scale"===e&&Array.isArray(n)?[n[0]/100,n[1]/100]:n);if("static"===i.kind)return{type:"g",transform:{value:Zn(e,Jr(e,i.value),r)},children:[t]};if("animated"===i.kind){const n={keyframes:i.keyframes.map(t=>{const n=Qn(t,Zn(e,Jr(e,t.value),r));return"translate"===e?f(f({},n),Qr(t)):n})};return void 0!==i.loop&&(n.loop=i.loop),{type:"g",animate:{transform:n},children:[t]}}return t}function Jr(t,e){return"translate"===t?[-e[0],-e[1]]:"rotate"===t?-e:[1/e[0],1/e[1]]}function Qr(t){var e,n;const r={},o=null!=(e=t.tangentOut)?e:t.to,i=null!=(n=t.tangentIn)?n:t.ti;return Array.isArray(o)&&(r.tangentOut=[-o[0],-o[1]]),Array.isArray(i)&&(r.tangentIn=[-i[0],-i[1]]),r}function Xr(t){const e=t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate)?t.animate:void 0;return!(!e||!e.transform)}function Yr(t){let e=0,n=0;for(const r of t)r.translate&&(e+=r.translate[0],n+=r.translate[1]);return[e,n]}function $r(t,e){let n=0,r=0;for(const o of t)if(o.translateKeyframes&&o.translateKeyframes.length){const t=to(o.translateKeyframes,e);n+=t[0],r+=t[1]}else o.translate&&(n+=o.translate[0],r+=o.translate[1]);return[n,r]}function to(t,e){if(e<=t[0].time)return t[0].value;if(e>=t[t.length-1].time)return t[t.length-1].value;for(let n=1;n<t.length;n++)if(e<=t[n].time){const r=t[n-1],o=t[n],i=(e-r.time)/(o.time-r.time);return[r.value[0]+(o.value[0]-r.value[0])*i,r.value[1]+(o.value[1]-r.value[1])*i]}return t[t.length-1].value}function eo(t,e){var n,r,o;const i=t.transform,s=t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate)?t.animate.transform:void 0;if(void 0===i&&!s)return;const a={};if("string"==typeof i){const t=function(t,e){const n=/([a-zA-Z]+)\s*\(([^)]*)\)/g;let r,o=0,i=0,s=!1,a=!1;for(;null!==(r=n.exec(t));){const t=r[1],e=r[2].split(/[\s,]+/).filter(t=>t.length>0).map(Number);"translate"===t?(o+=e[0]||0,i+=e[1]||0,s=!0):a=!0}return a&&e.warnings.push("maskedBy ancestor: non-translate transform in string ignored: "+t),s?[o,i]:void 0}(i,e);t&&(a.translate=t)}else if(i&&"object"==typeof i&&!i.keyframes){const t=i.value,n=t&&"object"==typeof t?t:i;n&&"object"==typeof n&&Array.isArray(n.translate)&&(a.translate=[n.translate[0]||0,n.translate[1]||0]),!n||void 0===n.rotate&&void 0===n.scale&&void 0===n.skew||e.warnings.push("maskedBy ancestor: non-translate transform parts ignored (rotate/scale not yet supported)")}if(s&&Array.isArray(s.keyframes)){const t=s.keyframes,i=[];for(const s of t){const t=null!=(n=s.value)?n:s.v,a=null!=(o=null!=(r=s.time)?r:s.t)?o:0;t&&"object"==typeof t&&Array.isArray(t.translate)&&(i.push({time:a,value:[t.translate[0]||0,t.translate[1]||0]}),void 0===t.rotate&&void 0===t.scale&&void 0===t.skew||e.warnings.push("maskedBy ancestor: animated non-translate parts ignored"))}i.length&&(a.translateKeyframes=i)}return a.translate||a.translateKeyframes?a:void 0}function no(t,e,n){if(!e)return;const r=er(e.source);if(!r)return void(e.without===nt&&n.errors.push("clone: content ref missing `source`"));const o=e.without===nt&&n.contentRefInnerIds.get(r)||r;t.href="#"+o}function ro(t,e){const n={};return void 0!==t.translate&&(n.translate=oo(t.translate,t=>[t[0]*e,t[1]*e])),void 0!==t.rotate&&(n.rotate=oo(t.rotate,t=>t*e)),void 0!==t.skew&&(n.skew=oo(t.skew,t=>t*e)),void 0!==t.scale&&(n.scale=function(t,e){return oo(t,t=>[Math.pow(t[0],e),Math.pow(t[1],e)],!0)}(t.scale,e)),void 0!==t.origin&&(n.origin=t.origin),Object.keys(n).length?n:void 0}function oo(t,e,n=!1){const r=Kn(t);if("absent"===r.kind)return t;if("static"===r.kind){const o=e(r.value);return"number"!=typeof t&&!Array.isArray(t)||n?{value:o}:o}const o={keyframes:r.keyframes.map(t=>t&&void 0!==t.value?d(f({},t),{value:e(t.value)}):t)};return void 0!==r.loop&&(o.loop=r.loop),void 0!==r.autoOrient&&(o.autoOrient=r.autoOrient),void 0!==r.base&&(o.value=e(r.base)),o}function io(t){var e,n;return{start:null!=(e=t.start)?e:0,stretch:null!=(n=t.stretch)?n:1}}function so(t,e,n){const[r,o]=e;if(!Number.isFinite(r)||!Number.isFinite(o))return void n.warnings.push("retime: timeCrop is not a pair of finite numbers — ignored");const i=o<=r?[{time:0,value:0}]:[...r>0?[{time:Math.max(0,r-1),value:0}]:[],{time:Math.max(0,r),value:1},{time:o,value:1},{time:o+1,value:0}],s=f({},t);for(const e of Object.keys(t))delete t[e];t.type="g",t.children=[s],t.animate={opacity:{keyframes:i}}}function ao(t,e){return{start:e.start+e.stretch*t.start,stretch:e.stretch*t.stretch}}function lo(t){var e,n;return null==(n=null==(e=t.effects)?void 0:e.clone)?void 0:n.retime}function uo(t){var e;const n=null==(e=t.effects)?void 0:e.clone;n&&(delete n.retime,0===Object.keys(n).length&&delete t.effects.clone,t.effects&&0===Object.keys(t.effects).length&&delete t.effects)}function co(t,e,n){const r=er(t.href);if(!r)return void n.errors.push("retime: <use> has no href to follow");const o=fo(r,e,n,new Set);o&&(t.href="#"+o)}function fo(t,e,n,r){if(r.has(t))return void n.errors.push('retime: loop via "'+t+'"');const o=n.idMap.get(t);if(!o)return void n.warnings.push('retime: target "'+t+'" not found');const i=rr(o);if(function(t,e){Yn(t,()=>tr(e,"retimed"))}(i,n),"use"===o.type?po(i,e.start,e.stretch):ho(i,e.start,e.stretch),uo(i),"use"===o.type&&o.href){const s=er(o.href);if(s){const a=lo(o),l=a?ao(io(a),e):e,u=new Set(r);u.add(t);const c=fo(s,l,n,u);c&&(i.href="#"+c)}}else!function(t,e,n,r,o){const i=t=>{var s;const a=lo(t);if("use"===t.type&&a&&t.href){const i=er(t.href);if(i){const s=ao(io(a),e),l=new Set(r);l.add(o);const u=fo(i,s,n,l);u&&(t.href="#"+u)}uo(t)}null==(s=t.children)||s.forEach(i)};i(t)}(i,e,n,r,t);return n.defs.push(i),"string"==typeof i.id&&n.idMap.set(i.id,i),"string"==typeof i.id?i.id:void 0}function ho(t,e,n){var r;po(t,e,n),null==(r=t.children)||r.forEach(t=>ho(t,e,n))}function po(t,e,n){const r=t=>{for(const r of t)"number"==typeof r.time&&(r.time=e+r.time*n)};if(t.transform&&"object"==typeof t.transform&&Array.isArray(t.transform.keyframes)&&r(t.transform.keyframes),t.animate&&"object"==typeof t.animate)for(const e of Object.keys(t.animate)){const n=t.animate[e];n&&Array.isArray(n.keyframes)&&r(n.keyframes)}}function mo(t,e){const n=d(f({},t),{type:"g",children:e});return delete n.d,delete n.strokeDasharray,delete n.strokeDashoffset,delete n.effects,n}function go(t,e,n,r,o,i,s,a){const l=yo(r,n,o),u=bo(n,o),c=Ao(i,l),f=Ao(s,u),d=jo(s),h={type:"path",d:ye(e)};return wo(h,"strokeDasharray",f),wo(h,"strokeDashoffset",c),wo(h,"strokeOpacity",d),[h]}var vo=1;function yo(t,e,n){const[r]=ko(n);return n=>e*(-n-r+t)+vo}function bo(t,e){const[n,r]=ko(e),o=r-n+1;return e=>{const n=Ve(e[0],0,1),r=Ve(e[1],0,1),i=Math.min(n,r),s=Math.max(n,r),a=[0];let l=vo;for(let e=0;e<o;e++)a.push(l+i*t),a.push((s-i)*t),l=(1-s)*t;return a.push(l+vo),a}}function ko(t){return[Math.floor(Math.min(-t[0],-t[1])),Math.ceil(Math.max(-t[0],-t[1]))]}function Ao(t,e){if("absent"!==t.kind)return"static"===t.kind?{kind:"static",value:e(t.value)}:{kind:"animated",keyframes:t.keyframes.map(t=>({time:vt(t),value:e(yt(t)),easing:bt(t)})),loop:t.loop}}function wo(t,e,n){n&&Hn(t,e,n)}var xo=10;function jo(t){const e=t=>t[0]===t[1];if("absent"===t.kind)return;if("static"===t.kind)return e(t.value)?{kind:"static",value:0}:void 0;const n=t.keyframes;let r=!1,o=!0;for(const t of n)e(yt(t))?r=!0:o=!1;if(!r)return;if(o)return{kind:"static",value:0};const i=[];for(let t=0;t<n.length;t++){const r=n[t],o=t>0?n[t-1]:void 0,s=t<n.length-1?n[t+1]:void 0,a=vt(r),l=e(yt(r)),u=o?l&&e(yt(o)):l,c=s?l&&e(yt(s)):l;u&&!c?(i.push({time:a,value:0}),i.push({time:a+xo,value:1})):!u&&c&&(i.push({time:a-xo,value:1}),i.push({time:a,value:0}))}return i.length<=1?void 0:{kind:"animated",keyframes:i}}function Oo(t,e){const n=n=>{const r=(n-t.time)/(e.time-t.time),o=t.value[0]+(e.value[0]-t.value[0])*r;return t.value[1]+(e.value[1]-t.value[1])*r-o};let r=t.time,o=e.time,i=n(r);if(0===i)return r;const s=n(o);if(0===s)return o;if(i*s>0)return null;for(let t=0;t<100;t++){const t=(r+o)/2,e=n(t);if(0===e||Math.abs(o-r)<1e-4)return t;i*e<0?o=t:(r=t,i=e)}return(r+o)/2}function Mo(t,e){if(e<=t[0].time)return t[0].value;if(e>=t[t.length-1].time)return t[t.length-1].value;for(let n=1;n<t.length;n++)if(e<=t[n].time){const r=t[n-1],o=t[n],i=(e-r.time)/(o.time-r.time);return[r.value[0]+(o.value[0]-r.value[0])*i,r.value[1]+(o.value[1]-r.value[1])*i]}return t[t.length-1].value}function So(t){const e=t.v;if(!e||e.length<2)return 0;let n=0;for(let r=0;r<e.length-1;r++)n+=Po(t,r,r+1);return t.c&&e.length>1&&(n+=Po(t,e.length-1,0)),n}function Po(t,e,n){var r,o,i,s;const a=t.v,l=a[e],u=a[n],c=Ze(l,null!=(o=null==(r=t.o)?void 0:r[e])?o:l,null!=(s=null==(i=t.i)?void 0:i[n])?s:u,u);return c.ds[c.ds.length-1]}var _o=.5522847498307936;function Eo(t){var e,n;const r={defs:[],warnings:[],errors:[],idMap:new Map,nextId:0,contentRefInnerIds:new Map,maskAncestorChains:new Map,engine:H(null==(e=ct(t))?void 0:e.engine),glyphs:null==(n=ht(t))?void 0:n.fonts},o=rr(t);nr(o,r.idMap),Lr(o,r,()=>tr(r,"inner")),function(t,e){const n=new Set,r=t=>{var o,i;const s=er(null==(i=null==(o=t.effects)?void 0:o.maskedBy)?void 0:i.source);if("string"==typeof s){n.add(t);const r=e.idMap.get(s);r&&n.add(r)}if(Array.isArray(t.children))for(const e of t.children)r(e)};if(r(t),0===n.size)return;const o=(t,r)=>{if(n.has(t)&&e.maskAncestorChains.set(t,r),Array.isArray(t.children)){const n=eo(t,e),i=n?[...r,n]:r;for(const e of t.children)o(e,i)}};o(t,[])}(o,r);const i=function(t,e){return function(t,e){e.idMap.clear(),nr(t,e.idMap);const n=[],r=t=>{var e;lo(t)&&n.push(t),null==(e=t.children)||e.forEach(r)};r(t);const o=new Map;for(const t of n){let n=0;const r=new Set,i=o=>{var s;if(o){if(o!==t&&lo(o)&&n++,"use"===o.type&&o.href){const t=er(o.href);t&&!r.has(t)&&(r.add(t),i(e.idMap.get(t)))}null==(s=o.children)||s.forEach(i)}},s=er(t.href);s&&(r.add(s),i(e.idMap.get(s))),o.set(t,n)}n.sort((t,e)=>{var n,r;return(null!=(n=o.get(e))?n:0)-(null!=(r=o.get(t))?r:0)});for(const t of n){const n=lo(t);if(!n)continue;const r=n.timeCrop;uo(t),co(t,io(n),e),r&&so(t,r,e)}}(t,e),t}(Co(o,r),r);return function(t,e){e.length&&(t.children||(t.children=[])).unshift({type:"defs",children:e})}(i,r.defs),{root:i,defs:r.defs,warnings:r.warnings,errors:r.errors}}function Co(t,e){t.children&&(t.children=t.children.map(t=>Co(t,e)));const n=t.effects,r="string"==typeof t.id?t.id:void 0,o=r?e.contentRefInnerIds.get(r):void 0;if(!n&&!o)return t;const{transformBy:i,repeater:s,maskedBy:a,clipPath:l,strokeTrim:u,clone:c,fillGradient:h,strokeGradient:p,textPath:m,text:g}=null!=n?n:{};n&&delete t.effects;let v=t,y=!1;if(null==g?void 0:g.useGlyphs)if(m){const t="string"==typeof m.pathData?m.pathData:void 0,n=function(t,e,n,r,o,i){return e.glyphs?function(t,e,n,r,o,i){const{glyphs:s,create:a=lr,warnings:l}=r,u=e?qn(e):null;if(!u)return null==l||l.push("textGlyphs: unparsable along-path geometry"),null;const c=jr(s),{cells:h,width:p}=function(t,e,n,r){const o=[];let i=0;const s=(t,a)=>{var l,u;const c=kr(t,a),f=yr(t[ot]);if(f&&!(null==(l=t.children)?void 0:l.length)){const t=xr(c,e,n,r);if(t){const e=c.fontSize/t.unitsPerEm,n=null!=(u=t.ascent)?u:.9*t.unitsPerEm,r=wr(c);for(let s=0;s<f.length;s++){const a=f.charAt(s),l=t.glyphs[a];if(l&&l.pathData){const t=l.width*e;o.push({glyphD:l.pathData,widthEm:l.width,scale:e,paint:r,midBase:i+t/2}),i+=t}else if(/\S/.test(a)){const s=l&&l.width>0?l.width:.6*t.unitsPerEm,a=s*e;o.push({glyphD:Or(s,n),widthEm:s,scale:e,paint:r,isMissing:!0,midBase:i+a/2}),i+=a}else i+=(l?l.width:0)*e;i+=c.letterSpacing+(" "===a?c.wordSpacing:0)}}}if(t.children)for(const e of t.children)s(e,c)};return s(t,Ar(t)),{cells:o,width:i}}(t,s,c,l);if(!h.length)return zr(t,[],a);const{along:m,perp:g}=function(t){var e,n,r;return{along:(null!=(e=vr(t.x))?e:0)+(null!=(n=vr(t.dx))?n:0),perp:null!=(r=vr(t.dy))?r:0}}(t),v=Sr(n),y=Sr(o),b=t=>t>0&&p>0?t/p:1,k="clip"===i&&!u.closed;if(v.animated||y.animated){const e=function(t,e){const n=[...t,...e].sort((t,e)=>t-e),r=[];for(const t of n)r.length&&t===r[r.length-1]||r.push(t);return r}(v.times,y.times),n=(t,e)=>m+v.at(e)+b(y.at(e))*t.midBase,r=v.animated?v.loop:y.loop;return zr(t,function(t,e,n,r,o,i,s,a=0){const l=Math.max(e.totalLength/48,.5),u=t=>t>=0&&t<=e.totalLength,c=[];for(const h of t){const t=[h.scale,0,0,h.scale,-h.scale*(h.widthEm/2),0],p=hr(h.glyphD,t),m=(t,n)=>{const{x:r,y:o,angle:i}=e.sampleAtDistance(t),s=Math.cos(i),l=Math.sin(i);return{time:n,value:{translate:[Pr(r-a*l,3),Pr(o+a*s,3)],rotate:Pr(180*i/Math.PI,3)}}},g=[],v=[],y=(t,e)=>{g.push(m(t,e)),s&&v.push({time:e,value:u(t)?1:0})};y(n(h,r[0]),r[0]);for(let t=1;t<r.length;t++){const e=r[t-1],o=r[t],i=n(h,e),s=n(h,o),a=Math.min(64,Math.max(1,Math.ceil(Math.abs(s-i)/l)));for(let t=1;t<=a;t++){const r=e+t/a*(o-e);y(n(h,r),r)}}dn(g);const b={keyframes:g};void 0!==o&&(b.loop=o);const k={transform:b};if(h.paint.animate&&Object.assign(k,h.paint.animate),s&&v.some(t=>0===t.value)){const t={keyframes:v};void 0!==o&&(t.loop=o),k.opacity=t}c.push(i("path",d(f(f({d:p},_r(h.paint)),Er(h.isMissing)),{animate:k}),[]))}return c}(h,u,n,e,r,a,k,g),a)}const A=b(y.at(0)),w=m+v.at(0);return zr(t,Cr((k?h.filter(t=>{const e=w+t.midBase*A;return e>=0&&e<=u.totalLength}):h).map(t=>({glyphD:t.glyphD,paint:t.paint,isMissing:t.isMissing,m:Mr(u,w+t.midBase*A,t.scale,t.widthEm,g)})),a,l),a)}(t,n,r,{glyphs:e.glyphs,warnings:e.warnings},o,i):(e.warnings.push("textGlyphs: no definitions.fonts"),null)}(v,e,t,m.startOffset,m.textLength,m.pathOverflow);n&&(v=n,y=!0)}else v=function(t,e,n){return(null==e?void 0:e.useGlyphs)?n.glyphs?function(t,e){var n,r,o;const{glyphs:i,create:s=lr,warnings:a}=e,l=jr(i),u={x:null!=(n=vr(t.x))?n:0,y:null!=(r=vr(t.y))?r:0},c=[],f=[{start:u.x,end:u.x}];let d=0;const h=(t,e)=>{var n;const r=xr(e,i,l,a),o=(null==r?void 0:r.unitsPerEm)||1e3,s=e.fontSize/o,h=null!=(n=null==r?void 0:r.ascent)?n:.9*o,p=wr(e);for(let n=0;n<t.length;n++){const i=t.charAt(n),a=null==r?void 0:r.glyphs[i];if(a&&a.pathData)c.push({glyphD:a.pathData,m:[s,0,0,s,u.x,u.y],paint:p,line:d,x:u.x,y:u.y,scale:s}),u.x+=a.width*s;else if(/\S/.test(i)){const t=a&&a.width>0?a.width:.6*o;c.push({glyphD:Or(t,h),m:[s,0,0,s,u.x,u.y],paint:p,isMissing:!0,line:d,x:u.x,y:u.y,scale:s}),u.x+=t*s}else u.x+=(a?a.width:0)*s;u.x+=e.letterSpacing+(" "===i?e.wordSpacing:0),f[d].end=u.x}},p=(t,e)=>{var n,r,o;const i=kr(t,e),s=vr(t.x),a=vr(t.y);void 0!==s&&(u.x=s,d=f.length,f.push({start:u.x,end:u.x})),void 0!==a&&(u.y=a),u.x+=null!=(n=vr(t.dx))?n:0,u.y+=null!=(r=vr(t.dy))?r:0;const l=yr(t[ot]);if(l&&!(null==(o=t.children)?void 0:o.length)&&h(l,i),t.children)for(const e of t.children)p(e,i)},m=Ar(t);if(t.children)for(const e of t.children)p(e,m);const g=yr(t[ot]);g&&!(null==(o=t.children)?void 0:o.length)&&h(g,m);const v=yr(t.textAnchor);if("middle"===v||"end"===v)for(const t of c){const e=f[t.line].end-f[t.line].start,n="middle"===v?-e/2:-e;t.m=[t.scale,0,0,t.scale,t.x+n,t.y]}return zr(t,Cr(c,s,a),s)}(t,{glyphs:n.glyphs,warnings:n.warnings}):(n.warnings.push("textGlyphs: no definitions.fonts — left as native <text>"),t):t}(v,g,e),y=!0;return y||(v=function(t,e,n){var r;if(!e||"string"!=typeof e.pathData||!e.pathData)return t;const o=tr(n,"tpath"),{d:i,startShift:s}=function(t,e){var n;if("clip"===e.pathOverflow)return{d:t,startShift:0};const r=qn(t);if(!r||r.closed||r.totalLength<=0)return{d:t,startShift:0};const o=r.totalLength,i=.15*o,s=or(e.startOffset),a=or(e.textLength).max||(null!=(n=e.advance)?n:0),l=Math.max(0,-s.min),u=Math.max(0,s.max+a-o),c=l>0?l+i:0,f=u>0?u+i:0;if(f<=0&&c<=0)return{d:t,startShift:0};const d=r.sampleAtDistance(0),h=r.sampleAtDistance(o);let p=t;if(c>0){const e=d.x-Math.cos(d.angle)*c,n=d.y-Math.sin(d.angle)*c,r=t.replace(/^\s*[Mm]\s*-?[\d.]+[\s,]+-?[\d.]+/,"");p="M"+sr(e)+","+sr(n)+"L"+sr(d.x)+","+sr(d.y)+r}if(f>0){const t=h.x+Math.cos(h.angle)*f,e=h.y+Math.sin(h.angle)*f;p+="L"+sr(t)+","+sr(e)}return{d:p,startShift:c}}(e.pathData,{pathOverflow:e.pathOverflow,startOffset:e.startOffset,textLength:e.textLength,advance:ir(t)});n.defs.push({type:"path",id:o,d:i});const a={type:"textPath",href:"#"+o,children:null!=(r=t.children)?r:[]};return void 0!==e.lengthAdjust&&(a.lengthAdjust=e.lengthAdjust),void 0!==e.method&&(a.method=e.method),void 0!==e.spacing&&(a.spacing=e.spacing),ar(a,"startOffset",function(t,e){if(!e||null==t)return t;const n=Kn(t);if("absent"===n.kind)return t;if("static"===n.kind)return"number"==typeof t?n.value+e:{value:n.value+e};const r={keyframes:n.keyframes.map(t=>d(f({},t),{value:(Number(t.value)||0)+e}))};return void 0!==n.loop&&(r.loop=n.loop),void 0!==n.autoOrient&&(r.autoOrient=n.autoOrient),void 0!==n.base&&(r.value=n.base+e),r}(e.startOffset,s)),ar(a,"textLength",e.textLength),t.children=[a],t}(v,m,e)),v=function(t,e,n){return Vr(t,e,n,"fill")}(v,h,e),v=function(t,e,n){return Vr(t,e,n,"stroke")}(v,p,e),v=function(t,e){if(!e)return t;const n=e.subPaths===rt,r=[],o=t=>{if(Array.isArray(t.children)&&t.children.length>0){for(const e of t.children)o(e);return}const e="string"==typeof t.d?t.d:function(t){var e,n,r,o,i,s,a,l,u,c;if("rect"===t.type){const i=Number(null!=(e=t.x)?e:0),s=Number(null!=(n=t.y)?n:0),a=Number(null!=(r=t.width)?r:0),l=Number(null!=(o=t.height)?o:0);return"M"+(i+a)+","+s+"L"+(i+a)+","+(s+l)+"L"+i+","+(s+l)+"L"+i+","+s+"L"+(i+a)+","+s+"z"}if("ellipse"===t.type||"circle"===t.type){const e=Number(null!=(i=t.cx)?i:0),n=Number(null!=(s=t.cy)?s:0),r="circle"===t.type?Number(null!=(a=t.r)?a:0):Number(null!=(l=t.rx)?l:0),o="circle"===t.type?Number(null!=(u=t.r)?u:0):Number(null!=(c=t.ry)?c:0);if(!(r>0&&o>0))return;const f=r*_o,d=o*_o,h=(t,e,n,r,o,i)=>"C"+t+","+e+" "+n+","+r+" "+o+","+i;return"M"+(e+r)+","+n+h(e+r,n+d,e+f,n+o,e,n+o)+h(e-f,n+o,e-r,n+d,e-r,n)+h(e-r,n-d,e-f,n-o,e,n-o)+h(e+f,n-o,e+r,n-d,e+r,n)+"z"}}(t);if(void 0===e)return;const n=Sn(e);if(!n.length)return;const i={leaf:t,subpaths:[]};for(const t of n){const e=So(t);i.subpaths.push({subpath:t,lengthPx:e,startOffsetPx:0})}r.push(i)};if(o(t),!r.length)return t;let i=0;const s=n?[...r].reverse():r;for(const t of s)for(const e of t.subpaths)n||(i=0),e.startOffsetPx=i,i+=e.lengthPx;const a=i;if(n&&a<.001)return t;const l=Kn(e.offset),u="absent"===l.kind?{kind:"static",value:0}:l,c=function(t){const e=Kn(t);if("animated"!==e.kind)return e;const n=e.keyframes.map(t=>({time:vt(t),value:yt(t),easing:bt(t)}));if(!n.some(t=>t.value[0]>t.value[1]))return{kind:"animated",keyframes:n.map(t=>({time:t.time,value:t.value,easing:t.easing}))};const r=[];for(let t=1;t<n.length;t++){const e=n[t-1],o=n[t];if((e.value[1]-e.value[0])*(o.value[1]-o.value[0])<0){const t=Oo(e,o);null!==t&&t>e.time&&t<o.time&&r.push(Math.round(t))}}const o=Array.from(new Set(r)).sort((t,e)=>t-e),i=[];let s=0;for(const t of n){for(;s<o.length&&o[s]<t.time;){const t=o[s++],e=Mo(n,t),r=(e[0]+e[1])/2;i.push({time:t,value:[r,r]})}const e=t.value[0]>t.value[1]?[t.value[1],t.value[0]]:t.value;i.push({time:t.time,value:e,easing:t.easing})}for(;s<o.length;){const t=o[s++],e=Mo(n,t),r=(e[0]+e[1])/2;i.push({time:t,value:[r,r]})}return{kind:"animated",keyframes:i}}(e.range),h="absent"===c.kind?{kind:"static",value:[0,1]}:c,p=function(t){if("absent"===t.kind)return[];if("static"===t.kind)return[t.value];const e=[];for(const n of t.keyframes){const t=yt(n);"number"==typeof t&&e.push(t)}return e}(u),m=[p.length?Math.min(...p):0,p.length?Math.max(...p):0];if(1===r.length&&r[0].leaf===t&&1===r[0].subpaths.length){const e=r[0],o=e.subpaths[0],i=n?a:o.lengthPx;if(i<.001)return t;const s=n?o.startOffsetPx/i:0;return function(t,e,n,r,o,i){const s=yo(n,e,r),a=bo(e,r),l=f({},t);return delete l.effects,wo(l,"strokeDasharray",Ao(i,a)),wo(l,"strokeDashoffset",Ao(o,s)),wo(l,"strokeOpacity",jo(i)),l}(e.leaf,i,s,m,u,h)}const g=new Map;for(const t of r){const e=[];for(const r of t.subpaths){const o=n?a:r.lengthPx;if(o<.001)continue;const i=n?r.startOffsetPx/o:0;e.push(...go(t.leaf,r.subpath,o,i,m,u,h))}g.set(t.leaf,mo(t.leaf,e))}const v=t=>g.get(t)||(Array.isArray(t.children)&&t.children.length>0?d(f({},t),{children:t.children.map(v)}):t);return v(t)}(v,u),v=function(t,e,n){var r,o;if(!e)return t;const i=null!=(r=e.copies)?r:1;if(i<1)return n.errors.push("repeater.copies invalid: "+e.copies),t;const s=t.transform,a=null==(o=t.animate)?void 0:o.transform,l=rr(t);delete l.transform,l.animate&&(delete l.animate.transform,0===Object.keys(l.animate).length&&delete l.animate),delete l.id;const u=[l];for(let t=1;t<i;t++){const n=rr(l),r=ro(e,t),o=r?Fr(n,r):n;u.push(o)}const c={type:"g",children:u};return t.id&&(c.id=t.id),void 0!==s&&(c.transform=s),void 0!==a&&(c.animate={transform:a}),c}(v,s,e),v=function(t,e,n,r){if(!e)return t;const o=er(e.source);if(!o)return r.errors.push("maskedBy.source missing — cannot build mask"),t;const i=tr(r,"mask");let s={type:"use",href:"#"+o};if(n)s=Kr(s,n,r);else if(Xr(t))s=function(t,e){var n;const r=e.animate&&"object"==typeof e.animate&&!Array.isArray(e.animate)?e.animate:void 0,o=null==r?void 0:r.transform,i=o&&"object"==typeof o&&Array.isArray(o.keyframes)?o.keyframes:void 0;if(!i||!i.length)return t;const s=[],a=[],l=[];for(const t of i){const e=(null!=(n=t.value)?n:t.v)||{},r=Qn(t,void 0);if(Array.isArray(e.translate)&&s.push(d(f(f({},r),Qr(t)),{value:{translate:[-e.translate[0],-e.translate[1]]}})),"number"==typeof e.rotate){const t={rotate:-e.rotate};Array.isArray(e.origin)&&(t.origin=[e.origin[0],e.origin[1]]),a.push(d(f({},r),{value:t}))}if(Array.isArray(e.scale)){const t={scale:[1/e.scale[0],1/e.scale[1]]};Array.isArray(e.origin)&&(t.origin=[e.origin[0],e.origin[1]]),l.push(d(f({},r),{value:t}))}}const u=null==o?void 0:o.loop,c=t=>{const e={keyframes:t};return void 0!==u&&(e.loop=u),e};let h=t;return s.length&&(h={type:"g",animate:{transform:c(s)},children:[h]}),a.length&&(h={type:"g",animate:{transform:c(a)},children:[h]}),l.length&&(h={type:"g",animate:{transform:c(l)},children:[h]}),h}(s,t);else{const e=function(t){if("string"==typeof t.transform){const e=function(t){var e,n,r,o,i,s,a,l,u,c,f,d,h;const p=/([a-zA-Z]+)\s*\(([^)]*)\)/g;let m;const g=[];for(;null!==(m=p.exec(t));){const t=m[2].split(/[\s,]+/).filter(t=>t.length>0).map(Number);g.push({name:m[1],args:t})}if(!g.length)return;const v=g[g.length-1];if("translate"===v.name)for(let t=g.length-2;t>=0;t--){const c=g[t];if("translate"!==c.name)continue;const f=null!=(e=c.args[0])?e:0,d=null!=(n=c.args[1])?n:0,h=null!=(r=v.args[0])?r:0,p=null!=(o=v.args[1])?o:0;if(h!==-f||p!==-d)continue;const m={};m.origin=[f,d];for(let e=0;e<t;e++)if("translate"===g[e].name){const t=null!=(i=g[e].args[0])?i:0,n=null!=(s=g[e].args[1])?s:0;m.translate=m.translate?[m.translate[0]+t,m.translate[1]+n]:[t,n]}for(let e=t+1;e<g.length-1;e++){const t=g[e];if("rotate"===t.name)m.rotate=(null!=(a=m.rotate)?a:0)+(null!=(l=t.args[0])?l:0);else if("scale"===t.name){const e=null!=(u=t.args[0])?u:1,n=t.args.length>1?t.args[1]:e;m.scale=m.scale?[m.scale[0]*e,m.scale[1]*n]:[e,n]}}return m}let y,b,k;for(const t of g)if("translate"===t.name){const e=null!=(c=t.args[0])?c:0,n=null!=(f=t.args[1])?f:0;y=y?[y[0]+e,y[1]+n]:[e,n]}else if("rotate"===t.name)b=(null!=b?b:0)+(null!=(d=t.args[0])?d:0);else if("scale"===t.name){const e=null!=(h=t.args[0])?h:1,n=t.args.length>1?t.args[1]:e;k=k?[k[0]*e,k[1]*n]:[e,n]}const A={};return y&&(A.translate=y),void 0!==b&&(A.rotate=b),k&&(A.scale=k),Object.keys(A).length?A:void 0}(t.transform);if(!e)return;const n={};return e.translate&&(n.translate=e.translate),void 0!==e.rotate&&(n.rotate=e.rotate),e.scale&&(n.scale={value:e.scale}),e.origin&&(n.origin=e.origin),Object.keys(n).length?n:void 0}if(t.transform&&"object"==typeof t.transform&&!t.transform.keyframes){const e=t.transform.value,n=e&&"object"==typeof e?e:t.transform;if(n&&"object"==typeof n){const t={};return Array.isArray(n.translate)&&(t.translate=n.translate),"number"==typeof n.rotate&&(t.rotate=n.rotate),"number"==typeof n.skew&&(t.skew=n.skew),Array.isArray(n.scale)&&(t.scale={value:n.scale}),Array.isArray(n.origin)&&(t.origin=n.origin),Object.keys(t).length?t:void 0}}}(t);e&&(s=Kr(s,e,r))}const a=void 0===n&&!function(t){return"string"==typeof t.transform||!(!t.transform||"object"!=typeof t.transform)||Xr(t)}(t);s=function(t,e,n,r,o){const i=r.idMap.get(n),s=r.maskAncestorChains.get(e)||[],a=o?eo(e,r):void 0,l=a?[...s,a]:s,u=i&&r.maskAncestorChains.get(i)||[];if(!l.length&&!u.length)return t;const c=new Set;for(const t of l)if(t.translateKeyframes)for(const e of t.translateKeyframes)c.add(e.time);for(const t of u)if(t.translateKeyframes)for(const e of t.translateKeyframes)c.add(e.time);if(!(c.size>0)){const e=Yr(l),n=Yr(u),r=n[0]-e[0],o=n[1]-e[1];return 0===r&&0===o?t:{type:"g",transform:"translate("+r+","+o+")",children:[t]}}return{type:"g",animate:{transform:{keyframes:Array.from(c).sort((t,e)=>t-e).map(t=>{const e=$r(l,t),n=$r(u,t);return{time:t,value:{translate:[n[0]-e[0],n[1]-e[1]]}}})}},children:[t]}}(s,t,o,r,a);const l={type:"mask",id:i,children:[s]};return e.maskType&&(l.maskType=e.maskType),e.maskUnits&&(l.maskUnits=e.maskUnits),e.maskContentUnits&&(l.maskContentUnits=e.maskContentUnits),void 0!==e.x&&(l.x=String(e.x)),void 0!==e.y&&(l.y=String(e.y)),void 0!==e.width&&(l.width=String(e.width)),void 0!==e.height&&(l.height=String(e.height)),r.defs.push(l),t.mask="url(#"+i+")",t}(v,a,i,e),v=function(t,e,n){if(!(null==e?void 0:e.pathData))return t;const r=tr(n,"clip"),o={type:"path"},i=Kn(e.pathData);return"absent"!==i.kind&&("static"===i.kind?o.d=Zr(i.value):(Hn(o,"d",i),void 0!==o.d&&(o.d=Zr(o.d)))),n.defs.push({type:"clipPath",id:r,children:[o]}),t.clipPath="url(#"+r+")",t}(v,l,e),o?(no(v,c,e),v=function(t,e,n,r){const o=function(t,e){var n,r,o;const i={};let s=!1;const a=null==(n=t.animate)?void 0:n.transform;if(a&&"object"==typeof a&&Array.isArray(a.keyframes)){const e=a.keyframes;if(e.some(t=>t.value&&t.value.translate)){const n=Wr(a),r={keyframes:e.map(t=>{const e=t.value||{},r={};void 0!==e.translate&&(r.translate=e.translate),n&&void 0!==e.origin&&(r.origin=e.origin);const o={value:r};return void 0!==t.time&&(o.time=t.time),void 0!==t.easing&&(o.easing=t.easing),void 0!==t.tangentOut&&(o.tangentOut=t.tangentOut),void 0!==t.tangentIn&&(o.tangentIn=t.tangentIn),o})};a.autoOrient&&(r.autoOrient=!0);const o=a.loop;void 0!==o&&(r.loop=o),i.animate={transform:r};const l=e.some(t=>{const e=t.value||{};return void 0!==e.rotate||void 0!==e.scale}),u=e.map(t=>{const e=t.value||{},r={};void 0!==e.rotate&&(r.rotate=e.rotate),void 0!==e.scale&&(r.scale=e.scale),void 0===e.origin||n&&!l||(r.origin=e.origin);const o={value:r};return void 0!==t.time&&(o.time=t.time),void 0!==t.easing&&(o.easing=t.easing),o});if(u.every(t=>0===Object.keys(t.value).length))delete t.animate.transform,t.animate&&0===Object.keys(t.animate).length&&delete t.animate;else{const e={keyframes:u};void 0!==o&&(e.loop=o),t.animate.transform=e}s=!0}}const l=void 0!==(null==e?void 0:e.translate),u=s||l,c=s&&Wr((null==(r=t.animate)?void 0:r.transform)||void 0)||s&&Wr((null==(o=i.animate)?void 0:o.transform)||void 0);if("string"==typeof t.transform){const e=function(t){const e=[],n=/(translate|rotate|scale|matrix|skewX|skewY)\(([^)]*)\)/g;let r;for(;r=n.exec(t);)e.push({name:r[1],full:r[0]});if(!e.length)return{rest:t||void 0};if(e.every(t=>"translate"===t.name))return{translate:e.map(t=>t.full).join("")};const o=e[0],i=e[e.length-1];if("translate"===i.name&&"translate"===o.name){const n=Rr(i.full),r=Rr(o.full),s=-n[0],a=-n[1],l=r[0]-s,u=r[1]-a;return 0===l&&0===u?{rest:t}:{translate:"translate("+l+","+u+")",rest:"translate("+s+","+a+")"+e.slice(1).map(t=>t.full).join("")}}if("translate"===i.name)return{rest:t};const s=[];let a=0;for(;a<e.length&&"translate"===e[a].name;)s.push(e[a].full),a++;if(!s.length)return{rest:t};const l=e.slice(a).map(t=>t.full).join("");return{translate:s.join(""),rest:l||void 0}}(t.transform);u?void 0!==e.translate?e.rest?t.transform=e.rest:delete t.transform:(function(t){const e=/(translate|rotate|scale|matrix|skewX|skewY)\(([^)]*)\)/g,n=[];let r;for(;r=e.exec(t);)n.push({name:r[1],full:r[0]});if(1!==n.length)return!1;if("translate"===n[0].name)return!0;if("matrix"!==n[0].name)return!1;const o=/matrix\(([^)]*)\)/.exec(n[0].full);if(!o)return!1;const i=o[1].split(/[\s,]+/).filter(Boolean).map(Number);return i.length>=4&&1===i[0]&&0===i[1]&&0===i[2]&&1===i[3]}(t.transform)||c&&function(t){const e=/(translate|rotate|scale|matrix|skewX|skewY)\(([^)]*)\)/g;let n,r=0,o=!1;for(;n=e.exec(t);)r++,"matrix"===n[1]&&(o=!0);return 1===r&&o}(t.transform))&&delete t.transform:e.translate&&(i.transform=e.translate,e.rest?t.transform=e.rest:delete t.transform)}else if(t.transform&&"object"==typeof t.transform&&!Array.isArray(t.transform)&&!t.transform.keyframes){const e=t.transform.value,n=!(!e||"object"!=typeof e),r=n?e:t.transform,o=t=>n?{value:t}:t;if(Array.isArray(r.translate)){const e=f({},r);delete e.translate;const n=Object.keys(e).length>0;u||(i.transform=o({translate:r.translate})),n?t.transform=o(e):delete t.transform}}return i}(t,e);"string"==typeof t.id&&delete t.id;const{outer:i,inner:s}=function(t){if(!t)return{};const e=Wr(t.translate),n=void 0!==t.rotate||void 0!==t.scale,r={},o={};return void 0!==t.translate&&(r.translate=t.translate),e&&void 0!==t.origin&&(r.origin=t.origin),void 0!==t.rotate&&(o.rotate=t.rotate),void 0!==t.scale&&(o.scale=t.scale),void 0!==t.skew&&(o.skew=t.skew),void 0===t.origin||e&&!n||(o.origin=t.origin),{outer:Object.keys(r).length?r:void 0,inner:Object.keys(o).length?o:void 0}}(e);let a=t;a=Fr(a,s);let l={type:"g",id:n,children:[{type:"g",id:r,children:[a]}]};return void 0!==o.transform&&(l.transform=o.transform),void 0!==o.animate&&(l.animate=o.animate),i&&(delete l.id,l=Fr(l,i),l.id=n),l}(v,i,r,o)):v=function(t,e,n,r){return no(t,e,r),Fr(t,n)}(v,c,i,e),(null==c?void 0:c.retime)&&(t.effects={clone:{retime:c.retime}}),r&&e.idMap.set(r,v),v}function zo(t,e,n,r,o){const i=1-o,s=i*i*i,a=3*i*i*o,l=3*i*o*o,u=o*o*o;return[s*t[0]+a*e[0]+l*n[0]+u*r[0],s*t[1]+a*e[1]+l*n[1]+u*r[1]]}function No(t,e,n,r,o=64){let i=0,s=t;for(let a=1;a<=o;a++){const l=zo(t,e,n,r,a/o);i+=Math.hypot(l[0]-s[0],l[1]-s[1]),s=l}return i}var To=t=>{const e=Math.round(1e4*t)/1e4;return Object.is(e,-0)?"0":String(e)};function Fo(t){if("number"==typeof t)return t;if("string"==typeof t){const e=parseFloat(t);return Number.isFinite(e)?e:void 0}}function Do(t){if("string"==typeof t)return t.startsWith("#")?t.slice(1):t}function Io(t){if("string"!=typeof t)return;const e=t.trim().split(/[\s,]+/).map(Number);return e.length<4||e.some(t=>!Number.isFinite(t))?void 0:[e[0],e[1],e[2],e[3]]}function Lo(t,e,n,r,o,i){if("use"===t.type&&"string"==typeof t.href){const s=Do(t.href);if(s&&n.has(s)){const a=e.get(s);if(a)return function(t,e,n,r,o,i,s){var a,l,u,c;const h=Xn(e);Yn(h,o);const p="symbol"===h.type?Io(h.viewBox):void 0,m=null!=(l=null!=(a=Fo(t.width))?a:null==p?void 0:p[2])?l:s[0],g=null!=(c=null!=(u=Fo(t.height))?u:null==p?void 0:p[3])?c:s[1],v="symbol"===h.type?function(t,e,n,r,o){const i=Io(t.viewBox),s=d(f({},t),{type:"g"});if(delete s.viewBox,delete s.preserveAspectRatio,delete s.width,delete s.height,!i)return s;const[a,l,u,c]=i,h=u>0&&c>0?Math.min(r/u,o/c):1,p=(r-u*h)/2,m=(o-c*h)/2,g=[];0===p&&0===m||g.push("translate("+p+","+m+")"),1!==h&&g.push("scale("+h+")"),0===a&&0===l||g.push("translate("+-a+","+-l+")"),g.length&&(s.transform=g.join(""));const v=e();return n.push({type:"clipPath",id:v,children:[{type:"rect",x:a,y:l,width:u,height:c}]}),s.clipPath="url(#"+v+")",s}(h,o,i,m,g):h,y=Lo(v,n,r,o,i,s),b=d(f({},t),{type:"g",children:[y]});return delete b.href,delete b.width,delete b.height,function(t){var e;const n=$n(t.x),r=$n(t.y);if(delete t.x,delete t.y,!n&&!r)return t;const o="translate("+n+","+r+")";if(void 0!==t.transform||void 0!==t.animate){const n={type:"g",transform:o,children:null!=(e=t.children)?e:[]};t.children=[n]}else t.transform=o;return t}(b)}(t,a,e,n,r,o,i)}}if(!t.children)return t;let s=!1;const a=t.children.map(t=>{const a=Lo(t,e,n,r,o,i);return a!==t&&(s=!0),a});return s?d(f({},t),{children:a}):t}var Ro="setPlaybackRate: rate must be finite and non-zero";function Wo(t){return Number.isFinite(t)&&0!==t}function Vo(t,e){return t>0?e===1/0?t:t*(e>0?e:1):0}function Uo(t,e){return Number.isNaN(t)||t<0?0:Number.isFinite(e)?t>e?e:t:Number.isFinite(t)?t:0}function Bo(t,e,n){const r=Vo(e,n);return r>0&&Number.isFinite(t)?t<=0?0:n===1/0?t%r/r:t>=r?1:t/r:0}function Go(t,e,n){const r=Vo(e,n);return r>0&&Number.isFinite(t)?t<=0?0:t>=1?r:t*r:0}function qo(t){const e=globalThis;"function"!=typeof e.cancelAnimationFrame?e.clearTimeout(t):e.cancelAnimationFrame(t)}function Zo(t,e,n){var r;const o=ct(t)||{},i=Wn(t,Z.js),s=o.iterations;let a=1;"number"==typeof s&&(a=s||1),"infinite"===s&&(a=1/0),a<1&&(a=1);const l=+(o.duration||De),u=l&&a?l*(a===1/0?1/0:a):l?(null!=a?a:1)*l:0,c=o.direction||"normal",f=null!=(r=o.fill)?r:"forwards",d="forwards"===f||"both"===f,h="backwards"===f||"both"===f;let p=null,m=!1,g=-(o.delay||0),v=0,y=1,b=!1;const k=o.frameRate,A=k&&k>0?1e3/k:0;let w=0;const x=()=>{const t=v?(Date.now()-v)*y:0;return g+t},j=()=>{let t=x();return Number.isFinite(u)&&t>u&&(t=u),t<0&&(t=0),t};function O(t){let n=function(){const e=l>0?l:1;let n=0,r=0;l>0?(t=Ve(t,0,a*e),r=Math.max(0,Math.ceil(t/e)-1),r=Math.min(r,a-1),n=Ve((t-r*e)/e,0,1)):n=t;const o=c||"normal";let i=n;return"reverse"===o?i=1-n:"alternate"===o?r%2==1&&(i=1-n):"alternate-reverse"===o&&r%2==0&&(i=1-n),i}();for(const t of i||[]){const r=t.animate;if(!r||"object"!=typeof r||Array.isArray(r)){console.warn("Empty or unresolved binding",t);continue}const o=Un(r,n*l);for(const[n,r]of Object.entries(o))e.setAttribute(t.id,n,r)}}o.delay&&(o.delay<0?O(j()):h&&O(0));const M=()=>!!m&&!!e.isConnected()&&(y<0?x()>0:!(Number.isFinite(u)&&j()>=u)),S=t=>{null!==p&&(qo(p),p=null),(t||M())&&(p=function(t){const e=globalThis;return"function"==typeof e.requestAnimationFrame?e.requestAnimationFrame(t):e.setTimeout(t,16)}(()=>{p=null,(()=>{var t,r;if(!e.isConnected())return void P();const o=j(),i=x();if(i<0&&y>0)h&&O(0);else{if(y<0&&i<=0)return P(),O(0),void(b||(b=!0,null==(t=null==n?void 0:n.onFinish)||t.call(n)));if(y>0&&u&&Number.isFinite(u)&&o>=u)return P(),O(d?u:0),void(b||(b=!0,null==(r=null==n?void 0:n.onFinish)||r.call(n)));if(A>0){const t=Date.now();if(w&&t-w<A)return;w=t}O(o)}})(),S()}))},P=()=>{if(!m)return;let t=x();Number.isFinite(u)&&t>u&&(t=u),g=t,v=0,m=!1,null!==p&&(qo(p),p=null),t>=0?O(t):h&&O(0)},_={isReady:()=>!0,getRootElement:()=>null,isPlaying:()=>M(),play:()=>{var t;(()=>{if(!m){if(y>=0)Number.isFinite(u)&&g>=u&&(g=0);else if(g<=0){if(!Number.isFinite(u))return void console.warn("play: cannot start reverse playback of an infinite animation from time 0");g=u}b=!1,m=!0,v=Date.now(),S(!0)}})(),null==(t=null==n?void 0:n.onPlay)||t.call(n)},pause:()=>{var t;P(),null==(t=null==n?void 0:n.onPause)||t.call(n)},cancel:()=>{var t;P(),g=0,v=0,m=!1,b=!1,O(g),null==(t=null==n?void 0:n.onCancel)||t.call(n)},finish:()=>{((t=!0)=>{var e;g=Number.isFinite(u)?u:j(),v=0,m=!1,null!==p&&(qo(p),p=null),O(d?g:0),t&&!b&&(b=!0,null==(e=null==n?void 0:n.onFinish)||e.call(n))})(!0)},setPlaybackRate:t=>{if(!Wo(t))return void console.warn(Ro);let e=x();Number.isFinite(u)&&e>u&&(e=u),t<0!=y<0&&(b=!1),y=t,g=e,m&&(v=Date.now())},getCurrentTime:()=>j(),setCurrentTime:t=>{t=Uo(t,u),g=t,m&&(v=Date.now()),(!Number.isFinite(u)||t<u)&&(b=!1),O(j())},getCurrentProgress:()=>Bo(j(),l,a),setCurrentProgress:t=>{_.setCurrentTime(Go(t,l,a))},destroy:()=>{var t;_.cancel(),null==(t=null==n?void 0:n.onRemove)||t.call(n)}};return _}var Ko=["timelineSource","scroll","trigger","delay","iterations","direction","fill","resetOnFinish","duration","mode","frameRate"],Ho=["definitions","bindings"],Jo=t=>!!t&&"object"==typeof t&&!Array.isArray(t);function Qo(t,e){const n=Jo(t)?f({},t):{};for(const t of Object.keys(e)){const r=e[t];null!==r?Jo(r)?n[t]=Qo(n[t],r):n[t]=r:delete n[t]}return n}function Xo(t,e,n){const r=Jo(o=t)&&"string"==typeof o.type?o.type:"time";var o;const i=Jo(e)&&"string"==typeof e.type?String(e.type):r;let s;if(i!==r){const n={};if(Jo(t))for(const e of B)void 0!==t[e]&&(n[e]=t[e]);s=Qo(n,e)}else s=Qo(t,e);if("scroll"===(a=i)||"view"===a){for(const t of G)void 0!==s[t]&&(n("animator.timeline."+t+": no slot on a '"+i+"' timeline — dropped"),delete s[t]);"infinite"===s.iterations&&(n("animator.timeline.iterations: 'infinite' cannot map onto a scroll range — dropped"),delete s.iterations)}var a;return s}function Yo(t){return"scroll"===(null==t?void 0:t.timelineSource)}function $o(t,e,n,r){var o;const[i,s]=function(t,e,n){const r=e,o=n;switch(t){case"cover":return[0,r+o];case"entry":return[0,Math.min(r,o)];case"contain":return[Math.min(r,o),Math.max(r,o)];case"exit":return[Math.max(r,o),r+o];case"entry-crossing":return[0,r];case"exit-crossing":return[o,r+o]}}(null!=(o=null==t?void 0:t.phase)?o:"cover",n,r);return i+("number"==typeof(null==t?void 0:t.fraction)?t.fraction:e)*(s-i)}function ti(t,e,n){const r=null!=n?n:Tr(void 0,"[PxAnimator]"),o=[],i=()=>{for(const t of o.splice(0))t()},{startOn:s,outAction:a,scrollIntoViewThreshold:l}=function(t){var e,n,r;return{startOn:null!=(e=null==t?void 0:t.startOn)?e:Q,outAction:null!=(n=null==t?void 0:t.outAction)?n:X,scrollIntoViewThreshold:null!=(r=null==t?void 0:t.scrollIntoViewThreshold)?r:0}}(e),u=t.getRootElement();if(!u)return r.warn(Nr.host,"setupAnimationTriggers: No root element found for animation."),i;let c=!1;const f=()=>{c&&(c=!1,t.setPlaybackRate(1)),t.play()},d=()=>{switch(a){case"pause":t.pause();break;case"reset":t.cancel();break;case"reverse":c=!0,t.setPlaybackRate(-1),t.play()}};switch(s){case"load":{const t=()=>f();"complete"===document.readyState?t():(window.addEventListener("load",t,{once:!0}),o.push(()=>window.removeEventListener("load",t)));break}case"mouseOver":{let t=!1;const e=()=>{t=!0,f()},n=()=>{t&&d()};u.addEventListener("mouseenter",e),u.addEventListener("mouseleave",n),o.push(()=>{u.removeEventListener("mouseenter",e),u.removeEventListener("mouseleave",n)});break}case"click":{const e=()=>{t.isPlaying()?d():f()};u.addEventListener("click",e),o.push(()=>u.removeEventListener("click",e));break}case"scrollIntoView":{const t=t=>{var e,n;const r=t.boundingClientRect,o=t.intersectionRect;if(!(null==r?void 0:r.height)||!o)return t.intersectionRatio;const i="undefined"!=typeof window&&window.innerHeight?window.innerHeight:1/0,s=null!=(n=null==(e=t.rootBounds)?void 0:e.height)?n:1/0,a=Math.min(i,s),l=Math.min(r.height,Number.isFinite(a)?a:r.height);return l>0?o.height/l:t.intersectionRatio},e=Array.from({length:21},(t,e)=>e/20);let n=!1;const r=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&t(e)>=l?(n=!0,f()):n&&(n=!1,d())})},{threshold:e});r.observe(u),o.push(()=>r.disconnect());break}}return i}function ei(t){return"#"+t}function ni(t,r,o,i){var s;const a=ct(t)||{},l=Tr(o,"[PxAnimator]");if(!i)if(t.id){const e=ei(t.id);(i=document.querySelector(e))||l.warn(Nr.host,"createFrameLoopAnimator: No root element found for selector: "+e)}else l.warn(Nr.host,"createFrameLoopAnimator: No root element provided");const u=Zo(t,r||function(t,e){const n=new Set,r=null!=e?e:Tr(void 0,"[PxAnimator]");return{isConnected:()=>!t||t.isConnected,setAttribute:(e,o,i)=>{o=We(o);const s=ei(e),a=(null==t?void 0:t.querySelectorAll(s))||document.querySelectorAll(s);0!==a.length||n.has(s)||(n.add(s),r.warn(Nr.host,'setAttribute: No elements found for selector "'+s+'"'));for(let t=0;t<a.length;t++){const e=a[t],n="transform"===o&&"pattern"===e.tagName?"patternTransform":o;e.setAttribute(n,i),Fe.has(o)&&(e.style[o]=i)}}}}(i,l),o),c=e(n({},u),{getRootElement:()=>i||null});if(Yo(a))a.trigger&&l.warn(Nr.usage,"scroll timeline: `animator.trigger` is ignored (triggers do not apply to scroll-driven playback)");else{const t=ti(c,null!=(s=a.trigger)?s:{},l),e=c.destroy.bind(c);c.destroy=()=>{t(),e()}}return c}function ri(t,e,n,r){let o=yt(t);const i=bt(t),s={offset:e,easing:i&&Array.isArray(i)?"cubic-bezier("+i.join(",")+")":void 0};let a,l=n;return Ce.has(n)&&Array.isArray(o)?a=_e(o):"transform"!==n||null===o||"object"!=typeof o||Array.isArray(o)?ze.has(n)?(Array.isArray(o)&&("translate"===n&&(o=o.map(t=>t+"px")),o=o.join(",")),"rotate"===n&&(o+="deg"),a=n+"("+o+")",l="transform"):a="d"===n?'path("'+(o&&"object"==typeof o&&Array.isArray(o.paths)?o.paths:[]).map(t=>ye(t,!0)).join("")+'")':Ne.has(n)&&"number"==typeof o?100*o+"%":""+o:(a=Te(o,{withUnits:!0}),l="transform"),CSS.supports(We(l),a)||r.add(l),l=Ie(l),s[l]=a,s}function oi(t,r,o){var i,s,a,l,u;const c=[];for(let f=0;f<r.length;f++){const d=r[f],h=null!=(i=d.t)?i:0;if(h<0){const e=r[f+1];if(e&&(null!=(s=e.t)?s:0)>=0){const n=(0-h)/((null!=(a=e.t)?a:0)-h),r=d.e?Oe(d.e)(n):n,{right:o}=Se(d.e,n);c.push({t:0,v:Nn(t,d.v,e.v,r),e:o})}continue}if(h>o){const i=r[f-1];if(i&&(null!=(l=i.t)?l:0)<=o){const r=null!=(u=i.t)?u:0,s=(o-r)/(h-r),a=i.e?Oe(i.e)(s):s,{left:l}=Se(i.e,s);c.length>0&&(c[c.length-1]=e(n({},c[c.length-1]),{e:l})),c.push({t:o,v:Nn(t,i.v,d.v,a),e:void 0})}break}c.push(d)}return c}function ii(t,r,o){var i;const s=new Map;for(const[a,l]of Object.entries(t)){const t=o.duration||1,u=oi(a,l.keyframes||[],t),c=[];for(let o=0;o<u.length;o++){const s=u[o],l=ri(s,Ve((null!=(i=s.t)?i:0)/t,0,1),a,r);0===o&&(l.offset||0)>0&&c.push(e(n({},l),{offset:0})),c.push(l)}c.length>0&&(c[c.length-1].offset||0)<1&&c.push(e(n({},c[c.length-1]),{offset:1})),c.length>0&&s.set(a,c)}return s}function si(t,e,n,r,o){var i,s;const a=ct(t)||{},l=Tr(e,"[PxAnimator]");if(!n)if(t.id){const e=ei(t.id);(n=document.querySelector(e))||l.warn(Nr.host,"createWebApiAnimator: No root element found for selector: "+e)}else l.warn(Nr.host,"createWebApiAnimator: No root element provided");const u=Wn(t,Z.native),c=[],f=a.iterations;let d;"number"==typeof f&&(d=f),"infinite"===f&&(d=1/0);const h=new Set;let p=!1,m=!1;(null==u?void 0:u.length)||l.warn(Nr.document,"createWebApiAnimator: No animation bindings defined");for(const t of u||[]){const r=t.animate;if(!r||"object"!=typeof r||Array.isArray(r)){l.warn(Nr.document,"createWebApiAnimator: Empty or unresolved binding",t);continue}const s=ei(t.id),u=(null==n?void 0:n.querySelectorAll(s))||document.querySelectorAll(s);0===u.length&&l.warn(Nr.host,'createWebApiAnimator: No elements found for selector "'+s+'"');const f=ii(r,h,a),g=a.delay&&a.delay>0?a.delay:void 0;let v;if(a.delay&&a.delay<0&&a.duration){const t=-a.delay;v=d===1/0?t%a.duration:Math.min(t,a.duration*(null!=d?d:1))}const y={duration:a.duration,delay:g,fill:null!=(i=a.fill)?i:"forwards",direction:a.direction,iterations:d};for(let t=0;t<u.length;t++){const n=u[t];for(const[,t]of f)if(t.length>0)try{const r=new KeyframeEffect(n,t,y),i=new Animation(r,o?o.timeline:document.timeline);if(o){const t=i;o.rangeStart&&(t.rangeStart=o.rangeStart),o.rangeEnd&&(t.rangeEnd=o.rangeEnd)}(null==e?void 0:e.onFinish)&&(i.onfinish=()=>{var t;p||(p=!0,null==(t=e.onFinish)||t.call(e))}),(null==e?void 0:e.onRemove)&&(i.onremove=()=>{var t;m||(m=!0,null==(t=e.onRemove)||t.call(e))}),void 0!==v&&(i.currentTime=v),c.push(i)}catch(t){l.warn(Nr.internal,"createWebApiAnimator: could not build the animation",t)}}}if(!r&&h.size)return l.warn(Nr.platform,"Unsupported CSS attrs: "+[...h].join(", ")),null;const g={isReady:()=>!0,getRootElement:()=>n||null,isPlaying:()=>{var t;return"running"===(null==(t=c[0])?void 0:t.playState)},play:()=>{var t;p=!1,c.forEach(t=>t.play()),null==(t=null==e?void 0:e.onPlay)||t.call(e)},pause:()=>{var t;c.forEach(t=>t.pause()),null==(t=null==e?void 0:e.onPause)||t.call(e)},cancel:()=>{var t;p=!1,c.forEach(t=>t.cancel()),null==(t=null==e?void 0:e.onCancel)||t.call(e)},finish:()=>{var t;for(const e of c)try{(null==(t=e.effect)?void 0:t.getTiming().iterations)===1/0?(e.effect.updateTiming({iterations:1}),e.finish(),e.effect.updateTiming({iterations:1/0})):e.finish()}catch(t){e.cancel()}},setPlaybackRate:t=>Wo(t)?(c.forEach(e=>e.playbackRate=t),g):(l.warn(Nr.usage,Ro),g),getCurrentTime:()=>{var t,e;const n=null!=(e=null==(t=c[0])?void 0:t.currentTime)?e:null;return null!==n?+n:null},setCurrentTime:t=>{var e;const n=function(t,e){return t>0?e===1/0?1/0:t*(e>0?e:1):0}(null!=(e=a.duration)?e:0,null!=d?d:1),r=n>0?Uo(t,n):Math.max(0,t);p=!1,c.forEach(t=>{t.currentTime=r})},getCurrentProgress:()=>{var t;const e=g.getCurrentTime();return null===e?null:Bo(e,null!=(t=a.duration)?t:0,null!=d?d:1)},setCurrentProgress:t=>{var e;g.setCurrentTime(Go(t,null!=(e=a.duration)?e:0,null!=d?d:1))},destroy:()=>{var t;g.cancel(),c.splice(0,c.length),m||(m=!0,null==(t=null==e?void 0:e.onRemove)||t.call(e))}};if("scroll"===a.timelineSource)a.trigger&&l.warn(Nr.usage,"scroll timeline: `animator.trigger` is ignored (triggers do not apply to scroll-driven playback)");else{const t=ti(g,null!=(s=a.trigger)?s:{},l),e=g.destroy.bind(g);g.destroy=()=>{t(),e()}}return o&&c.forEach(t=>t.play()),g}function ai(t,e,n){var r,o,i;const s="number"==typeof(null==t?void 0:t.fraction)?t.fraction:e,a=null==(o=null==(r=globalThis.CSS)?void 0:r.percent)?void 0:o.call(r,100*s);if(void 0!==a)return n?{rangeName:null!=(i=null==t?void 0:t.phase)?i:"cover",offset:a}:{offset:a}}function li(t,e){const n=document.body,r=document.documentElement;for(let o=t.parentElement;o;o=o.parentElement){if(o===n||o===r)return null;const t=getComputedStyle(o),i="y"===e?t.overflowY:t.overflowX;if("auto"===i||"scroll"===i||"hidden"===i||"overlay"===i)return o}return null}function ui(){return document.scrollingElement||document.documentElement}function ci(t,e,n){var r,o;const i=null!=n?n:Tr(void 0,"[PxAnimator]"),s=null==e?void 0:e.trim();if(!s)return t;if("parent"===s){let e=null;for(let n=t.parentElement;n&&n!==document.body;n=n.parentElement){const t=getComputedStyle(n).position;"sticky"!==t&&"fixed"!==t||(e=n)}return null!=(o=null!=(r=null==e?void 0:e.parentElement)?r:t.parentElement)?o:t}if("scroller"===s)return li(t,"y")||li(t,"x")||ui();let a=null;try{a=document.querySelector(s)}catch(e){return i.warn(Nr.document,'scroll timeline: subject "'+s+'" is not a valid selector — measuring the SVG itself'),t}return a||(i.warn(Nr.host,'scroll timeline: subject "'+s+'" matched no element — measuring the SVG itself'),t)}function fi(t,e){const n=t;if(!(null==e?void 0:e.pin)||!n.style)return()=>{};const r=n.style,o=r.position,i=r.top;r.position="sticky";const s="center"===e.pinAlign?.5:"bottom"===e.pinAlign?1:0,a=()=>{var n;const o=null!=(n=e.pinOffset)?n:0;if(!s)return void(r.top=o+"px");const i=function(t){const e=li(t,"y");return e?e.clientHeight:document.documentElement.clientHeight}(t),a=t.getBoundingClientRect().height;r.top=Math.round((i-a)*s+o)+"px"};a();let l=null;const u=s?a:null;s&&(u&&window.addEventListener("resize",u),"undefined"!=typeof ResizeObserver&&(l=new ResizeObserver(a),l.observe(t)));let c=null;const f=t.parentElement;return e.pinDistance&&e.pinDistance>0&&f&&(c=document.createElement("div"),c.setAttribute("data-px-pin",""),c.style.height=100*e.pinDistance+"vh",f.insertBefore(c,t),c.appendChild(t)),()=>{u&&window.removeEventListener("resize",u),null==l||l.disconnect(),r.position=o,r.top=i,(null==c?void 0:c.parentElement)&&(c.parentElement.insertBefore(t,c),c.remove())}}function di(t,r,o){let i,s=r;t.resetOnFinish&&(s=e(n({},r),{onFinish:()=>{var t;null==(t=null==r?void 0:r.onFinish)||t.call(r),null==i||i.cancel()}}));const a=o(s);return i=a,t.debugGlobalName&&(window[t.debugGlobalName]=a),a}function hi(e,n,r){if(!e)return null;const o=e,{type:i,children:s,style:a}=o,l=t(o,["type","children","style"]),u=l.domType;void 0!==u&&delete l.domType;const c=ht(e)||n,f=a;let d;if(s)for(const t of s){const e=hi(t,c,r);e&&(d||(d=[]),d.push(e))}const h=function(t,e,n,r,o,i){if(He.has(t.toLowerCase()))return(null!=i?i:Tr(void 0,"[PxAnimator]")).warn(Nr.document,"SVG tag blocked (dangerous): "+t),null;const s=document.createElementNS("http://www.w3.org/2000/svg",t);for(const t in e){const n=nn(t,e[t]);void 0!==n&&(Xe.has(t)?s.style[t]=String(n):s.setAttribute(We(t),n))}if(n)for(const t in n)s.style[t]=String(n[t]);if(null==r?void 0:r.length)for(const t of r)s.appendChild(t);else o&&(s.textContent=o);return s}(i||"g",rn(l),f,d,l[ot],r);return h&&void 0!==u&&h.setAttribute("type",u),h}function pi(t,e,n,r,o,i){const s=Tr(n,"[PxAnimator]"),a=ae(t);for(const t of a)s.warn(Nr.document,"effects shape: "+t);if(function(t){const{problems:e}=function(t){try{return{problems:le(t)}}catch(t){return{problems:[]}}}(t);if(!e.length)return;const n=e.slice(0,6),r=e.length-n.length;console.warn("[PxAnimator] createAnimator: this document does not match the animation schema in "+e.length+" place"+(1===e.length?"":"s")+".\n"+n.map(t=>" - "+t).join("\n")+(r>0?"\n … and "+r+" more":"")+"\n\nIf you did not author these keys, the usual cause is a build that MANGLES PROPERTY NAMES. An animation document is data loaded at runtime, so renaming the property reads inside the player stops them matching the keys in the JSON, and the animation silently does nothing. Feed the published reserved-name list to your minifier — @pixodesk/svg-animator-web/mangle-reserved.json — see docs/library/minification.md.")}(t),void 0!==o||i){const e=function(t,e,n){var r,o;const i=!!(null==n?void 0:n.resetTimeline);if(!t||void 0===e||!(i||null!==e&&Jo(e)&&Object.keys(e).length))return{doc:t,warnings:[]};const s=t,a=Jo(s.animator),l=!a&&Jo(null==(r=s.meta)?void 0:r.animator),u=a?s.animator:l?s.meta.animator:void 0,c=[];a&&Jo(null==(o=s.meta)?void 0:o.animator)&&c.push("animator: doc.meta.animator is shadowed by doc.animator and was not patched");let h=u;if(i){const t={};for(const e of Ho)Jo(u)&&void 0!==u[e]&&(t[e]=u[e]);h=t}const p=function(t,e){const n=[],r=t=>n.push(t);if(null===e)return{config:void 0,warnings:n};if(!Jo(e)||0===Object.keys(e).length)return{config:t,warnings:n};const o=Jo(t)?Ko.filter(e=>void 0!==t[e]):[];o.length&&r("animator: the base carries the flat runtime spelling ("+o.join(", ")+"); the patch merges the wire spelling only");const i=Jo(t)?f({},t):{};for(const t of Object.keys(e)){const n=e[t];null!==n?"timeline"!==t?Jo(n)?i[t]=Qo(i[t],n):i[t]=n:i.timeline=Jo(n)?Xo(i.timeline,n,r):n:delete i[t]}return{config:i,warnings:n}}(h,null!=e?e:{});return c.push(...p.warnings),p.config===u?{doc:t,warnings:c}:l?{doc:d(f({},s),{meta:d(f({},s.meta),{animator:p.config})}),warnings:c}:{doc:d(f({},s),{animator:p.config}),warnings:c}}(t,null!=o?o:{},{resetTimeline:!!i});for(const t of e.warnings)s.warn(Nr.usage,"timeline override: "+t);t=e.doc}t=function(t,e,n){var r,o;let i=Eo(t).root;return i=function(t){const e=t=>{var n;let r=t;const o=t.animate,i=null==o?void 0:o.transform;if(i){const e=function(t){var e,n,r;if("offsetPath"!==t.alongPathMode)return;const o=t.keyframes;if(!o||o.length<2)return;const i=yt(o[0]),s=(null==i?void 0:i.origin)&&i.origin.length>=2?[i.origin[0],i.origin[1]]:[0,0],a=[];for(const t of o){const n=yt(t),r=null==n?void 0:n.translate;if(!r||r.length<2)return;if(Object.keys(n).some(t=>"translate"!==t&&"origin"!==t))return;const o=null!=(e=null==n?void 0:n.origin)?e:[0,0];if(o[0]!==s[0]||o[1]!==s[1])return;a.push([r[0]+s[0],r[1]+s[1]])}if(!o.some(t=>kt(t)||At(t)))return;let l="M"+To(a[0][0])+","+To(a[0][1]);const u=[];for(let t=0;t<a.length-1;t++){const e=a[t],i=a[t+1],s=null!=(n=At(o[t]))?n:[0,0],c=null!=(r=kt(o[t+1]))?r:[0,0],f=[e[0]+s[0],e[1]+s[1]],d=[i[0]+c[0],i[1]+c[1]];l+="C"+To(f[0])+","+To(f[1])+","+To(d[0])+","+To(d[1])+","+To(i[0])+","+To(i[1]),u.push(No(e,f,d,i))}const c=u.reduce((t,e)=>t+e,0);if(!(c>0))return;const f=[];let d=0;for(let t=0;t<o.length;t++){t>0&&(d+=u[t-1]);const e={t:vt(o[t]),v:d/c},n=bt(o[t]);void 0!==n&&(e.e=n),f.push(e)}return{pathStr:l,distanceKfs:f,autoOrient:!!t.autoOrient,anchor:s}}(i);if(e){const n=f({},o);delete n[st];const s={keyframes:e.distanceKfs};void 0!==i.loop&&(s.loop=i.loop),n.offsetDistance=s;const a=t.transform;let l=a;if(a&&"object"==typeof a){const t=f({},a);delete t.translate,delete t.origin,l=Object.keys(t).length?t:void 0}r=d(f({},t),{animate:n,style:d(f({},t.style),{offsetPath:"path('"+e.pathStr+"')",offsetAnchor:To(e.anchor[0])+"px "+To(e.anchor[1])+"px",offsetRotate:e.autoOrient?"auto":"0deg",offsetDistance:"0%"})}),void 0!==l?r.transform=l:delete r.transform}}if(null==(n=r.children)?void 0:n.length){const t=r.children.map(e);t.some((t,e)=>t!==r.children[e])&&(r=d(f({},r),{children:t}))}return r};return e(t)}(i),i=In(i,null!=(o=null==(r=ct(i))?void 0:r.duration)?o:De),e===Z.native&&(i=jn(i,null==n?void 0:n.motionPath),i=function(t){var e;const n=function(t){const e=new Map,n=t=>{var r;"string"==typeof t.id&&e.set(t.id,t),null==(r=t.children)||r.forEach(n)};return n(t),e}(t),r=function(t,e){const n=new WeakMap,r=new Set,o=(t,r)=>{const i=n.get(t);if(void 0!==i)return i;if(r.has(t))return!1;r.add(t);let s=!1;if(t.animate&&"object"==typeof t.animate&&!Array.isArray(t.animate))for(const e in t.animate){s=!0;break}if(!s&&t.children)for(const e of t.children)if(o(e,r)){s=!0;break}if(!s&&"use"===t.type&&"string"==typeof t.href){const n=Do(t.href),i=n?e.get(n):void 0;i&&(s=o(i,r))}return r.delete(t),n.set(t,s),s};for(const[t,n]of e)o(n,new Set)&&r.add(t);return r}(0,n);if(0===r.size)return t;let o=0;const i=function(t){const e=Io(t.viewBox);if(e)return[e[2],e[3]];const n=Fo(t.width),r=Fo(t.height);return void 0!==n&&void 0!==r?[n,r]:[1,1]}(t),s=[],a=Lo(t,n,r,()=>"_lw_use_mat_"+ ++o,s,i);if(0===s.length)return a;const l={type:"defs",children:s},u=[...null!=(e=a.children)?e:[],l];return d(f({},a),{children:u})}(i),i=function(t){const e=(t,n)=>{var r;n(t),null==(r=t.children)||r.forEach(t=>e(t,n))};let n=!0;for(;n;){n=!1;const r=new Set;e(t,t=>{var e;"use"===t.type&&"string"==typeof t.href&&r.add((e=t.href).startsWith("#")?e.slice(1):e)}),e(t,t=>{if(!t.children)return;let e=t.children;"defs"===t.type&&(e=e.filter(t=>!(("g"===t.type||"symbol"===t.type)&&"string"==typeof t.id&&!r.has(t.id)))),e=e.filter(t=>!("defs"===t.type&&(!t.children||0===t.children.length))),e.length!==t.children.length&&(t.children=e,n=!0)})}return t}(i)),i}(t,H((ct(t)||{}).engine));let l=null;if(r){t=ge(t);const e="string"==typeof r?document.querySelector(r):r;e&&(l=hi(t,void 0,s),l&&e.replaceChildren(l))}const u=function(t,e,n,r){return function(t,e,n,r){const o=ct(t)||{},i=Tr(n,"[PxAnimator]");return Yo(o)?di(o,n,n=>{var s;let a=()=>{};if(o.engine!==K.js&&r){a=fi(r,o.scroll);const e=function(t,e,n){var r,o,i,s;const a=null!=n?n:Tr(void 0,"[PxAnimator]");if(!e||!Yo(e))return null;const l=e.scroll||{},u=null!=(r=l.kind)?r:"view";if(l.smoothing)return a.warn(Nr.platform,"scroll timeline: `smoothing` needs the built-in driver — using the built-in driver instead of the browser timeline"),null;const c=globalThis,f="view"===u,d=f?c.ViewTimeline:c.ScrollTimeline;if("function"!=typeof d)return null;const h=null!=(o=l.axis)?o:"block";let p;try{p=new d(f?{subject:ci(t,l.subject,a),axis:h}:{source:"root"===l.source?ui():li(t,"y")||li(t,"x")||ui(),axis:h})}catch(t){return a.warn(Nr.platform,"scroll timeline: native timeline construction failed — falling back to the player measuring progress itself",t),null}return{timeline:p,rangeStart:ai(null==(i=l.range)?void 0:i.start,0,f),rangeEnd:ai(null==(s=l.range)?void 0:s.end,1,f)}}(r,o,i);if(e){const i=si(t,n,r,J(o.engine),e);if(i){const t=i.destroy.bind(i);return i.destroy=()=>{a(),t()},i}}a(),a=()=>{}}const l=(o.engine!==K.js?si(t,n,r,J(o.engine)):null)||ni(t,e,n,r),u=(null==(s=l.getRootElement)?void 0:s.call(l))||r;if(u){a=fi(u,o.scroll);const t=("number"==typeof(null==(c=o)?void 0:c.duration)&&c.duration>0?c.duration:De)*("number"==typeof(null==c?void 0:c.iterations)&&c.iterations>0?c.iterations:1),e=function(t,e,n,r){var o,i;if(!e||!Yo(e))return null;const s=null!=r?r:Tr(void 0,"[PxAnimator]"),a=e.scroll||{},l=null!=(o=a.kind)?o:"view",u=ci(t,a.subject,s),c=li(t,"y")||li(t,"x"),f="scroll"===l&&"root"===a.source?ui():c||ui(),d=f===ui(),h=function(t,e){const n=null!=t?t:"block";if("x"===n||"y"===n)return n;const r=!!e&&e.startsWith("vertical");return"inline"===n?r?"y":"x":r?"x":"y"}(a.axis,getComputedStyle(f).writingMode),p=()=>{if("scroll"===l)return function(t,e,n){var r,o;const i=e>0?Ve(t/e,0,1):1,s="number"==typeof(null==(r=null==n?void 0:n.start)?void 0:r.fraction)?n.start.fraction:0,a="number"==typeof(null==(o=null==n?void 0:n.end)?void 0:o.fraction)?n.end.fraction:1;return a<=s?i>=a?1:0:Ve((i-s)/(a-s),0,1)}("y"===h?f.scrollTop:f.scrollLeft,"y"===h?f.scrollHeight-f.clientHeight:f.scrollWidth-f.clientWidth,a.range);const t=u.getBoundingClientRect();let e,n;if(d)e=0,n="y"===h?document.documentElement.clientHeight:document.documentElement.clientWidth;else{const t=f.getBoundingClientRect();e="y"===h?t.top:t.left,n="y"===h?f.clientHeight:f.clientWidth}return function(t,e,n,r){const o=n-t,i=$o(null==r?void 0:r.start,0,e,n),s=$o(null==r?void 0:r.end,1,e,n);return s<=i?o>=s?1:0:Ve((o-i)/(s-i),0,1)}(("y"===h?t.top:t.left)-e,"y"===h?t.height:t.width,n,a.range)},m=Math.max(0,null!=(i=a.smoothing)?i:0)/1e3;let g=!1,v=null,y=null,b=0,k=null;const A=()=>{k=null,g||(t=>{if(!m)return void n(t);if(null===v)return v=t,void n(t);if(null!==y)return;b=0;const e=t=>{if(y=null,g)return;const r=b?Math.min(.1,(t-b)/1e3):1/60;b=t;const o=p(),i=1-Math.exp(-r/m);v+=(o-v)*i,Math.abs(o-v)<.001&&(v=o),n(v),v!==o&&(y=requestAnimationFrame(e))};y=requestAnimationFrame(e)})(p())},w=()=>{g||null!==k||(k=requestAnimationFrame(A))},x=d?window:f;let j;x.addEventListener("scroll",w,{passive:!0}),window.addEventListener("resize",w,{passive:!0}),"undefined"!=typeof ResizeObserver&&(j=new ResizeObserver(w),j.observe(u),u!==t&&j.observe(t),d||j.observe(f));const O={destroy:()=>{g||(g=!0,x.removeEventListener("scroll",w),window.removeEventListener("resize",w),null==j||j.disconnect(),null!==k&&(cancelAnimationFrame(k),k=null),null!==y&&(cancelAnimationFrame(y),y=null))},refresh:()=>{g||(v=p(),n(v))}};return O.refresh(),O}(u,o,e=>l.setCurrentTime(e*t),i);if(e){const t=l.destroy.bind(l);l.destroy=()=>{e.destroy(),a(),t()}}}else i.warn(Nr.host,"scroll timeline: no root element to observe — animation will stay at frame 0");var c;return l}):di(o,n,n=>o.engine===K.js?ni(t,e,n,r):si(t,n,r,J(o.engine))||ni(t,e,n,r))}(t,e,n,r)}(t,e,n,l);if(r&&l){const t=l,e=u.destroy.bind(u);u.destroy=()=>{e(),t.remove()}}return u}function mi(t){const{src:e,doc:n,container:r,resetTimeline:o}=t,i=function(t){return"adapter"in t}(t)?t.adapter:void 0,s=function(t){const{timeline:e,duration:n,delay:r,iterations:o,startOn:i}=t;return function(t,e){let n;if("string"==typeof t)try{n=JSON.parse(t)}catch(t){console.warn("timeline override: not valid JSON — ignored",t),n=void 0}else n=null!=t?t:void 0;const{duration:r,delay:o,iterations:i,startOn:s}=e;if(void 0===r&&void 0===o&&void 0===i&&void 0===s)return void 0===n?void 0:{timeline:n};const a=Jo(n)?f({},n):{};return void 0!==r&&(a.duration=r),void 0!==o&&(a.delay=o),void 0!==i&&(a.iterations=i),void 0!==s&&(a.trigger=d(f({},a.trigger),{startOn:s})),{timeline:a}}(e,{duration:n,delay:r,iterations:o,startOn:i})}(t),a=function(t){const{onPlay:e,onPause:n,onCancel:r,onFinish:o,onRemove:i,onStop:s,onWarn:a,onError:l,muteWarn:u,muteError:c}=null!=t?t:{},f=t=>t||s?()=>{null==t||t(),null==s||s()}:void 0;return{onPlay:e,onPause:f(n),onCancel:f(r),onFinish:f(o),onRemove:f(i),onWarn:a,onError:l,muteWarn:u,muteError:c}}(t);if(void 0!==n&&void 0!==e)throw new Error("createAnimator: provide either `src` or `doc`, not both");if(void 0===n&&void 0===e)throw new Error("createAnimator: either `src` or `doc` is required");let l=null,u=[],c=!1;const h=t=>{l?t(l):u&&u.push(t)},p=Tr(a,"[PxAnimator]"),m=(t,e,n)=>{u=null,p.error(t,e,n)},g=t=>{try{(t=>{l=t;const e=u;u=null,null==e||e.forEach(e=>e(t))})(pi(t,i,a,r,s,o))}catch(t){const e=function(t){return t instanceof Error?t:new Error(String(t))}(t);m(Nr.internal,"createAnimator: could not build the player — "+e.message,e)}};return void 0!==n?g(n):fetch(e).then(t=>t.json()).then(t=>{c||(function(t){return!(!t||"object"!=typeof t||Array.isArray(t))&&"svg"===t.type}(t)?g(t):m(Nr.document,'createAnimator: invalid animation document format at "'+e+'"'))}).catch(t=>{var n;m(Nr.host,'createAnimator: failed to load "'+e+'" — '+(null!=(n=null==t?void 0:t.message)?n:String(t)))}),{isReady:()=>!!l,getRootElement:()=>l?l.getRootElement():null,isPlaying:()=>(null==l?void 0:l.isPlaying())||!1,play:()=>{h(t=>t.play())},pause:()=>{h(t=>t.pause())},cancel:()=>{h(t=>t.cancel())},finish:()=>{h(t=>t.finish())},setPlaybackRate:t=>{h(e=>e.setPlaybackRate(t))},getCurrentTime:()=>l?l.getCurrentTime():null,setCurrentTime:t=>{h(e=>e.setCurrentTime(t))},getCurrentProgress:()=>l?l.getCurrentProgress():null,setCurrentProgress:t=>{h(e=>e.setCurrentProgress(t))},destroy:()=>{c=!0,u=null,null==l||l.destroy()}}}function gi(t){const r=document.querySelectorAll("["+F+"]");for(let o=0;o<r.length;o++){const i=r[o];if(!i[D]){const r=i.getAttribute(F);r&&(i[D]=mi(e(n({},t),{src:r,container:i})))}}}export{Ut as PxAnimatorConfigSchema,Et as PxDefinitionsSchema,Nr as PxDiagnosticKind,ue as PxNodeBaseSchema,Nt as PxScrollSchema,fe as PxSvgNodeRootSchema,K as PxTimelineEngineSetting,St as PxTriggerSchema,Zo as createAdapterAnimator,mi as createAnimator,ge as generateNewIds,gi as loadTagAnimators,z as px,hi as renderNode,ti as setupAnimationTriggers,rn as toDomProps,le as validateDocument};
|
|
1
|
+
import{PX_ANIM_ATTR_NAME as e,PX_ANIM_SRC_ATTR_NAME as n,PX_COLOR_ATTR_NAMES as t,PX_CSS_ONLY_STYLE_PROPS as r,PX_DEFAULT_DURATION_MS as o,PX_DISALLOWED_SVG_TAGS_LOWER as l,PX_PCT_BASED_ATTR_NAMES as i,PX_STYLE_ATTR_NAMES as s,PX_TEXT_CONTENT_ATTR as a,PX_TRANSFORM_FN_NAMES as u,PxAnimatorConfigSchema as c,PxDefinitionsSchema as d,PxDiagnosticCode as f,PxDiagnosticKind as m,PxMouseOutAction as v,PxNodeBaseSchema as h,PxScrollSchema as g,PxSvgNodeRootSchema as y,PxTimelineEngine as p,PxTimelineEngineSetting as b,PxTriggerSchema as w,PxTriggerStart as E,__objRest as A,__spreadProps as S,__spreadValues as P,applyAnimatorConfig as x,bezierToSvgPath as C,camelCaseToKebabWordIfNeeded as R,clamp as T,clampSeekMs as k,composeTransformParts as F,createAdapterAnimator as j,createDiagnostics as q,createVisibilityGate as L,cubicBezier as M,foldTimelineOverride as O,generateNewIds as N,getAnimatorConfig as z,getDefinitions as W,interpolateValue as B,isNativeForced as H,isPxDocument as D,isValidPlaybackRate as I,kebabToCamelCaseWord as G,keyframeEasing as U,keyframeValue as _,materializeAllInTree as K,mayUseNativeScrollTimeline as V,normalizeBindings as X,progressToTimeMs as Y,px as $,reportDocumentDiagnostics as J,resolveTimelineEngine as Q,resolveTrigger as Z,sanitizeAttributeValue as ee,seekCeilingMs as ne,splitEasing as te,timeToProgress as re,toDomProps as oe,toRGBA as le,validateDocument as ie,validateNodeEffects as se}from"./chunk-AROHP6GD.min.js";function ae(e){return"scroll"===(null==e?void 0:e.timelineSource)}function ue(e,n,t,r){var o;const[l,i]=function(e,n,t){const r=n,o=t;switch(e){case"cover":return[0,r+o];case"entry":return[0,Math.min(r,o)];case"contain":return[Math.min(r,o),Math.max(r,o)];case"exit":return[Math.max(r,o),r+o];case"entry-crossing":return[0,r];case"exit-crossing":return[o,r+o]}}(null!=(o=null==e?void 0:e.phase)?o:"cover",t,r);return l+("number"==typeof(null==e?void 0:e.fraction)?e.fraction:n)*(i-l)}var ce=Symbol.for("@pixodesk/svg-animator-web:animators"),de="__pixodeskAnimators";function fe(){const e=globalThis;let n=e[ce];if(!n){const t=new Set,r=new Set;n={animators:t,listeners:r,getAll:()=>Array.from(t),subscribe:e=>(r.add(e),()=>{r.delete(e)})},e[ce]=n,void 0===e[de]&&(e[de]=n)}return n}function me(){return fe().getAll()}function ve(e){return fe().subscribe(e)}function he(e,n){for(const t of fe().listeners)try{t(e,n)}catch(e){setTimeout(()=>{throw e},0)}}function ge(e,n,t){const r=null!=t?t:q(void 0,"[PxAnimator]"),o=[],l=()=>{for(const e of o.splice(0))e()},i=Z(n),s=e.getRootElement();if(!s)return r.warn(m.host,f.triggersNoRoot),l;let a=!1;const u=L(s,i,{isPlaying:()=>e.isPlaying(),play:()=>{a&&(a=!1,e.setPlaybackRate(1)),e.play()},pause:()=>e.pause(),cancel:()=>e.cancel()});switch(o.push(()=>u.dispose()),i.start){case E.load:{const e=()=>u.requestStart(!1);"complete"===document.readyState?e():(window.addEventListener("load",e,{once:!0}),o.push(()=>window.removeEventListener("load",e)));break}case E.mouseOver:{let n=!1;const t=()=>{n=!0,u.requestStart(!0)},r=()=>{n&&(()=>{switch(i.mouseOut){case v.pause:e.pause();break;case v.reset:e.cancel();break;case v.reverse:a=!0,e.setPlaybackRate(-1),e.play();case v.continue:}})()};s.addEventListener("mouseenter",t),s.addEventListener("mouseleave",r),o.push(()=>{s.removeEventListener("mouseenter",t),s.removeEventListener("mouseleave",r)});break}case E.click:{const n=()=>{e.isPlaying()?e.pause():u.requestStart(!0)};s.addEventListener("click",n),o.push(()=>s.removeEventListener("click",n));break}case E.none:}return l}function ye(e){return"#"+function(e){const n=globalThis.CSS;return"function"==typeof(null==n?void 0:n.escape)?n.escape(e):e.replace(/^([0-9])/,(e,n)=>"\\3"+n+" ").replace(/([^\w\-\\ ])/g,"\\$1")}(e)}function pe(e,n,t,r){var o;const l=z(e)||{},i=q(t,"[PxAnimator]");if(!r)if(e.id){const n=ye(e.id);(r=document.querySelector(n))||i.warn(m.host,f.noRootForSelector,n)}else i.warn(m.host,f.noRootElement);const a=j(e,n||function(e,n){const t=new Set,r=null!=n?n:q(void 0,"[PxAnimator]");return{isConnected:()=>!e||e.isConnected,setAttribute:(n,o,l)=>{o=R(o);const i=ye(n),a=(null==e?void 0:e.querySelectorAll(i))||document.querySelectorAll(i);0!==a.length||t.has(i)||(t.add(i),r.warn(m.host,f.setAttributeNoElement,i));for(let e=0;e<a.length;e++){const n=a[e],t="transform"===o&&"pattern"===n.tagName?"patternTransform":o;n.setAttribute(t,l),s.has(o)&&(n.style[o]=l)}}}}(r,i),t),u=S(P({},a),{getRootElement:()=>r||null});if(ae(l))l.trigger&&i.warn(m.usage,f.scrollTriggerIgnored);else{const e=ge(u,null!=(o=l.trigger)?o:{},i),n=u.destroy.bind(u);u.destroy=()=>{e(),n()}}return u}function be(e,n,r,o){let l=_(e);const s=U(e),a={offset:n,easing:s&&Array.isArray(s)?"cubic-bezier("+s.join(",")+")":void 0};let c,d=r;return t.has(r)&&Array.isArray(l)?c=le(l):"transform"!==r||null===l||"object"!=typeof l||Array.isArray(l)?u.has(r)?(Array.isArray(l)&&("translate"===r&&(l=l.map(e=>e+"px")),l=l.join(",")),"rotate"===r&&(l+="deg"),c=r+"("+l+")",d="transform"):c="d"===r?'path("'+(l&&"object"==typeof l&&Array.isArray(l.paths)?l.paths:[]).map(e=>C(e,!0)).join("")+'")':i.has(r)&&"number"==typeof l?100*l+"%":""+l:(c=F(l,{withUnits:!0}),d="transform"),CSS.supports(R(d),c)||o.add(d),d=G(d),a[d]=c,a}function we(e,n,t){var r,o,l,i,s;const a=[];for(let u=0;u<n.length;u++){const c=n[u],d=null!=(r=c.t)?r:0;if(d<0){const t=n[u+1];if(t&&(null!=(o=t.t)?o:0)>=0){const n=(0-d)/((null!=(l=t.t)?l:0)-d),r=c.e?M(c.e)(n):n,{right:o}=te(c.e,n);a.push({t:0,v:B(e,c.v,t.v,r),e:o})}continue}if(d>t){const r=n[u-1];if(r&&(null!=(i=r.t)?i:0)<=t){const n=null!=(s=r.t)?s:0,o=(t-n)/(d-n),l=r.e?M(r.e)(o):o,{left:i}=te(r.e,o);a.length>0&&(a[a.length-1]=S(P({},a[a.length-1]),{e:i})),a.push({t:t,v:B(e,r.v,c.v,l),e:void 0})}break}a.push(c)}return a}function Ee(e,n,t){var r;const o=new Map;for(const[l,i]of Object.entries(e)){const e=t.duration||1,s=we(l,i.keyframes||[],e),a=[];for(let t=0;t<s.length;t++){const o=s[t],i=be(o,T((null!=(r=o.t)?r:0)/e,0,1),l,n);0===t&&(i.offset||0)>0&&a.push(S(P({},i),{offset:0})),a.push(i)}a.length>0&&(a[a.length-1].offset||0)<1&&a.push(S(P({},a[a.length-1]),{offset:1})),a.length>0&&o.set(l,a)}return o}function Ae(e,n,t,r,o){var l,i;const s=z(e)||{},a=q(n,"[PxAnimator]");if(!t)if(e.id){const n=ye(e.id);(t=document.querySelector(n))||a.warn(m.host,f.noRootForSelector,n)}else a.warn(m.host,f.noRootElement);const u=X(e,p.native),c=[],d=s.iterations;let v;"number"==typeof d&&(v=d),"infinite"===d&&(v=1/0);const h=new Set;let g=!1,y=!1;(null==u?void 0:u.length)||a.warn(m.document,f.noBindings);for(const e of u||[]){const r=e.animate;if(!r||"object"!=typeof r||Array.isArray(r)){a.warn(m.document,f.unresolvedBinding,e);continue}const i=ye(e.id),u=(null==t?void 0:t.querySelectorAll(i))||document.querySelectorAll(i);0===u.length&&a.warn(m.host,f.noElementsForSelector,i);const d=Ee(r,h,s),p=s.delay&&s.delay>0?s.delay:void 0;let b;if(s.delay&&s.delay<0&&s.duration){const e=-s.delay;b=v===1/0?e%s.duration:Math.min(e,s.duration*(null!=v?v:1))}const w={duration:s.duration,delay:p,fill:null!=(l=s.fill)?l:"forwards",direction:s.direction,iterations:v};for(let e=0;e<u.length;e++){const t=u[e];for(const[,e]of d)if(e.length>0)try{const r=new KeyframeEffect(t,e,w),l=new Animation(r,o?o.timeline:document.timeline);if(o){const e=l;o.rangeStart&&(e.rangeStart=o.rangeStart),o.rangeEnd&&(e.rangeEnd=o.rangeEnd)}(null==n?void 0:n.onFinish)&&(l.onfinish=()=>{var e;g||(g=!0,null==(e=n.onFinish)||e.call(n))}),(null==n?void 0:n.onRemove)&&(l.onremove=()=>{var e;y||(y=!0,null==(e=n.onRemove)||e.call(n))}),void 0!==b&&(l.currentTime=b),c.push(l)}catch(e){a.warn(m.internal,f.animationBuildFailed,e)}}}if(!r&&h.size)return a.warn(m.platform,f.unsupportedAnimatedAttrs,[...h].join(", ")),null;const b={isReady:()=>!0,getRootElement:()=>t||null,isPlaying:()=>{var e;return"running"===(null==(e=c[0])?void 0:e.playState)},play:()=>{var e;g=!1,c.forEach(e=>e.play()),null==(e=null==n?void 0:n.onPlay)||e.call(n)},pause:()=>{var e;c.forEach(e=>e.pause()),null==(e=null==n?void 0:n.onPause)||e.call(n)},cancel:()=>{var e;g=!1,c.forEach(e=>e.cancel()),null==(e=null==n?void 0:n.onCancel)||e.call(n)},finish:()=>{var e;for(const n of c)try{(null==(e=n.effect)?void 0:e.getTiming().iterations)===1/0?(n.effect.updateTiming({iterations:1}),n.finish(),n.effect.updateTiming({iterations:1/0})):n.finish()}catch(e){n.cancel()}},setPlaybackRate:e=>I(e)?(c.forEach(n=>n.playbackRate=e),b):(a.warn(m.usage,f.rateRejected),b),getCurrentTime:()=>{var e,n;const t=null!=(n=null==(e=c[0])?void 0:e.currentTime)?n:null;return null!==t?+t:null},setCurrentTime:e=>{var n;const t=ne(null!=(n=s.duration)?n:0,null!=v?v:1),r=t>0?k(e,t):Math.max(0,e);g=!1,c.forEach(e=>{e.currentTime=r})},getCurrentProgress:()=>{var e;const n=b.getCurrentTime();return null===n?null:re(n,null!=(e=s.duration)?e:0,null!=v?v:1)},setCurrentProgress:e=>{var n;b.setCurrentTime(Y(e,null!=(n=s.duration)?n:0,null!=v?v:1))},destroy:()=>{var e;b.cancel(),c.splice(0,c.length),y||(y=!0,null==(e=null==n?void 0:n.onRemove)||e.call(n))}};if("scroll"===s.timelineSource)s.trigger&&a.warn(m.usage,f.scrollTriggerIgnored);else{const e=ge(b,null!=(i=s.trigger)?i:{},a),n=b.destroy.bind(b);b.destroy=()=>{e(),n()}}return o&&c.forEach(e=>e.play()),b}function Se(e,n,t){var r,o,l;const i="number"==typeof(null==e?void 0:e.fraction)?e.fraction:n,s=null==(o=null==(r=globalThis.CSS)?void 0:r.percent)?void 0:o.call(r,100*i);if(void 0!==s)return t?{rangeName:null!=(l=null==e?void 0:e.phase)?l:"cover",offset:s}:{offset:s}}function Pe(e,n){const t=document.body,r=document.documentElement;for(let o=e.parentElement;o;o=o.parentElement){if(o===t||o===r)return null;const e=getComputedStyle(o),l="y"===n?e.overflowY:e.overflowX;if("auto"===l||"scroll"===l||"hidden"===l||"overlay"===l)return o}return null}function xe(){return document.scrollingElement||document.documentElement}function Ce(e,n,t){var r,o;const l=null!=t?t:q(void 0,"[PxAnimator]"),i=null==n?void 0:n.trim();if(!i)return e;if("parent"===i){let n=null;for(let t=e.parentElement;t&&t!==document.body;t=t.parentElement){const e=getComputedStyle(t).position;"sticky"!==e&&"fixed"!==e||(n=t)}return null!=(o=null!=(r=null==n?void 0:n.parentElement)?r:e.parentElement)?o:e}if("scroller"===i)return Pe(e,"y")||Pe(e,"x")||xe();let s=null;try{s=document.querySelector(i)}catch(n){return l.warn(m.document,f.scrollSubjectInvalid,i),e}return s||(l.warn(m.host,f.scrollSubjectNoMatch,i),e)}function Re(e,n){const t=e;if(!(null==n?void 0:n.pin)||!t.style)return()=>{};const r=t.style,o=r.position,l=r.top;r.position="sticky";const i="center"===n.pinAlign?.5:"bottom"===n.pinAlign?1:0,s=()=>{var t;const o=null!=(t=n.pinOffset)?t:0;if(!i)return void(r.top=o+"px");const l=function(e){const n=Pe(e,"y");return n?n.clientHeight:document.documentElement.clientHeight}(e),s=e.getBoundingClientRect().height;r.top=Math.round((l-s)*i+o)+"px"};s();let a=null;const u=i?s:null;i&&(u&&window.addEventListener("resize",u),"undefined"!=typeof ResizeObserver&&(a=new ResizeObserver(s),a.observe(e)));let c=null;const d=e.parentElement;return n.pinDistance&&n.pinDistance>0&&d&&(c=document.createElement("div"),c.setAttribute("data-px-pin",""),c.style.height=100*n.pinDistance+"vh",d.insertBefore(c,e),c.appendChild(e)),()=>{u&&window.removeEventListener("resize",u),null==a||a.disconnect(),r.position=o,r.top=l,(null==c?void 0:c.parentElement)&&(c.parentElement.insertBefore(e,c),c.remove())}}function Te(e,n,t){let r,o=n;e.resetOnFinish&&(o=S(P({},n),{onFinish:()=>{var e;null==(e=null==n?void 0:n.onFinish)||e.call(n),null==r||r.cancel()}}));const l=t(o);return r=l,e.debugGlobalName&&(window[e.debugGlobalName]=l),l}function ke(e,n,t){if(!e)return null;const o=e,{type:i,children:s,style:u}=o,c=A(o,["type","children","style"]),d=c.domType;void 0!==d&&delete c.domType;const v=W(e)||n,h=u;let g;if(s)for(const e of s){const n=ke(e,v,t);n&&(g||(g=[]),g.push(n))}const y=function(e,n,t,o,i,s){if(l.has(e.toLowerCase()))return(null!=s?s:q(void 0,"[PxAnimator]")).warn(m.document,f.blockedTag,e),null;const a=document.createElementNS("http://www.w3.org/2000/svg",e);for(const e in n){const t=ee(e,n[e]);void 0!==t&&(r.has(e)?a.style[e]=String(t):a.setAttribute(R(e),t))}if(t)for(const e in t)a.style[e]=String(t[e]);if(null==o?void 0:o.length)for(const e of o)a.appendChild(e);else i&&(a.textContent=i);return a}(i||"g",oe(c),h,g,c[a],t);return y&&void 0!==d&&y.setAttribute("type",d),y}function Fe(e){const{src:n,doc:t,container:r,resetTimeline:l}=e,i=function(e){return"adapter"in e}(e)?e.adapter:void 0,s=function(e){const{timeline:n,duration:t,delay:r,iterations:o,start:l}=e;return O(n,{duration:t,delay:r,iterations:o,start:l})}(e);let a;const u=function(e){const n=e=>{a&&he(e,a)};return S(P({},e),{onPlay:()=>{var t;null==(t=null==e?void 0:e.onPlay)||t.call(e),n("play")},onPause:()=>{var t;null==(t=null==e?void 0:e.onPause)||t.call(e),n("pause")},onCancel:()=>{var t;null==(t=null==e?void 0:e.onCancel)||t.call(e),n("cancel")},onFinish:()=>{var t;null==(t=null==e?void 0:e.onFinish)||t.call(e),n("finish")}})}(function(e){const{onPlay:n,onPause:t,onCancel:r,onFinish:o,onRemove:l,onStop:i,onWarn:s,onError:a,muteWarn:u,muteError:c}=null!=e?e:{},d=e=>e||i?()=>{null==e||e(),null==i||i()}:void 0;return{onPlay:n,onPause:d(t),onCancel:d(r),onFinish:d(o),onRemove:d(l),onWarn:s,onError:a,muteWarn:u,muteError:c}}(e));if(void 0!==t&&void 0!==n)throw new Error("createAnimator: provide either `src` or `doc`, not both");if(void 0===t&&void 0===n)throw new Error("createAnimator: either `src` or `doc` is required");let c=null,d=[],v=!1;const h=e=>{c?e(c):d&&d.push(e)},g=q(u,"[PxAnimator]"),y=(e,n,...t)=>{d=null,g.error(e,n,...t)},p=e=>{try{(e=>{c=e;const n=d;d=null,null==n||n.forEach(n=>n(e))})(function(e,n,t,r,l,i){const s=q(t,"[PxAnimator]"),a=se(e);for(const e of a)s.warn(m.document,f.effectsShape,e);if(J(e,"[PxAnimator] createAnimator"),void 0!==l||i){const n=x(e,null!=l?l:{},{resetTimeline:!!i});for(const e of n.warnings)s.warn(m.usage,f.timelineOverrideIgnored,e);e=n.doc}const u=z(e)||{},c=Q(u.engine);e=K(e,c);let d=null;if(r){e=N(e);const n="string"==typeof r?document.querySelector(r):r;n&&(d=ke(e,void 0,s),d&&n.replaceChildren(d))}const v=function(e,n,t,r){return function(e,n,t,r){const l=z(e)||{},i=q(t,"[PxAnimator]");return ae(l)?Te(l,t,t=>{var s;let a=()=>{};if(V(l.engine)&&r){a=Re(r,l.scroll);const n=function(e,n,t){var r,o,l,i;const s=null!=t?t:q(void 0,"[PxAnimator]");if(!n||!ae(n))return null;const a=n.scroll||{},u=null!=(r=a.kind)?r:"view";if(a.smoothing)return s.warn(m.platform,f.scrollSmoothingNeedsOwnDriver),null;const c=globalThis,d="view"===u,v=d?c.ViewTimeline:c.ScrollTimeline;if("function"!=typeof v)return null;const h=null!=(o=a.axis)?o:"block";let g;try{g=new v(d?{subject:Ce(e,a.subject,s),axis:h}:{source:"root"===a.source?xe():Pe(e,"y")||Pe(e,"x")||xe(),axis:h})}catch(e){return s.warn(m.platform,f.scrollNativeUnavailable,e),null}return{timeline:g,rangeStart:Se(null==(l=a.range)?void 0:l.start,0,d),rangeEnd:Se(null==(i=a.range)?void 0:i.end,1,d)}}(r,l,i);if(n){const o=Ae(e,t,r,H(l.engine),n);if(o){const e=o.destroy.bind(o);return o.destroy=()=>{a(),e()},o}}a(),a=()=>{}}const u=(l.engine!==b.js?Ae(e,t,r,H(l.engine)):null)||pe(e,n,t,r),c=(null==(s=u.getRootElement)?void 0:s.call(u))||r;if(c){a=Re(c,l.scroll);const e=("number"==typeof(null==(d=l)?void 0:d.duration)&&d.duration>0?d.duration:o)*("number"==typeof(null==d?void 0:d.iterations)&&d.iterations>0?d.iterations:1),n=function(e,n,t,r){var o,l;if(!n||!ae(n))return null;const i=null!=r?r:q(void 0,"[PxAnimator]"),s=n.scroll||{},a=null!=(o=s.kind)?o:"view",u=Ce(e,s.subject,i),c=Pe(e,"y")||Pe(e,"x"),d="scroll"===a&&"root"===s.source?xe():c||xe(),f=d===xe(),m=function(e,n){const t=null!=e?e:"block";if("x"===t||"y"===t)return t;const r=!!n&&n.startsWith("vertical");return"inline"===t?r?"y":"x":r?"x":"y"}(s.axis,getComputedStyle(d).writingMode),v=()=>{if("scroll"===a)return function(e,n,t){var r,o;const l=n>0?T(e/n,0,1):1,i="number"==typeof(null==(r=null==t?void 0:t.start)?void 0:r.fraction)?t.start.fraction:0,s="number"==typeof(null==(o=null==t?void 0:t.end)?void 0:o.fraction)?t.end.fraction:1;return s<=i?l>=s?1:0:T((l-i)/(s-i),0,1)}("y"===m?d.scrollTop:d.scrollLeft,"y"===m?d.scrollHeight-d.clientHeight:d.scrollWidth-d.clientWidth,s.range);const e=u.getBoundingClientRect();let n,t;if(f)n=0,t="y"===m?document.documentElement.clientHeight:document.documentElement.clientWidth;else{const e=d.getBoundingClientRect();n="y"===m?e.top:e.left,t="y"===m?d.clientHeight:d.clientWidth}return function(e,n,t,r){const o=t-e,l=ue(null==r?void 0:r.start,0,n,t),i=ue(null==r?void 0:r.end,1,n,t);return i<=l?o>=i?1:0:T((o-l)/(i-l),0,1)}(("y"===m?e.top:e.left)-n,"y"===m?e.height:e.width,t,s.range)},h=Math.max(0,null!=(l=s.smoothing)?l:0)/1e3;let g=!1,y=null,p=null,b=0,w=null;const E=()=>{w=null,g||(e=>{if(!h)return void t(e);if(null===y)return y=e,void t(e);if(null!==p)return;b=0;const n=e=>{if(p=null,g)return;const r=b?Math.min(.1,(e-b)/1e3):1/60;b=e;const o=v(),l=1-Math.exp(-r/h);y+=(o-y)*l,Math.abs(o-y)<.001&&(y=o),t(y),y!==o&&(p=requestAnimationFrame(n))};p=requestAnimationFrame(n)})(v())},A=()=>{g||null!==w||(w=requestAnimationFrame(E))},S=f?window:d;let P;S.addEventListener("scroll",A,{passive:!0}),window.addEventListener("resize",A,{passive:!0}),"undefined"!=typeof ResizeObserver&&(P=new ResizeObserver(A),P.observe(u),u!==e&&P.observe(e),f||P.observe(d));const x={destroy:()=>{g||(g=!0,S.removeEventListener("scroll",A),window.removeEventListener("resize",A),null==P||P.disconnect(),null!==w&&(cancelAnimationFrame(w),w=null),null!==p&&(cancelAnimationFrame(p),p=null))},refresh:()=>{g||(y=v(),t(y))}};return x.refresh(),x}(c,l,n=>u.setCurrentTime(n*e),i);if(n){const e=u.destroy.bind(u);u.destroy=()=>{n.destroy(),a(),e()}}}else i.warn(m.host,f.scrollNoRootToObserve);var d;return u}):Te(l,t,t=>l.engine===b.js?pe(e,n,t,r):Ae(e,t,r,H(l.engine))||pe(e,n,t,r))}(e,n,t,r)}(e,n,t,d);if(r&&d){const e=d,n=v.destroy.bind(v);v.destroy=()=>{n(),e.remove()}}return v}(e,i,u,r,s,l))}catch(e){const n=function(e){return e instanceof Error?e:new Error(String(e))}(e);y(m.internal,f.buildFailed,n)}};return a={isReady:()=>!!c,getRootElement:()=>c?c.getRootElement():null,isPlaying:()=>(null==c?void 0:c.isPlaying())||!1,play:()=>{h(e=>e.play())},pause:()=>{h(e=>e.pause())},cancel:()=>{h(e=>e.cancel())},finish:()=>{h(e=>e.finish())},setPlaybackRate:e=>{h(n=>n.setPlaybackRate(e))},getCurrentTime:()=>c?c.getCurrentTime():null,setCurrentTime:e=>{h(n=>n.setCurrentTime(e))},getCurrentProgress:()=>c?c.getCurrentProgress():null,setCurrentProgress:e=>{h(n=>n.setCurrentProgress(e))},destroy:()=>{v=!0,d=null,null==c||c.destroy()}},function(e){const n=fe();if(n.animators.has(e))return;n.animators.add(e),he("add",e);const t=e.destroy.bind(e);e.destroy=()=>{t(),n.animators.delete(e)&&he("remove",e)}}(a),void 0!==t?p(t):fetch(n).then(e=>e.json()).then(e=>{v||(D(e)?p(e):y(m.document,f.invalidDocumentAtSrc,n))}).catch(e=>{var t;y(m.host,f.loadFailed,n,null!=(t=null==e?void 0:e.message)?t:String(e))}),a}function je(t){const r=document.querySelectorAll("["+n+"]");for(let o=0;o<r.length;o++){const l=r[o];if(!l[e]){const r=l.getAttribute(n);r&&(l[e]=Fe(S(P({},t),{src:r,container:l})))}}}export{c as PxAnimatorConfigSchema,d as PxDefinitionsSchema,m as PxDiagnosticKind,h as PxNodeBaseSchema,g as PxScrollSchema,y as PxSvgNodeRootSchema,b as PxTimelineEngineSetting,w as PxTriggerSchema,j as createAdapterAnimator,Fe as createAnimator,N as generateNewIds,me as getAllAnimators,je as loadTagAnimators,ve as onAnimatorsChange,$ as px,ke as renderNode,ge as setupAnimationTriggers,oe as toDomProps,ie as validateDocument};
|