react-spring-carousel 3.0.0-beta-2.0.261 → 3.0.0-beta-2.0.263
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +3 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1000,7 +1000,7 @@ function Oe({
|
|
|
1000
1000
|
onInit: E,
|
|
1001
1001
|
initialActiveItem: m = 0
|
|
1002
1002
|
}) {
|
|
1003
|
-
const [P, N] = $t(!1), k = D(r), C = D(null), $ = D(null), j = D(0), T = D(0), O = D(!e), A = D(!1), I = D(0), l = D(
|
|
1003
|
+
const [P, N] = $t(!1), k = D(r), C = D(null), $ = D(null), j = D(0), T = D(0), O = D(!e), A = D(!1), I = D(0), l = D(0), [F, W] = Pt(
|
|
1004
1004
|
() => ({
|
|
1005
1005
|
value: 0,
|
|
1006
1006
|
onChange({ value: i }) {
|
|
@@ -1159,7 +1159,8 @@ function Oe({
|
|
|
1159
1159
|
r && m !== l.current && M({
|
|
1160
1160
|
type: "next",
|
|
1161
1161
|
toIndex: m,
|
|
1162
|
-
actionType: "resize"
|
|
1162
|
+
actionType: "resize",
|
|
1163
|
+
shouldAnimate: !1
|
|
1163
1164
|
});
|
|
1164
1165
|
}, [r, m]);
|
|
1165
1166
|
const st = p, Ct = xe(
|
package/dist/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(k,$){typeof exports=="object"&&typeof module<"u"?$(exports,require("react/jsx-runtime"),require("@react-spring/web"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","@react-spring/web","react"],$):(k=typeof globalThis<"u"?globalThis:k||self,$(k["react-spring-carousel"]={},k["react/jsx-runtime"],k["@react-spring/web"],k.React))})(this,function(k,$,Se,m){"use strict";function Ie(r,e,t){return Math.max(e,Math.min(r,t))}const v={toVector(r,e){return r===void 0&&(r=e),Array.isArray(r)?r:[r,r]},add(r,e){return[r[0]+e[0],r[1]+e[1]]},sub(r,e){return[r[0]-e[0],r[1]-e[1]]},addTo(r,e){r[0]+=e[0],r[1]+=e[1]},subTo(r,e){r[0]-=e[0],r[1]-=e[1]}};function re(r,e,t){return e===0||Math.abs(e)===1/0?Math.pow(r,t*5):r*e*t/(e+t*r)}function ne(r,e,t,n=.15){return n===0?Ie(r,e,t):r<e?-re(e-r,t-e,n)+e:r>t?+re(r-t,t-e,n)+t:r}function De(r,[e,t],[n,s]){const[[o,c],[a,h]]=r;return[ne(e,o,c,n),ne(t,a,h,s)]}function ke(r,e){if(typeof r!="object"||r===null)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var n=t.call(r,e);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function Ce(r){var e=ke(r,"string");return typeof e=="symbol"?e:String(e)}function y(r,e,t){return e=Ce(e),e in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function se(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);e&&(n=n.filter(function(s){return Object.getOwnPropertyDescriptor(r,s).enumerable})),t.push.apply(t,n)}return t}function d(r){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?se(Object(t),!0).forEach(function(n){y(r,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):se(Object(t)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(t,n))})}return r}const ie={pointer:{start:"down",change:"move",end:"up"},mouse:{start:"down",change:"move",end:"up"},touch:{start:"start",change:"move",end:"end"},gesture:{start:"start",change:"change",end:"end"}};function oe(r){return r?r[0].toUpperCase()+r.slice(1):""}const Oe=["enter","leave"];function Ae(r=!1,e){return r&&!Oe.includes(e)}function Pe(r,e="",t=!1){const n=ie[r],s=n&&n[e]||e;return"on"+oe(r)+oe(s)+(Ae(t,s)?"Capture":"")}const $e=["gotpointercapture","lostpointercapture"];function Ne(r){let e=r.substring(2).toLowerCase();const t=!!~e.indexOf("passive");t&&(e=e.replace("passive",""));const n=$e.includes(e)?"capturecapture":"capture",s=!!~e.indexOf(n);return s&&(e=e.replace("capture","")),{device:e,capture:s,passive:t}}function Me(r,e=""){const t=ie[r],n=t&&t[e]||e;return r+n}function K(r){return"touches"in r}function ae(r){return K(r)?"touch":"pointerType"in r?r.pointerType:"mouse"}function Le(r){return Array.from(r.touches).filter(e=>{var t,n;return e.target===r.currentTarget||((t=r.currentTarget)===null||t===void 0||(n=t.contains)===null||n===void 0?void 0:n.call(t,e.target))})}function Re(r){return r.type==="touchend"||r.type==="touchcancel"?r.changedTouches:r.targetTouches}function ce(r){return K(r)?Re(r)[0]:r}function Ve(r){return Le(r).map(e=>e.identifier)}function G(r){const e=ce(r);return K(r)?e.identifier:e.pointerId}function ue(r){const e=ce(r);return[e.clientX,e.clientY]}function je(r){const e={};if("buttons"in r&&(e.buttons=r.buttons),"shiftKey"in r){const{shiftKey:t,altKey:n,metaKey:s,ctrlKey:o}=r;Object.assign(e,{shiftKey:t,altKey:n,metaKey:s,ctrlKey:o})}return e}function B(r,...e){return typeof r=="function"?r(...e):r}function Ue(){}function Ke(...r){return r.length===0?Ue:r.length===1?r[0]:function(){let e;for(const t of r)e=t.apply(this,arguments)||e;return e}}function fe(r,e){return Object.assign({},e,r||{})}const Be=32;class ze{constructor(e,t,n){this.ctrl=e,this.args=t,this.key=n,this.state||(this.state={},this.computeValues([0,0]),this.computeInitial(),this.init&&this.init(),this.reset())}get state(){return this.ctrl.state[this.key]}set state(e){this.ctrl.state[this.key]=e}get shared(){return this.ctrl.state.shared}get eventStore(){return this.ctrl.gestureEventStores[this.key]}get timeoutStore(){return this.ctrl.gestureTimeoutStores[this.key]}get config(){return this.ctrl.config[this.key]}get sharedConfig(){return this.ctrl.config.shared}get handler(){return this.ctrl.handlers[this.key]}reset(){const{state:e,shared:t,ingKey:n,args:s}=this;t[n]=e._active=e.active=e._blocked=e._force=!1,e._step=[!1,!1],e.intentional=!1,e._movement=[0,0],e._distance=[0,0],e._direction=[0,0],e._delta=[0,0],e._bounds=[[-1/0,1/0],[-1/0,1/0]],e.args=s,e.axis=void 0,e.memo=void 0,e.elapsedTime=e.timeDelta=0,e.direction=[0,0],e.distance=[0,0],e.overflow=[0,0],e._movementBound=[!1,!1],e.velocity=[0,0],e.movement=[0,0],e.delta=[0,0],e.timeStamp=0}start(e){const t=this.state,n=this.config;t._active||(this.reset(),this.computeInitial(),t._active=!0,t.target=e.target,t.currentTarget=e.currentTarget,t.lastOffset=n.from?B(n.from,t):t.offset,t.offset=t.lastOffset,t.startTime=t.timeStamp=e.timeStamp)}computeValues(e){const t=this.state;t._values=e,t.values=this.config.transform(e)}computeInitial(){const e=this.state;e._initial=e._values,e.initial=e.values}compute(e){const{state:t,config:n,shared:s}=this;t.args=this.args;let o=0;if(e&&(t.event=e,n.preventDefault&&e.cancelable&&t.event.preventDefault(),t.type=e.type,s.touches=this.ctrl.pointerIds.size||this.ctrl.touchIds.size,s.locked=!!document.pointerLockElement,Object.assign(s,je(e)),s.down=s.pressed=s.buttons%2===1||s.touches>0,o=e.timeStamp-t.timeStamp,t.timeStamp=e.timeStamp,t.elapsedTime=t.timeStamp-t.startTime),t._active){const I=t._delta.map(Math.abs);v.addTo(t._distance,I)}this.axisIntent&&this.axisIntent(e);const[c,a]=t._movement,[h,p]=n.threshold,{_step:u,values:x}=t;if(n.hasCustomTransform?(u[0]===!1&&(u[0]=Math.abs(c)>=h&&x[0]),u[1]===!1&&(u[1]=Math.abs(a)>=p&&x[1])):(u[0]===!1&&(u[0]=Math.abs(c)>=h&&Math.sign(c)*h),u[1]===!1&&(u[1]=Math.abs(a)>=p&&Math.sign(a)*p)),t.intentional=u[0]!==!1||u[1]!==!1,!t.intentional)return;const g=[0,0];if(n.hasCustomTransform){const[I,l]=x;g[0]=u[0]!==!1?I-u[0]:0,g[1]=u[1]!==!1?l-u[1]:0}else g[0]=u[0]!==!1?c-u[0]:0,g[1]=u[1]!==!1?a-u[1]:0;this.restrictToAxis&&!t._blocked&&this.restrictToAxis(g);const N=t.offset,R=t._active&&!t._blocked||t.active;R&&(t.first=t._active&&!t.active,t.last=!t._active&&t.active,t.active=s[this.ingKey]=t._active,e&&(t.first&&("bounds"in n&&(t._bounds=B(n.bounds,t)),this.setup&&this.setup()),t.movement=g,this.computeOffset()));const[C,O]=t.offset,[[M,Y],[S,A]]=t._bounds;t.overflow=[C<M?-1:C>Y?1:0,O<S?-1:O>A?1:0],t._movementBound[0]=t.overflow[0]?t._movementBound[0]===!1?t._movement[0]:t._movementBound[0]:!1,t._movementBound[1]=t.overflow[1]?t._movementBound[1]===!1?t._movement[1]:t._movementBound[1]:!1;const P=t._active?n.rubberband||[0,0]:[0,0];if(t.offset=De(t._bounds,t.offset,P),t.delta=v.sub(t.offset,N),this.computeMovement(),R&&(!t.last||o>Be)){t.delta=v.sub(t.offset,N);const I=t.delta.map(Math.abs);v.addTo(t.distance,I),t.direction=t.delta.map(Math.sign),t._direction=t._delta.map(Math.sign),!t.first&&o>0&&(t.velocity=[I[0]/o,I[1]/o],t.timeDelta=o)}}emit(){const e=this.state,t=this.shared,n=this.config;if(e._active||this.clean(),(e._blocked||!e.intentional)&&!e._force&&!n.triggerAllEvents)return;const s=this.handler(d(d(d({},t),e),{},{[this.aliasKey]:e.values}));s!==void 0&&(e.memo=s)}clean(){this.eventStore.clean(),this.timeoutStore.clean()}}function Ye([r,e],t){const n=Math.abs(r),s=Math.abs(e);if(n>s&&n>t)return"x";if(s>n&&s>t)return"y"}class Fe extends ze{constructor(...e){super(...e),y(this,"aliasKey","xy")}reset(){super.reset(),this.state.axis=void 0}init(){this.state.offset=[0,0],this.state.lastOffset=[0,0]}computeOffset(){this.state.offset=v.add(this.state.lastOffset,this.state.movement)}computeMovement(){this.state.movement=v.sub(this.state.offset,this.state.lastOffset)}axisIntent(e){const t=this.state,n=this.config;if(!t.axis&&e){const s=typeof n.axisThreshold=="object"?n.axisThreshold[ae(e)]:n.axisThreshold;t.axis=Ye(t._movement,s)}t._blocked=(n.lockDirection||!!n.axis)&&!t.axis||!!n.axis&&n.axis!==t.axis}restrictToAxis(e){if(this.config.axis||this.config.lockDirection)switch(this.state.axis){case"x":e[1]=0;break;case"y":e[0]=0;break}}}const le=r=>r,de=.15,H={enabled(r=!0){return r},eventOptions(r,e,t){return d(d({},t.shared.eventOptions),r)},preventDefault(r=!1){return r},triggerAllEvents(r=!1){return r},rubberband(r=0){switch(r){case!0:return[de,de];case!1:return[0,0];default:return v.toVector(r)}},from(r){if(typeof r=="function")return r;if(r!=null)return v.toVector(r)},transform(r,e,t){const n=r||t.shared.transform;if(this.hasCustomTransform=!!n,process.env.NODE_ENV==="development"){const s=n||le;return o=>{const c=s(o);return(!isFinite(c[0])||!isFinite(c[1]))&&console.warn(`[@use-gesture]: config.transform() must produce a valid result, but it was: [${c[0]},${[1]}]`),c}}return n||le},threshold(r){return v.toVector(r,0)}};process.env.NODE_ENV==="development"&&Object.assign(H,{domTarget(r){if(r!==void 0)throw Error("[@use-gesture]: `domTarget` option has been renamed to `target`.");return NaN},lockDirection(r){if(r!==void 0)throw Error("[@use-gesture]: `lockDirection` option has been merged with `axis`. Use it as in `{ axis: 'lock' }`");return NaN},initial(r){if(r!==void 0)throw Error("[@use-gesture]: `initial` option has been renamed to `from`.");return NaN}});const We=0,j=d(d({},H),{},{axis(r,e,{axis:t}){if(this.lockDirection=t==="lock",!this.lockDirection)return t},axisThreshold(r=We){return r},bounds(r={}){if(typeof r=="function")return o=>j.bounds(r(o));if("current"in r)return()=>r.current;if(typeof HTMLElement=="function"&&r instanceof HTMLElement)return r;const{left:e=-1/0,right:t=1/0,top:n=-1/0,bottom:s=1/0}=r;return[[e,t],[n,s]]}}),he={ArrowRight:(r,e=1)=>[r*e,0],ArrowLeft:(r,e=1)=>[-1*r*e,0],ArrowUp:(r,e=1)=>[0,-1*r*e],ArrowDown:(r,e=1)=>[0,r*e]};class Ge extends Fe{constructor(...e){super(...e),y(this,"ingKey","dragging")}reset(){super.reset();const e=this.state;e._pointerId=void 0,e._pointerActive=!1,e._keyboardActive=!1,e._preventScroll=!1,e._delayed=!1,e.swipe=[0,0],e.tap=!1,e.canceled=!1,e.cancel=this.cancel.bind(this)}setup(){const e=this.state;if(e._bounds instanceof HTMLElement){const t=e._bounds.getBoundingClientRect(),n=e.currentTarget.getBoundingClientRect(),s={left:t.left-n.left+e.offset[0],right:t.right-n.right+e.offset[0],top:t.top-n.top+e.offset[1],bottom:t.bottom-n.bottom+e.offset[1]};e._bounds=j.bounds(s)}}cancel(){const e=this.state;e.canceled||(e.canceled=!0,e._active=!1,setTimeout(()=>{this.compute(),this.emit()},0))}setActive(){this.state._active=this.state._pointerActive||this.state._keyboardActive}clean(){this.pointerClean(),this.state._pointerActive=!1,this.state._keyboardActive=!1,super.clean()}pointerDown(e){const t=this.config,n=this.state;if(e.buttons!=null&&(Array.isArray(t.pointerButtons)?!t.pointerButtons.includes(e.buttons):t.pointerButtons!==-1&&t.pointerButtons!==e.buttons))return;const s=this.ctrl.setEventIds(e);t.pointerCapture&&e.target.setPointerCapture(e.pointerId),!(s&&s.size>1&&n._pointerActive)&&(this.start(e),this.setupPointer(e),n._pointerId=G(e),n._pointerActive=!0,this.computeValues(ue(e)),this.computeInitial(),t.preventScrollAxis&&ae(e)!=="mouse"?(n._active=!1,this.setupScrollPrevention(e)):t.delay>0?(this.setupDelayTrigger(e),t.triggerAllEvents&&(this.compute(e),this.emit())):this.startPointerDrag(e))}startPointerDrag(e){const t=this.state;t._active=!0,t._preventScroll=!0,t._delayed=!1,this.compute(e),this.emit()}pointerMove(e){const t=this.state,n=this.config;if(!t._pointerActive)return;const s=G(e);if(t._pointerId!==void 0&&s!==t._pointerId)return;const o=ue(e);if(document.pointerLockElement===e.target?t._delta=[e.movementX,e.movementY]:(t._delta=v.sub(o,t._values),this.computeValues(o)),v.addTo(t._movement,t._delta),this.compute(e),t._delayed&&t.intentional){this.timeoutStore.remove("dragDelay"),t.active=!1,this.startPointerDrag(e);return}if(n.preventScrollAxis&&!t._preventScroll)if(t.axis)if(t.axis===n.preventScrollAxis||n.preventScrollAxis==="xy"){t._active=!1,this.clean();return}else{this.timeoutStore.remove("startPointerDrag"),this.startPointerDrag(e);return}else return;this.emit()}pointerUp(e){this.ctrl.setEventIds(e);try{this.config.pointerCapture&&e.target.hasPointerCapture(e.pointerId)&&e.target.releasePointerCapture(e.pointerId)}catch{process.env.NODE_ENV==="development"&&console.warn("[@use-gesture]: If you see this message, it's likely that you're using an outdated version of `@react-three/fiber`. \n\nPlease upgrade to the latest version.")}const t=this.state,n=this.config;if(!t._active||!t._pointerActive)return;const s=G(e);if(t._pointerId!==void 0&&s!==t._pointerId)return;this.state._pointerActive=!1,this.setActive(),this.compute(e);const[o,c]=t._distance;if(t.tap=o<=n.tapsThreshold&&c<=n.tapsThreshold,t.tap&&n.filterTaps)t._force=!0;else{const[a,h]=t._delta,[p,u]=t._movement,[x,g]=n.swipe.velocity,[N,R]=n.swipe.distance,C=n.swipe.duration;if(t.elapsedTime<C){const O=Math.abs(a/t.timeDelta),M=Math.abs(h/t.timeDelta);O>x&&Math.abs(p)>N&&(t.swipe[0]=Math.sign(a)),M>g&&Math.abs(u)>R&&(t.swipe[1]=Math.sign(h))}}this.emit()}pointerClick(e){!this.state.tap&&e.detail>0&&(e.preventDefault(),e.stopPropagation())}setupPointer(e){const t=this.config,n=t.device;if(process.env.NODE_ENV==="development")try{if(n==="pointer"&&t.preventScrollDelay===void 0){const s="uv"in e?e.sourceEvent.currentTarget:e.currentTarget;window.getComputedStyle(s).touchAction==="auto"&&console.warn("[@use-gesture]: The drag target has its `touch-action` style property set to `auto`. It is recommended to add `touch-action: 'none'` so that the drag gesture behaves correctly on touch-enabled devices. For more information read this: https://use-gesture.netlify.app/docs/extras/#touch-action.\n\nThis message will only show in development mode. It won't appear in production. If this is intended, you can ignore it.",s)}}catch{}t.pointerLock&&e.currentTarget.requestPointerLock(),t.pointerCapture||(this.eventStore.add(this.sharedConfig.window,n,"change",this.pointerMove.bind(this)),this.eventStore.add(this.sharedConfig.window,n,"end",this.pointerUp.bind(this)),this.eventStore.add(this.sharedConfig.window,n,"cancel",this.pointerUp.bind(this)))}pointerClean(){this.config.pointerLock&&document.pointerLockElement===this.state.currentTarget&&document.exitPointerLock()}preventScroll(e){this.state._preventScroll&&e.cancelable&&e.preventDefault()}setupScrollPrevention(e){this.state._preventScroll=!1,He(e);const t=this.eventStore.add(this.sharedConfig.window,"touch","change",this.preventScroll.bind(this),{passive:!1});this.eventStore.add(this.sharedConfig.window,"touch","end",t),this.eventStore.add(this.sharedConfig.window,"touch","cancel",t),this.timeoutStore.add("startPointerDrag",this.startPointerDrag.bind(this),this.config.preventScrollDelay,e)}setupDelayTrigger(e){this.state._delayed=!0,this.timeoutStore.add("dragDelay",()=>{this.state._step=[0,0],this.startPointerDrag(e)},this.config.delay)}keyDown(e){const t=he[e.key];if(t){const n=this.state,s=e.shiftKey?10:e.altKey?.1:1;this.start(e),n._delta=t(this.config.keyboardDisplacement,s),n._keyboardActive=!0,v.addTo(n._movement,n._delta),this.compute(e),this.emit()}}keyUp(e){e.key in he&&(this.state._keyboardActive=!1,this.setActive(),this.compute(e),this.emit())}bind(e){const t=this.config.device;e(t,"start",this.pointerDown.bind(this)),this.config.pointerCapture&&(e(t,"change",this.pointerMove.bind(this)),e(t,"end",this.pointerUp.bind(this)),e(t,"cancel",this.pointerUp.bind(this)),e("lostPointerCapture","",this.pointerUp.bind(this))),this.config.keys&&(e("key","down",this.keyDown.bind(this)),e("key","up",this.keyUp.bind(this))),this.config.filterTaps&&e("click","",this.pointerClick.bind(this),{capture:!0,passive:!1})}}function He(r){"persist"in r&&typeof r.persist=="function"&&r.persist()}const U=typeof window<"u"&&window.document&&window.document.createElement;function pe(){return U&&"ontouchstart"in window}function Xe(){return pe()||U&&window.navigator.maxTouchPoints>1}function qe(){return U&&"onpointerdown"in window}function Je(){return U&&"exitPointerLock"in window.document}function Qe(){try{return"constructor"in GestureEvent}catch{return!1}}const T={isBrowser:U,gesture:Qe(),touch:pe(),touchscreen:Xe(),pointer:qe(),pointerLock:Je()},Ze=250,et=180,tt=.5,rt=50,nt=250,st=10,ge={mouse:0,touch:0,pen:8},me=d(d({},j),{},{device(r,e,{pointer:{touch:t=!1,lock:n=!1,mouse:s=!1}={}}){return this.pointerLock=n&&T.pointerLock,T.touch&&t?"touch":this.pointerLock?"mouse":T.pointer&&!s?"pointer":T.touch?"touch":"mouse"},preventScrollAxis(r,e,{preventScroll:t}){if(this.preventScrollDelay=typeof t=="number"?t:t||t===void 0&&r?Ze:void 0,!(!T.touchscreen||t===!1))return r||(t!==void 0?"y":void 0)},pointerCapture(r,e,{pointer:{capture:t=!0,buttons:n=1,keys:s=!0}={}}){return this.pointerButtons=n,this.keys=s,!this.pointerLock&&this.device==="pointer"&&t},threshold(r,e,{filterTaps:t=!1,tapsThreshold:n=3,axis:s=void 0}){const o=v.toVector(r,t?n:s?1:0);return this.filterTaps=t,this.tapsThreshold=n,o},swipe({velocity:r=tt,distance:e=rt,duration:t=nt}={}){return{velocity:this.transform(v.toVector(r)),distance:this.transform(v.toVector(e)),duration:t}},delay(r=0){switch(r){case!0:return et;case!1:return 0;default:return r}},axisThreshold(r){return r?d(d({},ge),r):ge},keyboardDisplacement(r=st){return r}});process.env.NODE_ENV==="development"&&Object.assign(me,{useTouch(r){if(r!==void 0)throw Error("[@use-gesture]: `useTouch` option has been renamed to `pointer.touch`. Use it as in `{ pointer: { touch: true } }`.");return NaN},experimental_preventWindowScrollY(r){if(r!==void 0)throw Error("[@use-gesture]: `experimental_preventWindowScrollY` option has been renamed to `preventScroll`.");return NaN},swipeVelocity(r){if(r!==void 0)throw Error("[@use-gesture]: `swipeVelocity` option has been renamed to `swipe.velocity`. Use it as in `{ swipe: { velocity: 0.5 } }`.");return NaN},swipeDistance(r){if(r!==void 0)throw Error("[@use-gesture]: `swipeDistance` option has been renamed to `swipe.distance`. Use it as in `{ swipe: { distance: 50 } }`.");return NaN},swipeDuration(r){if(r!==void 0)throw Error("[@use-gesture]: `swipeDuration` option has been renamed to `swipe.duration`. Use it as in `{ swipe: { duration: 250 } }`.");return NaN}}),d(d({},H),{},{device(r,e,{shared:t,pointer:{touch:n=!1}={}}){if(t.target&&!T.touch&&T.gesture)return"gesture";if(T.touch&&n)return"touch";if(T.touchscreen){if(T.pointer)return"pointer";if(T.touch)return"touch"}},bounds(r,e,{scaleBounds:t={},angleBounds:n={}}){const s=c=>{const a=fe(B(t,c),{min:-1/0,max:1/0});return[a.min,a.max]},o=c=>{const a=fe(B(n,c),{min:-1/0,max:1/0});return[a.min,a.max]};return typeof t!="function"&&typeof n!="function"?[s(),o()]:c=>[s(c),o(c)]},threshold(r,e,t){return this.lockDirection=t.axis==="lock",v.toVector(r,this.lockDirection?[.1,3]:0)},modifierKey(r){return r===void 0?"ctrlKey":r},pinchOnWheel(r=!0){return r}}),d(d({},j),{},{mouseOnly:(r=!0)=>r}),d(d({},j),{},{mouseOnly:(r=!0)=>r});const ve=new Map,X=new Map;function it(r){ve.set(r.key,r.engine),X.set(r.key,r.resolver)}const ot={key:"drag",engine:Ge,resolver:me};function at(r,e){if(r==null)return{};var t={},n=Object.keys(r),s,o;for(o=0;o<n.length;o++)s=n[o],!(e.indexOf(s)>=0)&&(t[s]=r[s]);return t}function ct(r,e){if(r==null)return{};var t=at(r,e),n,s;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(r);for(s=0;s<o.length;s++)n=o[s],!(e.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(r,n)&&(t[n]=r[n])}return t}const ut={target(r){if(r)return()=>"current"in r?r.current:r},enabled(r=!0){return r},window(r=T.isBrowser?window:void 0){return r},eventOptions({passive:r=!0,capture:e=!1}={}){return{passive:r,capture:e}},transform(r){return r}},ft=["target","eventOptions","window","enabled","transform"];function z(r={},e){const t={};for(const[n,s]of Object.entries(e))switch(typeof s){case"function":if(process.env.NODE_ENV==="development"){const o=s.call(t,r[n],n,r);Number.isNaN(o)||(t[n]=o)}else t[n]=s.call(t,r[n],n,r);break;case"object":t[n]=z(r[n],s);break;case"boolean":s&&(t[n]=r[n]);break}return t}function lt(r,e,t={}){const n=r,{target:s,eventOptions:o,window:c,enabled:a,transform:h}=n,p=ct(n,ft);if(t.shared=z({target:s,eventOptions:o,window:c,enabled:a,transform:h},ut),e){const u=X.get(e);t[e]=z(d({shared:t.shared},p),u)}else for(const u in p){const x=X.get(u);if(x)t[u]=z(d({shared:t.shared},p[u]),x);else if(process.env.NODE_ENV==="development"&&!["drag","pinch","scroll","wheel","move","hover"].includes(u)){if(u==="domTarget")throw Error("[@use-gesture]: `domTarget` option has been renamed to `target`.");console.warn(`[@use-gesture]: Unknown config key \`${u}\` was used. Please read the documentation for further information.`)}}return t}class ye{constructor(e,t){y(this,"_listeners",new Set),this._ctrl=e,this._gestureKey=t}add(e,t,n,s,o){const c=this._listeners,a=Me(t,n),h=this._gestureKey?this._ctrl.config[this._gestureKey].eventOptions:{},p=d(d({},h),o);e.addEventListener(a,s,p);const u=()=>{e.removeEventListener(a,s,p),c.delete(u)};return c.add(u),u}clean(){this._listeners.forEach(e=>e()),this._listeners.clear()}}class dt{constructor(){y(this,"_timeouts",new Map)}add(e,t,n=140,...s){this.remove(e),this._timeouts.set(e,window.setTimeout(t,n,...s))}remove(e){const t=this._timeouts.get(e);t&&window.clearTimeout(t)}clean(){this._timeouts.forEach(e=>void window.clearTimeout(e)),this._timeouts.clear()}}class ht{constructor(e){y(this,"gestures",new Set),y(this,"_targetEventStore",new ye(this)),y(this,"gestureEventStores",{}),y(this,"gestureTimeoutStores",{}),y(this,"handlers",{}),y(this,"config",{}),y(this,"pointerIds",new Set),y(this,"touchIds",new Set),y(this,"state",{shared:{shiftKey:!1,metaKey:!1,ctrlKey:!1,altKey:!1}}),pt(this,e)}setEventIds(e){if(K(e))return this.touchIds=new Set(Ve(e)),this.touchIds;if("pointerId"in e)return e.type==="pointerup"||e.type==="pointercancel"?this.pointerIds.delete(e.pointerId):e.type==="pointerdown"&&this.pointerIds.add(e.pointerId),this.pointerIds}applyHandlers(e,t){this.handlers=e,this.nativeHandlers=t}applyConfig(e,t){this.config=lt(e,t,this.config)}clean(){this._targetEventStore.clean();for(const e of this.gestures)this.gestureEventStores[e].clean(),this.gestureTimeoutStores[e].clean()}effect(){return this.config.shared.target&&this.bind(),()=>this._targetEventStore.clean()}bind(...e){const t=this.config.shared,n={};let s;if(!(t.target&&(s=t.target(),!s))){if(t.enabled){for(const c of this.gestures){const a=this.config[c],h=_e(n,a.eventOptions,!!s);if(a.enabled){const p=ve.get(c);new p(this,e,c).bind(h)}}const o=_e(n,t.eventOptions,!!s);for(const c in this.nativeHandlers)o(c,"",a=>this.nativeHandlers[c](d(d({},this.state.shared),{},{event:a,args:e})),void 0,!0)}for(const o in n)n[o]=Ke(...n[o]);if(!s)return n;for(const o in n){const{device:c,capture:a,passive:h}=Ne(o);this._targetEventStore.add(s,c,"",n[o],{capture:a,passive:h})}}}}function L(r,e){r.gestures.add(e),r.gestureEventStores[e]=new ye(r,e),r.gestureTimeoutStores[e]=new dt}function pt(r,e){e.drag&&L(r,"drag"),e.wheel&&L(r,"wheel"),e.scroll&&L(r,"scroll"),e.move&&L(r,"move"),e.pinch&&L(r,"pinch"),e.hover&&L(r,"hover")}const _e=(r,e,t)=>(n,s,o,c={},a=!1)=>{var h,p;const u=(h=c.capture)!==null&&h!==void 0?h:e.capture,x=(p=c.passive)!==null&&p!==void 0?p:e.passive;let g=a?n:Pe(n,s,u);t&&x&&(g+="Passive"),r[g]=r[g]||[],r[g].push(o)};function gt(r,e={},t,n){const s=m.useMemo(()=>new ht(r),[]);if(s.applyHandlers(r,n),s.applyConfig(e,t),m.useEffect(s.effect.bind(s)),m.useEffect(()=>s.clean.bind(s),[]),e.target===void 0)return s.bind.bind(s)}function mt(r,e){return it(ot),gt({drag:r},e||{},"drag")}const q="RSC::Event";function vt(){const r=m.useRef(null);function e(n){m.useEffect(()=>{r.current||(r.current=document.createElement("div"));function s(o){n(o.detail)}if(r.current)return r.current.addEventListener(q,s,!1),()=>{var o;(o=r.current)==null||o.removeEventListener(q,s,!1)}},[n])}function t(n){if(r.current){const s=new CustomEvent(q,{detail:n});r.current.dispatchEvent(s)}}return{useListenToCustomEvent:e,emitEvent:t}}function yt({init:r=!0,items:e,withLoop:t=!1,id:n,itemsPerSlide:s=1,gutter:o=0,startEndGutter:c=0,carouselAxis:a="x",startingPosition:h="start",enableGestures:p=!0,slideWhenDragThresholdIsReached:u=!0,onInit:x,initialActiveItem:g=0}){const[N,R]=m.useState(!1),C=m.useRef(r),O=m.useRef(null),M=m.useRef(null),Y=m.useRef(0),S=m.useRef(0),A=m.useRef(!t),P=m.useRef(!1),I=m.useRef(0),l=m.useRef(g),[J,Q]=Se.useSpring(()=>({value:0,onChange({value:i}){O.current.style.setProperty(`--${n}-offset-position`,`${i.value}px`)}}),[a]),_t=t?[...e.map(i=>({...i,id:`prev-repeated-item-${i.id}`,isClonedItem:!0})),...e,...e.map(i=>({...i,id:`next-repeated-item-${i.id}`,isClonedItem:!0}))]:e,{useListenToCustomEvent:be,emitEvent:F}=vt();function Z(i){C.current&&(P.current||V({type:"next",toIndex:i,actionType:"click"}))}function ee(i){C.current&&(A.current||V({type:"prev",toIndex:i,actionType:"click"}))}function V({type:i,shouldAnimate:f=!0,toIndex:b,actionType:_}){var Ee,Te;const D=!f;A.current=!1,P.current=!1;let w=J.value.get(),E=0;if(i==="next"&&(l.current+=1),i==="prev"&&(l.current===0?l.current=e.length-1:l.current-=1),b!==void 0&&(l.current=b),i==="next"){const W=te(t?S.current*(e.length*2):0);E=-(l.current*S.current),t&&l.current===e.length&&(l.current=0,w=w+S.current*e.length,E=0),!t&&Math.abs(E)>=W&&(P.current=!0,E=-W)}i==="prev"&&(E=-(l.current*S.current),l.current===e.length-1&&(w=w-e.length*S.current),!t&&E>=0&&(A.current=!0,E=0)),Y.current=E,_==="resize"?(E=-(l.current*S.current),F({eventName:"onResize",sliceActionType:_,slideDirection:i,currentItem:{index:l.current,id:((Ee=e.at(l.current))==null?void 0:Ee.id)??"",startReached:A.current,endReached:P.current}})):F({eventName:"onSlideStartChange",sliceActionType:_,slideDirection:i,nextItem:{index:l.current,id:((Te=e.at(l.current))==null?void 0:Te.id)??"",startReached:A.current,endReached:P.current}}),Q.start({immediate:D,from:{value:w},to:{value:E},onRest({finished:W}){var xe;W&&F({eventName:"onSlideChangeComplete",sliceActionType:_,slideDirection:i,currentItem:{index:l.current,id:((xe=e.at(l.current))==null?void 0:xe.id)??"",startReached:A.current,endReached:P.current}})}})}function bt(){const i=M.current.children[0];let f=0;return f=i.getBoundingClientRect()[a==="x"?"width":"height"]+o,f}function te(i){const f=M.current;return f[a==="x"?"scrollWidth":"scrollHeight"]-f.getBoundingClientRect()[a==="x"?"width":"height"]-i}function wt(){let i=0;const f=getComputedStyle(document.documentElement).getPropertyValue(`--${n}-start-end-gutter`);return f.includes("px")&&(i=Number(f.replace("px",""))),{totalStartEndGutterCssVar:i}}m.useEffect(()=>{function i(_,D){switch(_){case"start":return 0;case"middle-start":return Math.floor((D-1)*.25);case"center":return Math.floor((D-1)*.5);case"middle-end":return Math.floor((D-1)*.75);case"end":return D-1;default:return 0}}function f(_){if(S.current=bt(),I.current=S.current/4,O.current){const{totalStartEndGutterCssVar:D}=wt();let w=0;t&&(w=S.current*e.length),w-=S.current*i(h,s),w-=D/2,O.current.style.setProperty(`--${n}-offset-modifier`,`${-w}px`),R(!0),_&&_()}}function b(){console.log("resize"),f(),V({type:"resize",toIndex:l.current,shouldAnimate:!1,actionType:"resize"})}if(r)return C.current=!0,f(x),window.addEventListener("resize",b),()=>{window.removeEventListener("resize",b)}},[r,t,n,a,o,h]),m.useEffect(()=>{r&&g!==l.current&&V({type:"next",toIndex:g,actionType:"resize"})},[r,g]);const we=p,Et=mt(i=>{if(!C.current)return;const f=i.dragging,b=i.offset[a==="x"?0:1],_=i.movement[a==="x"?0:1],D=_>I.current,w=_<-I.current,E=i.velocity;f&&(F({...i,eventName:"onDrag",slideActionType:"drag"}),Q.start({value:b,immediate:!0,config:{velocity:E}}),u&&(D||w)&&i.cancel()),i.last&&(D?(V({actionType:"drag",type:"prev"}),i.cancel()):w?(V({actionType:"drag",type:"next"}),i.cancel()):(Q.start({value:Y.current,config:{velocity:E}}),i.cancel()))},{enabled:we,axis:a,rubberband:!t,...t?{}:{bounds:()=>({right:0,left:-te(0),top:-te(0),bottom:0})},from:()=>[J.value.get(),J.value.get()]});function Tt(i){var f,b;return typeof i=="number"?l.current===i:((f=e.find(_=>_.id===i))==null?void 0:f.id)===((b=e[l.current])==null?void 0:b.id)}return{carouselFragment:$.jsxs("div",{ref:O,className:"ReactSpringCarouselContainer","data-part":"Container","data-part-internal":`${n}-Container`,...Et(),children:[$.jsx("style",{dangerouslySetInnerHTML:{__html:`
|
|
1
|
+
(function(k,$){typeof exports=="object"&&typeof module<"u"?$(exports,require("react/jsx-runtime"),require("@react-spring/web"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","@react-spring/web","react"],$):(k=typeof globalThis<"u"?globalThis:k||self,$(k["react-spring-carousel"]={},k["react/jsx-runtime"],k["@react-spring/web"],k.React))})(this,function(k,$,Se,g){"use strict";function Ie(r,e,t){return Math.max(e,Math.min(r,t))}const v={toVector(r,e){return r===void 0&&(r=e),Array.isArray(r)?r:[r,r]},add(r,e){return[r[0]+e[0],r[1]+e[1]]},sub(r,e){return[r[0]-e[0],r[1]-e[1]]},addTo(r,e){r[0]+=e[0],r[1]+=e[1]},subTo(r,e){r[0]-=e[0],r[1]-=e[1]}};function re(r,e,t){return e===0||Math.abs(e)===1/0?Math.pow(r,t*5):r*e*t/(e+t*r)}function ne(r,e,t,n=.15){return n===0?Ie(r,e,t):r<e?-re(e-r,t-e,n)+e:r>t?+re(r-t,t-e,n)+t:r}function De(r,[e,t],[n,s]){const[[o,c],[a,h]]=r;return[ne(e,o,c,n),ne(t,a,h,s)]}function ke(r,e){if(typeof r!="object"||r===null)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var n=t.call(r,e);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(r)}function Ce(r){var e=ke(r,"string");return typeof e=="symbol"?e:String(e)}function y(r,e,t){return e=Ce(e),e in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function se(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);e&&(n=n.filter(function(s){return Object.getOwnPropertyDescriptor(r,s).enumerable})),t.push.apply(t,n)}return t}function d(r){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?se(Object(t),!0).forEach(function(n){y(r,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):se(Object(t)).forEach(function(n){Object.defineProperty(r,n,Object.getOwnPropertyDescriptor(t,n))})}return r}const ie={pointer:{start:"down",change:"move",end:"up"},mouse:{start:"down",change:"move",end:"up"},touch:{start:"start",change:"move",end:"end"},gesture:{start:"start",change:"change",end:"end"}};function oe(r){return r?r[0].toUpperCase()+r.slice(1):""}const Oe=["enter","leave"];function Ae(r=!1,e){return r&&!Oe.includes(e)}function Pe(r,e="",t=!1){const n=ie[r],s=n&&n[e]||e;return"on"+oe(r)+oe(s)+(Ae(t,s)?"Capture":"")}const $e=["gotpointercapture","lostpointercapture"];function Ne(r){let e=r.substring(2).toLowerCase();const t=!!~e.indexOf("passive");t&&(e=e.replace("passive",""));const n=$e.includes(e)?"capturecapture":"capture",s=!!~e.indexOf(n);return s&&(e=e.replace("capture","")),{device:e,capture:s,passive:t}}function Me(r,e=""){const t=ie[r],n=t&&t[e]||e;return r+n}function K(r){return"touches"in r}function ae(r){return K(r)?"touch":"pointerType"in r?r.pointerType:"mouse"}function Le(r){return Array.from(r.touches).filter(e=>{var t,n;return e.target===r.currentTarget||((t=r.currentTarget)===null||t===void 0||(n=t.contains)===null||n===void 0?void 0:n.call(t,e.target))})}function Re(r){return r.type==="touchend"||r.type==="touchcancel"?r.changedTouches:r.targetTouches}function ce(r){return K(r)?Re(r)[0]:r}function Ve(r){return Le(r).map(e=>e.identifier)}function G(r){const e=ce(r);return K(r)?e.identifier:e.pointerId}function ue(r){const e=ce(r);return[e.clientX,e.clientY]}function je(r){const e={};if("buttons"in r&&(e.buttons=r.buttons),"shiftKey"in r){const{shiftKey:t,altKey:n,metaKey:s,ctrlKey:o}=r;Object.assign(e,{shiftKey:t,altKey:n,metaKey:s,ctrlKey:o})}return e}function B(r,...e){return typeof r=="function"?r(...e):r}function Ue(){}function Ke(...r){return r.length===0?Ue:r.length===1?r[0]:function(){let e;for(const t of r)e=t.apply(this,arguments)||e;return e}}function fe(r,e){return Object.assign({},e,r||{})}const Be=32;class ze{constructor(e,t,n){this.ctrl=e,this.args=t,this.key=n,this.state||(this.state={},this.computeValues([0,0]),this.computeInitial(),this.init&&this.init(),this.reset())}get state(){return this.ctrl.state[this.key]}set state(e){this.ctrl.state[this.key]=e}get shared(){return this.ctrl.state.shared}get eventStore(){return this.ctrl.gestureEventStores[this.key]}get timeoutStore(){return this.ctrl.gestureTimeoutStores[this.key]}get config(){return this.ctrl.config[this.key]}get sharedConfig(){return this.ctrl.config.shared}get handler(){return this.ctrl.handlers[this.key]}reset(){const{state:e,shared:t,ingKey:n,args:s}=this;t[n]=e._active=e.active=e._blocked=e._force=!1,e._step=[!1,!1],e.intentional=!1,e._movement=[0,0],e._distance=[0,0],e._direction=[0,0],e._delta=[0,0],e._bounds=[[-1/0,1/0],[-1/0,1/0]],e.args=s,e.axis=void 0,e.memo=void 0,e.elapsedTime=e.timeDelta=0,e.direction=[0,0],e.distance=[0,0],e.overflow=[0,0],e._movementBound=[!1,!1],e.velocity=[0,0],e.movement=[0,0],e.delta=[0,0],e.timeStamp=0}start(e){const t=this.state,n=this.config;t._active||(this.reset(),this.computeInitial(),t._active=!0,t.target=e.target,t.currentTarget=e.currentTarget,t.lastOffset=n.from?B(n.from,t):t.offset,t.offset=t.lastOffset,t.startTime=t.timeStamp=e.timeStamp)}computeValues(e){const t=this.state;t._values=e,t.values=this.config.transform(e)}computeInitial(){const e=this.state;e._initial=e._values,e.initial=e.values}compute(e){const{state:t,config:n,shared:s}=this;t.args=this.args;let o=0;if(e&&(t.event=e,n.preventDefault&&e.cancelable&&t.event.preventDefault(),t.type=e.type,s.touches=this.ctrl.pointerIds.size||this.ctrl.touchIds.size,s.locked=!!document.pointerLockElement,Object.assign(s,je(e)),s.down=s.pressed=s.buttons%2===1||s.touches>0,o=e.timeStamp-t.timeStamp,t.timeStamp=e.timeStamp,t.elapsedTime=t.timeStamp-t.startTime),t._active){const I=t._delta.map(Math.abs);v.addTo(t._distance,I)}this.axisIntent&&this.axisIntent(e);const[c,a]=t._movement,[h,p]=n.threshold,{_step:u,values:x}=t;if(n.hasCustomTransform?(u[0]===!1&&(u[0]=Math.abs(c)>=h&&x[0]),u[1]===!1&&(u[1]=Math.abs(a)>=p&&x[1])):(u[0]===!1&&(u[0]=Math.abs(c)>=h&&Math.sign(c)*h),u[1]===!1&&(u[1]=Math.abs(a)>=p&&Math.sign(a)*p)),t.intentional=u[0]!==!1||u[1]!==!1,!t.intentional)return;const m=[0,0];if(n.hasCustomTransform){const[I,l]=x;m[0]=u[0]!==!1?I-u[0]:0,m[1]=u[1]!==!1?l-u[1]:0}else m[0]=u[0]!==!1?c-u[0]:0,m[1]=u[1]!==!1?a-u[1]:0;this.restrictToAxis&&!t._blocked&&this.restrictToAxis(m);const N=t.offset,R=t._active&&!t._blocked||t.active;R&&(t.first=t._active&&!t.active,t.last=!t._active&&t.active,t.active=s[this.ingKey]=t._active,e&&(t.first&&("bounds"in n&&(t._bounds=B(n.bounds,t)),this.setup&&this.setup()),t.movement=m,this.computeOffset()));const[C,O]=t.offset,[[M,Y],[S,A]]=t._bounds;t.overflow=[C<M?-1:C>Y?1:0,O<S?-1:O>A?1:0],t._movementBound[0]=t.overflow[0]?t._movementBound[0]===!1?t._movement[0]:t._movementBound[0]:!1,t._movementBound[1]=t.overflow[1]?t._movementBound[1]===!1?t._movement[1]:t._movementBound[1]:!1;const P=t._active?n.rubberband||[0,0]:[0,0];if(t.offset=De(t._bounds,t.offset,P),t.delta=v.sub(t.offset,N),this.computeMovement(),R&&(!t.last||o>Be)){t.delta=v.sub(t.offset,N);const I=t.delta.map(Math.abs);v.addTo(t.distance,I),t.direction=t.delta.map(Math.sign),t._direction=t._delta.map(Math.sign),!t.first&&o>0&&(t.velocity=[I[0]/o,I[1]/o],t.timeDelta=o)}}emit(){const e=this.state,t=this.shared,n=this.config;if(e._active||this.clean(),(e._blocked||!e.intentional)&&!e._force&&!n.triggerAllEvents)return;const s=this.handler(d(d(d({},t),e),{},{[this.aliasKey]:e.values}));s!==void 0&&(e.memo=s)}clean(){this.eventStore.clean(),this.timeoutStore.clean()}}function Ye([r,e],t){const n=Math.abs(r),s=Math.abs(e);if(n>s&&n>t)return"x";if(s>n&&s>t)return"y"}class Fe extends ze{constructor(...e){super(...e),y(this,"aliasKey","xy")}reset(){super.reset(),this.state.axis=void 0}init(){this.state.offset=[0,0],this.state.lastOffset=[0,0]}computeOffset(){this.state.offset=v.add(this.state.lastOffset,this.state.movement)}computeMovement(){this.state.movement=v.sub(this.state.offset,this.state.lastOffset)}axisIntent(e){const t=this.state,n=this.config;if(!t.axis&&e){const s=typeof n.axisThreshold=="object"?n.axisThreshold[ae(e)]:n.axisThreshold;t.axis=Ye(t._movement,s)}t._blocked=(n.lockDirection||!!n.axis)&&!t.axis||!!n.axis&&n.axis!==t.axis}restrictToAxis(e){if(this.config.axis||this.config.lockDirection)switch(this.state.axis){case"x":e[1]=0;break;case"y":e[0]=0;break}}}const le=r=>r,de=.15,H={enabled(r=!0){return r},eventOptions(r,e,t){return d(d({},t.shared.eventOptions),r)},preventDefault(r=!1){return r},triggerAllEvents(r=!1){return r},rubberband(r=0){switch(r){case!0:return[de,de];case!1:return[0,0];default:return v.toVector(r)}},from(r){if(typeof r=="function")return r;if(r!=null)return v.toVector(r)},transform(r,e,t){const n=r||t.shared.transform;if(this.hasCustomTransform=!!n,process.env.NODE_ENV==="development"){const s=n||le;return o=>{const c=s(o);return(!isFinite(c[0])||!isFinite(c[1]))&&console.warn(`[@use-gesture]: config.transform() must produce a valid result, but it was: [${c[0]},${[1]}]`),c}}return n||le},threshold(r){return v.toVector(r,0)}};process.env.NODE_ENV==="development"&&Object.assign(H,{domTarget(r){if(r!==void 0)throw Error("[@use-gesture]: `domTarget` option has been renamed to `target`.");return NaN},lockDirection(r){if(r!==void 0)throw Error("[@use-gesture]: `lockDirection` option has been merged with `axis`. Use it as in `{ axis: 'lock' }`");return NaN},initial(r){if(r!==void 0)throw Error("[@use-gesture]: `initial` option has been renamed to `from`.");return NaN}});const We=0,j=d(d({},H),{},{axis(r,e,{axis:t}){if(this.lockDirection=t==="lock",!this.lockDirection)return t},axisThreshold(r=We){return r},bounds(r={}){if(typeof r=="function")return o=>j.bounds(r(o));if("current"in r)return()=>r.current;if(typeof HTMLElement=="function"&&r instanceof HTMLElement)return r;const{left:e=-1/0,right:t=1/0,top:n=-1/0,bottom:s=1/0}=r;return[[e,t],[n,s]]}}),he={ArrowRight:(r,e=1)=>[r*e,0],ArrowLeft:(r,e=1)=>[-1*r*e,0],ArrowUp:(r,e=1)=>[0,-1*r*e],ArrowDown:(r,e=1)=>[0,r*e]};class Ge extends Fe{constructor(...e){super(...e),y(this,"ingKey","dragging")}reset(){super.reset();const e=this.state;e._pointerId=void 0,e._pointerActive=!1,e._keyboardActive=!1,e._preventScroll=!1,e._delayed=!1,e.swipe=[0,0],e.tap=!1,e.canceled=!1,e.cancel=this.cancel.bind(this)}setup(){const e=this.state;if(e._bounds instanceof HTMLElement){const t=e._bounds.getBoundingClientRect(),n=e.currentTarget.getBoundingClientRect(),s={left:t.left-n.left+e.offset[0],right:t.right-n.right+e.offset[0],top:t.top-n.top+e.offset[1],bottom:t.bottom-n.bottom+e.offset[1]};e._bounds=j.bounds(s)}}cancel(){const e=this.state;e.canceled||(e.canceled=!0,e._active=!1,setTimeout(()=>{this.compute(),this.emit()},0))}setActive(){this.state._active=this.state._pointerActive||this.state._keyboardActive}clean(){this.pointerClean(),this.state._pointerActive=!1,this.state._keyboardActive=!1,super.clean()}pointerDown(e){const t=this.config,n=this.state;if(e.buttons!=null&&(Array.isArray(t.pointerButtons)?!t.pointerButtons.includes(e.buttons):t.pointerButtons!==-1&&t.pointerButtons!==e.buttons))return;const s=this.ctrl.setEventIds(e);t.pointerCapture&&e.target.setPointerCapture(e.pointerId),!(s&&s.size>1&&n._pointerActive)&&(this.start(e),this.setupPointer(e),n._pointerId=G(e),n._pointerActive=!0,this.computeValues(ue(e)),this.computeInitial(),t.preventScrollAxis&&ae(e)!=="mouse"?(n._active=!1,this.setupScrollPrevention(e)):t.delay>0?(this.setupDelayTrigger(e),t.triggerAllEvents&&(this.compute(e),this.emit())):this.startPointerDrag(e))}startPointerDrag(e){const t=this.state;t._active=!0,t._preventScroll=!0,t._delayed=!1,this.compute(e),this.emit()}pointerMove(e){const t=this.state,n=this.config;if(!t._pointerActive)return;const s=G(e);if(t._pointerId!==void 0&&s!==t._pointerId)return;const o=ue(e);if(document.pointerLockElement===e.target?t._delta=[e.movementX,e.movementY]:(t._delta=v.sub(o,t._values),this.computeValues(o)),v.addTo(t._movement,t._delta),this.compute(e),t._delayed&&t.intentional){this.timeoutStore.remove("dragDelay"),t.active=!1,this.startPointerDrag(e);return}if(n.preventScrollAxis&&!t._preventScroll)if(t.axis)if(t.axis===n.preventScrollAxis||n.preventScrollAxis==="xy"){t._active=!1,this.clean();return}else{this.timeoutStore.remove("startPointerDrag"),this.startPointerDrag(e);return}else return;this.emit()}pointerUp(e){this.ctrl.setEventIds(e);try{this.config.pointerCapture&&e.target.hasPointerCapture(e.pointerId)&&e.target.releasePointerCapture(e.pointerId)}catch{process.env.NODE_ENV==="development"&&console.warn("[@use-gesture]: If you see this message, it's likely that you're using an outdated version of `@react-three/fiber`. \n\nPlease upgrade to the latest version.")}const t=this.state,n=this.config;if(!t._active||!t._pointerActive)return;const s=G(e);if(t._pointerId!==void 0&&s!==t._pointerId)return;this.state._pointerActive=!1,this.setActive(),this.compute(e);const[o,c]=t._distance;if(t.tap=o<=n.tapsThreshold&&c<=n.tapsThreshold,t.tap&&n.filterTaps)t._force=!0;else{const[a,h]=t._delta,[p,u]=t._movement,[x,m]=n.swipe.velocity,[N,R]=n.swipe.distance,C=n.swipe.duration;if(t.elapsedTime<C){const O=Math.abs(a/t.timeDelta),M=Math.abs(h/t.timeDelta);O>x&&Math.abs(p)>N&&(t.swipe[0]=Math.sign(a)),M>m&&Math.abs(u)>R&&(t.swipe[1]=Math.sign(h))}}this.emit()}pointerClick(e){!this.state.tap&&e.detail>0&&(e.preventDefault(),e.stopPropagation())}setupPointer(e){const t=this.config,n=t.device;if(process.env.NODE_ENV==="development")try{if(n==="pointer"&&t.preventScrollDelay===void 0){const s="uv"in e?e.sourceEvent.currentTarget:e.currentTarget;window.getComputedStyle(s).touchAction==="auto"&&console.warn("[@use-gesture]: The drag target has its `touch-action` style property set to `auto`. It is recommended to add `touch-action: 'none'` so that the drag gesture behaves correctly on touch-enabled devices. For more information read this: https://use-gesture.netlify.app/docs/extras/#touch-action.\n\nThis message will only show in development mode. It won't appear in production. If this is intended, you can ignore it.",s)}}catch{}t.pointerLock&&e.currentTarget.requestPointerLock(),t.pointerCapture||(this.eventStore.add(this.sharedConfig.window,n,"change",this.pointerMove.bind(this)),this.eventStore.add(this.sharedConfig.window,n,"end",this.pointerUp.bind(this)),this.eventStore.add(this.sharedConfig.window,n,"cancel",this.pointerUp.bind(this)))}pointerClean(){this.config.pointerLock&&document.pointerLockElement===this.state.currentTarget&&document.exitPointerLock()}preventScroll(e){this.state._preventScroll&&e.cancelable&&e.preventDefault()}setupScrollPrevention(e){this.state._preventScroll=!1,He(e);const t=this.eventStore.add(this.sharedConfig.window,"touch","change",this.preventScroll.bind(this),{passive:!1});this.eventStore.add(this.sharedConfig.window,"touch","end",t),this.eventStore.add(this.sharedConfig.window,"touch","cancel",t),this.timeoutStore.add("startPointerDrag",this.startPointerDrag.bind(this),this.config.preventScrollDelay,e)}setupDelayTrigger(e){this.state._delayed=!0,this.timeoutStore.add("dragDelay",()=>{this.state._step=[0,0],this.startPointerDrag(e)},this.config.delay)}keyDown(e){const t=he[e.key];if(t){const n=this.state,s=e.shiftKey?10:e.altKey?.1:1;this.start(e),n._delta=t(this.config.keyboardDisplacement,s),n._keyboardActive=!0,v.addTo(n._movement,n._delta),this.compute(e),this.emit()}}keyUp(e){e.key in he&&(this.state._keyboardActive=!1,this.setActive(),this.compute(e),this.emit())}bind(e){const t=this.config.device;e(t,"start",this.pointerDown.bind(this)),this.config.pointerCapture&&(e(t,"change",this.pointerMove.bind(this)),e(t,"end",this.pointerUp.bind(this)),e(t,"cancel",this.pointerUp.bind(this)),e("lostPointerCapture","",this.pointerUp.bind(this))),this.config.keys&&(e("key","down",this.keyDown.bind(this)),e("key","up",this.keyUp.bind(this))),this.config.filterTaps&&e("click","",this.pointerClick.bind(this),{capture:!0,passive:!1})}}function He(r){"persist"in r&&typeof r.persist=="function"&&r.persist()}const U=typeof window<"u"&&window.document&&window.document.createElement;function pe(){return U&&"ontouchstart"in window}function Xe(){return pe()||U&&window.navigator.maxTouchPoints>1}function qe(){return U&&"onpointerdown"in window}function Je(){return U&&"exitPointerLock"in window.document}function Qe(){try{return"constructor"in GestureEvent}catch{return!1}}const T={isBrowser:U,gesture:Qe(),touch:pe(),touchscreen:Xe(),pointer:qe(),pointerLock:Je()},Ze=250,et=180,tt=.5,rt=50,nt=250,st=10,ge={mouse:0,touch:0,pen:8},me=d(d({},j),{},{device(r,e,{pointer:{touch:t=!1,lock:n=!1,mouse:s=!1}={}}){return this.pointerLock=n&&T.pointerLock,T.touch&&t?"touch":this.pointerLock?"mouse":T.pointer&&!s?"pointer":T.touch?"touch":"mouse"},preventScrollAxis(r,e,{preventScroll:t}){if(this.preventScrollDelay=typeof t=="number"?t:t||t===void 0&&r?Ze:void 0,!(!T.touchscreen||t===!1))return r||(t!==void 0?"y":void 0)},pointerCapture(r,e,{pointer:{capture:t=!0,buttons:n=1,keys:s=!0}={}}){return this.pointerButtons=n,this.keys=s,!this.pointerLock&&this.device==="pointer"&&t},threshold(r,e,{filterTaps:t=!1,tapsThreshold:n=3,axis:s=void 0}){const o=v.toVector(r,t?n:s?1:0);return this.filterTaps=t,this.tapsThreshold=n,o},swipe({velocity:r=tt,distance:e=rt,duration:t=nt}={}){return{velocity:this.transform(v.toVector(r)),distance:this.transform(v.toVector(e)),duration:t}},delay(r=0){switch(r){case!0:return et;case!1:return 0;default:return r}},axisThreshold(r){return r?d(d({},ge),r):ge},keyboardDisplacement(r=st){return r}});process.env.NODE_ENV==="development"&&Object.assign(me,{useTouch(r){if(r!==void 0)throw Error("[@use-gesture]: `useTouch` option has been renamed to `pointer.touch`. Use it as in `{ pointer: { touch: true } }`.");return NaN},experimental_preventWindowScrollY(r){if(r!==void 0)throw Error("[@use-gesture]: `experimental_preventWindowScrollY` option has been renamed to `preventScroll`.");return NaN},swipeVelocity(r){if(r!==void 0)throw Error("[@use-gesture]: `swipeVelocity` option has been renamed to `swipe.velocity`. Use it as in `{ swipe: { velocity: 0.5 } }`.");return NaN},swipeDistance(r){if(r!==void 0)throw Error("[@use-gesture]: `swipeDistance` option has been renamed to `swipe.distance`. Use it as in `{ swipe: { distance: 50 } }`.");return NaN},swipeDuration(r){if(r!==void 0)throw Error("[@use-gesture]: `swipeDuration` option has been renamed to `swipe.duration`. Use it as in `{ swipe: { duration: 250 } }`.");return NaN}}),d(d({},H),{},{device(r,e,{shared:t,pointer:{touch:n=!1}={}}){if(t.target&&!T.touch&&T.gesture)return"gesture";if(T.touch&&n)return"touch";if(T.touchscreen){if(T.pointer)return"pointer";if(T.touch)return"touch"}},bounds(r,e,{scaleBounds:t={},angleBounds:n={}}){const s=c=>{const a=fe(B(t,c),{min:-1/0,max:1/0});return[a.min,a.max]},o=c=>{const a=fe(B(n,c),{min:-1/0,max:1/0});return[a.min,a.max]};return typeof t!="function"&&typeof n!="function"?[s(),o()]:c=>[s(c),o(c)]},threshold(r,e,t){return this.lockDirection=t.axis==="lock",v.toVector(r,this.lockDirection?[.1,3]:0)},modifierKey(r){return r===void 0?"ctrlKey":r},pinchOnWheel(r=!0){return r}}),d(d({},j),{},{mouseOnly:(r=!0)=>r}),d(d({},j),{},{mouseOnly:(r=!0)=>r});const ve=new Map,X=new Map;function it(r){ve.set(r.key,r.engine),X.set(r.key,r.resolver)}const ot={key:"drag",engine:Ge,resolver:me};function at(r,e){if(r==null)return{};var t={},n=Object.keys(r),s,o;for(o=0;o<n.length;o++)s=n[o],!(e.indexOf(s)>=0)&&(t[s]=r[s]);return t}function ct(r,e){if(r==null)return{};var t=at(r,e),n,s;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(r);for(s=0;s<o.length;s++)n=o[s],!(e.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(r,n)&&(t[n]=r[n])}return t}const ut={target(r){if(r)return()=>"current"in r?r.current:r},enabled(r=!0){return r},window(r=T.isBrowser?window:void 0){return r},eventOptions({passive:r=!0,capture:e=!1}={}){return{passive:r,capture:e}},transform(r){return r}},ft=["target","eventOptions","window","enabled","transform"];function z(r={},e){const t={};for(const[n,s]of Object.entries(e))switch(typeof s){case"function":if(process.env.NODE_ENV==="development"){const o=s.call(t,r[n],n,r);Number.isNaN(o)||(t[n]=o)}else t[n]=s.call(t,r[n],n,r);break;case"object":t[n]=z(r[n],s);break;case"boolean":s&&(t[n]=r[n]);break}return t}function lt(r,e,t={}){const n=r,{target:s,eventOptions:o,window:c,enabled:a,transform:h}=n,p=ct(n,ft);if(t.shared=z({target:s,eventOptions:o,window:c,enabled:a,transform:h},ut),e){const u=X.get(e);t[e]=z(d({shared:t.shared},p),u)}else for(const u in p){const x=X.get(u);if(x)t[u]=z(d({shared:t.shared},p[u]),x);else if(process.env.NODE_ENV==="development"&&!["drag","pinch","scroll","wheel","move","hover"].includes(u)){if(u==="domTarget")throw Error("[@use-gesture]: `domTarget` option has been renamed to `target`.");console.warn(`[@use-gesture]: Unknown config key \`${u}\` was used. Please read the documentation for further information.`)}}return t}class ye{constructor(e,t){y(this,"_listeners",new Set),this._ctrl=e,this._gestureKey=t}add(e,t,n,s,o){const c=this._listeners,a=Me(t,n),h=this._gestureKey?this._ctrl.config[this._gestureKey].eventOptions:{},p=d(d({},h),o);e.addEventListener(a,s,p);const u=()=>{e.removeEventListener(a,s,p),c.delete(u)};return c.add(u),u}clean(){this._listeners.forEach(e=>e()),this._listeners.clear()}}class dt{constructor(){y(this,"_timeouts",new Map)}add(e,t,n=140,...s){this.remove(e),this._timeouts.set(e,window.setTimeout(t,n,...s))}remove(e){const t=this._timeouts.get(e);t&&window.clearTimeout(t)}clean(){this._timeouts.forEach(e=>void window.clearTimeout(e)),this._timeouts.clear()}}class ht{constructor(e){y(this,"gestures",new Set),y(this,"_targetEventStore",new ye(this)),y(this,"gestureEventStores",{}),y(this,"gestureTimeoutStores",{}),y(this,"handlers",{}),y(this,"config",{}),y(this,"pointerIds",new Set),y(this,"touchIds",new Set),y(this,"state",{shared:{shiftKey:!1,metaKey:!1,ctrlKey:!1,altKey:!1}}),pt(this,e)}setEventIds(e){if(K(e))return this.touchIds=new Set(Ve(e)),this.touchIds;if("pointerId"in e)return e.type==="pointerup"||e.type==="pointercancel"?this.pointerIds.delete(e.pointerId):e.type==="pointerdown"&&this.pointerIds.add(e.pointerId),this.pointerIds}applyHandlers(e,t){this.handlers=e,this.nativeHandlers=t}applyConfig(e,t){this.config=lt(e,t,this.config)}clean(){this._targetEventStore.clean();for(const e of this.gestures)this.gestureEventStores[e].clean(),this.gestureTimeoutStores[e].clean()}effect(){return this.config.shared.target&&this.bind(),()=>this._targetEventStore.clean()}bind(...e){const t=this.config.shared,n={};let s;if(!(t.target&&(s=t.target(),!s))){if(t.enabled){for(const c of this.gestures){const a=this.config[c],h=_e(n,a.eventOptions,!!s);if(a.enabled){const p=ve.get(c);new p(this,e,c).bind(h)}}const o=_e(n,t.eventOptions,!!s);for(const c in this.nativeHandlers)o(c,"",a=>this.nativeHandlers[c](d(d({},this.state.shared),{},{event:a,args:e})),void 0,!0)}for(const o in n)n[o]=Ke(...n[o]);if(!s)return n;for(const o in n){const{device:c,capture:a,passive:h}=Ne(o);this._targetEventStore.add(s,c,"",n[o],{capture:a,passive:h})}}}}function L(r,e){r.gestures.add(e),r.gestureEventStores[e]=new ye(r,e),r.gestureTimeoutStores[e]=new dt}function pt(r,e){e.drag&&L(r,"drag"),e.wheel&&L(r,"wheel"),e.scroll&&L(r,"scroll"),e.move&&L(r,"move"),e.pinch&&L(r,"pinch"),e.hover&&L(r,"hover")}const _e=(r,e,t)=>(n,s,o,c={},a=!1)=>{var h,p;const u=(h=c.capture)!==null&&h!==void 0?h:e.capture,x=(p=c.passive)!==null&&p!==void 0?p:e.passive;let m=a?n:Pe(n,s,u);t&&x&&(m+="Passive"),r[m]=r[m]||[],r[m].push(o)};function gt(r,e={},t,n){const s=g.useMemo(()=>new ht(r),[]);if(s.applyHandlers(r,n),s.applyConfig(e,t),g.useEffect(s.effect.bind(s)),g.useEffect(()=>s.clean.bind(s),[]),e.target===void 0)return s.bind.bind(s)}function mt(r,e){return it(ot),gt({drag:r},e||{},"drag")}const q="RSC::Event";function vt(){const r=g.useRef(null);function e(n){g.useEffect(()=>{r.current||(r.current=document.createElement("div"));function s(o){n(o.detail)}if(r.current)return r.current.addEventListener(q,s,!1),()=>{var o;(o=r.current)==null||o.removeEventListener(q,s,!1)}},[n])}function t(n){if(r.current){const s=new CustomEvent(q,{detail:n});r.current.dispatchEvent(s)}}return{useListenToCustomEvent:e,emitEvent:t}}function yt({init:r=!0,items:e,withLoop:t=!1,id:n,itemsPerSlide:s=1,gutter:o=0,startEndGutter:c=0,carouselAxis:a="x",startingPosition:h="start",enableGestures:p=!0,slideWhenDragThresholdIsReached:u=!0,onInit:x,initialActiveItem:m=0}){const[N,R]=g.useState(!1),C=g.useRef(r),O=g.useRef(null),M=g.useRef(null),Y=g.useRef(0),S=g.useRef(0),A=g.useRef(!t),P=g.useRef(!1),I=g.useRef(0),l=g.useRef(0),[J,Q]=Se.useSpring(()=>({value:0,onChange({value:i}){O.current.style.setProperty(`--${n}-offset-position`,`${i.value}px`)}}),[a]),_t=t?[...e.map(i=>({...i,id:`prev-repeated-item-${i.id}`,isClonedItem:!0})),...e,...e.map(i=>({...i,id:`next-repeated-item-${i.id}`,isClonedItem:!0}))]:e,{useListenToCustomEvent:be,emitEvent:F}=vt();function Z(i){C.current&&(P.current||V({type:"next",toIndex:i,actionType:"click"}))}function ee(i){C.current&&(A.current||V({type:"prev",toIndex:i,actionType:"click"}))}function V({type:i,shouldAnimate:f=!0,toIndex:b,actionType:_}){var Ee,Te;const D=!f;A.current=!1,P.current=!1;let w=J.value.get(),E=0;if(i==="next"&&(l.current+=1),i==="prev"&&(l.current===0?l.current=e.length-1:l.current-=1),b!==void 0&&(l.current=b),i==="next"){const W=te(t?S.current*(e.length*2):0);E=-(l.current*S.current),t&&l.current===e.length&&(l.current=0,w=w+S.current*e.length,E=0),!t&&Math.abs(E)>=W&&(P.current=!0,E=-W)}i==="prev"&&(E=-(l.current*S.current),l.current===e.length-1&&(w=w-e.length*S.current),!t&&E>=0&&(A.current=!0,E=0)),Y.current=E,_==="resize"?(E=-(l.current*S.current),F({eventName:"onResize",sliceActionType:_,slideDirection:i,currentItem:{index:l.current,id:((Ee=e.at(l.current))==null?void 0:Ee.id)??"",startReached:A.current,endReached:P.current}})):F({eventName:"onSlideStartChange",sliceActionType:_,slideDirection:i,nextItem:{index:l.current,id:((Te=e.at(l.current))==null?void 0:Te.id)??"",startReached:A.current,endReached:P.current}}),Q.start({immediate:D,from:{value:w},to:{value:E},onRest({finished:W}){var xe;W&&F({eventName:"onSlideChangeComplete",sliceActionType:_,slideDirection:i,currentItem:{index:l.current,id:((xe=e.at(l.current))==null?void 0:xe.id)??"",startReached:A.current,endReached:P.current}})}})}function bt(){const i=M.current.children[0];let f=0;return f=i.getBoundingClientRect()[a==="x"?"width":"height"]+o,f}function te(i){const f=M.current;return f[a==="x"?"scrollWidth":"scrollHeight"]-f.getBoundingClientRect()[a==="x"?"width":"height"]-i}function wt(){let i=0;const f=getComputedStyle(document.documentElement).getPropertyValue(`--${n}-start-end-gutter`);return f.includes("px")&&(i=Number(f.replace("px",""))),{totalStartEndGutterCssVar:i}}g.useEffect(()=>{function i(_,D){switch(_){case"start":return 0;case"middle-start":return Math.floor((D-1)*.25);case"center":return Math.floor((D-1)*.5);case"middle-end":return Math.floor((D-1)*.75);case"end":return D-1;default:return 0}}function f(_){if(S.current=bt(),I.current=S.current/4,O.current){const{totalStartEndGutterCssVar:D}=wt();let w=0;t&&(w=S.current*e.length),w-=S.current*i(h,s),w-=D/2,O.current.style.setProperty(`--${n}-offset-modifier`,`${-w}px`),R(!0),_&&_()}}function b(){console.log("resize"),f(),V({type:"resize",toIndex:l.current,shouldAnimate:!1,actionType:"resize"})}if(r)return C.current=!0,f(x),window.addEventListener("resize",b),()=>{window.removeEventListener("resize",b)}},[r,t,n,a,o,h]),g.useEffect(()=>{r&&m!==l.current&&V({type:"next",toIndex:m,actionType:"resize",shouldAnimate:!1})},[r,m]);const we=p,Et=mt(i=>{if(!C.current)return;const f=i.dragging,b=i.offset[a==="x"?0:1],_=i.movement[a==="x"?0:1],D=_>I.current,w=_<-I.current,E=i.velocity;f&&(F({...i,eventName:"onDrag",slideActionType:"drag"}),Q.start({value:b,immediate:!0,config:{velocity:E}}),u&&(D||w)&&i.cancel()),i.last&&(D?(V({actionType:"drag",type:"prev"}),i.cancel()):w?(V({actionType:"drag",type:"next"}),i.cancel()):(Q.start({value:Y.current,config:{velocity:E}}),i.cancel()))},{enabled:we,axis:a,rubberband:!t,...t?{}:{bounds:()=>({right:0,left:-te(0),top:-te(0),bottom:0})},from:()=>[J.value.get(),J.value.get()]});function Tt(i){var f,b;return typeof i=="number"?l.current===i:((f=e.find(_=>_.id===i))==null?void 0:f.id)===((b=e[l.current])==null?void 0:b.id)}return{carouselFragment:$.jsxs("div",{ref:O,className:"ReactSpringCarouselContainer","data-part":"Container","data-part-internal":`${n}-Container`,...Et(),children:[$.jsx("style",{dangerouslySetInnerHTML:{__html:`
|
|
2
2
|
:root {
|
|
3
3
|
--${n}-start-end-gutter: ${c*2}px;
|
|
4
4
|
--${n}-gutter: ${o}px;
|