@jarllyng/nostromo 3.11.0 → 3.12.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 (107) hide show
  1. package/README.md +1 -1
  2. package/dist/chunk-5N5KJBMP.js +3 -0
  3. package/dist/chunk-5N5KJBMP.js.map +1 -0
  4. package/dist/chunk-75OZKMEA.cjs +3 -0
  5. package/dist/chunk-75OZKMEA.cjs.map +1 -0
  6. package/dist/chunk-DB6MHAU3.cjs +3 -0
  7. package/dist/chunk-DB6MHAU3.cjs.map +1 -0
  8. package/dist/chunk-ERGAJKFH.cjs +3 -0
  9. package/dist/chunk-ERGAJKFH.cjs.map +1 -0
  10. package/dist/chunk-PLEQSJHY.js +3 -0
  11. package/dist/chunk-PLEQSJHY.js.map +1 -0
  12. package/dist/chunk-QESG3HCL.js +3 -0
  13. package/dist/chunk-QESG3HCL.js.map +1 -0
  14. package/dist/chunk-QQTI6OI3.js +3 -0
  15. package/dist/chunk-QQTI6OI3.js.map +1 -0
  16. package/dist/chunk-RKSTEJKG.cjs +3 -0
  17. package/dist/chunk-RKSTEJKG.cjs.map +1 -0
  18. package/dist/components/core/alert.d.cts +1 -1
  19. package/dist/components/core/alert.d.ts +1 -1
  20. package/dist/components/core/badge.d.cts +1 -1
  21. package/dist/components/core/badge.d.ts +1 -1
  22. package/dist/components/core/breadcrumb.d.cts +1 -1
  23. package/dist/components/core/breadcrumb.d.ts +1 -1
  24. package/dist/components/core/button.d.cts +2 -2
  25. package/dist/components/core/button.d.ts +2 -2
  26. package/dist/components/core/checkbox.d.cts +1 -1
  27. package/dist/components/core/checkbox.d.ts +1 -1
  28. package/dist/components/core/command.cjs +3 -0
  29. package/dist/components/core/command.cjs.map +1 -0
  30. package/dist/components/core/command.d.cts +169 -0
  31. package/dist/components/core/command.d.ts +169 -0
  32. package/dist/components/core/command.js +3 -0
  33. package/dist/components/core/command.js.map +1 -0
  34. package/dist/components/core/dialog.cjs +1 -1
  35. package/dist/components/core/dialog.d.cts +10 -1
  36. package/dist/components/core/dialog.d.ts +10 -1
  37. package/dist/components/core/dialog.js +1 -1
  38. package/dist/components/core/drawer.cjs +3 -0
  39. package/dist/components/core/drawer.cjs.map +1 -0
  40. package/dist/components/core/drawer.d.cts +70 -0
  41. package/dist/components/core/drawer.d.ts +70 -0
  42. package/dist/components/core/drawer.js +3 -0
  43. package/dist/components/core/drawer.js.map +1 -0
  44. package/dist/components/core/error-message.d.cts +1 -1
  45. package/dist/components/core/error-message.d.ts +1 -1
  46. package/dist/components/core/form.cjs +1 -1
  47. package/dist/components/core/form.js +1 -1
  48. package/dist/components/core/helper-text.d.cts +1 -1
  49. package/dist/components/core/helper-text.d.ts +1 -1
  50. package/dist/components/core/icon.d.cts +2 -2
  51. package/dist/components/core/icon.d.ts +2 -2
  52. package/dist/components/core/input.d.cts +1 -1
  53. package/dist/components/core/input.d.ts +1 -1
  54. package/dist/components/core/label.d.cts +1 -1
  55. package/dist/components/core/label.d.ts +1 -1
  56. package/dist/components/core/pagination.d.cts +1 -1
  57. package/dist/components/core/pagination.d.ts +1 -1
  58. package/dist/components/core/progress.d.cts +3 -3
  59. package/dist/components/core/progress.d.ts +3 -3
  60. package/dist/components/core/radio-group.d.cts +1 -1
  61. package/dist/components/core/radio-group.d.ts +1 -1
  62. package/dist/components/core/resizable.d.cts +5 -5
  63. package/dist/components/core/resizable.d.ts +5 -5
  64. package/dist/components/core/select.d.cts +3 -3
  65. package/dist/components/core/select.d.ts +3 -3
  66. package/dist/components/core/sidebar.cjs +3 -0
  67. package/dist/components/core/sidebar.cjs.map +1 -0
  68. package/dist/components/core/sidebar.d.cts +131 -0
  69. package/dist/components/core/sidebar.d.ts +131 -0
  70. package/dist/components/core/sidebar.js +3 -0
  71. package/dist/components/core/sidebar.js.map +1 -0
  72. package/dist/components/core/skeleton.d.cts +1 -1
  73. package/dist/components/core/skeleton.d.ts +1 -1
  74. package/dist/components/core/switch.d.cts +1 -1
  75. package/dist/components/core/switch.d.ts +1 -1
  76. package/dist/components/core/textarea.d.cts +1 -1
  77. package/dist/components/core/textarea.d.ts +1 -1
  78. package/dist/components/core/toast.d.cts +2 -2
  79. package/dist/components/core/toast.d.ts +2 -2
  80. package/dist/components/core/tooltip.d.cts +2 -2
  81. package/dist/components/core/tooltip.d.ts +2 -2
  82. package/dist/components/marketing/features.d.cts +2 -2
  83. package/dist/components/marketing/features.d.ts +2 -2
  84. package/dist/components/marketing/gallery.d.cts +1 -1
  85. package/dist/components/marketing/gallery.d.ts +1 -1
  86. package/dist/components/marketing/pricing.d.cts +1 -1
  87. package/dist/components/marketing/pricing.d.ts +1 -1
  88. package/dist/components/marketing/testimonials.d.cts +1 -1
  89. package/dist/components/marketing/testimonials.d.ts +1 -1
  90. package/dist/index.cjs +1 -1
  91. package/dist/index.cjs.map +1 -1
  92. package/dist/index.css +1 -1
  93. package/dist/index.css.map +1 -1
  94. package/dist/index.d.cts +28 -1
  95. package/dist/index.d.ts +28 -1
  96. package/dist/index.js +1 -1
  97. package/dist/index.js.map +1 -1
  98. package/dist/themes/lv-426.css +22 -0
  99. package/dist/themes/mother.css +22 -0
  100. package/dist/themes/nostromo.css +22 -0
  101. package/dist/themes/sulaco.css +22 -0
  102. package/dist/tokens.css +12 -0
  103. package/package.json +46 -2
  104. package/dist/chunk-MY2KMTUS.js +0 -3
  105. package/dist/chunk-MY2KMTUS.js.map +0 -1
  106. package/dist/chunk-NBX6FKCA.cjs +0 -3
  107. package/dist/chunk-NBX6FKCA.cjs.map +0 -1
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunkITRGJNWL_cjs=require('./chunk-ITRGJNWL.cjs'),e=require('react'),classVarianceAuthority=require('class-variance-authority');function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var e__namespace=/*#__PURE__*/_interopNamespace(e);var w=classVarianceAuthority.cva("fixed left-[50%] top-[50%] z-50 grid w-full translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background shadow-lg duration-300 transition-all",{variants:{variant:{default:"border-border shadow-lg hover:shadow-xl",elevated:"border-border shadow-xl hover:shadow-2xl",outlined:"border-2 border-border shadow-md hover:border-primary hover:shadow-lg",filled:"border-border bg-muted shadow-md hover:shadow-lg",destructive:"border-error-200 bg-error-50 shadow-lg hover:shadow-xl"},size:{default:"max-w-lg sm:max-w-xl md:max-w-2xl lg:max-w-4xl",sm:"max-w-sm sm:max-w-md",lg:"max-w-2xl sm:max-w-3xl md:max-w-4xl lg:max-w-5xl",xl:"max-w-4xl sm:max-w-5xl md:max-w-6xl lg:max-w-7xl",full:"max-w-[95vw] sm:max-w-[90vw]"},animation:{default:"animate-in fade-in-0 zoom-in-95 duration-300",slide:"animate-in slide-in-from-bottom-4 duration-300",scale:"animate-in zoom-in-95 duration-300",none:""}},defaultVariants:{variant:"default",size:"default",animation:"default"}}),D=classVarianceAuthority.cva("fixed inset-0 z-40 transition-all duration-300",{variants:{variant:{default:"bg-black/50 backdrop-blur-sm",subtle:"bg-black/30 backdrop-blur-none",strong:"bg-black/70 backdrop-blur-md",colored:"bg-brand-500/20 backdrop-blur-sm"}},defaultVariants:{variant:"default"}}),x=e__namespace.createContext(null);function p(a){let t=e__namespace.useContext(x);if(!t)throw new Error(`${a} must be used inside <Dialog>`);return t}var H=({open:a,defaultOpen:t=false,onOpenChange:o,children:l,backdropVariant:i="default"})=>{let s=e__namespace.useId(),[g,n]=e__namespace.useState(t),r=a!==void 0,d=r?a:g,c=e__namespace.useCallback(u=>{r||n(u),o?.(u);},[r,o]);e__namespace.useEffect(()=>{if(!d)return;let u=v=>{v.key==="Escape"&&c(false);};return document.addEventListener("keydown",u),document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",u),document.body.style.overflow="unset";}},[d,c]);let f=e__namespace.useMemo(()=>({open:d,setOpen:c,titleId:s}),[d,c,s]);return e__namespace.createElement(x.Provider,{value:f},l,d&&e__namespace.createElement("div",{className:chunkITRGJNWL_cjs.a(D({variant:i})),onClick:()=>c(false),"aria-hidden":"true"}))},h=e__namespace.forwardRef(({asChild:a,children:t,onClick:o,...l},i)=>{let{open:s,setOpen:g}=p("DialogTrigger"),n=r=>{o?.(r),r.defaultPrevented||g(true);};return a&&e__namespace.isValidElement(t)?e__namespace.cloneElement(t,{onClick:n,"aria-expanded":s}):e__namespace.createElement("button",{ref:i,type:"button","aria-expanded":s,"aria-haspopup":"dialog",onClick:n,...l},t)});h.displayName="DialogTrigger";var R=e__namespace.forwardRef(({className:a,children:t,onClose:o,variant:l,size:i,animation:s,showCloseButton:g=true,...n},r)=>{let{open:d,setOpen:c,titleId:f}=p("DialogContent");if(!d)return null;let u=n["aria-label"]!==void 0||n["aria-labelledby"]!==void 0;return e__namespace.createElement("div",{className:"fixed inset-0 z-50 flex items-center justify-center p-4 pointer-events-none"},e__namespace.createElement("div",{ref:r,role:"dialog","aria-modal":"true","aria-labelledby":u?void 0:f,className:chunkITRGJNWL_cjs.a(w({variant:l,size:i,animation:s}),"pointer-events-auto p-4 sm:p-6 sm:rounded-lg",a),...n},t,g&&e__namespace.createElement("button",{type:"button",className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",onClick:o??(()=>c(false))},e__namespace.createElement("span",{className:"sr-only"},"Close"),e__namespace.createElement("svg",{className:"h-4 w-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},e__namespace.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})))))});R.displayName="DialogContent";var y=e__namespace.forwardRef(({className:a,...t},o)=>e__namespace.createElement("div",{ref:o,className:chunkITRGJNWL_cjs.a("flex flex-col space-y-1.5 text-center sm:text-left",a),...t}));y.displayName="DialogHeader";var k=e__namespace.forwardRef(({className:a,id:t,...o},l)=>{let{titleId:i}=p("DialogTitle");return e__namespace.createElement("h2",{ref:l,id:t??i,className:chunkITRGJNWL_cjs.a("text-lg font-semibold leading-none tracking-tight",a),...o})});k.displayName="DialogTitle";var C=e__namespace.forwardRef(({className:a,...t},o)=>e__namespace.createElement("p",{ref:o,className:chunkITRGJNWL_cjs.a("text-sm text-muted-foreground",a),...t}));C.displayName="DialogDescription";exports.a=w;exports.b=D;exports.c=H;exports.d=h;exports.e=R;exports.f=y;exports.g=k;exports.h=C;//# sourceMappingURL=chunk-RKSTEJKG.cjs.map
3
+ //# sourceMappingURL=chunk-RKSTEJKG.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/core/dialog.tsx"],"names":["dialogVariants","cva","backdropVariants","DialogContext","e","useDialogContext","component","context","Dialog","controlledOpen","defaultOpen","onOpenChange","children","backdropVariant","titleId","uncontrolledOpen","setUncontrolledOpen","isControlled","open","setOpen","next","handleEscape","cn","DialogTrigger","asChild","onClick","props","ref","handleClick","event","DialogContent","className","onClose","variant","size","animation","showCloseButton","hasOwnLabel","DialogHeader","DialogTitle","id","DialogDescription"],"mappings":"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","file":"chunk-RKSTEJKG.cjs","sourcesContent":["import * as React from \"react\";\nimport { cva, type VariantProps } from \"class-variance-authority\";\nimport { cn } from \"../../lib/utils\";\n\nconst dialogVariants = cva(\n \"fixed left-[50%] top-[50%] z-50 grid w-full translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background shadow-lg duration-300 transition-all\",\n {\n variants: {\n variant: {\n default: \"border-border shadow-lg hover:shadow-xl\",\n elevated: \"border-border shadow-xl hover:shadow-2xl\",\n outlined:\n \"border-2 border-border shadow-md hover:border-primary hover:shadow-lg\",\n filled: \"border-border bg-muted shadow-md hover:shadow-lg\",\n destructive: \"border-error-200 bg-error-50 shadow-lg hover:shadow-xl\",\n },\n size: {\n default: \"max-w-lg sm:max-w-xl md:max-w-2xl lg:max-w-4xl\",\n sm: \"max-w-sm sm:max-w-md\",\n lg: \"max-w-2xl sm:max-w-3xl md:max-w-4xl lg:max-w-5xl\",\n xl: \"max-w-4xl sm:max-w-5xl md:max-w-6xl lg:max-w-7xl\",\n full: \"max-w-[95vw] sm:max-w-[90vw]\",\n },\n animation: {\n default: \"animate-in fade-in-0 zoom-in-95 duration-300\",\n slide: \"animate-in slide-in-from-bottom-4 duration-300\",\n scale: \"animate-in zoom-in-95 duration-300\",\n none: \"\",\n },\n },\n defaultVariants: {\n variant: \"default\",\n size: \"default\",\n animation: \"default\",\n },\n },\n);\n\nconst backdropVariants = cva(\"fixed inset-0 z-40 transition-all duration-300\", {\n variants: {\n variant: {\n default: \"bg-black/50 backdrop-blur-sm\",\n subtle: \"bg-black/30 backdrop-blur-none\",\n strong: \"bg-black/70 backdrop-blur-md\",\n colored: \"bg-brand-500/20 backdrop-blur-sm\",\n },\n },\n defaultVariants: {\n variant: \"default\",\n },\n});\n\nexport interface DialogProps {\n open?: boolean;\n /** Uncontrolled initial state, for when a DialogTrigger owns the opening. */\n defaultOpen?: boolean;\n onOpenChange?: (open: boolean) => void;\n children: React.ReactNode;\n backdropVariant?: VariantProps<typeof backdropVariants>[\"variant\"];\n}\n\nexport interface DialogContentProps\n extends\n React.HTMLAttributes<HTMLDivElement>,\n VariantProps<typeof dialogVariants> {\n onClose?: () => void;\n /**\n * Draw the corner close button.\n *\n * Defaults to true. Turn it off when the content owns its own top edge - the\n * button is absolutely positioned at the top right, so over a search field or\n * a toolbar it lands on top of the content. `CommandDialog` is the case that\n * needed it. Escape and the backdrop still close the dialog either way.\n */\n showCloseButton?: boolean;\n}\n\nexport interface DialogHeaderProps extends React.HTMLAttributes<HTMLDivElement> {}\n\nexport interface DialogTitleProps extends React.HTMLAttributes<HTMLHeadingElement> {}\n\nexport interface DialogDescriptionProps extends React.HTMLAttributes<HTMLParagraphElement> {}\n\ninterface DialogContextValue {\n open: boolean;\n setOpen: (open: boolean) => void;\n /**\n * Ties `DialogContent`'s `aria-labelledby` to whatever `DialogTitle` renders.\n * Adding `role=\"dialog\"` without this fails axe's aria-dialog-name rule - the\n * role only means something to a screen reader if the node has a name.\n */\n titleId: string;\n}\n\nconst DialogContext = React.createContext<DialogContextValue | null>(null);\n\nfunction useDialogContext(component: string): DialogContextValue {\n const context = React.useContext(DialogContext);\n if (!context) {\n throw new Error(`${component} must be used inside <Dialog>`);\n }\n return context;\n}\n\n/**\n * Dialog root.\n *\n * Renders its children whether or not it is open, and puts the open state on\n * context. It used to return `null` while closed and draw the overlay itself,\n * which made `DialogTrigger` impossible: a trigger nested in the dialog was\n * unmounted exactly when you needed to click it. The overlay moved to\n * `DialogContent`, which is what actually knows it is being shown.\n *\n * Works controlled (`open` + `onOpenChange`) or uncontrolled (`defaultOpen`).\n */\nconst Dialog: React.FC<DialogProps> = ({\n open: controlledOpen,\n defaultOpen = false,\n onOpenChange,\n children,\n backdropVariant = \"default\",\n}) => {\n const titleId = React.useId();\n const [uncontrolledOpen, setUncontrolledOpen] = React.useState(defaultOpen);\n const isControlled = controlledOpen !== undefined;\n const open = isControlled ? controlledOpen : uncontrolledOpen;\n\n const setOpen = React.useCallback(\n (next: boolean) => {\n if (!isControlled) setUncontrolledOpen(next);\n onOpenChange?.(next);\n },\n [isControlled, onOpenChange],\n );\n\n React.useEffect(() => {\n if (!open) return;\n\n const handleEscape = (e: KeyboardEvent) => {\n if (e.key === \"Escape\") setOpen(false);\n };\n\n document.addEventListener(\"keydown\", handleEscape);\n document.body.style.overflow = \"hidden\";\n\n return () => {\n document.removeEventListener(\"keydown\", handleEscape);\n document.body.style.overflow = \"unset\";\n };\n }, [open, setOpen]);\n\n const context = React.useMemo(\n () => ({ open, setOpen, titleId }),\n [open, setOpen, titleId],\n );\n\n return (\n <DialogContext.Provider value={context}>\n {children}\n {open && (\n <div\n className={cn(backdropVariants({ variant: backdropVariant }))}\n onClick={() => setOpen(false)}\n aria-hidden=\"true\"\n />\n )}\n </DialogContext.Provider>\n );\n};\n\nexport interface DialogTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {\n /** Render the child element instead of a button, forwarding the click. */\n asChild?: boolean;\n}\n\nconst DialogTrigger = React.forwardRef<HTMLButtonElement, DialogTriggerProps>(\n ({ asChild, children, onClick, ...props }, ref) => {\n const { open, setOpen } = useDialogContext(\"DialogTrigger\");\n\n const handleClick = (event: React.MouseEvent<HTMLButtonElement>) => {\n onClick?.(event);\n if (!event.defaultPrevented) setOpen(true);\n };\n\n if (asChild && React.isValidElement(children)) {\n return React.cloneElement(\n children as React.ReactElement<{\n onClick?: React.MouseEventHandler;\n \"aria-expanded\"?: boolean;\n }>,\n { onClick: handleClick, \"aria-expanded\": open },\n );\n }\n\n return (\n <button\n ref={ref}\n type=\"button\"\n aria-expanded={open}\n aria-haspopup=\"dialog\"\n onClick={handleClick}\n {...props}\n >\n {children}\n </button>\n );\n },\n);\n\nDialogTrigger.displayName = \"DialogTrigger\";\n\nconst DialogContent = React.forwardRef<HTMLDivElement, DialogContentProps>(\n (\n {\n className,\n children,\n onClose,\n variant,\n size,\n animation,\n showCloseButton = true,\n ...props\n },\n ref,\n ) => {\n const { open, setOpen, titleId } = useDialogContext(\"DialogContent\");\n\n if (!open) return null;\n\n // A caller-supplied name wins; otherwise point at the DialogTitle.\n const hasOwnLabel =\n props[\"aria-label\"] !== undefined ||\n props[\"aria-labelledby\"] !== undefined;\n\n return (\n <div className=\"fixed inset-0 z-50 flex items-center justify-center p-4 pointer-events-none\">\n <div\n ref={ref}\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby={hasOwnLabel ? undefined : titleId}\n className={cn(\n dialogVariants({ variant, size, animation }),\n \"pointer-events-auto p-4 sm:p-6 sm:rounded-lg\",\n className,\n )}\n {...props}\n >\n {children}\n {showCloseButton && (\n <button\n type=\"button\"\n className=\"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none\"\n onClick={onClose ?? (() => setOpen(false))}\n >\n <span className=\"sr-only\">Close</span>\n <svg\n className=\"h-4 w-4\"\n fill=\"none\"\n stroke=\"currentColor\"\n viewBox=\"0 0 24 24\"\n >\n <path\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={2}\n d=\"M6 18L18 6M6 6l12 12\"\n />\n </svg>\n </button>\n )}\n </div>\n </div>\n );\n },\n);\nDialogContent.displayName = \"DialogContent\";\n\nconst DialogHeader = React.forwardRef<HTMLDivElement, DialogHeaderProps>(\n ({ className, ...props }, ref) => (\n <div\n ref={ref}\n className={cn(\n \"flex flex-col space-y-1.5 text-center sm:text-left\",\n className,\n )}\n {...props}\n />\n ),\n);\nDialogHeader.displayName = \"DialogHeader\";\n\nconst DialogTitle = React.forwardRef<HTMLHeadingElement, DialogTitleProps>(\n ({ className, id, ...props }, ref) => {\n const { titleId } = useDialogContext(\"DialogTitle\");\n\n return (\n <h2\n ref={ref}\n // Falls back to the shared id so DialogContent's aria-labelledby resolves.\n id={id ?? titleId}\n className={cn(\n \"text-lg font-semibold leading-none tracking-tight\",\n className,\n )}\n {...props}\n />\n );\n },\n);\nDialogTitle.displayName = \"DialogTitle\";\n\nconst DialogDescription = React.forwardRef<\n HTMLParagraphElement,\n DialogDescriptionProps\n>(({ className, ...props }, ref) => (\n <p\n ref={ref}\n className={cn(\"text-sm text-muted-foreground\", className)}\n {...props}\n />\n));\nDialogDescription.displayName = \"DialogDescription\";\n\nexport {\n Dialog,\n DialogTrigger,\n DialogContent,\n DialogHeader,\n DialogTitle,\n DialogDescription,\n dialogVariants,\n backdropVariants,\n};\n"]}
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const alertVariants: (props?: ({
6
- variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
6
+ variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare const alertTitleVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const alertVariants: (props?: ({
6
- variant?: "error" | "default" | "success" | "warning" | "info" | null | undefined;
6
+ variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare const alertTitleVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const badgeVariants: (props?: ({
6
- variant?: "error" | "default" | "secondary" | "outline" | "destructive" | "success" | "warning" | "info" | null | undefined;
6
+ variant?: "default" | "secondary" | "outline" | "destructive" | "success" | "error" | "warning" | "info" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  /**
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const badgeVariants: (props?: ({
6
- variant?: "error" | "default" | "secondary" | "outline" | "destructive" | "success" | "warning" | "info" | null | undefined;
6
+ variant?: "default" | "secondary" | "outline" | "destructive" | "success" | "error" | "warning" | "info" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  /**
@@ -7,7 +7,7 @@ declare const breadcrumbVariants: (props?: ({
7
7
  separator?: "default" | "slash" | "arrow" | "dot" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare const breadcrumbItemVariants: (props?: ({
10
- variant?: "link" | "default" | "current" | null | undefined;
10
+ variant?: "default" | "link" | "current" | null | undefined;
11
11
  } & class_variance_authority_types.ClassProp) | undefined) => string;
12
12
  declare const breadcrumbSeparatorVariants: (props?: ({
13
13
  variant?: "default" | "compact" | null | undefined;
@@ -7,7 +7,7 @@ declare const breadcrumbVariants: (props?: ({
7
7
  separator?: "default" | "slash" | "arrow" | "dot" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare const breadcrumbItemVariants: (props?: ({
10
- variant?: "link" | "default" | "current" | null | undefined;
10
+ variant?: "default" | "link" | "current" | null | undefined;
11
11
  } & class_variance_authority_types.ClassProp) | undefined) => string;
12
12
  declare const breadcrumbSeparatorVariants: (props?: ({
13
13
  variant?: "default" | "compact" | null | undefined;
@@ -3,9 +3,9 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const buttonVariants: (props?: ({
6
- variant?: "link" | "default" | "secondary" | "outline" | "ghost" | "destructive" | "subtle" | null | undefined;
6
+ variant?: "default" | "secondary" | "outline" | "ghost" | "destructive" | "subtle" | "link" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | "xl" | "icon" | null | undefined;
8
- state?: "error" | "default" | "loading" | "success" | null | undefined;
8
+ state?: "default" | "loading" | "success" | "error" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
11
11
  /**
@@ -3,9 +3,9 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const buttonVariants: (props?: ({
6
- variant?: "link" | "default" | "secondary" | "outline" | "ghost" | "destructive" | "subtle" | null | undefined;
6
+ variant?: "default" | "secondary" | "outline" | "ghost" | "destructive" | "subtle" | "link" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | "xl" | "icon" | null | undefined;
8
- state?: "error" | "default" | "loading" | "success" | null | undefined;
8
+ state?: "default" | "loading" | "success" | "error" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
11
11
  /**
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const checkboxVariants: (props?: ({
6
- variant?: "error" | "default" | "success" | null | undefined;
6
+ variant?: "default" | "success" | "error" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  interface CheckboxProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "size">, VariantProps<typeof checkboxVariants> {
@@ -3,7 +3,7 @@ import * as React from 'react';
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const checkboxVariants: (props?: ({
6
- variant?: "error" | "default" | "success" | null | undefined;
6
+ variant?: "default" | "success" | "error" | null | undefined;
7
7
  size?: "default" | "sm" | "lg" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  interface CheckboxProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "size">, VariantProps<typeof checkboxVariants> {
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunkDB6MHAU3_cjs=require('../../chunk-DB6MHAU3.cjs');require('../../chunk-RKSTEJKG.cjs'),require('../../chunk-ITRGJNWL.cjs');Object.defineProperty(exports,"Command",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.a}});Object.defineProperty(exports,"CommandDialog",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.b}});Object.defineProperty(exports,"CommandEmpty",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.e}});Object.defineProperty(exports,"CommandGroup",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.f}});Object.defineProperty(exports,"CommandInput",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.c}});Object.defineProperty(exports,"CommandItem",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.h}});Object.defineProperty(exports,"CommandList",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.d}});Object.defineProperty(exports,"CommandLoading",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.j}});Object.defineProperty(exports,"CommandSeparator",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.g}});Object.defineProperty(exports,"CommandShortcut",{enumerable:true,get:function(){return chunkDB6MHAU3_cjs.i}});//# sourceMappingURL=command.cjs.map
3
+ //# sourceMappingURL=command.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"command.cjs"}
@@ -0,0 +1,169 @@
1
+ import * as React from 'react';
2
+ import { Dialog } from './dialog.cjs';
3
+ import 'class-variance-authority/types';
4
+ import 'class-variance-authority';
5
+
6
+ /**
7
+ * A searchable list of things to do: a command palette, or the list inside a
8
+ * combobox.
9
+ *
10
+ * Built on [cmdk](https://cmdk.paco.me/), which owns the filtering, the scoring
11
+ * and the keyboard model.
12
+ *
13
+ * ## Not a DropdownMenu
14
+ *
15
+ * A `DropdownMenu` is a menu: `role="menu"`, items you activate, no typing. This
16
+ * is a combobox over a listbox - the input is `role="combobox"` and the items are
17
+ * `role="option"` - which is what a screen reader needs to hear when the list
18
+ * narrows as you type. Filtering a menu would leave a screen reader announcing a
19
+ * menu whose contents silently change underneath it.
20
+ *
21
+ * So: choosing from a short fixed set of commands is `DropdownMenu`; searching is
22
+ * this.
23
+ *
24
+ * ## Filtering is cmdk's, and is not substring matching
25
+ *
26
+ * cmdk scores each item against the query with a fuzzy match, so "gh" finds
27
+ * "GitHub" and the best match sorts first. Items are matched on their `value`,
28
+ * which defaults to their text. Give `value` explicitly when the text is not what
29
+ * someone would type, or add `keywords` for synonyms.
30
+ *
31
+ * Pass `shouldFilter={false}` on `Command` when the list comes from a server and
32
+ * is already filtered, otherwise cmdk filters the results a second time.
33
+ */
34
+ declare const Command: React.ForwardRefExoticComponent<Omit<{
35
+ children?: React.ReactNode;
36
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
37
+ ref?: React.Ref<HTMLDivElement>;
38
+ } & {
39
+ asChild?: boolean;
40
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
41
+ label?: string;
42
+ shouldFilter?: boolean;
43
+ filter?: (value: string, search: string, keywords?: string[]) => number;
44
+ defaultValue?: string;
45
+ value?: string;
46
+ onValueChange?: (value: string) => void;
47
+ loop?: boolean;
48
+ disablePointerSelection?: boolean;
49
+ vimBindings?: boolean;
50
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
51
+ interface CommandDialogProps extends React.ComponentPropsWithoutRef<typeof Dialog> {
52
+ /**
53
+ * The dialog's accessible name. Rendered visually hidden, because a command
54
+ * palette shows a search field rather than a heading, and a dialog with no
55
+ * name is announced as just "dialog".
56
+ */
57
+ title?: string;
58
+ /** Visually hidden description, announced after the title. */
59
+ description?: string;
60
+ className?: string;
61
+ }
62
+ /**
63
+ * The palette form: the same `Command`, in a dialog.
64
+ *
65
+ * The title and description are real elements, visually hidden, and they live
66
+ * *inside* `DialogContent` where the labelling can resolve. The corner close
67
+ * button is turned off: it is positioned at the top right, which is where the
68
+ * search field is.
69
+ */
70
+ declare const CommandDialog: {
71
+ ({ title, description, children, className, ...props }: CommandDialogProps): React.JSX.Element;
72
+ displayName: string;
73
+ };
74
+ /**
75
+ * The search field.
76
+ *
77
+ * Wrapped in a row with the icon, so the icon is a sibling rather than a
78
+ * background image and can be sized with the text.
79
+ */
80
+ declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
81
+ ref?: React.Ref<HTMLInputElement>;
82
+ } & {
83
+ asChild?: boolean;
84
+ }, "asChild" | "key" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
85
+ value?: string;
86
+ onValueChange?: (search: string) => void;
87
+ } & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
88
+ declare const CommandList: React.ForwardRefExoticComponent<Omit<{
89
+ children?: React.ReactNode;
90
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
91
+ ref?: React.Ref<HTMLDivElement>;
92
+ } & {
93
+ asChild?: boolean;
94
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
95
+ label?: string;
96
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
97
+ /**
98
+ * What to show when nothing matches.
99
+ *
100
+ * cmdk renders it only when the query has no results, so it is not a fallback
101
+ * for an empty list - an empty `Command` with no query shows nothing.
102
+ */
103
+ declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
104
+ children?: React.ReactNode;
105
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
106
+ ref?: React.Ref<HTMLDivElement>;
107
+ } & {
108
+ asChild?: boolean;
109
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
110
+ /**
111
+ * A named section. Hides itself when the query filters all of its items out, so
112
+ * you do not get a heading over nothing.
113
+ */
114
+ declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
115
+ children?: React.ReactNode;
116
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
117
+ ref?: React.Ref<HTMLDivElement>;
118
+ } & {
119
+ asChild?: boolean;
120
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "value" | "heading"> & {
121
+ heading?: React.ReactNode;
122
+ value?: string;
123
+ forceMount?: boolean;
124
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
125
+ /**
126
+ * A line between groups, hidden from the accessibility tree.
127
+ *
128
+ * A `listbox` may only contain `option` and `group` children, and cmdk gives its
129
+ * separator `role="separator"`, which makes the list an `aria-required-children`
130
+ * violation - axe flags the list, not the separator, so it reads like a problem
131
+ * with the list. `role` cannot be overridden: cmdk writes it after the prop
132
+ * spread. `aria-hidden` is the fix, and it is also the honest description. The
133
+ * line is decoration; the group headings are what convey the split.
134
+ */
135
+ declare const CommandSeparator: React.ForwardRefExoticComponent<Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
136
+ ref?: React.Ref<HTMLDivElement>;
137
+ } & {
138
+ asChild?: boolean;
139
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
140
+ alwaysRender?: boolean;
141
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
142
+ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
143
+ children?: React.ReactNode;
144
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
145
+ ref?: React.Ref<HTMLDivElement>;
146
+ } & {
147
+ asChild?: boolean;
148
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
149
+ disabled?: boolean;
150
+ onSelect?: (value: string) => void;
151
+ value?: string;
152
+ keywords?: string[];
153
+ forceMount?: boolean;
154
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
155
+ /** The keyboard hint on the right of an item. Decorative. */
156
+ declare const CommandShortcut: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>>;
157
+ /** Shown while results are loading, for a `Command` fed from a server. */
158
+ declare const CommandLoading: React.ForwardRefExoticComponent<Omit<{
159
+ children?: React.ReactNode;
160
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
161
+ ref?: React.Ref<HTMLDivElement>;
162
+ } & {
163
+ asChild?: boolean;
164
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
165
+ progress?: number;
166
+ label?: string;
167
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
168
+
169
+ export { Command, CommandDialog, type CommandDialogProps, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandLoading, CommandSeparator, CommandShortcut };
@@ -0,0 +1,169 @@
1
+ import * as React from 'react';
2
+ import { Dialog } from './dialog.js';
3
+ import 'class-variance-authority/types';
4
+ import 'class-variance-authority';
5
+
6
+ /**
7
+ * A searchable list of things to do: a command palette, or the list inside a
8
+ * combobox.
9
+ *
10
+ * Built on [cmdk](https://cmdk.paco.me/), which owns the filtering, the scoring
11
+ * and the keyboard model.
12
+ *
13
+ * ## Not a DropdownMenu
14
+ *
15
+ * A `DropdownMenu` is a menu: `role="menu"`, items you activate, no typing. This
16
+ * is a combobox over a listbox - the input is `role="combobox"` and the items are
17
+ * `role="option"` - which is what a screen reader needs to hear when the list
18
+ * narrows as you type. Filtering a menu would leave a screen reader announcing a
19
+ * menu whose contents silently change underneath it.
20
+ *
21
+ * So: choosing from a short fixed set of commands is `DropdownMenu`; searching is
22
+ * this.
23
+ *
24
+ * ## Filtering is cmdk's, and is not substring matching
25
+ *
26
+ * cmdk scores each item against the query with a fuzzy match, so "gh" finds
27
+ * "GitHub" and the best match sorts first. Items are matched on their `value`,
28
+ * which defaults to their text. Give `value` explicitly when the text is not what
29
+ * someone would type, or add `keywords` for synonyms.
30
+ *
31
+ * Pass `shouldFilter={false}` on `Command` when the list comes from a server and
32
+ * is already filtered, otherwise cmdk filters the results a second time.
33
+ */
34
+ declare const Command: React.ForwardRefExoticComponent<Omit<{
35
+ children?: React.ReactNode;
36
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
37
+ ref?: React.Ref<HTMLDivElement>;
38
+ } & {
39
+ asChild?: boolean;
40
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
41
+ label?: string;
42
+ shouldFilter?: boolean;
43
+ filter?: (value: string, search: string, keywords?: string[]) => number;
44
+ defaultValue?: string;
45
+ value?: string;
46
+ onValueChange?: (value: string) => void;
47
+ loop?: boolean;
48
+ disablePointerSelection?: boolean;
49
+ vimBindings?: boolean;
50
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
51
+ interface CommandDialogProps extends React.ComponentPropsWithoutRef<typeof Dialog> {
52
+ /**
53
+ * The dialog's accessible name. Rendered visually hidden, because a command
54
+ * palette shows a search field rather than a heading, and a dialog with no
55
+ * name is announced as just "dialog".
56
+ */
57
+ title?: string;
58
+ /** Visually hidden description, announced after the title. */
59
+ description?: string;
60
+ className?: string;
61
+ }
62
+ /**
63
+ * The palette form: the same `Command`, in a dialog.
64
+ *
65
+ * The title and description are real elements, visually hidden, and they live
66
+ * *inside* `DialogContent` where the labelling can resolve. The corner close
67
+ * button is turned off: it is positioned at the top right, which is where the
68
+ * search field is.
69
+ */
70
+ declare const CommandDialog: {
71
+ ({ title, description, children, className, ...props }: CommandDialogProps): React.JSX.Element;
72
+ displayName: string;
73
+ };
74
+ /**
75
+ * The search field.
76
+ *
77
+ * Wrapped in a row with the icon, so the icon is a sibling rather than a
78
+ * background image and can be sized with the text.
79
+ */
80
+ declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
81
+ ref?: React.Ref<HTMLInputElement>;
82
+ } & {
83
+ asChild?: boolean;
84
+ }, "asChild" | "key" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
85
+ value?: string;
86
+ onValueChange?: (search: string) => void;
87
+ } & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
88
+ declare const CommandList: React.ForwardRefExoticComponent<Omit<{
89
+ children?: React.ReactNode;
90
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
91
+ ref?: React.Ref<HTMLDivElement>;
92
+ } & {
93
+ asChild?: boolean;
94
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
95
+ label?: string;
96
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
97
+ /**
98
+ * What to show when nothing matches.
99
+ *
100
+ * cmdk renders it only when the query has no results, so it is not a fallback
101
+ * for an empty list - an empty `Command` with no query shows nothing.
102
+ */
103
+ declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
104
+ children?: React.ReactNode;
105
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
106
+ ref?: React.Ref<HTMLDivElement>;
107
+ } & {
108
+ asChild?: boolean;
109
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
110
+ /**
111
+ * A named section. Hides itself when the query filters all of its items out, so
112
+ * you do not get a heading over nothing.
113
+ */
114
+ declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
115
+ children?: React.ReactNode;
116
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
117
+ ref?: React.Ref<HTMLDivElement>;
118
+ } & {
119
+ asChild?: boolean;
120
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "value" | "heading"> & {
121
+ heading?: React.ReactNode;
122
+ value?: string;
123
+ forceMount?: boolean;
124
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
125
+ /**
126
+ * A line between groups, hidden from the accessibility tree.
127
+ *
128
+ * A `listbox` may only contain `option` and `group` children, and cmdk gives its
129
+ * separator `role="separator"`, which makes the list an `aria-required-children`
130
+ * violation - axe flags the list, not the separator, so it reads like a problem
131
+ * with the list. `role` cannot be overridden: cmdk writes it after the prop
132
+ * spread. `aria-hidden` is the fix, and it is also the honest description. The
133
+ * line is decoration; the group headings are what convey the split.
134
+ */
135
+ declare const CommandSeparator: React.ForwardRefExoticComponent<Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
136
+ ref?: React.Ref<HTMLDivElement>;
137
+ } & {
138
+ asChild?: boolean;
139
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
140
+ alwaysRender?: boolean;
141
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
142
+ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
143
+ children?: React.ReactNode;
144
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
145
+ ref?: React.Ref<HTMLDivElement>;
146
+ } & {
147
+ asChild?: boolean;
148
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
149
+ disabled?: boolean;
150
+ onSelect?: (value: string) => void;
151
+ value?: string;
152
+ keywords?: string[];
153
+ forceMount?: boolean;
154
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
155
+ /** The keyboard hint on the right of an item. Decorative. */
156
+ declare const CommandShortcut: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>>;
157
+ /** Shown while results are loading, for a `Command` fed from a server. */
158
+ declare const CommandLoading: React.ForwardRefExoticComponent<Omit<{
159
+ children?: React.ReactNode;
160
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
161
+ ref?: React.Ref<HTMLDivElement>;
162
+ } & {
163
+ asChild?: boolean;
164
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
165
+ progress?: number;
166
+ label?: string;
167
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
168
+
169
+ export { Command, CommandDialog, type CommandDialogProps, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandLoading, CommandSeparator, CommandShortcut };
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ export{a as Command,b as CommandDialog,e as CommandEmpty,f as CommandGroup,c as CommandInput,h as CommandItem,d as CommandList,j as CommandLoading,g as CommandSeparator,i as CommandShortcut}from'../../chunk-PLEQSJHY.js';import'../../chunk-5N5KJBMP.js';import'../../chunk-AC2JBXHQ.js';//# sourceMappingURL=command.js.map
3
+ //# sourceMappingURL=command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"command.js"}
@@ -1,3 +1,3 @@
1
1
  "use client";
2
- 'use strict';var chunkNBX6FKCA_cjs=require('../../chunk-NBX6FKCA.cjs');require('../../chunk-ITRGJNWL.cjs');Object.defineProperty(exports,"Dialog",{enumerable:true,get:function(){return chunkNBX6FKCA_cjs.c}});Object.defineProperty(exports,"DialogContent",{enumerable:true,get:function(){return chunkNBX6FKCA_cjs.e}});Object.defineProperty(exports,"DialogDescription",{enumerable:true,get:function(){return chunkNBX6FKCA_cjs.h}});Object.defineProperty(exports,"DialogHeader",{enumerable:true,get:function(){return chunkNBX6FKCA_cjs.f}});Object.defineProperty(exports,"DialogTitle",{enumerable:true,get:function(){return chunkNBX6FKCA_cjs.g}});Object.defineProperty(exports,"DialogTrigger",{enumerable:true,get:function(){return chunkNBX6FKCA_cjs.d}});Object.defineProperty(exports,"backdropVariants",{enumerable:true,get:function(){return chunkNBX6FKCA_cjs.b}});Object.defineProperty(exports,"dialogVariants",{enumerable:true,get:function(){return chunkNBX6FKCA_cjs.a}});//# sourceMappingURL=dialog.cjs.map
2
+ 'use strict';var chunkRKSTEJKG_cjs=require('../../chunk-RKSTEJKG.cjs');require('../../chunk-ITRGJNWL.cjs');Object.defineProperty(exports,"Dialog",{enumerable:true,get:function(){return chunkRKSTEJKG_cjs.c}});Object.defineProperty(exports,"DialogContent",{enumerable:true,get:function(){return chunkRKSTEJKG_cjs.e}});Object.defineProperty(exports,"DialogDescription",{enumerable:true,get:function(){return chunkRKSTEJKG_cjs.h}});Object.defineProperty(exports,"DialogHeader",{enumerable:true,get:function(){return chunkRKSTEJKG_cjs.f}});Object.defineProperty(exports,"DialogTitle",{enumerable:true,get:function(){return chunkRKSTEJKG_cjs.g}});Object.defineProperty(exports,"DialogTrigger",{enumerable:true,get:function(){return chunkRKSTEJKG_cjs.d}});Object.defineProperty(exports,"backdropVariants",{enumerable:true,get:function(){return chunkRKSTEJKG_cjs.b}});Object.defineProperty(exports,"dialogVariants",{enumerable:true,get:function(){return chunkRKSTEJKG_cjs.a}});//# sourceMappingURL=dialog.cjs.map
3
3
  //# sourceMappingURL=dialog.cjs.map
@@ -8,7 +8,7 @@ declare const dialogVariants: (props?: ({
8
8
  animation?: "default" | "none" | "scale" | "slide" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const backdropVariants: (props?: ({
11
- variant?: "strong" | "default" | "subtle" | "colored" | null | undefined;
11
+ variant?: "default" | "subtle" | "strong" | "colored" | null | undefined;
12
12
  } & class_variance_authority_types.ClassProp) | undefined) => string;
13
13
  interface DialogProps {
14
14
  open?: boolean;
@@ -20,6 +20,15 @@ interface DialogProps {
20
20
  }
21
21
  interface DialogContentProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof dialogVariants> {
22
22
  onClose?: () => void;
23
+ /**
24
+ * Draw the corner close button.
25
+ *
26
+ * Defaults to true. Turn it off when the content owns its own top edge - the
27
+ * button is absolutely positioned at the top right, so over a search field or
28
+ * a toolbar it lands on top of the content. `CommandDialog` is the case that
29
+ * needed it. Escape and the backdrop still close the dialog either way.
30
+ */
31
+ showCloseButton?: boolean;
23
32
  }
24
33
  interface DialogHeaderProps extends React.HTMLAttributes<HTMLDivElement> {
25
34
  }
@@ -8,7 +8,7 @@ declare const dialogVariants: (props?: ({
8
8
  animation?: "default" | "none" | "scale" | "slide" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare const backdropVariants: (props?: ({
11
- variant?: "strong" | "default" | "subtle" | "colored" | null | undefined;
11
+ variant?: "default" | "subtle" | "strong" | "colored" | null | undefined;
12
12
  } & class_variance_authority_types.ClassProp) | undefined) => string;
13
13
  interface DialogProps {
14
14
  open?: boolean;
@@ -20,6 +20,15 @@ interface DialogProps {
20
20
  }
21
21
  interface DialogContentProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof dialogVariants> {
22
22
  onClose?: () => void;
23
+ /**
24
+ * Draw the corner close button.
25
+ *
26
+ * Defaults to true. Turn it off when the content owns its own top edge - the
27
+ * button is absolutely positioned at the top right, so over a search field or
28
+ * a toolbar it lands on top of the content. `CommandDialog` is the case that
29
+ * needed it. Escape and the backdrop still close the dialog either way.
30
+ */
31
+ showCloseButton?: boolean;
23
32
  }
24
33
  interface DialogHeaderProps extends React.HTMLAttributes<HTMLDivElement> {
25
34
  }
@@ -1,3 +1,3 @@
1
1
  "use client";
2
- export{c as Dialog,e as DialogContent,h as DialogDescription,f as DialogHeader,g as DialogTitle,d as DialogTrigger,b as backdropVariants,a as dialogVariants}from'../../chunk-MY2KMTUS.js';import'../../chunk-AC2JBXHQ.js';//# sourceMappingURL=dialog.js.map
2
+ export{c as Dialog,e as DialogContent,h as DialogDescription,f as DialogHeader,g as DialogTitle,d as DialogTrigger,b as backdropVariants,a as dialogVariants}from'../../chunk-5N5KJBMP.js';import'../../chunk-AC2JBXHQ.js';//# sourceMappingURL=dialog.js.map
3
3
  //# sourceMappingURL=dialog.js.map
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunk75OZKMEA_cjs=require('../../chunk-75OZKMEA.cjs');require('../../chunk-ITRGJNWL.cjs');Object.defineProperty(exports,"Drawer",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.a}});Object.defineProperty(exports,"DrawerClose",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.d}});Object.defineProperty(exports,"DrawerContent",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.g}});Object.defineProperty(exports,"DrawerDescription",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.k}});Object.defineProperty(exports,"DrawerFooter",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.i}});Object.defineProperty(exports,"DrawerHandle",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.e}});Object.defineProperty(exports,"DrawerHeader",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.h}});Object.defineProperty(exports,"DrawerNested",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.l}});Object.defineProperty(exports,"DrawerOverlay",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.f}});Object.defineProperty(exports,"DrawerPortal",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.c}});Object.defineProperty(exports,"DrawerTitle",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.j}});Object.defineProperty(exports,"DrawerTrigger",{enumerable:true,get:function(){return chunk75OZKMEA_cjs.b}});//# sourceMappingURL=drawer.cjs.map
3
+ //# sourceMappingURL=drawer.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"drawer.cjs"}