telecop 0.1.20 → 0.1.21

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.
@@ -26,13 +26,13 @@ export interface ContainerButtonProps {
26
26
  children: React.ReactNode;
27
27
  className?: string;
28
28
  }
29
- declare const ContainerImage: React.FC<ContainerImageProps>;
30
- declare const ContainerContent: React.FC<ContainerContentProps>;
31
- declare const ContainerButton: React.FC<ContainerButtonProps>;
32
- interface ContainerComponent extends React.FC<ContainerProps> {
29
+ export declare const ContainerImage: React.FC<ContainerImageProps>;
30
+ export declare const ContainerContent: React.FC<ContainerContentProps>;
31
+ export declare const ContainerButton: React.FC<ContainerButtonProps>;
32
+ declare const ContainerRoot: React.FC<ContainerProps>;
33
+ export declare const Container: typeof ContainerRoot & {
33
34
  Image: typeof ContainerImage;
34
35
  Content: typeof ContainerContent;
35
36
  Button: typeof ContainerButton;
36
- }
37
- export declare const Container: ContainerComponent;
37
+ };
38
38
  export {};
package/dist/index.d.ts CHANGED
@@ -8,5 +8,5 @@ export { gradients } from '../src/styles/data/gradients';
8
8
  export type { Gradient } from '../src/styles/data/gradients';
9
9
  export { SolidBlue, SolidRed, SolidGreen, SolidPurple, SolidPill, GradientPurplePink, GradientBlueGreen, GradientOrangeRed, GradientCyan, GradientSunset, GlassBlue, GlassPurple, GlassWhite, GlassPink, AnimatedShimmer, AnimatedPulse, AnimatedBounce, AnimatedGlow, OutlinedBlue, OutlinedPurple, OutlinedGradient, GhostBlue, GhostRed, GhostPurple, Button3DBlue, Button3DPink, Button3DGreen, NeonBlue, NeonPink, NeonGreen, } from './components/TelecopButton';
10
10
  export type { TelecopButtonProps, ButtonCategory, ButtonVariantType } from './components/TelecopButton';
