@veevarts/design-system 0.1.12 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/App.d.ts +0 -2
  2. package/dist/index.cjs +1 -1
  3. package/dist/index.d.ts +0 -1
  4. package/dist/index.js +188 -297
  5. package/dist/main.d.ts +0 -2
  6. package/dist/patterns/Footer/Footer.d.ts +1 -16
  7. package/dist/patterns/Footer/index.d.ts +0 -1
  8. package/dist/patterns/Navbar/Navbar.d.ts +1 -15
  9. package/dist/patterns/Navbar/index.d.ts +0 -1
  10. package/dist/patterns/Stepper/Stepper.d.ts +0 -1
  11. package/dist/patterns/Stepper/index.d.ts +0 -1
  12. package/dist/patterns/index.d.ts +0 -1
  13. package/dist/providers/HeroUIProvider.d.ts +1 -6
  14. package/dist/providers/index.d.ts +0 -1
  15. package/dist/templates/ConfirmationPageTemplate/ConfirmationPageTemplate.d.ts +3 -19
  16. package/dist/templates/ConfirmationPageTemplate/index.d.ts +0 -1
  17. package/dist/templates/EventDetailsTemplate/EventDetailsTemplate.d.ts +4 -22
  18. package/dist/templates/EventDetailsTemplate/index.d.ts +0 -1
  19. package/dist/templates/index.d.ts +0 -1
  20. package/dist/theme/index.d.ts +0 -1
  21. package/dist/tokens/colors.d.ts +0 -1
  22. package/dist/tokens/index.d.ts +0 -1
  23. package/dist/tokens/spacing.d.ts +0 -1
  24. package/dist/tokens/typography.d.ts +0 -1
  25. package/package.json +6 -3
  26. package/dist/App.d.ts.map +0 -1
  27. package/dist/index-BlrKxMbE.js +0 -1413
  28. package/dist/index-Ck9iAmtH.cjs +0 -53
  29. package/dist/index-CoJjMIJT.js +0 -55859
  30. package/dist/index-D3f9V-FW.cjs +0 -1
  31. package/dist/index-DTI0krQ_.js +0 -5
  32. package/dist/index-FBINradq.cjs +0 -1
  33. package/dist/index.d.ts.map +0 -1
  34. package/dist/main.d.ts.map +0 -1
  35. package/dist/patterns/Footer/Footer.d.ts.map +0 -1
  36. package/dist/patterns/Footer/index.d.ts.map +0 -1
  37. package/dist/patterns/Navbar/Navbar.d.ts.map +0 -1
  38. package/dist/patterns/Navbar/index.d.ts.map +0 -1
  39. package/dist/patterns/Stepper/Stepper.d.ts.map +0 -1
  40. package/dist/patterns/Stepper/index.d.ts.map +0 -1
  41. package/dist/patterns/index.d.ts.map +0 -1
  42. package/dist/providers/HeroUIProvider.d.ts.map +0 -1
  43. package/dist/providers/index.d.ts.map +0 -1
  44. package/dist/src-UW24ZMRV-D3f9V-FW.cjs +0 -1
  45. package/dist/src-UW24ZMRV-D8UJdl3q.js +0 -5
  46. package/dist/templates/ConfirmationPageTemplate/ConfirmationPageTemplate.d.ts.map +0 -1
  47. package/dist/templates/ConfirmationPageTemplate/index.d.ts.map +0 -1
  48. package/dist/templates/EventDetailsTemplate/EventDetailsTemplate.d.ts.map +0 -1
  49. package/dist/templates/EventDetailsTemplate/index.d.ts.map +0 -1
  50. package/dist/templates/index.d.ts.map +0 -1
  51. package/dist/theme/index.d.ts.map +0 -1
  52. package/dist/tokens/colors.d.ts.map +0 -1
  53. package/dist/tokens/index.d.ts.map +0 -1
  54. package/dist/tokens/spacing.d.ts.map +0 -1
  55. package/dist/tokens/typography.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Ck9iAmtH.cjs");var t=e.domAnimation;exports.default=t;
