@neuctra/ui 0.2.4 → 0.2.6

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.
Files changed (83) hide show
  1. package/dist/components/basic/Accordation.d.ts +9 -13
  2. package/dist/components/basic/Alert.d.ts +10 -23
  3. package/dist/components/basic/Avatar.d.ts +7 -16
  4. package/dist/components/basic/Badge.d.ts +9 -14
  5. package/dist/components/basic/Button.d.ts +9 -19
  6. package/dist/components/basic/CheckboxGroup.d.ts +1 -0
  7. package/dist/components/basic/Container.d.ts +2 -19
  8. package/dist/components/basic/Drawer.d.ts +7 -18
  9. package/dist/components/basic/DropDown.d.ts +20 -40
  10. package/dist/components/basic/FlexView.d.ts +16 -0
  11. package/dist/components/basic/GridView.d.ts +4 -9
  12. package/dist/components/basic/Image.d.ts +10 -31
  13. package/dist/components/basic/Input.d.ts +22 -35
  14. package/dist/components/basic/List.d.ts +6 -20
  15. package/dist/components/basic/Modal.d.ts +8 -8
  16. package/dist/components/basic/RadioGroup.d.ts +1 -0
  17. package/dist/components/basic/Stack.d.ts +4 -14
  18. package/dist/components/basic/SwitchGroup.d.ts +1 -0
  19. package/dist/components/basic/Table.d.ts +6 -1
  20. package/dist/index.cjs.js +82 -52
  21. package/dist/index.cjs.js.map +1 -1
  22. package/dist/index.d.ts +3 -4
  23. package/dist/index.es.js +2059 -2861
  24. package/dist/index.es.js.map +1 -1
  25. package/dist/src/components/basic/Accordation.js +25 -26
  26. package/dist/src/components/basic/Alert.js +33 -138
  27. package/dist/src/components/basic/AudioPlayer.js +54 -40
  28. package/dist/src/components/basic/Avatar.js +41 -154
  29. package/dist/src/components/basic/Badge.js +23 -62
  30. package/dist/src/components/basic/Button.js +24 -97
  31. package/dist/src/components/basic/CheckboxGroup.js +36 -13
  32. package/dist/src/components/basic/Container.js +19 -38
  33. package/dist/src/components/basic/Drawer.js +22 -73
  34. package/dist/src/components/basic/DropDown.js +94 -158
  35. package/dist/src/components/basic/FlexView.js +19 -0
  36. package/dist/src/components/basic/GridView.js +15 -48
  37. package/dist/src/components/basic/Image.js +39 -79
  38. package/dist/src/components/basic/Input.js +68 -109
  39. package/dist/src/components/basic/List.js +20 -62
  40. package/dist/src/components/basic/Modal.js +6 -58
  41. package/dist/src/components/basic/RadioGroup.js +35 -18
  42. package/dist/src/components/basic/Stack.js +19 -72
  43. package/dist/src/components/basic/SwitchGroup.js +42 -16
  44. package/dist/src/components/basic/Table.js +25 -27
  45. package/dist/src/components/basic/Tabs.js +3 -12
  46. package/dist/src/index.js +3 -5
  47. package/dist/types/src/components/basic/Accordation.d.ts +9 -13
  48. package/dist/types/src/components/basic/Alert.d.ts +10 -23
  49. package/dist/types/src/components/basic/Avatar.d.ts +7 -16
  50. package/dist/types/src/components/basic/Badge.d.ts +9 -14
  51. package/dist/types/src/components/basic/Button.d.ts +9 -19
  52. package/dist/types/src/components/basic/CheckboxGroup.d.ts +1 -0
  53. package/dist/types/src/components/basic/Container.d.ts +2 -19
  54. package/dist/types/src/components/basic/Drawer.d.ts +7 -18
  55. package/dist/types/src/components/basic/DropDown.d.ts +20 -40
  56. package/dist/types/src/components/basic/FlexView.d.ts +16 -0
  57. package/dist/types/src/components/basic/GridView.d.ts +4 -9
  58. package/dist/types/src/components/basic/Image.d.ts +10 -31
  59. package/dist/types/src/components/basic/Input.d.ts +22 -35
  60. package/dist/types/src/components/basic/List.d.ts +6 -20
  61. package/dist/types/src/components/basic/Modal.d.ts +8 -8
  62. package/dist/types/src/components/basic/RadioGroup.d.ts +1 -0
  63. package/dist/types/src/components/basic/Stack.d.ts +4 -14
  64. package/dist/types/src/components/basic/SwitchGroup.d.ts +1 -0
  65. package/dist/types/src/components/basic/Table.d.ts +6 -1
  66. package/dist/types/src/index.d.ts +3 -4
  67. package/dist/ui.css +1 -1
  68. package/package.json +2 -1
  69. package/dist/components/avatar/AvatarGroup.d.ts +0 -9
  70. package/dist/components/avatar/AvatarWithStatus.d.ts +0 -10
  71. package/dist/components/basic/Card.d.ts +0 -28
  72. package/dist/components/basic/Flexbox.d.ts +0 -25
  73. package/dist/components/basic/Section.d.ts +0 -36
  74. package/dist/src/components/avatar/AvatarGroup.js +0 -9
  75. package/dist/src/components/avatar/AvatarWithStatus.js +0 -18
  76. package/dist/src/components/basic/Card.js +0 -47
  77. package/dist/src/components/basic/Flexbox.js +0 -67
  78. package/dist/src/components/basic/Section.js +0 -100
  79. package/dist/types/src/components/avatar/AvatarGroup.d.ts +0 -9
  80. package/dist/types/src/components/avatar/AvatarWithStatus.d.ts +0 -10
  81. package/dist/types/src/components/basic/Card.d.ts +0 -28
  82. package/dist/types/src/components/basic/Flexbox.d.ts +0 -25
  83. package/dist/types/src/components/basic/Section.d.ts +0 -36
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react");var xe={exports:{}},de={};/**
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react");var le={exports:{}},se={};/**
2
2
  * @license React
3
3
  * react-jsx-runtime.production.js
