reaxify 0.0.16 → 0.0.17
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/components/Drawer/index.cjs.js +1 -1
- package/dist/components/Drawer/index.es.js +1 -1
- package/dist/components/Modal/index.cjs.js +1 -1
- package/dist/components/Modal/index.es.js +1 -1
- package/dist/components/Portal/index.cjs.js +1 -1
- package/dist/components/Portal/index.es.js +10 -8
- package/dist/components/Tooltip/index.cjs.js +1 -1
- package/dist/components/Tooltip/index.d.ts +2 -1
- package/dist/components/Tooltip/index.es.js +113 -97
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("../../node_modules/react/jsx-runtime.cjs.js"),d=require("react"),x=require("../../hooks/useClasses.cjs.js");require("../Form/index.cjs.js");const n=require("../../helpers/cn.cjs.js"),E=require("../../node_modules/tailwind-merge/dist/bundle-mjs.cjs.js"),p=require("../Card/index.cjs.js"),M=require("../Portal/index.cjs.js"),q=require("../../node_modules/react-transition-group/esm/Transition.cjs.js"),j=d.createContext({open:!1,onClose:()=>{},duration:300,anchor:"start",transitionState:"unmounted"});function c({as:a,open:r=!1,onClose:o=()=>{},duration:e=300,anchor:u="end",className:h="",children:y,...b}){const t=x(s=>s.drawer),l=d.useRef(null),m=a||"div",f={entering:"active opacity-100 pointer-events-auto",entered:"active opacity-100 pointer-events-auto",exiting:"opacity-0 pointer-events-none",exited:"opacity-0 pointer-events-none",unmounted:""},w=d.useMemo(()=>{var v,g,R,C;return{start:n("flex-row-reverse",(v=t==null?void 0:t.anchor)==null?void 0:v.start),end:n("flex-row",(g=t==null?void 0:t.anchor)==null?void 0:g.end),top:n("flex-col-reverse",(R=t==null?void 0:t.anchor)==null?void 0:R.top),bottom:n("flex-col",(C=t==null?void 0:t.anchor)==null?void 0:C.bottom)}[u]},[u,t==null?void 0:t.anchor]);return i.jsxRuntimeExports.jsx(
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("../../node_modules/react/jsx-runtime.cjs.js"),d=require("react"),x=require("../../hooks/useClasses.cjs.js");require("../Form/index.cjs.js");const n=require("../../helpers/cn.cjs.js"),E=require("../../node_modules/tailwind-merge/dist/bundle-mjs.cjs.js"),p=require("../Card/index.cjs.js"),M=require("../Portal/index.cjs.js"),q=require("../../node_modules/react-transition-group/esm/Transition.cjs.js"),j=d.createContext({open:!1,onClose:()=>{},duration:300,anchor:"start",transitionState:"unmounted"});function c({as:a,open:r=!1,onClose:o=()=>{},duration:e=300,anchor:u="end",className:h="",children:y,...b}){const t=x(s=>s.drawer),l=d.useRef(null),m=a||"div",f={entering:"active opacity-100 pointer-events-auto",entered:"active opacity-100 pointer-events-auto",exiting:"opacity-0 pointer-events-none",exited:"opacity-0 pointer-events-none",unmounted:""},w=d.useMemo(()=>{var v,g,R,C;return{start:n("flex-row-reverse",(v=t==null?void 0:t.anchor)==null?void 0:v.start),end:n("flex-row",(g=t==null?void 0:t.anchor)==null?void 0:g.end),top:n("flex-col-reverse",(R=t==null?void 0:t.anchor)==null?void 0:R.top),bottom:n("flex-col",(C=t==null?void 0:t.anchor)==null?void 0:C.bottom)}[u]},[u,t==null?void 0:t.anchor]);return i.jsxRuntimeExports.jsx(q.default,{nodeRef:l,in:r,timeout:e,unmountOnExit:!0,children:s=>i.jsxRuntimeExports.jsx(M,{children:i.jsxRuntimeExports.jsxs(m,{ref:l,style:{transitionDuration:`${e}ms`},"data-open":r,className:E.twMerge("fixed size-full inset-0 flex z-10 bg-black/20 backdrop-blur transition-opacity [--drawer-ratio:1] rtl:[--drawer-ratio:-1]",t==null?void 0:t.base,f[s],w,h),...b,children:[i.jsxRuntimeExports.jsx("button",{type:"button",onClick:()=>o(),className:"h-full flex-1 opacity-0 cursor-default min-w-[5%]"}),i.jsxRuntimeExports.jsx(j.Provider,{value:{open:r,onClose:o,transitionState:s,duration:e,anchor:u},children:y})]})})})}function D({children:a,className:r="",...o}){const e=x(l=>l.drawer.menu),{anchor:u,duration:h,transitionState:y}=d.useContext(j),b=d.useMemo(()=>{var m,f,w,s;return{start:n("w-[30rem] h-full max-w-[97.5%] rounded-e",(m=e==null?void 0:e.anchor)==null?void 0:m.start),end:n("w-[30rem] h-full max-w-[97.5%] rounded-s",(f=e==null?void 0:e.anchor)==null?void 0:f.end),top:n("w-full h-[30rem] max-h-[97.5%] rounded-b",(w=e==null?void 0:e.anchor)==null?void 0:w.top),bottom:n("w-full h-[30rem] max-h-[97.5%] rounded-t",(s=e==null?void 0:e.anchor)==null?void 0:s.bottom)}[u]},[u,e==null?void 0:e.anchor]),t=d.useMemo(()=>({start:{entering:"translate-x-0",entered:"translate-x-0",exiting:"-translate-x-[calc(100%*var(--drawer-ratio))]",exited:"-translate-x-[calc(100%*var(--drawer-ratio))]",unmounted:""},end:{entering:"translate-x-0",entered:"translate-x-0",exiting:"translate-x-[calc(100%*var(--drawer-ratio))]",exited:"translate-x-[calc(100%*var(--drawer-ratio))]",unmounted:""},top:{entering:"translate-y-0",entered:"translate-y-0",exiting:"-translate-y-full",exited:"-translate-y-full",unmounted:""},bottom:{entering:"translate-y-0",entered:"translate-y-0",exiting:"translate-y-full",exited:"translate-y-full",unmounted:""}})[u],[u]);return i.jsxRuntimeExports.jsx(p,{as:"div",style:{transitionDuration:`${h}ms`},className:E.twMerge("relative flex flex-col transition-[translate,width] rounded-none",e==null?void 0:e.base,t[y],b,r),...o,children:a})}function N({className:a,...r}){const o=x(e=>e.drawer.header.base);return i.jsxRuntimeExports.jsx(p.Header,{className:n(o,a),...r})}function S({className:a,...r}){const o=x(e=>e.drawer.body.base);return i.jsxRuntimeExports.jsx(p.Body,{className:n("flex-1 overflow-auto",o,a),...r})}function k({className:a,...r}){const o=x(e=>e.drawer.footer.base);return i.jsxRuntimeExports.jsx(p.Footer,{className:n(o,a),...r})}c.Menu=D;c.Header=N;c.Body=S;c.Footer=k;exports.DrawerContext=j;exports.default=c;
|
|
@@ -41,7 +41,7 @@ function p({
|
|
|
41
41
|
bottom: n("flex-col", (C = e == null ? void 0 : e.anchor) == null ? void 0 : C.bottom)
|
|
42
42
|
}[u];
|
|
43
43
|
}, [u, e == null ? void 0 : e.anchor]);
|
|
44
|
-
return /* @__PURE__ */ i.jsx(
|
|
44
|
+
return /* @__PURE__ */ i.jsx(F, { nodeRef: d, in: r, timeout: t, unmountOnExit: !0, children: (l) => /* @__PURE__ */ i.jsx(B, { children: /* @__PURE__ */ i.jsxs(
|
|
45
45
|
m,
|
|
46
46
|
{
|
|
47
47
|
ref: d,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../node_modules/react/jsx-runtime.cjs.js"),a=require("../../helpers/cn.cjs.js"),m=require("react"),u=require("../../hooks/useClasses.cjs.js");require("../Form/index.cjs.js");const R=require("../../node_modules/tailwind-merge/dist/bundle-mjs.cjs.js"),p=require("../Card/index.cjs.js"),v=require("../Portal/index.cjs.js"),M=require("../../node_modules/react-transition-group/esm/Transition.cjs.js"),y=m.createContext({size:"md",open:!1,onClose:()=>{},transitionState:"unmounted",duration:300});function l({as:n,size:o="md",open:t=!1,onClose:e=()=>{},duration:i=300,className:f,children:j,...b}){const g=u(x=>x.modal.base),r=m.useRef(null),d=n||"div",c={entering:"active opacity-100 pointer-events-auto",entered:"active opacity-100 pointer-events-auto",exiting:"opacity-0 pointer-events-none",exited:"opacity-0 pointer-events-none",unmounted:""};return s.jsxRuntimeExports.jsx(
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../../node_modules/react/jsx-runtime.cjs.js"),a=require("../../helpers/cn.cjs.js"),m=require("react"),u=require("../../hooks/useClasses.cjs.js");require("../Form/index.cjs.js");const R=require("../../node_modules/tailwind-merge/dist/bundle-mjs.cjs.js"),p=require("../Card/index.cjs.js"),v=require("../Portal/index.cjs.js"),M=require("../../node_modules/react-transition-group/esm/Transition.cjs.js"),y=m.createContext({size:"md",open:!1,onClose:()=>{},transitionState:"unmounted",duration:300});function l({as:n,size:o="md",open:t=!1,onClose:e=()=>{},duration:i=300,className:f,children:j,...b}){const g=u(x=>x.modal.base),r=m.useRef(null),d=n||"div",c={entering:"active opacity-100 pointer-events-auto",entered:"active opacity-100 pointer-events-auto",exiting:"opacity-0 pointer-events-none",exited:"opacity-0 pointer-events-none",unmounted:""};return s.jsxRuntimeExports.jsx(M.default,{nodeRef:r,in:t,timeout:i,unmountOnExit:!0,children:x=>s.jsxRuntimeExports.jsx(v,{children:s.jsxRuntimeExports.jsxs(d,{ref:r,"data-open":t,style:{transitionDuration:`${i}ms`},className:R.twMerge("modal fixed size-full inset-0 flex flex-col z-10 bg-black/20 transition-opacity backdrop-blur p-4",g,c[x],f),...b,children:[s.jsxRuntimeExports.jsx("button",{type:"button",onClick:()=>e(),className:"absolute inset-0 cursor-default opacity-0"}),s.jsxRuntimeExports.jsx(y.Provider,{value:{size:o,open:t,onClose:e,transitionState:x,duration:i},children:j})]})})})}function E({className:n,children:o,...t}){const e=u(r=>r.modal.dialog),{size:i,transitionState:f,duration:j}=m.useContext(y),b={entering:"scale-100",entered:"scale-100",exiting:"scale-75",exited:"scale-75",unmounted:""},g=m.useMemo(()=>{var r,d,c;return i==="sm"?a("min-[576px]:w-[300px]",(r=e==null?void 0:e.size)==null?void 0:r.sm):i==="lg"?a("min-[992px]:w-[800px]",(d=e==null?void 0:e.size)==null?void 0:d.lg):a("min-[576px]:w-[500px]",(c=e==null?void 0:e.size)==null?void 0:c.md)},[i,e==null?void 0:e.size]);return s.jsxRuntimeExports.jsx(p,{as:"div",style:{transitionDuration:`${j}ms`},className:R.twMerge("max-w-full max-h-full m-auto transition-transform",e==null?void 0:e.base,g,b[f],n),...t,children:o})}function q({className:n,...o}){const t=u(e=>e.modal.header.base);return s.jsxRuntimeExports.jsx(p.Header,{className:a(t,n),...o})}function z({className:n,...o}){const t=u(e=>e.modal.body.base);return s.jsxRuntimeExports.jsx(p.Body,{className:a(t,n),...o})}function C({className:n,...o}){const t=u(e=>e.modal.footer.base);return s.jsxRuntimeExports.jsx(p.Footer,{className:a(t,n),...o})}l.Dialog=E;l.Header=q;l.Body=z;l.Footer=C;exports.ModalContext=y;exports.default=l;
|
|
@@ -33,7 +33,7 @@ function f({
|
|
|
33
33
|
exited: "opacity-0 pointer-events-none",
|
|
34
34
|
unmounted: ""
|
|
35
35
|
};
|
|
36
|
-
return /* @__PURE__ */ i.jsx(
|
|
36
|
+
return /* @__PURE__ */ i.jsx(h, { nodeRef: r, in: e, timeout: a, unmountOnExit: !0, children: (u) => /* @__PURE__ */ i.jsx(N, { children: /* @__PURE__ */ i.jsxs(
|
|
37
37
|
m,
|
|
38
38
|
{
|
|
39
39
|
ref: r,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const r=require("react"),c=require("react-dom"),d=require("../../helpers/randomID.cjs.js");function u({children:o}){const e=r.useMemo(()=>{const n=d(),t=document.createElement("div");return t.id=n,document.body.appendChild(t),t},[]);return r.useEffect(()=>()=>{document.body.removeChild(e)},[e]),c.createPortal(o,e)}module.exports=u;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import { useMemo as n } from "react";
|
|
2
|
-
import { createPortal as
|
|
3
|
-
import
|
|
4
|
-
function
|
|
5
|
-
const e =
|
|
6
|
-
const r =
|
|
1
|
+
import { useMemo as d, useEffect as n } from "react";
|
|
2
|
+
import { createPortal as m } from "react-dom";
|
|
3
|
+
import c from "../../helpers/randomID.es.js";
|
|
4
|
+
function f({ children: t }) {
|
|
5
|
+
const e = d(() => {
|
|
6
|
+
const r = c(), o = document.createElement("div");
|
|
7
7
|
return o.id = r, document.body.appendChild(o), o;
|
|
8
8
|
}, []);
|
|
9
|
-
return
|
|
9
|
+
return n(() => () => {
|
|
10
|
+
document.body.removeChild(e);
|
|
11
|
+
}, [e]), m(t, e);
|
|
10
12
|
}
|
|
11
13
|
export {
|
|
12
|
-
|
|
14
|
+
f as default
|
|
13
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const c=require("../../node_modules/react/jsx-runtime.cjs.js"),n=require("../../helpers/cn.cjs.js"),i=require("react"),F=require("../../hooks/useClasses.cjs.js");require("../Form/index.cjs.js");const v=require("../../node_modules/tailwind-merge/dist/bundle-mjs.cjs.js"),N=require("../Portal/index.cjs.js"),P=require("../../node_modules/react-transition-group/esm/Transition.cjs.js");function O({title:E,color:f="dark",placement:m="top",duration:R=300,className:M,children:s,...k}){const t=F(o=>o.tooltip),w=i.useRef(null),b=i.useRef(null),[h,l]=i.useState(!1),[q,C]=i.useState({}),y=i.useMemo(()=>{var e,r,u,a,x,d,g,j;if(!f)return"border-transparent";const o={primary:n("bg-primary text-white",(e=t==null?void 0:t.color)==null?void 0:e.primary),secondary:n("bg-secondary text-white",(r=t==null?void 0:t.color)==null?void 0:r.secondary),success:n("bg-success text-white",(u=t==null?void 0:t.color)==null?void 0:u.success),info:n("bg-info text-white",(a=t==null?void 0:t.color)==null?void 0:a.info),warning:n("bg-warning text-white",(x=t==null?void 0:t.color)==null?void 0:x.warning),danger:n("bg-danger text-white",(d=t==null?void 0:t.color)==null?void 0:d.danger),dark:n("bg-dark text-white",(g=t==null?void 0:t.color)==null?void 0:g.dark),light:n("bg-light text-dark",(j=t==null?void 0:t.color)==null?void 0:j.light)};return(o==null?void 0:o[f])??null},[f,t==null?void 0:t.color]),L=i.useMemo(()=>{var e,r,u,a;return{top:n("w-(--width) top-(--top) left-(--left) right-(--right) translate-y-[calc(-100%-0.5rem)] flex-col origin-bottom",(e=t==null?void 0:t.placement)==null?void 0:e.top),end:n("h-(--height) top-(--top) bottom-(--bottom) left-(--right) translate-x-[0.5rem] flex-row-reverse origin-start",(r=t==null?void 0:t.placement)==null?void 0:r.end),bottom:n("w-(--width) top-(--bottom) left-(--left) right-(--right) translate-y-[0.5rem] flex-col-reverse origin-top",(u=t==null?void 0:t.placement)==null?void 0:u.bottom),start:n("h-(--height) top-(--top) bottom-(--bottom) left-(--left) translate-x-[calc(var(--ratio)*-100%-0.5rem)] flex-row origin-start",(a=t==null?void 0:t.placement)==null?void 0:a.start)}[m]},[m,t==null?void 0:t.placement]),$={entering:"scale-100 opacity-100",entered:"scale-100 opacity-100",exiting:"scale-75 opacity-0",exited:"scale-75 opacity-0",unmounted:""},z=i.useMemo(()=>({top:"mt-[-0.5rem]",end:"me-[-0.5rem]",bottom:"mb-[-0.5rem]",start:"ms-[-0.5rem]"})[m],[m]),B=i.useMemo(()=>s?i.cloneElement(s,{ref:o=>{b.current=o},onMouseEnter:o=>{var e,r;(r=(e=s.props).onMouseEnter)==null||r.call(e,o),l(!0)},onMouseLeave:o=>{var e,r;(r=(e=s.props).onMouseLeave)==null||r.call(e,o),l(!1)},onFocus:o=>{var e,r;(r=(e=s.props).onFocus)==null||r.call(e,o),l(!0)},onBlur:o=>{var e,r;(r=(e=s.props).onBlur)==null||r.call(e,o),l(!1)}}):null,[s]),p=i.useCallback(()=>{const o=b.current;if(!o)return;const e=o.getBoundingClientRect(),r=e.width,u=e.height,a=e.top,x=e.left,d=e.right,g=e.bottom;C({"--width":`${r}px`,"--height":`${u}px`,"--top":`${a}px`,"--left":`${x}px`,"--right":`${d}px`,"--bottom":`${g}px`})},[]);return i.useEffect(()=>(h&&p(),window.addEventListener("scroll",p),window.addEventListener("resize",p),()=>{window.removeEventListener("scroll",p),window.removeEventListener("resize",p)}),[h,m,p]),c.jsxRuntimeExports.jsxs(i.Fragment,{children:[B,c.jsxRuntimeExports.jsx(P.default,{nodeRef:w,in:h,timeout:R,unmountOnExit:!0,children:o=>c.jsxRuntimeExports.jsx(N,{children:c.jsxRuntimeExports.jsxs("div",{ref:w,style:q,className:n("fixed flex justify-center items-center z-10 pointer-events-none transition-[scale,opacity] [--ratio:1] rtl:[--ratio:-1]",L,$[o]),children:[c.jsxRuntimeExports.jsx("span",{className:v.twMerge("relative block w-fit h-fit bg-dark text-sm rounded px-2 py-px whitespace-nowrap z-[1]",t==null?void 0:t.base,y,M),...k,children:E}),c.jsxRuntimeExports.jsx("span",{className:v.twMerge("block size-3 bg-dark rotate-45",z,y)})]})})})]})}module.exports=O;
|
|
@@ -4,8 +4,9 @@ type Placement = "top" | "end" | "bottom" | "start";
|
|
|
4
4
|
type Props = {
|
|
5
5
|
title: string;
|
|
6
6
|
color?: Color;
|
|
7
|
+
duration?: number;
|
|
7
8
|
placement?: Placement;
|
|
8
9
|
children?: ReactElement;
|
|
9
10
|
};
|
|
10
|
-
export default function Tooltip({ title, color, placement, className, children, ...props }: ComponentPropsWithoutAs<"span", Props>):
|
|
11
|
+
export default function Tooltip({ title, color, placement, duration, className, children, ...props }: ComponentPropsWithoutAs<"span", Props>): import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
export {};
|
|
@@ -1,125 +1,141 @@
|
|
|
1
|
-
import { j as
|
|
1
|
+
import { j as l } from "../../node_modules/react/jsx-runtime.es.js";
|
|
2
2
|
import n from "../../helpers/cn.es.js";
|
|
3
|
-
import { useState as E, useMemo as
|
|
4
|
-
import
|
|
3
|
+
import { useRef as k, useState as E, useMemo as d, cloneElement as O, useCallback as T, useEffect as S, Fragment as q } from "react";
|
|
4
|
+
import A from "../../hooks/useClasses.es.js";
|
|
5
5
|
import "../Form/index.es.js";
|
|
6
|
-
import { twMerge as
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
import { twMerge as j } from "../../node_modules/tailwind-merge/dist/bundle-mjs.es.js";
|
|
7
|
+
import D from "../Portal/index.es.js";
|
|
8
|
+
import G from "../../node_modules/react-transition-group/esm/Transition.es.js";
|
|
9
|
+
function X({
|
|
10
|
+
title: C,
|
|
11
|
+
color: h = "dark",
|
|
12
|
+
placement: c = "top",
|
|
13
|
+
duration: L = 300,
|
|
14
|
+
className: M,
|
|
12
15
|
children: i,
|
|
13
|
-
...
|
|
16
|
+
...R
|
|
14
17
|
}) {
|
|
15
|
-
const t =
|
|
16
|
-
var
|
|
17
|
-
if (!
|
|
18
|
-
const
|
|
19
|
-
primary: n("bg-primary text-white", (
|
|
20
|
-
secondary: n("bg-secondary text-white", (
|
|
18
|
+
const t = A((o) => o.tooltip), w = k(null), b = k(null), [x, u] = E(!1), [$, z] = E({}), y = d(() => {
|
|
19
|
+
var e, r, p, a, f, s, g, v;
|
|
20
|
+
if (!h) return "border-transparent";
|
|
21
|
+
const o = {
|
|
22
|
+
primary: n("bg-primary text-white", (e = t == null ? void 0 : t.color) == null ? void 0 : e.primary),
|
|
23
|
+
secondary: n("bg-secondary text-white", (r = t == null ? void 0 : t.color) == null ? void 0 : r.secondary),
|
|
21
24
|
success: n("bg-success text-white", (p = t == null ? void 0 : t.color) == null ? void 0 : p.success),
|
|
22
|
-
info: n("bg-info text-white", (
|
|
23
|
-
warning: n("bg-warning text-white", (
|
|
24
|
-
danger: n("bg-danger text-white", (
|
|
25
|
-
dark: n("bg-dark text-white", (
|
|
26
|
-
light: n("bg-light text-dark", (
|
|
25
|
+
info: n("bg-info text-white", (a = t == null ? void 0 : t.color) == null ? void 0 : a.info),
|
|
26
|
+
warning: n("bg-warning text-white", (f = t == null ? void 0 : t.color) == null ? void 0 : f.warning),
|
|
27
|
+
danger: n("bg-danger text-white", (s = t == null ? void 0 : t.color) == null ? void 0 : s.danger),
|
|
28
|
+
dark: n("bg-dark text-white", (g = t == null ? void 0 : t.color) == null ? void 0 : g.dark),
|
|
29
|
+
light: n("bg-light text-dark", (v = t == null ? void 0 : t.color) == null ? void 0 : v.light)
|
|
27
30
|
};
|
|
28
|
-
return (
|
|
29
|
-
}, [
|
|
30
|
-
var
|
|
31
|
+
return (o == null ? void 0 : o[h]) ?? null;
|
|
32
|
+
}, [h, t == null ? void 0 : t.color]), P = d(() => {
|
|
33
|
+
var e, r, p, a;
|
|
31
34
|
return {
|
|
32
35
|
top: n(
|
|
33
|
-
"
|
|
34
|
-
(
|
|
36
|
+
"w-(--width) top-(--top) left-(--left) right-(--right) translate-y-[calc(-100%-0.5rem)] flex-col origin-bottom",
|
|
37
|
+
(e = t == null ? void 0 : t.placement) == null ? void 0 : e.top
|
|
35
38
|
),
|
|
36
39
|
end: n(
|
|
37
|
-
"
|
|
38
|
-
(
|
|
40
|
+
"h-(--height) top-(--top) bottom-(--bottom) left-(--right) translate-x-[0.5rem] flex-row-reverse origin-start",
|
|
41
|
+
(r = t == null ? void 0 : t.placement) == null ? void 0 : r.end
|
|
39
42
|
),
|
|
40
43
|
bottom: n(
|
|
41
|
-
"top-
|
|
44
|
+
"w-(--width) top-(--bottom) left-(--left) right-(--right) translate-y-[0.5rem] flex-col-reverse origin-top",
|
|
42
45
|
(p = t == null ? void 0 : t.placement) == null ? void 0 : p.bottom
|
|
43
46
|
),
|
|
44
47
|
start: n(
|
|
45
|
-
"
|
|
46
|
-
(
|
|
48
|
+
"h-(--height) top-(--top) bottom-(--bottom) left-(--left) translate-x-[calc(var(--ratio)*-100%-0.5rem)] flex-row origin-start",
|
|
49
|
+
(a = t == null ? void 0 : t.placement) == null ? void 0 : a.start
|
|
47
50
|
)
|
|
48
|
-
}[
|
|
49
|
-
}, [
|
|
51
|
+
}[c];
|
|
52
|
+
}, [c, t == null ? void 0 : t.placement]), B = {
|
|
53
|
+
entering: "scale-100 opacity-100",
|
|
54
|
+
entered: "scale-100 opacity-100",
|
|
55
|
+
exiting: "scale-75 opacity-0",
|
|
56
|
+
exited: "scale-75 opacity-0",
|
|
57
|
+
unmounted: ""
|
|
58
|
+
}, F = d(() => ({
|
|
50
59
|
top: "mt-[-0.5rem]",
|
|
51
60
|
end: "me-[-0.5rem]",
|
|
52
61
|
bottom: "mb-[-0.5rem]",
|
|
53
62
|
start: "ms-[-0.5rem]"
|
|
54
|
-
})[
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
var o, e;
|
|
58
|
-
(e = (o = i.props).onMouseEnter) == null || e.call(o, r), c(!0);
|
|
63
|
+
})[c], [c]), N = d(() => i ? O(i, {
|
|
64
|
+
ref: (o) => {
|
|
65
|
+
b.current = o;
|
|
59
66
|
},
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
(
|
|
67
|
+
onMouseEnter: (o) => {
|
|
68
|
+
var e, r;
|
|
69
|
+
(r = (e = i.props).onMouseEnter) == null || r.call(e, o), u(!0);
|
|
63
70
|
},
|
|
64
|
-
|
|
65
|
-
var
|
|
66
|
-
(
|
|
71
|
+
onMouseLeave: (o) => {
|
|
72
|
+
var e, r;
|
|
73
|
+
(r = (e = i.props).onMouseLeave) == null || r.call(e, o), u(!1);
|
|
67
74
|
},
|
|
68
|
-
|
|
69
|
-
var
|
|
70
|
-
(
|
|
75
|
+
onFocus: (o) => {
|
|
76
|
+
var e, r;
|
|
77
|
+
(r = (e = i.props).onFocus) == null || r.call(e, o), u(!0);
|
|
71
78
|
},
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
i.props.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
79
|
+
onBlur: (o) => {
|
|
80
|
+
var e, r;
|
|
81
|
+
(r = (e = i.props).onBlur) == null || r.call(e, o), u(!1);
|
|
82
|
+
}
|
|
83
|
+
}) : null, [i]), m = T(() => {
|
|
84
|
+
const o = b.current;
|
|
85
|
+
if (!o) return;
|
|
86
|
+
const e = o.getBoundingClientRect(), r = e.width, p = e.height, a = e.top, f = e.left, s = e.right, g = e.bottom;
|
|
87
|
+
z({
|
|
88
|
+
"--width": `${r}px`,
|
|
89
|
+
"--height": `${p}px`,
|
|
90
|
+
"--top": `${a}px`,
|
|
91
|
+
"--left": `${f}px`,
|
|
92
|
+
"--right": `${s}px`,
|
|
93
|
+
"--bottom": `${g}px`
|
|
94
|
+
});
|
|
95
|
+
}, []);
|
|
96
|
+
return S(() => (x && m(), window.addEventListener("scroll", m), window.addEventListener("resize", m), () => {
|
|
97
|
+
window.removeEventListener("scroll", m), window.removeEventListener("resize", m);
|
|
98
|
+
}), [x, c, m]), /* @__PURE__ */ l.jsxs(q, { children: [
|
|
99
|
+
N,
|
|
100
|
+
/* @__PURE__ */ l.jsx(G, { nodeRef: w, in: x, timeout: L, unmountOnExit: !0, children: (o) => /* @__PURE__ */ l.jsx(D, { children: /* @__PURE__ */ l.jsxs(
|
|
101
|
+
"div",
|
|
102
|
+
{
|
|
103
|
+
ref: w,
|
|
104
|
+
style: $,
|
|
105
|
+
className: n(
|
|
106
|
+
"fixed flex justify-center items-center z-10 pointer-events-none transition-[scale,opacity] [--ratio:1] rtl:[--ratio:-1]",
|
|
107
|
+
P,
|
|
108
|
+
B[o]
|
|
109
|
+
),
|
|
110
|
+
children: [
|
|
111
|
+
/* @__PURE__ */ l.jsx(
|
|
112
|
+
"span",
|
|
113
|
+
{
|
|
114
|
+
className: j(
|
|
115
|
+
"relative block w-fit h-fit bg-dark text-sm rounded px-2 py-px whitespace-nowrap z-[1]",
|
|
116
|
+
t == null ? void 0 : t.base,
|
|
117
|
+
y,
|
|
118
|
+
M
|
|
119
|
+
),
|
|
120
|
+
...R,
|
|
121
|
+
children: C
|
|
122
|
+
}
|
|
82
123
|
),
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
/* @__PURE__ */ u.jsx(
|
|
98
|
-
"span",
|
|
99
|
-
{
|
|
100
|
-
className: M(
|
|
101
|
-
"block size-3 bg-dark rotate-45",
|
|
102
|
-
y,
|
|
103
|
-
f
|
|
104
|
-
)
|
|
105
|
-
}
|
|
106
|
-
)
|
|
107
|
-
]
|
|
108
|
-
}
|
|
109
|
-
)
|
|
110
|
-
] })
|
|
111
|
-
}) : null, [
|
|
112
|
-
b,
|
|
113
|
-
i,
|
|
114
|
-
d,
|
|
115
|
-
t == null ? void 0 : t.base,
|
|
116
|
-
f,
|
|
117
|
-
w,
|
|
118
|
-
x,
|
|
119
|
-
h,
|
|
120
|
-
y
|
|
121
|
-
]);
|
|
124
|
+
/* @__PURE__ */ l.jsx(
|
|
125
|
+
"span",
|
|
126
|
+
{
|
|
127
|
+
className: j(
|
|
128
|
+
"block size-3 bg-dark rotate-45",
|
|
129
|
+
F,
|
|
130
|
+
y
|
|
131
|
+
)
|
|
132
|
+
}
|
|
133
|
+
)
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
) }) })
|
|
137
|
+
] });
|
|
122
138
|
}
|
|
123
139
|
export {
|
|
124
|
-
|
|
140
|
+
X as default
|
|
125
141
|
};
|