@alkimi.org/ui-kit 0.2.30 → 0.2.31

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.
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{a}from"./chunk-S5TKCF6T.mjs";import{Eye as d,MoreVertical as c}from"lucide-react";import{jsx as o,jsxs as m}from"react/jsx-runtime";function u({className:e,...t}){return o("div",{"data-slot":"table-container",className:"relative bg-background w-full overflow-x-auto border border-border rounded-3xl",children:o("table",{"data-slot":"table",className:a("w-full caption-bottom text-sm",e),...t})})}function f({className:e,...t}){return o("thead",{"data-slot":"table-header",className:a("[&_tr]:border-b text-secondary-text",e),...t})}function h({className:e,...t}){return o("tbody",{"data-slot":"table-body",className:a("[&_tr:last-child]:border-0",e),...t})}function x({className:e,...t}){return o("tfoot",{"data-slot":"table-footer",className:a("bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",e),...t})}function w({className:e,isClickable:t,actionIcon:r,children:l,...n}){let s=r==="eye"?o(d,{className:"h-4 w-4"}):r==="more"?o(c,{className:"h-4 w-4"}):null;return m("tr",{"data-slot":"table-row",className:a("border-b border-border/50 transition-colors",t&&"cursor-pointer hover:bg-muted/50",e),...n,children:[r!==void 0&&o(b,{className:"w-12",children:s}),l]})}function C({className:e,...t}){return o("th",{"data-slot":"table-head",className:a("text-secondary-text h-10 px-4 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0",e),...t})}function b({className:e,...t}){return o("td",{"data-slot":"table-cell",className:a("py-2 px-4 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0",e),...t})}function N({className:e,...t}){return o("caption",{"data-slot":"table-caption",className:a("text-muted-foreground mt-4 text-sm",e),...t})}export{u as a,f as b,h as c,x as d,w as e,C as f,b as g,N as h};
3
+ //# sourceMappingURL=chunk-5V2WT3LM.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/table.tsx"],"sourcesContent":["\"use client\"\n\nimport * as React from \"react\"\nimport { Eye, MoreVertical } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Table({ className, ...props }: React.ComponentProps<\"table\">) {\n return (\n <div\n data-slot=\"table-container\"\n className=\"relative bg-background w-full overflow-x-auto border border-border rounded-3xl\"\n >\n <table\n data-slot=\"table\"\n className={cn(\"w-full caption-bottom text-sm\", className)}\n {...props}\n />\n </div>\n )\n}\n\nfunction TableHeader({ className, ...props }: React.ComponentProps<\"thead\">) {\n return (\n <thead\n data-slot=\"table-header\"\n className={cn(\"[&_tr]:border-b text-secondary-text\", className)}\n {...props}\n />\n )\n}\n\nfunction TableBody({ className, ...props }: React.ComponentProps<\"tbody\">) {\n return (\n <tbody\n data-slot=\"table-body\"\n className={cn(\"[&_tr:last-child]:border-0\", className)}\n {...props}\n />\n )\n}\n\nfunction TableFooter({ className, ...props }: React.ComponentProps<\"tfoot\">) {\n return (\n <tfoot\n data-slot=\"table-footer\"\n className={cn(\n \"bg-muted/50 border-t font-medium [&>tr]:last:border-b-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nexport interface TableRowProps extends React.ComponentProps<\"tr\"> {\n isClickable?: boolean\n actionIcon?: \"eye\" | \"more\" | null\n}\n\nfunction TableRow({\n className,\n isClickable,\n actionIcon,\n children,\n ...props\n}: TableRowProps) {\n const iconComponent =\n actionIcon === \"eye\" ? (\n <Eye className=\"h-4 w-4\" />\n ) : actionIcon === \"more\" ? (\n <MoreVertical className=\"h-4 w-4\" />\n ) : null\n\n return (\n <tr\n data-slot=\"table-row\"\n className={cn(\n \"border-b border-border/50 transition-colors\",\n isClickable && \"cursor-pointer hover:bg-muted/50\",\n // !isClickable && \"hover:bg-muted/50\",\n // \"data-[state=selected]:bg-secondary\",\n className\n )}\n {...props}\n >\n {actionIcon !== undefined && (\n <TableCell className=\"w-12\">{iconComponent}</TableCell>\n )}\n {children}\n </tr>\n )\n}\n\nfunction TableHead({ className, ...props }: React.ComponentProps<\"th\">) {\n return (\n <th\n data-slot=\"table-head\"\n className={cn(\n \"text-secondary-text h-10 px-4 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nfunction TableCell({ className, ...props }: React.ComponentProps<\"td\">) {\n return (\n <td\n data-slot=\"table-cell\"\n className={cn(\n \"py-2 px-4 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nfunction TableCaption({\n className,\n ...props\n}: React.ComponentProps<\"caption\">) {\n return (\n <caption\n data-slot=\"table-caption\"\n className={cn(\"text-muted-foreground mt-4 text-sm\", className)}\n {...props}\n />\n )\n}\n\nexport {\n Table,\n TableHeader,\n TableBody,\n TableFooter,\n TableHead,\n TableRow,\n TableCell,\n TableCaption,\n}\n"],"mappings":";oCAGA,OAAS,OAAAA,EAAK,gBAAAC,MAAoB,eAU5B,cAAAC,EA8DF,QAAAC,MA9DE,oBANN,SAASC,EAAM,CAAE,UAAAC,EAAW,GAAGC,CAAM,EAAkC,CACrE,OACEJ,EAAC,OACC,YAAU,kBACV,UAAU,iFAEV,SAAAA,EAAC,SACC,YAAU,QACV,UAAWK,EAAG,gCAAiCF,CAAS,EACvD,GAAGC,EACN,EACF,CAEJ,CAEA,SAASE,EAAY,CAAE,UAAAH,EAAW,GAAGC,CAAM,EAAkC,CAC3E,OACEJ,EAAC,SACC,YAAU,eACV,UAAWK,EAAG,sCAAuCF,CAAS,EAC7D,GAAGC,EACN,CAEJ,CAEA,SAASG,EAAU,CAAE,UAAAJ,EAAW,GAAGC,CAAM,EAAkC,CACzE,OACEJ,EAAC,SACC,YAAU,aACV,UAAWK,EAAG,6BAA8BF,CAAS,EACpD,GAAGC,EACN,CAEJ,CAEA,SAASI,EAAY,CAAE,UAAAL,EAAW,GAAGC,CAAM,EAAkC,CAC3E,OACEJ,EAAC,SACC,YAAU,eACV,UAAWK,EACT,0DACAF,CACF,EACC,GAAGC,EACN,CAEJ,CAOA,SAASK,EAAS,CAChB,UAAAN,EACA,YAAAO,EACA,WAAAC,EACA,SAAAC,EACA,GAAGR,CACL,EAAkB,CAChB,IAAMS,EACJF,IAAe,MACbX,EAACc,EAAA,CAAI,UAAU,UAAU,EACvBH,IAAe,OACjBX,EAACe,EAAA,CAAa,UAAU,UAAU,EAChC,KAEN,OACEd,EAAC,MACC,YAAU,YACV,UAAWI,EACT,8CACAK,GAAe,mCAGfP,CACF,EACC,GAAGC,EAEH,UAAAO,IAAe,QACdX,EAACgB,EAAA,CAAU,UAAU,OAAQ,SAAAH,EAAc,EAE5CD,GACH,CAEJ,CAEA,SAASK,EAAU,CAAE,UAAAd,EAAW,GAAGC,CAAM,EAA+B,CACtE,OACEJ,EAAC,MACC,YAAU,aACV,UAAWK,EACT,mHACAF,CACF,EACC,GAAGC,EACN,CAEJ,CAEA,SAASY,EAAU,CAAE,UAAAb,EAAW,GAAGC,CAAM,EAA+B,CACtE,OACEJ,EAAC,MACC,YAAU,aACV,UAAWK,EACT,yEACAF,CACF,EACC,GAAGC,EACN,CAEJ,CAEA,SAASc,EAAa,CACpB,UAAAf,EACA,GAAGC,CACL,EAAoC,CAClC,OACEJ,EAAC,WACC,YAAU,gBACV,UAAWK,EAAG,qCAAsCF,CAAS,EAC5D,GAAGC,EACN,CAEJ","names":["Eye","MoreVertical","jsx","jsxs","Table","className","props","cn","TableHeader","TableBody","TableFooter","TableRow","isClickable","actionIcon","children","iconComponent","Eye","MoreVertical","TableCell","TableHead","TableCaption"]}
@@ -0,0 +1,3 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
2
+ var _chunkFUYXCJOQjs = require('./chunk-FUYXCJOQ.js');var _lucidereact = require('lucide-react');var _jsxruntime = require('react/jsx-runtime');function u({className:e,...t}){return _jsxruntime.jsx.call(void 0, "div",{"data-slot":"table-container",className:"relative bg-background w-full overflow-x-auto border border-border rounded-3xl",children:_jsxruntime.jsx.call(void 0, "table",{"data-slot":"table",className:_chunkFUYXCJOQjs.a.call(void 0, "w-full caption-bottom text-sm",e),...t})})}function f({className:e,...t}){return _jsxruntime.jsx.call(void 0, "thead",{"data-slot":"table-header",className:_chunkFUYXCJOQjs.a.call(void 0, "[&_tr]:border-b text-secondary-text",e),...t})}function h({className:e,...t}){return _jsxruntime.jsx.call(void 0, "tbody",{"data-slot":"table-body",className:_chunkFUYXCJOQjs.a.call(void 0, "[&_tr:last-child]:border-0",e),...t})}function x({className:e,...t}){return _jsxruntime.jsx.call(void 0, "tfoot",{"data-slot":"table-footer",className:_chunkFUYXCJOQjs.a.call(void 0, "bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",e),...t})}function w({className:e,isClickable:t,actionIcon:r,children:l,...n}){let s=r==="eye"?_jsxruntime.jsx.call(void 0, _lucidereact.Eye,{className:"h-4 w-4"}):r==="more"?_jsxruntime.jsx.call(void 0, _lucidereact.MoreVertical,{className:"h-4 w-4"}):null;return _jsxruntime.jsxs.call(void 0, "tr",{"data-slot":"table-row",className:_chunkFUYXCJOQjs.a.call(void 0, "border-b border-border/50 transition-colors",t&&"cursor-pointer hover:bg-muted/50",e),...n,children:[r!==void 0&&_jsxruntime.jsx.call(void 0, b,{className:"w-12",children:s}),l]})}function C({className:e,...t}){return _jsxruntime.jsx.call(void 0, "th",{"data-slot":"table-head",className:_chunkFUYXCJOQjs.a.call(void 0, "text-secondary-text h-10 px-4 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0",e),...t})}function b({className:e,...t}){return _jsxruntime.jsx.call(void 0, "td",{"data-slot":"table-cell",className:_chunkFUYXCJOQjs.a.call(void 0, "py-2 px-4 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0",e),...t})}function N({className:e,...t}){return _jsxruntime.jsx.call(void 0, "caption",{"data-slot":"table-caption",className:_chunkFUYXCJOQjs.a.call(void 0, "text-muted-foreground mt-4 text-sm",e),...t})}exports.a = u; exports.b = f; exports.c = h; exports.d = x; exports.e = w; exports.f = C; exports.g = b; exports.h = N;
3
+ //# sourceMappingURL=chunk-SQEC3ERG.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/chunk-SQEC3ERG.js","../src/components/table.tsx"],"names":["Table","className","props","jsx","cn","TableHeader","TableBody","TableFooter","TableRow","isClickable","actionIcon","children","iconComponent","Eye","MoreVertical","jsxs","TableCell","TableHead","TableCaption"],"mappings":"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","file":"/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/chunk-SQEC3ERG.js","sourcesContent":[null,"\"use client\"\n\nimport * as React from \"react\"\nimport { Eye, MoreVertical } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Table({ className, ...props }: React.ComponentProps<\"table\">) {\n return (\n <div\n data-slot=\"table-container\"\n className=\"relative bg-background w-full overflow-x-auto border border-border rounded-3xl\"\n >\n <table\n data-slot=\"table\"\n className={cn(\"w-full caption-bottom text-sm\", className)}\n {...props}\n />\n </div>\n )\n}\n\nfunction TableHeader({ className, ...props }: React.ComponentProps<\"thead\">) {\n return (\n <thead\n data-slot=\"table-header\"\n className={cn(\"[&_tr]:border-b text-secondary-text\", className)}\n {...props}\n />\n )\n}\n\nfunction TableBody({ className, ...props }: React.ComponentProps<\"tbody\">) {\n return (\n <tbody\n data-slot=\"table-body\"\n className={cn(\"[&_tr:last-child]:border-0\", className)}\n {...props}\n />\n )\n}\n\nfunction TableFooter({ className, ...props }: React.ComponentProps<\"tfoot\">) {\n return (\n <tfoot\n data-slot=\"table-footer\"\n className={cn(\n \"bg-muted/50 border-t font-medium [&>tr]:last:border-b-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nexport interface TableRowProps extends React.ComponentProps<\"tr\"> {\n isClickable?: boolean\n actionIcon?: \"eye\" | \"more\" | null\n}\n\nfunction TableRow({\n className,\n isClickable,\n actionIcon,\n children,\n ...props\n}: TableRowProps) {\n const iconComponent =\n actionIcon === \"eye\" ? (\n <Eye className=\"h-4 w-4\" />\n ) : actionIcon === \"more\" ? (\n <MoreVertical className=\"h-4 w-4\" />\n ) : null\n\n return (\n <tr\n data-slot=\"table-row\"\n className={cn(\n \"border-b border-border/50 transition-colors\",\n isClickable && \"cursor-pointer hover:bg-muted/50\",\n // !isClickable && \"hover:bg-muted/50\",\n // \"data-[state=selected]:bg-secondary\",\n className\n )}\n {...props}\n >\n {actionIcon !== undefined && (\n <TableCell className=\"w-12\">{iconComponent}</TableCell>\n )}\n {children}\n </tr>\n )\n}\n\nfunction TableHead({ className, ...props }: React.ComponentProps<\"th\">) {\n return (\n <th\n data-slot=\"table-head\"\n className={cn(\n \"text-secondary-text h-10 px-4 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nfunction TableCell({ className, ...props }: React.ComponentProps<\"td\">) {\n return (\n <td\n data-slot=\"table-cell\"\n className={cn(\n \"py-2 px-4 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nfunction TableCaption({\n className,\n ...props\n}: React.ComponentProps<\"caption\">) {\n return (\n <caption\n data-slot=\"table-caption\"\n className={cn(\"text-muted-foreground mt-4 text-sm\", className)}\n {...props}\n />\n )\n}\n\nexport {\n Table,\n TableHeader,\n TableBody,\n TableFooter,\n TableHead,\n TableRow,\n TableCell,\n TableCaption,\n}\n"]}
@@ -14,4 +14,4 @@ declare function TableHead({ className, ...props }: React.ComponentProps<"th">):
14
14
  declare function TableCell({ className, ...props }: React.ComponentProps<"td">): react_jsx_runtime.JSX.Element;