@@ -1,5 +0,0 @@
1
- import { d as a } from "./index-CoJjMIJT.js";
2
- var o = a;
3
- export {
4
- o as default
5
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index-Ck9iAmtH.cjs"),F=require("react");function It(t){return t==="x"||t==="y"?i.isDragging[t]?null:(i.isDragging[t]=!0,()=>{i.isDragging[t]=!1}):i.isDragging.x||i.isDragging.y?null:(i.isDragging.x=i.isDragging.y=!0,()=>{i.isDragging.x=i.isDragging.y=!1})}function R(t,e,s,o){return i.addDomEvent(t,e,i.addPointerInfo(s),o)}const N=(t,e)=>Math.abs(t-e);function xt(t,e){const s=N(t.x,e.x),o=N(t.y,e.y);return Math.sqrt(s**2+o**2)}class Pt{constructor(e,s,{transformPagePoint:o,contextWindow:l,dragSnapToOrigin:m=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const h=w(this.lastMoveEventInfo,this.history),d=this.startEvent!==null,f=xt(h.offset,{x:0,y:0})>=3;if(!d&&!f)return;const{point:p}=h,{timestamp:g}=i.frameData;this.history.push({...p,timestamp:g});const{onStart:y,onMove:v}=this.handlers;d||(y&&y(this.lastMoveEvent,h),this.startEvent=this.lastMoveEvent),v&&v(this.lastMoveEvent,h)},this.handlePointerMove=(h,d)=>{this.lastMoveEvent=h,this.lastMoveEventInfo=k(d,this.transformPagePoint),i.frame.update(this.updatePoint,!0)},this.handlePointerUp=(h,d)=>{this.end();const{onEnd:f,onSessionEnd:p,resumeAnimation:g}=this.handlers;if(this.dragSnapToOrigin&&g&&g(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const y=w(h.type==="pointercancel"?this.lastMoveEventInfo:k(d,this.transformPagePoint),this.history);this.startEvent&&f&&f(h,y),p&&p(h,y)},!i.isPrimaryPointer(e))return;this.dragSnapToOrigin=m,this.handlers=s,this.transformPagePoint=o,this.contextWindow=l||window;const n=i.extractEventInfo(e),r=k(n,this.transformPagePoint),{point:a}=r,{timestamp:c}=i.frameData;this.history=[{...a,timestamp:c}];const{onSessionStart:u}=s;u&&u(e,w(r,this.history)),this.removeListeners=i.pipe(R(this.contextWindow,"pointermove",this.handlePointerMove),R(this.contextWindow,"pointerup",this.handlePointerUp),R(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),i.cancelFrame(this.updatePoint)}}function k(t,e){return e?{point:e(t.point)}:t}function W(t,e){return{x:t.x-e.x,y:t.y-e.y}}function w({point:t},e){return{point:t,delta:W(t,Dt(e)),offset:W(t,Ot(e)),velocity:Ut(e,.1)}}function Ot(t){return t[0]}function Dt(t){return t[t.length-1]}function Ut(t,e){if(t.length<2)return{x:0,y:0};let s=t.length-1,o=null;const l=Dt(t);for(;s>=0&&(o=t[s],!(l.timestamp-o.timestamp>i.secondsToMilliseconds(e)));)s--;if(!o)return{x:0,y:0};const m=i.millisecondsToSeconds(l.timestamp-o.timestamp);if(m===0)return{x:0,y:0};const n={x:(l.x-o.x)/m,y:(l.y-o.y)/m};return n.x===1/0&&(n.x=0),n.y===1/0&&(n.y=0),n}const Tt=1e-4,Ft=1-Tt,Nt=1+Tt,St=.01,Gt=0-St,Wt=0+St;function x(t){return t.max-t.min}function zt(t,e,s){return Math.abs(t-e)<=s}function z(t,e,s,o=.5){t.origin=o,t.originPoint=i.mixNumber(e.min,e.max,t.origin),t.scale=x(s)/x(e),t.translate=i.mixNumber(s.min,s.max,t.origin)-t.originPoint,(t.scale>=Ft&&t.scale<=Nt||isNaN(t.scale))&&(t.scale=1),(t.translate>=Gt&&t.translate<=Wt||isNaN(t.translate))&&(t.translate=0)}function V(t,e,s,o){z(t.x,e.x,s.x,o?o.originX:void 0),z(t.y,e.y,s.y,o?o.originY:void 0)}function _(t,e,s){t.min=s.min+e.min,t.max=t.min+x(e)}function _t(t,e,s){_(t.x,e.x,s.x),_(t.y,e.y,s.y)}function $(t,e,s){t.min=e.min-s.min,t.max=t.min+x(e)}function M(t,e,s){$(t.x,e.x,s.x),$(t.y,e.y,s.y)}function $t(t,{min:e,max:s},o){return e!==void 0&&t<e?t=o?i.mixNumber(e,t,o.min):Math.max(t,e):s!==void 0&&t>s&&(t=o?i.mixNumber(s,t,o.max):Math.min(t,s)),t}function H(t,e,s){return{min:e!==void 0?t.min+e:void 0,max:s!==void 0?t.max+s-(t.max-t.min):void 0}}function Ht(t,{top:e,left:s,bottom:o,right:l}){return{x:H(t.x,s,l),y:H(t.y,e,o)}}function X(t,e){let s=e.min-t.min,o=e.max-t.max;return e.max-e.min<t.max-t.min&&([s,o]=[o,s]),{min:s,max:o}}function Xt(t,e){return{x:X(t.x,e.x),y:X(t.y,e.y)}}function Yt(t,e){let s=.5;const o=x(t),l=x(e);return l>o?s=i.progress(e.min,e.max-o,t.min):o>l&&(s=i.progress(t.min,t.max-l,e.min)),i.clamp(0,1,s)}function qt(t,e){const s={};return e.min!==void 0&&(s.min=e.min-t.min),e.max!==void 0&&(s.max=e.max-t.min),s}const G=.35;function Zt(t=G){return t===!1?t=0:t===!0&&(t=G),{x:Y(t,"left","right"),y:Y(t,"top","bottom")}}function Y(t,e,s){return{min:q(t,e),max:q(t,s)}}function q(t,e){return typeof t=="number"?t:t[e]||0}function T(t){return[t("x"),t("y")]}const Et=({current:t})=>t?t.ownerDocument.defaultView:null,Kt=new WeakMap;class Jt{constructor(e){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=i.createBox(),this.visualElement=e}start(e,{snapToCursor:s=!1}={}){const{presenceContext:o}=this.visualElement;if(o&&o.isPresent===!1)return;const l=u=>{const{dragSnapToOrigin:h}=this.getProps();h?this.pauseAnimation():this.stopAnimation(),s&&this.snapToCursor(i.extractEventInfo(u).point)},m=(u,h)=>{const{drag:d,dragPropagation:f,onDragStart:p}=this.getProps();if(d&&!f&&(this.openDragLock&&this.openDragLock(),this.openDragLock=It(d),!this.openDragLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),T(y=>{let v=this.getAxisMotionValue(y).get()||0;if(i.percent.test(v)){const{projection:S}=this.visualElement;if(S&&S.layout){const P=S.layout.layoutBox[y];P&&(v=x(P)*(parseFloat(v)/100))}}this.originPoint[y]=v}),p&&i.frame.postRender(()=>p(u,h)),i.addValueToWillChange(this.visualElement,"transform");const{animationState:g}=this.visualElement;g&&g.setActive("whileDrag",!0)},n=(u,h)=>{const{dragPropagation:d,dragDirectionLock:f,onDirectionLock:p,onDrag:g}=this.getProps();if(!d&&!this.openDragLock)return;const{offset:y}=h;if(f&&this.currentDirection===null){this.currentDirection=Qt(y),this.currentDirection!==null&&p&&p(this.currentDirection);return}this.updateAxis("x",h.point,y),this.updateAxis("y",h.point,y),this.visualElement.render(),g&&g(u,h)},r=(u,h)=>this.stop(u,h),a=()=>T(u=>{var h;return this.getAnimationState(u)==="paused"&&((h=this.getAxisMotionValue(u).animation)===null||h===void 0?void 0:h.play())}),{dragSnapToOrigin:c}=this.getProps();this.panSession=new Pt(e,{onSessionStart:l,onStart:m,onMove:n,onSessionEnd:r,resumeAnimation:a},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:c,contextWindow:Et(this.visualElement)})}stop(e,s){const o=this.isDragging;if(this.cancel(),!o)return;const{velocity:l}=s;this.startAnimation(l);const{onDragEnd:m}=this.getProps();m&&i.frame.postRender(()=>m(e,s))}cancel(){this.isDragging=!1;const{projection:e,animationState:s}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:o}=this.getProps();!o&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),s&&s.setActive("whileDrag",!1)}updateAxis(e,s,o){const{drag:l}=this.getProps();if(!o||!j(e,l,this.currentDirection))return;const m=this.getAxisMotionValue(e);let n=this.originPoint[e]+o[e];this.constraints&&this.constraints[e]&&(n=$t(n,this.constraints[e],this.elastic[e])),m.set(n)}resolveConstraints(){var e;const{dragConstraints:s,dragElastic:o}=this.getProps(),l=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(e=this.visualElement.projection)===null||e===void 0?void 0:e.layout,m=this.constraints;s&&i.isRefObject(s)?this.constraints||(this.constraints=this.resolveRefConstraints()):s&&l?this.constraints=Ht(l.layoutBox,s):this.constraints=!1,this.elastic=Zt(o),m!==this.constraints&&l&&this.constraints&&!this.hasMutatedConstraints&&T(n=>{this.constraints!==!1&&this.getAxisMotionValue(n)&&(this.constraints[n]=qt(l.layoutBox[n],this.constraints[n]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:s}=this.getProps();if(!e||!i.isRefObject(e))return!1;const o=e.current;i.invariant(o!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:l}=this.visualElement;if(!l||!l.layout)return!1;const m=i.measurePageBox(o,l.root,this.visualElement.getTransformPagePoint());let n=Xt(l.layout.layoutBox,m);if(s){const r=s(i.convertBoxToBoundingBox(n));this.hasMutatedConstraints=!!r,r&&(n=i.convertBoundingBoxToBox(r))}return n}startAnimation(e){const{drag:s,dragMomentum:o,dragElastic:l,dragTransition:m,dragSnapToOrigin:n,onDragTransitionEnd:r}=this.getProps(),a=this.constraints||{},c=T(u=>{if(!j(u,s,this.currentDirection))return;let h=a&&a[u]||{};n&&(h={min:0,max:0});const d=l?200:1e6,f=l?40:1e7,p={type:"inertia",velocity:o?e[u]:0,bounceStiffness:d,bounceDamping:f,timeConstant:750,restDelta:1,restSpeed:10,...m,...h};return this.startAxisValueAnimation(u,p)});return Promise.all(c).then(r)}startAxisValueAnimation(e,s){const o=this.getAxisMotionValue(e);return i.addValueToWillChange(this.visualElement,e),o.start(i.animateMotionValue(e,o,0,s,this.visualElement,!1))}stopAnimation(){T(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){T(e=>{var s;return(s=this.getAxisMotionValue(e).animation)===null||s===void 0?void 0:s.pause()})}getAnimationState(e){var s;return(s=this.getAxisMotionValue(e).animation)===null||s===void 0?void 0:s.state}getAxisMotionValue(e){const s=`_drag${e.toUpperCase()}`,o=this.visualElement.getProps(),l=o[s];return l||this.visualElement.getValue(e,(o.initial?o.initial[e]:void 0)||0)}snapToCursor(e){T(s=>{const{drag:o}=this.getProps();if(!j(s,o,this.currentDirection))return;const{projection:l}=this.visualElement,m=this.getAxisMotionValue(s);if(l&&l.layout){const{min:n,max:r}=l.layout.layoutBox[s];m.set(e[s]-i.mixNumber(n,r,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:s}=this.getProps(),{projection:o}=this.visualElement;if(!i.isRefObject(s)||!o||!this.constraints)return;this.stopAnimation();const l={x:0,y:0};T(n=>{const r=this.getAxisMotionValue(n);if(r&&this.constraints!==!1){const a=r.get();l[n]=Yt({min:a,max:a},this.constraints[n])}});const{transformTemplate:m}=this.visualElement.getProps();this.visualElement.current.style.transform=m?m({},""):"none",o.root&&o.root.updateScroll(),o.updateLayout(),this.resolveConstraints(),T(n=>{if(!j(n,e,null))return;const r=this.getAxisMotionValue(n),{min:a,max:c}=this.constraints[n];r.set(i.mixNumber(a,c,l[n]))})}addListeners(){if(!this.visualElement.current)return;Kt.set(this.visualElement,this);const e=this.visualElement.current,s=R(e,"pointerdown",a=>{const{drag:c,dragListener:u=!0}=this.getProps();c&&u&&this.start(a)}),o=()=>{const{dragConstraints:a}=this.getProps();i.isRefObject(a)&&a.current&&(this.constraints=this.resolveRefConstraints())},{projection:l}=this.visualElement,m=l.addEventListener("measure",o);l&&!l.layout&&(l.root&&l.root.updateScroll(),l.updateLayout()),i.frame.read(o);const n=i.addDomEvent(window,"resize",()=>this.scalePositionWithinConstraints()),r=l.addEventListener("didUpdate",(({delta:a,hasLayoutChanged:c})=>{this.isDragging&&c&&(T(u=>{const h=this.getAxisMotionValue(u);h&&(this.originPoint[u]+=a[u].translate,h.set(h.get()+a[u].translate))}),this.visualElement.render())}));return()=>{n(),s(),m(),r&&r()}}getProps(){const e=this.visualElement.getProps(),{drag:s=!1,dragDirectionLock:o=!1,dragPropagation:l=!1,dragConstraints:m=!1,dragElastic:n=G,dragMomentum:r=!0}=e;return{...e,drag:s,dragDirectionLock:o,dragPropagation:l,dragConstraints:m,dragElastic:n,dragMomentum:r}}}function j(t,e,s){return(e===!0||e===t)&&(s===null||s===t)}function Qt(t,e=10){let s=null;return Math.abs(t.y)>e?s="y":Math.abs(t.x)>e&&(s="x"),s}class te extends i.Feature{constructor(e){super(e),this.removeGroupControls=i.noop,this.removeListeners=i.noop,this.controls=new Jt(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||i.noop}unmount(){this.removeGroupControls(),this.removeListeners()}}const Z=t=>(e,s)=>{t&&i.frame.postRender(()=>t(e,s))};class ee extends i.Feature{constructor(){super(...arguments),this.removePointerDownListener=i.noop}onPointerDown(e){this.session=new Pt(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:Et(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:s,onPan:o,onPanEnd:l}=this.node.getProps();return{onSessionStart:Z(e),onStart:Z(s),onMove:o,onEnd:(m,n)=>{delete this.session,l&&i.frame.postRender(()=>l(m,n))}}}mount(){this.removePointerDownListener=R(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}const b={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function K(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const C={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(i.px.test(t))t=parseFloat(t);else return t;const s=K(t,e.target.x),o=K(t,e.target.y);return`${s}% ${o}%`}},ie={correct:(t,{treeScale:e,projectionDelta:s})=>{const o=t,l=i.complex.parse(t);if(l.length>5)return o;const m=i.complex.createTransformer(t),n=typeof l[0]!="number"?1:0,r=s.x.scale*e.x,a=s.y.scale*e.y;l[0+n]/=r,l[1+n]/=a;const c=i.mixNumber(r,a,.5);return typeof l[2+n]=="number"&&(l[2+n]/=c),typeof l[3+n]=="number"&&(l[3+n]/=c),m(l)}};class se extends F.Component{componentDidMount(){const{visualElement:e,layoutGroup:s,switchLayoutGroup:o,layoutId:l}=this.props,{projection:m}=e;i.addScaleCorrector(ne),m&&(s.group&&s.group.add(m),o&&o.register&&l&&o.register(m),m.root.didUpdate(),m.addEventListener("animationComplete",()=>{this.safeToRemove()}),m.setOptions({...m.options,onExitComplete:()=>this.safeToRemove()})),b.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:s,visualElement:o,drag:l,isPresent:m}=this.props,n=o.projection;return n&&(n.isPresent=m,l||e.layoutDependency!==s||s===void 0?n.willUpdate():this.safeToRemove(),e.isPresent!==m&&(m?n.promote():n.relegate()||i.frame.postRender(()=>{const r=n.getStack();(!r||!r.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),i.microtask.postRender(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:s,switchLayoutGroup:o}=this.props,{projection:l}=e;l&&(l.scheduleCheckAfterUnmount(),s&&s.group&&s.group.remove(l),o&&o.deregister&&o.deregister(l))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function At(t){const[e,s]=i.usePresence(),o=F.useContext(i.LayoutGroupContext);return i.jsxRuntimeExports.jsx(se,{...t,layoutGroup:o,switchLayoutGroup:F.useContext(i.SwitchLayoutGroupContext),isPresent:e,safeToRemove:s})}const ne={borderRadius:{...C,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:C,borderTopRightRadius:C,borderBottomLeftRadius:C,borderBottomRightRadius:C,boxShadow:ie};function oe(t,e,s){const o=i.isMotionValue(t)?t:i.motionValue(t);return o.start(i.animateMotionValue("",o,e,s)),o.animation}function re(t){return t instanceof SVGElement&&t.tagName!=="svg"}const ae=(t,e)=>t.depth-e.depth;class Rt{constructor(){this.children=[],this.isDirty=!1}add(e){i.addUniqueItem(this.children,e),this.isDirty=!0}remove(e){i.removeItem(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(ae),this.isDirty=!1,this.children.forEach(e)}}function Lt(t,e){const s=i.time.now(),o=({timestamp:l})=>{const m=l-s;m>=e&&(i.cancelFrame(o),t(m-e))};return i.frame.read(o,!0),()=>i.cancelFrame(o)}const Ct=["TopLeft","TopRight","BottomLeft","BottomRight"],le=Ct.length,J=t=>typeof t=="string"?parseFloat(t):t,Q=t=>typeof t=="number"||i.px.test(t);function ce(t,e,s,o,l,m){l?(t.opacity=i.mixNumber(0,s.opacity!==void 0?s.opacity:1,ue(o)),t.opacityExit=i.mixNumber(e.opacity!==void 0?e.opacity:1,0,he(o))):m&&(t.opacity=i.mixNumber(e.opacity!==void 0?e.opacity:1,s.opacity!==void 0?s.opacity:1,o));for(let n=0;n<le;n++){const r=`border${Ct[n]}Radius`;let a=tt(e,r),c=tt(s,r);if(a===void 0&&c===void 0)continue;a||(a=0),c||(c=0),a===0||c===0||Q(a)===Q(c)?(t[r]=Math.max(i.mixNumber(J(a),J(c),o),0),(i.percent.test(c)||i.percent.test(a))&&(t[r]+="%")):t[r]=c}(e.rotate||s.rotate)&&(t.rotate=i.mixNumber(e.rotate||0,s.rotate||0,o))}function tt(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const ue=Bt(0,.5,i.circOut),he=Bt(.5,.95,i.noop);function Bt(t,e,s){return o=>o<t?0:o>e?1:s(i.progress(t,e,o))}function et(t,e){t.min=e.min,t.max=e.max}function D(t,e){et(t.x,e.x),et(t.y,e.y)}function it(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function st(t,e,s,o,l){return t-=e,t=i.scalePoint(t,1/s,o),l!==void 0&&(t=i.scalePoint(t,1/l,o)),t}function me(t,e=0,s=1,o=.5,l,m=t,n=t){if(i.percent.test(e)&&(e=parseFloat(e),e=i.mixNumber(n.min,n.max,e/100)-n.min),typeof e!="number")return;let r=i.mixNumber(m.min,m.max,o);t===m&&(r-=e),t.min=st(t.min,e,s,r,l),t.max=st(t.max,e,s,r,l)}function nt(t,e,[s,o,l],m,n){me(t,e[s],e[o],e[l],e.scale,m,n)}const de=["x","scaleX","originX"],fe=["y","scaleY","originY"];function ot(t,e,s,o){nt(t.x,e,de,s?s.x:void 0,o?o.x:void 0),nt(t.y,e,fe,s?s.y:void 0,o?o.y:void 0)}function rt(t){return t.translate===0&&t.scale===1}function Vt(t){return rt(t.x)&&rt(t.y)}function at(t,e){return t.min===e.min&&t.max===e.max}function pe(t,e){return at(t.x,e.x)&&at(t.y,e.y)}function lt(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function Mt(t,e){return lt(t.x,e.x)&&lt(t.y,e.y)}function ct(t){return x(t.x)/x(t.y)}function ut(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}class ge{constructor(){this.members=[]}add(e){i.addUniqueItem(this.members,e),e.scheduleRender()}remove(e){if(i.removeItem(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const s=this.members[this.members.length-1];s&&this.promote(s)}}relegate(e){const s=this.members.findIndex(l=>e===l);if(s===0)return!1;let o;for(let l=s;l>=0;l--){const m=this.members[l];if(m.isPresent!==!1){o=m;break}}return o?(this.promote(o),!0):!1}promote(e,s){const o=this.lead;if(e!==o&&(this.prevLead=o,this.lead=e,e.show(),o)){o.instance&&o.scheduleRender(),e.scheduleRender(),e.resumeFrom=o,s&&(e.resumeFrom.preserveOpacity=!0),o.snapshot&&(e.snapshot=o.snapshot,e.snapshot.latestValues=o.animationValues||o.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:l}=e.options;l===!1&&o.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:s,resumingFrom:o}=e;s.onExitComplete&&s.onExitComplete(),o&&o.options.onExitComplete&&o.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function ye(t,e,s){let o="";const l=t.x.translate/e.x,m=t.y.translate/e.y,n=s?.z||0;if((l||m||n)&&(o=`translate3d(${l}px, ${m}px, ${n}px) `),(e.x!==1||e.y!==1)&&(o+=`scale(${1/e.x}, ${1/e.y}) `),s){const{transformPerspective:c,rotate:u,rotateX:h,rotateY:d,skewX:f,skewY:p}=s;c&&(o=`perspective(${c}px) ${o}`),u&&(o+=`rotate(${u}deg) `),h&&(o+=`rotateX(${h}deg) `),d&&(o+=`rotateY(${d}deg) `),f&&(o+=`skewX(${f}deg) `),p&&(o+=`skewY(${p}deg) `)}const r=t.x.scale*e.x,a=t.y.scale*e.y;return(r!==1||a!==1)&&(o+=`scale(${r}, ${a})`),o||"none"}const A={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0},B=typeof window<"u"&&window.MotionDebug!==void 0,I=["","X","Y","Z"],ve={visibility:"hidden"},ht=1e3;let xe=0;function O(t,e,s,o){const{latestValues:l}=e;l[t]&&(s[t]=l[t],e.setStaticValue(t,0),o&&(o[t]=0))}function jt(t){if(t.hasCheckedOptimisedAppear=!0,t.root===t)return;const{visualElement:e}=t.options;if(!e)return;const s=i.getOptimisedAppearId(e);if(window.MotionHasOptimisedAnimation(s,"transform")){const{layout:l,layoutId:m}=t.options;window.MotionCancelOptimisedAnimation(s,"transform",i.frame,!(l||m))}const{parent:o}=t;o&&!o.hasCheckedOptimisedAppear&&jt(o)}function bt({attachResizeListener:t,defaultParent:e,measureScroll:s,checkIsScrollRoot:o,resetTransform:l}){return class{constructor(n={},r=e?.()){this.id=xe++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,B&&(A.totalNodes=A.resolvedTargetDeltas=A.recalculatedProjection=0),this.nodes.forEach(Te),this.nodes.forEach(Le),this.nodes.forEach(Ce),this.nodes.forEach(Se),B&&window.MotionDebug.record(A)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=n,this.root=r?r.root||r:this,this.path=r?[...r.path,r]:[],this.parent=r,this.depth=r?r.depth+1:0;for(let a=0;a<this.path.length;a++)this.path[a].shouldResetTransform=!0;this.root===this&&(this.nodes=new Rt)}addEventListener(n,r){return this.eventHandlers.has(n)||this.eventHandlers.set(n,new i.SubscriptionManager),this.eventHandlers.get(n).add(r)}notifyListeners(n,...r){const a=this.eventHandlers.get(n);a&&a.notify(...r)}hasListeners(n){return this.eventHandlers.has(n)}mount(n,r=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=re(n),this.instance=n;const{layoutId:a,layout:c,visualElement:u}=this.options;if(u&&!u.current&&u.mount(n),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),r&&(c||a)&&(this.isLayoutDirty=!0),t){let h;const d=()=>this.root.updateBlockedByResize=!1;t(n,()=>{this.root.updateBlockedByResize=!0,h&&h(),h=Lt(d,250),b.hasAnimatedSinceResize&&(b.hasAnimatedSinceResize=!1,this.nodes.forEach(dt))})}a&&this.root.registerSharedNode(a,this),this.options.animate!==!1&&u&&(a||c)&&this.addEventListener("didUpdate",({delta:h,hasLayoutChanged:d,hasRelativeTargetChanged:f,layout:p})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const g=this.options.transition||u.getDefaultTransition()||be,{onLayoutAnimationStart:y,onLayoutAnimationComplete:v}=u.getProps(),S=!this.targetLayout||!Mt(this.targetLayout,p)||f,P=!d&&f;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||P||d&&(S||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(h,P);const E={...i.getValueTransition(g,"layout"),onPlay:y,onComplete:v};(u.shouldReduceMotion||this.options.layoutRoot)&&(E.delay=0,E.type=!1),this.startAnimation(E)}else d||dt(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=p})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const n=this.getStack();n&&n.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,i.cancelFrame(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(Be),this.animationId++)}getTransformTemplate(){const{visualElement:n}=this.options;return n&&n.getProps().transformTemplate}willUpdate(n=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&jt(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let u=0;u<this.path.length;u++){const h=this.path[u];h.shouldResetTransform=!0,h.updateScroll("snapshot"),h.options.layoutRoot&&h.willUpdate(!1)}const{layoutId:r,layout:a}=this.options;if(r===void 0&&!a)return;const c=this.getTransformTemplate();this.prevTransformTemplateValue=c?c(this.latestValues,""):void 0,this.updateSnapshot(),n&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(mt);return}this.isUpdating||this.nodes.forEach(Ae),this.isUpdating=!1,this.nodes.forEach(Re),this.nodes.forEach(Pe),this.nodes.forEach(De),this.clearAllSnapshots();const r=i.time.now();i.frameData.delta=i.clamp(0,1e3/60,r-i.frameData.timestamp),i.frameData.timestamp=r,i.frameData.isProcessing=!0,i.frameSteps.update.process(i.frameData),i.frameSteps.preRender.process(i.frameData),i.frameSteps.render.process(i.frameData),i.frameData.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,i.microtask.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(Ee),this.sharedNodes.forEach(Ve)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,i.frame.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){i.frame.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let a=0;a<this.path.length;a++)this.path[a].updateScroll();const n=this.layout;this.layout=this.measure(!1),this.layoutCorrected=i.createBox(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:r}=this.options;r&&r.notify("LayoutMeasure",this.layout.layoutBox,n?n.layoutBox:void 0)}updateScroll(n="measure"){let r=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===n&&(r=!1),r){const a=o(this.instance);this.scroll={animationId:this.root.animationId,phase:n,isRoot:a,offset:s(this.instance),wasRoot:this.scroll?this.scroll.isRoot:a}}}resetTransform(){if(!l)return;const n=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,r=this.projectionDelta&&!Vt(this.projectionDelta),a=this.getTransformTemplate(),c=a?a(this.latestValues,""):void 0,u=c!==this.prevTransformTemplateValue;n&&(r||i.hasTransform(this.latestValues)||u)&&(l(this.instance,c),this.shouldResetTransform=!1,this.scheduleRender())}measure(n=!0){const r=this.measurePageBox();let a=this.removeElementScroll(r);return n&&(a=this.removeTransform(a)),ke(a),{animationId:this.root.animationId,measuredBox:r,layoutBox:a,latestValues:{},source:this.id}}measurePageBox(){var n;const{visualElement:r}=this.options;if(!r)return i.createBox();const a=r.measureViewportBox();if(!(((n=this.scroll)===null||n===void 0?void 0:n.wasRoot)||this.path.some(we))){const{scroll:u}=this.root;u&&(i.translateAxis(a.x,u.offset.x),i.translateAxis(a.y,u.offset.y))}return a}removeElementScroll(n){var r;const a=i.createBox();if(D(a,n),!((r=this.scroll)===null||r===void 0)&&r.wasRoot)return a;for(let c=0;c<this.path.length;c++){const u=this.path[c],{scroll:h,options:d}=u;u!==this.root&&h&&d.layoutScroll&&(h.wasRoot&&D(a,n),i.translateAxis(a.x,h.offset.x),i.translateAxis(a.y,h.offset.y))}return a}applyTransform(n,r=!1){const a=i.createBox();D(a,n);for(let c=0;c<this.path.length;c++){const u=this.path[c];!r&&u.options.layoutScroll&&u.scroll&&u!==u.root&&i.transformBox(a,{x:-u.scroll.offset.x,y:-u.scroll.offset.y}),i.hasTransform(u.latestValues)&&i.transformBox(a,u.latestValues)}return i.hasTransform(this.latestValues)&&i.transformBox(a,this.latestValues),a}removeTransform(n){const r=i.createBox();D(r,n);for(let a=0;a<this.path.length;a++){const c=this.path[a];if(!c.instance||!i.hasTransform(c.latestValues))continue;i.hasScale(c.latestValues)&&c.updateSnapshot();const u=i.createBox(),h=c.measurePageBox();D(u,h),ot(r,c.latestValues,c.snapshot?c.snapshot.layoutBox:void 0,u)}return i.hasTransform(this.latestValues)&&ot(r,this.latestValues),r}setTargetDelta(n){this.targetDelta=n,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(n){this.options={...this.options,...n,crossfade:n.crossfade!==void 0?n.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==i.frameData.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(n=!1){var r;const a=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=a.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=a.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=a.isSharedProjectionDirty);const c=!!this.resumingFrom||this!==a;if(!(n||c&&this.isSharedProjectionDirty||this.isProjectionDirty||!((r=this.parent)===null||r===void 0)&&r.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:h,layoutId:d}=this.options;if(!(!this.layout||!(h||d))){if(this.resolvedRelativeTargetAt=i.frameData.timestamp,!this.targetDelta&&!this.relativeTarget){const f=this.getClosestProjectingParent();f&&f.layout&&this.animationProgress!==1?(this.relativeParent=f,this.forceRelativeParentToResolveTarget(),this.relativeTarget=i.createBox(),this.relativeTargetOrigin=i.createBox(),M(this.relativeTargetOrigin,this.layout.layoutBox,f.layout.layoutBox),D(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=i.createBox(),this.targetWithTransforms=i.createBox()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),_t(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):D(this.target,this.layout.layoutBox),i.applyBoxDelta(this.target,this.targetDelta)):D(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const f=this.getClosestProjectingParent();f&&!!f.resumingFrom==!!this.resumingFrom&&!f.options.layoutScroll&&f.target&&this.animationProgress!==1?(this.relativeParent=f,this.forceRelativeParentToResolveTarget(),this.relativeTarget=i.createBox(),this.relativeTargetOrigin=i.createBox(),M(this.relativeTargetOrigin,this.target,f.target),D(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}B&&A.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||i.hasScale(this.parent.latestValues)||i.has2DTranslate(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var n;const r=this.getLead(),a=!!this.resumingFrom||this!==r;let c=!0;if((this.isProjectionDirty||!((n=this.parent)===null||n===void 0)&&n.isProjectionDirty)&&(c=!1),a&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(c=!1),this.resolvedRelativeTargetAt===i.frameData.timestamp&&(c=!1),c)return;const{layout:u,layoutId:h}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(u||h))return;D(this.layoutCorrected,this.layout.layoutBox);const d=this.treeScale.x,f=this.treeScale.y;i.applyTreeDeltas(this.layoutCorrected,this.treeScale,this.path,a),r.layout&&!r.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(r.target=r.layout.layoutBox,r.targetWithTransforms=i.createBox());const{target:p}=r;if(!p){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(it(this.prevProjectionDelta.x,this.projectionDelta.x),it(this.prevProjectionDelta.y,this.projectionDelta.y)),V(this.projectionDelta,this.layoutCorrected,p,this.latestValues),(this.treeScale.x!==d||this.treeScale.y!==f||!ut(this.projectionDelta.x,this.prevProjectionDelta.x)||!ut(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",p)),B&&A.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(n=!0){var r;if((r=this.options.visualElement)===null||r===void 0||r.scheduleRender(),n){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=i.createDelta(),this.projectionDelta=i.createDelta(),this.projectionDeltaWithTransform=i.createDelta()}setAnimationOrigin(n,r=!1){const a=this.snapshot,c=a?a.latestValues:{},u={...this.latestValues},h=i.createDelta();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!r;const d=i.createBox(),f=a?a.source:void 0,p=this.layout?this.layout.source:void 0,g=f!==p,y=this.getStack(),v=!y||y.members.length<=1,S=!!(g&&!v&&this.options.crossfade===!0&&!this.path.some(je));this.animationProgress=0;let P;this.mixTargetDelta=E=>{const L=E/1e3;ft(h.x,n.x,L),ft(h.y,n.y,L),this.setTargetDelta(h),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(M(d,this.layout.layoutBox,this.relativeParent.layout.layoutBox),Me(this.relativeTarget,this.relativeTargetOrigin,d,L),P&&pe(this.relativeTarget,P)&&(this.isProjectionDirty=!1),P||(P=i.createBox()),D(P,this.relativeTarget)),g&&(this.animationValues=u,ce(u,c,this.latestValues,L,S,v)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=L},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(n){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(i.cancelFrame(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=i.frame.update(()=>{b.hasAnimatedSinceResize=!0,this.currentAnimation=oe(0,ht,{...n,onUpdate:r=>{this.mixTargetDelta(r),n.onUpdate&&n.onUpdate(r)},onComplete:()=>{n.onComplete&&n.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const n=this.getStack();n&&n.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(ht),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const n=this.getLead();let{targetWithTransforms:r,target:a,layout:c,latestValues:u}=n;if(!(!r||!a||!c)){if(this!==n&&this.layout&&c&&kt(this.options.animationType,this.layout.layoutBox,c.layoutBox)){a=this.target||i.createBox();const h=x(this.layout.layoutBox.x);a.x.min=n.target.x.min,a.x.max=a.x.min+h;const d=x(this.layout.layoutBox.y);a.y.min=n.target.y.min,a.y.max=a.y.min+d}D(r,a),i.transformBox(r,u),V(this.projectionDeltaWithTransform,this.layoutCorrected,r,u)}}registerSharedNode(n,r){this.sharedNodes.has(n)||this.sharedNodes.set(n,new ge),this.sharedNodes.get(n).add(r);const c=r.options.initialPromotionConfig;r.promote({transition:c?c.transition:void 0,preserveFollowOpacity:c&&c.shouldPreserveFollowOpacity?c.shouldPreserveFollowOpacity(r):void 0})}isLead(){const n=this.getStack();return n?n.lead===this:!0}getLead(){var n;const{layoutId:r}=this.options;return r?((n=this.getStack())===null||n===void 0?void 0:n.lead)||this:this}getPrevLead(){var n;const{layoutId:r}=this.options;return r?(n=this.getStack())===null||n===void 0?void 0:n.prevLead:void 0}getStack(){const{layoutId:n}=this.options;if(n)return this.root.sharedNodes.get(n)}promote({needsReset:n,transition:r,preserveFollowOpacity:a}={}){const c=this.getStack();c&&c.promote(this,a),n&&(this.projectionDelta=void 0,this.needsReset=!0),r&&this.setOptions({transition:r})}relegate(){const n=this.getStack();return n?n.relegate(this):!1}resetSkewAndRotation(){const{visualElement:n}=this.options;if(!n)return;let r=!1;const{latestValues:a}=n;if((a.z||a.rotate||a.rotateX||a.rotateY||a.rotateZ||a.skewX||a.skewY)&&(r=!0),!r)return;const c={};a.z&&O("z",n,c,this.animationValues);for(let u=0;u<I.length;u++)O(`rotate${I[u]}`,n,c,this.animationValues),O(`skew${I[u]}`,n,c,this.animationValues);n.render();for(const u in c)n.setStaticValue(u,c[u]),this.animationValues&&(this.animationValues[u]=c[u]);n.scheduleRender()}getProjectionStyles(n){var r,a;if(!this.instance||this.isSVG)return;if(!this.isVisible)return ve;const c={visibility:""},u=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,c.opacity="",c.pointerEvents=i.resolveMotionValue(n?.pointerEvents)||"",c.transform=u?u(this.latestValues,""):"none",c;const h=this.getLead();if(!this.projectionDelta||!this.layout||!h.target){const g={};return this.options.layoutId&&(g.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,g.pointerEvents=i.resolveMotionValue(n?.pointerEvents)||""),this.hasProjected&&!i.hasTransform(this.latestValues)&&(g.transform=u?u({},""):"none",this.hasProjected=!1),g}const d=h.animationValues||h.latestValues;this.applyTransformsToTarget(),c.transform=ye(this.projectionDeltaWithTransform,this.treeScale,d),u&&(c.transform=u(d,c.transform));const{x:f,y:p}=this.projectionDelta;c.transformOrigin=`${f.origin*100}% ${p.origin*100}% 0`,h.animationValues?c.opacity=h===this?(a=(r=d.opacity)!==null&&r!==void 0?r:this.latestValues.opacity)!==null&&a!==void 0?a:1:this.preserveOpacity?this.latestValues.opacity:d.opacityExit:c.opacity=h===this?d.opacity!==void 0?d.opacity:"":d.opacityExit!==void 0?d.opacityExit:0;for(const g in i.scaleCorrectors){if(d[g]===void 0)continue;const{correct:y,applyTo:v}=i.scaleCorrectors[g],S=c.transform==="none"?d[g]:y(d[g],h);if(v){const P=v.length;for(let E=0;E<P;E++)c[v[E]]=S}else c[g]=S}return this.options.layoutId&&(c.pointerEvents=h===this?i.resolveMotionValue(n?.pointerEvents)||"":"none"),c}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(n=>{var r;return(r=n.currentAnimation)===null||r===void 0?void 0:r.stop()}),this.root.nodes.forEach(mt),this.root.sharedNodes.clear()}}}function Pe(t){t.updateLayout()}function De(t){var e;const s=((e=t.resumeFrom)===null||e===void 0?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&s&&t.hasListeners("didUpdate")){const{layoutBox:o,measuredBox:l}=t.layout,{animationType:m}=t.options,n=s.source!==t.layout.source;m==="size"?T(h=>{const d=n?s.measuredBox[h]:s.layoutBox[h],f=x(d);d.min=o[h].min,d.max=d.min+f}):kt(m,s.layoutBox,o)&&T(h=>{const d=n?s.measuredBox[h]:s.layoutBox[h],f=x(o[h]);d.max=d.min+f,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[h].max=t.relativeTarget[h].min+f)});const r=i.createDelta();V(r,o,s.layoutBox);const a=i.createDelta();n?V(a,t.applyTransform(l,!0),s.measuredBox):V(a,o,s.layoutBox);const c=!Vt(r);let u=!1;if(!t.resumeFrom){const h=t.getClosestProjectingParent();if(h&&!h.resumeFrom){const{snapshot:d,layout:f}=h;if(d&&f){const p=i.createBox();M(p,s.layoutBox,d.layoutBox);const g=i.createBox();M(g,o,f.layoutBox),Mt(p,g)||(u=!0),h.options.layoutRoot&&(t.relativeTarget=g,t.relativeTargetOrigin=p,t.relativeParent=h)}}}t.notifyListeners("didUpdate",{layout:o,snapshot:s,delta:a,layoutDelta:r,hasLayoutChanged:c,hasRelativeTargetChanged:u})}else if(t.isLead()){const{onExitComplete:o}=t.options;o&&o()}t.options.transition=void 0}function Te(t){B&&A.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function Se(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function Ee(t){t.clearSnapshot()}function mt(t){t.clearMeasurements()}function Ae(t){t.isLayoutDirty=!1}function Re(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function dt(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function Le(t){t.resolveTargetDelta()}function Ce(t){t.calcProjection()}function Be(t){t.resetSkewAndRotation()}function Ve(t){t.removeLeadSnapshot()}function ft(t,e,s){t.translate=i.mixNumber(e.translate,0,s),t.scale=i.mixNumber(e.scale,1,s),t.origin=e.origin,t.originPoint=e.originPoint}function pt(t,e,s,o){t.min=i.mixNumber(e.min,s.min,o),t.max=i.mixNumber(e.max,s.max,o)}function Me(t,e,s,o){pt(t.x,e.x,s.x,o),pt(t.y,e.y,s.y,o)}function je(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const be={duration:.45,ease:[.4,0,.1,1]},gt=t=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),yt=gt("applewebkit/")&&!gt("chrome/")?Math.round:i.noop;function vt(t){t.min=yt(t.min),t.max=yt(t.max)}function ke(t){vt(t.x),vt(t.y)}function kt(t,e,s){return t==="position"||t==="preserve-aspect"&&!zt(ct(e),ct(s),.2)}function we(t){var e;return t!==t.root&&((e=t.scroll)===null||e===void 0?void 0:e.wasRoot)}const Ie=bt({attachResizeListener:(t,e)=>i.addDomEvent(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),U={current:void 0},wt=bt({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!U.current){const t=new Ie({});t.mount(window),t.setOptions({layoutScroll:!0}),U.current=t}return U.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),Oe={pan:{Feature:ee},drag:{Feature:te,ProjectionNode:wt,MeasureLayout:At}},Ue={layout:{ProjectionNode:wt,MeasureLayout:At}},Fe={...i.domAnimation,...Oe,...Ue};exports.AcceleratedAnimation=i.AcceleratedAnimation;exports.AnimatePresence=i.AnimatePresence;exports.DeprecatedLayoutGroupContext=i.DeprecatedLayoutGroupContext;exports.LayoutGroup=i.LayoutGroup;exports.LayoutGroupContext=i.LayoutGroupContext;exports.LazyMotion=i.LazyMotion;exports.MotionConfig=i.MotionConfig;exports.MotionConfigContext=i.MotionConfigContext;exports.MotionContext=i.MotionContext;exports.MotionGlobalConfig=i.MotionGlobalConfig;exports.MotionValue=i.MotionValue;exports.PresenceContext=i.PresenceContext;exports.SwitchLayoutGroupContext=i.SwitchLayoutGroupContext;exports.VisualElement=i.VisualElement;exports.addPointerInfo=i.addPointerInfo;exports.addScaleCorrector=i.addScaleCorrector;exports.animateVisualElement=i.animateVisualElement;exports.animations=i.animations;exports.anticipate=i.anticipate;exports.backIn=i.backIn;exports.backInOut=i.backInOut;exports.backOut=i.backOut;exports.buildTransform=i.buildTransform;exports.cancelFrame=i.cancelFrame;exports.circIn=i.circIn;exports.circInOut=i.circInOut;exports.circOut=i.circOut;exports.clamp=i.clamp;exports.color=i.color;exports.complex=i.complex;exports.createBox=i.createBox;exports.createRendererMotionComponent=i.createRendererMotionComponent;exports.cubicBezier=i.cubicBezier;exports.domAnimation=i.domAnimation;exports.easeIn=i.easeIn;exports.easeInOut=i.easeInOut;exports.easeOut=i.easeOut;exports.filterProps=i.filterProps;exports.findSpring=i.findSpring;exports.frame=i.frame;exports.frameData=i.frameData;exports.frameSteps=i.frameSteps;exports.inertia=i.inertia;exports.interpolate=i.interpolate;Object.defineProperty(exports,"invariant",{enumerable:!0,get:()=>i.invariant});exports.isBrowser=i.isBrowser;exports.isDragActive=i.isDragActive;exports.isMotionValue=i.isMotionValue;exports.isValidMotionProp=i.isValidMotionProp;exports.keyframes=i.keyframes;exports.m=i.m;exports.makeUseVisualState=i.makeUseVisualState;exports.mirrorEasing=i.mirrorEasing;exports.mix=i.mix;exports.motionValue=i.motionValue;exports.noop=i.noop;exports.optimizedAppearDataAttribute=i.optimizedAppearDataAttribute;exports.pipe=i.pipe;exports.progress=i.progress;exports.px=i.px;exports.resolveMotionValue=i.resolveMotionValue;exports.reverseEasing=i.reverseEasing;exports.spring=i.spring;exports.time=i.time;exports.useForceUpdate=i.useForceUpdate;exports.useIsomorphicLayoutEffect=i.useIsomorphicLayoutEffect;exports.usePresence=i.usePresence;exports.useWillChange=i.useWillChange;exports.visualElementStore=i.visualElementStore;exports.FlatTree=Rt;exports.addPointerEvent=R;exports.calcLength=x;exports.delay=Lt;exports.distance=N;exports.distance2D=xt;exports.domMax=Fe;
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACvD,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAG3C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACrD,YAAY,EACR,WAAW,EACX,UAAU,EACV,cAAc,EACd,YAAY,EACZ,IAAI,EACJ,WAAW,EACX,aAAa,EACb,UAAU,EACV,UAAU,GACb,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAC7E,YAAY,EACR,6BAA6B,EAC7B,mBAAmB,EACnB,yBAAyB,EACzB,SAAS,GACZ,MAAM,aAAa,CAAC;AAKrB,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.tsx"],"names":[],"mappings":"AAEA,OAAO,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/patterns/Footer/Footer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,aAAa;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,UAAU,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,UAAU;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,MAAM,WAAW,WAAW;IACxB,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AAGD,wBAAgB,MAAM,CAAC,MAAM,EAAE,WAAW,2CAYzC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/patterns/Footer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../src/patterns/Navbar/Navbar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,WAAW;IACxB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,wBAAgB,MAAM,CAAC,MAAM,EAAE,WAAW,2CAYzC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/patterns/Navbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/patterns/Stepper/Stepper.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,MAAM,WAAW,IAAI;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,WAAW,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B;AAGD,wBAAgB,OAAO,CAAC,MAAM,EAAE,YAAY,2CAY3C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/patterns/Stepper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/patterns/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AACxE,YAAY,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACpD,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"HeroUIProvider.d.ts","sourceRoot":"","sources":["../../src/providers/HeroUIProvider.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,UAAU,mBAAmB;IACzB,QAAQ,EAAE,SAAS,CAAC;CACvB;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,EAAE,mBAAmB,2CAE/D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/providers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Ck9iAmtH.cjs");var t=e.domAnimation;exports.default=t;
@@ -1,5 +0,0 @@
1
- import { d as a } from "./index-CoJjMIJT.js";
2
- var r = a;
3
- export {
4
- r as default
5
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConfirmationPageTemplate.d.ts","sourceRoot":"","sources":["../../../src/templates/ConfirmationPageTemplate/ConfirmationPageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACrD;AAED,MAAM,WAAW,6BAA6B;IAC1C,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,YAAY,EAAE,mBAAmB,CAAC;IAClC,aAAa,CAAC,EAAE;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;KACvB,CAAC;IACF,eAAe,CAAC,EAAE;QACd,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;KACvB,CAAC;IACF,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AAGD,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,6BAA6B,2CAa7E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/templates/ConfirmationPageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,6BAA6B,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"EventDetailsTemplate.d.ts","sourceRoot":"","sources":["../../../src/templates/EventDetailsTemplate/EventDetailsTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,WAAW,SAAS;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,yBAAyB;IACtC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,KAAK,EAAE,SAAS,CAAC;IACjB,aAAa,CAAC,EAAE;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,UAAU,CAAC,EAAE,OAAO,CAAC;KACxB,CAAC;IACF,eAAe,CAAC,EAAE;QACd,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;KACvB,CAAC;IACF,cAAc,CAAC,EAAE,SAAS,CAAC;CAC9B;AAGD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,yBAAyB,2CAarE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/templates/EventDetailsTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,yBAAyB,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,YAAY,EAAE,6BAA6B,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACrG,YAAY,EAAE,yBAAyB,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BR,CAAC;AAEX,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/tokens/colors.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BT,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,OAAO,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tokens/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../src/tokens/spacing.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;CAUV,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,OAAO,OAAO,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/tokens/typography.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Bb,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,UAAU,CAAC"}