jattac.libs.web.overflow-menu 0.0.23 → 0.0.24
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/UI/OverflowMenu.d.ts +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e,{useState as
|
|
1
|
+
import e,{useState as t,useRef as n,useEffect as r}from"react";import{AnimatePresence as o,motion as i}from"framer-motion";import{createPortal as a}from"react-dom";var l={trigger:"OverflowMenu-module_trigger__imdPK",menu:"OverflowMenu-module_menu__n8uKD",dotsWrapper:"OverflowMenu-module_dotsWrapper__CHO9Q",dot:"OverflowMenu-module_dot__g5Rgi"};!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}(".OverflowMenu-module_menuWrapper__psD7a{display:inline-block;position:relative;z-index:0}.OverflowMenu-module_trigger__imdPK{align-items:center;background:transparent;border:none;border-radius:50%;color:#024b59;cursor:pointer;display:flex;font-size:1.8rem;height:3rem;justify-content:center;transition:color .2s ease,background-color .2s ease;width:3rem}.OverflowMenu-module_trigger__imdPK:focus,.OverflowMenu-module_trigger__imdPK:hover{background-color:rgba(2,75,89,.05);color:#016a80;outline:none}.OverflowMenu-module_menu__n8uKD{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:hsla(0,0%,100%,.75);border:1px solid #016a80;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);color:#024b59;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:500;gap:.35rem;min-width:180px;padding:.5rem .25rem;width:max-content;z-index:9999}.OverflowMenu-module_menu__n8uKD button{background:transparent;border:none;border-bottom:1px solid rgba(2,75,89,.1);border-radius:8px;color:#024b59;cursor:pointer;font-size:1rem;padding:.6rem 1rem;text-align:left;transition:background .25s ease,transform .12s ease;user-select:none}.OverflowMenu-module_menu__n8uKD button:last-child{border-bottom:none}.OverflowMenu-module_menu__n8uKD button:focus,.OverflowMenu-module_menu__n8uKD button:hover{background:rgba(2,75,89,.05);outline:none;transform:scale(1.03)}.OverflowMenu-module_menu__n8uKD button:active{background:rgba(2,75,89,.1);transform:scale(.98)}.OverflowMenu-module_dotsWrapper__CHO9Q{align-items:center;display:flex;flex-direction:column;gap:3px;justify-content:center}.OverflowMenu-module_dot__g5Rgi{background-color:currentColor;border-radius:50%;display:block;height:5px;width:5px}");const s=()=>{const t={initial:{y:0,scale:1},hover:{y:-4,scale:1.2,transition:{type:"spring",stiffness:500,damping:20}},rest:{y:0,scale:1,transition:{type:"spring",stiffness:500,damping:20}}};return e.createElement(i.div,{className:l.dotsWrapper,initial:"rest",whileHover:"hover",animate:"rest"},[0,1,2].map(n=>e.createElement(i.span,{key:n,className:l.dot,variants:t,custom:n,transition:{delay:.05*n}})))},d=({items:d,icon:u,className:c="",portal:m=null})=>{const[p,f]=t(!1),[g,b]=t(!0),[_,v]=t({top:0,left:0}),h=n(null),w=n(null);r(()=>{b(!1)},[]);const y=e=>{w.current&&w.current.contains(e.target)||h.current&&!h.current.contains(e.target)&&f(!1)};r(()=>(p?document.addEventListener("mousedown",y):document.removeEventListener("mousedown",y),()=>{document.removeEventListener("mousedown",y)}),[p]),r(()=>{if(p&&w.current&&h.current){const e=w.current.getBoundingClientRect(),t=h.current.getBoundingClientRect(),n=window.innerWidth,r=window.innerHeight;let o=e.bottom,i=e.left;i+t.width>n&&(i=n-t.width-10,i<0&&(i=10)),o+t.height>r&&(o=e.top-t.height-10,o<0&&(o=10)),v({top:o,left:i})}},[p,h.current]);const x={hidden:{opacity:0,y:-10},visible:{opacity:1,y:0}},k=e.createElement(o,null,p&&e.createElement(i.div,{ref:h,className:l.menu,style:{position:"fixed",top:`${_.top}px`,left:`${_.left}px`},variants:{hidden:{opacity:0,scale:.95,transition:{duration:.1}},visible:{opacity:1,scale:1,transition:{duration:.2,staggerChildren:.05}}},initial:!g&&"hidden",animate:"visible",exit:"hidden"},d.map((t,n)=>e.createElement(i.button,{key:n,className:l.menuItem,onClick:()=>{var e;null===(e=t.onClick)||void 0===e||e.call(t),f(!1)},variants:x,whileHover:{scale:1.05,y:-2,color:"#016a80",backgroundColor:"rgba(2, 75, 89, 0.05)",transition:{type:"spring",stiffness:400,damping:15}}},t.content))));return e.createElement("div",{className:l.overflowMenu},e.createElement(i.button,{ref:w,onClick:e=>{e.stopPropagation(),f(!p)},className:`${l.trigger} ${c}`,"aria-haspopup":"true","aria-expanded":p,whileHover:{scale:1.1,y:-2,color:"#016a80",backgroundColor:"rgba(2, 75, 89, 0.05)",transition:{type:"spring",stiffness:400,damping:15}}},u||e.createElement(s,null)),m?a(k,m):k)};export{d as default};
|
|
2
2
|
//# sourceMappingURL=index.es.js.map
|
package/dist/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../node_modules/style-inject/dist/style-inject.es.js","../src/UI/OverflowMenu.tsx"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n",null],"names":["css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../node_modules/style-inject/dist/style-inject.es.js","../src/UI/OverflowMenu.tsx"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n",null],"names":["css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","DefaultIcon","dotVariants","initial","y","scale","hover","transition","stiffness","damping","rest","React","motion","div","className","styles","dotsWrapper","whileHover","animate","map","i","span","key","dot","variants","custom","delay","OverflowMenu","items","icon","portal","isOpen","setIsOpen","useState","isInitialRender","setIsInitialRender","menuPosition","setMenuPosition","top","left","menuRef","useRef","triggerRef","useEffect","handleClickOutside","event","current","contains","target","addEventListener","removeEventListener","triggerRect","getBoundingClientRect","menuRect","viewportWidth","window","innerWidth","viewportHeight","innerHeight","bottom","width","height","itemVariants","hidden","opacity","visible","menuContent","AnimatePresence","menu","position","duration","staggerChildren","exit","item","index","button","menuItem","onClick","_a","call","color","backgroundColor","content","overflowMenu","stopPropagation","trigger","createPortal"],"mappings":"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","x_google_ignoreList":[0]}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var e=require("react"),
|
|
1
|
+
"use strict";var e=require("react"),t=require("framer-motion"),n=require("react-dom");var r={trigger:"OverflowMenu-module_trigger__imdPK",menu:"OverflowMenu-module_menu__n8uKD",dotsWrapper:"OverflowMenu-module_dotsWrapper__CHO9Q",dot:"OverflowMenu-module_dot__g5Rgi"};!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}(".OverflowMenu-module_menuWrapper__psD7a{display:inline-block;position:relative;z-index:0}.OverflowMenu-module_trigger__imdPK{align-items:center;background:transparent;border:none;border-radius:50%;color:#024b59;cursor:pointer;display:flex;font-size:1.8rem;height:3rem;justify-content:center;transition:color .2s ease,background-color .2s ease;width:3rem}.OverflowMenu-module_trigger__imdPK:focus,.OverflowMenu-module_trigger__imdPK:hover{background-color:rgba(2,75,89,.05);color:#016a80;outline:none}.OverflowMenu-module_menu__n8uKD{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:hsla(0,0%,100%,.75);border:1px solid #016a80;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);color:#024b59;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:500;gap:.35rem;min-width:180px;padding:.5rem .25rem;width:max-content;z-index:9999}.OverflowMenu-module_menu__n8uKD button{background:transparent;border:none;border-bottom:1px solid rgba(2,75,89,.1);border-radius:8px;color:#024b59;cursor:pointer;font-size:1rem;padding:.6rem 1rem;text-align:left;transition:background .25s ease,transform .12s ease;user-select:none}.OverflowMenu-module_menu__n8uKD button:last-child{border-bottom:none}.OverflowMenu-module_menu__n8uKD button:focus,.OverflowMenu-module_menu__n8uKD button:hover{background:rgba(2,75,89,.05);outline:none;transform:scale(1.03)}.OverflowMenu-module_menu__n8uKD button:active{background:rgba(2,75,89,.1);transform:scale(.98)}.OverflowMenu-module_dotsWrapper__CHO9Q{align-items:center;display:flex;flex-direction:column;gap:3px;justify-content:center}.OverflowMenu-module_dot__g5Rgi{background-color:currentColor;border-radius:50%;display:block;height:5px;width:5px}");const o=()=>{const n={initial:{y:0,scale:1},hover:{y:-4,scale:1.2,transition:{type:"spring",stiffness:500,damping:20}},rest:{y:0,scale:1,transition:{type:"spring",stiffness:500,damping:20}}};return e.createElement(t.motion.div,{className:r.dotsWrapper,initial:"rest",whileHover:"hover",animate:"rest"},[0,1,2].map(o=>e.createElement(t.motion.span,{key:o,className:r.dot,variants:n,custom:o,transition:{delay:.05*o}})))};module.exports=({items:i,icon:a,className:l="",portal:s=null})=>{const[u,d]=e.useState(!1),[c,m]=e.useState(!0),[p,f]=e.useState({top:0,left:0}),g=e.useRef(null),b=e.useRef(null);e.useEffect(()=>{m(!1)},[]);const v=e=>{b.current&&b.current.contains(e.target)||g.current&&!g.current.contains(e.target)&&d(!1)};e.useEffect(()=>(u?document.addEventListener("mousedown",v):document.removeEventListener("mousedown",v),()=>{document.removeEventListener("mousedown",v)}),[u]),e.useEffect(()=>{if(u&&b.current&&g.current){const e=b.current.getBoundingClientRect(),t=g.current.getBoundingClientRect(),n=window.innerWidth,r=window.innerHeight;let o=e.bottom,i=e.left;i+t.width>n&&(i=n-t.width-10,i<0&&(i=10)),o+t.height>r&&(o=e.top-t.height-10,o<0&&(o=10)),f({top:o,left:i})}},[u,g.current]);const _={hidden:{opacity:0,y:-10},visible:{opacity:1,y:0}},h=e.createElement(t.AnimatePresence,null,u&&e.createElement(t.motion.div,{ref:g,className:r.menu,style:{position:"fixed",top:`${p.top}px`,left:`${p.left}px`},variants:{hidden:{opacity:0,scale:.95,transition:{duration:.1}},visible:{opacity:1,scale:1,transition:{duration:.2,staggerChildren:.05}}},initial:!c&&"hidden",animate:"visible",exit:"hidden"},i.map((n,o)=>e.createElement(t.motion.button,{key:o,className:r.menuItem,onClick:()=>{var e;null===(e=n.onClick)||void 0===e||e.call(n),d(!1)},variants:_,whileHover:{scale:1.05,y:-2,color:"#016a80",backgroundColor:"rgba(2, 75, 89, 0.05)",transition:{type:"spring",stiffness:400,damping:15}}},n.content))));return e.createElement("div",{className:r.overflowMenu},e.createElement(t.motion.button,{ref:b,onClick:e=>{e.stopPropagation(),d(!u)},className:`${r.trigger} ${l}`,"aria-haspopup":"true","aria-expanded":u,whileHover:{scale:1.1,y:-2,color:"#016a80",backgroundColor:"rgba(2, 75, 89, 0.05)",transition:{type:"spring",stiffness:400,damping:15}}},a||e.createElement(o,null)),s?n.createPortal(h,s):h)};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../node_modules/style-inject/dist/style-inject.es.js","../src/UI/OverflowMenu.tsx"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n",null],"names":["css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../node_modules/style-inject/dist/style-inject.es.js","../src/UI/OverflowMenu.tsx"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n",null],"names":["css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode","DefaultIcon","dotVariants","initial","y","scale","hover","transition","stiffness","damping","rest","React","motion","div","className","styles","dotsWrapper","whileHover","animate","map","i","span","key","dot","variants","custom","delay","items","icon","portal","isOpen","setIsOpen","useState","isInitialRender","setIsInitialRender","menuPosition","setMenuPosition","top","left","menuRef","useRef","triggerRef","useEffect","handleClickOutside","event","current","contains","target","addEventListener","removeEventListener","triggerRect","getBoundingClientRect","menuRect","viewportWidth","window","innerWidth","viewportHeight","innerHeight","bottom","width","height","itemVariants","hidden","opacity","visible","menuContent","AnimatePresence","menu","position","duration","staggerChildren","exit","item","index","button","menuItem","onClick","_a","call","color","backgroundColor","content","overflowMenu","stopPropagation","trigger","createPortal"],"mappings":"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","x_google_ignoreList":[0]}
|
package/package.json
CHANGED