@adam-milo/ui 1.0.32 → 1.0.34
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 +1 -1
- package/dist/index.js +58 -22
- package/dist/index10.cjs +1 -1
- package/dist/index10.js +94 -56
- package/dist/index11.cjs +1 -1
- package/dist/index11.js +199 -40
- package/dist/index12.cjs +1 -1
- package/dist/index12.js +305 -105
- package/dist/index13.cjs +1 -1
- package/dist/index13.js +260 -74
- package/dist/index14.cjs +1 -1
- package/dist/index14.js +135 -27
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +52 -469
- package/dist/index16.cjs +1 -1
- package/dist/index16.js +57 -111
- package/dist/index17.cjs +1 -1
- package/dist/index17.js +101 -20
- package/dist/index18.cjs +1 -1
- package/dist/index18.js +76 -21
- package/dist/index19.cjs +1 -1
- package/dist/index19.js +25 -29
- package/dist/index2.cjs +1 -1
- package/dist/index2.js +6 -4
- package/dist/index20.cjs +1 -1
- package/dist/index20.js +468 -31
- package/dist/index21.cjs +1 -1
- package/dist/index21.js +155 -41
- package/dist/index22.cjs +1 -1
- package/dist/index22.js +42 -12
- package/dist/index23.cjs +1 -0
- package/dist/index23.js +38 -0
- package/dist/index24.cjs +1 -1
- package/dist/index24.js +32 -287
- package/dist/index25.cjs +1 -1
- package/dist/index25.js +115 -13
- package/dist/index26.cjs +1 -0
- package/dist/index26.js +55 -0
- package/dist/index27.cjs +1 -0
- package/dist/index27.js +45 -0
- package/dist/index28.cjs +1 -0
- package/dist/index28.js +53 -0
- package/dist/index29.cjs +1 -0
- package/dist/index29.js +55 -0
- package/dist/index3.cjs +1 -1
- package/dist/index3.js +33 -33
- package/dist/index30.cjs +1 -0
- package/dist/index30.js +72 -0
- package/dist/index31.cjs +1 -0
- package/dist/index31.js +14 -0
- package/dist/index32.cjs +1 -0
- package/dist/index32.js +332 -0
- package/dist/index36.cjs +1 -0
- package/dist/index36.js +386 -0
- package/dist/index37.cjs +1 -0
- package/dist/index37.js +16 -0
- package/dist/index4.cjs +1 -1
- package/dist/index4.js +59 -11
- package/dist/index5.cjs +1 -1
- package/dist/index5.js +19 -35
- package/dist/index6.cjs +1 -1
- package/dist/index6.js +11 -101
- package/dist/index62.cjs +1 -0
- package/dist/index62.js +502 -0
- package/dist/index64.cjs +1 -0
- package/dist/index64.js +11 -0
- package/dist/index65.cjs +1 -0
- package/dist/index65.js +39 -0
- package/dist/index66.cjs +1 -0
- package/dist/index66.js +64 -0
- package/dist/index67.cjs +1 -0
- package/dist/index67.js +212 -0
- package/dist/index68.cjs +1 -0
- package/dist/index68.js +14 -0
- package/dist/index69.cjs +1 -0
- package/dist/index69.js +293 -0
- package/dist/index7.cjs +1 -1
- package/dist/index7.js +46 -97
- package/dist/index70.cjs +1 -0
- package/dist/index70.js +18 -0
- package/dist/index71.cjs +1 -0
- package/dist/index71.js +129 -0
- package/dist/index72.cjs +1 -0
- package/dist/index72.js +43 -0
- package/dist/index73.cjs +1 -0
- package/dist/index73.js +99 -0
- package/dist/index74.cjs +1 -0
- package/dist/index74.js +71 -0
- package/dist/index75.cjs +1 -0
- package/dist/index75.js +36 -0
- package/dist/index76.cjs +1 -0
- package/dist/index76.js +14 -0
- package/dist/index77.cjs +1 -0
- package/dist/index77.js +17 -0
- package/dist/index78.cjs +1 -0
- package/dist/index78.js +6 -0
- package/dist/index79.cjs +1 -0
- package/dist/index79.js +297 -0
- package/dist/index8.cjs +1 -1
- package/dist/index8.js +97 -88
- package/dist/index80.cjs +1 -0
- package/dist/index80.js +25 -0
- package/dist/index81.cjs +1 -0
- package/dist/index81.js +39 -0
- package/dist/index82.cjs +1 -0
- package/dist/index82.js +625 -0
- package/dist/index83.cjs +1 -0
- package/dist/index83.js +721 -0
- package/dist/index84.cjs +1 -0
- package/dist/index84.js +154 -0
- package/dist/index85.cjs +1 -0
- package/dist/index85.js +173 -0
- package/dist/index9.cjs +1 -1
- package/dist/index9.js +55 -197
- package/dist/src/components/core/button/Button.component.d.ts +13 -7
- package/dist/src/components/core/button/Button.component.d.ts.map +1 -1
- package/dist/src/components/core/icon/Icon.component.d.ts +1 -1
- package/dist/src/components/core/icon/Icon.component.d.ts.map +1 -1
- package/dist/src/components/core/icon-button/IconButton.component.d.ts +36 -0
- package/dist/src/components/core/icon-button/IconButton.component.d.ts.map +1 -0
- package/dist/src/components/core/menu-icon-button/MenuIconButton.component.d.ts +79 -0
- package/dist/src/components/core/menu-icon-button/MenuIconButton.component.d.ts.map +1 -0
- package/dist/src/components/feedback/spinner/Spinner.component.d.ts +62 -0
- package/dist/src/components/feedback/spinner/Spinner.component.d.ts.map +1 -0
- package/dist/src/components/forms/input/Input.component.d.ts +5 -0
- package/dist/src/components/forms/input/Input.component.d.ts.map +1 -1
- package/dist/src/components/forms/otp-input/OTPInput.component.d.ts +82 -0
- package/dist/src/components/forms/otp-input/OTPInput.component.d.ts.map +1 -0
- package/dist/src/components/forms/phone-input/PhoneInput.component.d.ts +96 -0
- package/dist/src/components/forms/phone-input/PhoneInput.component.d.ts.map +1 -0
- package/dist/src/components/forms/phone-input/countries.d.ts +93 -0
- package/dist/src/components/forms/phone-input/countries.d.ts.map +1 -0
- package/dist/src/components/forms/select/Select.component.d.ts +5 -1
- package/dist/src/components/forms/select/Select.component.d.ts.map +1 -1
- package/dist/src/components/forms/toggle/Toggle.component.d.ts +80 -0
- package/dist/src/components/forms/toggle/Toggle.component.d.ts.map +1 -0
- package/dist/src/components/layout/auth-layout/AuthLayout.component.d.ts +86 -0
- package/dist/src/components/layout/auth-layout/AuthLayout.component.d.ts.map +1 -0
- package/dist/src/components/overlays/dialog/Dialog.component.d.ts +36 -2
- package/dist/src/components/overlays/dialog/Dialog.component.d.ts.map +1 -1
- package/dist/src/components/typography/heading/Heading.component.d.ts +92 -0
- package/dist/src/components/typography/heading/Heading.component.d.ts.map +1 -0
- package/dist/src/components/typography/link/Link.component.d.ts +80 -0
- package/dist/src/components/typography/link/Link.component.d.ts.map +1 -0
- package/dist/src/index.d.ts +24 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
- /package/dist/{index35.cjs → index50.cjs} +0 -0
- /package/dist/{index35.js → index50.js} +0 -0
- /package/dist/{index42.cjs → index61.cjs} +0 -0
- /package/dist/{index42.js → index61.js} +0 -0
package/dist/index65.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function setRef(ref, value) {
|
|
3
|
+
if (typeof ref === "function") {
|
|
4
|
+
return ref(value);
|
|
5
|
+
} else if (ref !== null && ref !== void 0) {
|
|
6
|
+
ref.current = value;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
function composeRefs(...refs) {
|
|
10
|
+
return (node) => {
|
|
11
|
+
let hasCleanup = false;
|
|
12
|
+
const cleanups = refs.map((ref) => {
|
|
13
|
+
const cleanup = setRef(ref, node);
|
|
14
|
+
if (!hasCleanup && typeof cleanup == "function") {
|
|
15
|
+
hasCleanup = true;
|
|
16
|
+
}
|
|
17
|
+
return cleanup;
|
|
18
|
+
});
|
|
19
|
+
if (hasCleanup) {
|
|
20
|
+
return () => {
|
|
21
|
+
for (let i = 0; i < cleanups.length; i++) {
|
|
22
|
+
const cleanup = cleanups[i];
|
|
23
|
+
if (typeof cleanup == "function") {
|
|
24
|
+
cleanup();
|
|
25
|
+
} else {
|
|
26
|
+
setRef(refs[i], null);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
function useComposedRefs(...refs) {
|
|
34
|
+
return React.useCallback(composeRefs(...refs), refs);
|
|
35
|
+
}
|
|
36
|
+
export {
|
|
37
|
+
composeRefs,
|
|
38
|
+
useComposedRefs
|
|
39
|
+
};
|
package/dist/index66.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),t=require("react/jsx-runtime");function o(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e)for(const o in e)if("default"!==o){const n=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(t,o,n.get?n:{enumerable:!0,get:()=>e[o]})}return t.default=e,Object.freeze(t)}const n=o(e);function r(...e){const t=e[0];if(1===e.length)return t;const o=()=>{const o=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){const r=o.reduce((t,{useScope:o,scopeName:n})=>({...t,...o(e)[`__scope${n}`]}),{});return n.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return o.scopeName=t.scopeName,o}exports.createContextScope=function(e,o=[]){let c=[];const u=()=>{const t=c.map(e=>n.createContext(e));return function(o){const r=(null==o?void 0:o[e])||t;return n.useMemo(()=>({[`__scope${e}`]:{...o,[e]:r}}),[o,r])}};return u.scopeName=e,[function(o,r){const u=n.createContext(r),s=c.length;c=[...c,r];const i=o=>{var r;const{scope:c,children:i,...l}=o,a=(null==(r=null==c?void 0:c[e])?void 0:r[s])||u,p=n.useMemo(()=>l,Object.values(l));return t.jsx(a.Provider,{value:p,children:i})};return i.displayName=o+"Provider",[i,function(t,c){var i;const l=(null==(i=null==c?void 0:c[e])?void 0:i[s])||u,a=n.useContext(l);if(a)return a;if(void 0!==r)return r;throw new Error(`\`${t}\` must be used within \`${o}\``)}]},r(u,...o)]};
|
package/dist/index66.js
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
function createContextScope(scopeName, createContextScopeDeps = []) {
|
|
4
|
+
let defaultContexts = [];
|
|
5
|
+
function createContext3(rootComponentName, defaultContext) {
|
|
6
|
+
const BaseContext = React.createContext(defaultContext);
|
|
7
|
+
const index = defaultContexts.length;
|
|
8
|
+
defaultContexts = [...defaultContexts, defaultContext];
|
|
9
|
+
const Provider = (props) => {
|
|
10
|
+
var _a;
|
|
11
|
+
const { scope, children, ...context } = props;
|
|
12
|
+
const Context = ((_a = scope == null ? void 0 : scope[scopeName]) == null ? void 0 : _a[index]) || BaseContext;
|
|
13
|
+
const value = React.useMemo(() => context, Object.values(context));
|
|
14
|
+
return /* @__PURE__ */ jsx(Context.Provider, { value, children });
|
|
15
|
+
};
|
|
16
|
+
Provider.displayName = rootComponentName + "Provider";
|
|
17
|
+
function useContext2(consumerName, scope) {
|
|
18
|
+
var _a;
|
|
19
|
+
const Context = ((_a = scope == null ? void 0 : scope[scopeName]) == null ? void 0 : _a[index]) || BaseContext;
|
|
20
|
+
const context = React.useContext(Context);
|
|
21
|
+
if (context) return context;
|
|
22
|
+
if (defaultContext !== void 0) return defaultContext;
|
|
23
|
+
throw new Error(`\`${consumerName}\` must be used within \`${rootComponentName}\``);
|
|
24
|
+
}
|
|
25
|
+
return [Provider, useContext2];
|
|
26
|
+
}
|
|
27
|
+
const createScope = () => {
|
|
28
|
+
const scopeContexts = defaultContexts.map((defaultContext) => {
|
|
29
|
+
return React.createContext(defaultContext);
|
|
30
|
+
});
|
|
31
|
+
return function useScope(scope) {
|
|
32
|
+
const contexts = (scope == null ? void 0 : scope[scopeName]) || scopeContexts;
|
|
33
|
+
return React.useMemo(
|
|
34
|
+
() => ({ [`__scope${scopeName}`]: { ...scope, [scopeName]: contexts } }),
|
|
35
|
+
[scope, contexts]
|
|
36
|
+
);
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
createScope.scopeName = scopeName;
|
|
40
|
+
return [createContext3, composeContextScopes(createScope, ...createContextScopeDeps)];
|
|
41
|
+
}
|
|
42
|
+
function composeContextScopes(...scopes) {
|
|
43
|
+
const baseScope = scopes[0];
|
|
44
|
+
if (scopes.length === 1) return baseScope;
|
|
45
|
+
const createScope = () => {
|
|
46
|
+
const scopeHooks = scopes.map((createScope2) => ({
|
|
47
|
+
useScope: createScope2(),
|
|
48
|
+
scopeName: createScope2.scopeName
|
|
49
|
+
}));
|
|
50
|
+
return function useComposedScopes(overrideScopes) {
|
|
51
|
+
const nextScopes = scopeHooks.reduce((nextScopes2, { useScope, scopeName }) => {
|
|
52
|
+
const scopeProps = useScope(overrideScopes);
|
|
53
|
+
const currentScope = scopeProps[`__scope${scopeName}`];
|
|
54
|
+
return { ...nextScopes2, ...currentScope };
|
|
55
|
+
}, {});
|
|
56
|
+
return React.useMemo(() => ({ [`__scope${baseScope.scopeName}`]: nextScopes }), [nextScopes]);
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
createScope.scopeName = baseScope.scopeName;
|
|
60
|
+
return createScope;
|
|
61
|
+
}
|
|
62
|
+
export {
|
|
63
|
+
createContextScope
|
|
64
|
+
};
|
package/dist/index67.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),t=require("./index64.cjs"),n=require("./index72.cjs"),r=require("./index65.cjs"),s=require("./index76.cjs"),i=require("./index77.cjs"),o=require("react/jsx-runtime");function u(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e)for(const n in e)if("default"!==n){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}return t.default=e,Object.freeze(t)}const a=u(e);var l,c="dismissableLayer.update",d="dismissableLayer.pointerDownOutside",v="dismissableLayer.focusOutside",f=a.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),b=a.forwardRef((e,u)=>{const{disableOutsidePointerEvents:b=!1,onEscapeKeyDown:m,onPointerDownOutside:y,onFocusOutside:h,onInteractOutside:w,onDismiss:D,...C}=e,g=a.useContext(f),[O,P]=a.useState(null),L=(null==O?void 0:O.ownerDocument)??(null==globalThis?void 0:globalThis.document),[,x]=a.useState({}),j=r.useComposedRefs(u,e=>P(e)),T=Array.from(g.layers),[R]=[...g.layersWithOutsidePointerEventsDisabled].slice(-1),S=T.indexOf(R),q=O?T.indexOf(O):-1,W=g.layersWithOutsidePointerEventsDisabled.size>0,k=q>=S,B=function(e,t=(null==globalThis?void 0:globalThis.document)){const n=s.useCallbackRef(e),r=a.useRef(!1),i=a.useRef(()=>{});return a.useEffect(()=>{const e=e=>{if(e.target&&!r.current){let r=function(){E(d,n,s,{discrete:!0})};const s={originalEvent:e};"touch"===e.pointerType?(t.removeEventListener("click",i.current),i.current=r,t.addEventListener("click",i.current,{once:!0})):r()}else t.removeEventListener("click",i.current);r.current=!1},s=window.setTimeout(()=>{t.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(s),t.removeEventListener("pointerdown",e),t.removeEventListener("click",i.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}(e=>{const t=e.target,n=[...g.branches].some(e=>e.contains(t));k&&!n&&(null==y||y(e),null==w||w(e),e.defaultPrevented||null==D||D())},L),z=function(e,t=(null==globalThis?void 0:globalThis.document)){const n=s.useCallbackRef(e),r=a.useRef(!1);return a.useEffect(()=>{const e=e=>{if(e.target&&!r.current){E(v,n,{originalEvent:e},{discrete:!1})}};return t.addEventListener("focusin",e),()=>t.removeEventListener("focusin",e)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}(e=>{const t=e.target;[...g.branches].some(e=>e.contains(t))||(null==h||h(e),null==w||w(e),e.defaultPrevented||null==D||D())},L);return i.useEscapeKeydown(e=>{q===g.layers.size-1&&(null==m||m(e),!e.defaultPrevented&&D&&(e.preventDefault(),D()))},L),a.useEffect(()=>{if(O)return b&&(0===g.layersWithOutsidePointerEventsDisabled.size&&(l=L.body.style.pointerEvents,L.body.style.pointerEvents="none"),g.layersWithOutsidePointerEventsDisabled.add(O)),g.layers.add(O),p(),()=>{b&&1===g.layersWithOutsidePointerEventsDisabled.size&&(L.body.style.pointerEvents=l)}},[O,L,b,g]),a.useEffect(()=>()=>{O&&(g.layers.delete(O),g.layersWithOutsidePointerEventsDisabled.delete(O),p())},[O,g]),a.useEffect(()=>{const e=()=>x({});return document.addEventListener(c,e),()=>document.removeEventListener(c,e)},[]),o.jsx(n.Primitive.div,{...C,ref:j,style:{pointerEvents:W?k?"auto":"none":void 0,...e.style},onFocusCapture:t.composeEventHandlers(e.onFocusCapture,z.onFocusCapture),onBlurCapture:t.composeEventHandlers(e.onBlurCapture,z.onBlurCapture),onPointerDownCapture:t.composeEventHandlers(e.onPointerDownCapture,B.onPointerDownCapture)})});b.displayName="DismissableLayer";var m=a.forwardRef((e,t)=>{const s=a.useContext(f),i=a.useRef(null),u=r.useComposedRefs(t,i);return a.useEffect(()=>{const e=i.current;if(e)return s.branches.add(e),()=>{s.branches.delete(e)}},[s.branches]),o.jsx(n.Primitive.div,{...e,ref:u})});function p(){const e=new CustomEvent(c);document.dispatchEvent(e)}function E(e,t,r,{discrete:s}){const i=r.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&i.addEventListener(e,t,{once:!0}),s?n.dispatchDiscreteCustomEvent(i,o):i.dispatchEvent(o)}m.displayName="DismissableLayerBranch",exports.DismissableLayer=b,exports.DismissableLayerBranch=m;
|
package/dist/index67.js
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { composeEventHandlers } from "./index64.js";
|
|
3
|
+
import { Primitive, dispatchDiscreteCustomEvent } from "./index72.js";
|
|
4
|
+
import { useComposedRefs } from "./index65.js";
|
|
5
|
+
import { useCallbackRef } from "./index76.js";
|
|
6
|
+
import { useEscapeKeydown } from "./index77.js";
|
|
7
|
+
import { jsx } from "react/jsx-runtime";
|
|
8
|
+
var DISMISSABLE_LAYER_NAME = "DismissableLayer";
|
|
9
|
+
var CONTEXT_UPDATE = "dismissableLayer.update";
|
|
10
|
+
var POINTER_DOWN_OUTSIDE = "dismissableLayer.pointerDownOutside";
|
|
11
|
+
var FOCUS_OUTSIDE = "dismissableLayer.focusOutside";
|
|
12
|
+
var originalBodyPointerEvents;
|
|
13
|
+
var DismissableLayerContext = React.createContext({
|
|
14
|
+
layers: /* @__PURE__ */ new Set(),
|
|
15
|
+
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
16
|
+
branches: /* @__PURE__ */ new Set()
|
|
17
|
+
});
|
|
18
|
+
var DismissableLayer = React.forwardRef(
|
|
19
|
+
(props, forwardedRef) => {
|
|
20
|
+
const {
|
|
21
|
+
disableOutsidePointerEvents = false,
|
|
22
|
+
onEscapeKeyDown,
|
|
23
|
+
onPointerDownOutside,
|
|
24
|
+
onFocusOutside,
|
|
25
|
+
onInteractOutside,
|
|
26
|
+
onDismiss,
|
|
27
|
+
...layerProps
|
|
28
|
+
} = props;
|
|
29
|
+
const context = React.useContext(DismissableLayerContext);
|
|
30
|
+
const [node, setNode] = React.useState(null);
|
|
31
|
+
const ownerDocument = (node == null ? void 0 : node.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document);
|
|
32
|
+
const [, force] = React.useState({});
|
|
33
|
+
const composedRefs = useComposedRefs(forwardedRef, (node2) => setNode(node2));
|
|
34
|
+
const layers = Array.from(context.layers);
|
|
35
|
+
const [highestLayerWithOutsidePointerEventsDisabled] = [...context.layersWithOutsidePointerEventsDisabled].slice(-1);
|
|
36
|
+
const highestLayerWithOutsidePointerEventsDisabledIndex = layers.indexOf(highestLayerWithOutsidePointerEventsDisabled);
|
|
37
|
+
const index = node ? layers.indexOf(node) : -1;
|
|
38
|
+
const isBodyPointerEventsDisabled = context.layersWithOutsidePointerEventsDisabled.size > 0;
|
|
39
|
+
const isPointerEventsEnabled = index >= highestLayerWithOutsidePointerEventsDisabledIndex;
|
|
40
|
+
const pointerDownOutside = usePointerDownOutside((event) => {
|
|
41
|
+
const target = event.target;
|
|
42
|
+
const isPointerDownOnBranch = [...context.branches].some((branch) => branch.contains(target));
|
|
43
|
+
if (!isPointerEventsEnabled || isPointerDownOnBranch) return;
|
|
44
|
+
onPointerDownOutside == null ? void 0 : onPointerDownOutside(event);
|
|
45
|
+
onInteractOutside == null ? void 0 : onInteractOutside(event);
|
|
46
|
+
if (!event.defaultPrevented) onDismiss == null ? void 0 : onDismiss();
|
|
47
|
+
}, ownerDocument);
|
|
48
|
+
const focusOutside = useFocusOutside((event) => {
|
|
49
|
+
const target = event.target;
|
|
50
|
+
const isFocusInBranch = [...context.branches].some((branch) => branch.contains(target));
|
|
51
|
+
if (isFocusInBranch) return;
|
|
52
|
+
onFocusOutside == null ? void 0 : onFocusOutside(event);
|
|
53
|
+
onInteractOutside == null ? void 0 : onInteractOutside(event);
|
|
54
|
+
if (!event.defaultPrevented) onDismiss == null ? void 0 : onDismiss();
|
|
55
|
+
}, ownerDocument);
|
|
56
|
+
useEscapeKeydown((event) => {
|
|
57
|
+
const isHighestLayer = index === context.layers.size - 1;
|
|
58
|
+
if (!isHighestLayer) return;
|
|
59
|
+
onEscapeKeyDown == null ? void 0 : onEscapeKeyDown(event);
|
|
60
|
+
if (!event.defaultPrevented && onDismiss) {
|
|
61
|
+
event.preventDefault();
|
|
62
|
+
onDismiss();
|
|
63
|
+
}
|
|
64
|
+
}, ownerDocument);
|
|
65
|
+
React.useEffect(() => {
|
|
66
|
+
if (!node) return;
|
|
67
|
+
if (disableOutsidePointerEvents) {
|
|
68
|
+
if (context.layersWithOutsidePointerEventsDisabled.size === 0) {
|
|
69
|
+
originalBodyPointerEvents = ownerDocument.body.style.pointerEvents;
|
|
70
|
+
ownerDocument.body.style.pointerEvents = "none";
|
|
71
|
+
}
|
|
72
|
+
context.layersWithOutsidePointerEventsDisabled.add(node);
|
|
73
|
+
}
|
|
74
|
+
context.layers.add(node);
|
|
75
|
+
dispatchUpdate();
|
|
76
|
+
return () => {
|
|
77
|
+
if (disableOutsidePointerEvents && context.layersWithOutsidePointerEventsDisabled.size === 1) {
|
|
78
|
+
ownerDocument.body.style.pointerEvents = originalBodyPointerEvents;
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
}, [node, ownerDocument, disableOutsidePointerEvents, context]);
|
|
82
|
+
React.useEffect(() => {
|
|
83
|
+
return () => {
|
|
84
|
+
if (!node) return;
|
|
85
|
+
context.layers.delete(node);
|
|
86
|
+
context.layersWithOutsidePointerEventsDisabled.delete(node);
|
|
87
|
+
dispatchUpdate();
|
|
88
|
+
};
|
|
89
|
+
}, [node, context]);
|
|
90
|
+
React.useEffect(() => {
|
|
91
|
+
const handleUpdate = () => force({});
|
|
92
|
+
document.addEventListener(CONTEXT_UPDATE, handleUpdate);
|
|
93
|
+
return () => document.removeEventListener(CONTEXT_UPDATE, handleUpdate);
|
|
94
|
+
}, []);
|
|
95
|
+
return /* @__PURE__ */ jsx(
|
|
96
|
+
Primitive.div,
|
|
97
|
+
{
|
|
98
|
+
...layerProps,
|
|
99
|
+
ref: composedRefs,
|
|
100
|
+
style: {
|
|
101
|
+
pointerEvents: isBodyPointerEventsDisabled ? isPointerEventsEnabled ? "auto" : "none" : void 0,
|
|
102
|
+
...props.style
|
|
103
|
+
},
|
|
104
|
+
onFocusCapture: composeEventHandlers(props.onFocusCapture, focusOutside.onFocusCapture),
|
|
105
|
+
onBlurCapture: composeEventHandlers(props.onBlurCapture, focusOutside.onBlurCapture),
|
|
106
|
+
onPointerDownCapture: composeEventHandlers(
|
|
107
|
+
props.onPointerDownCapture,
|
|
108
|
+
pointerDownOutside.onPointerDownCapture
|
|
109
|
+
)
|
|
110
|
+
}
|
|
111
|
+
);
|
|
112
|
+
}
|
|
113
|
+
);
|
|
114
|
+
DismissableLayer.displayName = DISMISSABLE_LAYER_NAME;
|
|
115
|
+
var BRANCH_NAME = "DismissableLayerBranch";
|
|
116
|
+
var DismissableLayerBranch = React.forwardRef((props, forwardedRef) => {
|
|
117
|
+
const context = React.useContext(DismissableLayerContext);
|
|
118
|
+
const ref = React.useRef(null);
|
|
119
|
+
const composedRefs = useComposedRefs(forwardedRef, ref);
|
|
120
|
+
React.useEffect(() => {
|
|
121
|
+
const node = ref.current;
|
|
122
|
+
if (node) {
|
|
123
|
+
context.branches.add(node);
|
|
124
|
+
return () => {
|
|
125
|
+
context.branches.delete(node);
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
}, [context.branches]);
|
|
129
|
+
return /* @__PURE__ */ jsx(Primitive.div, { ...props, ref: composedRefs });
|
|
130
|
+
});
|
|
131
|
+
DismissableLayerBranch.displayName = BRANCH_NAME;
|
|
132
|
+
function usePointerDownOutside(onPointerDownOutside, ownerDocument = globalThis == null ? void 0 : globalThis.document) {
|
|
133
|
+
const handlePointerDownOutside = useCallbackRef(onPointerDownOutside);
|
|
134
|
+
const isPointerInsideReactTreeRef = React.useRef(false);
|
|
135
|
+
const handleClickRef = React.useRef(() => {
|
|
136
|
+
});
|
|
137
|
+
React.useEffect(() => {
|
|
138
|
+
const handlePointerDown = (event) => {
|
|
139
|
+
if (event.target && !isPointerInsideReactTreeRef.current) {
|
|
140
|
+
let handleAndDispatchPointerDownOutsideEvent2 = function() {
|
|
141
|
+
handleAndDispatchCustomEvent(
|
|
142
|
+
POINTER_DOWN_OUTSIDE,
|
|
143
|
+
handlePointerDownOutside,
|
|
144
|
+
eventDetail,
|
|
145
|
+
{ discrete: true }
|
|
146
|
+
);
|
|
147
|
+
};
|
|
148
|
+
const eventDetail = { originalEvent: event };
|
|
149
|
+
if (event.pointerType === "touch") {
|
|
150
|
+
ownerDocument.removeEventListener("click", handleClickRef.current);
|
|
151
|
+
handleClickRef.current = handleAndDispatchPointerDownOutsideEvent2;
|
|
152
|
+
ownerDocument.addEventListener("click", handleClickRef.current, { once: true });
|
|
153
|
+
} else {
|
|
154
|
+
handleAndDispatchPointerDownOutsideEvent2();
|
|
155
|
+
}
|
|
156
|
+
} else {
|
|
157
|
+
ownerDocument.removeEventListener("click", handleClickRef.current);
|
|
158
|
+
}
|
|
159
|
+
isPointerInsideReactTreeRef.current = false;
|
|
160
|
+
};
|
|
161
|
+
const timerId = window.setTimeout(() => {
|
|
162
|
+
ownerDocument.addEventListener("pointerdown", handlePointerDown);
|
|
163
|
+
}, 0);
|
|
164
|
+
return () => {
|
|
165
|
+
window.clearTimeout(timerId);
|
|
166
|
+
ownerDocument.removeEventListener("pointerdown", handlePointerDown);
|
|
167
|
+
ownerDocument.removeEventListener("click", handleClickRef.current);
|
|
168
|
+
};
|
|
169
|
+
}, [ownerDocument, handlePointerDownOutside]);
|
|
170
|
+
return {
|
|
171
|
+
// ensures we check React component tree (not just DOM tree)
|
|
172
|
+
onPointerDownCapture: () => isPointerInsideReactTreeRef.current = true
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
function useFocusOutside(onFocusOutside, ownerDocument = globalThis == null ? void 0 : globalThis.document) {
|
|
176
|
+
const handleFocusOutside = useCallbackRef(onFocusOutside);
|
|
177
|
+
const isFocusInsideReactTreeRef = React.useRef(false);
|
|
178
|
+
React.useEffect(() => {
|
|
179
|
+
const handleFocus = (event) => {
|
|
180
|
+
if (event.target && !isFocusInsideReactTreeRef.current) {
|
|
181
|
+
const eventDetail = { originalEvent: event };
|
|
182
|
+
handleAndDispatchCustomEvent(FOCUS_OUTSIDE, handleFocusOutside, eventDetail, {
|
|
183
|
+
discrete: false
|
|
184
|
+
});
|
|
185
|
+
}
|
|
186
|
+
};
|
|
187
|
+
ownerDocument.addEventListener("focusin", handleFocus);
|
|
188
|
+
return () => ownerDocument.removeEventListener("focusin", handleFocus);
|
|
189
|
+
}, [ownerDocument, handleFocusOutside]);
|
|
190
|
+
return {
|
|
191
|
+
onFocusCapture: () => isFocusInsideReactTreeRef.current = true,
|
|
192
|
+
onBlurCapture: () => isFocusInsideReactTreeRef.current = false
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
function dispatchUpdate() {
|
|
196
|
+
const event = new CustomEvent(CONTEXT_UPDATE);
|
|
197
|
+
document.dispatchEvent(event);
|
|
198
|
+
}
|
|
199
|
+
function handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {
|
|
200
|
+
const target = detail.originalEvent.target;
|
|
201
|
+
const event = new CustomEvent(name, { bubbles: false, cancelable: true, detail });
|
|
202
|
+
if (handler) target.addEventListener(name, handler, { once: true });
|
|
203
|
+
if (discrete) {
|
|
204
|
+
dispatchDiscreteCustomEvent(target, event);
|
|
205
|
+
} else {
|
|
206
|
+
target.dispatchEvent(event);
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
export {
|
|
210
|
+
DismissableLayer,
|
|
211
|
+
DismissableLayerBranch
|
|
212
|
+
};
|
package/dist/index68.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),t=require("./index78.cjs");function r(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e)for(const r in e)if("default"!==r){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}return t.default=e,Object.freeze(t)}const n=r(e);var o=n[" useId ".trim().toString()]||(()=>{}),u=0;exports.useId=function(e){const[r,c]=n.useState(o());return t.useLayoutEffect(()=>{c(e=>e??String(u++))},[e]),r?`radix-${r}`:""};
|
package/dist/index68.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { useLayoutEffect as useLayoutEffect2 } from "./index78.js";
|
|
3
|
+
var useReactId = React[" useId ".trim().toString()] || (() => void 0);
|
|
4
|
+
var count = 0;
|
|
5
|
+
function useId(deterministicId) {
|
|
6
|
+
const [id, setId] = React.useState(useReactId());
|
|
7
|
+
useLayoutEffect2(() => {
|
|
8
|
+
setId((reactId) => reactId ?? String(count++));
|
|
9
|
+
}, [deterministicId]);
|
|
10
|
+
return id ? `radix-${id}` : "";
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
useId
|
|
14
|
+
};
|
package/dist/index69.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),r=require("./index79.cjs"),t=require("./index80.cjs"),o=require("./index65.cjs"),i=require("./index66.cjs"),n=require("./index72.cjs"),a=require("./index76.cjs"),s=require("./index78.cjs"),l=require("./index81.cjs"),d=require("react/jsx-runtime"),p=require("./index82.cjs");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e)for(const t in e)if("default"!==t){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}return r.default=e,Object.freeze(r)}const u=c(e);var f="Popper",[h,x]=i.createContextScope(f),[g,m]=h(f),y=e=>{const{__scopePopper:r,children:t}=e,[o,i]=u.useState(null);return d.jsx(g,{scope:r,anchor:o,onAnchorChange:i,children:t})};y.displayName=f;var w="PopperAnchor",v=u.forwardRef((e,r)=>{const{__scopePopper:t,virtualRef:i,...a}=e,s=m(w,t),l=u.useRef(null),p=o.useComposedRefs(r,l),c=u.useRef(null);return u.useEffect(()=>{const e=c.current;c.current=(null==i?void 0:i.current)||l.current,e!==c.current&&s.onAnchorChange(c.current)}),i?null:d.jsx(n.Primitive.div,{...a,ref:p})});v.displayName=w;var P="PopperContent",[b,j]=h(P),S=u.forwardRef((e,t)=>{var i,c,f,h,x,g;const{__scopePopper:y,side:w="bottom",sideOffset:v=0,align:j="center",alignOffset:S=0,arrowPadding:A=0,avoidCollisions:O=!0,collisionBoundary:C=[],collisionPadding:_=0,sticky:H="partial",hideWhenDetached:z=!1,updatePositionStrategy:E="optimized",onPlaced:W,...Y}=e,D=m(P,y),[N,X]=u.useState(null),k=o.useComposedRefs(t,e=>X(e)),[F,M]=u.useState(null),B=l.useSize(F),I=(null==B?void 0:B.width)??0,L=(null==B?void 0:B.height)??0,T=w+("center"!==j?"-"+j:""),U="number"==typeof _?_:{top:0,right:0,bottom:0,left:0,..._},G=Array.isArray(C)?C:[C],J=G.length>0,K={padding:U,boundary:G.filter(q),altBoundary:J},{refs:Q,floatingStyles:V,placement:Z,isPositioned:ee,middlewareData:re}=r.useFloating({strategy:"fixed",placement:T,whileElementsMounted:(...e)=>p.autoUpdate(...e,{animationFrame:"always"===E}),elements:{reference:D.anchor},middleware:[r.offset({mainAxis:v+L,alignmentAxis:S}),O&&r.shift({mainAxis:!0,crossAxis:!1,limiter:"partial"===H?r.limitShift():void 0,...K}),O&&r.flip({...K}),r.size({...K,apply:({elements:e,rects:r,availableWidth:t,availableHeight:o})=>{const{width:i,height:n}=r.reference,a=e.floating.style;a.setProperty("--radix-popper-available-width",`${t}px`),a.setProperty("--radix-popper-available-height",`${o}px`),a.setProperty("--radix-popper-anchor-width",`${i}px`),a.setProperty("--radix-popper-anchor-height",`${n}px`)}}),F&&r.arrow({element:F,padding:A}),R({arrowWidth:I,arrowHeight:L}),z&&r.hide({strategy:"referenceHidden",...K})]}),[te,oe]=$(Z),ie=a.useCallbackRef(W);s.useLayoutEffect(()=>{ee&&(null==ie||ie())},[ee,ie]);const ne=null==(i=re.arrow)?void 0:i.x,ae=null==(c=re.arrow)?void 0:c.y,se=0!==(null==(f=re.arrow)?void 0:f.centerOffset),[le,de]=u.useState();return s.useLayoutEffect(()=>{N&&de(window.getComputedStyle(N).zIndex)},[N]),d.jsx("div",{ref:Q.setFloating,"data-radix-popper-content-wrapper":"",style:{...V,transform:ee?V.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:le,"--radix-popper-transform-origin":[null==(h=re.transformOrigin)?void 0:h.x,null==(x=re.transformOrigin)?void 0:x.y].join(" "),...(null==(g=re.hide)?void 0:g.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:d.jsx(b,{scope:y,placedSide:te,onArrowChange:M,arrowX:ne,arrowY:ae,shouldHideArrow:se,children:d.jsx(n.Primitive.div,{"data-side":te,"data-align":oe,...Y,ref:k,style:{...Y.style,animation:ee?void 0:"none"}})})})});S.displayName=P;var A="PopperArrow",O={top:"bottom",right:"left",bottom:"top",left:"right"},C=u.forwardRef(function(e,r){const{__scopePopper:o,...i}=e,n=j(A,o),a=O[n.placedSide];return d.jsx("span",{ref:n.onArrowChange,style:{position:"absolute",left:n.arrowX,top:n.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[n.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[n.placedSide],visibility:n.shouldHideArrow?"hidden":void 0},children:d.jsx(t.Root,{...i,ref:r,style:{...i.style,display:"block"}})})});function q(e){return null!==e}C.displayName=A;var R=e=>({name:"transformOrigin",options:e,fn(r){var t,o,i;const{placement:n,rects:a,middlewareData:s}=r,l=0!==(null==(t=s.arrow)?void 0:t.centerOffset),d=l?0:e.arrowWidth,p=l?0:e.arrowHeight,[c,u]=$(n),f={start:"0%",center:"50%",end:"100%"}[u],h=((null==(o=s.arrow)?void 0:o.x)??0)+d/2,x=((null==(i=s.arrow)?void 0:i.y)??0)+p/2;let g="",m="";return"bottom"===c?(g=l?f:`${h}px`,m=-p+"px"):"top"===c?(g=l?f:`${h}px`,m=`${a.floating.height+p}px`):"right"===c?(g=-p+"px",m=l?f:`${x}px`):"left"===c&&(g=`${a.floating.width+p}px`,m=l?f:`${x}px`),{data:{x:g,y:m}}}});function $(e){const[r,t="center"]=e.split("-");return[r,t]}var _=y,H=v,z=S,E=C;exports.Anchor=H,exports.Arrow=E,exports.Content=z,exports.Popper=y,exports.PopperAnchor=v,exports.PopperArrow=C,exports.PopperContent=S,exports.Root=_,exports.createPopperScope=x;
|
package/dist/index69.js
ADDED
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { useFloating, offset, shift, flip, size, arrow, hide, limitShift } from "./index79.js";
|
|
3
|
+
import { Root } from "./index80.js";
|
|
4
|
+
import { useComposedRefs } from "./index65.js";
|
|
5
|
+
import { createContextScope } from "./index66.js";
|
|
6
|
+
import { Primitive } from "./index72.js";
|
|
7
|
+
import { useCallbackRef } from "./index76.js";
|
|
8
|
+
import { useLayoutEffect as useLayoutEffect2 } from "./index78.js";
|
|
9
|
+
import { useSize } from "./index81.js";
|
|
10
|
+
import { jsx } from "react/jsx-runtime";
|
|
11
|
+
import { autoUpdate } from "./index82.js";
|
|
12
|
+
var POPPER_NAME = "Popper";
|
|
13
|
+
var [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);
|
|
14
|
+
var [PopperProvider, usePopperContext] = createPopperContext(POPPER_NAME);
|
|
15
|
+
var Popper = (props) => {
|
|
16
|
+
const { __scopePopper, children } = props;
|
|
17
|
+
const [anchor, setAnchor] = React.useState(null);
|
|
18
|
+
return /* @__PURE__ */ jsx(PopperProvider, { scope: __scopePopper, anchor, onAnchorChange: setAnchor, children });
|
|
19
|
+
};
|
|
20
|
+
Popper.displayName = POPPER_NAME;
|
|
21
|
+
var ANCHOR_NAME = "PopperAnchor";
|
|
22
|
+
var PopperAnchor = React.forwardRef(
|
|
23
|
+
(props, forwardedRef) => {
|
|
24
|
+
const { __scopePopper, virtualRef, ...anchorProps } = props;
|
|
25
|
+
const context = usePopperContext(ANCHOR_NAME, __scopePopper);
|
|
26
|
+
const ref = React.useRef(null);
|
|
27
|
+
const composedRefs = useComposedRefs(forwardedRef, ref);
|
|
28
|
+
const anchorRef = React.useRef(null);
|
|
29
|
+
React.useEffect(() => {
|
|
30
|
+
const previousAnchor = anchorRef.current;
|
|
31
|
+
anchorRef.current = (virtualRef == null ? void 0 : virtualRef.current) || ref.current;
|
|
32
|
+
if (previousAnchor !== anchorRef.current) {
|
|
33
|
+
context.onAnchorChange(anchorRef.current);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
return virtualRef ? null : /* @__PURE__ */ jsx(Primitive.div, { ...anchorProps, ref: composedRefs });
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
PopperAnchor.displayName = ANCHOR_NAME;
|
|
40
|
+
var CONTENT_NAME = "PopperContent";
|
|
41
|
+
var [PopperContentProvider, useContentContext] = createPopperContext(CONTENT_NAME);
|
|
42
|
+
var PopperContent = React.forwardRef(
|
|
43
|
+
(props, forwardedRef) => {
|
|
44
|
+
var _a, _b, _c, _d, _e, _f;
|
|
45
|
+
const {
|
|
46
|
+
__scopePopper,
|
|
47
|
+
side = "bottom",
|
|
48
|
+
sideOffset = 0,
|
|
49
|
+
align = "center",
|
|
50
|
+
alignOffset = 0,
|
|
51
|
+
arrowPadding = 0,
|
|
52
|
+
avoidCollisions = true,
|
|
53
|
+
collisionBoundary = [],
|
|
54
|
+
collisionPadding: collisionPaddingProp = 0,
|
|
55
|
+
sticky = "partial",
|
|
56
|
+
hideWhenDetached = false,
|
|
57
|
+
updatePositionStrategy = "optimized",
|
|
58
|
+
onPlaced,
|
|
59
|
+
...contentProps
|
|
60
|
+
} = props;
|
|
61
|
+
const context = usePopperContext(CONTENT_NAME, __scopePopper);
|
|
62
|
+
const [content, setContent] = React.useState(null);
|
|
63
|
+
const composedRefs = useComposedRefs(forwardedRef, (node) => setContent(node));
|
|
64
|
+
const [arrow$1, setArrow] = React.useState(null);
|
|
65
|
+
const arrowSize = useSize(arrow$1);
|
|
66
|
+
const arrowWidth = (arrowSize == null ? void 0 : arrowSize.width) ?? 0;
|
|
67
|
+
const arrowHeight = (arrowSize == null ? void 0 : arrowSize.height) ?? 0;
|
|
68
|
+
const desiredPlacement = side + (align !== "center" ? "-" + align : "");
|
|
69
|
+
const collisionPadding = typeof collisionPaddingProp === "number" ? collisionPaddingProp : { top: 0, right: 0, bottom: 0, left: 0, ...collisionPaddingProp };
|
|
70
|
+
const boundary = Array.isArray(collisionBoundary) ? collisionBoundary : [collisionBoundary];
|
|
71
|
+
const hasExplicitBoundaries = boundary.length > 0;
|
|
72
|
+
const detectOverflowOptions = {
|
|
73
|
+
padding: collisionPadding,
|
|
74
|
+
boundary: boundary.filter(isNotNull),
|
|
75
|
+
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
76
|
+
altBoundary: hasExplicitBoundaries
|
|
77
|
+
};
|
|
78
|
+
const { refs, floatingStyles, placement, isPositioned, middlewareData } = useFloating({
|
|
79
|
+
// default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
|
|
80
|
+
strategy: "fixed",
|
|
81
|
+
placement: desiredPlacement,
|
|
82
|
+
whileElementsMounted: (...args) => {
|
|
83
|
+
const cleanup = autoUpdate(...args, {
|
|
84
|
+
animationFrame: updatePositionStrategy === "always"
|
|
85
|
+
});
|
|
86
|
+
return cleanup;
|
|
87
|
+
},
|
|
88
|
+
elements: {
|
|
89
|
+
reference: context.anchor
|
|
90
|
+
},
|
|
91
|
+
middleware: [
|
|
92
|
+
offset({ mainAxis: sideOffset + arrowHeight, alignmentAxis: alignOffset }),
|
|
93
|
+
avoidCollisions && shift({
|
|
94
|
+
mainAxis: true,
|
|
95
|
+
crossAxis: false,
|
|
96
|
+
limiter: sticky === "partial" ? limitShift() : void 0,
|
|
97
|
+
...detectOverflowOptions
|
|
98
|
+
}),
|
|
99
|
+
avoidCollisions && flip({ ...detectOverflowOptions }),
|
|
100
|
+
size({
|
|
101
|
+
...detectOverflowOptions,
|
|
102
|
+
apply: ({ elements, rects, availableWidth, availableHeight }) => {
|
|
103
|
+
const { width: anchorWidth, height: anchorHeight } = rects.reference;
|
|
104
|
+
const contentStyle = elements.floating.style;
|
|
105
|
+
contentStyle.setProperty("--radix-popper-available-width", `${availableWidth}px`);
|
|
106
|
+
contentStyle.setProperty("--radix-popper-available-height", `${availableHeight}px`);
|
|
107
|
+
contentStyle.setProperty("--radix-popper-anchor-width", `${anchorWidth}px`);
|
|
108
|
+
contentStyle.setProperty("--radix-popper-anchor-height", `${anchorHeight}px`);
|
|
109
|
+
}
|
|
110
|
+
}),
|
|
111
|
+
arrow$1 && arrow({ element: arrow$1, padding: arrowPadding }),
|
|
112
|
+
transformOrigin({ arrowWidth, arrowHeight }),
|
|
113
|
+
hideWhenDetached && hide({ strategy: "referenceHidden", ...detectOverflowOptions })
|
|
114
|
+
]
|
|
115
|
+
});
|
|
116
|
+
const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);
|
|
117
|
+
const handlePlaced = useCallbackRef(onPlaced);
|
|
118
|
+
useLayoutEffect2(() => {
|
|
119
|
+
if (isPositioned) {
|
|
120
|
+
handlePlaced == null ? void 0 : handlePlaced();
|
|
121
|
+
}
|
|
122
|
+
}, [isPositioned, handlePlaced]);
|
|
123
|
+
const arrowX = (_a = middlewareData.arrow) == null ? void 0 : _a.x;
|
|
124
|
+
const arrowY = (_b = middlewareData.arrow) == null ? void 0 : _b.y;
|
|
125
|
+
const cannotCenterArrow = ((_c = middlewareData.arrow) == null ? void 0 : _c.centerOffset) !== 0;
|
|
126
|
+
const [contentZIndex, setContentZIndex] = React.useState();
|
|
127
|
+
useLayoutEffect2(() => {
|
|
128
|
+
if (content) setContentZIndex(window.getComputedStyle(content).zIndex);
|
|
129
|
+
}, [content]);
|
|
130
|
+
return /* @__PURE__ */ jsx(
|
|
131
|
+
"div",
|
|
132
|
+
{
|
|
133
|
+
ref: refs.setFloating,
|
|
134
|
+
"data-radix-popper-content-wrapper": "",
|
|
135
|
+
style: {
|
|
136
|
+
...floatingStyles,
|
|
137
|
+
transform: isPositioned ? floatingStyles.transform : "translate(0, -200%)",
|
|
138
|
+
// keep off the page when measuring
|
|
139
|
+
minWidth: "max-content",
|
|
140
|
+
zIndex: contentZIndex,
|
|
141
|
+
["--radix-popper-transform-origin"]: [
|
|
142
|
+
(_d = middlewareData.transformOrigin) == null ? void 0 : _d.x,
|
|
143
|
+
(_e = middlewareData.transformOrigin) == null ? void 0 : _e.y
|
|
144
|
+
].join(" "),
|
|
145
|
+
// hide the content if using the hide middleware and should be hidden
|
|
146
|
+
// set visibility to hidden and disable pointer events so the UI behaves
|
|
147
|
+
// as if the PopperContent isn't there at all
|
|
148
|
+
...((_f = middlewareData.hide) == null ? void 0 : _f.referenceHidden) && {
|
|
149
|
+
visibility: "hidden",
|
|
150
|
+
pointerEvents: "none"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
dir: props.dir,
|
|
154
|
+
children: /* @__PURE__ */ jsx(
|
|
155
|
+
PopperContentProvider,
|
|
156
|
+
{
|
|
157
|
+
scope: __scopePopper,
|
|
158
|
+
placedSide,
|
|
159
|
+
onArrowChange: setArrow,
|
|
160
|
+
arrowX,
|
|
161
|
+
arrowY,
|
|
162
|
+
shouldHideArrow: cannotCenterArrow,
|
|
163
|
+
children: /* @__PURE__ */ jsx(
|
|
164
|
+
Primitive.div,
|
|
165
|
+
{
|
|
166
|
+
"data-side": placedSide,
|
|
167
|
+
"data-align": placedAlign,
|
|
168
|
+
...contentProps,
|
|
169
|
+
ref: composedRefs,
|
|
170
|
+
style: {
|
|
171
|
+
...contentProps.style,
|
|
172
|
+
// if the PopperContent hasn't been placed yet (not all measurements done)
|
|
173
|
+
// we prevent animations so that users's animation don't kick in too early referring wrong sides
|
|
174
|
+
animation: !isPositioned ? "none" : void 0
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
)
|
|
178
|
+
}
|
|
179
|
+
)
|
|
180
|
+
}
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
);
|
|
184
|
+
PopperContent.displayName = CONTENT_NAME;
|
|
185
|
+
var ARROW_NAME = "PopperArrow";
|
|
186
|
+
var OPPOSITE_SIDE = {
|
|
187
|
+
top: "bottom",
|
|
188
|
+
right: "left",
|
|
189
|
+
bottom: "top",
|
|
190
|
+
left: "right"
|
|
191
|
+
};
|
|
192
|
+
var PopperArrow = React.forwardRef(function PopperArrow2(props, forwardedRef) {
|
|
193
|
+
const { __scopePopper, ...arrowProps } = props;
|
|
194
|
+
const contentContext = useContentContext(ARROW_NAME, __scopePopper);
|
|
195
|
+
const baseSide = OPPOSITE_SIDE[contentContext.placedSide];
|
|
196
|
+
return (
|
|
197
|
+
// we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)
|
|
198
|
+
// doesn't report size as we'd expect on SVG elements.
|
|
199
|
+
// it reports their bounding box which is effectively the largest path inside the SVG.
|
|
200
|
+
/* @__PURE__ */ jsx(
|
|
201
|
+
"span",
|
|
202
|
+
{
|
|
203
|
+
ref: contentContext.onArrowChange,
|
|
204
|
+
style: {
|
|
205
|
+
position: "absolute",
|
|
206
|
+
left: contentContext.arrowX,
|
|
207
|
+
top: contentContext.arrowY,
|
|
208
|
+
[baseSide]: 0,
|
|
209
|
+
transformOrigin: {
|
|
210
|
+
top: "",
|
|
211
|
+
right: "0 0",
|
|
212
|
+
bottom: "center 0",
|
|
213
|
+
left: "100% 0"
|
|
214
|
+
}[contentContext.placedSide],
|
|
215
|
+
transform: {
|
|
216
|
+
top: "translateY(100%)",
|
|
217
|
+
right: "translateY(50%) rotate(90deg) translateX(-50%)",
|
|
218
|
+
bottom: `rotate(180deg)`,
|
|
219
|
+
left: "translateY(50%) rotate(-90deg) translateX(50%)"
|
|
220
|
+
}[contentContext.placedSide],
|
|
221
|
+
visibility: contentContext.shouldHideArrow ? "hidden" : void 0
|
|
222
|
+
},
|
|
223
|
+
children: /* @__PURE__ */ jsx(
|
|
224
|
+
Root,
|
|
225
|
+
{
|
|
226
|
+
...arrowProps,
|
|
227
|
+
ref: forwardedRef,
|
|
228
|
+
style: {
|
|
229
|
+
...arrowProps.style,
|
|
230
|
+
// ensures the element can be measured correctly (mostly for if SVG)
|
|
231
|
+
display: "block"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
)
|
|
235
|
+
}
|
|
236
|
+
)
|
|
237
|
+
);
|
|
238
|
+
});
|
|
239
|
+
PopperArrow.displayName = ARROW_NAME;
|
|
240
|
+
function isNotNull(value) {
|
|
241
|
+
return value !== null;
|
|
242
|
+
}
|
|
243
|
+
var transformOrigin = (options) => ({
|
|
244
|
+
name: "transformOrigin",
|
|
245
|
+
options,
|
|
246
|
+
fn(data) {
|
|
247
|
+
var _a, _b, _c;
|
|
248
|
+
const { placement, rects, middlewareData } = data;
|
|
249
|
+
const cannotCenterArrow = ((_a = middlewareData.arrow) == null ? void 0 : _a.centerOffset) !== 0;
|
|
250
|
+
const isArrowHidden = cannotCenterArrow;
|
|
251
|
+
const arrowWidth = isArrowHidden ? 0 : options.arrowWidth;
|
|
252
|
+
const arrowHeight = isArrowHidden ? 0 : options.arrowHeight;
|
|
253
|
+
const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);
|
|
254
|
+
const noArrowAlign = { start: "0%", center: "50%", end: "100%" }[placedAlign];
|
|
255
|
+
const arrowXCenter = (((_b = middlewareData.arrow) == null ? void 0 : _b.x) ?? 0) + arrowWidth / 2;
|
|
256
|
+
const arrowYCenter = (((_c = middlewareData.arrow) == null ? void 0 : _c.y) ?? 0) + arrowHeight / 2;
|
|
257
|
+
let x = "";
|
|
258
|
+
let y = "";
|
|
259
|
+
if (placedSide === "bottom") {
|
|
260
|
+
x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;
|
|
261
|
+
y = `${-arrowHeight}px`;
|
|
262
|
+
} else if (placedSide === "top") {
|
|
263
|
+
x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;
|
|
264
|
+
y = `${rects.floating.height + arrowHeight}px`;
|
|
265
|
+
} else if (placedSide === "right") {
|
|
266
|
+
x = `${-arrowHeight}px`;
|
|
267
|
+
y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;
|
|
268
|
+
} else if (placedSide === "left") {
|
|
269
|
+
x = `${rects.floating.width + arrowHeight}px`;
|
|
270
|
+
y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;
|
|
271
|
+
}
|
|
272
|
+
return { data: { x, y } };
|
|
273
|
+
}
|
|
274
|
+
});
|
|
275
|
+
function getSideAndAlignFromPlacement(placement) {
|
|
276
|
+
const [side, align = "center"] = placement.split("-");
|
|
277
|
+
return [side, align];
|
|
278
|
+
}
|
|
279
|
+
var Root2 = Popper;
|
|
280
|
+
var Anchor = PopperAnchor;
|
|
281
|
+
var Content = PopperContent;
|
|
282
|
+
var Arrow = PopperArrow;
|
|
283
|
+
export {
|
|
284
|
+
Anchor,
|
|
285
|
+
Arrow,
|
|
286
|
+
Content,
|
|
287
|
+
Popper,
|
|
288
|
+
PopperAnchor,
|
|
289
|
+
PopperArrow,
|
|
290
|
+
PopperContent,
|
|
291
|
+
Root2 as Root,
|
|
292
|
+
createPopperScope
|
|
293
|
+
};
|
package/dist/index7.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=require("react"),a=require("./index36.cjs"),r=t.forwardRef(({min:r,max:i,step:s=1,allowDecimals:u=!1,validate:n,"data-cy":l,"data-testid":c,...d},o)=>{const m=t.useCallback(e=>{if(!e)return;const t=parseFloat(e);return isNaN(t)?"Please enter a valid number":u||Number.isInteger(t)?void 0!==r&&t<r?`Must be at least ${r}`:void 0!==i&&t>i?`Must be at most ${i}`:void 0:"Decimals are not allowed"},[r,i,u]),p=t.useCallback(e=>n?m(e)||n(e):m(e),[m,n]);return e.jsx(a.Input,{ref:o,type:"number",min:r,max:i,validate:p,"data-cy":l||"numeric-input","data-testid":c||"numeric-input",...d,step:u?"any":s})});r.displayName="NumericInput",exports.NumericInput=r;
|