react-abohook-fullpage 1.1.6 → 1.1.8
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.cjs.js +2 -2
- package/dist/index.d.ts +2 -1
- package/dist/index.es.js +205 -212
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("react");var Y={exports:{}},j={};var X;function oe(){if(X)return j;X=1;var r=Symbol.for("react.transitional.element"),o=Symbol.for("react.fragment");function i(d,a,u){var n=null;if(u!==void 0&&(n=""+u),a.key!==void 0&&(n=""+a.key),"key"in a){u={};for(var m in a)m!=="key"&&(u[m]=a[m])}else u=a;return a=u.ref,{$$typeof:r,type:d,key:n,ref:a!==void 0?a:null,props:u}}return j.Fragment=o,j.jsx=i,j.jsxs=i,j}var F={};var B;function ae(){return B||(B=1,process.env.NODE_ENV!=="production"&&(function(){function r(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===te?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case y:return"Fragment";case p:return"Profiler";case R:return"StrictMode";case N:return"Suspense";case L:return"SuspenseList";case ee:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case A:return"Portal";case P:return e.displayName||"Context";case v:return(e._context.displayName||"Context")+".Consumer";case x:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case E:return t=e.displayName||null,t!==null?t:r(e.type)||"Memo";case I:t=e._payload,e=e._init;try{return r(e(t))}catch{}}return null}function o(e){return""+e}function i(e){try{o(e);var t=!1}catch{t=!0}if(t){t=console;var s=t.error,l=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return s.call(t,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",l),o(e)}}function d(e){if(e===y)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===I)return"<...>";try{var t=r(e);return t?"<"+t+">":"<...>"}catch{return"<...>"}}function a(){var e=$.A;return e===null?null:e.getOwner()}function u(){return Error("react-stack-top-frame")}function n(e){if(z.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return e.key!==void 0}function m(e,t){function s(){G||(G=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",t))}s.isReactWarning=!0,Object.defineProperty(e,"key",{get:s,configurable:!0})}function b(){var e=r(this.type);return q[e]||(q[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function T(e,t,s,l,C,M){var c=s.ref;return e={$$typeof:g,type:e,key:t,props:s,_owner:l},(c!==void 0?c:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:b}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:C}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:M}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function h(e,t,s,l,C,M){var c=t.children;if(c!==void 0)if(l)if(re(c)){for(l=0;l<c.length;l++)w(c[l]);Object.freeze&&Object.freeze(c)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else w(c);if(z.call(t,"key")){c=r(e);var O=Object.keys(t).filter(function(ne){return ne!=="key"});l=0<O.length?"{key: someKey, "+O.join(": ..., ")+": ...}":"{key: someKey}",H[c+l]||(O=0<O.length?"{"+O.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
2
2
|
let props = %s;
|
|
3
3
|
<%s {...props} />
|
|
4
4
|
React keys must be passed directly to JSX without using spread:
|
|
5
5
|
let props = %s;
|
|
6
|
-
<%s key={someKey} {...props} />`,c,
|
|
6
|
+
<%s key={someKey} {...props} />`,l,c,O,c),H[c+l]=!0)}if(c=null,s!==void 0&&(i(s),c=""+s),n(t)&&(i(t.key),c=""+t.key),"key"in t){s={};for(var U in t)U!=="key"&&(s[U]=t[U])}else s=t;return c&&m(s,typeof e=="function"?e.displayName||e.name||"Unknown":e),T(e,c,s,a(),C,M)}function w(e){S(e)?e._store&&(e._store.validated=1):typeof e=="object"&&e!==null&&e.$$typeof===I&&(e._payload.status==="fulfilled"?S(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function S(e){return typeof e=="object"&&e!==null&&e.$$typeof===g}var k=f,g=Symbol.for("react.transitional.element"),A=Symbol.for("react.portal"),y=Symbol.for("react.fragment"),R=Symbol.for("react.strict_mode"),p=Symbol.for("react.profiler"),v=Symbol.for("react.consumer"),P=Symbol.for("react.context"),x=Symbol.for("react.forward_ref"),N=Symbol.for("react.suspense"),L=Symbol.for("react.suspense_list"),E=Symbol.for("react.memo"),I=Symbol.for("react.lazy"),ee=Symbol.for("react.activity"),te=Symbol.for("react.client.reference"),$=k.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,re=Array.isArray,D=console.createTask?console.createTask:function(){return null};k={react_stack_bottom_frame:function(e){return e()}};var G,q={},J=k.react_stack_bottom_frame.bind(k,u)(),V=D(d(u)),H={};F.Fragment=y,F.jsx=function(e,t,s){var l=1e4>$.recentlyCreatedOwnerStacks++;return h(e,t,s,!1,l?Error("react-stack-top-frame"):J,l?D(d(e)):V)},F.jsxs=function(e,t,s){var l=1e4>$.recentlyCreatedOwnerStacks++;return h(e,t,s,!0,l?Error("react-stack-top-frame"):J,l?D(d(e)):V)}})()),F}var Z;function se(){return Z||(Z=1,process.env.NODE_ENV==="production"?Y.exports=oe():Y.exports=ae()),Y.exports}var _=se();const ie=50,ue=(r,o,i,d=700,a,u)=>{const[n,m]=f.useState(0),[b,T]=f.useState(!0),h=f.useRef(!1),[w,S]=f.useState(0),k=o&&n+1===r,g=f.useRef(0),A=f.useRef(0),y=f.useRef(!1),R=f.useRef(null),p=(v,P)=>{if(v<0||v>=r||h.current)return;const x=P===2;h.current=!0,S(n),m(v),k?v===3||n===r-1?m(x?w:v):m(w):m(v),o&&r===v+1?T(!1):T(!0),setTimeout(()=>{h.current=!1},d)};return f.useEffect(()=>{i&&i(n);const v=E=>{if(!u){if(h.current)return E.preventDefault();E.deltaY>0?p(n+1,2):p(n-1,2)}},P=E=>{u||h.current||(E.key==="ArrowDown"&&p(n+1,2),E.key==="ArrowUp"&&p(n-1,2))},x=E=>{u||(g.current=E.touches[0].clientY,y.current=!1)},N=E=>{u||(A.current=E.touches[0].clientY,y.current=!0)},L=()=>{if(u||!y.current)return;const E=g.current-A.current;Math.abs(E)>=ie&&(E>0?p(n+1,2):p(n-1,2))};return window.addEventListener("wheel",v,{passive:!1}),window.addEventListener("keydown",P),window.addEventListener("touchstart",x,{passive:!0}),window.addEventListener("touchmove",N,{passive:!0}),window.addEventListener("touchend",L),()=>{window.removeEventListener("wheel",v),window.removeEventListener("keydown",P),window.removeEventListener("touchstart",x),window.removeEventListener("touchmove",N),window.removeEventListener("touchend",L)}},[n,r,o,i]),f.useEffect(()=>{if(!a)return;const v=P=>{if(h.current&&b)return;const x=P.target;R.current&&!R.current.contains(x)&&!b&&(m(w),T(!0))};return setTimeout(()=>{document.addEventListener("click",v)},300),()=>{document.removeEventListener("click",v)}},[w,b,a]),{active:n,goToSection:p,isHiddenFooter:b,footerRef:R}},le=(r=!1)=>{f.useEffect(()=>{if(r)return;const o=i=>i.preventDefault();return window.addEventListener("contextmenu",o),()=>{window.removeEventListener("contextmenu",o)}},[r])};function ce({children:r,index:o,active:i,isHiddenFooter:d}){return _.jsx("section",{style:{position:"relative",width:"100%",height:"100vh",overflow:"hidden",filter:o===i||d?"blur(0px)":"blur(6px)"},children:r})}const fe=f.memo(ce);function de({sectionsLen:r,active:o,goToSection:i,direction:d="right"}){const a=d==="bottom";return _.jsx("div",{style:{position:"fixed",right:d==="right"?24:d==="bottom"?"50%":void 0,left:d==="left"?24:void 0,top:a?void 0:"50%",bottom:a?"5%":void 0,transform:"translateY(-50%)",display:"flex",flexDirection:a?"row":"column",gap:"16px",zIndex:50},children:Array.from({length:r}).map((u,n)=>_.jsx("button",{disabled:n===o,"aria-label":"navigation dot",onClick:()=>i(n,1),style:{width:"16px",height:"16px",display:"flex",alignItems:"center",justifyContent:"center",padding:0,border:"none",background:"none",cursor:"pointer",userSelect:"none"},children:_.jsx("span",{style:{width:"10px",height:"10px",borderRadius:"50%",backgroundColor:o===n?"white":"rgba(255,255,255,0.4)",transform:o===n?"scale(1.25)":"scale(1)",transition:"all 0.3s ease"}})},n))})}const me=f.memo(de);function ve({children:r}){return _.jsx("div",{style:{position:"relative",width:"100%",height:"100vh",overflow:"hidden",background:"transparent"},children:r})}const Q=f.memo(ve);Q.__FULLPAGE_SECTION__=!0;function Ee({children:r,styles:o,height:i="30%",backgroundColor:d="yellow",footerRef:a}){return _.jsx("div",{ref:a,style:{position:"absolute",width:"100%",height:i,backgroundColor:d,bottom:0,zIndex:50,...o},children:r},"fullpage-footer")}const K=f.memo(Ee);K.__FULLPAGE_FOOTER__=!0;function _e({children:r,isHiddenFooter:o}){const i=o?2500:600;return _.jsx("div",{style:{position:"absolute",left:0,bottom:0,width:"100%",height:"100vh",zIndex:50,transform:o?"translateY(100%)":"translateY(0)",transition:`transform ${i}ms cubic-bezier(0.22,1,0.36,1)`,willChange:"transform",pointerEvents:o?"none":"auto"},children:r})}const he=f.memo(_e);function W({children:r,onChange:o,directionDots:i="right",enableContextMenu:d=!0,duration:a=700,closeOutside:u=!1,disable:n=!1}){const m=f.Children.toArray(r),b=m.filter(R=>!R.type.__FULLPAGE_FOOTER__),T=m.find(R=>R.type.__FULLPAGE_FOOTER__);le(d);const h=!!T,w=b.length+(h?1:0),{active:S,goToSection:k,isHiddenFooter:g,footerRef:A}=ue(w,h,o,a,u,n),y=T?f.cloneElement(T,{footerRef:A}):null;return _.jsxs(_.Fragment,{children:[_.jsxs("div",{style:{position:"relative",height:"100vh",width:"100%",overflow:"hidden"},children:[_.jsx("div",{style:{height:`${b.length*100}vh`,transform:g?`translateY(-${S*100}vh)`:`translateY(-${b.length-100}vh)`,transition:"transform 700ms cubic-bezier(0.22,1,0.36,1)"},children:b.map((R,p)=>_.jsx(fe,{index:p,active:S,isHiddenFooter:g,children:R},p))}),T&&_.jsx(he,{isHiddenFooter:g,children:y})]}),_.jsx(me,{sectionsLen:w,active:S,goToSection:k,direction:i})]})}W.Section=Q;W.Footer=K;exports.FullPage=W;
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
|
3
3
|
|
|
4
4
|
declare type DirectionDotsType = "left" | "right" | "bottom";
|
|
5
5
|
|
|
6
|
-
export declare function FullPage({ children, onChange, directionDots, enableContextMenu, duration, closeOutside, }: FullPageProps): JSX_2.Element;
|
|
6
|
+
export declare function FullPage({ children, onChange, directionDots, enableContextMenu, duration, closeOutside, disable, }: FullPageProps): JSX_2.Element;
|
|
7
7
|
|
|
8
8
|
export declare namespace FullPage {
|
|
9
9
|
var Section: default_2.FC<FullPageSectionProps>;
|
|
@@ -25,6 +25,7 @@ declare interface FullPageProps {
|
|
|
25
25
|
closeOutside?: boolean;
|
|
26
26
|
enableContextMenu?: boolean;
|
|
27
27
|
duration: number;
|
|
28
|
+
disable?: boolean;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
declare interface FullPageSectionProps {
|
package/dist/index.es.js
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
import G, { useEffect as J, useState as z, useRef as O, memo as F } from "react";
|
|
2
|
+
var I = { exports: {} }, j = {};
|
|
3
|
+
var Q;
|
|
4
4
|
function le() {
|
|
5
|
-
if (
|
|
6
|
-
|
|
7
|
-
var r = /* @__PURE__ */ Symbol.for("react.transitional.element"),
|
|
8
|
-
function
|
|
9
|
-
var
|
|
10
|
-
if (
|
|
11
|
-
|
|
12
|
-
for (var d in
|
|
13
|
-
d !== "key" && (
|
|
14
|
-
} else
|
|
15
|
-
return
|
|
5
|
+
if (Q) return j;
|
|
6
|
+
Q = 1;
|
|
7
|
+
var r = /* @__PURE__ */ Symbol.for("react.transitional.element"), o = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
8
|
+
function i(f, a, l) {
|
|
9
|
+
var n = null;
|
|
10
|
+
if (l !== void 0 && (n = "" + l), a.key !== void 0 && (n = "" + a.key), "key" in a) {
|
|
11
|
+
l = {};
|
|
12
|
+
for (var d in a)
|
|
13
|
+
d !== "key" && (l[d] = a[d]);
|
|
14
|
+
} else l = a;
|
|
15
|
+
return a = l.ref, {
|
|
16
16
|
$$typeof: r,
|
|
17
17
|
type: f,
|
|
18
|
-
key:
|
|
19
|
-
ref:
|
|
20
|
-
props:
|
|
18
|
+
key: n,
|
|
19
|
+
ref: a !== void 0 ? a : null,
|
|
20
|
+
props: l
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
return
|
|
23
|
+
return j.Fragment = o, j.jsx = i, j.jsxs = i, j;
|
|
24
24
|
}
|
|
25
|
-
var
|
|
26
|
-
var
|
|
25
|
+
var N = {};
|
|
26
|
+
var K;
|
|
27
27
|
function ue() {
|
|
28
|
-
return
|
|
28
|
+
return K || (K = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
29
29
|
function r(e) {
|
|
30
30
|
if (e == null) return null;
|
|
31
31
|
if (typeof e == "function")
|
|
32
32
|
return e.$$typeof === ae ? null : e.displayName || e.name || null;
|
|
33
33
|
if (typeof e == "string") return e;
|
|
34
34
|
switch (e) {
|
|
35
|
-
case
|
|
35
|
+
case g:
|
|
36
36
|
return "Fragment";
|
|
37
|
-
case
|
|
37
|
+
case h:
|
|
38
38
|
return "Profiler";
|
|
39
|
-
case
|
|
39
|
+
case w:
|
|
40
40
|
return "StrictMode";
|
|
41
41
|
case L:
|
|
42
42
|
return "Suspense";
|
|
43
|
-
case
|
|
43
|
+
case C:
|
|
44
44
|
return "SuspenseList";
|
|
45
45
|
case oe:
|
|
46
46
|
return "Activity";
|
|
@@ -49,18 +49,18 @@ function ue() {
|
|
|
49
49
|
switch (typeof e.tag == "number" && console.error(
|
|
50
50
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
51
51
|
), e.$$typeof) {
|
|
52
|
-
case
|
|
52
|
+
case A:
|
|
53
53
|
return "Portal";
|
|
54
|
-
case
|
|
54
|
+
case S:
|
|
55
55
|
return e.displayName || "Context";
|
|
56
|
-
case
|
|
56
|
+
case v:
|
|
57
57
|
return (e._context.displayName || "Context") + ".Consumer";
|
|
58
|
-
case
|
|
58
|
+
case x:
|
|
59
59
|
var t = e.render;
|
|
60
60
|
return e = e.displayName, e || (e = t.displayName || t.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
61
|
-
case
|
|
61
|
+
case m:
|
|
62
62
|
return t = e.displayName || null, t !== null ? t : r(e.type) || "Memo";
|
|
63
|
-
case
|
|
63
|
+
case $:
|
|
64
64
|
t = e._payload, e = e._init;
|
|
65
65
|
try {
|
|
66
66
|
return r(e(t));
|
|
@@ -69,29 +69,29 @@ function ue() {
|
|
|
69
69
|
}
|
|
70
70
|
return null;
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function o(e) {
|
|
73
73
|
return "" + e;
|
|
74
74
|
}
|
|
75
|
-
function
|
|
75
|
+
function i(e) {
|
|
76
76
|
try {
|
|
77
|
-
|
|
77
|
+
o(e);
|
|
78
78
|
var t = !1;
|
|
79
79
|
} catch {
|
|
80
80
|
t = !0;
|
|
81
81
|
}
|
|
82
82
|
if (t) {
|
|
83
83
|
t = console;
|
|
84
|
-
var
|
|
85
|
-
return
|
|
84
|
+
var s = t.error, u = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
85
|
+
return s.call(
|
|
86
86
|
t,
|
|
87
87
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
88
88
|
u
|
|
89
|
-
),
|
|
89
|
+
), o(e);
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
function f(e) {
|
|
93
|
-
if (e ===
|
|
94
|
-
if (typeof e == "object" && e !== null && e.$$typeof ===
|
|
93
|
+
if (e === g) return "<>";
|
|
94
|
+
if (typeof e == "object" && e !== null && e.$$typeof === $)
|
|
95
95
|
return "<...>";
|
|
96
96
|
try {
|
|
97
97
|
var t = r(e);
|
|
@@ -100,14 +100,14 @@ function ue() {
|
|
|
100
100
|
return "<...>";
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
function
|
|
104
|
-
var e =
|
|
103
|
+
function a() {
|
|
104
|
+
var e = D.A;
|
|
105
105
|
return e === null ? null : e.getOwner();
|
|
106
106
|
}
|
|
107
|
-
function
|
|
107
|
+
function l() {
|
|
108
108
|
return Error("react-stack-top-frame");
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function n(e) {
|
|
111
111
|
if (V.call(e, "key")) {
|
|
112
112
|
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
113
113
|
if (t && t.isReactWarning) return !1;
|
|
@@ -115,34 +115,34 @@ function ue() {
|
|
|
115
115
|
return e.key !== void 0;
|
|
116
116
|
}
|
|
117
117
|
function d(e, t) {
|
|
118
|
-
function
|
|
119
|
-
|
|
118
|
+
function s() {
|
|
119
|
+
q || (q = !0, console.error(
|
|
120
120
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
121
121
|
t
|
|
122
122
|
));
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
get:
|
|
124
|
+
s.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
125
|
+
get: s,
|
|
126
126
|
configurable: !0
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function p() {
|
|
130
130
|
var e = r(this.type);
|
|
131
|
-
return
|
|
131
|
+
return H[e] || (H[e] = !0, console.error(
|
|
132
132
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
133
133
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
136
|
-
var c =
|
|
135
|
+
function R(e, t, s, u, Y, U) {
|
|
136
|
+
var c = s.ref;
|
|
137
137
|
return e = {
|
|
138
|
-
$$typeof:
|
|
138
|
+
$$typeof: T,
|
|
139
139
|
type: e,
|
|
140
140
|
key: t,
|
|
141
|
-
props:
|
|
141
|
+
props: s,
|
|
142
142
|
_owner: u
|
|
143
143
|
}, (c !== void 0 ? c : null) !== null ? Object.defineProperty(e, "ref", {
|
|
144
144
|
enumerable: !1,
|
|
145
|
-
get:
|
|
145
|
+
get: p
|
|
146
146
|
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
147
147
|
configurable: !1,
|
|
148
148
|
enumerable: !1,
|
|
@@ -157,33 +157,33 @@ function ue() {
|
|
|
157
157
|
configurable: !1,
|
|
158
158
|
enumerable: !1,
|
|
159
159
|
writable: !0,
|
|
160
|
-
value:
|
|
160
|
+
value: Y
|
|
161
161
|
}), Object.defineProperty(e, "_debugTask", {
|
|
162
162
|
configurable: !1,
|
|
163
163
|
enumerable: !1,
|
|
164
164
|
writable: !0,
|
|
165
|
-
value:
|
|
165
|
+
value: U
|
|
166
166
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function _(e, t, s, u, Y, U) {
|
|
169
169
|
var c = t.children;
|
|
170
170
|
if (c !== void 0)
|
|
171
171
|
if (u)
|
|
172
172
|
if (se(c)) {
|
|
173
173
|
for (u = 0; u < c.length; u++)
|
|
174
|
-
|
|
174
|
+
b(c[u]);
|
|
175
175
|
Object.freeze && Object.freeze(c);
|
|
176
176
|
} else
|
|
177
177
|
console.error(
|
|
178
178
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
179
179
|
);
|
|
180
|
-
else
|
|
180
|
+
else b(c);
|
|
181
181
|
if (V.call(t, "key")) {
|
|
182
182
|
c = r(e);
|
|
183
183
|
var P = Object.keys(t).filter(function(ie) {
|
|
184
184
|
return ie !== "key";
|
|
185
185
|
});
|
|
186
|
-
u = 0 < P.length ? "{key: someKey, " + P.join(": ..., ") + ": ...}" : "{key: someKey}",
|
|
186
|
+
u = 0 < P.length ? "{key: someKey, " + P.join(": ..., ") + ": ...}" : "{key: someKey}", Z[c + u] || (P = 0 < P.length ? "{" + P.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
187
187
|
`A props object containing a "key" prop is being spread into JSX:
|
|
188
188
|
let props = %s;
|
|
189
189
|
<%s {...props} />
|
|
@@ -194,124 +194,126 @@ React keys must be passed directly to JSX without using spread:
|
|
|
194
194
|
c,
|
|
195
195
|
P,
|
|
196
196
|
c
|
|
197
|
-
),
|
|
197
|
+
), Z[c + u] = !0);
|
|
198
198
|
}
|
|
199
|
-
if (c = null,
|
|
200
|
-
|
|
201
|
-
for (var
|
|
202
|
-
|
|
203
|
-
} else
|
|
199
|
+
if (c = null, s !== void 0 && (i(s), c = "" + s), n(t) && (i(t.key), c = "" + t.key), "key" in t) {
|
|
200
|
+
s = {};
|
|
201
|
+
for (var W in t)
|
|
202
|
+
W !== "key" && (s[W] = t[W]);
|
|
203
|
+
} else s = t;
|
|
204
204
|
return c && d(
|
|
205
|
-
|
|
205
|
+
s,
|
|
206
206
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
207
|
-
),
|
|
207
|
+
), R(
|
|
208
208
|
e,
|
|
209
209
|
c,
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
210
|
+
s,
|
|
211
|
+
a(),
|
|
212
|
+
Y,
|
|
213
|
+
U
|
|
214
214
|
);
|
|
215
215
|
}
|
|
216
|
-
function
|
|
217
|
-
|
|
216
|
+
function b(e) {
|
|
217
|
+
y(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === $ && (e._payload.status === "fulfilled" ? y(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
218
218
|
}
|
|
219
|
-
function
|
|
220
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
219
|
+
function y(e) {
|
|
220
|
+
return typeof e == "object" && e !== null && e.$$typeof === T;
|
|
221
221
|
}
|
|
222
|
-
var
|
|
222
|
+
var k = G, T = /* @__PURE__ */ Symbol.for("react.transitional.element"), A = /* @__PURE__ */ Symbol.for("react.portal"), g = /* @__PURE__ */ Symbol.for("react.fragment"), w = /* @__PURE__ */ Symbol.for("react.strict_mode"), h = /* @__PURE__ */ Symbol.for("react.profiler"), v = /* @__PURE__ */ Symbol.for("react.consumer"), S = /* @__PURE__ */ Symbol.for("react.context"), x = /* @__PURE__ */ Symbol.for("react.forward_ref"), L = /* @__PURE__ */ Symbol.for("react.suspense"), C = /* @__PURE__ */ Symbol.for("react.suspense_list"), m = /* @__PURE__ */ Symbol.for("react.memo"), $ = /* @__PURE__ */ Symbol.for("react.lazy"), oe = /* @__PURE__ */ Symbol.for("react.activity"), ae = /* @__PURE__ */ Symbol.for("react.client.reference"), D = k.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, V = Object.prototype.hasOwnProperty, se = Array.isArray, M = console.createTask ? console.createTask : function() {
|
|
223
223
|
return null;
|
|
224
224
|
};
|
|
225
|
-
|
|
225
|
+
k = {
|
|
226
226
|
react_stack_bottom_frame: function(e) {
|
|
227
227
|
return e();
|
|
228
228
|
}
|
|
229
229
|
};
|
|
230
|
-
var
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
)(),
|
|
234
|
-
|
|
235
|
-
var u = 1e4 >
|
|
236
|
-
return
|
|
230
|
+
var q, H = {}, X = k.react_stack_bottom_frame.bind(
|
|
231
|
+
k,
|
|
232
|
+
l
|
|
233
|
+
)(), B = M(f(l)), Z = {};
|
|
234
|
+
N.Fragment = g, N.jsx = function(e, t, s) {
|
|
235
|
+
var u = 1e4 > D.recentlyCreatedOwnerStacks++;
|
|
236
|
+
return _(
|
|
237
237
|
e,
|
|
238
238
|
t,
|
|
239
|
-
|
|
239
|
+
s,
|
|
240
240
|
!1,
|
|
241
|
-
u ? Error("react-stack-top-frame") :
|
|
242
|
-
u ?
|
|
241
|
+
u ? Error("react-stack-top-frame") : X,
|
|
242
|
+
u ? M(f(e)) : B
|
|
243
243
|
);
|
|
244
|
-
},
|
|
245
|
-
var u = 1e4 >
|
|
246
|
-
return
|
|
244
|
+
}, N.jsxs = function(e, t, s) {
|
|
245
|
+
var u = 1e4 > D.recentlyCreatedOwnerStacks++;
|
|
246
|
+
return _(
|
|
247
247
|
e,
|
|
248
248
|
t,
|
|
249
|
-
|
|
249
|
+
s,
|
|
250
250
|
!0,
|
|
251
|
-
u ? Error("react-stack-top-frame") :
|
|
252
|
-
u ?
|
|
251
|
+
u ? Error("react-stack-top-frame") : X,
|
|
252
|
+
u ? M(f(e)) : B
|
|
253
253
|
);
|
|
254
254
|
};
|
|
255
|
-
})()),
|
|
255
|
+
})()), N;
|
|
256
256
|
}
|
|
257
|
-
var
|
|
257
|
+
var ee;
|
|
258
258
|
function ce() {
|
|
259
|
-
return
|
|
259
|
+
return ee || (ee = 1, process.env.NODE_ENV === "production" ? I.exports = le() : I.exports = ue()), I.exports;
|
|
260
260
|
}
|
|
261
261
|
var E = ce();
|
|
262
|
-
const fe = 50, de = (r,
|
|
263
|
-
const [
|
|
264
|
-
if (
|
|
265
|
-
const
|
|
266
|
-
|
|
267
|
-
|
|
262
|
+
const fe = 50, de = (r, o, i, f = 700, a, l) => {
|
|
263
|
+
const [n, d] = z(0), [p, R] = z(!0), _ = O(!1), [b, y] = z(0), k = o && n + 1 === r, T = O(0), A = O(0), g = O(!1), w = O(null), h = (v, S) => {
|
|
264
|
+
if (v < 0 || v >= r || _.current) return;
|
|
265
|
+
const x = S === 2;
|
|
266
|
+
_.current = !0, y(n), d(v), k ? v === 3 || n === r - 1 ? d(x ? b : v) : d(b) : d(v), o && r === v + 1 ? R(!1) : R(!0), setTimeout(() => {
|
|
267
|
+
_.current = !1;
|
|
268
268
|
}, f);
|
|
269
269
|
};
|
|
270
|
-
return
|
|
271
|
-
|
|
272
|
-
const
|
|
273
|
-
if (
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
},
|
|
278
|
-
|
|
279
|
-
},
|
|
280
|
-
|
|
281
|
-
}, L = () => {
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
270
|
+
return J(() => {
|
|
271
|
+
i && i(n);
|
|
272
|
+
const v = (m) => {
|
|
273
|
+
if (!l) {
|
|
274
|
+
if (_.current) return m.preventDefault();
|
|
275
|
+
m.deltaY > 0 ? h(n + 1, 2) : h(n - 1, 2);
|
|
276
|
+
}
|
|
277
|
+
}, S = (m) => {
|
|
278
|
+
l || _.current || (m.key === "ArrowDown" && h(n + 1, 2), m.key === "ArrowUp" && h(n - 1, 2));
|
|
279
|
+
}, x = (m) => {
|
|
280
|
+
l || (T.current = m.touches[0].clientY, g.current = !1);
|
|
281
|
+
}, L = (m) => {
|
|
282
|
+
l || (A.current = m.touches[0].clientY, g.current = !0);
|
|
283
|
+
}, C = () => {
|
|
284
|
+
if (l || !g.current) return;
|
|
285
|
+
const m = T.current - A.current;
|
|
286
|
+
Math.abs(m) >= fe && (m > 0 ? h(n + 1, 2) : h(n - 1, 2));
|
|
285
287
|
};
|
|
286
|
-
return window.addEventListener("wheel",
|
|
287
|
-
window.removeEventListener("wheel",
|
|
288
|
+
return window.addEventListener("wheel", v, { passive: !1 }), window.addEventListener("keydown", S), window.addEventListener("touchstart", x, { passive: !0 }), window.addEventListener("touchmove", L, { passive: !0 }), window.addEventListener("touchend", C), () => {
|
|
289
|
+
window.removeEventListener("wheel", v), window.removeEventListener("keydown", S), window.removeEventListener("touchstart", x), window.removeEventListener("touchmove", L), window.removeEventListener("touchend", C);
|
|
288
290
|
};
|
|
289
|
-
}, [
|
|
290
|
-
if (!
|
|
291
|
-
const
|
|
292
|
-
if (
|
|
293
|
-
const
|
|
294
|
-
|
|
291
|
+
}, [n, r, o, i]), J(() => {
|
|
292
|
+
if (!a) return;
|
|
293
|
+
const v = (S) => {
|
|
294
|
+
if (_.current && p) return;
|
|
295
|
+
const x = S.target;
|
|
296
|
+
w.current && !w.current.contains(x) && !p && (d(b), R(!0));
|
|
295
297
|
};
|
|
296
298
|
return setTimeout(() => {
|
|
297
|
-
document.addEventListener("click",
|
|
299
|
+
document.addEventListener("click", v);
|
|
298
300
|
}, 300), () => {
|
|
299
|
-
document.removeEventListener("click",
|
|
301
|
+
document.removeEventListener("click", v);
|
|
300
302
|
};
|
|
301
|
-
}, [b,
|
|
302
|
-
},
|
|
303
|
-
|
|
303
|
+
}, [b, p, a]), { active: n, goToSection: h, isHiddenFooter: p, footerRef: w };
|
|
304
|
+
}, ve = (r = !1) => {
|
|
305
|
+
J(() => {
|
|
304
306
|
if (r) return;
|
|
305
|
-
const
|
|
306
|
-
return window.addEventListener("contextmenu",
|
|
307
|
-
window.removeEventListener("contextmenu",
|
|
307
|
+
const o = (i) => i.preventDefault();
|
|
308
|
+
return window.addEventListener("contextmenu", o), () => {
|
|
309
|
+
window.removeEventListener("contextmenu", o);
|
|
308
310
|
};
|
|
309
311
|
}, [r]);
|
|
310
312
|
};
|
|
311
|
-
function
|
|
313
|
+
function me({
|
|
312
314
|
children: r,
|
|
313
|
-
index:
|
|
314
|
-
active:
|
|
315
|
+
index: o,
|
|
316
|
+
active: i,
|
|
315
317
|
isHiddenFooter: f
|
|
316
318
|
}) {
|
|
317
319
|
return /* @__PURE__ */ E.jsx(
|
|
@@ -322,20 +324,20 @@ function ve({
|
|
|
322
324
|
width: "100%",
|
|
323
325
|
height: "100vh",
|
|
324
326
|
overflow: "hidden",
|
|
325
|
-
filter:
|
|
327
|
+
filter: o === i || f ? "blur(0px)" : "blur(6px)"
|
|
326
328
|
},
|
|
327
329
|
children: r
|
|
328
330
|
}
|
|
329
331
|
);
|
|
330
332
|
}
|
|
331
|
-
const Ee =
|
|
333
|
+
const Ee = F(me);
|
|
332
334
|
function _e({
|
|
333
335
|
sectionsLen: r,
|
|
334
|
-
active:
|
|
335
|
-
goToSection:
|
|
336
|
+
active: o,
|
|
337
|
+
goToSection: i,
|
|
336
338
|
direction: f = "right"
|
|
337
339
|
}) {
|
|
338
|
-
const
|
|
340
|
+
const a = f === "bottom";
|
|
339
341
|
return /* @__PURE__ */ E.jsx(
|
|
340
342
|
"div",
|
|
341
343
|
{
|
|
@@ -343,20 +345,20 @@ function _e({
|
|
|
343
345
|
position: "fixed",
|
|
344
346
|
right: f === "right" ? 24 : f === "bottom" ? "50%" : void 0,
|
|
345
347
|
left: f === "left" ? 24 : void 0,
|
|
346
|
-
top:
|
|
347
|
-
bottom:
|
|
348
|
+
top: a ? void 0 : "50%",
|
|
349
|
+
bottom: a ? "5%" : void 0,
|
|
348
350
|
transform: "translateY(-50%)",
|
|
349
351
|
display: "flex",
|
|
350
|
-
flexDirection:
|
|
352
|
+
flexDirection: a ? "row" : "column",
|
|
351
353
|
gap: "16px",
|
|
352
354
|
zIndex: 50
|
|
353
355
|
},
|
|
354
|
-
children: Array.from({ length: r }).map((
|
|
356
|
+
children: Array.from({ length: r }).map((l, n) => /* @__PURE__ */ E.jsx(
|
|
355
357
|
"button",
|
|
356
358
|
{
|
|
357
|
-
disabled:
|
|
359
|
+
disabled: n === o,
|
|
358
360
|
"aria-label": "navigation dot",
|
|
359
|
-
onClick: () =>
|
|
361
|
+
onClick: () => i(n, 1),
|
|
360
362
|
style: {
|
|
361
363
|
width: "16px",
|
|
362
364
|
height: "16px",
|
|
@@ -376,20 +378,20 @@ function _e({
|
|
|
376
378
|
width: "10px",
|
|
377
379
|
height: "10px",
|
|
378
380
|
borderRadius: "50%",
|
|
379
|
-
backgroundColor:
|
|
380
|
-
transform:
|
|
381
|
+
backgroundColor: o === n ? "white" : "rgba(255,255,255,0.4)",
|
|
382
|
+
transform: o === n ? "scale(1.25)" : "scale(1)",
|
|
381
383
|
transition: "all 0.3s ease"
|
|
382
384
|
}
|
|
383
385
|
}
|
|
384
386
|
)
|
|
385
387
|
},
|
|
386
|
-
|
|
388
|
+
n
|
|
387
389
|
))
|
|
388
390
|
}
|
|
389
391
|
);
|
|
390
392
|
}
|
|
391
|
-
const
|
|
392
|
-
function
|
|
393
|
+
const he = F(_e);
|
|
394
|
+
function pe({ children: r }) {
|
|
393
395
|
return /* @__PURE__ */ E.jsx(
|
|
394
396
|
"div",
|
|
395
397
|
{
|
|
@@ -404,47 +406,37 @@ function he({ children: r }) {
|
|
|
404
406
|
}
|
|
405
407
|
);
|
|
406
408
|
}
|
|
407
|
-
const
|
|
408
|
-
|
|
409
|
+
const te = F(pe);
|
|
410
|
+
te.__FULLPAGE_SECTION__ = !0;
|
|
409
411
|
function be({
|
|
410
412
|
children: r,
|
|
411
|
-
styles:
|
|
412
|
-
height:
|
|
413
|
+
styles: o,
|
|
414
|
+
height: i = "30%",
|
|
413
415
|
backgroundColor: f = "yellow",
|
|
414
|
-
footerRef:
|
|
416
|
+
footerRef: a
|
|
415
417
|
}) {
|
|
416
418
|
return /* @__PURE__ */ E.jsx(
|
|
417
419
|
"div",
|
|
418
420
|
{
|
|
419
|
-
ref:
|
|
421
|
+
ref: a,
|
|
420
422
|
style: {
|
|
421
423
|
position: "absolute",
|
|
422
424
|
width: "100%",
|
|
423
|
-
height:
|
|
425
|
+
height: i,
|
|
424
426
|
backgroundColor: f,
|
|
425
427
|
bottom: 0,
|
|
426
428
|
zIndex: 50,
|
|
427
|
-
...
|
|
429
|
+
...o
|
|
428
430
|
},
|
|
429
431
|
children: r
|
|
430
432
|
},
|
|
431
433
|
"fullpage-footer"
|
|
432
434
|
);
|
|
433
435
|
}
|
|
434
|
-
const
|
|
435
|
-
|
|
436
|
-
function we(r) {
|
|
437
|
-
|
|
438
|
-
if (I.isValidElement(n) && !n.type.__FULLPAGE_SECTION__)
|
|
439
|
-
throw console.warn(
|
|
440
|
-
"[FullPage] You must wrap content inside <FullPage.Section />"
|
|
441
|
-
), new Error(
|
|
442
|
-
"[FullPage] You must wrap content inside <FullPage.Section />"
|
|
443
|
-
);
|
|
444
|
-
});
|
|
445
|
-
}
|
|
446
|
-
function Re({ children: r, isHiddenFooter: n }) {
|
|
447
|
-
const l = n ? 2500 : 600;
|
|
436
|
+
const re = F(be);
|
|
437
|
+
re.__FULLPAGE_FOOTER__ = !0;
|
|
438
|
+
function we({ children: r, isHiddenFooter: o }) {
|
|
439
|
+
const i = o ? 2500 : 600;
|
|
448
440
|
return /* @__PURE__ */ E.jsx(
|
|
449
441
|
"div",
|
|
450
442
|
{
|
|
@@ -455,38 +447,39 @@ function Re({ children: r, isHiddenFooter: n }) {
|
|
|
455
447
|
width: "100%",
|
|
456
448
|
height: "100vh",
|
|
457
449
|
zIndex: 50,
|
|
458
|
-
transform:
|
|
459
|
-
transition: `transform ${
|
|
450
|
+
transform: o ? "translateY(100%)" : "translateY(0)",
|
|
451
|
+
transition: `transform ${i}ms cubic-bezier(0.22,1,0.36,1)`,
|
|
460
452
|
willChange: "transform",
|
|
461
|
-
pointerEvents:
|
|
453
|
+
pointerEvents: o ? "none" : "auto"
|
|
462
454
|
},
|
|
463
455
|
children: r
|
|
464
456
|
}
|
|
465
457
|
);
|
|
466
458
|
}
|
|
467
|
-
const
|
|
468
|
-
function
|
|
459
|
+
const Re = F(we);
|
|
460
|
+
function ne({
|
|
469
461
|
children: r,
|
|
470
|
-
onChange:
|
|
471
|
-
directionDots:
|
|
472
|
-
enableContextMenu: f = !
|
|
473
|
-
duration:
|
|
474
|
-
closeOutside:
|
|
462
|
+
onChange: o,
|
|
463
|
+
directionDots: i = "right",
|
|
464
|
+
enableContextMenu: f = !0,
|
|
465
|
+
duration: a = 700,
|
|
466
|
+
closeOutside: l = !1,
|
|
467
|
+
disable: n = !1
|
|
475
468
|
}) {
|
|
476
|
-
const
|
|
477
|
-
(
|
|
478
|
-
), R =
|
|
479
|
-
(
|
|
469
|
+
const d = G.Children.toArray(r), p = d.filter(
|
|
470
|
+
(w) => !w.type.__FULLPAGE_FOOTER__
|
|
471
|
+
), R = d.find(
|
|
472
|
+
(w) => w.type.__FULLPAGE_FOOTER__
|
|
480
473
|
);
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
const h = !!R, b = d.length + (h ? 1 : 0), { active: T, goToSection: k, isHiddenFooter: w, footerRef: y } = de(
|
|
474
|
+
ve(f);
|
|
475
|
+
const _ = !!R, b = p.length + (_ ? 1 : 0), { active: y, goToSection: k, isHiddenFooter: T, footerRef: A } = de(
|
|
484
476
|
b,
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
477
|
+
_,
|
|
478
|
+
o,
|
|
479
|
+
a,
|
|
480
|
+
l,
|
|
481
|
+
n
|
|
482
|
+
), g = R ? G.cloneElement(R, { footerRef: A }) : null;
|
|
490
483
|
return /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
|
|
491
484
|
/* @__PURE__ */ E.jsxs(
|
|
492
485
|
"div",
|
|
@@ -502,39 +495,39 @@ function re({
|
|
|
502
495
|
"div",
|
|
503
496
|
{
|
|
504
497
|
style: {
|
|
505
|
-
height: `${
|
|
506
|
-
transform:
|
|
498
|
+
height: `${p.length * 100}vh`,
|
|
499
|
+
transform: T ? `translateY(-${y * 100}vh)` : `translateY(-${p.length - 100}vh)`,
|
|
507
500
|
transition: "transform 700ms cubic-bezier(0.22,1,0.36,1)"
|
|
508
501
|
},
|
|
509
|
-
children:
|
|
502
|
+
children: p.map((w, h) => /* @__PURE__ */ E.jsx(
|
|
510
503
|
Ee,
|
|
511
504
|
{
|
|
512
|
-
index:
|
|
513
|
-
active:
|
|
514
|
-
isHiddenFooter:
|
|
515
|
-
children:
|
|
505
|
+
index: h,
|
|
506
|
+
active: y,
|
|
507
|
+
isHiddenFooter: T,
|
|
508
|
+
children: w
|
|
516
509
|
},
|
|
517
|
-
|
|
510
|
+
h
|
|
518
511
|
))
|
|
519
512
|
}
|
|
520
513
|
),
|
|
521
|
-
R && /* @__PURE__ */ E.jsx(
|
|
514
|
+
R && /* @__PURE__ */ E.jsx(Re, { isHiddenFooter: T, children: g })
|
|
522
515
|
]
|
|
523
516
|
}
|
|
524
517
|
),
|
|
525
518
|
/* @__PURE__ */ E.jsx(
|
|
526
|
-
|
|
519
|
+
he,
|
|
527
520
|
{
|
|
528
521
|
sectionsLen: b,
|
|
529
|
-
active:
|
|
522
|
+
active: y,
|
|
530
523
|
goToSection: k,
|
|
531
|
-
direction:
|
|
524
|
+
direction: i
|
|
532
525
|
}
|
|
533
526
|
)
|
|
534
527
|
] });
|
|
535
528
|
}
|
|
536
|
-
|
|
537
|
-
|
|
529
|
+
ne.Section = te;
|
|
530
|
+
ne.Footer = re;
|
|
538
531
|
export {
|
|
539
|
-
|
|
532
|
+
ne as FullPage
|
|
540
533
|
};
|