11
- export { Container } from './components/Container';
12
- export type { ContainerProps, ContainerImageProps, ContainerContentProps, ContainerButtonProps, ContainerLayout, ContainerSize, ContainerTheme } from './components/Container';
11
+ export { Container, ContainerImage, ContainerContent, ContainerButton } from './components/Container/Container';
12
+ export type { ContainerProps, ContainerImageProps, ContainerContentProps, ContainerButtonProps, ContainerLayout, ContainerSize, ContainerTheme } from './components/Container/Container';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),v=require("react"),k=({children:e,variant:a="primary",size:o="md",onClick:i,disabled:t=!1,className:s=""})=>{const g="font-semibold rounded-lg transition-all duration-200 cursor-pointer",d={primary:"bg-blue-600 hover:bg-blue-700 text-white shadow-md hover:shadow-lg",secondary:"bg-gray-600 hover:bg-gray-700 text-white shadow-md hover:shadow-lg",danger:"bg-red-600 hover:bg-red-700 text-white shadow-md hover:shadow-lg"},n={sm:"px-3 py-1.5 text-sm",md:"px-4 py-2 text-base",lg:"px-6 py-3 text-lg"},p=t?"opacity-50 cursor-not-allowed":"";return r.jsx("button",{className:`${g} ${d[a]} ${n[o]} ${p} ${s}`,onClick:i,disabled:t,children:e})},u=({children:e,variant:a="blur",size:o="md",onClick:i,disabled:t=!1,className:s=""})=>{const[g,d]=v.useState([]),n=l=>{if(!t&&i){const h=l.currentTarget.getBoundingClientRect(),x=l.clientX-h.left,w=l.clientY-h.top,f=Date.now();d([...g,{x,y:w,id:f}]),setTimeout(()=>{d(y=>y.filter(j=>j.id!==f))},800),i()}},p=`
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),w=require("react"),P=({children:e,variant:a="primary",size:o="md",onClick:i,disabled:t=!1,className:s=""})=>{const g="font-semibold rounded-lg transition-all duration-200 cursor-pointer",d={primary:"bg-blue-600 hover:bg-blue-700 text-white shadow-md hover:shadow-lg",secondary:"bg-gray-600 hover:bg-gray-700 text-white shadow-md hover:shadow-lg",danger:"bg-red-600 hover:bg-red-700 text-white shadow-md hover:shadow-lg"},n={sm:"px-3 py-1.5 text-sm",md:"px-4 py-2 text-base",lg:"px-6 py-3 text-lg"},p=t?"opacity-50 cursor-not-allowed":"";return r.jsx("button",{className:`${g} ${d[a]} ${n[o]} ${p} ${s}`,onClick:i,disabled:t,children:e})},u=({children:e,variant:a="blur",size:o="md",onClick:i,disabled:t=!1,className:s=""})=>{const[g,d]=w.useState([]),n=l=>{if(!t&&i){const h=l.currentTarget.getBoundingClientRect(),f=l.clientX-h.left,N=l.clientY-h.top,v=Date.now();d([...g,{x:f,y:N,id:v}]),setTimeout(()=>{d(C=>C.filter(G=>G.id!==v))},800),i()}},p=`
2
2
  relative overflow-hidden
3
3
  backdrop-blur-xl
4
4
  border border-white/30
@@ -31,7 +31,7 @@
31
31
  before:translate-x-[-200%]
32
32
  hover:before:translate-x-[200%]
33
33
  before:transition-transform before:duration-1000
34
- `},b=t?"opacity-40 cursor-not-allowed hover:scale-100 hover:shadow-xl":"";return r.jsxs("button",{className:`${p} ${c[o]} ${m[a]} ${b} ${s}`,onClick:n,disabled:t,children:[a==="waves"&&!t&&r.jsxs(r.Fragment,{children:[r.jsx("span",{className:"absolute inset-0 bg-gradient-to-r from-blue-500/10 via-purple-500/10 to-pink-500/10 opacity-0 group-hover:opacity-100 transition-opacity duration-700"}),r.jsx("span",{className:"absolute inset-0 bg-gradient-to-br from-transparent via-white/10 to-transparent animate-pulse"})]}),a==="blur"&&!t&&r.jsx("span",{className:"absolute inset-0 bg-white/5 blur-xl opacity-0 group-hover:opacity-100 transition-opacity duration-500"}),r.jsx("span",{className:"absolute inset-0 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none",children:r.jsx("span",{className:"absolute inset-[-2px] rounded-2xl bg-gradient-to-r from-transparent via-white/40 to-transparent blur-sm animate-shimmer"})}),g.map(l=>r.jsx("span",{className:"absolute rounded-full bg-white/30 pointer-events-none animate-ripple",style:{left:l.x,top:l.y,width:"20px",height:"20px",transform:"translate(-50%, -50%)"}},l.id)),r.jsx("span",{className:"relative z-10 drop-shadow-lg",children:e})]})},N=({name:e,title:a,description:o="Welcome to my portfolio",primaryButtonText:i="Get Started",primaryButtonLink:t,primaryButtonOnClick:s,secondaryButtonText:g="Learn More",secondaryButtonLink:d,secondaryButtonOnClick:n,backgroundGradient:p="linear-gradient(135deg, #667eea 0%, #764ba2 100%)",animationType:c,className:m=""})=>{const b=()=>{t?window.location.href=t:s&&s()},l=()=>{d?window.location.href=d:n&&n()},h=t?r.jsx("a",{href:t,style:{textDecoration:"none"},children:r.jsx(u,{variant:"waves",size:"lg",children:i})}):r.jsx(u,{variant:"waves",size:"lg",onClick:s||b,children:i}),x=d?r.jsx("a",{href:d,style:{textDecoration:"none"},children:r.jsx(u,{variant:"blur",size:"lg",children:g})}):r.jsx(u,{variant:"blur",size:"lg",onClick:n||l,children:g});return r.jsx("div",{className:c?`animate-gradient-${c}`:"",style:{background:p,minHeight:"100vh"},children:r.jsx("div",{className:`min-h-screen flex items-center justify-center p-8 ${m}`,children:r.jsxs("div",{className:"max-w-4xl w-full text-center space-y-8",children:[r.jsx("h1",{className:"text-6xl md:text-8xl font-bold text-white mb-4",style:{textShadow:"0 0 40px rgba(0,0,0,0.3)",animation:"fadeInUp 0.8s ease-out"},children:e}),r.jsx("h2",{className:"text-3xl md:text-5xl font-semibold text-white/90",style:{textShadow:"0 0 30px rgba(0,0,0,0.2)",animation:"fadeInUp 1s ease-out 0.2s backwards"},children:a}),r.jsx("p",{className:"text-xl md:text-2xl text-white/80 max-w-2xl mx-auto",style:{textShadow:"0 0 20px rgba(0,0,0,0.2)",animation:"fadeInUp 1.2s ease-out 0.4s backwards"},children:o}),r.jsxs("div",{className:"flex flex-wrap gap-6 justify-center mt-12",style:{animation:"fadeInUp 1.4s ease-out 0.6s backwards"},children:[h,x]}),r.jsx("div",{className:"mt-16 mx-auto w-32 h-1 rounded-full",style:{background:"linear-gradient(90deg, transparent, white, transparent)",animation:"fadeIn 2s ease-out 1s backwards"}})]})})})},G=[{id:"glass-morphism",name:"Glass Morphism",gradient:`
34
+ `},b=t?"opacity-40 cursor-not-allowed hover:scale-100 hover:shadow-xl":"";return r.jsxs("button",{className:`${p} ${c[o]} ${m[a]} ${b} ${s}`,onClick:n,disabled:t,children:[a==="waves"&&!t&&r.jsxs(r.Fragment,{children:[r.jsx("span",{className:"absolute inset-0 bg-gradient-to-r from-blue-500/10 via-purple-500/10 to-pink-500/10 opacity-0 group-hover:opacity-100 transition-opacity duration-700"}),r.jsx("span",{className:"absolute inset-0 bg-gradient-to-br from-transparent via-white/10 to-transparent animate-pulse"})]}),a==="blur"&&!t&&r.jsx("span",{className:"absolute inset-0 bg-white/5 blur-xl opacity-0 group-hover:opacity-100 transition-opacity duration-500"}),r.jsx("span",{className:"absolute inset-0 rounded-2xl opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none",children:r.jsx("span",{className:"absolute inset-[-2px] rounded-2xl bg-gradient-to-r from-transparent via-white/40 to-transparent blur-sm animate-shimmer"})}),g.map(l=>r.jsx("span",{className:"absolute rounded-full bg-white/30 pointer-events-none animate-ripple",style:{left:l.x,top:l.y,width:"20px",height:"20px",transform:"translate(-50%, -50%)"}},l.id)),r.jsx("span",{className:"relative z-10 drop-shadow-lg",children:e})]})},B=({name:e,title:a,description:o="Welcome to my portfolio",primaryButtonText:i="Get Started",primaryButtonLink:t,primaryButtonOnClick:s,secondaryButtonText:g="Learn More",secondaryButtonLink:d,secondaryButtonOnClick:n,backgroundGradient:p="linear-gradient(135deg, #667eea 0%, #764ba2 100%)",animationType:c,className:m=""})=>{const b=()=>{t?window.location.href=t:s&&s()},l=()=>{d?window.location.href=d:n&&n()},h=t?r.jsx("a",{href:t,style:{textDecoration:"none"},children:r.jsx(u,{variant:"waves",size:"lg",children:i})}):r.jsx(u,{variant:"waves",size:"lg",onClick:s||b,children:i}),f=d?r.jsx("a",{href:d,style:{textDecoration:"none"},children:r.jsx(u,{variant:"blur",size:"lg",children:g})}):r.jsx(u,{variant:"blur",size:"lg",onClick:n||l,children:g});return r.jsx("div",{className:c?`animate-gradient-${c}`:"",style:{background:p,minHeight:"100vh"},children:r.jsx("div",{className:`min-h-screen flex items-center justify-center p-8 ${m}`,children:r.jsxs("div",{className:"max-w-4xl w-full text-center space-y-8",children:[r.jsx("h1",{className:"text-6xl md:text-8xl font-bold text-white mb-4",style:{textShadow:"0 0 40px rgba(0,0,0,0.3)",animation:"fadeInUp 0.8s ease-out"},children:e}),r.jsx("h2",{className:"text-3xl md:text-5xl font-semibold text-white/90",style:{textShadow:"0 0 30px rgba(0,0,0,0.2)",animation:"fadeInUp 1s ease-out 0.2s backwards"},children:a}),r.jsx("p",{className:"text-xl md:text-2xl text-white/80 max-w-2xl mx-auto",style:{textShadow:"0 0 20px rgba(0,0,0,0.2)",animation:"fadeInUp 1.2s ease-out 0.4s backwards"},children:o}),r.jsxs("div",{className:"flex flex-wrap gap-6 justify-center mt-12",style:{animation:"fadeInUp 1.4s ease-out 0.6s backwards"},children:[h,f]}),r.jsx("div",{className:"mt-16 mx-auto w-32 h-1 rounded-full",style:{background:"linear-gradient(90deg, transparent, white, transparent)",animation:"fadeIn 2s ease-out 1s backwards"}})]})})})},S=[{id:"glass-morphism",name:"Glass Morphism",gradient:`
35
35
  radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3), transparent 50%),
36
36
  radial-gradient(circle at 80% 80%, rgba(255, 128, 171, 0.3), transparent 50%),