15
15
  declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): react_jsx_runtime.JSX.Element;
16
16
 
17
- export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
17
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, type TableRowProps };
@@ -14,4 +14,4 @@ declare function TableHead({ className, ...props }: React.ComponentProps<"th">):
14
14
  declare function TableCell({ className, ...props }: React.ComponentProps<"td">): react_jsx_runtime.JSX.Element;
15
15
  declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): react_jsx_runtime.JSX.Element;
16
16
 
17
- export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
17
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, type TableRowProps };
@@ -1,3 +1,3 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
2
- "use client";var _chunkFUYXCJOQjs = require('../chunk-FUYXCJOQ.js');require('../chunk-XYO4VLMF.js');var _lucidereact = require('lucide-react');var _jsxruntime = require('react/jsx-runtime');function u({className:e,...t}){return _jsxruntime.jsx.call(void 0, "div",{"data-slot":"table-container",className:"relative bg-background w-full overflow-x-auto border border-border rounded-3xl",children:_jsxruntime.jsx.call(void 0, "table",{"data-slot":"table",className:_chunkFUYXCJOQjs.a.call(void 0, "w-full caption-bottom text-sm",e),...t})})}function f({className:e,...t}){return _jsxruntime.jsx.call(void 0, "thead",{"data-slot":"table-header",className:_chunkFUYXCJOQjs.a.call(void 0, "[&_tr]:border-b text-secondary-text",e),...t})}function h({className:e,...t}){return _jsxruntime.jsx.call(void 0, "tbody",{"data-slot":"table-body",className:_chunkFUYXCJOQjs.a.call(void 0, "[&_tr:last-child]:border-0",e),...t})}function x({className:e,...t}){return _jsxruntime.jsx.call(void 0, "tfoot",{"data-slot":"table-footer",className:_chunkFUYXCJOQjs.a.call(void 0, "bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",e),...t})}function w({className:e,isClickable:t,actionIcon:r,children:l,...n}){let s=r==="eye"?_jsxruntime.jsx.call(void 0, _lucidereact.Eye,{className:"h-4 w-4"}):r==="more"?_jsxruntime.jsx.call(void 0, _lucidereact.MoreVertical,{className:"h-4 w-4"}):null;return _jsxruntime.jsxs.call(void 0, "tr",{"data-slot":"table-row",className:_chunkFUYXCJOQjs.a.call(void 0, "border-b border-border/50 transition-colors",t&&"cursor-pointer hover:bg-muted/50",e),...n,children:[r!==void 0&&_jsxruntime.jsx.call(void 0, b,{className:"w-12",children:s}),l]})}function C({className:e,...t}){return _jsxruntime.jsx.call(void 0, "th",{"data-slot":"table-head",className:_chunkFUYXCJOQjs.a.call(void 0, "text-secondary-text h-10 px-4 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0",e),...t})}function b({className:e,...t}){return _jsxruntime.jsx.call(void 0, "td",{"data-slot":"table-cell",className:_chunkFUYXCJOQjs.a.call(void 0, "py-2 px-4 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0",e),...t})}function N({className:e,...t}){return _jsxruntime.jsx.call(void 0, "caption",{"data-slot":"table-caption",className:_chunkFUYXCJOQjs.a.call(void 0, "text-muted-foreground mt-4 text-sm",e),...t})}exports.Table = u; exports.TableBody = h; exports.TableCaption = N; exports.TableCell = b; exports.TableFooter = x; exports.TableHead = C; exports.TableHeader = f; exports.TableRow = w;
2
+ "use client";var _chunkSQEC3ERGjs = require('../chunk-SQEC3ERG.js');require('../chunk-FUYXCJOQ.js');require('../chunk-XYO4VLMF.js');exports.Table = _chunkSQEC3ERGjs.a; exports.TableBody = _chunkSQEC3ERGjs.c; exports.TableCaption = _chunkSQEC3ERGjs.h; exports.TableCell = _chunkSQEC3ERGjs.g; exports.TableFooter = _chunkSQEC3ERGjs.d; exports.TableHead = _chunkSQEC3ERGjs.f; exports.TableHeader = _chunkSQEC3ERGjs.b; exports.TableRow = _chunkSQEC3ERGjs.e;
3
3
  //# sourceMappingURL=table.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/components/table.js","../../src/components/table.tsx"],"names":["Table","className","props","jsx","cn","TableHeader","TableBody","TableFooter","TableRow","isClickable","actionIcon","children","iconComponent","Eye","MoreVertical","jsxs","TableCell","TableHead","TableCaption"],"mappings":"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","file":"/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/components/table.js","sourcesContent":[null,"\"use client\"\n\nimport * as React from \"react\"\nimport { Eye, MoreVertical } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Table({ className, ...props }: React.ComponentProps<\"table\">) {\n return (\n <div\n data-slot=\"table-container\"\n className=\"relative bg-background w-full overflow-x-auto border border-border rounded-3xl\"\n >\n <table\n data-slot=\"table\"\n className={cn(\"w-full caption-bottom text-sm\", className)}\n {...props}\n />\n </div>\n )\n}\n\nfunction TableHeader({ className, ...props }: React.ComponentProps<\"thead\">) {\n return (\n <thead\n data-slot=\"table-header\"\n className={cn(\"[&_tr]:border-b text-secondary-text\", className)}\n {...props}\n />\n )\n}\n\nfunction TableBody({ className, ...props }: React.ComponentProps<\"tbody\">) {\n return (\n <tbody\n data-slot=\"table-body\"\n className={cn(\"[&_tr:last-child]:border-0\", className)}\n {...props}\n />\n )\n}\n\nfunction TableFooter({ className, ...props }: React.ComponentProps<\"tfoot\">) {\n return (\n <tfoot\n data-slot=\"table-footer\"\n className={cn(\n \"bg-muted/50 border-t font-medium [&>tr]:last:border-b-0\",\n className\n )}\n {...props}\n />\n )\n}\n\ninterface TableRowProps extends React.ComponentProps<\"tr\"> {\n isClickable?: boolean\n actionIcon?: \"eye\" | \"more\" | null\n}\n\nfunction TableRow({\n className,\n isClickable,\n actionIcon,\n children,\n ...props\n}: TableRowProps) {\n const iconComponent =\n actionIcon === \"eye\" ? (\n <Eye className=\"h-4 w-4\" />\n ) : actionIcon === \"more\" ? (\n <MoreVertical className=\"h-4 w-4\" />\n ) : null\n\n return (\n <tr\n data-slot=\"table-row\"\n className={cn(\n \"border-b border-border/50 transition-colors\",\n isClickable && \"cursor-pointer hover:bg-muted/50\",\n // !isClickable && \"hover:bg-muted/50\",\n // \"data-[state=selected]:bg-secondary\",\n className\n )}\n {...props}\n >\n {actionIcon !== undefined && (\n <TableCell className=\"w-12\">{iconComponent}</TableCell>\n )}\n {children}\n </tr>\n )\n}\n\nfunction TableHead({ className, ...props }: React.ComponentProps<\"th\">) {\n return (\n <th\n data-slot=\"table-head\"\n className={cn(\n \"text-secondary-text h-10 px-4 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nfunction TableCell({ className, ...props }: React.ComponentProps<\"td\">) {\n return (\n <td\n data-slot=\"table-cell\"\n className={cn(\n \"py-2 px-4 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nfunction TableCaption({\n className,\n ...props\n}: React.ComponentProps<\"caption\">) {\n return (\n <caption\n data-slot=\"table-caption\"\n className={cn(\"text-muted-foreground mt-4 text-sm\", className)}\n {...props}\n />\n )\n}\n\nexport {\n Table,\n TableHeader,\n TableBody,\n TableFooter,\n TableHead,\n TableRow,\n TableCell,\n TableCaption,\n}\n"]}