4
4
  *
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
9
- */var je;function Ne(){if(je)return de;je=1;var t=Symbol.for("react.transitional.element"),r=Symbol.for("react.fragment");function n(s,i,a){var x=null;if(a!==void 0&&(x=""+a),i.key!==void 0&&(x=""+i.key),"key"in i){a={};for(var f in i)f!=="key"&&(a[f]=i[f])}else a=i;return i=a.ref,{$$typeof:t,type:s,key:x,ref:i!==void 0?i:null,props:a}}return de.Fragment=r,de.jsx=n,de.jsxs=n,de}var ue={};/**
9
+ */var ge;function Ce(){if(ge)return se;ge=1;var n=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function s(r,o,l){var c=null;if(l!==void 0&&(c=""+l),o.key!==void 0&&(c=""+o.key),"key"in o){l={};for(var u in o)u!=="key"&&(l[u]=o[u])}else l=o;return o=l.ref,{$$typeof:n,type:r,key:c,ref:o!==void 0?o:null,props:l}}return se.Fragment=t,se.jsx=s,se.jsxs=s,se}var ae={};/**
10
10
  * @license React
11
11
  * react-jsx-runtime.development.js
12
12
  *
@@ -14,141 +14,142 @@
14
14
  *
15
15
  * This source code is licensed under the MIT license found in the
16
16
  * LICENSE file in the root directory of this source tree.
17
- */var we;function Pe(){return we||(we=1,process.env.NODE_ENV!=="production"&&(function(){function t(o){if(o==null)return null;if(typeof o=="function")return o.$$typeof===D?null:o.displayName||o.name||null;if(typeof o=="string")return o;switch(o){case h:return"Fragment";case l:return"Profiler";case p:return"StrictMode";case z:return"Suspense";case L:return"SuspenseList";case I:return"Activity"}if(typeof o=="object")switch(typeof o.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),o.$$typeof){case b:return"Portal";case $:return o.displayName||"Context";case w:return(o._context.displayName||"Context")+".Consumer";case S:var C=o.render;return o=o.displayName,o||(o=C.displayName||C.name||"",o=o!==""?"ForwardRef("+o+")":"ForwardRef"),o;case M:return C=o.displayName||null,C!==null?C:t(o.type)||"Memo";case F:C=o._payload,o=o._init;try{return t(o(C))}catch{}}return null}function r(o){return""+o}function n(o){try{r(o);var C=!1}catch{C=!0}if(C){C=console;var N=C.error,Y=typeof Symbol=="function"&&Symbol.toStringTag&&o[Symbol.toStringTag]||o.constructor.name||"Object";return N.call(C,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",Y),r(o)}}function s(o){if(o===h)return"<>";if(typeof o=="object"&&o!==null&&o.$$typeof===F)return"<...>";try{var C=t(o);return C?"<"+C+">":"<...>"}catch{return"<...>"}}function i(){var o=B.A;return o===null?null:o.getOwner()}function a(){return Error("react-stack-top-frame")}function x(o){if(H.call(o,"key")){var C=Object.getOwnPropertyDescriptor(o,"key").get;if(C&&C.isReactWarning)return!1}return o.key!==void 0}function f(o,C){function N(){T||(T=!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)",C))}N.isReactWarning=!0,Object.defineProperty(o,"key",{get:N,configurable:!0})}function g(){var o=t(this.type);return V[o]||(V[o]=!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.")),o=this.props.ref,o!==void 0?o:null}function y(o,C,N,Y,K,ne){var A=N.ref;return o={$$typeof:m,type:o,key:C,props:N,_owner:Y},(A!==void 0?A:null)!==null?Object.defineProperty(o,"ref",{enumerable:!1,get:g}):Object.defineProperty(o,"ref",{enumerable:!1,value:null}),o._store={},Object.defineProperty(o._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(o,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(o,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:K}),Object.defineProperty(o,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ne}),Object.freeze&&(Object.freeze(o.props),Object.freeze(o)),o}function v(o,C,N,Y,K,ne){var A=C.children;if(A!==void 0)if(Y)if(W(A)){for(Y=0;Y<A.length;Y++)c(A[Y]);Object.freeze&&Object.freeze(A)}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 c(A);if(H.call(C,"key")){A=t(o);var P=Object.keys(C).filter(function(R){return R!=="key"});Y=0<P.length?"{key: someKey, "+P.join(": ..., ")+": ...}":"{key: someKey}",re[A+Y]||(P=0<P.length?"{"+P.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
17
+ */var be;function Pe(){return be||(be=1,process.env.NODE_ENV!=="production"&&(function(){function n(a){if(a==null)return null;if(typeof a=="function")return a.$$typeof===F?null:a.displayName||a.name||null;if(typeof a=="string")return a;switch(a){case M:return"Fragment";case _:return"Profiler";case j:return"StrictMode";case b:return"Suspense";case h:return"SuspenseList";case L:return"Activity"}if(typeof a=="object")switch(typeof a.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),a.$$typeof){case m:return"Portal";case R:return a.displayName||"Context";case I:return(a._context.displayName||"Context")+".Consumer";case w:var v=a.render;return a=a.displayName,a||(a=v.displayName||v.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case p:return v=a.displayName||null,v!==null?v:n(a.type)||"Memo";case P:v=a._payload,a=a._init;try{return n(a(v))}catch{}}return null}function t(a){return""+a}function s(a){try{t(a);var v=!1}catch{v=!0}if(v){v=console;var k=v.error,C=typeof Symbol=="function"&&Symbol.toStringTag&&a[Symbol.toStringTag]||a.constructor.name||"Object";return k.call(v,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",C),t(a)}}function r(a){if(a===M)return"<>";if(typeof a=="object"&&a!==null&&a.$$typeof===P)return"<...>";try{var v=n(a);return v?"<"+v+">":"<...>"}catch{return"<...>"}}function o(){var a=Y.A;return a===null?null:a.getOwner()}function l(){return Error("react-stack-top-frame")}function c(a){if(W.call(a,"key")){var v=Object.getOwnPropertyDescriptor(a,"key").get;if(v&&v.isReactWarning)return!1}return a.key!==void 0}function u(a,v){function k(){x||(x=!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)",v))}k.isReactWarning=!0,Object.defineProperty(a,"key",{get:k,configurable:!0})}function N(){var a=n(this.type);return A[a]||(A[a]=!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.")),a=this.props.ref,a!==void 0?a:null}function g(a,v,k,C,q,Q){var V=k.ref;return a={$$typeof:T,type:a,key:v,props:k,_owner:C},(V!==void 0?V:null)!==null?Object.defineProperty(a,"ref",{enumerable:!1,get:N}):Object.defineProperty(a,"ref",{enumerable:!1,value:null}),a._store={},Object.defineProperty(a._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(a,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(a,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:q}),Object.defineProperty(a,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:Q}),Object.freeze&&(Object.freeze(a.props),Object.freeze(a)),a}function y(a,v,k,C,q,Q){var V=v.children;if(V!==void 0)if(C)if(B(V)){for(C=0;C<V.length;C++)d(V[C]);Object.freeze&&Object.freeze(V)}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 d(V);if(W.call(v,"key")){V=n(a);var K=Object.keys(v).filter(function(z){return z!=="key"});C=0<K.length?"{key: someKey, "+K.join(": ..., ")+": ...}":"{key: someKey}",J[V+C]||(K=0<K.length?"{"+K.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
18
18
  let props = %s;
19
19
  <%s {...props} />
20
20
  React keys must be passed directly to JSX without using spread:
21
21
  let props = %s;
22
- <%s key={someKey} {...props} />`,Y,A,P,A),re[A+Y]=!0)}if(A=null,N!==void 0&&(n(N),A=""+N),x(C)&&(n(C.key),A=""+C.key),"key"in C){N={};for(var G in C)G!=="key"&&(N[G]=C[G])}else N=C;return A&&f(N,typeof o=="function"?o.displayName||o.name||"Unknown":o),y(o,A,N,i(),K,ne)}function c(o){u(o)?o._store&&(o._store.validated=1):typeof o=="object"&&o!==null&&o.$$typeof===F&&(o._payload.status==="fulfilled"?u(o._payload.value)&&o._payload.value._store&&(o._payload.value._store.validated=1):o._store&&(o._store.validated=1))}function u(o){return typeof o=="object"&&o!==null&&o.$$typeof===m}var j=d,m=Symbol.for("react.transitional.element"),b=Symbol.for("react.portal"),h=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),w=Symbol.for("react.consumer"),$=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),z=Symbol.for("react.suspense"),L=Symbol.for("react.suspense_list"),M=Symbol.for("react.memo"),F=Symbol.for("react.lazy"),I=Symbol.for("react.activity"),D=Symbol.for("react.client.reference"),B=j.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,H=Object.prototype.hasOwnProperty,W=Array.isArray,E=console.createTask?console.createTask:function(){return null};j={react_stack_bottom_frame:function(o){return o()}};var T,V={},U=j.react_stack_bottom_frame.bind(j,a)(),q=E(s(a)),re={};ue.Fragment=h,ue.jsx=function(o,C,N){var Y=1e4>B.recentlyCreatedOwnerStacks++;return v(o,C,N,!1,Y?Error("react-stack-top-frame"):U,Y?E(s(o)):q)},ue.jsxs=function(o,C,N){var Y=1e4>B.recentlyCreatedOwnerStacks++;return v(o,C,N,!0,Y?Error("react-stack-top-frame"):U,Y?E(s(o)):q)}})()),ue}var ke;function Oe(){return ke||(ke=1,process.env.NODE_ENV==="production"?xe.exports=Ne():xe.exports=Pe()),xe.exports}var e=Oe();/**
22
+ <%s key={someKey} {...props} />`,C,V,K,V),J[V+C]=!0)}if(V=null,k!==void 0&&(s(k),V=""+k),c(v)&&(s(v.key),V=""+v.key),"key"in v){k={};for(var X in v)X!=="key"&&(k[X]=v[X])}else k=v;return V&&u(k,typeof a=="function"?a.displayName||a.name||"Unknown":a),g(a,V,k,o(),q,Q)}function d(a){f(a)?a._store&&(a._store.validated=1):typeof a=="object"&&a!==null&&a.$$typeof===P&&(a._payload.status==="fulfilled"?f(a._payload.value)&&a._payload.value._store&&(a._payload.value._store.validated=1):a._store&&(a._store.validated=1))}function f(a){return typeof a=="object"&&a!==null&&a.$$typeof===T}var $=i,T=Symbol.for("react.transitional.element"),m=Symbol.for("react.portal"),M=Symbol.for("react.fragment"),j=Symbol.for("react.strict_mode"),_=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),R=Symbol.for("react.context"),w=Symbol.for("react.forward_ref"),b=Symbol.for("react.suspense"),h=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),P=Symbol.for("react.lazy"),L=Symbol.for("react.activity"),F=Symbol.for("react.client.reference"),Y=$.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,W=Object.prototype.hasOwnProperty,B=Array.isArray,S=console.createTask?console.createTask:function(){return null};$={react_stack_bottom_frame:function(a){return a()}};var x,A={},H=$.react_stack_bottom_frame.bind($,l)(),G=S(r(l)),J={};ae.Fragment=M,ae.jsx=function(a,v,k){var C=1e4>Y.recentlyCreatedOwnerStacks++;return y(a,v,k,!1,C?Error("react-stack-top-frame"):H,C?S(r(a)):G)},ae.jsxs=function(a,v,k){var C=1e4>Y.recentlyCreatedOwnerStacks++;return y(a,v,k,!0,C?Error("react-stack-top-frame"):H,C?S(r(a)):G)}})()),ae}var ye;function Le(){return ye||(ye=1,process.env.NODE_ENV==="production"?le.exports=Ce():le.exports=Pe()),le.exports}var e=Le();/**
23
23
  * @license lucide-react v0.536.0 - ISC
24
24
  *
25
25
  * This source code is licensed under the ISC license.
26
26
  * See the LICENSE file in the root directory of this source tree.
27
- */const We=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Ye=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(r,n,s)=>s?s.toUpperCase():n.toLowerCase()),Se=t=>{const r=Ye(t);return r.charAt(0).toUpperCase()+r.slice(1)},$e=(...t)=>t.filter((r,n,s)=>!!r&&r.trim()!==""&&s.indexOf(r)===n).join(" ").trim(),Fe=t=>{for(const r in t)if(r.startsWith("aria-")||r==="role"||r==="title")return!0};/**
27
+ */const De=n=>n.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Oe=n=>n.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,s,r)=>r?r.toUpperCase():s.toLowerCase()),ve=n=>{const t=Oe(n);return t.charAt(0).toUpperCase()+t.slice(1)},ke=(...n)=>n.filter((t,s,r)=>!!t&&t.trim()!==""&&r.indexOf(t)===s).join(" ").trim(),Fe=n=>{for(const t in n)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};/**
28
28
  * @license lucide-react v0.536.0 - ISC
29
29
  *
30
30
  * This source code is licensed under the ISC license.
31
31
  * See the LICENSE file in the root directory of this source tree.
32
- */var De={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
32
+ */var Be={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
33
33
  * @license lucide-react v0.536.0 - ISC
34
34
  *
35
35
  * This source code is licensed under the ISC license.
36
36
  * See the LICENSE file in the root directory of this source tree.
37
- */const He=d.forwardRef(({color:t="currentColor",size:r=24,strokeWidth:n=2,absoluteStrokeWidth:s,className:i="",children:a,iconNode:x,...f},g)=>d.createElement("svg",{ref:g,...De,width:r,height:r,stroke:t,strokeWidth:s?Number(n)*24/Number(r):n,className:$e("lucide",i),...!a&&!Fe(f)&&{"aria-hidden":"true"},...f},[...x.map(([y,v])=>d.createElement(y,v)),...Array.isArray(a)?a:[a]]));/**
37
+ */const Ve=i.forwardRef(({color:n="currentColor",size:t=24,strokeWidth:s=2,absoluteStrokeWidth:r,className:o="",children:l,iconNode:c,...u},N)=>i.createElement("svg",{ref:N,...Be,width:t,height:t,stroke:n,strokeWidth:r?Number(s)*24/Number(t):s,className:ke("lucide",o),...!l&&!Fe(u)&&{"aria-hidden":"true"},...u},[...c.map(([g,y])=>i.createElement(g,y)),...Array.isArray(l)?l:[l]]));/**
38
38
  * @license lucide-react v0.536.0 - ISC
39
39
  *
40
40
  * This source code is licensed under the ISC license.
41
41
  * See the LICENSE file in the root directory of this source tree.
42
- */const X=(t,r)=>{const n=d.forwardRef(({className:s,...i},a)=>d.createElement(He,{ref:a,iconNode:r,className:$e(`lucide-${We(Se(t))}`,`lucide-${t}`,s),...i}));return n.displayName=Se(t),n};/**
42
+ */const U=(n,t)=>{const s=i.forwardRef(({className:r,...o},l)=>i.createElement(Ve,{ref:l,iconNode:t,className:ke(`lucide-${De(ve(n))}`,`lucide-${n}`,r),...o}));return s.displayName=ve(n),s};/**
43
43
  * @license lucide-react v0.536.0 - ISC
44
44
  *
45
45
  * This source code is licensed under the ISC license.
46
46
  * See the LICENSE file in the root directory of this source tree.
47
- */const Ve=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],Ue=X("circle-alert",Ve);/**
47
+ */const Ye=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],$e=U("chevron-down",Ye);/**
48
48
  * @license lucide-react v0.536.0 - ISC
49
49
  *
50
50
  * This source code is licensed under the ISC license.
51
51
  * See the LICENSE file in the root directory of this source tree.
52
- */const qe=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],Ge=X("circle-check-big",qe);/**
52
+ */const He=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],Ue=U("chevron-up",He);/**
53
53
  * @license lucide-react v0.536.0 - ISC
54
54
  *
55
55
  * This source code is licensed under the ISC license.
56
56
  * See the LICENSE file in the root directory of this source tree.
57
- */const Xe=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Je=X("eye-off",Xe);/**
57
+ */const We=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],qe=U("circle-alert",We);/**
58
58
  * @license lucide-react v0.536.0 - ISC
59
59
  *
60
60
  * This source code is licensed under the ISC license.
61
61
  * See the LICENSE file in the root directory of this source tree.
62
- */const Ze=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Ke=X("eye",Ze);/**
62
+ */const Ge=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],Xe=U("circle-check-big",Ge);/**
63
63
  * @license lucide-react v0.536.0 - ISC
64
64
  *
65
65
  * This source code is licensed under the ISC license.
66
66
  * See the LICENSE file in the root directory of this source tree.
67
- */const Qe=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}]],et=X("heart",Qe);/**
67
+ */const Je=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Ke=U("eye-off",Je);/**
68
68
  * @license lucide-react v0.536.0 - ISC
69
69
  *
70
70
  * This source code is licensed under the ISC license.
71
71
  * See the LICENSE file in the root directory of this source tree.
72
- */const tt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],rt=X("info",tt);/**
72
+ */const Ze=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Qe=U("eye",Ze);/**
73
73
  * @license lucide-react v0.536.0 - ISC
74
74
  *
75
75
  * This source code is licensed under the ISC license.
76
76
  * See the LICENSE file in the root directory of this source tree.
77
- */const nt=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]],st=X("maximize",nt);/**
77
+ */const et=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}]],tt=U("heart",et);/**
78
78
  * @license lucide-react v0.536.0 - ISC
79
79
  *
80
80
  * This source code is licensed under the ISC license.
81
81
  * See the LICENSE file in the root directory of this source tree.
82
- */const ot=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]],at=X("minimize",ot);/**
82
+ */const rt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],nt=U("info",rt);/**
83
83
  * @license lucide-react v0.536.0 - ISC
84
84
  *
85
85
  * This source code is licensed under the ISC license.
86
86
  * See the LICENSE file in the root directory of this source tree.
87
- */const lt=[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],Te=X("music",lt);/**
87
+ */const st=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]],at=U("maximize",st);/**
88
88
  * @license lucide-react v0.536.0 - ISC
89
89
  *
90
90
  * This source code is licensed under the ISC license.
91
91
  * See the LICENSE file in the root directory of this source tree.
92
- */const it=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]],he=X("pause",it);/**
92
+ */const ot=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]],lt=U("minimize",ot);/**
93
93
  * @license lucide-react v0.536.0 - ISC
94
94
  *
95
95
  * This source code is licensed under the ISC license.
96
96
  * See the LICENSE file in the root directory of this source tree.
97
- */const ct=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],ge=X("play",ct);/**
97
+ */const it=[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],we=U("music",it);/**
98
98
  * @license lucide-react v0.536.0 - ISC
99
99
  *
100
100
  * This source code is licensed under the ISC license.
101
101
  * See the LICENSE file in the root directory of this source tree.
102
- */const dt=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],Re=X("rotate-ccw",dt);/**
102
+ */const ct=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]],ue=U("pause",ct);/**
103
103
  * @license lucide-react v0.536.0 - ISC
104
104
  *
105
105
  * This source code is licensed under the ISC license.
106
106
  * See the LICENSE file in the root directory of this source tree.
107
- */const ut=[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]],ft=X("shuffle",ut);/**
107
+ */const dt=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],fe=U("play",dt);/**
108
108
  * @license lucide-react v0.536.0 - ISC
109
109
  *
110
110
  * This source code is licensed under the ISC license.
111
111
  * See the LICENSE file in the root directory of this source tree.
112
- */const pt=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"15892j"}],["path",{d:"M3 20V4",key:"1ptbpl"}]],me=X("skip-back",pt);/**
112
+ */const ut=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],Ne=U("rotate-ccw",ut);/**
113
113
  * @license lucide-react v0.536.0 - ISC
114
114
  *
115
115
  * This source code is licensed under the ISC license.
116
116
  * See the LICENSE file in the root directory of this source tree.
117
- */const xt=[["path",{d:"M21 4v16",key:"7j8fe9"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"zs4d6"}]],be=X("skip-forward",xt);/**
117
+ */const ft=[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]],xt=U("shuffle",ft);/**
118
118
  * @license lucide-react v0.536.0 - ISC
119
119
  *
120
120
  * This source code is licensed under the ISC license.
121
121
  * See the LICENSE file in the root directory of this source tree.
122
- */const ht=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],gt=X("triangle-alert",ht);/**
122
+ */const pt=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"15892j"}],["path",{d:"M3 20V4",key:"1ptbpl"}]],xe=U("skip-back",pt);/**
123
123
  * @license lucide-react v0.536.0 - ISC
124
124
  *
125
125
  * This source code is licensed under the ISC license.
126
126
  * See the LICENSE file in the root directory of this source tree.
127
- */const mt=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],bt=X("user",mt);/**
127
+ */const ht=[["path",{d:"M21 4v16",key:"7j8fe9"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"zs4d6"}]],pe=U("skip-forward",ht);/**
128
128
  * @license lucide-react v0.536.0 - ISC
129
129
  *
130
130
  * This source code is licensed under the ISC license.
131
131
  * See the LICENSE file in the root directory of this source tree.
132
- */const yt=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]],Ee=X("volume-2",yt);/**
132
+ */const mt=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],gt=U("triangle-alert",mt);/**
133
133
  * @license lucide-react v0.536.0 - ISC
134
134
  *
135
135
  * This source code is licensed under the ISC license.
136
136
  * See the LICENSE file in the root directory of this source tree.
137
- */const vt=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]],Me=X("volume-x",vt);/**
137
+ */const bt=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],yt=U("user",bt);/**
138
138
  * @license lucide-react v0.536.0 - ISC
139
139
  *
140
140
  * This source code is licensed under the ISC license.
141
141
  * See the LICENSE file in the root directory of this source tree.
142
- */const jt=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],ye=X("x",jt),wt={success:{bg:"#ecfdf5",border:"#34d399",iconColor:"#059669",Icon:e.jsx(Ge,{size:20})},error:{bg:"#fef2f2",border:"#f87171",iconColor:"#dc2626",Icon:e.jsx(Ue,{size:20})},warning:{bg:"#fffbeb",border:"#facc15",iconColor:"#d97706",Icon:e.jsx(gt,{size:20})},info:{bg:"#eff6ff",border:"#3b82f6",iconColor:"#2563eb",Icon:e.jsx(rt,{size:20})}},kt=t=>{const r={position:"fixed",zIndex:9999,pointerEvents:"auto"};switch(t){case"top-left":return{...r,top:"1.25rem",left:"1.25rem"};case"top-center":return{...r,top:"1.25rem",left:"50%",transform:"translateX(-50%)"};case"top-right":return{...r,top:"1.25rem",right:"1.25rem"};case"bottom-left":return{...r,bottom:"1.25rem",left:"1.25rem"};case"bottom-center":return{...r,bottom:"1.25rem",left:"50%",transform:"translateX(-50%)"};case"bottom-right":default:return{...r,bottom:"1.25rem",right:"1.25rem"}}},ze=({title:t,description:r,type:n="info",dismissible:s=!0,duration:i,onClose:a,icon:x,actionButton:f,position:g="top-right",backgroundColor:y,borderColor:v,textColor:c="#111827",borderRadius:u="0.75rem",shadow:j="0 4px 14px rgba(0,0,0,0.1)",padding:m="1rem",fontSize:b="0.95rem",fontWeight:h=500,descriptionColor:p="#374151",animationDuration:l="300ms",maxWidth:w="480px",className:$="",style:S})=>{const[z,L]=d.useState(!1),[M,F]=d.useState(!1);d.useEffect(()=>{if(L(!0),i){const T=setTimeout(()=>{F(!0),setTimeout(()=>{L(!1),a?.()},parseInt(l))},i);return()=>clearTimeout(T)}},[i,a,l]);const{bg:I,border:D,iconColor:B,Icon:H}=wt[n],W=kt(g),E=d.useMemo(()=>({...W,display:"flex",alignItems:"flex-start",gap:"0.75rem",backgroundColor:y??I,borderLeft:`4px solid ${v??D}`,borderRadius:u,color:c,boxShadow:j,padding:m,maxWidth:w,width:"calc(100% - 2.5rem)",opacity:z&&!M?1:0,transform:z&&!M?"translateY(0)":g.includes("bottom")?"translateY(20px)":"translateY(-20px)",transition:`opacity ${l} ease, transform ${l} ease`,fontWeight:h,fontSize:b,...S}),[z,M,I,D,v,u,g,j,m,c,w,y,l,S,b,h]);return z?e.jsxs(e.Fragment,{children:[e.jsx("style",{children:`
143
- @keyframes alert-slide-in-top {
144
- from { opacity: 0; transform: translateY(-20px); }
145
- to { opacity: 1; transform: translateY(0); }
146
- }
147
- @keyframes alert-slide-in-bottom {
148
- from { opacity: 0; transform: translateY(20px); }
149
- to { opacity: 1; transform: translateY(0); }
150
- }
151
- `}),e.jsxs("div",{className:$,style:{...E,animation:`${g.includes("bottom")?"alert-slide-in-bottom":"alert-slide-in-top"} ${l} ease`},role:"alert",children:[e.jsx("div",{style:{color:B,marginTop:"2px"},children:x||H}),e.jsxs("div",{style:{flex:1,minWidth:0},children:[t&&e.jsx("div",{style:{fontWeight:600,fontSize:b,marginBottom:"4px"},children:t}),r&&e.jsx("div",{style:{fontSize:"0.875rem",color:p,lineHeight:1.4},children:r}),f&&e.jsx("div",{style:{marginTop:"8px"},children:f})]}),s&&e.jsx("button",{onClick:()=>{F(!0),setTimeout(()=>{L(!1),a?.()},parseInt(l))},style:{background:"transparent",border:"none",color:"#6b7280",cursor:"pointer",marginLeft:"8px",padding:0,lineHeight:0},"aria-label":"Close alert",children:e.jsx(ye,{size:16})})]})]}):null};ze.displayName="Alert";const _e=d.memo(({items:t,allowMultiple:r=!1,defaultOpen:n=[],borderColor:s="#e5e7eb",backgroundColor:i="#fff",textColor:a="#111827",hoverBgColor:x="#f9fafb",hoverTextColor:f="#111827",contentBgColor:g="#fff",contentTextColor:y="#374151",paddingY:v="1rem",paddingX:c="1rem",marginY:u="0.75rem",borderRadius:j="0.5rem",contentPadding:m="1rem",fontSize:b="1rem",fontWeight:h=600,contentFontSize:p="0.95rem",contentFontWeight:l=400,iconOpen:w="−",iconClose:$="+",iconSize:S="1.25rem",transitionDuration:z="300ms",shadow:L="0 1px 4px rgba(0,0,0,0.08)",className:M="",style:F})=>{const[I,D]=d.useState(n),B=d.useRef([]);d.useEffect(()=>{B.current.forEach((W,E)=>{W&&(W.style.maxHeight=I.includes(E)?`${W.scrollHeight}px`:"0px")})},[I]);const H=W=>{D(E=>r?E.includes(W)?E.filter(T=>T!==W):[...E,W]:E.includes(W)?[]:[W])};return e.jsx("div",{className:M,style:{width:"100%",...F},children:t.map((W,E)=>{const T=I.includes(E);return e.jsxs("div",{style:{border:`1px solid ${s}`,borderRadius:j,margin:`${u} 0`,boxShadow:L,overflow:"hidden",transition:`all ${z} ease`},children:[e.jsxs("button",{onClick:()=>H(E),style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",backgroundColor:i,color:a,padding:`${v} ${c}`,fontWeight:h,fontSize:b,cursor:"pointer",border:"none",outline:"none",transition:`all ${z}`},onMouseEnter:V=>{V.currentTarget.style.backgroundColor=x,V.currentTarget.style.color=f},onMouseLeave:V=>{V.currentTarget.style.backgroundColor=i,V.currentTarget.style.color=a},children:[e.jsx("span",{children:W.title}),e.jsx("span",{style:{fontSize:S},children:T?w:$})]}),e.jsx("div",{ref:V=>{B.current[E]=V},style:{overflow:"hidden",maxHeight:T?`${B.current[E]?.scrollHeight}px`:"0px",transition:`max-height ${z} ease-in-out`},children:e.jsx("div",{style:{borderTop:`1px solid ${s}`,backgroundColor:g,color:y,padding:m,fontSize:p,fontWeight:l},children:W.content})})]},E)})})});_e.displayName="Accordion";const Ie={xs:24,sm:32,md:40,lg:48,xl:56,"2xl":64},Ae={xs:10,sm:12,md:14,lg:16,xl:18,"2xl":20},St={xs:6,sm:8,md:10,lg:12,xl:14,"2xl":16},Tt=t=>{switch(t){case"square":return"0px";case"rounded":return"8px";default:return"50%"}},Ct=(t,r)=>{switch(t){case"top-left":return{top:2,left:2};case"top-right":return{top:2,right:2};case"bottom-left":return{bottom:2,left:2};default:return{bottom:2,right:2}}},$t=(t,r)=>{switch(t){case"tight":return-(r*.5);case"loose":return-(r*.15);default:return-(r*.35)}},Le=({src:t,alt:r="User avatar",size:n="md",variant:s="circular",isOnline:i=!1,isOffline:a=!1,className:x="",style:f,statusClassName:g="",statusStyle:y,statusPosition:v="bottom-right",fallback:c,ring:u=!1,ringColor:j="#3b82f6",onClick:m})=>{const[b,h]=d.useState(!1),[p,l]=d.useState(!1),w=n==="responsive",$=w?void 0:Ie[n],S=w?"clamp(10px, 2vw, 16px)":Ae[n],z=w?10:St[n],L=Tt(s),M=c||r.split(" ").map(H=>H[0]).join("").toUpperCase().slice(0,2),F=i?"#10b981":a?"#6b7280":"",I=i?"Online":a?"Offline":"",D=t&&!b,B=!!m;return e.jsxs("div",{className:x,role:B?"button":"img",tabIndex:B?0:-1,"aria-label":r,onClick:m,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),onKeyDown:H=>{B&&(H.key==="Enter"||H.key===" ")&&(H.preventDefault(),m?.())},style:{position:"relative",width:w?"100%":$,height:w?"100%":$,borderRadius:L,overflow:"visible",display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,cursor:B?"pointer":"default",transition:"all 0.25s cubic-bezier(0.4, 0, 0.2, 1)",transform:p&&B?"scale(1.05)":"scale(1)",boxShadow:u?`0 0 0 3px ${j}22, 0 0 0 1px ${j}`:p&&B?"0 6px 16px rgba(0, 0, 0, 0.15)":"0 1px 3px rgba(0, 0, 0, 0.1)",...f},children:[D?e.jsx("img",{src:t,alt:r,onError:()=>h(!0),loading:"lazy",style:{width:"100%",height:"100%",objectFit:"cover",borderRadius:L,transition:"opacity 0.3s ease-in-out"}}):e.jsx("div",{style:{width:"100%",height:"100%",background:"linear-gradient(135deg, #667eea 0%, #764ba2 100%)",color:"#fff",fontSize:S,fontWeight:600,borderRadius:L,display:"flex",alignItems:"center",justifyContent:"center"},children:M||e.jsx(bt,{size:$?$*.5:20})}),(i||a)&&e.jsx("div",{className:g,"aria-label":I,title:I,style:{position:"absolute",width:z,height:z,borderRadius:"50%",backgroundColor:F,border:"2px solid white",boxShadow:"0 1px 3px rgba(0, 0, 0, 0.12)",...Ct(v),...y}})]})},Rt=({avatars:t,max:r=4,size:n="md",className:s="",style:i,spacing:a="normal",direction:x="left"})=>{const f=n==="responsive",g=f?40:Ie[n],y=f?"clamp(10px, 2vw, 14px)":Ae[n],v=$t(a,g),c=t.slice(0,r),u=t.length-r;return e.jsxs("div",{className:s,style:{display:"flex",alignItems:"center",flexDirection:x==="right"?"row-reverse":"row",flexWrap:"wrap",...i},role:"group","aria-label":`Avatar group with ${t.length} members`,children:[c.map((j,m)=>{const b=x==="left"?m===0:m===c.length-1,h=x==="left"?c.length-m:m+1;return e.jsx("div",{style:{marginLeft:x==="left"&&!b?v:0,marginRight:x==="right"&&!b?v:0,zIndex:h,position:"relative",transition:"transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)"},onMouseEnter:p=>{p.currentTarget.style.transform="translateY(-3px) scale(1.05)",p.currentTarget.style.zIndex="100"},onMouseLeave:p=>{p.currentTarget.style.transform="translateY(0) scale(1)",p.currentTarget.style.zIndex=h.toString()},children:e.jsx(Le,{...j,size:n})},m)}),u>0&&e.jsxs("div",{style:{marginLeft:x==="left"?v:0,marginRight:x==="right"?v:0,width:g,height:g,borderRadius:"50%",background:"linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%)",color:"#374151",fontSize:y,fontWeight:600,display:"flex",justifyContent:"center",alignItems:"center",border:"3px solid white",boxShadow:"0 2px 8px rgba(0, 0, 0, 0.15)",userSelect:"none"},title:`${u} more members`,children:["+",u]})]})},Et=({src:t,thumbnail:r,autoPlay:n=!1,loop:s=!1,backgroundColor:i="#000000",primaryColor:a="#10b981",secondaryColor:x="#ffffff",borderRadius:f="12px",padding:g="16px",width:y="100%",className:v})=>{const c=d.useRef(null),u=d.useRef(null),[j,m]=d.useState(n),[b,h]=d.useState(0),[p,l]=d.useState(0),[w,$]=d.useState(.5),[S,z]=d.useState(!1),[L,M]=d.useState(s);d.useEffect(()=>{c.current&&(c.current.volume=w)},[w]),d.useEffect(()=>{c.current&&(c.current.loop=L)},[L]);const F=()=>{c.current&&(j?c.current.pause():c.current.play(),m(!j))},I=()=>{c.current&&(h(c.current.currentTime),l(c.current.duration))},D=E=>{if(!c.current||!E.currentTarget)return;const T=E.currentTarget.getBoundingClientRect(),U=(E.clientX-T.left)/T.width*p;c.current.currentTime=U,h(U)},B=E=>{c.current&&(c.current.currentTime+=E)},H=()=>{u.current&&(S?document.exitFullscreen?.():u.current.requestFullscreen?.(),z(!S))},W=E=>{const T=Math.floor(E/60),V=Math.floor(E%60);return`${T}:${V<10?"0":""}${V}`};return e.jsxs("div",{ref:u,className:v,style:{position:"relative",width:y,backgroundColor:i,borderRadius:f,color:x,boxShadow:"0 4px 12px rgba(0,0,0,0.3)",overflow:"hidden",padding:g,boxSizing:"border-box",maxWidth:"100%"},children:[e.jsx("audio",{ref:c,src:t,autoPlay:n,loop:s,onTimeUpdate:I,onLoadedMetadata:I}),r&&e.jsx("img",{src:r,alt:"Audio Thumbnail",style:{width:"100%",objectFit:"cover",borderRadius:f,marginBottom:"16px",maxHeight:"150px"}}),e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",gap:"10px",flexShrink:0,marginTop:"10px"},children:[e.jsx("button",{onClick:()=>B(-10),"aria-label":"Skip Back 10s",children:e.jsx(me,{size:20})}),e.jsx("button",{onClick:F,style:{background:a,borderRadius:"9999px",padding:"10px",color:"#fff",border:"none",cursor:"pointer"},"aria-label":j?"Pause":"Play",children:j?e.jsx(he,{size:20}):e.jsx(ge,{size:20})}),e.jsx("button",{onClick:()=>B(10),"aria-label":"Skip Forward 10s",children:e.jsx(be,{size:20})})]}),e.jsxs("div",{style:{display:"flex",flexWrap:"wrap",alignItems:"center",justifyContent:"space-between",gap:"12px",width:"100%"},children:[e.jsxs("div",{style:{flexShrink:0,minWidth:"60px",textAlign:"center"},children:[e.jsx("span",{style:{fontSize:"14px",marginRight:"4px"},children:W(b)}),e.jsxs("span",{style:{fontSize:"14px",color:"#aaa"},children:["/ ",W(p)]})]}),e.jsx("div",{onClick:D,style:{flex:1,height:"8px",background:"#444",borderRadius:"4px",cursor:"pointer",position:"relative",minWidth:"100px"},children:e.jsx("div",{style:{width:`${b/p*100||0}%`,height:"100%",background:a,borderRadius:"4px"}})}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"10px",flexShrink:0},children:[e.jsx("button",{onClick:()=>M(!L),"aria-label":"Toggle Loop",children:e.jsx(Re,{size:18,color:L?a:void 0})}),e.jsx("button",{onClick:()=>$(w>0?0:.5),"aria-label":"Toggle Mute",children:w>0?e.jsx(Ee,{size:18}):e.jsx(Me,{size:18})}),e.jsx("button",{onClick:H,"aria-label":"Toggle Fullscreen",children:S?e.jsx(at,{size:18}):e.jsx(st,{size:18})})]})]})]})},Mt=[{src:"https://www.soundjay.com/misc/sounds/bell-ringing-05.wav",title:"Morning Bell",artist:"Nature Sounds",duration:"0:15",thumbnail:"https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=300&h=300&fit=crop"},{src:"https://www.soundjay.com/buttons/sounds/button-4.wav",title:"Digital Click",artist:"Tech Audio",duration:"0:05",thumbnail:"https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=300&h=300&fit=crop"},{src:"https://www.soundjay.com/buttons/sounds/button-10.wav",title:"Soft Chime",artist:"Ambient Studio",duration:"0:08",thumbnail:"https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=300&h=300&fit=crop"}];function zt({tracks:t=Mt,className:r="",galleryTitle:n="Audio Gallery",primaryColor:s="#8b5cf6",backgroundColor:i="#0f0f23",textColor:a="#e4e4e7",secondaryColor:x="#1a1a2e",border:f=0,borderColor:g,maxWidth:y=420,autoplay:v=!1,loop:c=!1}){const[u,j]=d.useState(null),[m,b]=d.useState(!1),[h,p]=d.useState(0),[l,w]=d.useState(0),[$,S]=d.useState(.7),[z,L]=d.useState(!1),[M,F]=d.useState(c),[I,D]=d.useState(!1),[B,H]=d.useState(!1),[W,E]=d.useState(!1),T=d.useRef(null),V=d.useRef(null),U=d.useRef(null);d.useEffect(()=>{T.current&&(T.current.volume=$)},[$]),d.useEffect(()=>{T.current&&(T.current.loop=M)},[M]),d.useEffect(()=>{u===null&&T.current&&(T.current.pause(),b(!1),p(0),w(0))},[u]);const q=R=>{if(u===R){if(!T.current)return;T.current.paused?(T.current.play().catch(()=>{}),b(!0)):(T.current.pause(),b(!1))}else j(R),setTimeout(()=>{T.current&&(T.current.play().catch(()=>{}),b(!0))},100)},re=()=>{T.current&&(p(T.current.currentTime),T.current.duration&&w(T.current.duration))},o=R=>{if(!T.current||!l)return;const k=R.currentTarget.getBoundingClientRect(),Z=(R.clientX-k.left)/k.width*l;T.current.currentTime=Z,p(Z)},C=R=>{const k=R.currentTarget.getBoundingClientRect(),J=(R.clientX-k.left)/k.width,Z=Math.max(0,Math.min(1,J));S(Z)},N=R=>{if(T.current&&l){let k=T.current.currentTime+R;k=Math.min(Math.max(k,0),l),T.current.currentTime=k,p(k)}},Y=()=>{if(u===null)return;let R;I?R=Math.floor(Math.random()*t.length):R=(u+1)%t.length,q(R)},K=()=>{if(u===null)return;let R;I?R=Math.floor(Math.random()*t.length):R=(u-1+t.length)%t.length,q(R)},ne=()=>{S(R=>R>0?0:.7)},A=()=>{E(!0),U.current&&clearTimeout(U.current),U.current=setTimeout(()=>{E(!1)},3e3)},P=R=>{if(isNaN(R))return"0:00";const k=Math.floor(R/60),_=Math.floor(R%60);return`${k}:${_<10?"0":""}${_}`},G=u!==null?t[u]:null;return e.jsxs("div",{className:r,style:{maxWidth:`${y}px`,margin:"20px auto",background:`linear-gradient(145deg, ${i}, ${x})`,color:a,borderRadius:"24px",padding:"24px 16px",fontFamily:"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",userSelect:"none",backdropFilter:"blur(20px)",border:`${f}px solid ${g}40`},children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"24px"},children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"12px"},children:[e.jsx("div",{style:{width:"40px",height:"40px",borderRadius:"12px",background:`linear-gradient(135deg, ${s}, ${x})`,display:"flex",alignItems:"center",justifyContent:"center"},children:e.jsx(Te,{size:20,color:"white"})}),e.jsxs("div",{children:[e.jsx("h2",{style:{margin:0,fontSize:"1.25rem",fontWeight:"700",color:s},children:n}),e.jsxs("p",{style:{margin:0,fontSize:"0.875rem",opacity:.7},children:[t.length," tracks"]})]})]}),e.jsx("button",{onClick:()=>D(!I),style:{background:I?s:"transparent",border:"none",borderRadius:"12px",padding:"8px",cursor:"pointer",transition:"all 0.3s ease",opacity:I?1:.6},"aria-label":"Toggle Shuffle",children:e.jsx(ft,{size:18,color:I?"white":a})})]}),e.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"8px",marginBottom:"20px",maxHeight:"240px",overflowY:"auto",paddingRight:"4px"},children:t.map((R,k)=>{const _=u===k,J=_&&m;return e.jsxs("div",{onClick:()=>q(k),style:{display:"flex",alignItems:"center",padding:"12px 16px",borderRadius:"16px",background:_?`linear-gradient(135deg, ${s}20, ${s}10)`:"rgba(255,255,255,0.05)",border:_?`1px solid ${s}40`:"1px solid transparent",cursor:"pointer",transition:"all 0.3s ease",backdropFilter:_?"blur(20px)":"none"},children:[e.jsxs("div",{style:{width:"48px",height:"48px",borderRadius:"12px",background:R.thumbnail?`url(${R.thumbnail}) center/cover`:s,display:"flex",alignItems:"center",justifyContent:"center",marginRight:"12px",position:"relative",overflow:"hidden"},children:[!R.thumbnail&&e.jsx(Te,{size:20,color:"white"}),J&&e.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,background:"rgba(0,0,0,0.6)",display:"flex",alignItems:"center",justifyContent:"center"},children:e.jsx("div",{style:{width:"16px",height:"16px",display:"flex",gap:"2px",alignItems:"end",justifyContent:"center"},children:[0,1,2].map(Z=>e.jsx("div",{style:{width:"3px",background:"white",borderRadius:"2px",animation:`equalizer 1s ease-in-out infinite ${Z*.2}s`,height:"12px"}},Z))})})]}),e.jsxs("div",{style:{flex:1,minWidth:0},children:[e.jsx("div",{style:{fontWeight:"600",fontSize:"0.95rem",color:_?s:a,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:R.title}),R.artist&&e.jsx("div",{style:{fontSize:"0.8rem",opacity:.7,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:R.artist})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"12px"},children:[R.duration&&e.jsx("span",{style:{fontSize:"0.8rem",opacity:.6},children:R.duration}),e.jsx("div",{style:{width:"32px",height:"32px",borderRadius:"8px",background:_?s:"rgba(255,255,255,0.1)",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.3s ease"},children:J?e.jsx(he,{size:16,color:"white"}):e.jsx(ge,{size:16,color:"white"})})]})]},k)})}),G&&e.jsxs("div",{ref:V,style:{background:`linear-gradient(135deg, ${x}, ${i})`,borderRadius:"20px",padding:"20px",border:`1px solid ${s}40`,backdropFilter:"blur(20px)",position:"relative",overflow:"hidden"},children:[G.thumbnail&&e.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`url(${G.thumbnail})`,backgroundSize:"cover",backgroundPosition:"center",filter:"blur(60px) opacity(0.1)",transform:"scale(1.1)"}}),e.jsxs("div",{style:{position:"relative",zIndex:1},children:[e.jsxs("div",{style:{textAlign:"center",marginBottom:"20px"},children:[e.jsx("h3",{style:{margin:"0 0 4px 0",fontSize:"1.1rem",fontWeight:"700",color:s},children:G.title}),G.artist&&e.jsx("p",{style:{margin:0,opacity:.7,fontSize:"0.9rem"},children:G.artist})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",gap:"20px",marginBottom:"20px"},children:[e.jsx("button",{onClick:K,style:ie(a,"rgba(255,255,255,0.1)"),"aria-label":"Previous Track",children:e.jsx(me,{size:20})}),e.jsxs("button",{onClick:()=>N(-10),style:ie(a,"rgba(255,255,255,0.1)"),"aria-label":"Skip back 10 seconds",children:[e.jsx(me,{size:16}),e.jsx("span",{style:{fontSize:"0.7rem",marginLeft:"2px"},children:"10"})]}),e.jsx("button",{onClick:()=>{T.current&&(m?(T.current.pause(),b(!1)):(T.current.play().catch(()=>{}),b(!0)))},style:{...ie("#fff",s),width:"60px",height:"60px",borderRadius:"50%",boxShadow:`0 8px 25px ${s}40`},"aria-label":m?"Pause":"Play",children:m?e.jsx(he,{size:24}):e.jsx(ge,{size:24})}),e.jsxs("button",{onClick:()=>N(10),style:ie(a,"rgba(255,255,255,0.1)"),"aria-label":"Skip forward 10 seconds",children:[e.jsx("span",{style:{fontSize:"0.7rem",marginRight:"2px"},children:"10"}),e.jsx(be,{size:16})]}),e.jsx("button",{onClick:Y,style:ie(a,"rgba(255,255,255,0.1)"),"aria-label":"Next Track",children:e.jsx(be,{size:20})})]}),e.jsxs("div",{style:{marginBottom:"16px"},children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"8px",fontSize:"0.8rem",opacity:.7},children:[e.jsx("span",{children:P(h)}),e.jsx("span",{children:P(l)})]}),e.jsx("div",{onClick:o,style:{height:"6px",background:"rgba(255,255,255,0.2)",borderRadius:"3px",cursor:"pointer",position:"relative",overflow:"hidden"},children:e.jsx("div",{style:{width:`${h/l*100||0}%`,height:"100%",background:`linear-gradient(90deg, ${s}, #ec4899)`,borderRadius:"3px",position:"relative"},children:e.jsx("div",{style:{position:"absolute",right:"-6px",top:"50%",transform:"translateY(-50%)",width:"12px",height:"12px",background:s,borderRadius:"50%",boxShadow:`0 2px 8px ${s}60`}})})})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[e.jsxs("div",{style:{display:"flex",gap:"8px"},children:[e.jsx("button",{onClick:()=>H(!B),style:ie(B?"#ec4899":a,"rgba(255,255,255,0.1)"),"aria-label":"Like",children:e.jsx(et,{size:16,fill:B?"#ec4899":"none"})}),e.jsx("button",{onClick:()=>F(!M),style:ie(M?s:a,"rgba(255,255,255,0.1)"),"aria-label":"Toggle Loop",children:e.jsx(Re,{size:16})})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",position:"relative"},children:[W&&e.jsx("div",{onClick:C,style:{width:"80px",height:"4px",background:"rgba(255,255,255,0.2)",borderRadius:"2px",cursor:"pointer",position:"relative"},children:e.jsx("div",{style:{width:`${$*100}%`,height:"100%",background:s,borderRadius:"2px"}})}),e.jsx("button",{onClick:ne,onMouseEnter:A,style:ie(a,"rgba(255,255,255,0.1)"),"aria-label":$>0?"Mute":"Unmute",children:$>0?e.jsx(Ee,{size:16}):e.jsx(Me,{size:16})})]})]})]}),e.jsx("audio",{ref:T,src:G.src,autoPlay:v,loop:M,onTimeUpdate:re,onEnded:()=>{b(!1),M||Y()},onLoadedMetadata:re,preload:"metadata",style:{display:"none"}})]}),e.jsx("style",{children:`
142
+ */const vt=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]],Se=U("volume-2",vt);/**
143
+ * @license lucide-react v0.536.0 - ISC
144
+ *
145
+ * This source code is licensed under the ISC license.
146
+ * See the LICENSE file in the root directory of this source tree.
147
+ */const wt=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]],Te=U("volume-x",wt);/**
148
+ * @license lucide-react v0.536.0 - ISC
149
+ *
150
+ * This source code is licensed under the ISC license.
151
+ * See the LICENSE file in the root directory of this source tree.
152
+ */const jt=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],he=U("x",jt),Re=i.createContext(void 0),kt=()=>{const n=i.useContext(Re);if(!n)throw new Error("useToast must be used within ToastProvider");return n},$t=({children:n})=>{const[t,s]=i.useState([]),r=i.useCallback(l=>{s(c=>c.filter(u=>u.id!==l))},[]),o=i.useCallback(l=>{const c=Date.now()+Math.random();s(u=>[...u,{...l,id:c}]),l.duration!==0&&setTimeout(()=>r(c),l.duration??4e3)},[r]);return e.jsxs(Re.Provider,{value:{addToast:o},children:[n,e.jsx("div",{className:"fixed top-5 right-5 flex flex-col gap-3 z-50",children:t.map(l=>e.jsx(St,{toast:l,onClose:()=>r(l.id)},l.id))})]})},Nt={success:{bg:"bg-green-50",border:"border-green-400",icon:e.jsx(Xe,{size:20,className:"text-green-600"})},error:{bg:"bg-red-50",border:"border-red-400",icon:e.jsx(qe,{size:20,className:"text-red-600"})},warning:{bg:"bg-yellow-50",border:"border-yellow-400",icon:e.jsx(gt,{size:20,className:"text-yellow-600"})},info:{bg:"bg-blue-50",border:"border-blue-400",icon:e.jsx(nt,{size:20,className:"text-blue-600"})}},St=({toast:n,onClose:t})=>{const{title:s,description:r,type:o="info"}=n,{bg:l,border:c,icon:u}=Nt[o];return e.jsxs("div",{className:`flex items-start gap-3 p-4 border-l-4 rounded shadow ${l} ${c} animate-slide-in-right`,role:"alert",children:[e.jsx("div",{children:u}),e.jsxs("div",{className:"flex-1 min-w-0",children:[s&&e.jsx("div",{className:"font-semibold text-sm mb-1",children:s}),r&&e.jsx("div",{className:"text-sm text-gray-700",children:r})]}),e.jsx("button",{onClick:t,className:"text-gray-500 hover:text-gray-700",children:e.jsx(he,{size:16})})]})},Ee=i.memo(({items:n,allowMultiple:t=!1,defaultOpen:s=[],borderColor:r="#e5e7eb",backgroundColor:o="#fff",textColor:l="#111827",hoverBgColor:c="#f3f4f6",hoverTextColor:u="#111827",contentBgColor:N="#fff",contentTextColor:g="#374151",paddingY:y="1rem",paddingX:d="1rem",marginY:f="0.5rem",borderRadius:$="0.5rem",contentPadding:T="1rem",fontSize:m="1rem",fontWeight:M=600,contentFontSize:j="0.95rem",contentFontWeight:_=400,iconOpen:I,iconClose:R,iconSize:w="1.25rem",transitionDuration:b="300ms",shadow:h="0 1px 4px rgba(0,0,0,0.08)",className:p="",style:P})=>{const[L,F]=i.useState(s),Y=i.useRef([]);i.useEffect(()=>{Y.current.forEach((S,x)=>{S&&(S.style.maxHeight=L.includes(x)?`${S.scrollHeight}px`:"0px")})},[L]);const W=S=>{F(x=>t?x.includes(S)?x.filter(A=>A!==S):[...x,S]:x.includes(S)?[]:[S])},B=S=>S!==void 0?typeof S=="number"?`${S}px`:S:void 0;return e.jsx("div",{className:`space-y-2 ${p}`,style:{width:"100%",...P},children:n.map((S,x)=>{const A=L.includes(x);return e.jsxs("div",{className:"border shadow-sm overflow-hidden transition-all duration-300",style:{borderColor:r,borderRadius:B($),margin:`${B(f)} 0`,boxShadow:h},children:[e.jsxs("button",{onClick:()=>W(x),className:"w-full flex justify-between items-center transition-colors duration-300",style:{backgroundColor:o,color:l,padding:`${B(y)} ${B(d)}`,fontWeight:M,fontSize:B(m),cursor:"pointer",border:"none",outline:"none"},onMouseEnter:H=>{H.currentTarget.style.backgroundColor=c,H.currentTarget.style.color=u},onMouseLeave:H=>{H.currentTarget.style.backgroundColor=o,H.currentTarget.style.color=l},children:[e.jsx("span",{children:S.title}),e.jsx("span",{style:{fontSize:B(w)},children:A?I||e.jsx(Ue,{size:16}):R||e.jsx($e,{size:16})})]}),e.jsx("div",{ref:H=>{Y.current[x]=H},className:"overflow-hidden transition-all duration-300",style:{maxHeight:A?`${Y.current[x]?.scrollHeight??0}px`:"0px",transition:`max-height ${b} ease-in-out`},children:e.jsx("div",{style:{borderTop:`1px solid ${r}`,backgroundColor:N,color:g,padding:B(T),fontSize:B(j),fontWeight:_},children:S.content})})]},x)})})});Ee.displayName="Accordion";const Tt={xs:24,sm:32,md:40,lg:48,xl:56,"2xl":64},Rt={xs:"text-[10px]",sm:"text-[12px]",md:"text-[14px]",lg:"text-[16px]",xl:"text-[18px]","2xl":"text-[20px]"},Et={xs:"w-6 h-6",sm:"w-8 h-8",md:"w-10 h-10",lg:"w-12 h-12",xl:"w-14 h-14","2xl":"w-16 h-16"},ce={circular:"rounded-full",rounded:"rounded-lg",square:"rounded-none"},_t={"top-left":"top-0 left-0","top-right":"top-0 right-0","bottom-left":"bottom-0 left-0","bottom-right":"bottom-0 right-0"},zt=({src:n,alt:t="User avatar",size:s="md",variant:r="circular",isOnline:o=!1,isOffline:l=!1,fallback:c,ring:u=!1,ringColor:N="#3b82f6",onClick:g,statusPosition:y="bottom-right",className:d="",statusClassName:f="",style:$,statusStyle:T})=>{const[m,M]=i.useState(!1),j=!!g,_=c||t.split(" ").map(w=>w[0]).join("").toUpperCase().slice(0,2),I=o?"bg-green-500":l?"bg-gray-400":"",R=Tt[s];return e.jsxs("div",{role:j?"button":"img",tabIndex:j?0:-1,"aria-label":t,onClick:g,className:`relative inline-flex items-center justify-center overflow-hidden ${Et[s]} ${ce[r]} transition-all duration-200 ${j?"cursor-pointer hover:scale-105":""} ${u?"ring-2":""} ${d}`,style:{...$,...u?{boxShadow:`0 0 0 2px ${N}`}:{}},onKeyDown:w=>{j&&(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),g?.())},children:[n&&!m?e.jsx("img",{src:n,alt:t,onError:()=>M(!0),className:`w-full h-full object-cover ${ce[r]} transition-opacity duration-300`}):e.jsx("div",{className:`w-full h-full flex items-center justify-center bg-gradient-to-tr from-purple-500 to-blue-500 text-white font-semibold ${Rt[s]} ${ce[r]}`,children:_||e.jsx(yt,{className:"text-white"})}),(o||l)&&e.jsx("span",{"aria-label":o?"Online":"Offline",title:o?"Online":"Offline",className:`absolute ${_t[y]} ${I} border-2 border-white rounded-full shadow-sm ${f}`,style:{width:R/3,height:R/3,...T}})]})},Mt=({src:n,thumbnail:t,autoPlay:s=!1,loop:r=!1,backgroundColor:o="#0a0a0a",primaryColor:l="#10b981",secondaryColor:c="#ffffff",borderRadius:u="12px",padding:N="12px",width:g="100%",className:y})=>{const d=i.useRef(null),f=i.useRef(null),[$,T]=i.useState(s),[m,M]=i.useState(0),[j,_]=i.useState(0),[I,R]=i.useState(.7),[w,b]=i.useState(!1),[h,p]=i.useState(r);i.useEffect(()=>{d.current&&(d.current.volume=I)},[I]),i.useEffect(()=>{d.current&&(d.current.loop=h)},[h]);const P=()=>{d.current&&($?d.current.pause():d.current.play(),T(!$))},L=()=>{d.current&&(M(d.current.currentTime),_(d.current.duration))},F=S=>{if(!d.current)return;const x=S.currentTarget.getBoundingClientRect(),A=(S.clientX-x.left)/x.width;d.current.currentTime=A*j,M(A*j)},Y=S=>{d.current&&(d.current.currentTime+=S)},W=()=>{f.current&&(w?document.exitFullscreen?.():f.current.requestFullscreen?.(),b(!w))},B=S=>{const x=Math.floor(S/60),A=Math.floor(S%60);return`${x}:${A<10?"0":""}${A}`};return e.jsxs("div",{ref:f,className:y,style:{display:"flex",alignItems:"center",gap:"12px",width:g,backgroundColor:o,borderRadius:u,padding:N,boxSizing:"border-box",color:c,boxShadow:"0 6px 16px rgba(0,0,0,0.2)",flexWrap:"wrap"},children:[e.jsx("audio",{ref:d,src:n,autoPlay:s,loop:r,onTimeUpdate:L,onLoadedMetadata:L}),t&&e.jsx("img",{src:t,alt:"Audio Thumbnail",style:{width:"60px",height:"60px",borderRadius:"50%",objectFit:"cover",flexShrink:0}}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"12px",flex:1,minWidth:"0"},children:[e.jsx("button",{onClick:()=>Y(-10),style:{background:"transparent",border:"none",color:c,cursor:"pointer"},"aria-label":"Skip Back 10s",children:e.jsx(xe,{size:20})}),e.jsx("button",{onClick:P,style:{background:l,borderRadius:"50%",padding:"10px",border:"none",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center"},"aria-label":$?"Pause":"Play",children:$?e.jsx(ue,{size:20}):e.jsx(fe,{size:20})}),e.jsx("button",{onClick:()=>Y(10),style:{background:"transparent",border:"none",color:c,cursor:"pointer"},"aria-label":"Skip Forward 10s",children:e.jsx(pe,{size:20})}),e.jsx("div",{onClick:F,style:{flex:1,height:"6px",background:"#444",borderRadius:"3px",cursor:"pointer",position:"relative"},children:e.jsx("div",{style:{width:`${m/j*100||0}%`,height:"100%",background:l,borderRadius:"3px"}})}),e.jsxs("div",{style:{minWidth:"70px",textAlign:"right",fontSize:"0.8rem"},children:[B(m)," / ",B(j)]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[e.jsx("button",{onClick:()=>p(!h),style:{background:"transparent",border:"none",cursor:"pointer",color:h?l:c},"aria-label":"Toggle Loop",children:e.jsx(Ne,{size:18})}),e.jsx("button",{onClick:()=>R(I>0?0:.7),style:{background:"transparent",border:"none",cursor:"pointer",color:c},"aria-label":"Toggle Mute",children:I>0?e.jsx(Se,{size:18}):e.jsx(Te,{size:18})}),e.jsx("button",{onClick:W,style:{background:"transparent",border:"none",cursor:"pointer",color:c},"aria-label":"Toggle Fullscreen",children:w?e.jsx(lt,{size:18}):e.jsx(at,{size:18})})]})]})]})},At=[{src:"https://www.soundjay.com/misc/sounds/bell-ringing-05.wav",title:"Morning Bell",artist:"Nature Sounds",duration:"0:15",thumbnail:"https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=300&h=300&fit=crop"},{src:"https://www.soundjay.com/buttons/sounds/button-4.wav",title:"Digital Click",artist:"Tech Audio",duration:"0:05",thumbnail:"https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=300&h=300&fit=crop"},{src:"https://www.soundjay.com/buttons/sounds/button-10.wav",title:"Soft Chime",artist:"Ambient Studio",duration:"0:08",thumbnail:"https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=300&h=300&fit=crop"}];function It({tracks:n=At,className:t="",galleryTitle:s="Audio Gallery",primaryColor:r="#8b5cf6",backgroundColor:o="#0f0f23",textColor:l="#e4e4e7",secondaryColor:c="#1a1a2e",border:u=0,borderColor:N,maxWidth:g=420,autoplay:y=!1,loop:d=!1}){const[f,$]=i.useState(null),[T,m]=i.useState(!1),[M,j]=i.useState(0),[_,I]=i.useState(0),[R,w]=i.useState(.7),[b,h]=i.useState(!1),[p,P]=i.useState(d),[L,F]=i.useState(!1),[Y,W]=i.useState(!1),[B,S]=i.useState(!1),x=i.useRef(null),A=i.useRef(null),H=i.useRef(null);i.useEffect(()=>{x.current&&(x.current.volume=R)},[R]),i.useEffect(()=>{x.current&&(x.current.loop=p)},[p]),i.useEffect(()=>{f===null&&x.current&&(x.current.pause(),m(!1),j(0),I(0))},[f]);const G=z=>{if(f===z){if(!x.current)return;x.current.paused?(x.current.play().catch(()=>{}),m(!0)):(x.current.pause(),m(!1))}else $(z),setTimeout(()=>{x.current&&(x.current.play().catch(()=>{}),m(!0))},100)},J=()=>{x.current&&(j(x.current.currentTime),x.current.duration&&I(x.current.duration))},a=z=>{if(!x.current||!_)return;const E=z.currentTarget.getBoundingClientRect(),ee=(z.clientX-E.left)/E.width*_;x.current.currentTime=ee,j(ee)},v=z=>{const E=z.currentTarget.getBoundingClientRect(),Z=(z.clientX-E.left)/E.width,ee=Math.max(0,Math.min(1,Z));w(ee)},k=z=>{if(x.current&&_){let E=x.current.currentTime+z;E=Math.min(Math.max(E,0),_),x.current.currentTime=E,j(E)}},C=()=>{if(f===null)return;let z;L?z=Math.floor(Math.random()*n.length):z=(f+1)%n.length,G(z)},q=()=>{if(f===null)return;let z;L?z=Math.floor(Math.random()*n.length):z=(f-1+n.length)%n.length,G(z)},Q=()=>{w(z=>z>0?0:.7)},V=()=>{S(!0),H.current&&clearTimeout(H.current),H.current=setTimeout(()=>{S(!1)},3e3)},K=z=>{if(isNaN(z))return"0:00";const E=Math.floor(z/60),O=Math.floor(z%60);return`${E}:${O<10?"0":""}${O}`},X=f!==null?n[f]:null;return e.jsxs("div",{className:t,style:{maxWidth:`${g}px`,margin:"20px auto",background:`linear-gradient(145deg, ${o}, ${c})`,color:l,borderRadius:"24px",padding:"24px 16px",fontFamily:"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",userSelect:"none",backdropFilter:"blur(20px)",border:`${u}px solid ${N}40`},children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"24px"},children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"12px"},children:[e.jsx("div",{style:{width:"40px",height:"40px",borderRadius:"12px",background:`linear-gradient(135deg, ${r}, ${c})`,display:"flex",alignItems:"center",justifyContent:"center"},children:e.jsx(we,{size:20,color:"white"})}),e.jsxs("div",{children:[e.jsx("h2",{style:{margin:0,fontSize:"1.25rem",fontWeight:"700",color:r},children:s}),e.jsxs("p",{style:{margin:0,fontSize:"0.875rem",opacity:.7},children:[n.length," tracks"]})]})]}),e.jsx("button",{onClick:()=>F(!L),style:{background:L?r:"transparent",border:"none",borderRadius:"12px",padding:"8px",cursor:"pointer",transition:"all 0.3s ease",opacity:L?1:.6},"aria-label":"Toggle Shuffle",children:e.jsx(xt,{size:18,color:L?"white":l})})]}),e.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"8px",marginBottom:"20px",maxHeight:"240px",overflowY:"auto",paddingRight:"4px"},children:n.map((z,E)=>{const O=f===E,Z=O&&T;return e.jsxs("div",{onClick:()=>G(E),style:{display:"flex",alignItems:"center",padding:"12px 16px",borderRadius:"16px",background:O?`linear-gradient(135deg, ${r}20, ${r}10)`:"rgba(255,255,255,0.05)",border:O?`1px solid ${r}40`:"1px solid transparent",cursor:"pointer",transition:"all 0.3s ease",backdropFilter:O?"blur(20px)":"none"},children:[e.jsxs("div",{style:{width:"48px",height:"48px",borderRadius:"12px",background:z.thumbnail?`url(${z.thumbnail}) center/cover`:r,display:"flex",alignItems:"center",justifyContent:"center",marginRight:"12px",position:"relative",overflow:"hidden"},children:[!z.thumbnail&&e.jsx(we,{size:20,color:"white"}),Z&&e.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,background:"rgba(0,0,0,0.6)",display:"flex",alignItems:"center",justifyContent:"center"},children:e.jsx("div",{style:{width:"16px",height:"16px",display:"flex",gap:"2px",alignItems:"end",justifyContent:"center"},children:[0,1,2].map(ee=>e.jsx("div",{style:{width:"3px",background:"white",borderRadius:"2px",animation:`equalizer 1s ease-in-out infinite ${ee*.2}s`,height:"12px"}},ee))})})]}),e.jsxs("div",{style:{flex:1,minWidth:0},children:[e.jsx("div",{style:{fontWeight:"600",fontSize:"0.95rem",color:O?r:l,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:z.title}),z.artist&&e.jsx("div",{style:{fontSize:"0.8rem",opacity:.7,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:z.artist})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"12px"},children:[z.duration&&e.jsx("span",{style:{fontSize:"0.8rem",opacity:.6},children:z.duration}),e.jsx("div",{style:{width:"32px",height:"32px",borderRadius:"8px",background:O?r:"rgba(255,255,255,0.1)",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.3s ease"},children:Z?e.jsx(ue,{size:16,color:"white"}):e.jsx(fe,{size:16,color:"white"})})]})]},E)})}),X&&e.jsxs("div",{ref:A,style:{background:`linear-gradient(135deg, ${c}, ${o})`,borderRadius:"20px",padding:"20px",border:`1px solid ${r}40`,backdropFilter:"blur(20px)",position:"relative",overflow:"hidden"},children:[X.thumbnail&&e.jsx("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`url(${X.thumbnail})`,backgroundSize:"cover",backgroundPosition:"center",filter:"blur(60px) opacity(0.1)",transform:"scale(1.1)"}}),e.jsxs("div",{style:{position:"relative",zIndex:1},children:[e.jsxs("div",{style:{textAlign:"center",marginBottom:"20px"},children:[e.jsx("h3",{style:{margin:"0 0 4px 0",fontSize:"1.1rem",fontWeight:"700",color:r},children:X.title}),X.artist&&e.jsx("p",{style:{margin:0,opacity:.7,fontSize:"0.9rem"},children:X.artist})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",gap:"20px",marginBottom:"20px"},children:[e.jsx("button",{onClick:q,style:te(l,"rgba(255,255,255,0.1)"),"aria-label":"Previous Track",children:e.jsx(xe,{size:20})}),e.jsxs("button",{onClick:()=>k(-10),style:te(l,"rgba(255,255,255,0.1)"),"aria-label":"Skip back 10 seconds",children:[e.jsx(xe,{size:16}),e.jsx("span",{style:{fontSize:"0.7rem",marginLeft:"2px"},children:"10"})]}),e.jsx("button",{onClick:()=>{x.current&&(T?(x.current.pause(),m(!1)):(x.current.play().catch(()=>{}),m(!0)))},style:{...te("#fff",r),width:"60px",height:"60px",borderRadius:"50%",boxShadow:`0 8px 25px ${r}40`},"aria-label":T?"Pause":"Play",children:T?e.jsx(ue,{size:24}):e.jsx(fe,{size:24})}),e.jsxs("button",{onClick:()=>k(10),style:te(l,"rgba(255,255,255,0.1)"),"aria-label":"Skip forward 10 seconds",children:[e.jsx("span",{style:{fontSize:"0.7rem",marginRight:"2px"},children:"10"}),e.jsx(pe,{size:16})]}),e.jsx("button",{onClick:C,style:te(l,"rgba(255,255,255,0.1)"),"aria-label":"Next Track",children:e.jsx(pe,{size:20})})]}),e.jsxs("div",{style:{marginBottom:"16px"},children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"8px",fontSize:"0.8rem",opacity:.7},children:[e.jsx("span",{children:K(M)}),e.jsx("span",{children:K(_)})]}),e.jsx("div",{onClick:a,style:{height:"6px",background:"rgba(255,255,255,0.2)",borderRadius:"3px",cursor:"pointer",position:"relative",overflow:"hidden"},children:e.jsx("div",{style:{width:`${M/_*100||0}%`,height:"100%",background:`linear-gradient(90deg, ${r}, #ec4899)`,borderRadius:"3px",position:"relative"},children:e.jsx("div",{style:{position:"absolute",right:"-6px",top:"50%",transform:"translateY(-50%)",width:"12px",height:"12px",background:r,borderRadius:"50%",boxShadow:`0 2px 8px ${r}60`}})})})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[e.jsxs("div",{style:{display:"flex",gap:"8px"},children:[e.jsx("button",{onClick:()=>W(!Y),style:te(Y?"#ec4899":l,"rgba(255,255,255,0.1)"),"aria-label":"Like",children:e.jsx(tt,{size:16,fill:Y?"#ec4899":"none"})}),e.jsx("button",{onClick:()=>P(!p),style:te(p?r:l,"rgba(255,255,255,0.1)"),"aria-label":"Toggle Loop",children:e.jsx(Ne,{size:16})})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",position:"relative"},children:[B&&e.jsx("div",{onClick:v,style:{width:"80px",height:"4px",background:"rgba(255,255,255,0.2)",borderRadius:"2px",cursor:"pointer",position:"relative"},children:e.jsx("div",{style:{width:`${R*100}%`,height:"100%",background:r,borderRadius:"2px"}})}),e.jsx("button",{onClick:Q,onMouseEnter:V,style:te(l,"rgba(255,255,255,0.1)"),"aria-label":R>0?"Mute":"Unmute",children:R>0?e.jsx(Se,{size:16}):e.jsx(Te,{size:16})})]})]})]}),e.jsx("audio",{ref:x,src:X.src,autoPlay:y,loop:p,onTimeUpdate:J,onEnded:()=>{m(!1),p||C()},onLoadedMetadata:J,preload:"metadata",style:{display:"none"}})]}),e.jsx("style",{children:`
152
153
  @keyframes equalizer {
153
154
  0%, 100% { height: 4px; }
154
155
  50% { height: 12px; }
@@ -165,30 +166,59 @@ React keys must be passed directly to JSX without using spread:
165
166
  }
166
167
 
167
168
  div::-webkit-scrollbar-thumb {
168
- background: ${s};
169
+ background: ${r};
169
170
  border-radius: 2px;
170
171
  }
171
172
 
172
173
  div::-webkit-scrollbar-thumb:hover {
173
- background: ${s}dd;
174
+ background: ${r}dd;
174
175
  }
175
- `})]})}function ie(t,r){return{border:"none",backgroundColor:r,color:t,cursor:"pointer",padding:"10px",borderRadius:"12px",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.3s ease",backdropFilter:"blur(10px)"}}const _t=d.memo(({text:t,color:r="#2563eb",textColor:n="#fff",borderColor:s="#2563eb",borderWidth:i="0",icon:a,iconPosition:x="left",rounded:f=!1,borderRadius:g,fontSize:y="13px",fontWeight:v=500,horizontalPadding:c="10px",verticalPadding:u="4px",margin:j="0",shadow:m="0 1px 3px rgba(0,0,0,0.1)",notificationDot:b=!1,dotColor:h="#ef4444",count:p,pulse:l=!1,style:w,className:$="",onClick:S})=>{const z={display:"inline-flex",alignItems:"center",justifyContent:"center",backgroundColor:r,color:n,border:`${i} solid ${s}`,borderRadius:g||(f?"9999px":"6px"),padding:`${u} ${c}`,fontSize:y,fontWeight:v,margin:j,boxShadow:m,position:"relative",cursor:S?"pointer":"default",userSelect:"none",lineHeight:1,transition:"all 0.2s ease",...w},L={position:"absolute",top:"-4px",right:"-4px",height:"8px",width:"8px",backgroundColor:h,borderRadius:"50%",animation:l?"pulseAnim 1.2s infinite":void 0},M={position:"absolute",top:"-8px",right:"-8px",backgroundColor:h,color:"#fff",borderRadius:"50%",minWidth:"18px",height:"18px",fontSize:"11px",padding:"0 5px",display:"flex",alignItems:"center",justifyContent:"center",lineHeight:1},F={display:"flex",alignItems:"center",margin:a&&t?x==="left"?"0 6px 0 0":"0 0 0 6px":0};return e.jsxs("span",{style:z,className:$,onClick:S,children:[b&&e.jsx("span",{style:L}),typeof p<"u"&&e.jsx("span",{style:M,children:p}),a&&x==="left"&&e.jsx("span",{style:F,children:a}),t&&e.jsx("span",{children:t}),a&&x==="right"&&e.jsx("span",{style:F,children:a}),e.jsx("style",{children:`
176
- @keyframes pulseAnim {
177
- 0% { transform: scale(1); opacity: 1; }
178
- 50% { transform: scale(1.5); opacity: 0.5; }
179
- 100% { transform: scale(1); opacity: 1; }
180
- }
181
- `})]})}),It={light:{default:"#111",primary:"#2563eb",success:"#16a34a",danger:"#dc2626",white:"#ffffff",muted:"#6b7280",border:"#d1d5db",hover:"#1d4ed8",text:"#ffffff"},dark:{default:"#f8fafc",primary:"#60a5fa",success:"#22c55e",danger:"#f87171",white:"#ffffff",muted:"#9ca3af",border:"#374151",hover:"#3b82f6",text:"#000000"}};function fe(t,r){return!t.startsWith("#")||t.length!==7?t:"#"+t.replace(/^#/,"").replace(/../g,n=>("0"+Math.min(255,Math.max(0,parseInt(n,16)+r)).toString(16)).slice(-2))}const At=({children:t,type:r="button",onClick:n,iconBefore:s,iconAfter:i,className:a="",style:x,fullWidth:f=!1,disabled:g=!1,loading:y=!1,loadingText:v="Loading...",darkMode:c=!1,baseColor:u,size:j="md",rounded:m=!0,showBorder:b=!1})=>{const[h,p]=d.useState(!1),l=d.useMemo(()=>{if(!u)return It[c?"dark":"light"];const z={primary:u,hover:fe(u,-40),text:"#ffffff",border:fe(u,-60)},L={primary:fe(u,60),hover:fe(u,80),text:"#000000",border:fe(u,40)};return c?L:z},[u,c]),$={sm:{px:16,py:6,font:"0.85rem"},md:{px:24,py:10,font:"1rem"},lg:{px:32,py:14,font:"1.125rem"}}[j],S={display:"inline-flex",alignItems:"center",justifyContent:"center",gap:"8px",padding:`${$.py}px ${$.px}px`,fontSize:$.font,fontWeight:500,borderRadius:m?8:3,border:b?`1px solid ${l.border}`:"none",width:f?"100%":"auto",backgroundColor:h&&!g?l.hover:l.primary,color:l.text,cursor:g?"not-allowed":"pointer",opacity:g?.6:1,transition:"all 0.25s ease-in-out",boxShadow:"0 1px 3px rgba(0, 0, 0, 0.15)",...x};return e.jsxs("button",{type:r,className:a,style:S,onClick:!g&&!y?n:void 0,onMouseEnter:()=>p(!0),onMouseLeave:()=>p(!1),disabled:g,children:[y?e.jsxs(e.Fragment,{children:[e.jsx("span",{style:{width:"16px",height:"16px",border:"2px solid currentColor",borderTopColor:"transparent",borderRadius:"50%",animation:"spin 1s linear infinite"}}),e.jsx("span",{children:v})]}):e.jsxs(e.Fragment,{children:[s&&e.jsx("span",{children:s}),e.jsx("span",{children:t}),i&&e.jsx("span",{children:i})]}),e.jsx("style",{children:`
182
- @keyframes spin {
183
- to { transform: rotate(360deg); }
184
- }
185
- `})]})},Lt=({as:t,children:r,className:n="",variant:s="elevated",background:i="#fff",textColor:a="#000",borderRadius:x=12,border:f,boxShadow:g,hoverShadow:y,padding:v=16,margin:c,width:u,height:j,style:m={},hoverStyle:b={},onClick:h,...p},l)=>{const w=t||"div",$={elevated:{boxShadow:g||"0 4px 12px rgba(0,0,0,0.08)",border:f||"none"},outline:{border:f||"1px solid rgba(0,0,0,0.1)",boxShadow:"none"},flat:{border:"none",boxShadow:"none"}},S={background:i,color:a,borderRadius:x,padding:v,margin:c,width:u,height:j,transition:"all 0.25s ease",cursor:h?"pointer":void 0,boxSizing:"border-box",...$[s]||{},...m},z=M=>{Object.assign(M.currentTarget.style,y?{boxShadow:y}:b)},L=M=>{Object.assign(M.currentTarget.style,{...S,...$[s]||{}})};return e.jsx(w,{ref:l,className:`ui-card ${n}`,style:S,onClick:h,onMouseEnter:z,onMouseLeave:L,...p,children:r})},Bt=d.forwardRef(Lt),Nt=Object.assign(Bt,{displayName:"Card"}),Pt=({name:t,options:r,selectedValues:n=[],onChange:s,disabled:i=!1,readOnly:a=!1,required:x=!1,error:f,className:g="",customIcon:y,style:v,labelStyle:c,iconSize:u=20,iconCheckedBgColor:j="#2563eb",iconUncheckedBorderColor:m="#9ca3af",textColor:b="#374151",errorStyle:h})=>{const p=l=>{if(!s)return;const w=n.includes(l)?n.filter($=>$!==l):[...n,l];s(w)};return e.jsxs("div",{className:g,style:{display:"flex",flexDirection:"column",gap:8,...v},role:"group","aria-disabled":i,children:[r.map(l=>{const w=n.includes(l.value);return e.jsxs("label",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",cursor:i?"not-allowed":"pointer",opacity:i?.6:1,gap:8,userSelect:"none",...c},children:[e.jsx("span",{style:{color:b,fontSize:14},children:l.label}),e.jsx("input",{type:"checkbox",name:t,value:l.value,checked:w,disabled:i||a,required:x,onChange:()=>p(l.value),style:{display:"none"}}),y?y(w):e.jsx("span",{style:{display:"inline-flex",justifyContent:"center",alignItems:"center",width:u,height:u,borderRadius:4,border:`2px solid ${w?j:m}`,backgroundColor:w?j:"transparent",transition:"all 0.25s ease"},children:w&&e.jsx("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"white",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round",style:{width:u*.6,height:u*.6},children:e.jsx("polyline",{points:"20 6 9 17 4 12"})})})]},l.value)}),f&&e.jsx("p",{role:"alert",style:{color:"#dc2626",fontSize:12,marginTop:4,...h},children:f})]})},Ot=({name:t,options:r,selectedValue:n,onChange:s,disabled:i=!1,readOnly:a=!1,required:x=!1,error:f,className:g="",style:y,labelStyle:v,iconSize:c=20,iconCheckedBgColor:u="#2563eb",iconUncheckedBorderColor:j="#9ca3af",textColor:m="#374151",errorStyle:b})=>e.jsxs("div",{className:g,style:{display:"flex",flexDirection:"column",gap:8,...y},role:"radiogroup","aria-disabled":i,children:[r.map(h=>{const p=n===h.value;return e.jsxs("label",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",cursor:i?"not-allowed":"pointer",opacity:i?.6:1,gap:8,userSelect:"none",...v},children:[e.jsx("span",{style:{color:m,fontSize:14},children:h.label}),e.jsx("input",{type:"radio",name:t,value:h.value,checked:p,disabled:i||a,required:x,onChange:()=>s&&s(h.value),style:{display:"none"}}),e.jsx("span",{style:{display:"inline-flex",justifyContent:"center",alignItems:"center",width:c,height:c,borderRadius:"50%",border:`2px solid ${p?u:j}`,backgroundColor:p?u:"transparent",transition:"all 0.25s ease"},children:p&&e.jsx("span",{style:{width:c/2,height:c/2,borderRadius:"50%",backgroundColor:"white"}})})]},h.value)}),f&&e.jsx("p",{role:"alert",style:{color:"#dc2626",fontSize:12,marginTop:4,...b},children:f})]}),Wt=({name:t,options:r,selectedValues:n=[],onChange:s,disabled:i=!1,readOnly:a=!1,required:x=!1,error:f,className:g="",style:y,labelStyle:v,iconSize:c=20,iconCheckedBgColor:u="#2563eb",switchBgColor:j="#d1d5db",textColor:m="#374151",errorStyle:b})=>{const h=p=>{if(!s)return;const l=n.includes(p)?n.filter(w=>w!==p):[...n,p];s(l)};return e.jsxs("div",{className:g,style:{display:"flex",flexDirection:"column",gap:8,...y},role:"group","aria-disabled":i,children:[r.map(p=>{const l=n.includes(p.value);return e.jsxs("label",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",cursor:i?"not-allowed":"pointer",opacity:i?.6:1,gap:8,userSelect:"none",...v},children:[e.jsx("span",{style:{color:m,fontSize:14},children:p.label}),e.jsx("input",{type:"checkbox",name:t,value:p.value,checked:l,disabled:i||a,required:x,onChange:()=>h(p.value),style:{display:"none"}}),e.jsx("span",{style:{position:"relative",width:c*2,height:c*1.1,borderRadius:9999,backgroundColor:l?u:j,transition:"background-color 0.25s ease"},children:e.jsx("span",{style:{position:"absolute",top:"50%",left:l?`calc(100% - ${c-4}px - 2px)`:"2px",transform:"translateY(-50%)",width:c-4,height:c-4,borderRadius:"50%",backgroundColor:"#fff",boxShadow:"0 1px 2px rgba(0,0,0,0.3)",transition:"left 0.25s ease"}})})]},p.value)}),f&&e.jsx("p",{role:"alert",style:{color:"#dc2626",fontSize:12,marginTop:4,...b},children:f})]})},Yt={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px",full:"100%"},Ft=({size:t="lg",padding:r=0,margin:n="0 auto",backgroundColor:s="transparent",center:i=!0,width:a,height:x="auto",borderRadius:f=0,style:g,className:y="",children:v})=>{const c=d.useMemo(()=>{const u=typeof r=="number"?`${r}px`:r,j=i&&n==="0 auto"?"0 auto":n,m=typeof f=="number"?`${f}px`:f;return{maxWidth:a??Yt[t],margin:j,padding:u,backgroundColor:s,height:x,borderRadius:m,boxSizing:"border-box",width:a??"100%",...g}},[t,r,n,s,a,x,f,i,g]);return e.jsx("div",{className:y,style:c,children:v})},Dt=t=>t<768?"sm":t<1024?"md":"lg",Q=(t,r,n)=>t==null?n:typeof t!="object"?t:t[r]??n,Ht=({direction:t={sm:"column",md:"row",lg:"row"},align:r="center",justify:n="space-between",wrap:s="wrap",gap:i=16,padding:a,margin:x,backgroundColor:f="transparent",width:g="100%",maxWidth:y="100%",height:v="auto",borderRadius:c,border:u,boxShadow:j,overflow:m,children:b,style:h,className:p})=>{const[l,w]=d.useState("lg");d.useEffect(()=>{const S=()=>w(Dt(window.innerWidth));return S(),window.addEventListener("resize",S),()=>window.removeEventListener("resize",S)},[]);const $=d.useMemo(()=>{const S=z=>typeof z=="number"?`${z}px`:z;return{display:"flex",flexDirection:Q(t,l,"row"),alignItems:Q(r,l,"center"),justifyContent:Q(n,l,"flex-start"),flexWrap:Q(s,l,"wrap"),gap:S(Q(i,l,void 0)),padding:S(Q(a,l,void 0)),margin:S(Q(x,l,void 0)),backgroundColor:Q(f,l,void 0),width:Q(g,l,"100%"),maxWidth:Q(y,l,void 0),height:Q(v,l,void 0),borderRadius:Q(c,l,void 0),border:Q(u,l,void 0),boxShadow:Q(j,l,void 0),overflow:Q(m,l,void 0),boxSizing:"border-box",...h}},[t,r,n,s,i,a,x,f,g,y,v,c,u,j,m,l,h]);return e.jsx("div",{className:p,style:$,children:b})},Vt=t=>t<768?"sm":t<1024?"md":"lg",ee=(t,r,n)=>t==null?n:typeof t!="object"?t:t[r]??n,ve=({direction:t={sm:"vertical",md:"horizontal",lg:"horizontal"},gap:r=12,align:n="center",justify:s="flex-start",wrap:i="nowrap",padding:a,margin:x,width:f="100%",maxWidth:g,height:y="auto",backgroundColor:v="transparent",borderRadius:c,border:u,boxShadow:j,overflow:m,className:b,style:h,children:p})=>{const[l,w]=d.useState("lg");d.useEffect(()=>{const S=()=>w(Vt(window.innerWidth));return S(),window.addEventListener("resize",S),()=>window.removeEventListener("resize",S)},[]);const $=d.useMemo(()=>{const S=M=>typeof M=="number"?`${M}px`:M;return{display:"flex",flexDirection:ee(t,l,"vertical")==="vertical"?"column":"row",alignItems:ee(n,l,"center"),justifyContent:ee(s,l,"flex-start"),flexWrap:ee(i,l,"nowrap"),gap:S(ee(r,l,12)),padding:S(ee(a,l,void 0)),margin:S(ee(x,l,void 0)),width:ee(f,l,"100%"),maxWidth:ee(g,l,void 0),height:ee(y,l,void 0),backgroundColor:ee(v,l,void 0),borderRadius:ee(c,l,void 0),border:ee(u,l,void 0),boxShadow:ee(j,l,void 0),overflow:ee(m,l,void 0),boxSizing:"border-box",...h}},[t,r,n,s,i,a,x,f,g,y,v,c,u,j,m,h,l]);return e.jsx("div",{className:b,style:$,children:p})},Ut=t=>e.jsx(ve,{direction:"horizontal",...t}),qt=t=>e.jsx(ve,{direction:"vertical",...t}),Ce=t=>t<768?"sm":t<1024?"md":"lg",Gt=({columns:t={sm:1,md:2,lg:3},gap:r=16,padding:n=0,alignItems:s="stretch",justifyItems:i="stretch",backgroundColor:a="transparent",width:x="100%",maxWidth:f="100%",height:g="auto",margin:y=0,style:v,className:c="",children:u})=>{const[j,m]=d.useState("lg");d.useEffect(()=>{m(Ce(window.innerWidth));const p=()=>m(Ce(window.innerWidth));return window.addEventListener("resize",p),()=>window.removeEventListener("resize",p)},[]);const b=d.useMemo(()=>typeof t=="number"?t:t[j]??1,[t,j]),h=d.useMemo(()=>({display:"grid",gridTemplateColumns:`repeat(${b}, 1fr)`,gap:typeof r=="number"?`${r}px`:r,padding:typeof n=="number"?`${n}px`:n,margin:typeof y=="number"?`${y}px`:y,alignItems:s,justifyItems:i,backgroundColor:a,width:x,maxWidth:f,height:g,boxSizing:"border-box",...v}),[b,r,n,y,s,i,a,x,f,g,v]);return e.jsx("div",{style:h,className:c,children:u})},Xt=({label:t="Open Drawer",icon:r,iconPosition:n="left",onClick:s,color:i="#2563eb",textColor:a="#fff",borderRadius:x="6px",padding:f="10px 16px",fontSize:g="14px",gap:y="8px",style:v,className:c=""})=>e.jsxs("button",{onClick:s,style:{display:"inline-flex",alignItems:"center",justifyContent:"center",backgroundColor:i,color:a,border:"none",borderRadius:x,padding:f,fontSize:g,gap:y,cursor:"pointer",fontWeight:500,transition:"all 0.2s ease",boxShadow:"0 1px 3px rgba(0,0,0,0.1)",...v},className:c,children:[r&&n==="left"&&r,t,r&&n==="right"&&r]}),Jt=({open:t,onClose:r,position:n="right",width:s="320px",height:i="320px",backgroundColor:a="#fff",backdropColor:x="rgba(0,0,0,0.5)",transitionDuration:f=300,style:g,className:y="",children:v,showCloseButton:c=!0,closeIconColor:u="#000",closeButtonStyle:j})=>{const[m,b]=d.useState(t);d.useEffect(()=>{t?b(!0):setTimeout(()=>b(!1),f)},[t,f]);const h=d.useMemo(()=>{if(t)return"translate(0, 0)";switch(n){case"left":return"translateX(-100%)";case"right":return"translateX(100%)";case"top":return"translateY(-100%)";case"bottom":return"translateY(100%)";default:return"translate(0, 0)"}},[t,n]),p={position:"fixed",backgroundColor:a,transition:`transform ${f}ms ease, opacity ${f}ms ease`,transform:h,opacity:t?1:0,zIndex:1001,...g,...n==="left"||n==="right"?{top:0,bottom:0,[n]:0,width:s,height:"100%"}:{left:0,right:0,[n]:0,height:i,width:"100%"}},l={position:"fixed",inset:0,backgroundColor:x,opacity:t?1:0,transition:`opacity ${f}ms ease`,zIndex:1e3,display:m?"block":"none",pointerEvents:t?"auto":"none"},w={position:"absolute",top:"12px",right:"12px",background:"none",border:"none",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",transition:"transform 0.2s ease, opacity 0.2s ease"};return e.jsxs(e.Fragment,{children:[e.jsx("div",{style:l,onClick:r}),e.jsxs("div",{style:{...p,display:"flex",flexDirection:"column",visibility:m?"visible":"hidden",pointerEvents:t?"auto":"none",boxShadow:"0 0 20px rgba(0,0,0,0.15)"},className:y,children:[c&&e.jsx("button",{onClick:r,style:{...w,...j},"aria-label":"Close drawer",children:e.jsx(ye,{size:22,color:u})}),e.jsx("div",{style:{flex:1,overflowY:"auto",padding:"16px",scrollbarWidth:"thin"},children:v})]})]})},Zt={light:{controlBg:"#ffffff",menuBg:"#ffffff",textColor:"#111827",placeholderColor:"#6b7280",hoverBg:"#f9fafb",selectedBg:"#eff6ff",disabledBg:"#f3f4f6",disabledTextColor:"#9ca3af",borderColor:"#e5e7eb",accentColor:"#3b82f6"},dark:{controlBg:"#1f2937",menuBg:"#111827",textColor:"#f9fafb",placeholderColor:"#9ca3af",hoverBg:"#374151",selectedBg:"#2563eb33",disabledBg:"#374151",disabledTextColor:"#6b7280",borderColor:"#374151",accentColor:"#60a5fa"},custom:{}},Kt=(t,r)=>{d.useId();const{options:n,value:s,values:i,defaultValue:a,defaultValues:x,onChange:f,placeholder:g="Select...",disabled:y=!1,searchable:v=!1,multiSelect:c=!1,clearable:u=!1,virtualized:j=!1,width:m="100%",dropdownMaxHeight:b="320px",borderRadius:h="8px",boxShadow:p="0 8px 28px rgba(0,0,0,0.1)",borderColor:l,accentColor:w,theme:$="light",menuBg:S,controlBg:z,textColor:L,hoverBg:M,selectedBg:F,disabledBg:I,disabledTextColor:D,placeholderColor:B,transitionDuration:H="180ms",className:W,controlClassName:E,menuClassName:T,optionClassName:V,style:U,controlStyle:q,menuStyle:re,optionStyle:o,iconPrefix:C,iconSuffix:N,clearIcon:Y="×",dropdownIcon:K="▾",checkIcon:ne="✓"}=t,A={...Zt[$],...$==="custom"?{}:{}},P={borderColor:l??A.borderColor,accentColor:w??A.accentColor,controlBg:z??A.controlBg,menuBg:S??A.menuBg,textColor:L??A.textColor,hoverBg:M??A.hoverBg,selectedBg:F??A.selectedBg,disabledBg:I??A.disabledBg,disabledTextColor:D??A.disabledTextColor,placeholderColor:B??A.placeholderColor},[G,R]=d.useState(!1),[k,_]=d.useState(x??(a?[a]:[]));d.useEffect(()=>{s&&_([s]),i&&_(i)},[s,i]);const J=d.useMemo(()=>n.filter(O=>k.includes(O.value)),[n,k]),Z=()=>!y&&R(O=>!O),se=O=>{if(c){const ae=k.includes(O)?k.filter(te=>te!==O):[...k,O];_(ae),f?.(ae)}else _([O]),f?.(O),R(!1)},le=O=>{O?.stopPropagation(),_([]),f?.(c?[]:"")};return e.jsxs("div",{ref:r,className:W,style:{position:"relative",width:m,fontFamily:"Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial",...U},children:[e.jsxs("div",{className:E,role:"button",tabIndex:0,onClick:Z,style:{display:"flex",justifyContent:"space-between",alignItems:"center",background:P.controlBg,color:P.textColor,padding:"0.5rem 0.75rem",border:`1px solid ${G?P.accentColor:P.borderColor}`,borderRadius:h,cursor:y?"not-allowed":"pointer",boxShadow:G?`0 0 0 3px ${P.accentColor}33`:void 0,transition:`all ${H} ease`,...q},children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8},children:[C,J.length?e.jsx("span",{children:J.map(O=>O.label).join(", ")}):e.jsx("span",{style:{color:P.placeholderColor},children:g})]}),e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:6},children:[u&&k.length>0&&e.jsx("button",{onClick:le,style:{background:"transparent",border:"none",color:P.textColor,cursor:"pointer"},children:Y}),N,e.jsx("div",{style:{transform:G?"rotate(180deg)":"rotate(0deg)",transition:`transform ${H}`},children:K})]})]}),G&&e.jsx("ul",{className:T,style:{position:"absolute",zIndex:100,top:"calc(100% + 4px)",left:0,right:0,background:P.menuBg,border:`1px solid ${P.borderColor}`,borderRadius:h,boxShadow:p,maxHeight:b,overflowY:"auto",transition:`opacity ${H} ease`,...re},children:n.map(O=>{const oe=k.includes(O.value);return e.jsxs("li",{onClick:()=>!O.disabled&&se(O.value),className:V,style:{display:"flex",alignItems:"center",gap:8,padding:"0.5rem 0.75rem",background:O.disabled?P.disabledBg:oe?P.selectedBg:"transparent",color:O.disabled?P.disabledTextColor:P.textColor,cursor:O.disabled?"not-allowed":"pointer",borderRadius:6,userSelect:"none",...o},onMouseEnter:ae=>{!O.disabled&&!oe&&(ae.currentTarget.style.backgroundColor=P.hoverBg)},onMouseLeave:ae=>{!O.disabled&&!oe&&(ae.currentTarget.style.backgroundColor="transparent")},children:[c&&e.jsx("span",{style:{width:18,textAlign:"center"},children:oe?ne:"○"}),O.icon&&e.jsx("span",{children:O.icon}),e.jsxs("div",{style:{flex:1},children:[O.label,O.description&&e.jsx("div",{style:{fontSize:12,color:P.placeholderColor,marginTop:2},children:O.description})]})]},O.value)})})]})},Qt=d.forwardRef(Kt),er=d.forwardRef((t,r)=>{const{type:n="text",label:s,placeholder:i="",name:a="",value:x,defaultValue:f,onChange:g,disabled:y=!1,readOnly:v=!1,required:c=!1,error:u,success:j=!1,autoFocus:m=!1,iconLeft:b,iconRight:h,labelColor:p="#374151",placeholderColor:l="#9ca3af",backgroundColor:w="#ffffff",textColor:$="#111827",borderColor:S="#d1d5db",hoverBorderColor:z="#9ca3af",focusBorderColor:L="#2563eb",errorColor:M="#dc2626",successColor:F="#16a34a",iconColor:I="#6b7280",shadow:D="0 1px 2px rgba(0,0,0,0.05)",size:B="md",fontSize:H="14px",fontFamily:W="Inter, system-ui, sans-serif",radius:E="8px",rows:T=4,cols:V,maxLength:U,resize:q=!0,showCharacterCount:re=!0,paddingX:o,paddingY:C,className:N,style:Y}=t,K=d.useRef(null),[ne,A]=d.useState(f||""),[P,G]=d.useState(!1);d.useImperativeHandle(r,()=>K.current);const R=te=>{const ce=te.target.value;U&&ce.length>U||(A(ce),g&&g(a,ce))},k=x!==void 0?x:ne,_=u?M:j?F:S,J={sm:{paddingY:"6px",paddingX:"10px",font:"13px"},md:{paddingY:"10px",paddingX:"14px",font:"14px"},lg:{paddingY:"14px",paddingX:"18px",font:"16px"}}[B],Z=o||J.paddingX,se=C||J.paddingY,le={width:"100%",border:`1px solid ${_}`,borderRadius:E,backgroundColor:w,color:$,fontFamily:W,fontSize:H,padding:`${se} ${Z}`,paddingLeft:b?"40px":Z,paddingRight:h||n==="password"?"40px":Z,outline:"none",transition:"border-color 0.25s ease, box-shadow 0.25s ease",resize:n==="textarea"&&!q?"none":void 0,boxShadow:D,...Y},O={"::placeholder":{color:l,opacity:1}},oe=(te,ce)=>{te&&(te.style.borderColor=ce)},ae={onFocus:te=>oe(te.currentTarget,L),onBlur:te=>oe(te.currentTarget,_),onMouseEnter:te=>oe(te.currentTarget,z),onMouseLeave:te=>oe(te.currentTarget,_)};return e.jsxs("div",{className:N,style:{width:"100%",display:"flex",flexDirection:"column",fontFamily:W},children:[s&&e.jsxs("label",{htmlFor:a,style:{marginBottom:6,color:p,fontWeight:500,fontSize:"14px"},children:[s,c&&e.jsx("span",{style:{color:M},children:" *"})]}),e.jsxs("div",{style:{position:"relative",width:"100%"},children:[b&&e.jsx("span",{style:{position:"absolute",left:12,top:"50%",transform:"translateY(-50%)",color:I,pointerEvents:"none"},children:b}),n==="textarea"?e.jsx("textarea",{ref:K,name:a,value:k,placeholder:i,disabled:y,readOnly:v,rows:T,cols:V,maxLength:U,autoFocus:m,style:{...le,...O},onChange:R,...ae}):e.jsx("input",{ref:K,id:a,type:n==="password"?P?"text":"password":n,name:a,value:k,placeholder:i,disabled:y,readOnly:v,autoFocus:m,style:{...le,...O},onChange:R,...ae}),n==="password"&&e.jsx("button",{type:"button",onClick:()=>G(!P),style:{position:"absolute",right:10,top:"50%",transform:"translateY(-50%)",background:"transparent",border:"none",cursor:"pointer",color:I,padding:0},children:P?e.jsx(Je,{size:18}):e.jsx(Ke,{size:18})}),h&&n!=="password"&&e.jsx("span",{style:{position:"absolute",right:12,top:"50%",transform:"translateY(-50%)",color:I,pointerEvents:"none"},children:h})]}),n==="textarea"&&re&&U&&e.jsxs("div",{style:{textAlign:"right",fontSize:"12px",color:"#6b7280",marginTop:4},children:[k.length,"/",U]}),u&&e.jsx("div",{style:{color:M,fontSize:"12px",marginTop:4},children:u})]})}),tr=({src:t,alt:r="Image",title:n,width:s="100%",height:i="auto",borderRadius:a="8px",borderColor:x="transparent",borderStyle:f="solid",borderWidth:g="0px",shadow:y=!1,boxShadow:v,opacity:c=1,objectFit:u="cover",overlayText:j,overlayColor:m="rgba(0,0,0,0.5)",svgIcon:b,responsive:h=!1,padding:p,margin:l,lazyLoad:w=!0,hoverOpacity:$,hoverShadow:S=!1,hoverScale:z=1,hoverRotate:L=0,transitionDuration:M="0.3s",overflow:F="hidden",className:I,style:D,onClick:B,onLoad:H,onError:W})=>{const E=d.useMemo(()=>({width:h?"100%":s,height:h?"auto":i,borderRadius:a,border:`${g} ${f} ${x}`,objectFit:u,opacity:c,boxShadow:y?v||"0 4px 12px rgba(0,0,0,0.15)":"none",transition:`all ${M} ease`,display:"block"}),[h,s,i,a,x,f,g,u,c,y,v,M]),T=d.useCallback(q=>{q.currentTarget.style.opacity=$!==void 0?$.toString():"1",q.currentTarget.style.boxShadow=S?"0 8px 20px rgba(0,0,0,0.3)":E.boxShadow||"none",q.currentTarget.style.transform=`scale(${z}) rotate(${L}deg)`},[$,S,z,L,E.boxShadow]),V=d.useCallback(q=>{q.currentTarget.style.opacity=E.opacity?.toString()||"1",q.currentTarget.style.boxShadow=E.boxShadow||"none",q.currentTarget.style.transform="scale(1) rotate(0deg)"},[E]),U=d.useMemo(()=>{switch(F){case"x":return{overflowX:"hidden"};case"y":return{overflowY:"hidden"};default:return{overflow:F}}},[F]);return e.jsxs("div",{className:I,role:"img","aria-label":r,title:n||r,onClick:B,style:{width:h?"100%":s,height:h?"auto":i,padding:p,margin:l,position:"relative",cursor:B?"pointer":"default",display:"inline-block",transition:`all ${M} ease`,...U,...D},children:[b?e.jsx("div",{style:{width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},children:b}):e.jsx("img",{src:t,alt:r,title:n||r,loading:w?"lazy":"eager",style:E,onClick:B,onMouseEnter:T,onMouseLeave:V,onLoad:H,onError:W,decoding:"async",fetchPriority:"high"}),j&&e.jsx("div",{style:{position:"absolute",inset:0,backgroundColor:m,color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",fontWeight:"bold",fontSize:"1.1rem",textAlign:"center",padding:"1rem",boxSizing:"border-box"},children:j})]})},Be=({text:t,icon:r,onClick:n,subItems:s,bulletColor:i="#2563eb",textColor:a="#111827",fontSize:x="15px",fontWeight:f=500,spacing:g="12px",isInline:y=!1})=>{const v={display:"flex",flexDirection:"column",gap:"6px",marginBottom:y?"0":g},c={display:"flex",alignItems:"center",gap:"8px",fontSize:x,fontWeight:f,color:a,cursor:n?"pointer":"default",transition:"color 0.2s ease, transform 0.2s ease"},u={width:"8px",height:"8px",backgroundColor:i,borderRadius:"50%",flexShrink:0},j={listStyleType:"disc",paddingLeft:"20px",margin:0};return e.jsxs("li",{style:v,children:[e.jsxs("div",{style:c,onClick:n,onMouseEnter:m=>m.currentTarget.style.color=i,onMouseLeave:m=>m.currentTarget.style.color=a,children:[r?e.jsx("span",{style:{fontSize:"16px",color:a},children:r}):!y&&e.jsx("span",{style:u}),e.jsx("span",{children:t})]}),s&&s.length>0&&e.jsx("ul",{style:j,children:s.map((m,b)=>e.jsx(Be,{...m,bulletColor:i,textColor:a,fontSize:x,fontWeight:f,spacing:g,isInline:!1},b))})]})},rr=({title:t,titleIcon:r,items:n,type:s="unordered",bulletColor:i="#2563eb",textColor:a="#111827",backgroundColor:x="#fff",borderColor:f="#e5e7eb",fontSize:g="15px",fontWeight:y=500,borderRadius:v="12px",padding:c="16px",spacing:u="12px",className:j,style:m})=>{const b=s==="ordered",h=s==="inline",p={backgroundColor:x,borderColor:f,color:a,borderWidth:f?"1px":"0px",borderStyle:"solid",borderRadius:v,padding:c,...m},l=h?{display:"flex",gap:u,paddingLeft:0,listStyleType:"none",margin:0}:{listStyleType:b?"decimal":"none",paddingLeft:b?"20px":"0",margin:0},w=b?"ol":"ul";return e.jsxs("div",{className:j,style:p,children:[t&&e.jsxs("div",{style:{display:"flex",alignItems:"center",fontSize:"17px",fontWeight:600,marginBottom:"10px",gap:"8px"},children:[r&&e.jsx("span",{style:{fontSize:"18px"},children:r}),e.jsx("span",{children:t})]}),e.jsx(w,{style:l,children:n.map(($,S)=>e.jsx(Be,{...$,bulletColor:i,textColor:a,fontSize:g,fontWeight:y,spacing:u,isInline:h},S))})]})},nr=({isOpen:t,onClose:r,children:n,ariaLabel:s,title:i,overlayStyle:a,modalStyle:x,closeButtonStyle:f,disableOverlayClose:g=!1,transitionDuration:y=200,className:v,darkMode:c=!1})=>{const u=d.useRef(null);d.useEffect(()=>{const p=l=>{l.key==="Escape"&&r()};return t&&document.addEventListener("keydown",p),()=>document.removeEventListener("keydown",p)},[t,r]),d.useEffect(()=>{if(t){const p=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=p}}},[t]);const j=d.useCallback(()=>{g||r()},[g,r]);if(!t)return null;const m={position:"fixed",inset:0,backgroundColor:c?"rgba(0,0,0,0.8)":"rgba(0,0,0,0.6)",display:"flex",justifyContent:"center",alignItems:"center",zIndex:1e3,opacity:t?1:0,transition:`opacity ${y}ms ease`,...a},b={position:"relative",backgroundColor:c?"#1f1f1f":"#fff",color:c?"#f5f5f5":"#111",borderRadius:12,width:"90vw",maxWidth:700,maxHeight:"90vh",overflowY:"auto",padding:24,boxShadow:c?"0 10px 40px rgba(0,0,0,0.7)":"0 10px 40px rgba(0,0,0,0.25)",transform:t?"scale(1)":"scale(0.95)",transition:`transform ${y}ms ease, opacity ${y}ms ease`,...x},h={position:"absolute",top:16,right:16,background:"transparent",border:"none",cursor:"pointer",padding:4,color:c?"#f5f5f5":"#444",transition:"color 0.2s ease, transform 0.2s ease",...f};return e.jsx("div",{role:"dialog","aria-modal":"true","aria-label":s||i||"Modal",style:m,onClick:j,className:v,children:e.jsxs("div",{ref:u,style:b,onClick:p=>p.stopPropagation(),children:[e.jsx("button",{onClick:r,"aria-label":"Close modal",style:h,onMouseEnter:p=>{p.currentTarget.style.color=c?"#fff":"#000",p.currentTarget.style.transform="scale(1.1)"},onMouseLeave:p=>{p.currentTarget.style.color=c?"#f5f5f5":"#444",p.currentTarget.style.transform="scale(1)"},children:e.jsx(ye,{size:24})}),i&&e.jsx("h2",{style:{fontSize:"1.25rem",fontWeight:600,marginBottom:"1rem"},children:i}),n]})})},sr=({children:t,style:r,className:n})=>e.jsx("table",{className:n,style:{width:"100%",borderCollapse:"collapse",borderSpacing:0,...r},children:t}),or=({children:t,style:r,className:n})=>e.jsx("thead",{className:n,style:{backgroundColor:"#f9fafb",borderBottom:"2px solid #e5e7eb",...r},children:t}),ar=({children:t,style:r,className:n})=>e.jsx("tbody",{className:n,style:r,children:t}),lr=({children:t,style:r,className:n})=>e.jsx("tr",{className:n,style:{borderBottom:"1px solid #e5e7eb",transition:"background 0.2s ease",...r},children:t}),ir=({children:t,style:r,className:n})=>e.jsx("th",{className:n,style:{textAlign:"left",padding:"12px 16px",fontWeight:600,fontSize:"0.875rem",color:"#374151",...r},children:t}),cr=({children:t,style:r,className:n})=>e.jsx("td",{className:n,style:{padding:"12px 16px",fontSize:"0.875rem",color:"#4b5563",...r},children:t}),dr=({tabs:t,defaultActive:r=0,position:n="top",variant:s="solid",fullWidth:i=!1,gap:a=8,radius:x=8,padding:f="12px 18px",transitionDuration:g=200,elevation:y=1,bordered:v=!1,primaryColor:c="#2563eb",backgroundColor:u="transparent",textColor:j="#374151",hoverColor:m="#1d4ed8",activeColor:b="#ffffff",borderColor:h="#e5e7eb",disabledColor:p="#9ca3af",responsiveBreakpoint:l=768,showDrawerLabel:w="Select Tab",drawerIcon:$="☰",onTabChange:S,className:z="",style:L,tabClassName:M="",contentClassName:F="",activeTabStyle:I,inactiveTabStyle:D,contentStyle:B})=>{const[H,W]=d.useState(r),[E,T]=d.useState(null),[V,U]=d.useState(!1),[q,re]=d.useState(!1),o=d.useRef(null);d.useEffect(()=>{const k=()=>U(window.innerWidth<=l);return k(),window.addEventListener("resize",k),()=>window.removeEventListener("resize",k)},[l]);const C=k=>{t[k].disabled||(W(k),S?.(k),V&&re(!1))},N=(k,_)=>{k.key==="ArrowRight"||k.key==="ArrowDown"?(k.preventDefault(),C((_+1)%t.length)):(k.key==="ArrowLeft"||k.key==="ArrowUp")&&(k.preventDefault(),C((_-1+t.length)%t.length))},Y={padding:f,borderRadius:x,cursor:"pointer",display:"flex",alignItems:"center",gap:8,justifyContent:"center",fontWeight:500,transition:`all ${g}ms ease`,background:"transparent",border:s==="outline"?`1px solid ${h}`:"none",borderBottom:s==="underline"?"2px solid transparent":void 0,color:j,width:i?"100%":"auto",userSelect:"none"},K={background:s==="solid"?c:"transparent",color:b,borderBottom:s==="underline"?`2px solid ${c}`:void 0,boxShadow:y>0?`0 ${y}px ${y*4}px ${c}33`:void 0,...I},ne={...s==="outline"?{borderColor:h}:s==="underline"?{borderBottomColor:"transparent"}:{},...D},A={color:m,background:s==="solid"?`${c}11`:s==="outline"?`${c}11`:"transparent"},P={color:p,cursor:"not-allowed",opacity:.6},G={flexGrow:1,borderTop:v&&n==="top"?`1px solid ${h}`:void 0,borderLeft:v&&n==="left"?`1px solid ${h}`:void 0,borderRight:v&&n==="right"?`1px solid ${h}`:void 0,borderRadius:x,...B},R=n==="left"||n==="right";return e.jsxs("div",{ref:o,className:`modern-tabs ${z}`,style:{display:"flex",flexDirection:R?n==="right"?"row-reverse":"row":"column",background:u,border:v?`1px solid ${h}`:void 0,borderRadius:x,overflow:"hidden",...L},children:[e.jsx("style",{children:`
176
+ `})]})}function te(n,t){return{border:"none",backgroundColor:t,color:n,cursor:"pointer",padding:"10px",borderRadius:"12px",display:"flex",alignItems:"center",justifyContent:"center",transition:"all 0.3s ease",backdropFilter:"blur(10px)"}}function _e(n){var t,s,r="";if(typeof n=="string"||typeof n=="number")r+=n;else if(typeof n=="object")if(Array.isArray(n)){var o=n.length;for(t=0;t<o;t++)n[t]&&(s=_e(n[t]))&&(r&&(r+=" "),r+=s)}else for(s in n)n[s]&&(r&&(r+=" "),r+=s);return r}function D(){for(var n,t,s=0,r="",o=arguments.length;s<o;s++)(n=arguments[s])&&(t=_e(n))&&(r&&(r+=" "),r+=t);return r}const ze=i.memo(({text:n,icon:t,iconPosition:s="left",primaryTheme:r=!0,primaryColor:o="#3b82f6",size:l="md",rounded:c=!0,notificationDot:u=!1,dotColor:N="#ef4444",count:g,pulse:y=!1,className:d,onClick:f})=>{const $={sm:"px-2 py-0.5 text-xs",md:"px-3 py-1 text-xs",lg:"px-4 py-1.5 text-sm"},T=r?"bg-[var(--primary)] text-white":"",m=r?{}:{backgroundColor:o,color:"#fff"};return e.jsxs("span",{onClick:f,style:r?void 0:m,className:D("relative inline-flex items-center justify-center gap-1 font-medium","transition-all duration-200 select-none",c?"rounded-full":"rounded-md",$[l],T,f&&"cursor-pointer hover:opacity-90",d),children:[u&&e.jsx("span",{style:r?void 0:{backgroundColor:N},className:D("absolute -top-1 -right-1 w-2 h-2 rounded-full",y&&"animate-ping",r?"bg-red-500":"")}),g!==void 0&&e.jsx("span",{style:r?void 0:{backgroundColor:N},className:D("absolute -top-2 -right-2 min-w-[18px] h-[18px] px-1 text-[10px]","flex items-center justify-center rounded-full text-white",r?"bg-red-500":""),children:g}),t&&s==="left"&&e.jsx("span",{className:"flex items-center",children:t}),n&&e.jsx("span",{children:n}),t&&s==="right"&&e.jsx("span",{className:"flex items-center",children:t})]})});ze.displayName="Badge";const Me=i.forwardRef(({children:n,iconBefore:t,iconAfter:s,loading:r=!1,loadingText:o="Loading...",fullWidth:l=!1,primaryTheme:c=!0,primaryColor:u="#3b82f6",size:N="md",disabled:g,className:y,...d},f)=>{const $={sm:"px-3 py-1.5 text-sm",md:"px-5 py-2.5 text-sm",lg:"px-6 py-3 text-base"},T=c?"bg-[var(--primary)] text-white hover:bg-[var(--primary)]/90 focus:ring-[var(--primary)]/30":"",m=c?{}:{backgroundColor:u,color:"#fff"};return e.jsx("button",{ref:f,disabled:g||r,style:c?void 0:m,className:D("inline-flex items-center justify-center gap-2 font-medium rounded-lg transition-all duration-200","focus:outline-none focus:ring-2 focus:ring-offset-1",$[N],T,l&&"w-full",(g||r)&&"opacity-60 cursor-not-allowed",y),...d,children:r?e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}),e.jsx("span",{children:o})]}):e.jsxs(e.Fragment,{children:[t&&e.jsx("span",{className:"flex items-center justify-center",children:t}),e.jsx("span",{children:n}),s&&e.jsx("span",{className:"flex items-center justify-center",children:s})]})})});Me.displayName="Button";const Ct=({name:n,options:t,selectedValues:s=[],onChange:r,disabled:o=!1,readOnly:l=!1,required:c=!1,error:u,className:N,customIcon:g,style:y,labelStyle:d,iconSize:f=20,iconCheckedBgColor:$="#2563eb",iconUncheckedBorderColor:T="#9ca3af",textColor:m="#374151",errorStyle:M,darkMode:j=!1})=>{const _=i.useRef(null),[I,R]=i.useState(null),w=b=>{if(!r||o||l)return;const h=s.includes(b)?s.filter(p=>p!==b):[...s,b];r(h)};return i.useEffect(()=>{const b=_.current;if(!b)return;const h=p=>{if(o||I===null)return;const P=I;(p.key==="ArrowDown"||p.key==="ArrowRight")&&(p.preventDefault(),R((P+1)%t.length)),(p.key==="ArrowUp"||p.key==="ArrowLeft")&&(p.preventDefault(),R((P-1+t.length)%t.length)),(p.key===" "||p.key==="Enter")&&(p.preventDefault(),w(t[P].value))};return b.addEventListener("keydown",h),()=>b.removeEventListener("keydown",h)},[I,t,s,o]),e.jsxs("div",{ref:_,role:"group","aria-disabled":o,"aria-invalid":!!u,tabIndex:0,className:D("flex flex-col gap-2",N),style:{...y},children:[t.map((b,h)=>{const p=s.includes(b.value),P=I===h;return e.jsxs("label",{className:D("flex items-center justify-between cursor-pointer select-none transition-opacity",o?"opacity-50 cursor-not-allowed":"opacity-100",P?"ring-2 ring-blue-400":""),style:{...d},onFocus:()=>R(h),children:[e.jsx("span",{style:{color:m,fontSize:14},children:b.label}),e.jsx("input",{type:"checkbox",name:n,value:b.value,checked:p,disabled:o||l,required:c,onChange:()=>w(b.value),style:{display:"none"}}),g?g(p):e.jsx("span",{style:{display:"inline-flex",justifyContent:"center",alignItems:"center",width:f,height:f,borderRadius:4,border:`2px solid ${p?$:T}`,backgroundColor:p?$:"transparent",transition:"all 0.25s ease"},children:p&&e.jsx("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"white",strokeWidth:3,strokeLinecap:"round",strokeLinejoin:"round",style:{width:f*.6,height:f*.6},children:e.jsx("polyline",{points:"20 6 9 17 4 12"})})})]},b.value)}),u&&e.jsx("p",{role:"alert",style:{color:"#dc2626",fontSize:12,marginTop:4,...M},children:u})]})},Pt=({name:n,options:t,selectedValue:s,onChange:r,disabled:o=!1,readOnly:l=!1,required:c=!1,error:u,className:N,style:g,labelStyle:y,iconSize:d=20,iconCheckedBgColor:f="#2563eb",iconUncheckedBorderColor:$="#9ca3af",textColor:T="#374151",errorStyle:m,darkMode:M=!1})=>{const j=i.useRef(null),[_,I]=i.useState(null);return i.useEffect(()=>{const R=j.current;if(!R)return;const w=b=>{if(o)return;const h=_??t.findIndex(p=>p.value===s)??0;if(b.key==="ArrowDown"||b.key==="ArrowRight"){b.preventDefault();const p=(h+1)%t.length;r&&r(t[p].value),I(p)}if(b.key==="ArrowUp"||b.key==="ArrowLeft"){b.preventDefault();const p=(h-1+t.length)%t.length;r&&r(t[p].value),I(p)}};return R.addEventListener("keydown",w),()=>R.removeEventListener("keydown",w)},[_,t,s,r,o]),e.jsxs("div",{ref:j,role:"radiogroup","aria-disabled":o,"aria-invalid":!!u,className:D("flex flex-col gap-2",N),style:{...g},tabIndex:0,children:[t.map((R,w)=>{const b=s===R.value,h=_===w;return e.jsxs("label",{className:D("flex items-center justify-between cursor-pointer select-none gap-2",o?"opacity-50 cursor-not-allowed":"opacity-100",h?"ring-2 ring-blue-400":""),style:{...y},children:[e.jsx("span",{style:{color:T,fontSize:14},children:R.label}),e.jsx("input",{type:"radio",name:n,value:R.value,checked:b,disabled:o||l,required:c,onChange:()=>r&&r(R.value),style:{display:"none"}}),e.jsx("span",{className:D("inline-flex items-center justify-center rounded-full transition-all"),style:{width:d,height:d,border:`2px solid ${b?f:$}`,backgroundColor:b?f:"transparent",transition:"all 0.2s ease"},children:b&&e.jsx("span",{style:{width:d/2,height:d/2,borderRadius:"50%",backgroundColor:"#fff"}})})]},R.value)}),u&&e.jsx("p",{role:"alert",style:{color:"#dc2626",fontSize:12,marginTop:4,...m},children:u})]})},Lt=({name:n,options:t,selectedValues:s=[],onChange:r,disabled:o=!1,readOnly:l=!1,required:c=!1,error:u,className:N,style:g,labelStyle:y,iconSize:d=20,iconCheckedBgColor:f="#2563eb",switchBgColor:$="#d1d5db",textColor:T="#374151",errorStyle:m,darkMode:M=!1})=>{const j=i.useRef(null),[_,I]=i.useState(null),R=w=>{if(!r||o||l)return;const b=s.includes(w)?s.filter(h=>h!==w):[...s,w];r(b)};return i.useEffect(()=>{const w=j.current;if(!w)return;const b=h=>{if(o||_===null)return;const p=_;if(h.key==="ArrowRight"||h.key==="ArrowDown"){h.preventDefault();const P=(p+1)%t.length;I(P)}if(h.key==="ArrowLeft"||h.key==="ArrowUp"){h.preventDefault();const P=(p-1+t.length)%t.length;I(P)}(h.key===" "||h.key==="Enter")&&(h.preventDefault(),R(t[p].value))};return w.addEventListener("keydown",b),()=>w.removeEventListener("keydown",b)},[_,t,s,o]),e.jsxs("div",{ref:j,role:"group","aria-disabled":o,"aria-invalid":!!u,tabIndex:0,className:D("flex flex-col gap-2",N),style:{...g},children:[t.map((w,b)=>{const h=s.includes(w.value),p=_===b;return e.jsxs("label",{className:D("flex items-center justify-between cursor-pointer select-none transition-opacity",o?"opacity-50 cursor-not-allowed":"opacity-100",p?"ring-2 ring-blue-400":""),style:{...y},onFocus:()=>I(b),children:[e.jsx("span",{style:{color:T,fontSize:14},children:w.label}),e.jsx("input",{type:"checkbox",name:n,value:w.value,checked:h,disabled:o||l,required:c,onChange:()=>R(w.value),style:{display:"none"}}),e.jsx("span",{className:D("relative inline-flex rounded-full transition-colors"),style:{width:d*2,height:d*1.1,backgroundColor:h?f:$,transition:"background-color 0.25s ease",borderRadius:9999},children:e.jsx("span",{style:{position:"absolute",top:"50%",left:h?`calc(100% - ${d-4}px - 2px)`:"2px",transform:"translateY(-50%)",width:d-4,height:d-4,borderRadius:"50%",backgroundColor:"#fff",boxShadow:"0 1px 2px rgba(0,0,0,0.3)",transition:"left 0.25s ease"}})})]},w.value)}),u&&e.jsx("p",{role:"alert",style:{color:"#dc2626",fontSize:12,marginTop:4,...m},children:u})]})},Dt={sm:"max-w-sm",md:"max-w-md",lg:"max-w-lg",xl:"max-w-xl","2xl":"max-w-2xl",full:"w-full"},Ot={none:"p-0",sm:"p-4",md:"p-6",lg:"p-8",xl:"p-12"},Ft=({size:n="lg",padding:t="md",center:s=!0,className:r="",children:o})=>{const l=D("w-full box-border",Dt[n],Ot[t],s&&"mx-auto",r);return e.jsx("div",{className:l,children:o})},ne=(n,t)=>t==null?"":typeof t!="object"?`${n}-${t}`:Object.entries(t).map(([s,r])=>`${s}:${n}-${r}`).join(" "),Bt=({direction:n={sm:"column",md:"row"},align:t="center",justify:s="between",wrap:r="wrap",gap:o,padding:l,margin:c,className:u,children:N})=>{const g=D("flex",ne("flex",n),ne("items",t),ne("justify",s),ne("flex",r),o?ne("gap",o):"",l?ne("p",l):"",c?ne("m",c):"",u);return e.jsx("div",{className:g,children:N})},je=(n,t)=>t==null?"":typeof t!="object"?`${n}-${t}`:Object.entries(t).map(([s,r])=>`${s}:${n}-${r}`).join(" "),me=({direction:n={sm:"vertical",md:"horizontal"},gap:t=4,align:s="center",justify:r="start",wrap:o="nowrap",className:l,children:c})=>{const u=D("flex",je("flex",n),je("gap",t),s!=="stretch"?`items-${s}`:"items-stretch",r!=="start"?`justify-${r}`:"justify-start",o!=="nowrap"?`flex-${o}`:"flex-nowrap",l);return e.jsx("div",{className:u,children:c})},Vt=n=>e.jsx(me,{direction:"horizontal",...n}),Yt=n=>e.jsx(me,{direction:"vertical",...n}),de=(n,t)=>t==null?"":typeof t!="object"?`${n}-${t}`:Object.entries(t).map(([s,r])=>`${s}:${n}-${r}`).join(" "),Ht=({columns:n={sm:1,md:2,lg:3},gap:t=4,padding:s=4,alignItems:r="stretch",justifyItems:o="stretch",className:l,children:c})=>{const u=D("grid",de("grid-cols",n),de("gap",t),de("p",s),r!=="stretch"?`items-${r}`:"items-stretch",o!=="stretch"?`justify-items-${o}`:"justify-items-stretch",l);return e.jsx("div",{className:u,children:c})},Ut=({label:n="Open Drawer",icon:t,iconPosition:s="left",onClick:r,className:o=""})=>e.jsxs("button",{type:"button",onClick:r,className:`inline-flex items-center justify-center gap-2 px-4 py-2 rounded-md font-medium text-white bg-blue-600 hover:bg-blue-700 transition-colors focus:outline-none focus:ring-2 focus:ring-blue-400 ${o}`,children:[t&&s==="left"&&t,n,t&&s==="right"&&t]}),Wt=({open:n,onClose:t,position:s="right",size:r="320px",children:o,showCloseButton:l=!0,className:c="",overlayClassName:u="",closeButtonClassName:N=""})=>{const[g,y]=i.useState(n);i.useEffect(()=>{n?y(!0):setTimeout(()=>y(!1),300)},[n]);const d=i.useMemo(()=>{if(n)return"translate(0,0)";switch(s){case"left":return"translateX(-100%)";case"right":return"translateX(100%)";case"top":return"translateY(-100%)";case"bottom":return"translateY(100%)";default:return"translate(0,0)"}},[n,s]);return!g&&!n?null:e.jsxs(e.Fragment,{children:[e.jsx("div",{onClick:t,className:`fixed inset-0 bg-black/50 transition-opacity ${n?"opacity-100":"opacity-0"} ${u}`}),e.jsxs("div",{className:`fixed bg-white shadow-lg flex flex-col transition-transform duration-300 ${c}`,style:{width:s==="left"||s==="right"?r:"100%",height:s==="top"||s==="bottom"?r:"100%",top:(s==="bottom"||s==="top")&&s==="bottom"?"auto":0,bottom:s==="bottom"?0:"auto",left:s==="left"?0:s==="right"?"auto":0,right:s==="right"?0:s==="left"?"auto":0,transform:d},children:[l&&e.jsx("button",{onClick:t,className:`absolute top-4 right-4 p-1 rounded-full hover:bg-gray-200 transition-colors ${N}`,"aria-label":"Close drawer",children:e.jsx(he,{size:20})}),e.jsx("div",{className:"flex-1 overflow-auto p-4",children:o})]})]})},Ae=i.forwardRef((n,t)=>{const{label:s,name:r="",value:o,defaultValue:l,onChange:c,options:u=[],placeholder:N="Select an option",required:g,disabled:y,error:d,success:f,helperText:$,labelIcon:T,prefixIcon:m,variant:M="dark",primaryTheme:j=!0,primaryColor:_="#3b82f6",containerClassName:I="",labelClassName:R="",triggerClassName:w="",dropdownClassName:b="",optionClassName:h="",className:p=""}=n,P=i.useRef(null);i.useImperativeHandle(t,()=>P.current);const[L,F]=i.useState(!1),[Y,W]=i.useState(l||""),B=o!==void 0?o:Y,S=u.find(k=>k.value===B);i.useEffect(()=>{const k=C=>{P.current&&!P.current.contains(C.target)&&F(!1)};return document.addEventListener("mousedown",k),()=>document.removeEventListener("mousedown",k)},[]);const x=k=>{W(k.value),c?.(r,k.value),F(!1)},A={dark:{bg:"bg-zinc-900",text:"text-white",border:"border-zinc-800",dropdown:"bg-black border-zinc-800",option:"text-zinc-300 hover:bg-zinc-800"},light:{bg:"bg-white",text:"text-gray-900",border:"border-gray-300",dropdown:"bg-white border-gray-200",option:"text-gray-700 hover:bg-gray-100"}}[M],H=j?{}:{color:_},G=j?{}:{borderColor:_},J=j?{}:{backgroundColor:`${_}20`},a=d?"border-rose-500":f?"border-emerald-500":A.border,v=m?"pl-12 pr-10":"px-4";return e.jsxs("div",{ref:P,className:`w-full space-y-1 ${I} ${p}`,children:[s&&e.jsxs("label",{className:`flex items-center gap-2 text-[13px] font-medium ${R}`,children:[T&&e.jsx(T,{className:j?"w-4 h-4 text-[var(--primary)]":"w-4 h-4",style:j?void 0:H}),s,g&&e.jsx("span",{className:"text-rose-500",children:"*"})]}),e.jsxs("div",{className:"relative group",children:[m&&e.jsx("div",{className:"absolute left-4 top-1/2 -translate-y-1/2 z-10",children:e.jsx(m,{className:j?"w-4 h-4 text-zinc-500 group-focus-within:text-[var(--primary)]":"w-4 h-4 text-zinc-500",style:j?void 0:H})}),e.jsxs("button",{type:"button",disabled:y,onClick:()=>F(k=>!k),style:j?void 0:G,className:`
177
+ w-full py-2.5 rounded-lg text-left text-sm
178
+ border transition-all duration-200
179
+ ${A.bg} ${A.text}
180
+ ${v}
181
+ ${a}
182
+ focus:ring-2
183
+ ${j?"focus:ring-[var(--primary)]/30 focus:border-[var(--primary)]":""}
184
+ disabled:opacity-50 disabled:cursor-not-allowed
185
+ ${w}
186
+ `,children:[e.jsx("span",{className:S?A.text:"text-zinc-500",children:S?S.label:N}),e.jsx($e,{className:`absolute right-4 top-1/2 -translate-y-1/2 w-4 h-4 transition-transform ${L?"rotate-180":""} text-zinc-400`})]}),L&&e.jsx("div",{className:`
187
+ absolute z-50 mt-2 w-full rounded-xl border shadow-xl overflow-hidden
188
+ ${A.dropdown}
189
+ ${b}
190
+ `,children:e.jsx("ul",{className:"max-h-60 overflow-y-auto",children:u.map(k=>{const C=B===k.value;return e.jsxs("li",{onClick:()=>x(k),style:!j&&C?J:void 0,className:`
191
+ px-4 py-3 cursor-pointer text-sm flex items-center gap-2
192
+ ${C?j?"bg-[var(--primary)]/15 text-[var(--primary)]":"":A.option}
193
+ ${h}
194
+ `,children:[k.icon&&e.jsx("span",{children:k.icon}),k.label]},k.value)})})})]}),($||d)&&e.jsx("p",{className:`text-xs ${d?"text-rose-500":f?"text-emerald-500":"text-zinc-500"}`,children:typeof d=="string"?d:$})]})});Ae.displayName="Dropdown";const qt=i.forwardRef((n,t)=>{const{label:s,name:r="",type:o="text",placeholder:l="",value:c,defaultValue:u,onChange:N,required:g,disabled:y,readOnly:d,error:f,success:$,helperText:T,icon:m,prefix:M,prefixIcon:j,suffixIcon:_,min:I,max:R,step:w,rows:b=4,primaryTheme:h=!0,primaryColor:p="#3b82f6",className:P=""}=n,L=i.useRef(null);i.useImperativeHandle(t,()=>L.current);const[F,Y]=i.useState(u||""),[W,B]=i.useState(!1),S=!!j,x=!!M,A=S||x,H=c!==void 0?c:F,G=q=>{const Q=q.target.value;Y(Q),N?.(r,Q)},J=q=>{o==="number"&&q.key==="-"&&q.preventDefault()},a=()=>A?S&&x?"pl-20 pr-4":x?"pl-14 pr-4":S?"pl-10 pr-4":"px-4":"px-4",v=h?{}:{borderColor:p,boxShadow:`0 0 0 1px ${p}`},k=h?{}:{color:p},C=f?"border-red-500":$?"border-emerald-500":"border-zinc-300 dark:border-zinc-800";return e.jsxs("div",{className:`w-full space-y-1 ${P}`,children:[s&&e.jsxs("label",{className:"flex items-center gap-2 text-[12px] font-medium text-gray-700 dark:text-zinc-100",children:[m&&e.jsx(m,{size:16,className:h?"text-[var(--primary)]":"",style:h?void 0:k}),s,g&&e.jsx("span",{className:"text-red-500",children:"*"})]}),e.jsxs("div",{className:"relative",children:[A&&e.jsxs("div",{className:"absolute inset-y-0 left-0 flex items-center pl-3 gap-2 text-sm text-zinc-400 pointer-events-none",children:[j&&e.jsx(j,{size:14}),x&&e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"font-medium text-zinc-600 dark:text-zinc-200",children:M}),e.jsx("span",{className:"h-4 w-px bg-zinc-300 dark:bg-zinc-700"})]})]}),o==="textarea"?e.jsx("textarea",{ref:L,name:r,value:H,onChange:G,placeholder:l,required:g,disabled:y,readOnly:d,rows:b,style:h?void 0:v,className:`
195
+ w-full rounded-lg text-sm
196
+ bg-white dark:bg-zinc-900 border
197
+ text-gray-900 dark:text-white
198
+ placeholder:text-zinc-400
199
+ py-2.5 outline-none
200
+ focus:ring-1
201
+ ${h&&"focus:ring-[var(--primary)] focus:border-[var(--primary)]"}
202
+ ${a()}
203
+ ${C}
204
+ `}):e.jsx("input",{ref:L,type:o==="password"?W?"text":"password":o,name:r,value:H,onChange:G,onKeyDown:J,placeholder:l,required:g,disabled:y,readOnly:d,min:o==="number"?I??0:void 0,max:R,step:w,style:h?void 0:v,className:`
205
+ w-full rounded-lg text-sm
206
+ bg-white dark:bg-zinc-900 border
207
+ text-gray-900 dark:text-white
208
+ placeholder:text-zinc-400
209
+ py-2.5 outline-none
210
+ focus:ring-1
211
+ disabled:opacity-50 disabled:cursor-not-allowed
212
+ ${h&&"focus:ring-[var(--primary)] focus:border-[var(--primary)]"}
213
+ ${a()}
214
+ ${C}
215
+ `}),o==="password"&&e.jsx("button",{type:"button",onClick:()=>B(!W),className:"absolute right-3 top-1/2 -translate-y-1/2 text-zinc-400",children:W?e.jsx(Ke,{size:18}):e.jsx(Qe,{size:18})}),_&&o!=="password"&&e.jsx("span",{className:"absolute right-3 top-1/2 -translate-y-1/2 text-zinc-400",children:_})]}),(T||f)&&e.jsx("p",{className:`text-xs ${f?"text-red-500":$?"text-emerald-500":"text-zinc-500"}`,children:f&&typeof f=="string"?f:T})]})}),Gt=({src:n,alt:t="Image",title:s,width:r="w-full",height:o="h-auto",rounded:l="rounded-lg",borderColor:c="transparent",borderWidth:u="0",shadow:N=!1,opacity:g=1,objectFit:y="cover",overlayText:d,overlayColor:f="rgba(0,0,0,0.5)",svgIcon:$,responsive:T=!1,p:m,m:M,hoverScale:j=1.05,hoverRotate:_=0,hoverOpacity:I,hoverShadow:R=!1,transitionDuration:w="300ms",overflow:b="hidden",className:h="",style:p,onClick:P,onLoad:L,onError:F})=>{const Y=i.useMemo(()=>["relative inline-block transition-all",N?"shadow-md":"",l,m??"",M??"",T?"w-full h-auto":"",h].join(" "),[N,l,m,M,T,h]),W=i.useMemo(()=>({width:typeof r=="number"?r:void 0,height:typeof o=="number"?o:void 0,objectFit:y,opacity:g,borderColor:c,borderWidth:u,transition:`all ${w} ease`,...p}),[r,o,y,g,c,u,w,p]),B=i.useMemo(()=>{switch(b){case"x":return{overflowX:"hidden"};case"y":return{overflowY:"hidden"};default:return{overflow:b}}},[b]),S=A=>{I!==void 0&&(A.currentTarget.style.opacity=I.toString()),A.currentTarget.style.transform=`scale(${j}) rotate(${_}deg)`,R&&(A.currentTarget.style.boxShadow="0 8px 20px rgba(0,0,0,0.3)")},x=A=>{A.currentTarget.style.opacity=g.toString(),A.currentTarget.style.transform="scale(1) rotate(0deg)",R&&(A.currentTarget.style.boxShadow="")};return e.jsxs("div",{role:"img","aria-label":t,title:s||t,onClick:P,className:Y,style:{position:"relative",cursor:P?"pointer":"default",...B},children:[$?e.jsx("div",{className:"w-full h-full flex items-center justify-center",children:$}):e.jsx("img",{src:n,alt:t,title:s||t,loading:"lazy",style:W,className:"block",onLoad:L,onError:F,onMouseEnter:S,onMouseLeave:x}),d&&e.jsx("div",{style:{backgroundColor:f},className:"absolute inset-0 flex items-center justify-center text-white font-bold text-center p-4",children:d})]})},Ie=({text:n,icon:t,onClick:s,subItems:r,isInline:o,isOrdered:l,primaryTheme:c=!0,primaryColor:u="#3b82f6",itemClassName:N,bulletClassName:g})=>{const y=c?{}:{color:u},d=c?{}:{backgroundColor:u};return e.jsxs("li",{className:D(!o&&"mb-3"),children:[e.jsxs("div",{onClick:s,style:c?void 0:y,className:D("flex items-center gap-2 text-sm text-zinc-800 dark:text-zinc-200 transition-all",s&&(c?"cursor-pointer hover:text-[var(--primary)]":"cursor-pointer"),N),children:[t?e.jsx("span",{className:"text-base",children:t}):!o&&!l&&e.jsx("span",{style:c?void 0:d,className:D("w-2 h-2 rounded-full",c&&"bg-[var(--primary)]",g)}),e.jsx("span",{children:n})]}),r&&r.length>0&&e.jsx("ul",{className:D("pl-5 mt-2 space-y-2",l?"list-decimal":"list-none"),children:r.map((f,$)=>e.jsx(Ie,{...f,isInline:!1,isOrdered:l,primaryTheme:c,primaryColor:u,itemClassName:N,bulletClassName:g},$))})]})},Xt=({title:n,titleIcon:t,items:s,type:r="unordered",primaryTheme:o=!0,primaryColor:l="#3b82f6",className:c,itemClassName:u,titleClassName:N,bulletClassName:g})=>{const y=r==="ordered",d=r==="inline",f=y?"ol":"ul";return e.jsxs("div",{className:D("bg-white dark:bg-zinc-900 border border-zinc-200 dark:border-zinc-800 rounded-xl p-4",c),children:[n&&e.jsxs("div",{className:D("flex items-center gap-2 mb-3 text-base font-semibold text-zinc-900 dark:text-white",N),children:[t&&e.jsx("span",{children:t}),e.jsx("span",{children:n})]}),e.jsx(f,{className:D(d?"flex flex-wrap gap-4":y?"list-decimal pl-5 space-y-2":"list-none p-0"),children:s.map(($,T)=>e.jsx(Ie,{...$,isInline:d,isOrdered:y,primaryTheme:o,primaryColor:l,itemClassName:u,bulletClassName:g},T))})]})},Jt=({isOpen:n,onClose:t,children:s,title:r,icon:o,ariaLabel:l,className:c,overlayClassName:u,contentClassName:N,closeButtonClassName:g,disableOverlayClose:y=!1,darkMode:d=!1,transitionDuration:f=200})=>{const $=i.useRef(null);i.useEffect(()=>{const m=M=>{M.key==="Escape"&&t()};return n&&document.addEventListener("keydown",m),()=>document.removeEventListener("keydown",m)},[n,t]),i.useEffect(()=>{if(n){const m=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=m}}},[n]);const T=i.useCallback(()=>{y||t()},[y,t]);return n?e.jsx("div",{role:"dialog","aria-modal":"true","aria-label":l||r||"Modal",className:D("fixed inset-0 flex items-center justify-center z-50 transition-opacity",d?"bg-black/80":"bg-black/60",u),style:{transitionDuration:`${f}ms`},onClick:T,children:e.jsxs("div",{ref:$,className:D("relative w-[90vw] max-w-2xl max-h-[90vh] overflow-y-auto p-6 rounded-lg shadow-lg transition-transform",d?"bg-zinc-900 text-white":"bg-white text-gray-900","scale-100",N),style:{transitionDuration:`${f}ms`},onClick:m=>m.stopPropagation(),children:[e.jsx("button",{onClick:t,"aria-label":"Close modal",className:D("absolute top-4 right-4 p-1 rounded-full hover:scale-110 transition-transform",d?"text-white hover:text-gray-200":"text-gray-700 hover:text-gray-900",g),children:e.jsx(he,{size:24})}),r&&e.jsxs("div",{className:"flex items-center gap-2 mb-4",children:[o&&e.jsx("span",{className:"flex-shrink-0",children:o}),e.jsx("h2",{className:"text-xl font-semibold",children:r})]}),s]})}):null},Kt=({children:n,style:t,className:s})=>e.jsx("div",{className:D("overflow-x-auto rounded-lg shadow-sm border border-gray-200",s),style:{background:"#ffffff",...t},children:e.jsx("table",{className:"w-full border-collapse",style:{borderSpacing:0,borderRadius:12,overflow:"hidden"},children:n})}),Zt=({children:n,style:t,className:s})=>e.jsx("thead",{className:D("bg-gray-100 text-gray-900 font-semibold",s),style:{...t},children:n}),Qt=({children:n,style:t,className:s})=>e.jsx("tbody",{className:D("bg-white",s),style:{...t},children:n}),er=({children:n,style:t,className:s,onClick:r,hoverBgColor:o="#f9fafb",darkMode:l=!1})=>e.jsx("tr",{className:D("transition-colors duration-200 cursor-default",r?"hover:cursor-pointer":"",s),style:{borderBottom:"1px solid #e5e7eb",...t},onClick:r,onMouseEnter:c=>{l?c.currentTarget.style.backgroundColor="#1f2937":c.currentTarget.style.backgroundColor=o},onMouseLeave:c=>{c.currentTarget.style.backgroundColor="transparent"},children:n}),tr=({children:n,style:t,className:s})=>e.jsx("th",{className:D("text-left px-4 py-3 text-sm text-gray-700 border-b-2 border-gray-200",s),style:{...t},children:n}),rr=({children:n,style:t,className:s})=>e.jsx("td",{className:D("px-4 py-3 text-sm text-gray-600",s),style:{...t},children:n}),nr=({tabs:n,defaultActive:t=0,position:s="top",variant:r="solid",fullWidth:o=!1,gap:l=8,radius:c=8,padding:u="12px 18px",transitionDuration:N=200,elevation:g=1,bordered:y=!1,primaryColor:d="#2563eb",backgroundColor:f="transparent",textColor:$="#374151",hoverColor:T="#1d4ed8",activeColor:m="#ffffff",borderColor:M="#e5e7eb",disabledColor:j="#9ca3af",responsiveBreakpoint:_=768,showDrawerLabel:I="Select Tab",drawerIcon:R="☰",onTabChange:w,className:b="",style:h,tabClassName:p="",contentClassName:P="",activeTabStyle:L,inactiveTabStyle:F,contentStyle:Y})=>{const[W,B]=i.useState(t),[S,x]=i.useState(null),[A,H]=i.useState(!1),[G,J]=i.useState(!1),a=i.useRef(null);i.useEffect(()=>{const E=()=>H(window.innerWidth<=_);return E(),window.addEventListener("resize",E),()=>window.removeEventListener("resize",E)},[_]);const v=E=>{n[E].disabled||(B(E),w?.(E),A&&J(!1))},k=(E,O)=>{E.key==="ArrowRight"||E.key==="ArrowDown"?(E.preventDefault(),v((O+1)%n.length)):(E.key==="ArrowLeft"||E.key==="ArrowUp")&&(E.preventDefault(),v((O-1+n.length)%n.length))},C={padding:u,borderRadius:c,cursor:"pointer",display:"flex",alignItems:"center",gap:8,justifyContent:"center",fontWeight:500,transition:`all ${N}ms ease`,background:"transparent",border:r==="outline"?`1px solid ${M}`:"none",borderBottom:r==="underline"?"2px solid transparent":void 0,color:$,width:o?"100%":"auto",userSelect:"none"},q={background:r==="solid"?d:"transparent",color:m,borderBottom:r==="underline"?`2px solid ${d}`:void 0,boxShadow:g>0?`0 ${g}px ${g*4}px ${d}33`:void 0,...L},Q={...r==="outline"?{borderColor:M}:{},...r==="underline"?{borderBottomColor:"transparent"}:{},...F},V={color:T,background:r==="solid"?`${d}11`:r==="outline"?`${d}11`:"transparent"},K={color:j,cursor:"not-allowed",opacity:.6},X={flexGrow:1,borderTop:y&&s==="top"?`1px solid ${M}`:void 0,borderLeft:y&&s==="left"?`1px solid ${M}`:void 0,borderRight:y&&s==="right"?`1px solid ${M}`:void 0,borderRadius:c,...Y},z=s==="left"||s==="right";return e.jsxs("div",{ref:a,className:`modern-tabs ${b}`,style:{display:"flex",flexDirection:z?s==="right"?"row-reverse":"row":"column",background:f,border:y?`1px solid ${M}`:void 0,borderRadius:c,overflow:"hidden",...h},children:[e.jsx("style",{children:`
186
216
  @keyframes tab-fade {
187
217
  from { opacity: 0; transform: translateY(5px); }
188
218
  to { opacity: 1; transform: translateY(0); }
189
219
  }
190
220
  .modern-tabs__content {
191
- animation: tab-fade ${g}ms ease;
221
+ animation: tab-fade ${N}ms ease;
192
222
  }
193
- `}),V?e.jsxs("div",{style:{width:"100%",padding:8},children:[e.jsxs("button",{onClick:()=>re(!q),style:{...Y,...K,justifyContent:"space-between",width:"100%",fontSize:16},children:[w,e.jsx("span",{children:$})]}),q&&e.jsx("div",{style:{display:"flex",flexDirection:"column",marginTop:8,gap:a},children:t.map((k,_)=>{const J=_===H,Z=E===_,se=k.disabled;return e.jsxs("button",{disabled:se,onClick:()=>C(_),onKeyDown:le=>N(le,_),onMouseEnter:()=>T(_),onMouseLeave:()=>T(null),className:M,style:{...Y,...J?K:ne,...Z&&!J&&!se?A:{},...se?P:{}},children:[k.icon&&e.jsx("span",{children:k.icon}),k.label]},_)})})]}):e.jsx("div",{style:{display:"flex",flexDirection:R?"column":"row",gap:a,padding:8,minWidth:R?200:void 0},children:t.map((k,_)=>{const J=_===H,Z=E===_,se=k.disabled;return e.jsxs("button",{disabled:se,onClick:()=>C(_),onKeyDown:le=>N(le,_),onMouseEnter:()=>T(_),onMouseLeave:()=>T(null),className:M,style:{...Y,...J?K:ne,...Z&&!J&&!se?A:{},...se?P:{}},role:"tab","aria-selected":J,children:[k.icon&&e.jsx("span",{children:k.icon}),k.label]},_)})}),e.jsx("div",{className:`modern-tabs__content ${F}`,style:G,role:"tabpanel",children:t[H]?.content})]})};function pe(t,r){return"#"+t.replace(/^#/,"").replace(/../g,n=>("0"+Math.min(255,Math.max(0,parseInt(n,16)+r)).toString(16)).slice(-2))}const ur={light:{default:"#111",primary:"#2563eb",secondary:"#64748b",success:"#16a34a",danger:"#dc2626",white:"#ffffff",muted:"#6b7280"},dark:{default:"#f8fafc",primary:"#60a5fa",secondary:"#94a3b8",success:"#22c55e",danger:"#f87171",white:"#ffffff",muted:"#9ca3af"}};function fr({as:t,children:r,color:n="default",size:s="md",weight:i="normal",align:a="left",transform:x="none",italic:f=!1,underline:g=!1,strikethrough:y=!1,truncate:v=!1,selectable:c=!0,hoverable:u=!1,onClick:j,darkMode:m=!1,baseColor:b,className:h="",style:p={},...l}){const w=t||"p",$=d.useMemo(()=>{if(!b)return ur[m?"dark":"light"];const I={default:"#111",primary:b,secondary:pe(b,-50),success:pe(b,-30),danger:"#dc2626",white:"#ffffff",muted:"#6b7280"},D={default:"#f8fafc",primary:pe(b,80),secondary:pe(b,120),success:pe(b,100),danger:"#f87171",white:"#ffffff",muted:"#9ca3af"};return m?D:I},[b,m]),S={xs:"0.75rem",sm:"0.875rem",md:"1rem",lg:"1.25rem",xl:"1.5rem","2xl":"2rem"},z={color:$[n]||n,fontSize:S[s]||s,fontWeight:i,textAlign:a,textTransform:x,fontStyle:f?"italic":"normal",textDecoration:g?"underline":y?"line-through":"none",userSelect:c?"text":"none",overflow:v?"hidden":void 0,whiteSpace:v?"nowrap":void 0,textOverflow:v?"ellipsis":void 0,cursor:j?"pointer":"default",transition:"all 0.25s ease-in-out",...p},F={className:h,style:z,onClick:j,onMouseEnter:I=>{if(!u)return;const D=I.currentTarget;D instanceof HTMLElement&&(D.style.opacity="0.8")},onMouseLeave:I=>{if(!u)return;const D=I.currentTarget;D instanceof HTMLElement&&(D.style.opacity="1")},...l};return d.createElement(w,F,r)}exports.Accordion=_e;exports.Alert=ze;exports.AudioGallery=zt;exports.AudioPlayer=Et;exports.Avatar=Le;exports.AvatarGroup=Rt;exports.Badge=_t;exports.Button=At;exports.Card=Nt;exports.CheckboxGroup=Pt;exports.Container=Ft;exports.Drawer=Jt;exports.DrawerButton=Xt;exports.Dropdown=Qt;exports.Flexbox=Ht;exports.GridView=Gt;exports.HStack=Ut;exports.Image=tr;exports.Input=er;exports.List=rr;exports.Modal=nr;exports.RadioGroup=Ot;exports.Stack=ve;exports.SwitchGroup=Wt;exports.TBody=ar;exports.TD=cr;exports.TH=ir;exports.THead=or;exports.TRow=lr;exports.Table=sr;exports.Tabs=dr;exports.Text=fr;exports.VStack=qt;
223
+ `}),A?e.jsxs("div",{style:{width:"100%",padding:8},children:[e.jsxs("button",{onClick:()=>J(!G),style:{...C,...q,justifyContent:"space-between",width:"100%",fontSize:16},children:[I,e.jsx("span",{children:R})]}),G&&e.jsx("div",{style:{display:"flex",flexDirection:"column",marginTop:8,gap:l},children:n.map((E,O)=>{const Z=O===W,ee=S===O,re=E.disabled;return e.jsxs("button",{disabled:re,onClick:()=>v(O),onKeyDown:ie=>k(ie,O),onMouseEnter:()=>x(O),onMouseLeave:()=>x(null),className:p,style:{...C,...Z?q:Q,...ee&&!Z&&!re?V:{},...re?K:{}},children:[E.icon&&e.jsx("span",{children:E.icon}),E.label]},O)})})]}):e.jsx("div",{style:{display:"flex",flexDirection:z?"column":"row",gap:l,padding:8,minWidth:z?200:void 0},children:n.map((E,O)=>{const Z=O===W,ee=S===O,re=E.disabled;return e.jsxs("button",{disabled:re,onClick:()=>v(O),onKeyDown:ie=>k(ie,O),onMouseEnter:()=>x(O),onMouseLeave:()=>x(null),className:p,style:{...C,...Z?q:Q,...ee&&!Z&&!re?V:{},...re?K:{}},role:"tab","aria-selected":Z,children:[E.icon&&e.jsx("span",{children:E.icon}),E.label]},O)})}),e.jsx("div",{className:`modern-tabs__content ${P}`,style:X,role:"tabpanel",children:n[W]?.content})]})};function oe(n,t){return"#"+n.replace(/^#/,"").replace(/../g,s=>("0"+Math.min(255,Math.max(0,parseInt(s,16)+t)).toString(16)).slice(-2))}const sr={light:{default:"#111",primary:"#2563eb",secondary:"#64748b",success:"#16a34a",danger:"#dc2626",white:"#ffffff",muted:"#6b7280"},dark:{default:"#f8fafc",primary:"#60a5fa",secondary:"#94a3b8",success:"#22c55e",danger:"#f87171",white:"#ffffff",muted:"#9ca3af"}};function ar({as:n,children:t,color:s="default",size:r="md",weight:o="normal",align:l="left",transform:c="none",italic:u=!1,underline:N=!1,strikethrough:g=!1,truncate:y=!1,selectable:d=!0,hoverable:f=!1,onClick:$,darkMode:T=!1,baseColor:m,className:M="",style:j={},..._}){const I=n||"p",R=i.useMemo(()=>{if(!m)return sr[T?"dark":"light"];const L={default:"#111",primary:m,secondary:oe(m,-50),success:oe(m,-30),danger:"#dc2626",white:"#ffffff",muted:"#6b7280"},F={default:"#f8fafc",primary:oe(m,80),secondary:oe(m,120),success:oe(m,100),danger:"#f87171",white:"#ffffff",muted:"#9ca3af"};return T?F:L},[m,T]),w={xs:"0.75rem",sm:"0.875rem",md:"1rem",lg:"1.25rem",xl:"1.5rem","2xl":"2rem"},b={color:R[s]||s,fontSize:w[r]||r,fontWeight:o,textAlign:l,textTransform:c,fontStyle:u?"italic":"normal",textDecoration:N?"underline":g?"line-through":"none",userSelect:d?"text":"none",overflow:y?"hidden":void 0,whiteSpace:y?"nowrap":void 0,textOverflow:y?"ellipsis":void 0,cursor:$?"pointer":"default",transition:"all 0.25s ease-in-out",...j},P={className:M,style:b,onClick:$,onMouseEnter:L=>{if(!f)return;const F=L.currentTarget;F instanceof HTMLElement&&(F.style.opacity="0.8")},onMouseLeave:L=>{if(!f)return;const F=L.currentTarget;F instanceof HTMLElement&&(F.style.opacity="1")},..._};return i.createElement(I,P,t)}exports.Accordion=Ee;exports.AudioGallery=It;exports.AudioPlayer=Mt;exports.Avatar=zt;exports.Badge=ze;exports.Button=Me;exports.CheckboxGroup=Ct;exports.Container=Ft;exports.Drawer=Wt;exports.DrawerButton=Ut;exports.Dropdown=Ae;exports.FlexView=Bt;exports.GridView=Ht;exports.HStack=Vt;exports.Image=Gt;exports.Input=qt;exports.List=Xt;exports.Modal=Jt;exports.RadioGroup=Pt;exports.Stack=me;exports.SwitchGroup=Lt;exports.TBody=Qt;exports.TD=rr;exports.TH=tr;exports.THead=Zt;exports.TRow=er;exports.Table=Kt;exports.Tabs=nr;exports.Text=ar;exports.ToastProvider=$t;exports.VStack=Yt;exports.useToast=kt;
194
224
  //# sourceMappingURL=index.cjs.js.map