37
37
  radial-gradient(circle at 40% 90%, rgba(88, 166, 255, 0.3), transparent 50%),
@@ -205,7 +205,7 @@
205
205
  radial-gradient(circle at 25% 75%, rgba(185, 28, 28, 0.6), transparent 35%),
206
206
  radial-gradient(circle at 75% 80%, rgba(239, 68, 68, 0.5), transparent 40%),
207
207
  linear-gradient(135deg, #0f0000 0%, #1a0505 50%, #0f0000 100%)
208
- `,category:"premium",animation:"flow"},{id:"purple-dark",name:"Purple Dark",gradient:"linear-gradient(147deg, #000000 0%, #8d45d5 187%)",category:"dark"},{id:"red-fire",name:"Red Fire",gradient:"linear-gradient(308deg, #a70b0b 0%, #000000 75%)",category:"dark"},{id:"green-emerald",name:"Green Emerald",gradient:"linear-gradient(308deg, #0ba769 0%, #000000 75%)",category:"dark"},{id:"blue-ocean",name:"Blue Ocean",gradient:"linear-gradient(308deg, #0b32a7 0%, #000000 67%)",category:"dark"},{id:"purple-magic",name:"Purple Magic",gradient:"linear-gradient(308deg, #960ba7 0%, #000000 67%)",category:"dark"},{id:"green-forest",name:"Green Forest",gradient:"linear-gradient(308deg, #3da70b 0%, #000000 67%)",category:"dark"},{id:"pink-rose",name:"Pink Rose",gradient:"linear-gradient(308deg, #a70b7e 0%, #000000 67%)",category:"dark"},{id:"red-crimson",name:"Red Crimson",gradient:"linear-gradient(308deg, #a70b0b 0%, #000000 67%)",category:"dark"},{id:"yellow-gold",name:"Yellow Gold",gradient:"linear-gradient(308deg, #a5a70b 0%, #000000 67%)",category:"dark"},{id:"red-center",name:"Red Center",gradient:"linear-gradient(322deg, #000000 23%, #a70b0b 54%, #000000 73%)",category:"mixed"},{id:"blue-center",name:"Blue Center",gradient:"linear-gradient(322deg, #000000 23%, #120ba7 54%, #000000 73%)",category:"mixed"},{id:"gray-steel",name:"Gray Steel",gradient:"linear-gradient(322deg, #000000 23%, #34334d 54%, #000000 73%)",category:"mixed"},{id:"blue-bright",name:"Blue Bright",gradient:"linear-gradient(322deg, #000000 23%, #52a9ff 54%, #000000 73%)",category:"colorful"},{id:"red-fire-flow",name:"Red Fire Flow",gradient:"linear-gradient(308deg, #a70b0b 0%, #ff6b6b 50%, #000000 75%)",category:"animated",animation:"flow"},{id:"blue-wave",name:"Blue Wave",gradient:"linear-gradient(308deg, #0b32a7 0%, #52a9ff 50%, #000000 67%)",category:"animated",animation:"wave"},{id:"purple-shift",name:"Purple Shift",gradient:"linear-gradient(308deg, #960ba7 0%, #e100ff 50%, #000000 67%)",category:"animated",animation:"shift"},{id:"green-pulse",name:"Green Pulse",gradient:"linear-gradient(308deg, #3da70b 0%, #a8e063 50%, #000000 67%)",category:"animated",animation:"pulse"},{id:"pink-rotate",name:"Pink Rotate",gradient:"linear-gradient(308deg, #a70b7e 0%, #ff6ec7 50%, #000000 67%)",category:"animated",animation:"rotate"},{id:"gold-zoom",name:"Gold Zoom",gradient:"linear-gradient(308deg, #a5a70b 0%, #f6d365 50%, #000000 67%)",category:"animated",animation:"zoom"}],C=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 hover:bg-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),P=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),B=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),S=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),_=({children:e="Pill Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-8 py-3 rounded-full font-semibold text-white bg-indigo-600 hover:bg-indigo-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),M=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/50",children:e}),$=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/50",children:e}),D=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50",children:e}),R=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-br from-cyan-400 to-blue-600 hover:from-cyan-500 hover:to-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-cyan-500/50",children:e}),z=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-yellow-500 via-orange-500 to-red-600 hover:from-yellow-600 hover:via-orange-600 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50",children:e}),A=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-blue-500/20 backdrop-blur-xl border border-blue-400/30 hover:bg-blue-500/30 hover:border-blue-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/20",children:e}),I=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-purple-500/20 backdrop-blur-xl border border-purple-400/30 hover:bg-purple-500/30 hover:border-purple-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/20",children:e}),O=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-white/10 backdrop-blur-xl border border-white/30 hover:bg-white/20 hover:border-white/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-white/20",children:e}),E=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-pink-500/20 backdrop-blur-xl border border-pink-400/30 hover:bg-pink-500/30 hover:border-pink-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-pink-500/20",children:e}),F=({children:e="Shimmer Effect",onClick:a})=>r.jsxs("button",{onClick:a,className:"relative px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-blue-600 overflow-hidden group transition-all duration-300 hover:scale-105",children:[r.jsx("span",{className:"relative z-10",children:e}),r.jsx("span",{className:"absolute inset-0 bg-gradient-to-r from-transparent via-white/30 to-transparent -translate-x-full group-hover:translate-x-full transition-transform duration-1000"})]}),H=({children:e="Pulse Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 animate-pulse hover:animate-none hover:scale-105",children:e}),q=({children:e="Bounce Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:animate-bounce",children:e}),W=({children:e="Glow Effect",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:shadow-[0_0_30px_rgba(168,85,247,0.8)] hover:scale-105",children:e}),U=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-blue-500 border-2 border-blue-500 hover:bg-blue-500 hover:text-white transition-all duration-300 hover:scale-105",children:e}),T=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-purple-500 border-2 border-purple-500 hover:bg-purple-500 hover:text-white transition-all duration-300 hover:scale-105",children:e}),Y=({children:e="Gradient Border",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-pink-500 border-2 border-transparent hover:text-white transition-all duration-300 hover:scale-105",style:{borderImage:"linear-gradient(to right, rgb(168, 85, 247), rgb(236, 72, 153)) 1"},children:e}),V=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-blue-500 hover:bg-blue-500/10 transition-all duration-300 hover:scale-105",children:e}),X=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-red-500 hover:bg-red-500/10 transition-all duration-300 hover:scale-105",children:e}),Z=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-purple-500 hover:bg-purple-500/10 transition-all duration-300 hover:scale-105",children:e}),J=({children:e="3D Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 shadow-[0_6px_0_rgb(37,99,235)] hover:shadow-[0_4px_0_rgb(37,99,235)] hover:translate-y-[2px] transition-all duration-150",children:e}),K=({children:e="3D Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-pink-600 shadow-[0_6px_0_rgb(219,39,119)] hover:shadow-[0_4px_0_rgb(219,39,119)] hover:translate-y-[2px] transition-all duration-150",children:e}),Q=({children:e="3D Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-green-600 shadow-[0_6px_0_rgb(22,163,74)] hover:shadow-[0_4px_0_rgb(22,163,74)] hover:translate-y-[2px] transition-all duration-150",children:e}),L=({children:e="Neon Blue",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-blue-400 border-2 border-blue-400 hover:bg-blue-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(59,130,246,0.8)] hover:scale-105",children:e}),aa=({children:e="Neon Pink",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-pink-400 border-2 border-pink-400 hover:bg-pink-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(236,72,153,0.8)] hover:scale-105",children:e}),ea=({children:e="Neon Green",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-green-400 border-2 border-green-400 hover:bg-green-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(34,197,94,0.8)] hover:scale-105",children:e}),ra={"glass-morphism":`
208
+ `,category:"premium",animation:"flow"},{id:"purple-dark",name:"Purple Dark",gradient:"linear-gradient(147deg, #000000 0%, #8d45d5 187%)",category:"dark"},{id:"red-fire",name:"Red Fire",gradient:"linear-gradient(308deg, #a70b0b 0%, #000000 75%)",category:"dark"},{id:"green-emerald",name:"Green Emerald",gradient:"linear-gradient(308deg, #0ba769 0%, #000000 75%)",category:"dark"},{id:"blue-ocean",name:"Blue Ocean",gradient:"linear-gradient(308deg, #0b32a7 0%, #000000 67%)",category:"dark"},{id:"purple-magic",name:"Purple Magic",gradient:"linear-gradient(308deg, #960ba7 0%, #000000 67%)",category:"dark"},{id:"green-forest",name:"Green Forest",gradient:"linear-gradient(308deg, #3da70b 0%, #000000 67%)",category:"dark"},{id:"pink-rose",name:"Pink Rose",gradient:"linear-gradient(308deg, #a70b7e 0%, #000000 67%)",category:"dark"},{id:"red-crimson",name:"Red Crimson",gradient:"linear-gradient(308deg, #a70b0b 0%, #000000 67%)",category:"dark"},{id:"yellow-gold",name:"Yellow Gold",gradient:"linear-gradient(308deg, #a5a70b 0%, #000000 67%)",category:"dark"},{id:"red-center",name:"Red Center",gradient:"linear-gradient(322deg, #000000 23%, #a70b0b 54%, #000000 73%)",category:"mixed"},{id:"blue-center",name:"Blue Center",gradient:"linear-gradient(322deg, #000000 23%, #120ba7 54%, #000000 73%)",category:"mixed"},{id:"gray-steel",name:"Gray Steel",gradient:"linear-gradient(322deg, #000000 23%, #34334d 54%, #000000 73%)",category:"mixed"},{id:"blue-bright",name:"Blue Bright",gradient:"linear-gradient(322deg, #000000 23%, #52a9ff 54%, #000000 73%)",category:"colorful"},{id:"red-fire-flow",name:"Red Fire Flow",gradient:"linear-gradient(308deg, #a70b0b 0%, #ff6b6b 50%, #000000 75%)",category:"animated",animation:"flow"},{id:"blue-wave",name:"Blue Wave",gradient:"linear-gradient(308deg, #0b32a7 0%, #52a9ff 50%, #000000 67%)",category:"animated",animation:"wave"},{id:"purple-shift",name:"Purple Shift",gradient:"linear-gradient(308deg, #960ba7 0%, #e100ff 50%, #000000 67%)",category:"animated",animation:"shift"},{id:"green-pulse",name:"Green Pulse",gradient:"linear-gradient(308deg, #3da70b 0%, #a8e063 50%, #000000 67%)",category:"animated",animation:"pulse"},{id:"pink-rotate",name:"Pink Rotate",gradient:"linear-gradient(308deg, #a70b7e 0%, #ff6ec7 50%, #000000 67%)",category:"animated",animation:"rotate"},{id:"gold-zoom",name:"Gold Zoom",gradient:"linear-gradient(308deg, #a5a70b 0%, #f6d365 50%, #000000 67%)",category:"animated",animation:"zoom"}],_=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 hover:bg-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),M=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),$=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),D=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),R=({children:e="Pill Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-8 py-3 rounded-full font-semibold text-white bg-indigo-600 hover:bg-indigo-700 transition-all duration-300 hover:scale-105 hover:shadow-xl",children:e}),z=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/50",children:e}),A=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/50",children:e}),I=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50",children:e}),E=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-br from-cyan-400 to-blue-600 hover:from-cyan-500 hover:to-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-cyan-500/50",children:e}),O=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-yellow-500 via-orange-500 to-red-600 hover:from-yellow-600 hover:via-orange-600 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50",children:e}),F=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-blue-500/20 backdrop-blur-xl border border-blue-400/30 hover:bg-blue-500/30 hover:border-blue-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/20",children:e}),H=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-purple-500/20 backdrop-blur-xl border border-purple-400/30 hover:bg-purple-500/30 hover:border-purple-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/20",children:e}),q=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-white/10 backdrop-blur-xl border border-white/30 hover:bg-white/20 hover:border-white/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-white/20",children:e}),W=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-pink-500/20 backdrop-blur-xl border border-pink-400/30 hover:bg-pink-500/30 hover:border-pink-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-pink-500/20",children:e}),U=({children:e="Shimmer Effect",onClick:a})=>r.jsxs("button",{onClick:a,className:"relative px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-blue-600 overflow-hidden group transition-all duration-300 hover:scale-105",children:[r.jsx("span",{className:"relative z-10",children:e}),r.jsx("span",{className:"absolute inset-0 bg-gradient-to-r from-transparent via-white/30 to-transparent -translate-x-full group-hover:translate-x-full transition-transform duration-1000"})]}),T=({children:e="Pulse Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 animate-pulse hover:animate-none hover:scale-105",children:e}),Y=({children:e="Bounce Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:animate-bounce",children:e}),V=({children:e="Glow Effect",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:shadow-[0_0_30px_rgba(168,85,247,0.8)] hover:scale-105",children:e}),X=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-blue-500 border-2 border-blue-500 hover:bg-blue-500 hover:text-white transition-all duration-300 hover:scale-105",children:e}),Z=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-purple-500 border-2 border-purple-500 hover:bg-purple-500 hover:text-white transition-all duration-300 hover:scale-105",children:e}),J=({children:e="Gradient Border",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-pink-500 border-2 border-transparent hover:text-white transition-all duration-300 hover:scale-105",style:{borderImage:"linear-gradient(to right, rgb(168, 85, 247), rgb(236, 72, 153)) 1"},children:e}),K=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-blue-500 hover:bg-blue-500/10 transition-all duration-300 hover:scale-105",children:e}),Q=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-red-500 hover:bg-red-500/10 transition-all duration-300 hover:scale-105",children:e}),L=({children:e="Click Me",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-purple-500 hover:bg-purple-500/10 transition-all duration-300 hover:scale-105",children:e}),aa=({children:e="3D Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 shadow-[0_6px_0_rgb(37,99,235)] hover:shadow-[0_4px_0_rgb(37,99,235)] hover:translate-y-[2px] transition-all duration-150",children:e}),ea=({children:e="3D Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-pink-600 shadow-[0_6px_0_rgb(219,39,119)] hover:shadow-[0_4px_0_rgb(219,39,119)] hover:translate-y-[2px] transition-all duration-150",children:e}),ra=({children:e="3D Button",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-white bg-green-600 shadow-[0_6px_0_rgb(22,163,74)] hover:shadow-[0_4px_0_rgb(22,163,74)] hover:translate-y-[2px] transition-all duration-150",children:e}),ta=({children:e="Neon Blue",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-blue-400 border-2 border-blue-400 hover:bg-blue-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(59,130,246,0.8)] hover:scale-105",children:e}),na=({children:e="Neon Pink",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-pink-400 border-2 border-pink-400 hover:bg-pink-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(236,72,153,0.8)] hover:scale-105",children:e}),ia=({children:e="Neon Green",onClick:a})=>r.jsx("button",{onClick:a,className:"px-6 py-3 rounded-lg font-semibold text-green-400 border-2 border-green-400 hover:bg-green-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(34,197,94,0.8)] hover:scale-105",children:e}),la={"glass-morphism":`
209
209
  radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3), transparent 50%),
