@schandlergarcia/sf-web-components 1.5.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/components/library/heroui/Accordion.d.ts +6 -5
  2. package/dist/components/library/heroui/Accordion.js +7 -8
  3. package/dist/components/library/heroui/Accordion.js.map +1 -1
  4. package/dist/components/library/heroui/Alert.d.ts +6 -5
  5. package/dist/components/library/heroui/Alert.js +7 -8
  6. package/dist/components/library/heroui/Alert.js.map +1 -1
  7. package/dist/components/library/heroui/Badge.d.ts +8 -5
  8. package/dist/components/library/heroui/Badge.js +2 -3
  9. package/dist/components/library/heroui/Badge.js.map +1 -1
  10. package/dist/components/library/heroui/Breadcrumbs.d.ts +5 -2
  11. package/dist/components/library/heroui/Breadcrumbs.js +4 -5
  12. package/dist/components/library/heroui/Breadcrumbs.js.map +1 -1
  13. package/dist/components/library/heroui/Button.d.ts +16 -26
  14. package/dist/components/library/heroui/Button.js +21 -22
  15. package/dist/components/library/heroui/Button.js.map +1 -1
  16. package/dist/components/library/heroui/Card.d.ts +8 -5
  17. package/dist/components/library/heroui/Card.js +6 -7
  18. package/dist/components/library/heroui/Card.js.map +1 -1
  19. package/dist/components/library/heroui/Collapsible.d.ts +19 -30
  20. package/dist/components/library/heroui/Collapsible.js +13 -13
  21. package/dist/components/library/heroui/Collapsible.js.map +1 -1
  22. package/dist/components/library/heroui/DatePicker.d.ts +24 -52
  23. package/dist/components/library/heroui/DatePicker.js +5 -6
  24. package/dist/components/library/heroui/DatePicker.js.map +1 -1
  25. package/dist/components/library/heroui/Dialog.d.ts +18 -32
  26. package/dist/components/library/heroui/Dialog.js +6 -7
  27. package/dist/components/library/heroui/Dialog.js.map +1 -1
  28. package/dist/components/library/heroui/Drawer.d.ts +6 -2
  29. package/dist/components/library/heroui/Drawer.js +2 -3
  30. package/dist/components/library/heroui/Drawer.js.map +1 -1
  31. package/dist/components/library/heroui/Dropdown.d.ts +6 -2
  32. package/dist/components/library/heroui/Dropdown.js +2 -3
  33. package/dist/components/library/heroui/Dropdown.js.map +1 -1
  34. package/dist/components/library/heroui/Field.d.ts +19 -38
  35. package/dist/components/library/heroui/Field.js +9 -10
  36. package/dist/components/library/heroui/Field.js.map +1 -1
  37. package/dist/components/library/heroui/Meter.d.ts +7 -5
  38. package/dist/components/library/heroui/Meter.js +4 -5
  39. package/dist/components/library/heroui/Meter.js.map +1 -1
  40. package/dist/components/library/heroui/Modal.d.ts +6 -2
  41. package/dist/components/library/heroui/Modal.js +2 -3
  42. package/dist/components/library/heroui/Modal.js.map +1 -1
  43. package/dist/components/library/heroui/Pagination.d.ts +6 -2
  44. package/dist/components/library/heroui/Pagination.js +4 -5
  45. package/dist/components/library/heroui/Pagination.js.map +1 -1
  46. package/dist/components/library/heroui/Popover.d.ts +23 -38
  47. package/dist/components/library/heroui/Popover.js +12 -12
  48. package/dist/components/library/heroui/Popover.js.map +1 -1
  49. package/dist/components/library/heroui/ProgressBar.d.ts +8 -5
  50. package/dist/components/library/heroui/ProgressBar.js +0 -1
  51. package/dist/components/library/heroui/ProgressBar.js.map +1 -1
  52. package/dist/components/library/heroui/ProgressCircle.d.ts +8 -5
  53. package/dist/components/library/heroui/ProgressCircle.js +0 -1
  54. package/dist/components/library/heroui/ProgressCircle.js.map +1 -1
  55. package/dist/components/library/heroui/ScrollShadow.d.ts +8 -5
  56. package/dist/components/library/heroui/ScrollShadow.js +3 -4
  57. package/dist/components/library/heroui/ScrollShadow.js.map +1 -1
  58. package/dist/components/library/heroui/Select.d.ts +31 -37
  59. package/dist/components/library/heroui/Select.js +3 -4
  60. package/dist/components/library/heroui/Select.js.map +1 -1
  61. package/dist/components/library/heroui/Separator.d.ts +6 -2
  62. package/dist/components/library/heroui/Separator.js +4 -5
  63. package/dist/components/library/heroui/Separator.js.map +1 -1
  64. package/dist/components/library/heroui/Tabs.d.ts +6 -5
  65. package/dist/components/library/heroui/Tabs.js +7 -8
  66. package/dist/components/library/heroui/Tabs.js.map +1 -1
  67. package/dist/components/library/heroui/Toggle.d.ts +5 -4
  68. package/dist/components/library/heroui/Toggle.js +5 -6
  69. package/dist/components/library/heroui/Toggle.js.map +1 -1
  70. package/dist/components/library/heroui/Tooltip.d.ts +6 -2
  71. package/dist/components/library/heroui/Tooltip.js +2 -3
  72. package/dist/components/library/heroui/Tooltip.js.map +1 -1
  73. package/package.json +1 -1
  74. package/src/components/library/heroui/{Accordion.jsx → Accordion.tsx} +8 -3
  75. package/src/components/library/heroui/Alert.tsx +13 -0
  76. package/src/components/library/heroui/Badge.tsx +14 -0
  77. package/src/components/library/heroui/{Breadcrumbs.jsx → Breadcrumbs.tsx} +5 -2
  78. package/src/components/library/heroui/{Button.jsx → Button.tsx} +26 -8
  79. package/src/components/library/heroui/Card.tsx +14 -0
  80. package/src/components/library/heroui/Collapsible.tsx +62 -0
  81. package/src/components/library/heroui/{DatePicker.jsx → DatePicker.tsx} +28 -4
  82. package/src/components/library/heroui/Dialog.tsx +43 -0
  83. package/src/components/library/heroui/{Drawer.jsx → Drawer.tsx} +6 -2
  84. package/src/components/library/heroui/{Dropdown.jsx → Dropdown.tsx} +6 -2
  85. package/src/components/library/heroui/{Field.jsx → Field.tsx} +23 -6
  86. package/src/components/library/heroui/Meter.tsx +13 -0
  87. package/src/components/library/heroui/{Modal.jsx → Modal.tsx} +5 -2
  88. package/src/components/library/heroui/Pagination.tsx +11 -0
  89. package/src/components/library/heroui/{Popover.jsx → Popover.tsx} +29 -8
  90. package/src/components/library/heroui/ProgressBar.tsx +14 -0
  91. package/src/components/library/heroui/ProgressCircle.tsx +14 -0
  92. package/src/components/library/heroui/ScrollShadow.tsx +14 -0
  93. package/src/components/library/heroui/Select.tsx +73 -0
  94. package/src/components/library/heroui/Separator.tsx +11 -0
  95. package/src/components/library/heroui/{Tabs.jsx → Tabs.tsx} +8 -3
  96. package/src/components/library/heroui/{Toggle.jsx → Toggle.tsx} +6 -2
  97. package/src/components/library/heroui/{Tooltip.jsx → Tooltip.tsx} +5 -2
  98. package/src/components/library/heroui/Alert.jsx +0 -8
  99. package/src/components/library/heroui/Badge.jsx +0 -8
  100. package/src/components/library/heroui/Card.jsx +0 -8
  101. package/src/components/library/heroui/Collapsible.jsx +0 -42
  102. package/src/components/library/heroui/Dialog.jsx +0 -37
  103. package/src/components/library/heroui/Meter.jsx +0 -8
  104. package/src/components/library/heroui/Pagination.jsx +0 -8
  105. package/src/components/library/heroui/ProgressBar.jsx +0 -8
  106. package/src/components/library/heroui/ProgressCircle.jsx +0 -8
  107. package/src/components/library/heroui/ScrollShadow.jsx +0 -8
  108. package/src/components/library/heroui/Select.jsx +0 -37
  109. package/src/components/library/heroui/Separator.jsx +0 -8
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  /**
2
3
  * HeroUI v3 Dialog — maps to Modal for shadcn compatibility.
3
4
  *
@@ -17,35 +18,20 @@
17
18
  * </DialogContent>
18
19
  * </Dialog>
19
20
  */