1
+ {"version":3,"sources":["/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/components/table.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ,YAAY,CAAC,uDAAiD,gCAA6B,gCAA6B,iUAAkI","file":"/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/components/table.js"}
@@ -1,3 +1,3 @@
1
1
  "use client";
2
- "use client";import{a}from"../chunk-S5TKCF6T.mjs";import"../chunk-KPAOPUY2.mjs";import{Eye as d,MoreVertical as c}from"lucide-react";import{jsx as o,jsxs as m}from"react/jsx-runtime";function u({className:e,...t}){return o("div",{"data-slot":"table-container",className:"relative bg-background w-full overflow-x-auto border border-border rounded-3xl",children:o("table",{"data-slot":"table",className:a("w-full caption-bottom text-sm",e),...t})})}function f({className:e,...t}){return o("thead",{"data-slot":"table-header",className:a("[&_tr]:border-b text-secondary-text",e),...t})}function h({className:e,...t}){return o("tbody",{"data-slot":"table-body",className:a("[&_tr:last-child]:border-0",e),...t})}function x({className:e,...t}){return o("tfoot",{"data-slot":"table-footer",className:a("bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",e),...t})}function w({className:e,isClickable:t,actionIcon:r,children:l,...n}){let s=r==="eye"?o(d,{className:"h-4 w-4"}):r==="more"?o(c,{className:"h-4 w-4"}):null;return m("tr",{"data-slot":"table-row",className:a("border-b border-border/50 transition-colors",t&&"cursor-pointer hover:bg-muted/50",e),...n,children:[r!==void 0&&o(b,{className:"w-12",children:s}),l]})}function C({className:e,...t}){return o("th",{"data-slot":"table-head",className:a("text-secondary-text h-10 px-4 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0",e),...t})}function b({className:e,...t}){return o("td",{"data-slot":"table-cell",className:a("py-2 px-4 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0",e),...t})}function N({className:e,...t}){return o("caption",{"data-slot":"table-caption",className:a("text-muted-foreground mt-4 text-sm",e),...t})}export{u as Table,h as TableBody,N as TableCaption,b as TableCell,x as TableFooter,C as TableHead,f as TableHeader,w as TableRow};
2
+ "use client";import{a,b,c,d,e,f,g,h}from"../chunk-5V2WT3LM.mjs";import"../chunk-S5TKCF6T.mjs";import"../chunk-KPAOPUY2.mjs";export{a as Table,c as TableBody,h as TableCaption,g as TableCell,d as TableFooter,f as TableHead,b as TableHeader,e as TableRow};
3
3
  //# sourceMappingURL=table.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/components/table.tsx"],"sourcesContent":["\"use client\"\n\nimport * as React from \"react\"\nimport { Eye, MoreVertical } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Table({ className, ...props }: React.ComponentProps<\"table\">) {\n return (\n <div\n data-slot=\"table-container\"\n className=\"relative bg-background w-full overflow-x-auto border border-border rounded-3xl\"\n >\n <table\n data-slot=\"table\"\n className={cn(\"w-full caption-bottom text-sm\", className)}\n {...props}\n />\n </div>\n )\n}\n\nfunction TableHeader({ className, ...props }: React.ComponentProps<\"thead\">) {\n return (\n <thead\n data-slot=\"table-header\"\n className={cn(\"[&_tr]:border-b text-secondary-text\", className)}\n {...props}\n />\n )\n}\n\nfunction TableBody({ className, ...props }: React.ComponentProps<\"tbody\">) {\n return (\n <tbody\n data-slot=\"table-body\"\n className={cn(\"[&_tr:last-child]:border-0\", className)}\n {...props}\n />\n )\n}\n\nfunction TableFooter({ className, ...props }: React.ComponentProps<\"tfoot\">) {\n return (\n <tfoot\n data-slot=\"table-footer\"\n className={cn(\n \"bg-muted/50 border-t font-medium [&>tr]:last:border-b-0\",\n className\n )}\n {...props}\n />\n )\n}\n\ninterface TableRowProps extends React.ComponentProps<\"tr\"> {\n isClickable?: boolean\n actionIcon?: \"eye\" | \"more\" | null\n}\n\nfunction TableRow({\n className,\n isClickable,\n actionIcon,\n children,\n ...props\n}: TableRowProps) {\n const iconComponent =\n actionIcon === \"eye\" ? (\n <Eye className=\"h-4 w-4\" />\n ) : actionIcon === \"more\" ? (\n <MoreVertical className=\"h-4 w-4\" />\n ) : null\n\n return (\n <tr\n data-slot=\"table-row\"\n className={cn(\n \"border-b border-border/50 transition-colors\",\n isClickable && \"cursor-pointer hover:bg-muted/50\",\n // !isClickable && \"hover:bg-muted/50\",\n // \"data-[state=selected]:bg-secondary\",\n className\n )}\n {...props}\n >\n {actionIcon !== undefined && (\n <TableCell className=\"w-12\">{iconComponent}</TableCell>\n )}\n {children}\n </tr>\n )\n}\n\nfunction TableHead({ className, ...props }: React.ComponentProps<\"th\">) {\n return (\n <th\n data-slot=\"table-head\"\n className={cn(\n \"text-secondary-text h-10 px-4 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nfunction TableCell({ className, ...props }: React.ComponentProps<\"td\">) {\n return (\n <td\n data-slot=\"table-cell\"\n className={cn(\n \"py-2 px-4 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0\",\n className\n )}\n {...props}\n />\n )\n}\n\nfunction TableCaption({\n className,\n ...props\n}: React.ComponentProps<\"caption\">) {\n return (\n <caption\n data-slot=\"table-caption\"\n className={cn(\"text-muted-foreground mt-4 text-sm\", className)}\n {...props}\n />\n )\n}\n\nexport {\n Table,\n TableHeader,\n TableBody,\n TableFooter,\n TableHead,\n TableRow,\n TableCell,\n TableCaption,\n}\n"],"mappings":";gFAGA,OAAS,OAAAA,EAAK,gBAAAC,MAAoB,eAU5B,cAAAC,EA8DF,QAAAC,MA9DE,oBANN,SAASC,EAAM,CAAE,UAAAC,EAAW,GAAGC,CAAM,EAAkC,CACrE,OACEJ,EAAC,OACC,YAAU,kBACV,UAAU,iFAEV,SAAAA,EAAC,SACC,YAAU,QACV,UAAWK,EAAG,gCAAiCF,CAAS,EACvD,GAAGC,EACN,EACF,CAEJ,CAEA,SAASE,EAAY,CAAE,UAAAH,EAAW,GAAGC,CAAM,EAAkC,CAC3E,OACEJ,EAAC,SACC,YAAU,eACV,UAAWK,EAAG,sCAAuCF,CAAS,EAC7D,GAAGC,EACN,CAEJ,CAEA,SAASG,EAAU,CAAE,UAAAJ,EAAW,GAAGC,CAAM,EAAkC,CACzE,OACEJ,EAAC,SACC,YAAU,aACV,UAAWK,EAAG,6BAA8BF,CAAS,EACpD,GAAGC,EACN,CAEJ,CAEA,SAASI,EAAY,CAAE,UAAAL,EAAW,GAAGC,CAAM,EAAkC,CAC3E,OACEJ,EAAC,SACC,YAAU,eACV,UAAWK,EACT,0DACAF,CACF,EACC,GAAGC,EACN,CAEJ,CAOA,SAASK,EAAS,CAChB,UAAAN,EACA,YAAAO,EACA,WAAAC,EACA,SAAAC,EACA,GAAGR,CACL,EAAkB,CAChB,IAAMS,EACJF,IAAe,MACbX,EAACc,EAAA,CAAI,UAAU,UAAU,EACvBH,IAAe,OACjBX,EAACe,EAAA,CAAa,UAAU,UAAU,EAChC,KAEN,OACEd,EAAC,MACC,YAAU,YACV,UAAWI,EACT,8CACAK,GAAe,mCAGfP,CACF,EACC,GAAGC,EAEH,UAAAO,IAAe,QACdX,EAACgB,EAAA,CAAU,UAAU,OAAQ,SAAAH,EAAc,EAE5CD,GACH,CAEJ,CAEA,SAASK,EAAU,CAAE,UAAAd,EAAW,GAAGC,CAAM,EAA+B,CACtE,OACEJ,EAAC,MACC,YAAU,aACV,UAAWK,EACT,mHACAF,CACF,EACC,GAAGC,EACN,CAEJ,CAEA,SAASY,EAAU,CAAE,UAAAb,EAAW,GAAGC,CAAM,EAA+B,CACtE,OACEJ,EAAC,MACC,YAAU,aACV,UAAWK,EACT,yEACAF,CACF,EACC,GAAGC,EACN,CAEJ,CAEA,SAASc,EAAa,CACpB,UAAAf,EACA,GAAGC,CACL,EAAoC,CAClC,OACEJ,EAAC,WACC,YAAU,gBACV,UAAWK,EAAG,qCAAsCF,CAAS,EAC5D,GAAGC,EACN,CAEJ","names":["Eye","MoreVertical","jsx","jsxs","Table","className","props","cn","TableHeader","TableBody","TableFooter","TableRow","isClickable","actionIcon","children","iconComponent","Eye","MoreVertical","TableCell","TableHead","TableCaption"]}
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/dist/index.d.mts CHANGED
@@ -13,6 +13,7 @@ export { Skeleton } from './components/skeleton.mjs';
13
13
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from './components/sheet.mjs';
14
14
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './components/tooltip.mjs';
15
15
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './components/dropdown-menu.mjs';
16
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './components/table.mjs';
16
17
  export { getSeedColor, getSphericalGradient } from './components/avatar.mjs';
17
18
  import { ClassValue } from 'clsx';
18
19
  import 'class-variance-authority/types';
package/dist/index.d.ts CHANGED
@@ -13,6 +13,7 @@ export { Skeleton } from './components/skeleton.js';
13
13
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from './components/sheet.js';
14
14
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './components/tooltip.js';
15
15
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './components/dropdown-menu.js';
16
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './components/table.js';
16
17
  export { getSeedColor, getSphericalGradient } from './components/avatar.js';
17
18
  import { ClassValue } from 'clsx';
18
19
  import 'class-variance-authority/types';
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
2
- var _chunkQBFPE5EOjs = require('./chunk-QBFPE5EO.js');var _chunkB7XXLTYNjs = require('./chunk-B7XXLTYN.js');var _chunk7SOZ6MOVjs = require('./chunk-7SOZ6MOV.js');var _chunk752ERCMUjs = require('./chunk-752ERCMU.js');var _chunk5L5DM2X5js = require('./chunk-5L5DM2X5.js');var _chunkQDJM5EVMjs = require('./chunk-QDJM5EVM.js');var _chunkQKOZTOYUjs = require('./chunk-QKOZTOYU.js');var _chunk27WVO6KFjs = require('./chunk-27WVO6KF.js');var _chunkCT2CRYC2js = require('./chunk-CT2CRYC2.js');var _chunkALULX4FPjs = require('./chunk-ALULX4FP.js');var _chunkZF6PO6PJjs = require('./chunk-ZF6PO6PJ.js');var _chunkRWCTSJUMjs = require('./chunk-RWCTSJUM.js');var _chunkEJTY2ABYjs = require('./chunk-EJTY2ABY.js');var _chunkR74QDO2Zjs = require('./chunk-R74QDO2Z.js');var _chunkBENG4LHZjs = require('./chunk-BENG4LHZ.js');var _chunk372VUZFEjs = require('./chunk-372VUZFE.js');var _chunkFUYXCJOQjs = require('./chunk-FUYXCJOQ.js');require('./chunk-XYO4VLMF.js');exports.Button = _chunkQKOZTOYUjs.b; exports.DropdownMenu = _chunk27WVO6KFjs.a; exports.DropdownMenuCheckboxItem = _chunk27WVO6KFjs.k; exports.DropdownMenuContent = _chunk27WVO6KFjs.i; exports.DropdownMenuGroup = _chunk27WVO6KFjs.c; exports.DropdownMenuItem = _chunk27WVO6KFjs.j; exports.DropdownMenuLabel = _chunk27WVO6KFjs.m; exports.DropdownMenuPortal = _chunk27WVO6KFjs.d; exports.DropdownMenuRadioGroup = _chunk27WVO6KFjs.f; exports.DropdownMenuRadioItem = _chunk27WVO6KFjs.l; exports.DropdownMenuSeparator = _chunk27WVO6KFjs.n; exports.DropdownMenuShortcut = _chunk27WVO6KFjs.o; exports.DropdownMenuSub = _chunk27WVO6KFjs.e; exports.DropdownMenuSubContent = _chunk27WVO6KFjs.h; exports.DropdownMenuSubTrigger = _chunk27WVO6KFjs.g; exports.DropdownMenuTrigger = _chunk27WVO6KFjs.b; exports.Field = _chunkCT2CRYC2js.a; exports.FieldDescription = _chunkCT2CRYC2js.c; exports.FieldLabel = _chunkCT2CRYC2js.b; exports.GeometricFluidGrid = _chunkRWCTSJUMjs.a; exports.GlitchLink = _chunkEJTY2ABYjs.b; exports.Input = _chunkALULX4FPjs.a; exports.Label = _chunkZF6PO6PJjs.a; exports.PixelLoad = _chunkR74QDO2Zjs.a; exports.Separator = _chunk7SOZ6MOVjs.a; exports.Sheet = _chunk752ERCMUjs.a; exports.SheetClose = _chunk752ERCMUjs.c; exports.SheetContent = _chunk752ERCMUjs.f; exports.SheetDescription = _chunk752ERCMUjs.j; exports.SheetFooter = _chunk752ERCMUjs.h; exports.SheetHeader = _chunk752ERCMUjs.g; exports.SheetOverlay = _chunk752ERCMUjs.e; exports.SheetPortal = _chunk752ERCMUjs.d; exports.SheetTitle = _chunk752ERCMUjs.i; exports.SheetTrigger = _chunk752ERCMUjs.b; exports.Sidebar = _chunkQBFPE5EOjs.c; exports.SidebarContent = _chunkQBFPE5EOjs.k; exports.SidebarFooter = _chunkQBFPE5EOjs.i; exports.SidebarGroup = _chunkQBFPE5EOjs.l; exports.SidebarGroupAction = _chunkQBFPE5EOjs.n; exports.SidebarGroupContent = _chunkQBFPE5EOjs.o; exports.SidebarGroupLabel = _chunkQBFPE5EOjs.m; exports.SidebarHeader = _chunkQBFPE5EOjs.h; exports.SidebarInput = _chunkQBFPE5EOjs.g; exports.SidebarInset = _chunkQBFPE5EOjs.f; exports.SidebarMenu = _chunkQBFPE5EOjs.p; exports.SidebarMenuAction = _chunkQBFPE5EOjs.s; exports.SidebarMenuBadge = _chunkQBFPE5EOjs.t; exports.SidebarMenuButton = _chunkQBFPE5EOjs.r; exports.SidebarMenuItem = _chunkQBFPE5EOjs.q; exports.SidebarMenuSkeleton = _chunkQBFPE5EOjs.u; exports.SidebarMenuSub = _chunkQBFPE5EOjs.v; exports.SidebarMenuSubButton = _chunkQBFPE5EOjs.x; exports.SidebarMenuSubItem = _chunkQBFPE5EOjs.w; exports.SidebarProvider = _chunkQBFPE5EOjs.b; exports.SidebarRail = _chunkQBFPE5EOjs.e; exports.SidebarSeparator = _chunkQBFPE5EOjs.j; exports.SidebarTrigger = _chunkQBFPE5EOjs.d; exports.Skeleton = _chunk5L5DM2X5js.a; exports.Tabs = _chunkQDJM5EVMjs.a; exports.TabsContent = _chunkQDJM5EVMjs.d; exports.TabsList = _chunkQDJM5EVMjs.b; exports.TabsTrigger = _chunkQDJM5EVMjs.c; exports.TextDecoder = _chunkBENG4LHZjs.a; exports.Tooltip = _chunkB7XXLTYNjs.b; exports.TooltipContent = _chunkB7XXLTYNjs.d; exports.TooltipProvider = _chunkB7XXLTYNjs.a; exports.TooltipTrigger = _chunkB7XXLTYNjs.c; exports.buttonVariants = _chunkQKOZTOYUjs.a; exports.cn = _chunkFUYXCJOQjs.a; exports.getSeedColor = _chunk372VUZFEjs.b; exports.getSphericalGradient = _chunk372VUZFEjs.a; exports.useSidebar = _chunkQBFPE5EOjs.a;
2
+ var _chunkQBFPE5EOjs = require('./chunk-QBFPE5EO.js');var _chunkB7XXLTYNjs = require('./chunk-B7XXLTYN.js');var _chunk7SOZ6MOVjs = require('./chunk-7SOZ6MOV.js');var _chunk752ERCMUjs = require('./chunk-752ERCMU.js');var _chunk5L5DM2X5js = require('./chunk-5L5DM2X5.js');var _chunkSQEC3ERGjs = require('./chunk-SQEC3ERG.js');var _chunkQDJM5EVMjs = require('./chunk-QDJM5EVM.js');var _chunkQKOZTOYUjs = require('./chunk-QKOZTOYU.js');var _chunk27WVO6KFjs = require('./chunk-27WVO6KF.js');var _chunkCT2CRYC2js = require('./chunk-CT2CRYC2.js');var _chunkALULX4FPjs = require('./chunk-ALULX4FP.js');var _chunkZF6PO6PJjs = require('./chunk-ZF6PO6PJ.js');var _chunkRWCTSJUMjs = require('./chunk-RWCTSJUM.js');var _chunkEJTY2ABYjs = require('./chunk-EJTY2ABY.js');var _chunkR74QDO2Zjs = require('./chunk-R74QDO2Z.js');var _chunkBENG4LHZjs = require('./chunk-BENG4LHZ.js');var _chunk372VUZFEjs = require('./chunk-372VUZFE.js');var _chunkFUYXCJOQjs = require('./chunk-FUYXCJOQ.js');require('./chunk-XYO4VLMF.js');exports.Button = _chunkQKOZTOYUjs.b; exports.DropdownMenu = _chunk27WVO6KFjs.a; exports.DropdownMenuCheckboxItem = _chunk27WVO6KFjs.k; exports.DropdownMenuContent = _chunk27WVO6KFjs.i; exports.DropdownMenuGroup = _chunk27WVO6KFjs.c; exports.DropdownMenuItem = _chunk27WVO6KFjs.j; exports.DropdownMenuLabel = _chunk27WVO6KFjs.m; exports.DropdownMenuPortal = _chunk27WVO6KFjs.d; exports.DropdownMenuRadioGroup = _chunk27WVO6KFjs.f; exports.DropdownMenuRadioItem = _chunk27WVO6KFjs.l; exports.DropdownMenuSeparator = _chunk27WVO6KFjs.n; exports.DropdownMenuShortcut = _chunk27WVO6KFjs.o; exports.DropdownMenuSub = _chunk27WVO6KFjs.e; exports.DropdownMenuSubContent = _chunk27WVO6KFjs.h; exports.DropdownMenuSubTrigger = _chunk27WVO6KFjs.g; exports.DropdownMenuTrigger = _chunk27WVO6KFjs.b; exports.Field = _chunkCT2CRYC2js.a; exports.FieldDescription = _chunkCT2CRYC2js.c; exports.FieldLabel = _chunkCT2CRYC2js.b; exports.GeometricFluidGrid = _chunkRWCTSJUMjs.a; exports.GlitchLink = _chunkEJTY2ABYjs.b; exports.Input = _chunkALULX4FPjs.a; exports.Label = _chunkZF6PO6PJjs.a; exports.PixelLoad = _chunkR74QDO2Zjs.a; exports.Separator = _chunk7SOZ6MOVjs.a; exports.Sheet = _chunk752ERCMUjs.a; exports.SheetClose = _chunk752ERCMUjs.c; exports.SheetContent = _chunk752ERCMUjs.f; exports.SheetDescription = _chunk752ERCMUjs.j; exports.SheetFooter = _chunk752ERCMUjs.h; exports.SheetHeader = _chunk752ERCMUjs.g; exports.SheetOverlay = _chunk752ERCMUjs.e; exports.SheetPortal = _chunk752ERCMUjs.d; exports.SheetTitle = _chunk752ERCMUjs.i; exports.SheetTrigger = _chunk752ERCMUjs.b; exports.Sidebar = _chunkQBFPE5EOjs.c; exports.SidebarContent = _chunkQBFPE5EOjs.k; exports.SidebarFooter = _chunkQBFPE5EOjs.i; exports.SidebarGroup = _chunkQBFPE5EOjs.l; exports.SidebarGroupAction = _chunkQBFPE5EOjs.n; exports.SidebarGroupContent = _chunkQBFPE5EOjs.o; exports.SidebarGroupLabel = _chunkQBFPE5EOjs.m; exports.SidebarHeader = _chunkQBFPE5EOjs.h; exports.SidebarInput = _chunkQBFPE5EOjs.g; exports.SidebarInset = _chunkQBFPE5EOjs.f; exports.SidebarMenu = _chunkQBFPE5EOjs.p; exports.SidebarMenuAction = _chunkQBFPE5EOjs.s; exports.SidebarMenuBadge = _chunkQBFPE5EOjs.t; exports.SidebarMenuButton = _chunkQBFPE5EOjs.r; exports.SidebarMenuItem = _chunkQBFPE5EOjs.q; exports.SidebarMenuSkeleton = _chunkQBFPE5EOjs.u; exports.SidebarMenuSub = _chunkQBFPE5EOjs.v; exports.SidebarMenuSubButton = _chunkQBFPE5EOjs.x; exports.SidebarMenuSubItem = _chunkQBFPE5EOjs.w; exports.SidebarProvider = _chunkQBFPE5EOjs.b; exports.SidebarRail = _chunkQBFPE5EOjs.e; exports.SidebarSeparator = _chunkQBFPE5EOjs.j; exports.SidebarTrigger = _chunkQBFPE5EOjs.d; exports.Skeleton = _chunk5L5DM2X5js.a; exports.Table = _chunkSQEC3ERGjs.a; exports.TableBody = _chunkSQEC3ERGjs.c; exports.TableCaption = _chunkSQEC3ERGjs.h; exports.TableCell = _chunkSQEC3ERGjs.g; exports.TableFooter = _chunkSQEC3ERGjs.d; exports.TableHead = _chunkSQEC3ERGjs.f; exports.TableHeader = _chunkSQEC3ERGjs.b; exports.TableRow = _chunkSQEC3ERGjs.e; exports.Tabs = _chunkQDJM5EVMjs.a; exports.TabsContent = _chunkQDJM5EVMjs.d; exports.TabsList = _chunkQDJM5EVMjs.b; exports.TabsTrigger = _chunkQDJM5EVMjs.c; exports.TextDecoder = _chunkBENG4LHZjs.a; exports.Tooltip = _chunkB7XXLTYNjs.b; exports.TooltipContent = _chunkB7XXLTYNjs.d; exports.TooltipProvider = _chunkB7XXLTYNjs.a; exports.TooltipTrigger = _chunkB7XXLTYNjs.c; exports.buttonVariants = _chunkQKOZTOYUjs.a; exports.cn = _chunkFUYXCJOQjs.a; exports.getSeedColor = _chunk372VUZFEjs.b; exports.getSphericalGradient = _chunk372VUZFEjs.a; exports.useSidebar = _chunkQBFPE5EOjs.a;
3
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/index.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ,sDAAwM,sDAA6D,sDAAwC,sDAAuG,sDAAwC,sDAA6D,sDAA0C,sDAAyJ,sDAAwD,sDAAwC,sDAAwC,sDAAwC,sDAAwC,sDAAwC,sDAAwC,sDAAiD,sDAAwC,+BAA4B,mrGAA86C","file":"/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/index.js"}
1
+ {"version":3,"sources":["/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/index.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ,sDAAwM,sDAA6D,sDAAwC,sDAAuG,sDAAwC,sDAAiG,sDAA6D,sDAA0C,sDAAyJ,sDAAwD,sDAAwC,sDAAwC,sDAAwC,sDAAwC,sDAAwC,sDAAwC,sDAAiD,sDAAwC,+BAA4B,q/GAAgjD","file":"/Users/admin/Desktop/PROJECTS/alkimi-ui-kit/dist/index.js"}
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  "use client";
2
- import{a as C,b as j,c as I,d as P,e as _,f as L,g as F,h as G,i as N,j as H,k as E,l as R,m as B,n as A,o as U,p as q,q as O,r as V,s as J,t as K,u as Q,v as W,w as X,x as Y}from"./chunk-JFYW77F4.mjs";import{a as S,b as M,c as D,d as T}from"./chunk-BB3WNO72.mjs";import{a as w}from"./chunk-YBV4CPVD.mjs";import{a as g,b as v,c as h,d as u,e as m,f as b,g as f,h as x,i as y,j as k}from"./chunk-DMHIFNXF.mjs";import{a as z}from"./chunk-CNRZOMR4.mjs";import{a as e,b as i,c as o,d as n}from"./chunk-HPJEH5QX.mjs";import{a,b as r}from"./chunk-2YRLGFWP.mjs";import{a as rt,b as et,c as it,d as ot,e as nt,f as st,g as lt,h as ct,i as dt,j as pt,k as wt,l as gt,m as vt,n as ht,o as ut}from"./chunk-IFTA7LUP.mjs";import{a as $,b as tt,c as at}from"./chunk-L36V45FD.mjs";import{a as p}from"./chunk-XIYQ5UXO.mjs";import{a as Z}from"./chunk-GOZDJRUZ.mjs";import{a as d}from"./chunk-FINC3UAQ.mjs";import{b as l}from"./chunk-AEZ5XKKG.mjs";import{a as c}from"./chunk-WF73K6X2.mjs";import{a as s}from"./chunk-EMGXHXG7.mjs";import{a as mt,b as bt}from"./chunk-4LUOGI24.mjs";import{a as t}from"./chunk-S5TKCF6T.mjs";import"./chunk-KPAOPUY2.mjs";export{r as Button,rt as DropdownMenu,wt as DropdownMenuCheckboxItem,dt as DropdownMenuContent,it as DropdownMenuGroup,pt as DropdownMenuItem,vt as DropdownMenuLabel,ot as DropdownMenuPortal,st as DropdownMenuRadioGroup,gt as DropdownMenuRadioItem,ht as DropdownMenuSeparator,ut as DropdownMenuShortcut,nt as DropdownMenuSub,ct as DropdownMenuSubContent,lt as DropdownMenuSubTrigger,et as DropdownMenuTrigger,$ as Field,at as FieldDescription,tt as FieldLabel,d as GeometricFluidGrid,l as GlitchLink,p as Input,Z as Label,c as PixelLoad,w as Separator,g as Sheet,h as SheetClose,b as SheetContent,k as SheetDescription,x as SheetFooter,f as SheetHeader,m as SheetOverlay,u as SheetPortal,y as SheetTitle,v as SheetTrigger,I as Sidebar,E as SidebarContent,N as SidebarFooter,R as SidebarGroup,A as SidebarGroupAction,U as SidebarGroupContent,B as SidebarGroupLabel,G as SidebarHeader,F as SidebarInput,L as SidebarInset,q as SidebarMenu,J as SidebarMenuAction,K as SidebarMenuBadge,V as SidebarMenuButton,O as SidebarMenuItem,Q as SidebarMenuSkeleton,W as SidebarMenuSub,Y as SidebarMenuSubButton,X as SidebarMenuSubItem,j as SidebarProvider,_ as SidebarRail,H as SidebarSeparator,P as SidebarTrigger,z as Skeleton,e as Tabs,n as TabsContent,i as TabsList,o as TabsTrigger,s as TextDecoder,M as Tooltip,T as TooltipContent,S as TooltipProvider,D as TooltipTrigger,a as buttonVariants,t as cn,bt as getSeedColor,mt as getSphericalGradient,C as useSidebar};
2
+ import{a as C,b as j,c as I,d as P,e as _,f as L,g as F,h as G,i as H,j as N,k as R,l as B,m as E,n as A,o as U,p as q,q as O,r as V,s as J,t as K,u as Q,v as W,w as X,x as Y}from"./chunk-JFYW77F4.mjs";import{a as S,b as M,c as T,d as D}from"./chunk-BB3WNO72.mjs";import{a as w}from"./chunk-YBV4CPVD.mjs";import{a as g,b as v,c as h,d as u,e as m,f as b,g as f,h as x,i as y,j as k}from"./chunk-DMHIFNXF.mjs";import{a as z}from"./chunk-CNRZOMR4.mjs";import{a as mt,b as bt,c as ft,d as xt,e as yt,f as kt,g as zt,h as St}from"./chunk-5V2WT3LM.mjs";import{a as e,b as i,c as o,d as n}from"./chunk-HPJEH5QX.mjs";import{a,b as r}from"./chunk-2YRLGFWP.mjs";import{a as rt,b as et,c as it,d as ot,e as nt,f as st,g as lt,h as ct,i as dt,j as pt,k as wt,l as gt,m as vt,n as ht,o as ut}from"./chunk-IFTA7LUP.mjs";import{a as $,b as tt,c as at}from"./chunk-L36V45FD.mjs";import{a as p}from"./chunk-XIYQ5UXO.mjs";import{a as Z}from"./chunk-GOZDJRUZ.mjs";import{a as d}from"./chunk-FINC3UAQ.mjs";import{b as l}from"./chunk-AEZ5XKKG.mjs";import{a as c}from"./chunk-WF73K6X2.mjs";import{a as s}from"./chunk-EMGXHXG7.mjs";import{a as Mt,b as Tt}from"./chunk-4LUOGI24.mjs";import{a as t}from"./chunk-S5TKCF6T.mjs";import"./chunk-KPAOPUY2.mjs";export{r as Button,rt as DropdownMenu,wt as DropdownMenuCheckboxItem,dt as DropdownMenuContent,it as DropdownMenuGroup,pt as DropdownMenuItem,vt as DropdownMenuLabel,ot as DropdownMenuPortal,st as DropdownMenuRadioGroup,gt as DropdownMenuRadioItem,ht as DropdownMenuSeparator,ut as DropdownMenuShortcut,nt as DropdownMenuSub,ct as DropdownMenuSubContent,lt as DropdownMenuSubTrigger,et as DropdownMenuTrigger,$ as Field,at as FieldDescription,tt as FieldLabel,d as GeometricFluidGrid,l as GlitchLink,p as Input,Z as Label,c as PixelLoad,w as Separator,g as Sheet,h as SheetClose,b as SheetContent,k as SheetDescription,x as SheetFooter,f as SheetHeader,m as SheetOverlay,u as SheetPortal,y as SheetTitle,v as SheetTrigger,I as Sidebar,R as SidebarContent,H as SidebarFooter,B as SidebarGroup,A as SidebarGroupAction,U as SidebarGroupContent,E as SidebarGroupLabel,G as SidebarHeader,F as SidebarInput,L as SidebarInset,q as SidebarMenu,J as SidebarMenuAction,K as SidebarMenuBadge,V as SidebarMenuButton,O as SidebarMenuItem,Q as SidebarMenuSkeleton,W as SidebarMenuSub,Y as SidebarMenuSubButton,X as SidebarMenuSubItem,j as SidebarProvider,_ as SidebarRail,N as SidebarSeparator,P as SidebarTrigger,z as Skeleton,mt as Table,ft as TableBody,St as TableCaption,zt as TableCell,xt as TableFooter,kt as TableHead,bt as TableHeader,yt as TableRow,e as Tabs,n as TabsContent,i as TabsList,o as TabsTrigger,s as TextDecoder,M as Tooltip,D as TooltipContent,S as TooltipProvider,T as TooltipTrigger,a as buttonVariants,t as cn,Tt as getSeedColor,Mt as getSphericalGradient,C as useSidebar};
3
3
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alkimi.org/ui-kit",
3
- "version": "0.2.30",
3
+ "version": "0.2.31",
4
4
  "packageManager": "pnpm@10.26.0",
5
5
  "description": "A React component library built with shadcn/ui and Tailwind CSS",
6
6
  "main": "./dist/index.js",