210
210
  radial-gradient(circle at 80% 80%, rgba(255, 128, 171, 0.3), transparent 50%),
211
211
  radial-gradient(circle at 40% 90%, rgba(88, 166, 255, 0.3), transparent 50%),
@@ -225,4 +225,4 @@
225
225
  radial-gradient(circle at 20% 80%, rgba(0, 191, 255, 0.4), transparent 25%),
226
226
  radial-gradient(circle at 80% 85%, rgba(138, 43, 226, 0.3), transparent 25%),
227
227
  linear-gradient(180deg, #000000 0%, #0a0a1a 50%, #000000 100%)
228
- `,none:"transparent"},ta=({src:e,alt:a,className:o="",width:i,height:t})=>r.jsx("div",{className:`w-full ${o}`,children:r.jsx("img",{src:e,alt:a,width:i,height:t,className:"w-full h-auto rounded-2xl shadow-2xl object-cover"})}),na=({children:e,className:a=""})=>r.jsx("div",{className:`space-y-4 ${a}`,children:e}),ia=({children:e,className:a=""})=>r.jsx("div",{className:`flex gap-4 ${a}`,children:e}),la=Object.assign(({children:e,layout:a="center",size:o="lg",theme:i="none",padding:t=!0,gap:s="md",className:g=""})=>{const d={sm:"max-w-3xl",md:"max-w-5xl",lg:"max-w-7xl",xl:"max-w-[1400px]",full:"max-w-full"}[o],n={sm:"gap-4",md:"gap-8",lg:"gap-12"}[s],p={"image-right":`grid md:grid-cols-2 ${n} items-center`,"image-left":`grid md:grid-cols-2 ${n} items-center`,"button-right":`grid md:grid-cols-2 ${n} items-center`,"button-left":`grid md:grid-cols-2 ${n} items-center`,center:"flex flex-col items-center justify-center text-center","two-columns":`grid md:grid-cols-2 ${n}`,"three-columns":`grid md:grid-cols-3 ${n}`}[a],c=t?"px-6 py-8":"",m=i!=="none"?{background:ra[i],backgroundSize:"200% 200%"}:{},b=v.Children.toArray(e);let l=b;return(a==="image-left"||a==="button-left")&&(l=b.reverse()),r.jsx("div",{className:`${d} mx-auto ${c} ${g}`,style:m,children:r.jsx("div",{className:p,children:l})})},{Image:ta,Content:na,Button:ia});exports.AnimatedBounce=q;exports.AnimatedGlow=W;exports.AnimatedPulse=H;exports.AnimatedShimmer=F;exports.Button=k;exports.Button3DBlue=J;exports.Button3DGreen=Q;exports.Button3DPink=K;exports.Container=la;exports.GhostBlue=V;exports.GhostPurple=Z;exports.GhostRed=X;exports.GlassBlue=A;exports.GlassButton=u;exports.GlassPink=E;exports.GlassPurple=I;exports.GlassWhite=O;exports.GradientBlueGreen=$;exports.GradientCyan=R;exports.GradientOrangeRed=D;exports.GradientPurplePink=M;exports.GradientSunset=z;exports.Home=N;exports.NeonBlue=L;exports.NeonGreen=ea;exports.NeonPink=aa;exports.OutlinedBlue=U;exports.OutlinedGradient=Y;exports.OutlinedPurple=T;exports.SolidBlue=C;exports.SolidGreen=B;exports.SolidPill=_;exports.SolidPurple=S;exports.SolidRed=P;exports.gradients=G;
228
+ `,none:"transparent"},y=({src:e,alt:a,className:o="",width:i,height:t})=>r.jsx("div",{className:`w-full ${o}`,children:r.jsx("img",{src:e,alt:a,width:i,height:t,className:"w-full h-auto rounded-2xl shadow-2xl object-cover"})}),j=({children:e,className:a=""})=>r.jsx("div",{className:`space-y-4 ${a}`,children:e}),k=({children:e,className:a=""})=>r.jsx("div",{className:`flex gap-4 ${a}`,children:e}),da=({children:e,layout:a="center",size:o="lg",theme:i="none",padding:t=!0,gap:s="md",className:g=""})=>{const d={sm:"max-w-3xl",md:"max-w-5xl",lg:"max-w-7xl",xl:"max-w-[1400px]",full:"max-w-full"}[o],n={sm:"gap-4",md:"gap-8",lg:"gap-12"}[s],p={"image-right":`grid md:grid-cols-2 ${n} items-center`,"image-left":`grid md:grid-cols-2 ${n} items-center`,"button-right":`grid md:grid-cols-2 ${n} items-center`,"button-left":`grid md:grid-cols-2 ${n} items-center`,center:"flex flex-col items-center justify-center text-center","two-columns":`grid md:grid-cols-2 ${n}`,"three-columns":`grid md:grid-cols-3 ${n}`}[a],c=t?"px-6 py-8":"",m=i!=="none"?{background:la[i],backgroundSize:"200% 200%"}:{},b=w.Children.toArray(e);let l=b;return(a==="image-left"||a==="button-left")&&(l=b.reverse()),r.jsx("div",{className:`${d} mx-auto ${c} ${g}`,style:m,children:r.jsx("div",{className:p,children:l})})},x=da;x.Image=y;x.Content=j;x.Button=k;exports.AnimatedBounce=Y;exports.AnimatedGlow=V;exports.AnimatedPulse=T;exports.AnimatedShimmer=U;exports.Button=P;exports.Button3DBlue=aa;exports.Button3DGreen=ra;exports.Button3DPink=ea;exports.Container=x;exports.ContainerButton=k;exports.ContainerContent=j;exports.ContainerImage=y;exports.GhostBlue=K;exports.GhostPurple=L;exports.GhostRed=Q;exports.GlassBlue=F;exports.GlassButton=u;exports.GlassPink=W;exports.GlassPurple=H;exports.GlassWhite=q;exports.GradientBlueGreen=A;exports.GradientCyan=E;exports.GradientOrangeRed=I;exports.GradientPurplePink=z;exports.GradientSunset=O;exports.Home=B;exports.NeonBlue=ta;exports.NeonGreen=ia;exports.NeonPink=na;exports.OutlinedBlue=X;exports.OutlinedGradient=J;exports.OutlinedPurple=Z;exports.SolidBlue=_;exports.SolidGreen=$;exports.SolidPill=R;exports.SolidPurple=D;exports.SolidRed=M;exports.gradients=S;
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
- import { jsx as r, jsxs as u, Fragment as k } from "react/jsx-runtime";
3
- import C, { useState as G } from "react";
4
- const D = ({
2
+ import { jsx as r, jsxs as u, Fragment as C } from "react/jsx-runtime";
3
+ import G, { useState as _ } from "react";
4
+ const R = ({
5
5
  children: e,
6
6
  variant: a = "primary",
7
7
  size: o = "md",
@@ -35,11 +35,11 @@ const D = ({
35
35
  disabled: t = !1,
36
36
  className: s = ""
37
37
  }) => {
38
- const [g, l] = G([]), n = (d) => {
38
+ const [g, l] = _([]), n = (d) => {
39
39
  if (!t && i) {
40
- const h = d.currentTarget.getBoundingClientRect(), f = d.clientX - h.left, w = d.clientY - h.top, v = Date.now();
41
- l([...g, { x: f, y: w, id: v }]), setTimeout(() => {
42
- l((y) => y.filter((N) => N.id !== v));
40
+ const h = d.currentTarget.getBoundingClientRect(), f = d.clientX - h.left, y = d.clientY - h.top, w = Date.now();
41
+ l([...g, { x: f, y, id: w }]), setTimeout(() => {
42
+ l((N) => N.filter((k) => k.id !== w));
43
43
  }, 800), i();
44
44
  }
45
45
  }, p = `
@@ -90,7 +90,7 @@ const D = ({
90
90
  onClick: n,
91
91
  disabled: t,
92
92
  children: [
93
- a === "waves" && !t && /* @__PURE__ */ u(k, { children: [
93
+ a === "waves" && !t && /* @__PURE__ */ u(C, { children: [
94
94
  /* @__PURE__ */ r("span", { className: "absolute inset-0 bg-gradient-to-r from-blue-500/10 via-purple-500/10 to-pink-500/10 opacity-0 group-hover:opacity-100 transition-opacity duration-700" }),
95
95
  /* @__PURE__ */ r("span", { className: "absolute inset-0 bg-gradient-to-br from-transparent via-white/10 to-transparent animate-pulse" })
96
96
  ] }),
@@ -114,7 +114,7 @@ const D = ({
114
114
  ]
115
115
  }
116
116
  );
117
- }, z = ({
117
+ }, I = ({
118
118
  name: e,
119
119
  title: a,
120
120
  description: o = "Welcome to my portfolio",
@@ -217,7 +217,7 @@ const D = ({
217
217
  ] }) })
218
218
  }
219
219
  );
220
- }, R = [
220
+ }, A = [
221
221
  // ========== PREMIUM THEMES (NEW) ==========
222
222
  {
223
223
  id: "glass-morphism",
@@ -682,10 +682,10 @@ const D = ({
682
682
  category: "animated",
683
683
  animation: "zoom"
684
684
  }
685
- ], I = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 hover:bg-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), A = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), E = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), j = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), F = ({ children: e = "Pill Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-8 py-3 rounded-full font-semibold text-white bg-indigo-600 hover:bg-indigo-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), H = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/50", children: e }), q = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/50", children: e }), O = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50", children: e }), U = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-br from-cyan-400 to-blue-600 hover:from-cyan-500 hover:to-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-cyan-500/50", children: e }), W = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-yellow-500 via-orange-500 to-red-600 hover:from-yellow-600 hover:via-orange-600 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50", children: e }), Y = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-500/20 backdrop-blur-xl border border-blue-400/30 hover:bg-blue-500/30 hover:border-blue-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/20", children: e }), T = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-500/20 backdrop-blur-xl border border-purple-400/30 hover:bg-purple-500/30 hover:border-purple-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/20", children: e }), V = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-white/10 backdrop-blur-xl border border-white/30 hover:bg-white/20 hover:border-white/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-white/20", children: e }), X = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-pink-500/20 backdrop-blur-xl border border-pink-400/30 hover:bg-pink-500/30 hover:border-pink-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-pink-500/20", children: e }), Z = ({ children: e = "Shimmer Effect", onClick: a }) => /* @__PURE__ */ u("button", { onClick: a, className: "relative px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-blue-600 overflow-hidden group transition-all duration-300 hover:scale-105", children: [
685
+ ], E = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 hover:bg-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), F = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), j = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), H = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), q = ({ children: e = "Pill Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-8 py-3 rounded-full font-semibold text-white bg-indigo-600 hover:bg-indigo-700 transition-all duration-300 hover:scale-105 hover:shadow-xl", children: e }), U = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-pink-600 hover:from-purple-700 hover:to-pink-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/50", children: e }), W = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-blue-600 to-green-600 hover:from-blue-700 hover:to-green-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/50", children: e }), O = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-orange-600 to-red-600 hover:from-orange-700 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50", children: e }), Y = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-br from-cyan-400 to-blue-600 hover:from-cyan-500 hover:to-blue-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-cyan-500/50", children: e }), T = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-yellow-500 via-orange-500 to-red-600 hover:from-yellow-600 hover:via-orange-600 hover:to-red-700 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-orange-500/50", children: e }), V = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-500/20 backdrop-blur-xl border border-blue-400/30 hover:bg-blue-500/30 hover:border-blue-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-blue-500/20", children: e }), X = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-500/20 backdrop-blur-xl border border-purple-400/30 hover:bg-purple-500/30 hover:border-purple-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-purple-500/20", children: e }), Z = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-white/10 backdrop-blur-xl border border-white/30 hover:bg-white/20 hover:border-white/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-white/20", children: e }), J = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-pink-500/20 backdrop-blur-xl border border-pink-400/30 hover:bg-pink-500/30 hover:border-pink-400/50 transition-all duration-300 hover:scale-105 hover:shadow-2xl hover:shadow-pink-500/20", children: e }), K = ({ children: e = "Shimmer Effect", onClick: a }) => /* @__PURE__ */ u("button", { onClick: a, className: "relative px-6 py-3 rounded-lg font-semibold text-white bg-gradient-to-r from-purple-600 to-blue-600 overflow-hidden group transition-all duration-300 hover:scale-105", children: [
686
686
  /* @__PURE__ */ r("span", { className: "relative z-10", children: e }),
687
687
  /* @__PURE__ */ r("span", { className: "absolute inset-0 bg-gradient-to-r from-transparent via-white/30 to-transparent -translate-x-full group-hover:translate-x-full transition-transform duration-1000" })
688
- ] }), J = ({ children: e = "Pulse Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 animate-pulse hover:animate-none hover:scale-105", children: e }), K = ({ children: e = "Bounce Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:animate-bounce", children: e }), Q = ({ children: e = "Glow Effect", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:shadow-[0_0_30px_rgba(168,85,247,0.8)] hover:scale-105", children: e }), L = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-500 border-2 border-blue-500 hover:bg-blue-500 hover:text-white transition-all duration-300 hover:scale-105", children: e }), aa = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-purple-500 border-2 border-purple-500 hover:bg-purple-500 hover:text-white transition-all duration-300 hover:scale-105", children: e }), ea = ({ children: e = "Gradient Border", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-pink-500 border-2 border-transparent hover:text-white transition-all duration-300 hover:scale-105", style: { borderImage: "linear-gradient(to right, rgb(168, 85, 247), rgb(236, 72, 153)) 1" }, children: e }), ra = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-500 hover:bg-blue-500/10 transition-all duration-300 hover:scale-105", children: e }), ta = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-red-500 hover:bg-red-500/10 transition-all duration-300 hover:scale-105", children: e }), na = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-purple-500 hover:bg-purple-500/10 transition-all duration-300 hover:scale-105", children: e }), ia = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 shadow-[0_6px_0_rgb(37,99,235)] hover:shadow-[0_4px_0_rgb(37,99,235)] hover:translate-y-[2px] transition-all duration-150", children: e }), da = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-pink-600 shadow-[0_6px_0_rgb(219,39,119)] hover:shadow-[0_4px_0_rgb(219,39,119)] hover:translate-y-[2px] transition-all duration-150", children: e }), la = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 shadow-[0_6px_0_rgb(22,163,74)] hover:shadow-[0_4px_0_rgb(22,163,74)] hover:translate-y-[2px] transition-all duration-150", children: e }), oa = ({ children: e = "Neon Blue", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-400 border-2 border-blue-400 hover:bg-blue-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(59,130,246,0.8)] hover:scale-105", children: e }), sa = ({ children: e = "Neon Pink", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-pink-400 border-2 border-pink-400 hover:bg-pink-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(236,72,153,0.8)] hover:scale-105", children: e }), ga = ({ children: e = "Neon Green", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-green-400 border-2 border-green-400 hover:bg-green-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(34,197,94,0.8)] hover:scale-105", children: e }), _ = {
688
+ ] }), Q = ({ children: e = "Pulse Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-red-600 hover:bg-red-700 transition-all duration-300 animate-pulse hover:animate-none hover:scale-105", children: e }), L = ({ children: e = "Bounce Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 hover:bg-green-700 transition-all duration-300 hover:animate-bounce", children: e }), aa = ({ children: e = "Glow Effect", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-purple-600 hover:bg-purple-700 transition-all duration-300 hover:shadow-[0_0_30px_rgba(168,85,247,0.8)] hover:scale-105", children: e }), ea = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-500 border-2 border-blue-500 hover:bg-blue-500 hover:text-white transition-all duration-300 hover:scale-105", children: e }), ra = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-purple-500 border-2 border-purple-500 hover:bg-purple-500 hover:text-white transition-all duration-300 hover:scale-105", children: e }), ta = ({ children: e = "Gradient Border", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-pink-500 border-2 border-transparent hover:text-white transition-all duration-300 hover:scale-105", style: { borderImage: "linear-gradient(to right, rgb(168, 85, 247), rgb(236, 72, 153)) 1" }, children: e }), na = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-500 hover:bg-blue-500/10 transition-all duration-300 hover:scale-105", children: e }), ia = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-red-500 hover:bg-red-500/10 transition-all duration-300 hover:scale-105", children: e }), da = ({ children: e = "Click Me", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-purple-500 hover:bg-purple-500/10 transition-all duration-300 hover:scale-105", children: e }), la = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-blue-600 shadow-[0_6px_0_rgb(37,99,235)] hover:shadow-[0_4px_0_rgb(37,99,235)] hover:translate-y-[2px] transition-all duration-150", children: e }), oa = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-pink-600 shadow-[0_6px_0_rgb(219,39,119)] hover:shadow-[0_4px_0_rgb(219,39,119)] hover:translate-y-[2px] transition-all duration-150", children: e }), sa = ({ children: e = "3D Button", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-white bg-green-600 shadow-[0_6px_0_rgb(22,163,74)] hover:shadow-[0_4px_0_rgb(22,163,74)] hover:translate-y-[2px] transition-all duration-150", children: e }), ga = ({ children: e = "Neon Blue", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-blue-400 border-2 border-blue-400 hover:bg-blue-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(59,130,246,0.8)] hover:scale-105", children: e }), pa = ({ children: e = "Neon Pink", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-pink-400 border-2 border-pink-400 hover:bg-pink-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(236,72,153,0.8)] hover:scale-105", children: e }), ca = ({ children: e = "Neon Green", onClick: a }) => /* @__PURE__ */ r("button", { onClick: a, className: "px-6 py-3 rounded-lg font-semibold text-green-400 border-2 border-green-400 hover:bg-green-400 hover:text-black transition-all duration-300 hover:shadow-[0_0_20px_rgba(34,197,94,0.8)] hover:scale-105", children: e }), P = {
689
689
  "glass-morphism": `
690
690
  radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3), transparent 50%),
691
691
  radial-gradient(circle at 80% 80%, rgba(255, 128, 171, 0.3), transparent 50%),
@@ -711,7 +711,7 @@ const D = ({
711
711
  linear-gradient(180deg, #000000 0%, #0a0a1a 50%, #000000 100%)
712
712
  `,
713
713
  none: "transparent"
714
- }, P = ({
714
+ }, M = ({
715
715
  src: e,
716
716
  alt: a,
717
717
  className: o = "",
@@ -726,94 +726,93 @@ const D = ({
726
726
  height: t,
727
727
  className: "w-full h-auto rounded-2xl shadow-2xl object-cover"
728
728
  }
729
- ) }), M = ({
729
+ ) }), S = ({
730
730
  children: e,
731
731
  className: a = ""
732
- }) => /* @__PURE__ */ r("div", { className: `space-y-4 ${a}`, children: e }), S = ({
732
+ }) => /* @__PURE__ */ r("div", { className: `space-y-4 ${a}`, children: e }), $ = ({
733
733
  children: e,
734
734
  className: a = ""
735
- }) => /* @__PURE__ */ r("div", { className: `flex gap-4 ${a}`, children: e }), pa = Object.assign(
736
- ({
737
- children: e,
738
- layout: a = "center",
739
- size: o = "lg",
740
- theme: i = "none",
741
- padding: t = !0,
742
- gap: s = "md",
743
- className: g = ""
744
- }) => {
745
- const l = {
746
- sm: "max-w-3xl",
747
- md: "max-w-5xl",
748
- lg: "max-w-7xl",
749
- xl: "max-w-[1400px]",
750
- full: "max-w-full"
751
- }[o], n = {
752
- sm: "gap-4",
753
- md: "gap-8",
754
- lg: "gap-12"
755
- }[s], p = {
756
- "image-right": `grid md:grid-cols-2 ${n} items-center`,
757
- "image-left": `grid md:grid-cols-2 ${n} items-center`,
758
- "button-right": `grid md:grid-cols-2 ${n} items-center`,
759
- "button-left": `grid md:grid-cols-2 ${n} items-center`,
760
- center: "flex flex-col items-center justify-center text-center",
761
- "two-columns": `grid md:grid-cols-2 ${n}`,
762
- "three-columns": `grid md:grid-cols-3 ${n}`
763
- }[a], c = t ? "px-6 py-8" : "", m = i !== "none" ? {
764
- background: _[i],
765
- backgroundSize: "200% 200%"
766
- } : {}, b = C.Children.toArray(e);
767
- let d = b;
768
- return (a === "image-left" || a === "button-left") && (d = b.reverse()), /* @__PURE__ */ r(
769
- "div",
770
- {
771
- className: `${l} mx-auto ${c} ${g}`,
772
- style: m,
773
- children: /* @__PURE__ */ r("div", { className: p, children: d })
774
- }
775
- );
776
- },
777
- {
778
- Image: P,
779
- Content: M,
780
- Button: S
781
- }
782
- );
735
+ }) => /* @__PURE__ */ r("div", { className: `flex gap-4 ${a}`, children: e }), B = ({
736
+ children: e,
737
+ layout: a = "center",
738
+ size: o = "lg",
739
+ theme: i = "none",
740
+ padding: t = !0,
741
+ gap: s = "md",
742
+ className: g = ""
743
+ }) => {
744
+ const l = {
745
+ sm: "max-w-3xl",
746
+ md: "max-w-5xl",
747
+ lg: "max-w-7xl",
748
+ xl: "max-w-[1400px]",
749
+ full: "max-w-full"
750
+ }[o], n = {
751
+ sm: "gap-4",
752
+ md: "gap-8",
753
+ lg: "gap-12"
754
+ }[s], p = {
755
+ "image-right": `grid md:grid-cols-2 ${n} items-center`,
756
+ "image-left": `grid md:grid-cols-2 ${n} items-center`,
757
+ "button-right": `grid md:grid-cols-2 ${n} items-center`,
758
+ "button-left": `grid md:grid-cols-2 ${n} items-center`,
759
+ center: "flex flex-col items-center justify-center text-center",
760
+ "two-columns": `grid md:grid-cols-2 ${n}`,
761
+ "three-columns": `grid md:grid-cols-3 ${n}`
762
+ }[a], c = t ? "px-6 py-8" : "", m = i !== "none" ? {
763
+ background: P[i],
764
+ backgroundSize: "200% 200%"
765
+ } : {}, b = G.Children.toArray(e);
766
+ let d = b;
767
+ return (a === "image-left" || a === "button-left") && (d = b.reverse()), /* @__PURE__ */ r(
768
+ "div",
769
+ {
770
+ className: `${l} mx-auto ${c} ${g}`,
771
+ style: m,
772
+ children: /* @__PURE__ */ r("div", { className: p, children: d })
773
+ }
774
+ );
775
+ }, v = B;
776
+ v.Image = M;
777
+ v.Content = S;
778
+ v.Button = $;
783
779
  export {
784
- K as AnimatedBounce,
785
- Q as AnimatedGlow,
786
- J as AnimatedPulse,
787
- Z as AnimatedShimmer,
788
- D as Button,
789
- ia as Button3DBlue,
790
- la as Button3DGreen,
791
- da as Button3DPink,
792
- pa as Container,
793
- ra as GhostBlue,
794
- na as GhostPurple,
795
- ta as GhostRed,
796
- Y as GlassBlue,
780
+ L as AnimatedBounce,
781
+ aa as AnimatedGlow,
782
+ Q as AnimatedPulse,
783
+ K as AnimatedShimmer,
784
+ R as Button,
785
+ la as Button3DBlue,
786
+ sa as Button3DGreen,
787
+ oa as Button3DPink,
788
+ v as Container,
789
+ $ as ContainerButton,
790
+ S as ContainerContent,
791
+ M as ContainerImage,
792
+ na as GhostBlue,
793
+ da as GhostPurple,
794
+ ia as GhostRed,
795
+ V as GlassBlue,
797
796
  x as GlassButton,
798
- X as GlassPink,
799
- T as GlassPurple,
800
- V as GlassWhite,
801
- q as GradientBlueGreen,
802
- U as GradientCyan,
797
+ J as GlassPink,
798
+ X as GlassPurple,
799
+ Z as GlassWhite,
800
+ W as GradientBlueGreen,
801
+ Y as GradientCyan,
803
802
  O as GradientOrangeRed,
804
- H as GradientPurplePink,
805
- W as GradientSunset,
806
- z as Home,
807
- oa as NeonBlue,
808
- ga as NeonGreen,
809
- sa as NeonPink,
810
- L as OutlinedBlue,
811
- ea as OutlinedGradient,
812
- aa as OutlinedPurple,
813
- I as SolidBlue,
814
- E as SolidGreen,
815
- F as SolidPill,
816
- j as SolidPurple,
817
- A as SolidRed,
818
- R as gradients
803
+ U as GradientPurplePink,
804
+ T as GradientSunset,
805
+ I as Home,
806
+ ga as NeonBlue,
807
+ ca as NeonGreen,
808
+ pa as NeonPink,
809
+ ea as OutlinedBlue,
810
+ ta as OutlinedGradient,
811
+ ra as OutlinedPurple,
812
+ E as SolidBlue,
813
+ j as SolidGreen,
814
+ q as SolidPill,
815
+ H as SolidPurple,
816
+ F as SolidRed,
817
+ A as gradients
819
818
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telecop",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Modern React UI Components Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",