20
- export default function HeroUIDialog(props: any): import("react/jsx-runtime").JSX.Element;
21
- /**
22
- * HeroUI v3 Dialog — maps to Modal for shadcn compatibility.
23
- *
24
- * Sub-components via dot notation on the named `Modal` export:
25
- * Modal.Backdrop, Modal.Container, Modal.Dialog,
26
- * Modal.CloseTrigger, Modal.Header, Modal.Icon,
27
- * Modal.Heading, Modal.Body, Modal.Footer
28
- *
29
- * @example
30
- * import { Dialog, DialogTrigger, DialogContent } from "@/components/library";
31
- * <Dialog>
32
- * <DialogTrigger>Open</DialogTrigger>
33
- * <DialogContent>
34
- * <DialogHeader><DialogTitle>Title</DialogTitle></DialogHeader>
35
- * <DialogDescription>Content</DialogDescription>
36
- * <DialogFooter>Actions</DialogFooter>
37
- * </DialogContent>
38
- * </Dialog>
39
- */
40
- export function Dialog(props: any): import("react/jsx-runtime").JSX.Element;
41
- export const DialogTrigger: ({ children, className, ...props }: import("@heroui/react").ModalTriggerProps) => import("react/jsx-runtime").JSX.Element;
42
- export function DialogPortal({ children }: {
43
- children: any;
44
- }): import("react/jsx-runtime").JSX.Element;
45
- export const DialogClose: ({ className, ...rest }: import("@heroui/react").ModalCloseTriggerProps) => import("react/jsx-runtime").JSX.Element;
46
- export const DialogOverlay: ({ children, className, isDismissable, onClick, variant, ...props }: import("@heroui/react").ModalBackdropProps) => import("react/jsx-runtime").JSX.Element;
47
- export const DialogContent: ({ children, className, ...props }: import("@heroui/react").ModalDialogProps) => import("react/jsx-runtime").JSX.Element;
48
- export const DialogHeader: ({ children, className, ...props }: import("@heroui/react").ModalHeaderProps) => import("react/jsx-runtime").JSX.Element;
49
- export const DialogFooter: ({ children, className, ...props }: import("@heroui/react").ModalFooterProps) => import("react/jsx-runtime").JSX.Element;
50
- export const DialogTitle: ({ children, className, ...props }: import("@heroui/react").ModalHeadingProps) => import("react/jsx-runtime").JSX.Element;
51
- export function DialogDescription(props: any): import("react/jsx-runtime").JSX.Element;
21
+ export interface HeroUIDialogProps {
22
+ children: React.ReactNode;
23
+ [key: string]: any;
24
+ }
25
+ export default function HeroUIDialog(props: HeroUIDialogProps): import("react/jsx-runtime").JSX.Element;
26
+ export declare const Dialog: typeof HeroUIDialog;
27
+ export declare const DialogTrigger: any;
28
+ export declare const DialogPortal: ({ children }: {
29
+ children: React.ReactNode;
30
+ }) => import("react/jsx-runtime").JSX.Element;
31
+ export declare const DialogClose: any;
32
+ export declare const DialogOverlay: any;
33
+ export declare const DialogContent: any;
34
+ export declare const DialogHeader: any;
35
+ export declare const DialogFooter: any;
36
+ export declare const DialogTitle: any;
37
+ export declare const DialogDescription: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,9 @@
1
- import { jsx as t, Fragment as r } from "react/jsx-runtime";
2
- import "react";
3
- import { Modal as i } from "@heroui/react";
4
- function a(o) {
5
- return /* @__PURE__ */ t(i, { ...o });
1
+ import { jsx as t, Fragment as n } from "react/jsx-runtime";
2
+ import { Modal as a } from "@heroui/react";
3
+ function r(o) {
4
+ return /* @__PURE__ */ t(a, { ...o });
6
5
  }
7
- const l = a, s = i.Trigger || ((o) => /* @__PURE__ */ t("button", { ...o })), c = ({ children: o }) => /* @__PURE__ */ t(r, { children: o }), D = i.CloseTrigger || ((o) => /* @__PURE__ */ t("button", { ...o })), d = i.Backdrop || ((o) => /* @__PURE__ */ t("div", { ...o })), p = i.Dialog || i.Container || ((o) => /* @__PURE__ */ t("div", { ...o })), m = i.Header || ((o) => /* @__PURE__ */ t("div", { ...o })), u = i.Footer || ((o) => /* @__PURE__ */ t("div", { ...o })), v = i.Heading || ((o) => /* @__PURE__ */ t("h2", { ...o })), f = (o) => /* @__PURE__ */ t("p", { ...o });
6
+ const l = r, i = a, s = i.Trigger || ((o) => /* @__PURE__ */ t("button", { ...o })), c = ({ children: o }) => /* @__PURE__ */ t(n, { children: o }), D = i.CloseTrigger || ((o) => /* @__PURE__ */ t("button", { ...o })), d = i.Backdrop || ((o) => /* @__PURE__ */ t("div", { ...o })), p = i.Dialog || i.Container || ((o) => /* @__PURE__ */ t("div", { ...o })), m = i.Header || ((o) => /* @__PURE__ */ t("div", { ...o })), u = i.Footer || ((o) => /* @__PURE__ */ t("div", { ...o })), v = i.Heading || ((o) => /* @__PURE__ */ t("h2", { ...o })), f = (o) => /* @__PURE__ */ t("p", { ...o });
8
7
  export {
9
8
  l as Dialog,
10
9
  D as DialogClose,
@@ -16,6 +15,6 @@ export {
16
15
  c as DialogPortal,
17
16
  v as DialogTitle,
18
17
  s as DialogTrigger,
19
- a as default
18
+ r as default
20
19
  };
21
20
  //# sourceMappingURL=Dialog.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.js","sources":["../../../../src/components/library/heroui/Dialog.jsx"],"sourcesContent":["import React from \"react\";\nimport { Modal } from \"@heroui/react\";\n\n/**\n * HeroUI v3 Dialog — maps to Modal for shadcn compatibility.\n *\n * Sub-components via dot notation on the named `Modal` export:\n * Modal.Backdrop, Modal.Container, Modal.Dialog,\n * Modal.CloseTrigger, Modal.Header, Modal.Icon,\n * Modal.Heading, Modal.Body, Modal.Footer\n *\n * @example\n * import { Dialog, DialogTrigger, DialogContent } from \"@/components/library\";\n * <Dialog>\n * <DialogTrigger>Open</DialogTrigger>\n * <DialogContent>\n * <DialogHeader><DialogTitle>Title</DialogTitle></DialogHeader>\n * <DialogDescription>Content</DialogDescription>\n * <DialogFooter>Actions</DialogFooter>\n * </DialogContent>\n * </Dialog>\n */\nexport default function HeroUIDialog(props) {\n return <Modal {...props} />;\n}\n\n// Shadcn-compatible exports\nexport const Dialog = HeroUIDialog;\nexport const DialogTrigger = Modal.Trigger || (props => <button {...props} />);\nexport const DialogPortal = ({ children }) => <>{children}</>;\nexport const DialogClose = Modal.CloseTrigger || (props => <button {...props} />);\nexport const DialogOverlay = Modal.Backdrop || (props => <div {...props} />);\nexport const DialogContent = Modal.Dialog || Modal.Container || (props => <div {...props} />);\nexport const DialogHeader = Modal.Header || (props => <div {...props} />);\nexport const DialogFooter = Modal.Footer || (props => <div {...props} />);\nexport const DialogTitle = Modal.Heading || (props => <h2 {...props} />);\nexport const DialogDescription = (props) => <p {...props} />;\n"],"names":["HeroUIDialog","props","jsx","Modal","Dialog","DialogTrigger","DialogPortal","children","DialogClose","DialogOverlay","DialogContent","DialogHeader","DialogFooter","DialogTitle","DialogDescription"],"mappings":";;;AAsBA,SAAwBA,EAAaC,GAAO;AAC1C,SAAO,gBAAAC,EAACC,GAAA,EAAO,GAAGF,EAAA,CAAO;AAC3B;AAGO,MAAMG,IAASJ,GACTK,IAAgBF,EAAM,YAAY,OAAS,gBAAAD,EAAC,UAAA,EAAQ,GAAGD,GAAO,IAC9DK,IAAe,CAAC,EAAE,UAAAC,EAAA,6BAAkB,UAAAA,EAAA,CAAS,GAC7CC,IAAcL,EAAM,iBAAiB,OAAS,gBAAAD,EAAC,UAAA,EAAQ,GAAGD,GAAO,IACjEQ,IAAgBN,EAAM,aAAa,OAAS,gBAAAD,EAAC,OAAA,EAAK,GAAGD,GAAO,IAC5DS,IAAgBP,EAAM,UAAUA,EAAM,cAAc,CAAAF,MAAS,gBAAAC,EAAC,OAAA,EAAK,GAAGD,EAAA,CAAO,IAC7EU,IAAeR,EAAM,WAAW,OAAS,gBAAAD,EAAC,OAAA,EAAK,GAAGD,GAAO,IACzDW,IAAeT,EAAM,WAAW,OAAS,gBAAAD,EAAC,OAAA,EAAK,GAAGD,GAAO,IACzDY,IAAcV,EAAM,YAAY,OAAS,gBAAAD,EAAC,MAAA,EAAI,GAAGD,GAAO,IACxDa,IAAoB,CAACb,MAAU,gBAAAC,EAAC,KAAA,EAAG,GAAGD,EAAA,CAAO;"}
1
+ {"version":3,"file":"Dialog.js","sources":["../../../../src/components/library/heroui/Dialog.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { Modal } from \"@heroui/react\";\n\n/**\n * HeroUI v3 Dialog — maps to Modal for shadcn compatibility.\n *\n * Sub-components via dot notation on the named `Modal` export:\n * Modal.Backdrop, Modal.Container, Modal.Dialog,\n * Modal.CloseTrigger, Modal.Header, Modal.Icon,\n * Modal.Heading, Modal.Body, Modal.Footer\n *\n * @example\n * import { Dialog, DialogTrigger, DialogContent } from \"@/components/library\";\n * <Dialog>\n * <DialogTrigger>Open</DialogTrigger>\n * <DialogContent>\n * <DialogHeader><DialogTitle>Title</DialogTitle></DialogHeader>\n * <DialogDescription>Content</DialogDescription>\n * <DialogFooter>Actions</DialogFooter>\n * </DialogContent>\n * </Dialog>\n */\nexport interface HeroUIDialogProps {\n children: React.ReactNode;\n [key: string]: any;\n}\n\nexport default function HeroUIDialog(props: HeroUIDialogProps) {\n return <Modal {...props} />;\n}\n\n// Shadcn-compatible exports\nexport const Dialog = HeroUIDialog;\nconst ModalAny = Modal as any;\nexport const DialogTrigger = ModalAny.Trigger || ((props: any) => <button {...props} />);\nexport const DialogPortal = ({ children }: { children: React.ReactNode }) => <>{children}</>;\nexport const DialogClose = ModalAny.CloseTrigger || ((props: any) => <button {...props} />);\nexport const DialogOverlay = ModalAny.Backdrop || ((props: any) => <div {...props} />);\nexport const DialogContent = ModalAny.Dialog || ModalAny.Container || ((props: any) => <div {...props} />);\nexport const DialogHeader = ModalAny.Header || ((props: any) => <div {...props} />);\nexport const DialogFooter = ModalAny.Footer || ((props: any) => <div {...props} />);\nexport const DialogTitle = ModalAny.Heading || ((props: any) => <h2 {...props} />);\nexport const DialogDescription = (props: any) => <p {...props} />;\n"],"names":["HeroUIDialog","props","jsx","Modal","Dialog","ModalAny","DialogTrigger","DialogPortal","children","DialogClose","DialogOverlay","DialogContent","DialogHeader","DialogFooter","DialogTitle","DialogDescription"],"mappings":";;AA2BA,SAAwBA,EAAaC,GAA0B;AAC7D,SAAO,gBAAAC,EAACC,GAAA,EAAO,GAAGF,EAAA,CAAO;AAC3B;AAGO,MAAMG,IAASJ,GAChBK,IAAWF,GACJG,IAAgBD,EAAS,YAAY,CAACJ,MAAe,gBAAAC,EAAC,UAAA,EAAQ,GAAGD,GAAO,IACxEM,IAAe,CAAC,EAAE,UAAAC,EAAA,6BAAiD,UAAAA,EAAA,CAAS,GAC5EC,IAAcJ,EAAS,iBAAiB,CAACJ,MAAe,gBAAAC,EAAC,UAAA,EAAQ,GAAGD,GAAO,IAC3ES,IAAgBL,EAAS,aAAa,CAACJ,MAAe,gBAAAC,EAAC,OAAA,EAAK,GAAGD,GAAO,IACtEU,IAAgBN,EAAS,UAAUA,EAAS,cAAc,CAACJ,MAAe,gBAAAC,EAAC,OAAA,EAAK,GAAGD,EAAA,CAAO,IAC1FW,IAAeP,EAAS,WAAW,CAACJ,MAAe,gBAAAC,EAAC,OAAA,EAAK,GAAGD,GAAO,IACnEY,IAAeR,EAAS,WAAW,CAACJ,MAAe,gBAAAC,EAAC,OAAA,EAAK,GAAGD,GAAO,IACnEa,IAAcT,EAAS,YAAY,CAACJ,MAAe,gBAAAC,EAAC,MAAA,EAAI,GAAGD,GAAO,IAClEc,IAAoB,CAACd,MAAe,gBAAAC,EAAC,KAAA,EAAG,GAAGD,EAAA,CAAO;"}
@@ -1,3 +1,4 @@
1
+ import { Drawer } from "@heroui/react";
1
2
  /**
2
3
  * HeroUI v3 Drawer — compound component.
3
4
  *
@@ -22,6 +23,9 @@
22
23
  * </Drawer.Backdrop>
23
24
  * </Drawer>
24
25
  */
25
- export default function HeroUIDrawer(props: any): import("react/jsx-runtime").JSX.Element;
26
+ export interface HeroUIDrawerProps {
27
+ children: React.ReactNode;
28
+ [key: string]: any;
29
+ }
30
+ export default function HeroUIDrawer(props: HeroUIDrawerProps): import("react/jsx-runtime").JSX.Element;
26
31
  export { Drawer };
27
- import { Drawer } from "@heroui/react";
@@ -1,12 +1,11 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import "react";
3
2
  import { Drawer as e } from "@heroui/react";
4
- import { Drawer as n } from "@heroui/react";
3
+ import { Drawer as i } from "@heroui/react";
5
4
  function f(r) {
6
5
  return /* @__PURE__ */ o(e, { ...r });
7
6
  }
8
7
  export {
9
- n as Drawer,
8
+ i as Drawer,
10
9
  f as default
11
10
  };
12
11
  //# sourceMappingURL=Drawer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.js","sources":["../../../../src/components/library/heroui/Drawer.jsx"],"sourcesContent":["import React from \"react\";\nimport { Drawer } from \"@heroui/react\";\n\n/**\n * HeroUI v3 Drawer — compound component.\n *\n * Sub-components via dot notation on the named `Drawer` export:\n * Drawer.Backdrop, Drawer.Content, Drawer.Dialog,\n * Drawer.Header, Drawer.Heading, Drawer.Body, Drawer.Footer,\n * Drawer.Handle, Drawer.CloseTrigger\n *\n * @example\n * import { Drawer } from \"@/components/library\";\n * <Drawer>\n * <Button>Open</Button>\n * <Drawer.Backdrop>\n * <Drawer.Content placement=\"right\">\n * <Drawer.Dialog>\n * <Drawer.CloseTrigger />\n * <Drawer.Header><Drawer.Heading>Details</Drawer.Heading></Drawer.Header>\n * <Drawer.Body>…</Drawer.Body>\n * <Drawer.Footer>…</Drawer.Footer>\n * </Drawer.Dialog>\n * </Drawer.Content>\n * </Drawer.Backdrop>\n * </Drawer>\n */\nexport default function HeroUIDrawer(props) {\n return <Drawer {...props} />;\n}\n\nexport { Drawer };\n"],"names":["HeroUIDrawer","props","jsx","Drawer"],"mappings":";;;;AA2BA,SAAwBA,EAAaC,GAAO;AAC1C,SAAO,gBAAAC,EAACC,GAAA,EAAQ,GAAGF,EAAA,CAAO;AAC5B;"}
1
+ {"version":3,"file":"Drawer.js","sources":["../../../../src/components/library/heroui/Drawer.tsx"],"sourcesContent":["import { Drawer } from \"@heroui/react\";\n\n/**\n * HeroUI v3 Drawer — compound component.\n *\n * Sub-components via dot notation on the named `Drawer` export:\n * Drawer.Backdrop, Drawer.Content, Drawer.Dialog,\n * Drawer.Header, Drawer.Heading, Drawer.Body, Drawer.Footer,\n * Drawer.Handle, Drawer.CloseTrigger\n *\n * @example\n * import { Drawer } from \"@/components/library\";\n * <Drawer>\n * <Button>Open</Button>\n * <Drawer.Backdrop>\n * <Drawer.Content placement=\"right\">\n * <Drawer.Dialog>\n * <Drawer.CloseTrigger />\n * <Drawer.Header><Drawer.Heading>Details</Drawer.Heading></Drawer.Header>\n * <Drawer.Body>…</Drawer.Body>\n * <Drawer.Footer>…</Drawer.Footer>\n * </Drawer.Dialog>\n * </Drawer.Content>\n * </Drawer.Backdrop>\n * </Drawer>\n */\nexport interface HeroUIDrawerProps {\n children: React.ReactNode;\n [key: string]: any;\n}\n\nexport default function HeroUIDrawer(props: HeroUIDrawerProps) {\n return <Drawer {...props} />;\n}\n\nexport { Drawer };\n"],"names":["HeroUIDrawer","props","jsx","Drawer"],"mappings":";;;AA+BA,SAAwBA,EAAaC,GAA0B;AAC7D,SAAO,gBAAAC,EAACC,GAAA,EAAQ,GAAGF,EAAA,CAAO;AAC5B;"}
@@ -1,3 +1,4 @@
1
+ import { Dropdown } from "@heroui/react";
1
2
  /**
2
3
  * HeroUI v3 Dropdown — compound component.
3
4
  *
@@ -18,6 +19,9 @@
18
19
  * </Dropdown.Popover>
19
20
  * </Dropdown>
20
21
  */
21
- export default function HeroUIDropdown(props: any): import("react/jsx-runtime").JSX.Element;
22
+ export interface HeroUIDropdownProps {
23
+ children: React.ReactNode;
24
+ [key: string]: any;
25
+ }
26
+ export default function HeroUIDropdown(props: HeroUIDropdownProps): import("react/jsx-runtime").JSX.Element;
22
27
  export { Dropdown };
23
- import { Dropdown } from "@heroui/react";
@@ -1,12 +1,11 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import "react";
3
2
  import { Dropdown as p } from "@heroui/react";
4
- import { Dropdown as i } from "@heroui/react";
3
+ import { Dropdown as d } from "@heroui/react";
5
4
  function e(o) {
6
5
  return /* @__PURE__ */ r(p, { ...o });
7
6
  }
8
7
  export {
9
- i as Dropdown,
8
+ d as Dropdown,
10
9
  e as default
11
10
  };
12
11
  //# sourceMappingURL=Dropdown.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.js","sources":["../../../../src/components/library/heroui/Dropdown.jsx"],"sourcesContent":["import React from \"react\";\nimport { Dropdown } from \"@heroui/react\";\n\n/**\n * HeroUI v3 Dropdown — compound component.\n *\n * Sub-components via dot notation on the named `Dropdown` export:\n * Dropdown.Trigger, Dropdown.Popover, Dropdown.Menu,\n * Dropdown.Item, Dropdown.Section, Dropdown.ItemIndicator,\n * Dropdown.SubmenuTrigger, Dropdown.SubmenuIndicator\n *\n * @example\n * import { Dropdown } from \"@/components/library\";\n * <Dropdown>\n * <Button>Actions</Button>\n * <Dropdown.Popover>\n * <Dropdown.Menu onAction={(key) => console.log(key)}>\n * <Dropdown.Item id=\"edit\" textValue=\"Edit\"><Label>Edit</Label></Dropdown.Item>\n * <Dropdown.Item id=\"delete\" textValue=\"Delete\" variant=\"danger\"><Label>Delete</Label></Dropdown.Item>\n * </Dropdown.Menu>\n * </Dropdown.Popover>\n * </Dropdown>\n */\nexport default function HeroUIDropdown(props) {\n return <Dropdown {...props} />;\n}\n\nexport { Dropdown };\n"],"names":["HeroUIDropdown","props","jsx","Dropdown"],"mappings":";;;;AAuBA,SAAwBA,EAAeC,GAAO;AAC5C,SAAO,gBAAAC,EAACC,GAAA,EAAU,GAAGF,EAAA,CAAO;AAC9B;"}
1
+ {"version":3,"file":"Dropdown.js","sources":["../../../../src/components/library/heroui/Dropdown.tsx"],"sourcesContent":["import { Dropdown } from \"@heroui/react\";\n\n/**\n * HeroUI v3 Dropdown — compound component.\n *\n * Sub-components via dot notation on the named `Dropdown` export:\n * Dropdown.Trigger, Dropdown.Popover, Dropdown.Menu,\n * Dropdown.Item, Dropdown.Section, Dropdown.ItemIndicator,\n * Dropdown.SubmenuTrigger, Dropdown.SubmenuIndicator\n *\n * @example\n * import { Dropdown } from \"@/components/library\";\n * <Dropdown>\n * <Button>Actions</Button>\n * <Dropdown.Popover>\n * <Dropdown.Menu onAction={(key) => console.log(key)}>\n * <Dropdown.Item id=\"edit\" textValue=\"Edit\"><Label>Edit</Label></Dropdown.Item>\n * <Dropdown.Item id=\"delete\" textValue=\"Delete\" variant=\"danger\"><Label>Delete</Label></Dropdown.Item>\n * </Dropdown.Menu>\n * </Dropdown.Popover>\n * </Dropdown>\n */\nexport interface HeroUIDropdownProps {\n children: React.ReactNode;\n [key: string]: any;\n}\n\nexport default function HeroUIDropdown(props: HeroUIDropdownProps) {\n return <Dropdown {...props} />;\n}\n\nexport { Dropdown };\n"],"names":["HeroUIDropdown","props","jsx","Dropdown"],"mappings":";;;AA2BA,SAAwBA,EAAeC,GAA4B;AACjE,SAAO,gBAAAC,EAACC,GAAA,EAAU,GAAGF,EAAA,CAAO;AAC9B;"}
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  /**
2
3
  * HeroUI v3 Field components — simple wrappers for form field layout.
3
4
  *
@@ -9,41 +10,21 @@
9
10
  * <FieldError>Required</FieldError>
10
11
  * </Field>
11
12
  */
12
- export default function HeroUIField({ className, children, ...props }: {
13
- [x: string]: any;
14
- className?: string | undefined;
15
- children: any;
16
- }): import("react/jsx-runtime").JSX.Element;
17
- /**
18
- * HeroUI v3 Field components — simple wrappers for form field layout.
19
- *
20
- * @example
21
- * import { Field, FieldLabel, FieldError } from "@/components/library";
22
- * <Field>
23
- * <FieldLabel>Name</FieldLabel>
24
- * <Input />
25
- * <FieldError>Required</FieldError>
26
- * </Field>
27
- */
28
- export function Field({ className, children, ...props }: {
29
- [x: string]: any;
30
- className?: string | undefined;
31
- children: any;
32
- }): import("react/jsx-runtime").JSX.Element;
33
- export function FieldLabel({ className, htmlFor, children, ...props }: {
34
- [x: string]: any;
35
- className?: string | undefined;
36
- htmlFor: any;
37
- children: any;
38
- }): import("react/jsx-runtime").JSX.Element;
39
- export function FieldDescription({ className, children, ...props }: {
40
- [x: string]: any;
41
- className?: string | undefined;
42
- children: any;
43
- }): import("react/jsx-runtime").JSX.Element;
44
- export function FieldError({ className, errors, children, ...props }: {
45
- [x: string]: any;
46
- className?: string | undefined;
47
- errors: any;
48
- children: any;
49
- }): import("react/jsx-runtime").JSX.Element | null;
13
+ export interface HeroUIFieldProps extends React.HTMLAttributes<HTMLDivElement> {
14
+ children?: React.ReactNode;
15
+ }
16
+ export default function HeroUIField({ className, children, ...props }: HeroUIFieldProps): import("react/jsx-runtime").JSX.Element;
17
+ export declare const Field: typeof HeroUIField;
18
+ export interface FieldLabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {
19
+ children?: React.ReactNode;
20
+ }
21
+ export declare const FieldLabel: ({ className, htmlFor, children, ...props }: FieldLabelProps) => import("react/jsx-runtime").JSX.Element;
22
+ export interface FieldDescriptionProps extends React.HTMLAttributes<HTMLParagraphElement> {
23
+ children?: React.ReactNode;
24
+ }
25
+ export declare const FieldDescription: ({ className, children, ...props }: FieldDescriptionProps) => import("react/jsx-runtime").JSX.Element;
26
+ export interface FieldErrorProps extends React.HTMLAttributes<HTMLParagraphElement> {
27
+ errors?: string[];
28
+ children?: React.ReactNode;
29
+ }
30
+ export declare const FieldError: ({ className, errors, children, ...props }: FieldErrorProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,25 +1,24 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import "react";
3
- function n({ className: e = "", children: t, ...l }) {
2
+ function r({ className: e = "", children: t, ...l }) {
4
3
  return /* @__PURE__ */ s("div", { className: `flex flex-col gap-1.5 ${e}`, ...l, children: t });
5
4
  }
6
- const x = n, d = ({ className: e = "", htmlFor: t, children: l, ...r }) => /* @__PURE__ */ s(
5
+ const x = r, d = ({ className: e = "", htmlFor: t, children: l, ...a }) => /* @__PURE__ */ s(
7
6
  "label",
8
7
  {
9
8
  htmlFor: t,
10
9
  className: `text-sm font-medium text-slate-700 dark:text-slate-200 ${e}`,
11
- ...r,
10
+ ...a,
12
11
  children: l
13
12
  }
14
- ), c = ({ className: e = "", children: t, ...l }) => /* @__PURE__ */ s("p", { className: `text-xs text-slate-500 dark:text-slate-400 ${e}`, ...l, children: t }), m = ({ className: e = "", errors: t, children: l, ...r }) => {
15
- const a = t?.length > 0 ? t.join(", ") : l;
16
- return a ? /* @__PURE__ */ s("p", { className: `text-xs text-red-600 dark:text-red-400 ${e}`, ...r, children: a }) : null;
13
+ ), i = ({ className: e = "", children: t, ...l }) => /* @__PURE__ */ s("p", { className: `text-xs text-slate-500 dark:text-slate-400 ${e}`, ...l, children: t }), c = ({ className: e = "", errors: t, children: l, ...a }) => {
14
+ const n = t && t.length > 0 ? t.join(", ") : l;
15
+ return n ? /* @__PURE__ */ s("p", { className: `text-xs text-red-600 dark:text-red-400 ${e}`, ...a, children: n }) : null;
17
16
  };
18
17
  export {
19
18
  x as Field,
20
- c as FieldDescription,
21
- m as FieldError,
19
+ i as FieldDescription,
20
+ c as FieldError,
22
21
  d as FieldLabel,
23
- n as default
22
+ r as default
24
23
  };
25
24
  //# sourceMappingURL=Field.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Field.js","sources":["../../../../src/components/library/heroui/Field.jsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * HeroUI v3 Field components — simple wrappers for form field layout.\n *\n * @example\n * import { Field, FieldLabel, FieldError } from \"@/components/library\";\n * <Field>\n * <FieldLabel>Name</FieldLabel>\n * <Input />\n * <FieldError>Required</FieldError>\n * </Field>\n */\nexport default function HeroUIField({ className = \"\", children, ...props }) {\n return (\n <div className={`flex flex-col gap-1.5 ${className}`} {...props}>\n {children}\n </div>\n );\n}\n\nexport const Field = HeroUIField;\n\nexport const FieldLabel = ({ className = \"\", htmlFor, children, ...props }) => (\n <label\n htmlFor={htmlFor}\n className={`text-sm font-medium text-slate-700 dark:text-slate-200 ${className}`}\n {...props}\n >\n {children}\n </label>\n);\n\nexport const FieldDescription = ({ className = \"\", children, ...props }) => (\n <p className={`text-xs text-slate-500 dark:text-slate-400 ${className}`} {...props}>\n {children}\n </p>\n);\n\nexport const FieldError = ({ className = \"\", errors, children, ...props }) => {\n // Support both children and errors prop\n const errorContent = errors?.length > 0 ? errors.join(\", \") : children;\n\n if (!errorContent) return null;\n\n return (\n <p className={`text-xs text-red-600 dark:text-red-400 ${className}`} {...props}>\n {errorContent}\n </p>\n );\n};\n"],"names":["HeroUIField","className","children","props","jsx","Field","FieldLabel","htmlFor","FieldDescription","FieldError","errors","errorContent"],"mappings":";;AAaA,SAAwBA,EAAY,EAAE,WAAAC,IAAY,IAAI,UAAAC,GAAU,GAAGC,KAAS;AAC1E,SACE,gBAAAC,EAAC,SAAI,WAAW,yBAAyBH,CAAS,IAAK,GAAGE,GACvD,UAAAD,GACH;AAEJ;AAEO,MAAMG,IAAQL,GAERM,IAAa,CAAC,EAAE,WAAAL,IAAY,IAAI,SAAAM,GAAS,UAAAL,GAAU,GAAGC,EAAA,MACjE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,SAAAG;AAAA,IACA,WAAW,0DAA0DN,CAAS;AAAA,IAC7E,GAAGE;AAAA,IAEH,UAAAD;AAAA,EAAA;AACH,GAGWM,IAAmB,CAAC,EAAE,WAAAP,IAAY,IAAI,UAAAC,GAAU,GAAGC,EAAA,MAC9D,gBAAAC,EAAC,OAAE,WAAW,8CAA8CH,CAAS,IAAK,GAAGE,GAC1E,UAAAD,EAAA,CACH,GAGWO,IAAa,CAAC,EAAE,WAAAR,IAAY,IAAI,QAAAS,GAAQ,UAAAR,GAAU,GAAGC,QAAY;AAE5E,QAAMQ,IAAeD,GAAQ,SAAS,IAAIA,EAAO,KAAK,IAAI,IAAIR;AAE9D,SAAKS,IAGH,gBAAAP,EAAC,OAAE,WAAW,0CAA0CH,CAAS,IAAK,GAAGE,GACtE,UAAAQ,EAAA,CACH,IALwB;AAO5B;"}
1
+ {"version":3,"file":"Field.js","sources":["../../../../src/components/library/heroui/Field.tsx"],"sourcesContent":["import * as React from \"react\";\n\n/**\n * HeroUI v3 Field components — simple wrappers for form field layout.\n *\n * @example\n * import { Field, FieldLabel, FieldError } from \"@/components/library\";\n * <Field>\n * <FieldLabel>Name</FieldLabel>\n * <Input />\n * <FieldError>Required</FieldError>\n * </Field>\n */\nexport interface HeroUIFieldProps extends React.HTMLAttributes<HTMLDivElement> {\n children?: React.ReactNode;\n}\n\nexport default function HeroUIField({ className = \"\", children, ...props }: HeroUIFieldProps) {\n return (\n <div className={`flex flex-col gap-1.5 ${className}`} {...props}>\n {children}\n </div>\n );\n}\n\nexport const Field = HeroUIField;\n\nexport interface FieldLabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {\n children?: React.ReactNode;\n}\n\nexport const FieldLabel = ({ className = \"\", htmlFor, children, ...props }: FieldLabelProps) => (\n <label\n htmlFor={htmlFor}\n className={`text-sm font-medium text-slate-700 dark:text-slate-200 ${className}`}\n {...props}\n >\n {children}\n </label>\n);\n\nexport interface FieldDescriptionProps extends React.HTMLAttributes<HTMLParagraphElement> {\n children?: React.ReactNode;\n}\n\nexport const FieldDescription = ({ className = \"\", children, ...props }: FieldDescriptionProps) => (\n <p className={`text-xs text-slate-500 dark:text-slate-400 ${className}`} {...props}>\n {children}\n </p>\n);\n\nexport interface FieldErrorProps extends React.HTMLAttributes<HTMLParagraphElement> {\n errors?: string[];\n children?: React.ReactNode;\n}\n\nexport const FieldError = ({ className = \"\", errors, children, ...props }: FieldErrorProps) => {\n // Support both children and errors prop\n const errorContent = errors && errors.length > 0 ? errors.join(\", \") : children;\n\n if (!errorContent) return null;\n\n return (\n <p className={`text-xs text-red-600 dark:text-red-400 ${className}`} {...props}>\n {errorContent}\n </p>\n );\n};\n"],"names":["HeroUIField","className","children","props","jsx","Field","FieldLabel","htmlFor","FieldDescription","FieldError","errors","errorContent"],"mappings":";AAiBA,SAAwBA,EAAY,EAAE,WAAAC,IAAY,IAAI,UAAAC,GAAU,GAAGC,KAA2B;AAC5F,SACE,gBAAAC,EAAC,SAAI,WAAW,yBAAyBH,CAAS,IAAK,GAAGE,GACvD,UAAAD,GACH;AAEJ;AAEO,MAAMG,IAAQL,GAMRM,IAAa,CAAC,EAAE,WAAAL,IAAY,IAAI,SAAAM,GAAS,UAAAL,GAAU,GAAGC,EAAA,MACjE,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,SAAAG;AAAA,IACA,WAAW,0DAA0DN,CAAS;AAAA,IAC7E,GAAGE;AAAA,IAEH,UAAAD;AAAA,EAAA;AACH,GAOWM,IAAmB,CAAC,EAAE,WAAAP,IAAY,IAAI,UAAAC,GAAU,GAAGC,EAAA,MAC9D,gBAAAC,EAAC,OAAE,WAAW,8CAA8CH,CAAS,IAAK,GAAGE,GAC1E,UAAAD,EAAA,CACH,GAQWO,IAAa,CAAC,EAAE,WAAAR,IAAY,IAAI,QAAAS,GAAQ,UAAAR,GAAU,GAAGC,QAA6B;AAE7F,QAAMQ,IAAeD,KAAUA,EAAO,SAAS,IAAIA,EAAO,KAAK,IAAI,IAAIR;AAEvE,SAAKS,IAGH,gBAAAP,EAAC,OAAE,WAAW,0CAA0CH,CAAS,IAAK,GAAGE,GACtE,UAAAQ,EAAA,CACH,IALwB;AAO5B;"}
@@ -1,6 +1,8 @@
1
- export default function HeroUIMeter({ children, ...props }: {
2
- [x: string]: any;
3
- children: any;
4
- }): import("react/jsx-runtime").JSX.Element;
5
- export { Meter };
1
+ import * as React from "react";
6
2
  import { Meter } from "@heroui/react";
3
+ export interface HeroUIMeterProps {
4
+ children?: React.ReactNode;
5
+ [key: string]: any;
6
+ }
7
+ export default function HeroUIMeter({ children, ...props }: HeroUIMeterProps): import("react/jsx-runtime").JSX.Element;
8
+ export { Meter };
@@ -1,12 +1,11 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import "react";
3
2
  import { Meter as o } from "@heroui/react";
4
- import { Meter as x } from "@heroui/react";
5
- function i({ children: r, ...e }) {
3
+ import { Meter as u } from "@heroui/react";
4
+ function p({ children: r, ...e }) {
6
5
  return /* @__PURE__ */ t(o, { ...e, children: r });
7
6
  }
8
7
  export {
9
- x as Meter,
10
- i as default
8
+ u as Meter,
9
+ p as default
11
10
  };
12
11
  //# sourceMappingURL=Meter.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Meter.js","sources":["../../../../src/components/library/heroui/Meter.jsx"],"sourcesContent":["import React from \"react\";\nimport { Meter } from \"@heroui/react\";\n\nexport default function HeroUIMeter({ children, ...props }) {\n return <Meter {...props}>{children}</Meter>;\n}\n\nexport { Meter };\n"],"names":["HeroUIMeter","children","props","jsx","Meter"],"mappings":";;;;AAGA,SAAwBA,EAAY,EAAE,UAAAC,GAAU,GAAGC,KAAS;AAC1D,SAAO,gBAAAC,EAACC,GAAA,EAAO,GAAGF,GAAQ,UAAAD,EAAA,CAAS;AACrC;"}
1
+ {"version":3,"file":"Meter.js","sources":["../../../../src/components/library/heroui/Meter.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { Meter } from \"@heroui/react\";\n\nexport interface HeroUIMeterProps {\n children?: React.ReactNode;\n [key: string]: any;\n}\n\nexport default function HeroUIMeter({ children, ...props }: HeroUIMeterProps) {\n return <Meter {...props}>{children}</Meter>;\n}\n\nexport { Meter };\n"],"names":["HeroUIMeter","children","props","jsx","Meter"],"mappings":";;;AAQA,SAAwBA,EAAY,EAAE,UAAAC,GAAU,GAAGC,KAA2B;AAC5E,SAAO,gBAAAC,EAACC,GAAA,EAAO,GAAGF,GAAQ,UAAAD,EAAA,CAAS;AACrC;"}
@@ -1,3 +1,5 @@
1
+ import { Modal } from "@heroui/react";
2
+ import type { ModalProps } from "@heroui/react";
1
3
  /**
2
4
  * HeroUI v3 Modal — compound component.
3
5
  *
@@ -22,6 +24,8 @@
22
24
  * </Modal.Backdrop>
23
25
  * </Modal>
24
26
  */
25
- export default function HeroUIModal(props: any): import("react/jsx-runtime").JSX.Element;
27
+ export interface HeroUIModalProps extends ModalProps {
28
+ }
29
+ export default function HeroUIModal(props: HeroUIModalProps): import("react/jsx-runtime").JSX.Element;
26
30
  export { Modal };
27
- import { Modal } from "@heroui/react";
31
+ export type { ModalProps };
@@ -1,12 +1,11 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import "react";
3
2
  import { Modal as t } from "@heroui/react";
4
- import { Modal as i } from "@heroui/react";
3
+ import { Modal as l } from "@heroui/react";
5
4
  function f(o) {
6
5
  return /* @__PURE__ */ r(t, { ...o });
7
6
  }
8
7
  export {
9
- i as Modal,
8
+ l as Modal,
10
9
  f as default
11
10
  };
12
11
  //# sourceMappingURL=Modal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.js","sources":["../../../../src/components/library/heroui/Modal.jsx"],"sourcesContent":["import React from \"react\";\nimport { Modal } from \"@heroui/react\";\n\n/**\n * HeroUI v3 Modal — compound component.\n *\n * Sub-components via dot notation on the named `Modal` export:\n * Modal.Backdrop, Modal.Container, Modal.Dialog,\n * Modal.CloseTrigger, Modal.Header, Modal.Icon,\n * Modal.Heading, Modal.Body, Modal.Footer\n *\n * @example\n * import { Modal } from \"@/components/library\";\n * <Modal>\n * <Button>Open</Button>\n * <Modal.Backdrop>\n * <Modal.Container>\n * <Modal.Dialog>\n * <Modal.CloseTrigger />\n * <Modal.Header><Modal.Heading>Title</Modal.Heading></Modal.Header>\n * <Modal.Body>…</Modal.Body>\n * <Modal.Footer>…</Modal.Footer>\n * </Modal.Dialog>\n * </Modal.Container>\n * </Modal.Backdrop>\n * </Modal>\n */\nexport default function HeroUIModal(props) {\n return <Modal {...props} />;\n}\n\nexport { Modal };\n"],"names":["HeroUIModal","props","jsx","Modal"],"mappings":";;;;AA2BA,SAAwBA,EAAYC,GAAO;AACzC,SAAO,gBAAAC,EAACC,GAAA,EAAO,GAAGF,EAAA,CAAO;AAC3B;"}
1
+ {"version":3,"file":"Modal.js","sources":["../../../../src/components/library/heroui/Modal.tsx"],"sourcesContent":["import { Modal } from \"@heroui/react\";\nimport type { ModalProps } from \"@heroui/react\";\n\n/**\n * HeroUI v3 Modal — compound component.\n *\n * Sub-components via dot notation on the named `Modal` export:\n * Modal.Backdrop, Modal.Container, Modal.Dialog,\n * Modal.CloseTrigger, Modal.Header, Modal.Icon,\n * Modal.Heading, Modal.Body, Modal.Footer\n *\n * @example\n * import { Modal } from \"@/components/library\";\n * <Modal>\n * <Button>Open</Button>\n * <Modal.Backdrop>\n * <Modal.Container>\n * <Modal.Dialog>\n * <Modal.CloseTrigger />\n * <Modal.Header><Modal.Heading>Title</Modal.Heading></Modal.Header>\n * <Modal.Body>…</Modal.Body>\n * <Modal.Footer>…</Modal.Footer>\n * </Modal.Dialog>\n * </Modal.Container>\n * </Modal.Backdrop>\n * </Modal>\n */\nexport interface HeroUIModalProps extends ModalProps {}\n\nexport default function HeroUIModal(props: HeroUIModalProps) {\n return <Modal {...props} />;\n}\n\nexport { Modal };\nexport type { ModalProps };\n"],"names":["HeroUIModal","props","jsx","Modal"],"mappings":";;;AA6BA,SAAwBA,EAAYC,GAAyB;AAC3D,SAAO,gBAAAC,EAACC,GAAA,EAAO,GAAGF,EAAA,CAAO;AAC3B;"}
@@ -1,3 +1,7 @@
1
- export default function HeroUIPagination(props: any): import("react/jsx-runtime").JSX.Element;
2
- export { Pagination };
3
1
  import { Pagination } from "@heroui/react";
2
+ import type { PaginationProps } from "@heroui/react";
3
+ export interface HeroUIPaginationProps extends PaginationProps {
4
+ }
5
+ export default function HeroUIPagination(props: HeroUIPaginationProps): import("react/jsx-runtime").JSX.Element;
6
+ export { Pagination };
7
+ export type { PaginationProps };
@@ -1,12 +1,11 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import "react";
3
2
  import { Pagination as t } from "@heroui/react";
4
- import { Pagination as p } from "@heroui/react";
5
- function m(o) {
3
+ import { Pagination as m } from "@heroui/react";
4
+ function a(o) {
6
5
  return /* @__PURE__ */ r(t, { ...o });
7
6
  }
8
7
  export {
9
- p as Pagination,
10
- m as default
8
+ m as Pagination,
9
+ a as default
11
10
  };
12
11
  //# sourceMappingURL=Pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.js","sources":["../../../../src/components/library/heroui/Pagination.jsx"],"sourcesContent":["import React from \"react\";\nimport { Pagination } from \"@heroui/react\";\n\nexport default function HeroUIPagination(props) {\n return <Pagination {...props} />;\n}\n\nexport { Pagination };\n"],"names":["HeroUIPagination","props","jsx","Pagination"],"mappings":";;;;AAGA,SAAwBA,EAAiBC,GAAO;AAC9C,SAAO,gBAAAC,EAACC,GAAA,EAAY,GAAGF,EAAA,CAAO;AAChC;"}
1
+ {"version":3,"file":"Pagination.js","sources":["../../../../src/components/library/heroui/Pagination.tsx"],"sourcesContent":["import { Pagination } from \"@heroui/react\";\nimport type { PaginationProps } from \"@heroui/react\";\n\nexport interface HeroUIPaginationProps extends PaginationProps {}\n\nexport default function HeroUIPagination(props: HeroUIPaginationProps) {\n return <Pagination {...props} />;\n}\n\nexport { Pagination };\nexport type { PaginationProps };\n"],"names":["HeroUIPagination","props","jsx","Pagination"],"mappings":";;;AAKA,SAAwBA,EAAiBC,GAA8B;AACrE,SAAO,gBAAAC,EAACC,GAAA,EAAY,GAAGF,EAAA,CAAO;AAChC;"}
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  /**
2
3
  * HeroUI v3 Popover — simple popover for shadcn compatibility.
3
4
  * Using native HTML/CSS since HeroUI v3 doesn't have a Popover component.
@@ -9,41 +10,25 @@
9
10
  * <PopoverContent>Content</PopoverContent>
10
11
  * </Popover>
11
12
  */
12
- export default function HeroUIPopover({ children, open, onOpenChange, ...props }: {
13
- [x: string]: any;
14
- children: any;
15
- open: any;
16
- onOpenChange: any;
17
- }): import("react/jsx-runtime").JSX.Element;
18
- /**
19
- * HeroUI v3 Popover — simple popover for shadcn compatibility.
20
- * Using native HTML/CSS since HeroUI v3 doesn't have a Popover component.
21
- *
22
- * @example
23
- * import { Popover, PopoverTrigger, PopoverContent } from "@/components/library";
24
- * <Popover>
25
- * <PopoverTrigger>Open</PopoverTrigger>
26
- * <PopoverContent>Content</PopoverContent>
27
- * </Popover>
28
- */
29
- export function Popover({ children, open, onOpenChange, ...props }: {
30
- [x: string]: any;
31
- children: any;
32
- open: any;
33
- onOpenChange: any;
34
- }): import("react/jsx-runtime").JSX.Element;
35
- export function PopoverTrigger({ children, open, onOpenChange, asChild, ...props }: {
36
- [x: string]: any;
37
- children: any;
38
- open: any;
39
- onOpenChange: any;
40
- asChild: any;
41
- }): import("react/jsx-runtime").JSX.Element;
42
- export function PopoverContent({ children, open, className, align, sideOffset, ...props }: {
43
- [x: string]: any;
44
- children: any;
45
- open: any;
46
- className?: string | undefined;
47
- align?: string | undefined;
48
- sideOffset?: number | undefined;
49
- }): import("react/jsx-runtime").JSX.Element | null;
13
+ export interface HeroUIPopoverProps extends React.HTMLAttributes<HTMLDivElement> {
14
+ children?: React.ReactNode;
15
+ open?: boolean;
16
+ onOpenChange?: (open: boolean) => void;
17
+ }
18
+ export default function HeroUIPopover({ children, open, onOpenChange, ...props }: HeroUIPopoverProps): import("react/jsx-runtime").JSX.Element;
19
+ export declare const Popover: typeof HeroUIPopover;
20
+ export interface PopoverTriggerProps {
21
+ children?: React.ReactNode;
22
+ open?: boolean;
23
+ onOpenChange?: (open: boolean) => void;
24
+ asChild?: boolean;
25
+ [key: string]: any;
26
+ }
27
+ export declare const PopoverTrigger: ({ children, open, onOpenChange, asChild, ...props }: PopoverTriggerProps) => import("react/jsx-runtime").JSX.Element;
28
+ export interface PopoverContentProps extends React.HTMLAttributes<HTMLDivElement> {
29
+ children?: React.ReactNode;
30
+ open?: boolean;
31
+ align?: "start" | "center" | "end";
32
+ sideOffset?: number;
33
+ }
34
+ export declare const PopoverContent: ({ children, open, className, align, sideOffset, ...props }: PopoverContentProps) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,18 +1,18 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import a from "react";
3
- function m({ children: e, open: t, onOpenChange: l, ...s }) {
2
+ import * as a from "react";
3
+ function m({ children: e, open: t, onOpenChange: s, ...l }) {
4
4
  const [n, r] = a.useState(!1), i = t !== void 0, d = i ? t : n, u = (o) => {
5
- i || r(o), l?.(o);
5
+ i || r(o), s?.(o);
6
6
  };
7
- return /* @__PURE__ */ c("div", { className: "relative inline-block", ...s, children: a.Children.map(e, (o) => a.isValidElement(o) ? a.cloneElement(o, { open: d, onOpenChange: u }) : o) });
7
+ return /* @__PURE__ */ c("div", { className: "relative inline-block", ...l, children: a.Children.map(e, (o) => a.isValidElement(o) ? a.cloneElement(o, { open: d, onOpenChange: u }) : o) });
8
8
  }
9
- const b = m, C = ({ children: e, open: t, onOpenChange: l, asChild: s, ...n }) => {
10
- const r = () => l?.(!t);
11
- return s && a.isValidElement(e) ? a.cloneElement(e, {
9
+ const f = m, b = ({ children: e, open: t, onOpenChange: s, asChild: l, ...n }) => {
10
+ const r = () => s?.(!t);
11
+ return l && a.isValidElement(e) ? a.cloneElement(e, {
12
12
  ...n,
13
13
  onClick: r
14
14
  }) : /* @__PURE__ */ c("button", { type: "button", onClick: r, ...n, children: e });
15
- }, g = ({ children: e, open: t, className: l = "", align: s = "center", sideOffset: n = 4, ...r }) => {
15
+ }, C = ({ children: e, open: t, className: s = "", align: l = "center", sideOffset: n = 4, ...r }) => {
16
16
  if (!t) return null;
17
17
  const i = {
18
18
  start: "left-0",
@@ -22,16 +22,16 @@ const b = m, C = ({ children: e, open: t, onOpenChange: l, asChild: s, ...n }) =
22
22
  return /* @__PURE__ */ c(
23
23
  "div",
24
24
  {
25
- className: `absolute z-50 mt-${n} w-72 rounded-md border border-slate-200 bg-white p-4 text-slate-900 shadow-md dark:border-slate-800 dark:bg-slate-900 dark:text-slate-50 ${i[s] || i.center} ${l}`,
25
+ className: `absolute z-50 mt-${n} w-72 rounded-md border border-slate-200 bg-white p-4 text-slate-900 shadow-md dark:border-slate-800 dark:bg-slate-900 dark:text-slate-50 ${i[l] || i.center} ${s}`,
26
26
  ...r,
27
27
  children: e
28
28
  }
29
29
  );
30
30
  };
31
31
  export {
32
- b as Popover,
33
- g as PopoverContent,
34
- C as PopoverTrigger,
32
+ f as Popover,
33
+ C as PopoverContent,
34
+ b as PopoverTrigger,
35
35
  m as default
36
36
  };
37
37
  //# sourceMappingURL=Popover.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.js","sources":["../../../../src/components/library/heroui/Popover.jsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * HeroUI v3 Popover — simple popover for shadcn compatibility.\n * Using native HTML/CSS since HeroUI v3 doesn't have a Popover component.\n *\n * @example\n * import { Popover, PopoverTrigger, PopoverContent } from \"@/components/library\";\n * <Popover>\n * <PopoverTrigger>Open</PopoverTrigger>\n * <PopoverContent>Content</PopoverContent>\n * </Popover>\n */\nexport default function HeroUIPopover({ children, open, onOpenChange, ...props }) {\n const [isOpen, setIsOpen] = React.useState(false);\n const isControlled = open !== undefined;\n const actualOpen = isControlled ? open : isOpen;\n\n const handleOpenChange = (newOpen) => {\n if (!isControlled) setIsOpen(newOpen);\n onOpenChange?.(newOpen);\n };\n\n return (\n <div className=\"relative inline-block\" {...props}>\n {React.Children.map(children, (child) => {\n if (React.isValidElement(child)) {\n return React.cloneElement(child, { open: actualOpen, onOpenChange: handleOpenChange });\n }\n return child;\n })}\n </div>\n );\n}\n\nexport const Popover = HeroUIPopover;\n\nexport const PopoverTrigger = ({ children, open, onOpenChange, asChild, ...props }) => {\n const handleClick = () => onOpenChange?.(!open);\n\n // If asChild is true, clone the child element with the props\n if (asChild && React.isValidElement(children)) {\n return React.cloneElement(children, {\n ...props,\n onClick: handleClick,\n });\n }\n\n // Otherwise, wrap in a button\n return (\n <button type=\"button\" onClick={handleClick} {...props}>\n {children}\n </button>\n );\n};\n\nexport const PopoverContent = ({ children, open, className = \"\", align = \"center\", sideOffset = 4, ...props }) => {\n if (!open) return null;\n\n const alignClasses = {\n start: \"left-0\",\n center: \"left-1/2 -translate-x-1/2\",\n end: \"right-0\"\n };\n\n return (\n <div\n className={`absolute z-50 mt-${sideOffset} w-72 rounded-md border border-slate-200 bg-white p-4 text-slate-900 shadow-md dark:border-slate-800 dark:bg-slate-900 dark:text-slate-50 ${alignClasses[align] || alignClasses.center} ${className}`}\n {...props}\n >\n {children}\n </div>\n );\n};\n"],"names":["HeroUIPopover","children","open","onOpenChange","props","isOpen","setIsOpen","React","isControlled","actualOpen","handleOpenChange","newOpen","jsx","child","Popover","PopoverTrigger","asChild","handleClick","PopoverContent","className","align","sideOffset","alignClasses"],"mappings":";;AAaA,SAAwBA,EAAc,EAAE,UAAAC,GAAU,MAAAC,GAAM,cAAAC,GAAc,GAAGC,KAAS;AAChF,QAAM,CAACC,GAAQC,CAAS,IAAIC,EAAM,SAAS,EAAK,GAC1CC,IAAeN,MAAS,QACxBO,IAAaD,IAAeN,IAAOG,GAEnCK,IAAmB,CAACC,MAAY;AACpC,IAAKH,KAAcF,EAAUK,CAAO,GACpCR,IAAeQ,CAAO;AAAA,EACxB;AAEA,SACE,gBAAAC,EAAC,OAAA,EAAI,WAAU,yBAAyB,GAAGR,GACxC,UAAAG,EAAM,SAAS,IAAIN,GAAU,CAACY,MACzBN,EAAM,eAAeM,CAAK,IACrBN,EAAM,aAAaM,GAAO,EAAE,MAAMJ,GAAY,cAAcC,GAAkB,IAEhFG,CACR,EAAA,CACH;AAEJ;AAEO,MAAMC,IAAUd,GAEVe,IAAiB,CAAC,EAAE,UAAAd,GAAU,MAAAC,GAAM,cAAAC,GAAc,SAAAa,GAAS,GAAGZ,QAAY;AACrF,QAAMa,IAAc,MAAMd,IAAe,CAACD,CAAI;AAG9C,SAAIc,KAAWT,EAAM,eAAeN,CAAQ,IACnCM,EAAM,aAAaN,GAAU;AAAA,IAClC,GAAGG;AAAA,IACH,SAASa;AAAA,EAAA,CACV,IAKD,gBAAAL,EAAC,YAAO,MAAK,UAAS,SAASK,GAAc,GAAGb,GAC7C,UAAAH,GACH;AAEJ,GAEaiB,IAAiB,CAAC,EAAE,UAAAjB,GAAU,MAAAC,GAAM,WAAAiB,IAAY,IAAI,OAAAC,IAAQ,UAAU,YAAAC,IAAa,GAAG,GAAGjB,QAAY;AAChH,MAAI,CAACF,EAAM,QAAO;AAElB,QAAMoB,IAAe;AAAA,IACnB,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,EAAA;AAGP,SACE,gBAAAV;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAW,oBAAoBS,CAAU,6IAA6IC,EAAaF,CAAK,KAAKE,EAAa,MAAM,IAAIH,CAAS;AAAA,MAC5O,GAAGf;AAAA,MAEH,UAAAH;AAAA,IAAA;AAAA,EAAA;AAGP;"}
1
+ {"version":3,"file":"Popover.js","sources":["../../../../src/components/library/heroui/Popover.tsx"],"sourcesContent":["import * as React from \"react\";\n\n/**\n * HeroUI v3 Popover — simple popover for shadcn compatibility.\n * Using native HTML/CSS since HeroUI v3 doesn't have a Popover component.\n *\n * @example\n * import { Popover, PopoverTrigger, PopoverContent } from \"@/components/library\";\n * <Popover>\n * <PopoverTrigger>Open</PopoverTrigger>\n * <PopoverContent>Content</PopoverContent>\n * </Popover>\n */\nexport interface HeroUIPopoverProps extends React.HTMLAttributes<HTMLDivElement> {\n children?: React.ReactNode;\n open?: boolean;\n onOpenChange?: (open: boolean) => void;\n}\n\nexport default function HeroUIPopover({ children, open, onOpenChange, ...props }: HeroUIPopoverProps) {\n const [isOpen, setIsOpen] = React.useState(false);\n const isControlled = open !== undefined;\n const actualOpen = isControlled ? open : isOpen;\n\n const handleOpenChange = (newOpen: boolean) => {\n if (!isControlled) setIsOpen(newOpen);\n onOpenChange?.(newOpen);\n };\n\n return (\n <div className=\"relative inline-block\" {...props}>\n {React.Children.map(children, (child) => {\n if (React.isValidElement(child)) {\n return React.cloneElement(child, { open: actualOpen, onOpenChange: handleOpenChange } as any);\n }\n return child;\n })}\n </div>\n );\n}\n\nexport const Popover = HeroUIPopover;\n\nexport interface PopoverTriggerProps {\n children?: React.ReactNode;\n open?: boolean;\n onOpenChange?: (open: boolean) => void;\n asChild?: boolean;\n [key: string]: any;\n}\n\nexport const PopoverTrigger = ({ children, open, onOpenChange, asChild, ...props }: PopoverTriggerProps) => {\n const handleClick = () => onOpenChange?.(!open);\n\n // If asChild is true, clone the child element with the props\n if (asChild && React.isValidElement(children)) {\n return React.cloneElement(children, {\n ...props,\n onClick: handleClick,\n } as any);\n }\n\n // Otherwise, wrap in a button\n return (\n <button type=\"button\" onClick={handleClick} {...props}>\n {children}\n </button>\n );\n};\n\nexport interface PopoverContentProps extends React.HTMLAttributes<HTMLDivElement> {\n children?: React.ReactNode;\n open?: boolean;\n align?: \"start\" | \"center\" | \"end\";\n sideOffset?: number;\n}\n\nexport const PopoverContent = ({ children, open, className = \"\", align = \"center\", sideOffset = 4, ...props }: PopoverContentProps) => {\n if (!open) return null;\n\n const alignClasses: Record<string, string> = {\n start: \"left-0\",\n center: \"left-1/2 -translate-x-1/2\",\n end: \"right-0\"\n };\n\n return (\n <div\n className={`absolute z-50 mt-${sideOffset} w-72 rounded-md border border-slate-200 bg-white p-4 text-slate-900 shadow-md dark:border-slate-800 dark:bg-slate-900 dark:text-slate-50 ${alignClasses[align] || alignClasses.center} ${className}`}\n {...props}\n >\n {children}\n </div>\n );\n};\n"],"names":["HeroUIPopover","children","open","onOpenChange","props","isOpen","setIsOpen","React","isControlled","actualOpen","handleOpenChange","newOpen","jsx","child","Popover","PopoverTrigger","asChild","handleClick","PopoverContent","className","align","sideOffset","alignClasses"],"mappings":";;AAmBA,SAAwBA,EAAc,EAAE,UAAAC,GAAU,MAAAC,GAAM,cAAAC,GAAc,GAAGC,KAA6B;AACpG,QAAM,CAACC,GAAQC,CAAS,IAAIC,EAAM,SAAS,EAAK,GAC1CC,IAAeN,MAAS,QACxBO,IAAaD,IAAeN,IAAOG,GAEnCK,IAAmB,CAACC,MAAqB;AAC7C,IAAKH,KAAcF,EAAUK,CAAO,GACpCR,IAAeQ,CAAO;AAAA,EACxB;AAEA,SACE,gBAAAC,EAAC,OAAA,EAAI,WAAU,yBAAyB,GAAGR,GACxC,UAAAG,EAAM,SAAS,IAAIN,GAAU,CAACY,MACzBN,EAAM,eAAeM,CAAK,IACrBN,EAAM,aAAaM,GAAO,EAAE,MAAMJ,GAAY,cAAcC,GAAyB,IAEvFG,CACR,EAAA,CACH;AAEJ;AAEO,MAAMC,IAAUd,GAUVe,IAAiB,CAAC,EAAE,UAAAd,GAAU,MAAAC,GAAM,cAAAC,GAAc,SAAAa,GAAS,GAAGZ,QAAiC;AAC1G,QAAMa,IAAc,MAAMd,IAAe,CAACD,CAAI;AAG9C,SAAIc,KAAWT,EAAM,eAAeN,CAAQ,IACnCM,EAAM,aAAaN,GAAU;AAAA,IAClC,GAAGG;AAAA,IACH,SAASa;AAAA,EAAA,CACH,IAKR,gBAAAL,EAAC,YAAO,MAAK,UAAS,SAASK,GAAc,GAAGb,GAC7C,UAAAH,GACH;AAEJ,GASaiB,IAAiB,CAAC,EAAE,UAAAjB,GAAU,MAAAC,GAAM,WAAAiB,IAAY,IAAI,OAAAC,IAAQ,UAAU,YAAAC,IAAa,GAAG,GAAGjB,QAAiC;AACrI,MAAI,CAACF,EAAM,QAAO;AAElB,QAAMoB,IAAuC;AAAA,IAC3C,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,KAAK;AAAA,EAAA;AAGP,SACE,gBAAAV;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAW,oBAAoBS,CAAU,6IAA6IC,EAAaF,CAAK,KAAKE,EAAa,MAAM,IAAIH,CAAS;AAAA,MAC5O,GAAGf;AAAA,MAEH,UAAAH;AAAA,IAAA;AAAA,EAAA;AAGP;"}
@@ -1,6 +1,9 @@
1
- export default function HeroUIProgressBar({ children, ...props }: {
2
- [x: string]: any;
3
- children: any;
4
- }): import("react/jsx-runtime").JSX.Element;
5
- export { ProgressBar };
1
+ import type { ReactNode } from "react";
6
2
  import { ProgressBar } from "@heroui/react";
3
+ import type { ProgressBarProps } from "@heroui/react";
4
+ export interface HeroUIProgressBarProps extends ProgressBarProps {
5
+ children?: ReactNode;
6
+ }
7
+ export default function HeroUIProgressBar({ children, ...props }: HeroUIProgressBarProps): import("react/jsx-runtime").JSX.Element;
8
+ export { ProgressBar };
9
+ export type { ProgressBarProps };
@@ -1,5 +1,4 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import "react";
3
2
  import { ProgressBar as s } from "@heroui/react";
4
3
  import { ProgressBar as g } from "@heroui/react";
5
4
  function f({ children: r, ...o }) {
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressBar.js","sources":["../../../../src/components/library/heroui/ProgressBar.jsx"],"sourcesContent":["import React from \"react\";\nimport { ProgressBar } from \"@heroui/react\";\n\nexport default function HeroUIProgressBar({ children, ...props }) {\n return <ProgressBar {...props}>{children}</ProgressBar>;\n}\n\nexport { ProgressBar };\n"],"names":["HeroUIProgressBar","children","props","jsx","ProgressBar"],"mappings":";;;;AAGA,SAAwBA,EAAkB,EAAE,UAAAC,GAAU,GAAGC,KAAS;AAChE,SAAO,gBAAAC,EAACC,GAAA,EAAa,GAAGF,GAAQ,UAAAD,EAAA,CAAS;AAC3C;"}
1
+ {"version":3,"file":"ProgressBar.js","sources":["../../../../src/components/library/heroui/ProgressBar.tsx"],"sourcesContent":["import type { ReactNode } from \"react\";\nimport { ProgressBar } from \"@heroui/react\";\nimport type { ProgressBarProps } from \"@heroui/react\";\n\nexport interface HeroUIProgressBarProps extends ProgressBarProps {\n children?: ReactNode;\n}\n\nexport default function HeroUIProgressBar({ children, ...props }: HeroUIProgressBarProps) {\n return <ProgressBar {...props}>{children}</ProgressBar>;\n}\n\nexport { ProgressBar };\nexport type { ProgressBarProps };\n"],"names":["HeroUIProgressBar","children","props","jsx","ProgressBar"],"mappings":";;;AAQA,SAAwBA,EAAkB,EAAE,UAAAC,GAAU,GAAGC,KAAiC;AACxF,SAAO,gBAAAC,EAACC,GAAA,EAAa,GAAGF,GAAQ,UAAAD,EAAA,CAAS;AAC3C;"}