@jarllyng/nostromo 3.8.0 → 3.9.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 (37) hide show
  1. package/dist/chunk-45W3AH36.cjs +3 -0
  2. package/dist/chunk-45W3AH36.cjs.map +1 -0
  3. package/dist/chunk-BISYWH74.js +3 -0
  4. package/dist/chunk-BISYWH74.js.map +1 -0
  5. package/dist/chunk-FMIAI6US.cjs +3 -0
  6. package/dist/chunk-FMIAI6US.cjs.map +1 -0
  7. package/dist/chunk-FTAB43WC.js +3 -0
  8. package/dist/chunk-FTAB43WC.js.map +1 -0
  9. package/dist/chunk-QEHKWS7N.cjs +3 -0
  10. package/dist/chunk-QEHKWS7N.cjs.map +1 -0
  11. package/dist/chunk-VBGHESL2.js +3 -0
  12. package/dist/chunk-VBGHESL2.js.map +1 -0
  13. package/dist/components/core/menubar.cjs +3 -0
  14. package/dist/components/core/menubar.cjs.map +1 -0
  15. package/dist/components/core/menubar.d.cts +41 -0
  16. package/dist/components/core/menubar.d.ts +41 -0
  17. package/dist/components/core/menubar.js +3 -0
  18. package/dist/components/core/menubar.js.map +1 -0
  19. package/dist/components/core/navigation-menu.cjs +3 -0
  20. package/dist/components/core/navigation-menu.cjs.map +1 -0
  21. package/dist/components/core/navigation-menu.d.cts +29 -0
  22. package/dist/components/core/navigation-menu.d.ts +29 -0
  23. package/dist/components/core/navigation-menu.js +3 -0
  24. package/dist/components/core/navigation-menu.js.map +1 -0
  25. package/dist/components/core/slider.cjs +3 -0
  26. package/dist/components/core/slider.cjs.map +1 -0
  27. package/dist/components/core/slider.d.cts +29 -0
  28. package/dist/components/core/slider.d.ts +29 -0
  29. package/dist/components/core/slider.js +3 -0
  30. package/dist/components/core/slider.js.map +1 -0
  31. package/dist/index.cjs +1 -1
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.d.cts +6 -0
  34. package/dist/index.d.ts +6 -0
  35. package/dist/index.js +1 -1
  36. package/dist/index.js.map +1 -1
  37. package/package.json +31 -1
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunkITRGJNWL_cjs=require('./chunk-ITRGJNWL.cjs'),t=require('react'),e=require('@radix-ui/react-navigation-menu'),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 t__namespace=/*#__PURE__*/_interopNamespace(t);var e__namespace=/*#__PURE__*/_interopNamespace(e);var d=t__namespace.forwardRef(({className:i,children:a,...o},r)=>t__namespace.createElement(e__namespace.Root,{ref:r,className:chunkITRGJNWL_cjs.a("relative z-10 flex max-w-max flex-1 items-center justify-center",i),...o},a,t__namespace.createElement(m,null)));d.displayName=e__namespace.Root.displayName;var v=t__namespace.forwardRef(({className:i,...a},o)=>t__namespace.createElement(e__namespace.List,{ref:o,className:chunkITRGJNWL_cjs.a("group flex flex-1 list-none items-center justify-center gap-1",i),...a}));v.displayName=e__namespace.List.displayName;var N=e__namespace.Item,u=classVarianceAuthority.cva("group inline-flex h-9 w-max items-center justify-center rounded-md px-4 py-2 text-sm font-medium transition-colors hover:bg-muted hover:text-foreground focus:bg-muted focus:outline-none disabled:pointer-events-none disabled:opacity-50 data-[state=open]:bg-muted"),f=t__namespace.forwardRef(({className:i,children:a,...o},r)=>t__namespace.createElement(e__namespace.Trigger,{ref:r,className:chunkITRGJNWL_cjs.a(u(),"gap-1",i),...o},a,t__namespace.createElement("svg",{viewBox:"0 0 16 16",fill:"none",className:"h-3 w-3 transition-transform duration-200 group-data-[state=open]:rotate-180","aria-hidden":"true"},t__namespace.createElement("path",{d:"m4 6 4 4 4-4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))));f.displayName=e__namespace.Trigger.displayName;var g=t__namespace.forwardRef(({className:i,...a},o)=>t__namespace.createElement(e__namespace.Content,{ref:o,className:chunkITRGJNWL_cjs.a("left-0 top-0 w-full p-4 md:absolute md:w-auto data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in-0 data-[motion^=to-]:fade-out-0",i),...a}));g.displayName=e__namespace.Content.displayName;var R=e__namespace.Link,m=t__namespace.forwardRef(({className:i,...a},o)=>t__namespace.createElement("div",{className:"absolute left-0 top-full flex justify-center"},t__namespace.createElement(e__namespace.Viewport,{ref:o,className:chunkITRGJNWL_cjs.a("relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-lg border border-border bg-background text-foreground shadow-lg md:w-[var(--radix-navigation-menu-viewport-width)] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",i),...a})));m.displayName=e__namespace.Viewport.displayName;var l=t__namespace.forwardRef(({className:i,...a},o)=>t__namespace.createElement(e__namespace.Indicator,{ref:o,className:chunkITRGJNWL_cjs.a("top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out-0 data-[state=visible]:fade-in-0",i),...a},t__namespace.createElement("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border"})));l.displayName=e__namespace.Indicator.displayName;exports.a=d;exports.b=v;exports.c=N;exports.d=u;exports.e=f;exports.f=g;exports.g=R;exports.h=m;exports.i=l;//# sourceMappingURL=chunk-45W3AH36.cjs.map
3
+ //# sourceMappingURL=chunk-45W3AH36.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/core/navigation-menu.tsx"],"names":["NavigationMenu","t","className","children","props","ref","e","cn","NavigationMenuViewport","NavigationMenuList","NavigationMenuItem","navigationMenuTriggerStyle","cva","NavigationMenuTrigger","NavigationMenuContent","NavigationMenuLink","NavigationMenuIndicator"],"mappings":"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","file":"chunk-45W3AH36.cjs","sourcesContent":["import * as React from \"react\";\nimport * as NavigationMenuPrimitive from \"@radix-ui/react-navigation-menu\";\nimport { cva } from \"class-variance-authority\";\nimport { cn } from \"../../lib/utils\";\n\n/**\n * Site navigation with panels: a header where \"Products\" opens a grid of links.\n *\n * Not a menu, despite the name. A `DropdownMenu` runs commands and uses menu\n * roles; this is a `<nav>` full of links, and Radix keeps it that way. That\n * distinction is the reason to use this one for site navigation - a screen\n * reader user gets a navigation landmark and a list of links rather than a menu\n * they are expected to act on.\n *\n * The viewport is where the active panel is drawn. It sits outside the list so\n * one panel can animate into the next without the trigger row reflowing, which\n * is why it is a separate component rather than something rendered inside each\n * item.\n */\n\nconst NavigationMenu = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root>\n>(({ className, children, ...props }, ref) => (\n <NavigationMenuPrimitive.Root\n ref={ref}\n className={cn(\n \"relative z-10 flex max-w-max flex-1 items-center justify-center\",\n className,\n )}\n {...props}\n >\n {children}\n <NavigationMenuViewport />\n </NavigationMenuPrimitive.Root>\n));\nNavigationMenu.displayName = NavigationMenuPrimitive.Root.displayName;\n\nconst NavigationMenuList = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.List>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.List>\n>(({ className, ...props }, ref) => (\n <NavigationMenuPrimitive.List\n ref={ref}\n className={cn(\n \"group flex flex-1 list-none items-center justify-center gap-1\",\n className,\n )}\n {...props}\n />\n));\nNavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;\n\nconst NavigationMenuItem = NavigationMenuPrimitive.Item;\n\nconst navigationMenuTriggerStyle = cva(\n \"group inline-flex h-9 w-max items-center justify-center rounded-md px-4 py-2 text-sm font-medium \" +\n \"transition-colors hover:bg-muted hover:text-foreground \" +\n \"focus:bg-muted focus:outline-none disabled:pointer-events-none disabled:opacity-50 \" +\n \"data-[state=open]:bg-muted\",\n);\n\nconst NavigationMenuTrigger = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Trigger>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Trigger>\n>(({ className, children, ...props }, ref) => (\n <NavigationMenuPrimitive.Trigger\n ref={ref}\n className={cn(navigationMenuTriggerStyle(), \"gap-1\", className)}\n {...props}\n >\n {children}\n <svg\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n className=\"h-3 w-3 transition-transform duration-200 group-data-[state=open]:rotate-180\"\n aria-hidden=\"true\"\n >\n <path\n d=\"m4 6 4 4 4-4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n </NavigationMenuPrimitive.Trigger>\n));\nNavigationMenuTrigger.displayName = NavigationMenuPrimitive.Trigger.displayName;\n\nconst NavigationMenuContent = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Content>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Content>\n>(({ className, ...props }, ref) => (\n <NavigationMenuPrimitive.Content\n ref={ref}\n className={cn(\n \"left-0 top-0 w-full p-4 md:absolute md:w-auto \" +\n \"data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out \" +\n \"data-[motion^=from-]:fade-in-0 data-[motion^=to-]:fade-out-0\",\n className,\n )}\n {...props}\n />\n));\nNavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;\n\nconst NavigationMenuLink = NavigationMenuPrimitive.Link;\n\nconst NavigationMenuViewport = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Viewport>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Viewport>\n>(({ className, ...props }, ref) => (\n <div className=\"absolute left-0 top-full flex justify-center\">\n <NavigationMenuPrimitive.Viewport\n ref={ref}\n className={cn(\n \"relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden \" +\n \"rounded-lg border border-border bg-background text-foreground shadow-lg \" +\n \"md:w-[var(--radix-navigation-menu-viewport-width)] \" +\n \"data-[state=open]:animate-in data-[state=closed]:animate-out \" +\n \"data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95\",\n className,\n )}\n {...props}\n />\n </div>\n));\nNavigationMenuViewport.displayName =\n NavigationMenuPrimitive.Viewport.displayName;\n\nconst NavigationMenuIndicator = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Indicator>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Indicator>\n>(({ className, ...props }, ref) => (\n <NavigationMenuPrimitive.Indicator\n ref={ref}\n className={cn(\n \"top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden \" +\n \"data-[state=visible]:animate-in data-[state=hidden]:animate-out \" +\n \"data-[state=hidden]:fade-out-0 data-[state=visible]:fade-in-0\",\n className,\n )}\n {...props}\n >\n <div className=\"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border\" />\n </NavigationMenuPrimitive.Indicator>\n));\nNavigationMenuIndicator.displayName =\n NavigationMenuPrimitive.Indicator.displayName;\n\nexport {\n NavigationMenu,\n NavigationMenuList,\n NavigationMenuItem,\n NavigationMenuTrigger,\n NavigationMenuContent,\n NavigationMenuLink,\n NavigationMenuViewport,\n NavigationMenuIndicator,\n navigationMenuTriggerStyle,\n};\n"]}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import {a}from'./chunk-AC2JBXHQ.js';import*as t from'react';import*as e from'@radix-ui/react-navigation-menu';import {cva}from'class-variance-authority';var d=t.forwardRef(({className:i,children:a$1,...o},r)=>t.createElement(e.Root,{ref:r,className:a("relative z-10 flex max-w-max flex-1 items-center justify-center",i),...o},a$1,t.createElement(m,null)));d.displayName=e.Root.displayName;var v=t.forwardRef(({className:i,...a$1},o)=>t.createElement(e.List,{ref:o,className:a("group flex flex-1 list-none items-center justify-center gap-1",i),...a$1}));v.displayName=e.List.displayName;var N=e.Item,u=cva("group inline-flex h-9 w-max items-center justify-center rounded-md px-4 py-2 text-sm font-medium transition-colors hover:bg-muted hover:text-foreground focus:bg-muted focus:outline-none disabled:pointer-events-none disabled:opacity-50 data-[state=open]:bg-muted"),f=t.forwardRef(({className:i,children:a$1,...o},r)=>t.createElement(e.Trigger,{ref:r,className:a(u(),"gap-1",i),...o},a$1,t.createElement("svg",{viewBox:"0 0 16 16",fill:"none",className:"h-3 w-3 transition-transform duration-200 group-data-[state=open]:rotate-180","aria-hidden":"true"},t.createElement("path",{d:"m4 6 4 4 4-4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))));f.displayName=e.Trigger.displayName;var g=t.forwardRef(({className:i,...a$1},o)=>t.createElement(e.Content,{ref:o,className:a("left-0 top-0 w-full p-4 md:absolute md:w-auto data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in-0 data-[motion^=to-]:fade-out-0",i),...a$1}));g.displayName=e.Content.displayName;var R=e.Link,m=t.forwardRef(({className:i,...a$1},o)=>t.createElement("div",{className:"absolute left-0 top-full flex justify-center"},t.createElement(e.Viewport,{ref:o,className:a("relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-lg border border-border bg-background text-foreground shadow-lg md:w-[var(--radix-navigation-menu-viewport-width)] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",i),...a$1})));m.displayName=e.Viewport.displayName;var l=t.forwardRef(({className:i,...a$1},o)=>t.createElement(e.Indicator,{ref:o,className:a("top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out-0 data-[state=visible]:fade-in-0",i),...a$1},t.createElement("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border"})));l.displayName=e.Indicator.displayName;export{d as a,v as b,N as c,u as d,f as e,g as f,R as g,m as h,l as i};//# sourceMappingURL=chunk-BISYWH74.js.map
3
+ //# sourceMappingURL=chunk-BISYWH74.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/core/navigation-menu.tsx"],"names":["NavigationMenu","className","children","props","ref","cn","NavigationMenuViewport","NavigationMenuList","NavigationMenuItem","navigationMenuTriggerStyle","cva","NavigationMenuTrigger","NavigationMenuContent","NavigationMenuLink","NavigationMenuIndicator"],"mappings":"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","file":"chunk-BISYWH74.js","sourcesContent":["import * as React from \"react\";\nimport * as NavigationMenuPrimitive from \"@radix-ui/react-navigation-menu\";\nimport { cva } from \"class-variance-authority\";\nimport { cn } from \"../../lib/utils\";\n\n/**\n * Site navigation with panels: a header where \"Products\" opens a grid of links.\n *\n * Not a menu, despite the name. A `DropdownMenu` runs commands and uses menu\n * roles; this is a `<nav>` full of links, and Radix keeps it that way. That\n * distinction is the reason to use this one for site navigation - a screen\n * reader user gets a navigation landmark and a list of links rather than a menu\n * they are expected to act on.\n *\n * The viewport is where the active panel is drawn. It sits outside the list so\n * one panel can animate into the next without the trigger row reflowing, which\n * is why it is a separate component rather than something rendered inside each\n * item.\n */\n\nconst NavigationMenu = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root>\n>(({ className, children, ...props }, ref) => (\n <NavigationMenuPrimitive.Root\n ref={ref}\n className={cn(\n \"relative z-10 flex max-w-max flex-1 items-center justify-center\",\n className,\n )}\n {...props}\n >\n {children}\n <NavigationMenuViewport />\n </NavigationMenuPrimitive.Root>\n));\nNavigationMenu.displayName = NavigationMenuPrimitive.Root.displayName;\n\nconst NavigationMenuList = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.List>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.List>\n>(({ className, ...props }, ref) => (\n <NavigationMenuPrimitive.List\n ref={ref}\n className={cn(\n \"group flex flex-1 list-none items-center justify-center gap-1\",\n className,\n )}\n {...props}\n />\n));\nNavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;\n\nconst NavigationMenuItem = NavigationMenuPrimitive.Item;\n\nconst navigationMenuTriggerStyle = cva(\n \"group inline-flex h-9 w-max items-center justify-center rounded-md px-4 py-2 text-sm font-medium \" +\n \"transition-colors hover:bg-muted hover:text-foreground \" +\n \"focus:bg-muted focus:outline-none disabled:pointer-events-none disabled:opacity-50 \" +\n \"data-[state=open]:bg-muted\",\n);\n\nconst NavigationMenuTrigger = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Trigger>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Trigger>\n>(({ className, children, ...props }, ref) => (\n <NavigationMenuPrimitive.Trigger\n ref={ref}\n className={cn(navigationMenuTriggerStyle(), \"gap-1\", className)}\n {...props}\n >\n {children}\n <svg\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n className=\"h-3 w-3 transition-transform duration-200 group-data-[state=open]:rotate-180\"\n aria-hidden=\"true\"\n >\n <path\n d=\"m4 6 4 4 4-4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n </NavigationMenuPrimitive.Trigger>\n));\nNavigationMenuTrigger.displayName = NavigationMenuPrimitive.Trigger.displayName;\n\nconst NavigationMenuContent = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Content>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Content>\n>(({ className, ...props }, ref) => (\n <NavigationMenuPrimitive.Content\n ref={ref}\n className={cn(\n \"left-0 top-0 w-full p-4 md:absolute md:w-auto \" +\n \"data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out \" +\n \"data-[motion^=from-]:fade-in-0 data-[motion^=to-]:fade-out-0\",\n className,\n )}\n {...props}\n />\n));\nNavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;\n\nconst NavigationMenuLink = NavigationMenuPrimitive.Link;\n\nconst NavigationMenuViewport = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Viewport>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Viewport>\n>(({ className, ...props }, ref) => (\n <div className=\"absolute left-0 top-full flex justify-center\">\n <NavigationMenuPrimitive.Viewport\n ref={ref}\n className={cn(\n \"relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden \" +\n \"rounded-lg border border-border bg-background text-foreground shadow-lg \" +\n \"md:w-[var(--radix-navigation-menu-viewport-width)] \" +\n \"data-[state=open]:animate-in data-[state=closed]:animate-out \" +\n \"data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95\",\n className,\n )}\n {...props}\n />\n </div>\n));\nNavigationMenuViewport.displayName =\n NavigationMenuPrimitive.Viewport.displayName;\n\nconst NavigationMenuIndicator = React.forwardRef<\n React.ElementRef<typeof NavigationMenuPrimitive.Indicator>,\n React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Indicator>\n>(({ className, ...props }, ref) => (\n <NavigationMenuPrimitive.Indicator\n ref={ref}\n className={cn(\n \"top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden \" +\n \"data-[state=visible]:animate-in data-[state=hidden]:animate-out \" +\n \"data-[state=hidden]:fade-out-0 data-[state=visible]:fade-in-0\",\n className,\n )}\n {...props}\n >\n <div className=\"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border\" />\n </NavigationMenuPrimitive.Indicator>\n));\nNavigationMenuIndicator.displayName =\n NavigationMenuPrimitive.Indicator.displayName;\n\nexport {\n NavigationMenu,\n NavigationMenuList,\n NavigationMenuItem,\n NavigationMenuTrigger,\n NavigationMenuContent,\n NavigationMenuLink,\n NavigationMenuViewport,\n NavigationMenuIndicator,\n navigationMenuTriggerStyle,\n};\n"]}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunkMIYL7YKU_cjs=require('./chunk-MIYL7YKU.cjs'),chunkITRGJNWL_cjs=require('./chunk-ITRGJNWL.cjs'),t=require('react'),e=require('@radix-ui/react-menubar');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 t__namespace=/*#__PURE__*/_interopNamespace(t);var e__namespace=/*#__PURE__*/_interopNamespace(e);var d=t__namespace.forwardRef(({className:r,...a},i)=>t__namespace.createElement(e__namespace.Root,{ref:i,className:chunkITRGJNWL_cjs.a("flex items-center gap-1 rounded-lg border border-border bg-background p-1",r),...a}));d.displayName=e__namespace.Root.displayName;var M=t__namespace.forwardRef(({className:r,...a},i)=>t__namespace.createElement(e__namespace.Trigger,{ref:i,className:chunkITRGJNWL_cjs.a("flex cursor-pointer select-none items-center rounded-md px-3 py-1.5 text-sm font-medium outline-none focus:bg-muted data-[state=open]:bg-muted",r),...a}));M.displayName=e__namespace.Trigger.displayName;var R=t__namespace.forwardRef(({className:r,align:a="start",sideOffset:i=6,...o},u)=>t__namespace.createElement(e__namespace.Portal,null,t__namespace.createElement(e__namespace.Content,{ref:u,align:a,sideOffset:i,className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.a,r),...o})));R.displayName=e__namespace.Content.displayName;var P=t__namespace.forwardRef(({className:r,destructive:a,inset:i,...o},u)=>t__namespace.createElement(e__namespace.Item,{ref:u,className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.b,i&&chunkMIYL7YKU_cjs.c,a&&chunkMIYL7YKU_cjs.g,r),...o}));P.displayName=e__namespace.Item.displayName;var v=t__namespace.forwardRef(({className:r,children:a,...i},o)=>t__namespace.createElement(e__namespace.CheckboxItem,{ref:o,className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.b,chunkMIYL7YKU_cjs.c,r),...i},t__namespace.createElement("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center"},t__namespace.createElement(e__namespace.ItemIndicator,null,t__namespace.createElement("svg",{viewBox:"0 0 16 16",fill:"none",className:"h-3.5 w-3.5","aria-hidden":"true"},t__namespace.createElement("path",{d:"M13 4.5 6.5 11 3 7.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})))),a));v.displayName=e__namespace.CheckboxItem.displayName;var y=t__namespace.forwardRef(({className:r,children:a,...i},o)=>t__namespace.createElement(e__namespace.RadioItem,{ref:o,className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.b,chunkMIYL7YKU_cjs.c,r),...i},t__namespace.createElement("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center"},t__namespace.createElement(e__namespace.ItemIndicator,null,t__namespace.createElement("span",{className:"h-2 w-2 rounded-full bg-current"}))),a));y.displayName=e__namespace.RadioItem.displayName;var N=t__namespace.forwardRef(({className:r,inset:a,...i},o)=>t__namespace.createElement(e__namespace.Label,{ref:o,className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.d,a&&chunkMIYL7YKU_cjs.c,r),...i}));N.displayName=e__namespace.Label.displayName;var g=t__namespace.forwardRef(({className:r,...a},i)=>t__namespace.createElement(e__namespace.Separator,{ref:i,className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.e,r),...a}));g.displayName=e__namespace.Separator.displayName;function h({className:r,...a}){return t__namespace.createElement("span",{className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.f,r),...a})}h.displayName="MenubarShortcut";var I=t__namespace.forwardRef(({className:r,inset:a,children:i,...o},u)=>t__namespace.createElement(e__namespace.SubTrigger,{ref:u,className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.b,"data-[state=open]:bg-muted",a&&chunkMIYL7YKU_cjs.c,r),...o},i,t__namespace.createElement("svg",{viewBox:"0 0 16 16",fill:"none",className:"ml-auto h-3.5 w-3.5","aria-hidden":"true"},t__namespace.createElement("path",{d:"m6 4 4 4-4 4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))));I.displayName=e__namespace.SubTrigger.displayName;var C=t__namespace.forwardRef(({className:r,...a},i)=>t__namespace.createElement(e__namespace.Portal,null,t__namespace.createElement(e__namespace.SubContent,{ref:i,className:chunkITRGJNWL_cjs.a(chunkMIYL7YKU_cjs.a,r),...a})));C.displayName=e__namespace.SubContent.displayName;Object.defineProperty(exports,"l",{enumerable:true,get:function(){return e.Menu}});Object.defineProperty(exports,"m",{enumerable:true,get:function(){return e.Group}});Object.defineProperty(exports,"n",{enumerable:true,get:function(){return e.Sub}});Object.defineProperty(exports,"o",{enumerable:true,get:function(){return e.RadioGroup}});exports.a=d;exports.b=M;exports.c=R;exports.d=P;exports.e=v;exports.f=y;exports.g=N;exports.h=g;exports.i=h;exports.j=I;exports.k=C;//# sourceMappingURL=chunk-FMIAI6US.cjs.map
3
+ //# sourceMappingURL=chunk-FMIAI6US.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/core/menubar.tsx"],"names":["Menubar","t","className","props","ref","e","cn","MenubarTrigger","MenubarContent","align","sideOffset","menuSurface","MenubarItem","destructive","inset","menuItem","menuItemInset","menuDestructive","MenubarCheckboxItem","children","MenubarRadioItem","MenubarLabel","menuLabel","MenubarSeparator","menuSeparator","MenubarShortcut","menuShortcut","MenubarSubTrigger","MenubarSubContent"],"mappings":"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","file":"chunk-FMIAI6US.cjs","sourcesContent":["import * as React from \"react\";\nimport * as MenubarPrimitive from \"@radix-ui/react-menubar\";\nimport { cn } from \"../../lib/utils\";\nimport {\n menuDestructive,\n menuItem,\n menuItemInset,\n menuLabel,\n menuSeparator,\n menuShortcut,\n menuSurface,\n} from \"./menu-styles\";\n\n/**\n * The application menu bar: File, Edit, View, each opening its own menu.\n *\n * Its own primitive rather than a row of dropdowns, because a menu bar behaves\n * as one control. Once a menu is open, moving the pointer to a neighbouring\n * trigger opens that one without a click, and the arrow keys move between menus\n * as well as within them. A row of independent `DropdownMenu`s gets none of\n * that.\n *\n * Third component reading from menu-styles, after DropdownMenu and ContextMenu.\n * All three are the same menu to look at, and now cannot drift apart.\n */\n\nconst Menubar = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Root>\n>(({ className, ...props }, ref) => (\n <MenubarPrimitive.Root\n ref={ref}\n className={cn(\n \"flex items-center gap-1 rounded-lg border border-border bg-background p-1\",\n className,\n )}\n {...props}\n />\n));\nMenubar.displayName = MenubarPrimitive.Root.displayName;\n\n// Re-exported straight from the package rather than through `const X =\n// MenubarPrimitive.Y`. That form makes TypeScript infer a type naming an\n// internal Radix path, which it cannot write into the .d.ts - TS2742, \"the\n// inferred type cannot be named without a reference to ... this is likely not\n// portable\". A direct re-export skips the inference entirely.\nexport {\n Menu as MenubarMenu,\n Group as MenubarGroup,\n Sub as MenubarSub,\n RadioGroup as MenubarRadioGroup,\n} from \"@radix-ui/react-menubar\";\n\nconst MenubarTrigger = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Trigger>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Trigger>\n>(({ className, ...props }, ref) => (\n <MenubarPrimitive.Trigger\n ref={ref}\n className={cn(\n \"flex cursor-pointer select-none items-center rounded-md px-3 py-1.5 text-sm font-medium outline-none \" +\n \"focus:bg-muted data-[state=open]:bg-muted\",\n className,\n )}\n {...props}\n />\n));\nMenubarTrigger.displayName = MenubarPrimitive.Trigger.displayName;\n\nconst MenubarContent = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Content>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Content>\n>(({ className, align = \"start\", sideOffset = 6, ...props }, ref) => (\n <MenubarPrimitive.Portal>\n <MenubarPrimitive.Content\n ref={ref}\n align={align}\n sideOffset={sideOffset}\n className={cn(menuSurface, className)}\n {...props}\n />\n </MenubarPrimitive.Portal>\n));\nMenubarContent.displayName = MenubarPrimitive.Content.displayName;\n\nexport interface MenubarItemProps extends React.ComponentPropsWithoutRef<\n typeof MenubarPrimitive.Item\n> {\n destructive?: boolean;\n inset?: boolean;\n}\n\nconst MenubarItem = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Item>,\n MenubarItemProps\n>(({ className, destructive, inset, ...props }, ref) => (\n <MenubarPrimitive.Item\n ref={ref}\n className={cn(\n menuItem,\n inset && menuItemInset,\n destructive && menuDestructive,\n className,\n )}\n {...props}\n />\n));\nMenubarItem.displayName = MenubarPrimitive.Item.displayName;\n\nconst MenubarCheckboxItem = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.CheckboxItem>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.CheckboxItem>\n>(({ className, children, ...props }, ref) => (\n <MenubarPrimitive.CheckboxItem\n ref={ref}\n className={cn(menuItem, menuItemInset, className)}\n {...props}\n >\n <span className=\"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\">\n <MenubarPrimitive.ItemIndicator>\n <svg\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n className=\"h-3.5 w-3.5\"\n aria-hidden=\"true\"\n >\n <path\n d=\"M13 4.5 6.5 11 3 7.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n </MenubarPrimitive.ItemIndicator>\n </span>\n {children}\n </MenubarPrimitive.CheckboxItem>\n));\nMenubarCheckboxItem.displayName = MenubarPrimitive.CheckboxItem.displayName;\n\nconst MenubarRadioItem = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.RadioItem>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.RadioItem>\n>(({ className, children, ...props }, ref) => (\n <MenubarPrimitive.RadioItem\n ref={ref}\n className={cn(menuItem, menuItemInset, className)}\n {...props}\n >\n <span className=\"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\">\n <MenubarPrimitive.ItemIndicator>\n <span className=\"h-2 w-2 rounded-full bg-current\" />\n </MenubarPrimitive.ItemIndicator>\n </span>\n {children}\n </MenubarPrimitive.RadioItem>\n));\nMenubarRadioItem.displayName = MenubarPrimitive.RadioItem.displayName;\n\nconst MenubarLabel = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Label>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Label> & {\n inset?: boolean;\n }\n>(({ className, inset, ...props }, ref) => (\n <MenubarPrimitive.Label\n ref={ref}\n className={cn(menuLabel, inset && menuItemInset, className)}\n {...props}\n />\n));\nMenubarLabel.displayName = MenubarPrimitive.Label.displayName;\n\nconst MenubarSeparator = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Separator>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Separator>\n>(({ className, ...props }, ref) => (\n <MenubarPrimitive.Separator\n ref={ref}\n className={cn(menuSeparator, className)}\n {...props}\n />\n));\nMenubarSeparator.displayName = MenubarPrimitive.Separator.displayName;\n\nfunction MenubarShortcut({\n className,\n ...props\n}: React.HTMLAttributes<HTMLSpanElement>) {\n return <span className={cn(menuShortcut, className)} {...props} />;\n}\nMenubarShortcut.displayName = \"MenubarShortcut\";\n\nconst MenubarSubTrigger = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.SubTrigger>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.SubTrigger> & {\n inset?: boolean;\n }\n>(({ className, inset, children, ...props }, ref) => (\n <MenubarPrimitive.SubTrigger\n ref={ref}\n className={cn(\n menuItem,\n \"data-[state=open]:bg-muted\",\n inset && menuItemInset,\n className,\n )}\n {...props}\n >\n {children}\n <svg\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n className=\"ml-auto h-3.5 w-3.5\"\n aria-hidden=\"true\"\n >\n <path\n d=\"m6 4 4 4-4 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n </MenubarPrimitive.SubTrigger>\n));\nMenubarSubTrigger.displayName = MenubarPrimitive.SubTrigger.displayName;\n\nconst MenubarSubContent = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.SubContent>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.SubContent>\n>(({ className, ...props }, ref) => (\n <MenubarPrimitive.Portal>\n <MenubarPrimitive.SubContent\n ref={ref}\n className={cn(menuSurface, className)}\n {...props}\n />\n </MenubarPrimitive.Portal>\n));\nMenubarSubContent.displayName = MenubarPrimitive.SubContent.displayName;\n\nexport {\n Menubar,\n MenubarTrigger,\n MenubarContent,\n MenubarItem,\n MenubarCheckboxItem,\n MenubarRadioItem,\n MenubarLabel,\n MenubarSeparator,\n MenubarShortcut,\n MenubarSubTrigger,\n MenubarSubContent,\n};\n"]}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import {a as a$1,b,c,g as g$1,d as d$1,e as e$1,f}from'./chunk-XYPJ2K22.js';import {a}from'./chunk-AC2JBXHQ.js';import*as t from'react';import*as e from'@radix-ui/react-menubar';export{Menu as l,Group as m,Sub as n,RadioGroup as o}from'@radix-ui/react-menubar';var d=t.forwardRef(({className:r,...a$1},i)=>t.createElement(e.Root,{ref:i,className:a("flex items-center gap-1 rounded-lg border border-border bg-background p-1",r),...a$1}));d.displayName=e.Root.displayName;var M=t.forwardRef(({className:r,...a$1},i)=>t.createElement(e.Trigger,{ref:i,className:a("flex cursor-pointer select-none items-center rounded-md px-3 py-1.5 text-sm font-medium outline-none focus:bg-muted data-[state=open]:bg-muted",r),...a$1}));M.displayName=e.Trigger.displayName;var R=t.forwardRef(({className:r,align:a$2="start",sideOffset:i=6,...o},u)=>t.createElement(e.Portal,null,t.createElement(e.Content,{ref:u,align:a$2,sideOffset:i,className:a(a$1,r),...o})));R.displayName=e.Content.displayName;var P=t.forwardRef(({className:r,destructive:a$1,inset:i,...o},u)=>t.createElement(e.Item,{ref:u,className:a(b,i&&c,a$1&&g$1,r),...o}));P.displayName=e.Item.displayName;var v=t.forwardRef(({className:r,children:a$1,...i},o)=>t.createElement(e.CheckboxItem,{ref:o,className:a(b,c,r),...i},t.createElement("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center"},t.createElement(e.ItemIndicator,null,t.createElement("svg",{viewBox:"0 0 16 16",fill:"none",className:"h-3.5 w-3.5","aria-hidden":"true"},t.createElement("path",{d:"M13 4.5 6.5 11 3 7.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})))),a$1));v.displayName=e.CheckboxItem.displayName;var y=t.forwardRef(({className:r,children:a$1,...i},o)=>t.createElement(e.RadioItem,{ref:o,className:a(b,c,r),...i},t.createElement("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center"},t.createElement(e.ItemIndicator,null,t.createElement("span",{className:"h-2 w-2 rounded-full bg-current"}))),a$1));y.displayName=e.RadioItem.displayName;var N=t.forwardRef(({className:r,inset:a$1,...i},o)=>t.createElement(e.Label,{ref:o,className:a(d$1,a$1&&c,r),...i}));N.displayName=e.Label.displayName;var g=t.forwardRef(({className:r,...a$1},i)=>t.createElement(e.Separator,{ref:i,className:a(e$1,r),...a$1}));g.displayName=e.Separator.displayName;function h({className:r,...a$1}){return t.createElement("span",{className:a(f,r),...a$1})}h.displayName="MenubarShortcut";var I=t.forwardRef(({className:r,inset:a$1,children:i,...o},u)=>t.createElement(e.SubTrigger,{ref:u,className:a(b,"data-[state=open]:bg-muted",a$1&&c,r),...o},i,t.createElement("svg",{viewBox:"0 0 16 16",fill:"none",className:"ml-auto h-3.5 w-3.5","aria-hidden":"true"},t.createElement("path",{d:"m6 4 4 4-4 4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))));I.displayName=e.SubTrigger.displayName;var C=t.forwardRef(({className:r,...a$2},i)=>t.createElement(e.Portal,null,t.createElement(e.SubContent,{ref:i,className:a(a$1,r),...a$2})));C.displayName=e.SubContent.displayName;export{d as a,M as b,R as c,P as d,v as e,y as f,N as g,g as h,h as i,I as j,C as k};//# sourceMappingURL=chunk-FTAB43WC.js.map
3
+ //# sourceMappingURL=chunk-FTAB43WC.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/core/menubar.tsx"],"names":["Menubar","className","props","ref","cn","MenubarTrigger","MenubarContent","align","sideOffset","menuSurface","MenubarItem","destructive","inset","menuItem","menuItemInset","menuDestructive","MenubarCheckboxItem","children","MenubarRadioItem","MenubarLabel","menuLabel","MenubarSeparator","menuSeparator","MenubarShortcut","menuShortcut","MenubarSubTrigger","MenubarSubContent"],"mappings":"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","file":"chunk-FTAB43WC.js","sourcesContent":["import * as React from \"react\";\nimport * as MenubarPrimitive from \"@radix-ui/react-menubar\";\nimport { cn } from \"../../lib/utils\";\nimport {\n menuDestructive,\n menuItem,\n menuItemInset,\n menuLabel,\n menuSeparator,\n menuShortcut,\n menuSurface,\n} from \"./menu-styles\";\n\n/**\n * The application menu bar: File, Edit, View, each opening its own menu.\n *\n * Its own primitive rather than a row of dropdowns, because a menu bar behaves\n * as one control. Once a menu is open, moving the pointer to a neighbouring\n * trigger opens that one without a click, and the arrow keys move between menus\n * as well as within them. A row of independent `DropdownMenu`s gets none of\n * that.\n *\n * Third component reading from menu-styles, after DropdownMenu and ContextMenu.\n * All three are the same menu to look at, and now cannot drift apart.\n */\n\nconst Menubar = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Root>\n>(({ className, ...props }, ref) => (\n <MenubarPrimitive.Root\n ref={ref}\n className={cn(\n \"flex items-center gap-1 rounded-lg border border-border bg-background p-1\",\n className,\n )}\n {...props}\n />\n));\nMenubar.displayName = MenubarPrimitive.Root.displayName;\n\n// Re-exported straight from the package rather than through `const X =\n// MenubarPrimitive.Y`. That form makes TypeScript infer a type naming an\n// internal Radix path, which it cannot write into the .d.ts - TS2742, \"the\n// inferred type cannot be named without a reference to ... this is likely not\n// portable\". A direct re-export skips the inference entirely.\nexport {\n Menu as MenubarMenu,\n Group as MenubarGroup,\n Sub as MenubarSub,\n RadioGroup as MenubarRadioGroup,\n} from \"@radix-ui/react-menubar\";\n\nconst MenubarTrigger = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Trigger>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Trigger>\n>(({ className, ...props }, ref) => (\n <MenubarPrimitive.Trigger\n ref={ref}\n className={cn(\n \"flex cursor-pointer select-none items-center rounded-md px-3 py-1.5 text-sm font-medium outline-none \" +\n \"focus:bg-muted data-[state=open]:bg-muted\",\n className,\n )}\n {...props}\n />\n));\nMenubarTrigger.displayName = MenubarPrimitive.Trigger.displayName;\n\nconst MenubarContent = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Content>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Content>\n>(({ className, align = \"start\", sideOffset = 6, ...props }, ref) => (\n <MenubarPrimitive.Portal>\n <MenubarPrimitive.Content\n ref={ref}\n align={align}\n sideOffset={sideOffset}\n className={cn(menuSurface, className)}\n {...props}\n />\n </MenubarPrimitive.Portal>\n));\nMenubarContent.displayName = MenubarPrimitive.Content.displayName;\n\nexport interface MenubarItemProps extends React.ComponentPropsWithoutRef<\n typeof MenubarPrimitive.Item\n> {\n destructive?: boolean;\n inset?: boolean;\n}\n\nconst MenubarItem = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Item>,\n MenubarItemProps\n>(({ className, destructive, inset, ...props }, ref) => (\n <MenubarPrimitive.Item\n ref={ref}\n className={cn(\n menuItem,\n inset && menuItemInset,\n destructive && menuDestructive,\n className,\n )}\n {...props}\n />\n));\nMenubarItem.displayName = MenubarPrimitive.Item.displayName;\n\nconst MenubarCheckboxItem = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.CheckboxItem>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.CheckboxItem>\n>(({ className, children, ...props }, ref) => (\n <MenubarPrimitive.CheckboxItem\n ref={ref}\n className={cn(menuItem, menuItemInset, className)}\n {...props}\n >\n <span className=\"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\">\n <MenubarPrimitive.ItemIndicator>\n <svg\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n className=\"h-3.5 w-3.5\"\n aria-hidden=\"true\"\n >\n <path\n d=\"M13 4.5 6.5 11 3 7.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n </MenubarPrimitive.ItemIndicator>\n </span>\n {children}\n </MenubarPrimitive.CheckboxItem>\n));\nMenubarCheckboxItem.displayName = MenubarPrimitive.CheckboxItem.displayName;\n\nconst MenubarRadioItem = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.RadioItem>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.RadioItem>\n>(({ className, children, ...props }, ref) => (\n <MenubarPrimitive.RadioItem\n ref={ref}\n className={cn(menuItem, menuItemInset, className)}\n {...props}\n >\n <span className=\"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\">\n <MenubarPrimitive.ItemIndicator>\n <span className=\"h-2 w-2 rounded-full bg-current\" />\n </MenubarPrimitive.ItemIndicator>\n </span>\n {children}\n </MenubarPrimitive.RadioItem>\n));\nMenubarRadioItem.displayName = MenubarPrimitive.RadioItem.displayName;\n\nconst MenubarLabel = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Label>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Label> & {\n inset?: boolean;\n }\n>(({ className, inset, ...props }, ref) => (\n <MenubarPrimitive.Label\n ref={ref}\n className={cn(menuLabel, inset && menuItemInset, className)}\n {...props}\n />\n));\nMenubarLabel.displayName = MenubarPrimitive.Label.displayName;\n\nconst MenubarSeparator = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.Separator>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Separator>\n>(({ className, ...props }, ref) => (\n <MenubarPrimitive.Separator\n ref={ref}\n className={cn(menuSeparator, className)}\n {...props}\n />\n));\nMenubarSeparator.displayName = MenubarPrimitive.Separator.displayName;\n\nfunction MenubarShortcut({\n className,\n ...props\n}: React.HTMLAttributes<HTMLSpanElement>) {\n return <span className={cn(menuShortcut, className)} {...props} />;\n}\nMenubarShortcut.displayName = \"MenubarShortcut\";\n\nconst MenubarSubTrigger = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.SubTrigger>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.SubTrigger> & {\n inset?: boolean;\n }\n>(({ className, inset, children, ...props }, ref) => (\n <MenubarPrimitive.SubTrigger\n ref={ref}\n className={cn(\n menuItem,\n \"data-[state=open]:bg-muted\",\n inset && menuItemInset,\n className,\n )}\n {...props}\n >\n {children}\n <svg\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n className=\"ml-auto h-3.5 w-3.5\"\n aria-hidden=\"true\"\n >\n <path\n d=\"m6 4 4 4-4 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n </MenubarPrimitive.SubTrigger>\n));\nMenubarSubTrigger.displayName = MenubarPrimitive.SubTrigger.displayName;\n\nconst MenubarSubContent = React.forwardRef<\n React.ElementRef<typeof MenubarPrimitive.SubContent>,\n React.ComponentPropsWithoutRef<typeof MenubarPrimitive.SubContent>\n>(({ className, ...props }, ref) => (\n <MenubarPrimitive.Portal>\n <MenubarPrimitive.SubContent\n ref={ref}\n className={cn(menuSurface, className)}\n {...props}\n />\n </MenubarPrimitive.Portal>\n));\nMenubarSubContent.displayName = MenubarPrimitive.SubContent.displayName;\n\nexport {\n Menubar,\n MenubarTrigger,\n MenubarContent,\n MenubarItem,\n MenubarCheckboxItem,\n MenubarRadioItem,\n MenubarLabel,\n MenubarSeparator,\n MenubarShortcut,\n MenubarSubTrigger,\n MenubarSubContent,\n};\n"]}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunkITRGJNWL_cjs=require('./chunk-ITRGJNWL.cjs'),i=require('react'),e=require('@radix-ui/react-slider'),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 i__namespace=/*#__PURE__*/_interopNamespace(i);var e__namespace=/*#__PURE__*/_interopNamespace(e);var c=classVarianceAuthority.cva("relative grow overflow-hidden rounded-full bg-muted",{variants:{size:{sm:"h-1",default:"h-1.5",lg:"h-2.5"}},defaultVariants:{size:"default"}}),u=classVarianceAuthority.cva("block rounded-full border-2 border-primary bg-background shadow transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50",{variants:{size:{sm:"h-3.5 w-3.5",default:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"default"}}),v=i__namespace.forwardRef(({className:d,size:o,thumbLabel:t,...a},f)=>{let m=a.value??a.defaultValue??[0],l=Array.isArray(t)?t:[t];return i__namespace.createElement(e__namespace.Root,{ref:f,className:chunkITRGJNWL_cjs.a("relative flex w-full touch-none select-none items-center",d),...a},i__namespace.createElement(e__namespace.Track,{className:chunkITRGJNWL_cjs.a(c({size:o}))},i__namespace.createElement(e__namespace.Range,{className:"absolute h-full bg-primary"})),m.map((p,s)=>i__namespace.createElement(e__namespace.Thumb,{key:s,className:chunkITRGJNWL_cjs.a(u({size:o})),"aria-label":l[s]??l[0]})))});v.displayName=e__namespace.Root.displayName;exports.a=c;exports.b=u;exports.c=v;//# sourceMappingURL=chunk-QEHKWS7N.cjs.map
3
+ //# sourceMappingURL=chunk-QEHKWS7N.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/core/slider.tsx"],"names":["sliderTrackVariants","cva","sliderThumbVariants","Slider","i","className","size","thumbLabel","props","ref","values","labels","e","cn","_"],"mappings":"klBAaMA,CAAAA,CAAsBC,0BAAAA,CAC1B,qDAAA,CACA,CACE,SAAU,CACR,IAAA,CAAM,CACJ,EAAA,CAAI,MACJ,OAAA,CAAS,OAAA,CACT,EAAA,CAAI,OACN,CACF,CAAA,CACA,eAAA,CAAiB,CAAE,IAAA,CAAM,SAAU,CACrC,CACF,CAAA,CAEMC,CAAAA,CAAsBD,2BAC1B,6QAAA,CAGA,CACE,QAAA,CAAU,CACR,KAAM,CACJ,EAAA,CAAI,aAAA,CACJ,OAAA,CAAS,UACT,EAAA,CAAI,SACN,CACF,CAAA,CACA,gBAAiB,CAAE,IAAA,CAAM,SAAU,CACrC,CACF,CAAA,CAcME,CAAAA,CAAeC,YAAA,CAAA,UAAA,CAGnB,CAAC,CAAE,SAAA,CAAAC,CAAAA,CAAW,IAAA,CAAAC,CAAAA,CAAM,WAAAC,CAAAA,CAAY,GAAGC,CAAM,CAAA,CAAGC,IAAQ,CAGpD,IAAMC,CAAAA,CAASF,CAAAA,CAAM,OAASA,CAAAA,CAAM,YAAA,EAAgB,CAAC,CAAC,CAAA,CAChDG,CAAAA,CAAS,KAAA,CAAM,OAAA,CAAQJ,CAAU,CAAA,CAAIA,CAAAA,CAAa,CAACA,CAAU,EAEnE,OACEH,YAAA,CAAA,aAAA,CAAiBQ,YAAA,CAAA,IAAA,CAAhB,CACC,IAAKH,CAAAA,CACL,SAAA,CAAWI,mBAAAA,CACT,0DAAA,CACAR,CACF,CAAA,CACC,GAAGG,CAAAA,CAAAA,CAEJJ,YAAA,CAAA,aAAA,CAAiBQ,mBAAhB,CAAsB,SAAA,CAAWC,mBAAAA,CAAGb,CAAAA,CAAoB,CAAE,IAAA,CAAAM,CAAK,CAAC,CAAC,GAChEF,YAAA,CAAA,aAAA,CAAiBQ,YAAA,CAAA,KAAA,CAAhB,CAAsB,SAAA,CAAU,6BAA6B,CAChE,CAAA,CACCF,CAAAA,CAAO,GAAA,CAAI,CAACI,CAAAA,CAAGV,CAAAA,GACdA,YAAA,CAAA,aAAA,CAAiBQ,YAAA,CAAA,KAAA,CAAhB,CACC,GAAA,CAAKR,CAAAA,CACL,SAAA,CAAWS,mBAAAA,CAAGX,EAAoB,CAAE,IAAA,CAAAI,CAAK,CAAC,CAAC,CAAA,CAC3C,YAAA,CAAYK,CAAAA,CAAOP,CAAC,GAAKO,CAAAA,CAAO,CAAC,CAAA,CACnC,CACD,CACH,CAEJ,CAAC,EACDR,CAAAA,CAAO,YAA8BS,YAAA,CAAA,IAAA,CAAK,WAAA","file":"chunk-QEHKWS7N.cjs","sourcesContent":["import * as React from \"react\";\nimport * as SliderPrimitive from \"@radix-ui/react-slider\";\nimport { cva, type VariantProps } from \"class-variance-authority\";\nimport { cn } from \"../../lib/utils\";\n\n/**\n * A value picked by dragging along a range: volume, price, opacity.\n *\n * Radix renders one thumb per entry in `value`, so a range slider is the same\n * component with two numbers rather than a separate one. The thumbs are rendered\n * from the value rather than hardcoded here for that reason.\n */\n\nconst sliderTrackVariants = cva(\n \"relative grow overflow-hidden rounded-full bg-muted\",\n {\n variants: {\n size: {\n sm: \"h-1\",\n default: \"h-1.5\",\n lg: \"h-2.5\",\n },\n },\n defaultVariants: { size: \"default\" },\n },\n);\n\nconst sliderThumbVariants = cva(\n \"block rounded-full border-2 border-primary bg-background shadow transition-colors \" +\n \"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background \" +\n \"disabled:pointer-events-none disabled:opacity-50\",\n {\n variants: {\n size: {\n sm: \"h-3.5 w-3.5\",\n default: \"h-4 w-4\",\n lg: \"h-5 w-5\",\n },\n },\n defaultVariants: { size: \"default\" },\n },\n);\n\nexport interface SliderProps\n extends\n React.ComponentPropsWithoutRef<typeof SliderPrimitive.Root>,\n VariantProps<typeof sliderTrackVariants> {\n /**\n * Label for each thumb, so a screen reader says \"Minimum\" and \"Maximum\"\n * rather than \"slider\" twice. One string labels a single thumb; an array\n * labels them in order.\n */\n thumbLabel?: string | string[];\n}\n\nconst Slider = React.forwardRef<\n React.ElementRef<typeof SliderPrimitive.Root>,\n SliderProps\n>(({ className, size, thumbLabel, ...props }, ref) => {\n // One thumb per value. Radix drives this from `value` or `defaultValue`, so\n // reading it here keeps a range slider working without a second component.\n const values = props.value ?? props.defaultValue ?? [0];\n const labels = Array.isArray(thumbLabel) ? thumbLabel : [thumbLabel];\n\n return (\n <SliderPrimitive.Root\n ref={ref}\n className={cn(\n \"relative flex w-full touch-none select-none items-center\",\n className,\n )}\n {...props}\n >\n <SliderPrimitive.Track className={cn(sliderTrackVariants({ size }))}>\n <SliderPrimitive.Range className=\"absolute h-full bg-primary\" />\n </SliderPrimitive.Track>\n {values.map((_, i) => (\n <SliderPrimitive.Thumb\n key={i}\n className={cn(sliderThumbVariants({ size }))}\n aria-label={labels[i] ?? labels[0]}\n />\n ))}\n </SliderPrimitive.Root>\n );\n});\nSlider.displayName = SliderPrimitive.Root.displayName;\n\nexport { Slider, sliderTrackVariants, sliderThumbVariants };\n"]}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import {a}from'./chunk-AC2JBXHQ.js';import*as i from'react';import*as e from'@radix-ui/react-slider';import {cva}from'class-variance-authority';var c=cva("relative grow overflow-hidden rounded-full bg-muted",{variants:{size:{sm:"h-1",default:"h-1.5",lg:"h-2.5"}},defaultVariants:{size:"default"}}),u=cva("block rounded-full border-2 border-primary bg-background shadow transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50",{variants:{size:{sm:"h-3.5 w-3.5",default:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"default"}}),v=i.forwardRef(({className:d,size:o,thumbLabel:t,...a$1},f)=>{let m=a$1.value??a$1.defaultValue??[0],l=Array.isArray(t)?t:[t];return i.createElement(e.Root,{ref:f,className:a("relative flex w-full touch-none select-none items-center",d),...a$1},i.createElement(e.Track,{className:a(c({size:o}))},i.createElement(e.Range,{className:"absolute h-full bg-primary"})),m.map((p,s)=>i.createElement(e.Thumb,{key:s,className:a(u({size:o})),"aria-label":l[s]??l[0]})))});v.displayName=e.Root.displayName;export{c as a,u as b,v as c};//# sourceMappingURL=chunk-VBGHESL2.js.map
3
+ //# sourceMappingURL=chunk-VBGHESL2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/components/core/slider.tsx"],"names":["sliderTrackVariants","cva","sliderThumbVariants","Slider","className","size","thumbLabel","props","ref","values","labels","cn","_","i"],"mappings":"oJAaMA,CAAAA,CAAsBC,GAAAA,CAC1B,qDAAA,CACA,CACE,SAAU,CACR,IAAA,CAAM,CACJ,EAAA,CAAI,MACJ,OAAA,CAAS,OAAA,CACT,EAAA,CAAI,OACN,CACF,CAAA,CACA,eAAA,CAAiB,CAAE,IAAA,CAAM,SAAU,CACrC,CACF,CAAA,CAEMC,CAAAA,CAAsBD,IAC1B,6QAAA,CAGA,CACE,QAAA,CAAU,CACR,KAAM,CACJ,EAAA,CAAI,aAAA,CACJ,OAAA,CAAS,UACT,EAAA,CAAI,SACN,CACF,CAAA,CACA,gBAAiB,CAAE,IAAA,CAAM,SAAU,CACrC,CACF,CAAA,CAcME,CAAAA,CAAe,CAAA,CAAA,UAAA,CAGnB,CAAC,CAAE,SAAA,CAAAC,CAAAA,CAAW,IAAA,CAAAC,CAAAA,CAAM,WAAAC,CAAAA,CAAY,GAAGC,GAAM,CAAA,CAAGC,IAAQ,CAGpD,IAAMC,CAAAA,CAASF,GAAAA,CAAM,OAASA,GAAAA,CAAM,YAAA,EAAgB,CAAC,CAAC,CAAA,CAChDG,CAAAA,CAAS,KAAA,CAAM,OAAA,CAAQJ,CAAU,CAAA,CAAIA,CAAAA,CAAa,CAACA,CAAU,EAEnE,OACE,CAAA,CAAA,aAAA,CAAiB,CAAA,CAAA,IAAA,CAAhB,CACC,IAAKE,CAAAA,CACL,SAAA,CAAWG,CAAAA,CACT,0DAAA,CACAP,CACF,CAAA,CACC,GAAGG,GAAAA,CAAAA,CAEJ,CAAA,CAAA,aAAA,CAAiB,QAAhB,CAAsB,SAAA,CAAWI,CAAAA,CAAGX,CAAAA,CAAoB,CAAE,IAAA,CAAAK,CAAK,CAAC,CAAC,GAChE,CAAA,CAAA,aAAA,CAAiB,CAAA,CAAA,KAAA,CAAhB,CAAsB,SAAA,CAAU,6BAA6B,CAChE,CAAA,CACCI,CAAAA,CAAO,GAAA,CAAI,CAACG,CAAAA,CAAGC,CAAAA,GACd,CAAA,CAAA,aAAA,CAAiB,CAAA,CAAA,KAAA,CAAhB,CACC,GAAA,CAAKA,CAAAA,CACL,SAAA,CAAWF,CAAAA,CAAGT,EAAoB,CAAE,IAAA,CAAAG,CAAK,CAAC,CAAC,CAAA,CAC3C,YAAA,CAAYK,CAAAA,CAAOG,CAAC,GAAKH,CAAAA,CAAO,CAAC,CAAA,CACnC,CACD,CACH,CAEJ,CAAC,EACDP,CAAAA,CAAO,YAA8B,CAAA,CAAA,IAAA,CAAK,WAAA","file":"chunk-VBGHESL2.js","sourcesContent":["import * as React from \"react\";\nimport * as SliderPrimitive from \"@radix-ui/react-slider\";\nimport { cva, type VariantProps } from \"class-variance-authority\";\nimport { cn } from \"../../lib/utils\";\n\n/**\n * A value picked by dragging along a range: volume, price, opacity.\n *\n * Radix renders one thumb per entry in `value`, so a range slider is the same\n * component with two numbers rather than a separate one. The thumbs are rendered\n * from the value rather than hardcoded here for that reason.\n */\n\nconst sliderTrackVariants = cva(\n \"relative grow overflow-hidden rounded-full bg-muted\",\n {\n variants: {\n size: {\n sm: \"h-1\",\n default: \"h-1.5\",\n lg: \"h-2.5\",\n },\n },\n defaultVariants: { size: \"default\" },\n },\n);\n\nconst sliderThumbVariants = cva(\n \"block rounded-full border-2 border-primary bg-background shadow transition-colors \" +\n \"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background \" +\n \"disabled:pointer-events-none disabled:opacity-50\",\n {\n variants: {\n size: {\n sm: \"h-3.5 w-3.5\",\n default: \"h-4 w-4\",\n lg: \"h-5 w-5\",\n },\n },\n defaultVariants: { size: \"default\" },\n },\n);\n\nexport interface SliderProps\n extends\n React.ComponentPropsWithoutRef<typeof SliderPrimitive.Root>,\n VariantProps<typeof sliderTrackVariants> {\n /**\n * Label for each thumb, so a screen reader says \"Minimum\" and \"Maximum\"\n * rather than \"slider\" twice. One string labels a single thumb; an array\n * labels them in order.\n */\n thumbLabel?: string | string[];\n}\n\nconst Slider = React.forwardRef<\n React.ElementRef<typeof SliderPrimitive.Root>,\n SliderProps\n>(({ className, size, thumbLabel, ...props }, ref) => {\n // One thumb per value. Radix drives this from `value` or `defaultValue`, so\n // reading it here keeps a range slider working without a second component.\n const values = props.value ?? props.defaultValue ?? [0];\n const labels = Array.isArray(thumbLabel) ? thumbLabel : [thumbLabel];\n\n return (\n <SliderPrimitive.Root\n ref={ref}\n className={cn(\n \"relative flex w-full touch-none select-none items-center\",\n className,\n )}\n {...props}\n >\n <SliderPrimitive.Track className={cn(sliderTrackVariants({ size }))}>\n <SliderPrimitive.Range className=\"absolute h-full bg-primary\" />\n </SliderPrimitive.Track>\n {values.map((_, i) => (\n <SliderPrimitive.Thumb\n key={i}\n className={cn(sliderThumbVariants({ size }))}\n aria-label={labels[i] ?? labels[0]}\n />\n ))}\n </SliderPrimitive.Root>\n );\n});\nSlider.displayName = SliderPrimitive.Root.displayName;\n\nexport { Slider, sliderTrackVariants, sliderThumbVariants };\n"]}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunkFMIAI6US_cjs=require('../../chunk-FMIAI6US.cjs');require('../../chunk-MIYL7YKU.cjs'),require('../../chunk-ITRGJNWL.cjs');Object.defineProperty(exports,"Menubar",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.a}});Object.defineProperty(exports,"MenubarCheckboxItem",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.e}});Object.defineProperty(exports,"MenubarContent",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.c}});Object.defineProperty(exports,"MenubarGroup",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.m}});Object.defineProperty(exports,"MenubarItem",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.d}});Object.defineProperty(exports,"MenubarLabel",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.g}});Object.defineProperty(exports,"MenubarMenu",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.l}});Object.defineProperty(exports,"MenubarRadioGroup",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.o}});Object.defineProperty(exports,"MenubarRadioItem",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.f}});Object.defineProperty(exports,"MenubarSeparator",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.h}});Object.defineProperty(exports,"MenubarShortcut",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.i}});Object.defineProperty(exports,"MenubarSub",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.n}});Object.defineProperty(exports,"MenubarSubContent",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.k}});Object.defineProperty(exports,"MenubarSubTrigger",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.j}});Object.defineProperty(exports,"MenubarTrigger",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.b}});//# sourceMappingURL=menubar.cjs.map
3
+ //# sourceMappingURL=menubar.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"menubar.cjs"}
@@ -0,0 +1,41 @@
1
+ import * as React from 'react';
2
+ import * as MenubarPrimitive from '@radix-ui/react-menubar';
3
+ export { Group as MenubarGroup, Menu as MenubarMenu, RadioGroup as MenubarRadioGroup, Sub as MenubarSub } from '@radix-ui/react-menubar';
4
+
5
+ /**
6
+ * The application menu bar: File, Edit, View, each opening its own menu.
7
+ *
8
+ * Its own primitive rather than a row of dropdowns, because a menu bar behaves
9
+ * as one control. Once a menu is open, moving the pointer to a neighbouring
10
+ * trigger opens that one without a click, and the arrow keys move between menus
11
+ * as well as within them. A row of independent `DropdownMenu`s gets none of
12
+ * that.
13
+ *
14
+ * Third component reading from menu-styles, after DropdownMenu and ContextMenu.
15
+ * All three are the same menu to look at, and now cannot drift apart.
16
+ */
17
+ declare const Menubar: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
+
19
+ declare const MenubarTrigger: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
20
+ declare const MenubarContent: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
21
+ interface MenubarItemProps extends React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Item> {
22
+ destructive?: boolean;
23
+ inset?: boolean;
24
+ }
25
+ declare const MenubarItem: React.ForwardRefExoticComponent<MenubarItemProps & React.RefAttributes<HTMLDivElement>>;
26
+ declare const MenubarCheckboxItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
27
+ declare const MenubarRadioItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
28
+ declare const MenubarLabel: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
29
+ inset?: boolean;
30
+ } & React.RefAttributes<HTMLDivElement>>;
31
+ declare const MenubarSeparator: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
32
+ declare function MenubarShortcut({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
33
+ declare namespace MenubarShortcut {
34
+ var displayName: string;
35
+ }
36
+ declare const MenubarSubTrigger: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
37
+ inset?: boolean;
38
+ } & React.RefAttributes<HTMLDivElement>>;
39
+ declare const MenubarSubContent: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
40
+
41
+ export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, type MenubarItemProps, MenubarLabel, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
@@ -0,0 +1,41 @@
1
+ import * as React from 'react';
2
+ import * as MenubarPrimitive from '@radix-ui/react-menubar';
3
+ export { Group as MenubarGroup, Menu as MenubarMenu, RadioGroup as MenubarRadioGroup, Sub as MenubarSub } from '@radix-ui/react-menubar';
4
+
5
+ /**
6
+ * The application menu bar: File, Edit, View, each opening its own menu.
7
+ *
8
+ * Its own primitive rather than a row of dropdowns, because a menu bar behaves
9
+ * as one control. Once a menu is open, moving the pointer to a neighbouring
10
+ * trigger opens that one without a click, and the arrow keys move between menus
11
+ * as well as within them. A row of independent `DropdownMenu`s gets none of
12
+ * that.
13
+ *
14
+ * Third component reading from menu-styles, after DropdownMenu and ContextMenu.
15
+ * All three are the same menu to look at, and now cannot drift apart.
16
+ */
17
+ declare const Menubar: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
+
19
+ declare const MenubarTrigger: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
20
+ declare const MenubarContent: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
21
+ interface MenubarItemProps extends React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Item> {
22
+ destructive?: boolean;
23
+ inset?: boolean;
24
+ }
25
+ declare const MenubarItem: React.ForwardRefExoticComponent<MenubarItemProps & React.RefAttributes<HTMLDivElement>>;
26
+ declare const MenubarCheckboxItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
27
+ declare const MenubarRadioItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
28
+ declare const MenubarLabel: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
29
+ inset?: boolean;
30
+ } & React.RefAttributes<HTMLDivElement>>;
31
+ declare const MenubarSeparator: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
32
+ declare function MenubarShortcut({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
33
+ declare namespace MenubarShortcut {
34
+ var displayName: string;
35
+ }
36
+ declare const MenubarSubTrigger: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
37
+ inset?: boolean;
38
+ } & React.RefAttributes<HTMLDivElement>>;
39
+ declare const MenubarSubContent: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
40
+
41
+ export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, type MenubarItemProps, MenubarLabel, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ export{a as Menubar,e as MenubarCheckboxItem,c as MenubarContent,m as MenubarGroup,d as MenubarItem,g as MenubarLabel,l as MenubarMenu,o as MenubarRadioGroup,f as MenubarRadioItem,h as MenubarSeparator,i as MenubarShortcut,n as MenubarSub,k as MenubarSubContent,j as MenubarSubTrigger,b as MenubarTrigger}from'../../chunk-FTAB43WC.js';import'../../chunk-XYPJ2K22.js';import'../../chunk-AC2JBXHQ.js';//# sourceMappingURL=menubar.js.map
3
+ //# sourceMappingURL=menubar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"menubar.js"}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunk45W3AH36_cjs=require('../../chunk-45W3AH36.cjs');require('../../chunk-ITRGJNWL.cjs');Object.defineProperty(exports,"NavigationMenu",{enumerable:true,get:function(){return chunk45W3AH36_cjs.a}});Object.defineProperty(exports,"NavigationMenuContent",{enumerable:true,get:function(){return chunk45W3AH36_cjs.f}});Object.defineProperty(exports,"NavigationMenuIndicator",{enumerable:true,get:function(){return chunk45W3AH36_cjs.i}});Object.defineProperty(exports,"NavigationMenuItem",{enumerable:true,get:function(){return chunk45W3AH36_cjs.c}});Object.defineProperty(exports,"NavigationMenuLink",{enumerable:true,get:function(){return chunk45W3AH36_cjs.g}});Object.defineProperty(exports,"NavigationMenuList",{enumerable:true,get:function(){return chunk45W3AH36_cjs.b}});Object.defineProperty(exports,"NavigationMenuTrigger",{enumerable:true,get:function(){return chunk45W3AH36_cjs.e}});Object.defineProperty(exports,"NavigationMenuViewport",{enumerable:true,get:function(){return chunk45W3AH36_cjs.h}});Object.defineProperty(exports,"navigationMenuTriggerStyle",{enumerable:true,get:function(){return chunk45W3AH36_cjs.d}});//# sourceMappingURL=navigation-menu.cjs.map
3
+ //# sourceMappingURL=navigation-menu.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"navigation-menu.cjs"}
@@ -0,0 +1,29 @@
1
+ import * as class_variance_authority_types from 'class-variance-authority/types';
2
+ import * as React from 'react';
3
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
4
+
5
+ /**
6
+ * Site navigation with panels: a header where "Products" opens a grid of links.
7
+ *
8
+ * Not a menu, despite the name. A `DropdownMenu` runs commands and uses menu
9
+ * roles; this is a `<nav>` full of links, and Radix keeps it that way. That
10
+ * distinction is the reason to use this one for site navigation - a screen
11
+ * reader user gets a navigation landmark and a list of links rather than a menu
12
+ * they are expected to act on.
13
+ *
14
+ * The viewport is where the active panel is drawn. It sits outside the list so
15
+ * one panel can animate into the next without the trigger row reflowing, which
16
+ * is why it is a separate component rather than something rendered inside each
17
+ * item.
18
+ */
19
+ declare const NavigationMenu: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React.RefAttributes<HTMLElement>, "ref"> & React.RefAttributes<HTMLElement>>;
20
+ declare const NavigationMenuList: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React.RefAttributes<HTMLUListElement>, "ref"> & React.RefAttributes<HTMLUListElement>>;
21
+ declare const NavigationMenuItem: React.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React.RefAttributes<HTMLLIElement>>;
22
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
23
+ declare const NavigationMenuTrigger: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
24
+ declare const NavigationMenuContent: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
25
+ declare const NavigationMenuLink: React.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>>;
26
+ declare const NavigationMenuViewport: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
27
+ declare const NavigationMenuIndicator: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
28
+
29
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
@@ -0,0 +1,29 @@
1
+ import * as class_variance_authority_types from 'class-variance-authority/types';
2
+ import * as React from 'react';
3
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
4
+
5
+ /**
6
+ * Site navigation with panels: a header where "Products" opens a grid of links.
7
+ *
8
+ * Not a menu, despite the name. A `DropdownMenu` runs commands and uses menu
9
+ * roles; this is a `<nav>` full of links, and Radix keeps it that way. That
10
+ * distinction is the reason to use this one for site navigation - a screen
11
+ * reader user gets a navigation landmark and a list of links rather than a menu
12
+ * they are expected to act on.
13
+ *
14
+ * The viewport is where the active panel is drawn. It sits outside the list so
15
+ * one panel can animate into the next without the trigger row reflowing, which
16
+ * is why it is a separate component rather than something rendered inside each
17
+ * item.
18
+ */
19
+ declare const NavigationMenu: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React.RefAttributes<HTMLElement>, "ref"> & React.RefAttributes<HTMLElement>>;
20
+ declare const NavigationMenuList: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React.RefAttributes<HTMLUListElement>, "ref"> & React.RefAttributes<HTMLUListElement>>;
21
+ declare const NavigationMenuItem: React.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React.RefAttributes<HTMLLIElement>>;
22
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
23
+ declare const NavigationMenuTrigger: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
24
+ declare const NavigationMenuContent: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
25
+ declare const NavigationMenuLink: React.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>>;
26
+ declare const NavigationMenuViewport: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
27
+ declare const NavigationMenuIndicator: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
28
+
29
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ export{a as NavigationMenu,f as NavigationMenuContent,i as NavigationMenuIndicator,c as NavigationMenuItem,g as NavigationMenuLink,b as NavigationMenuList,e as NavigationMenuTrigger,h as NavigationMenuViewport,d as navigationMenuTriggerStyle}from'../../chunk-BISYWH74.js';import'../../chunk-AC2JBXHQ.js';//# sourceMappingURL=navigation-menu.js.map
3
+ //# sourceMappingURL=navigation-menu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"navigation-menu.js"}
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ 'use strict';var chunkQEHKWS7N_cjs=require('../../chunk-QEHKWS7N.cjs');require('../../chunk-ITRGJNWL.cjs');Object.defineProperty(exports,"Slider",{enumerable:true,get:function(){return chunkQEHKWS7N_cjs.c}});Object.defineProperty(exports,"sliderThumbVariants",{enumerable:true,get:function(){return chunkQEHKWS7N_cjs.b}});Object.defineProperty(exports,"sliderTrackVariants",{enumerable:true,get:function(){return chunkQEHKWS7N_cjs.a}});//# sourceMappingURL=slider.cjs.map
3
+ //# sourceMappingURL=slider.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"slider.cjs"}
@@ -0,0 +1,29 @@
1
+ import * as class_variance_authority_types from 'class-variance-authority/types';
2
+ import * as React from 'react';
3
+ import * as SliderPrimitive from '@radix-ui/react-slider';
4
+ import { VariantProps } from 'class-variance-authority';
5
+
6
+ /**
7
+ * A value picked by dragging along a range: volume, price, opacity.
8
+ *
9
+ * Radix renders one thumb per entry in `value`, so a range slider is the same
10
+ * component with two numbers rather than a separate one. The thumbs are rendered
11
+ * from the value rather than hardcoded here for that reason.
12
+ */
13
+ declare const sliderTrackVariants: (props?: ({
14
+ size?: "default" | "sm" | "lg" | null | undefined;
15
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
16
+ declare const sliderThumbVariants: (props?: ({
17
+ size?: "default" | "sm" | "lg" | null | undefined;
18
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
19
+ interface SliderProps extends React.ComponentPropsWithoutRef<typeof SliderPrimitive.Root>, VariantProps<typeof sliderTrackVariants> {
20
+ /**
21
+ * Label for each thumb, so a screen reader says "Minimum" and "Maximum"
22
+ * rather than "slider" twice. One string labels a single thumb; an array
23
+ * labels them in order.
24
+ */
25
+ thumbLabel?: string | string[];
26
+ }
27
+ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<HTMLSpanElement>>;
28
+
29
+ export { Slider, type SliderProps, sliderThumbVariants, sliderTrackVariants };
@@ -0,0 +1,29 @@
1
+ import * as class_variance_authority_types from 'class-variance-authority/types';
2
+ import * as React from 'react';
3
+ import * as SliderPrimitive from '@radix-ui/react-slider';
4
+ import { VariantProps } from 'class-variance-authority';
5
+
6
+ /**
7
+ * A value picked by dragging along a range: volume, price, opacity.
8
+ *
9
+ * Radix renders one thumb per entry in `value`, so a range slider is the same
10
+ * component with two numbers rather than a separate one. The thumbs are rendered
11
+ * from the value rather than hardcoded here for that reason.
12
+ */
13
+ declare const sliderTrackVariants: (props?: ({
14
+ size?: "default" | "sm" | "lg" | null | undefined;
15
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
16
+ declare const sliderThumbVariants: (props?: ({
17
+ size?: "default" | "sm" | "lg" | null | undefined;
18
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
19
+ interface SliderProps extends React.ComponentPropsWithoutRef<typeof SliderPrimitive.Root>, VariantProps<typeof sliderTrackVariants> {
20
+ /**
21
+ * Label for each thumb, so a screen reader says "Minimum" and "Maximum"
22
+ * rather than "slider" twice. One string labels a single thumb; an array
23
+ * labels them in order.
24
+ */
25
+ thumbLabel?: string | string[];
26
+ }
27
+ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<HTMLSpanElement>>;
28
+
29
+ export { Slider, type SliderProps, sliderThumbVariants, sliderTrackVariants };
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ export{c as Slider,b as sliderThumbVariants,a as sliderTrackVariants}from'../../chunk-VBGHESL2.js';import'../../chunk-AC2JBXHQ.js';//# sourceMappingURL=slider.js.map
3
+ //# sourceMappingURL=slider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"slider.js"}
package/dist/index.cjs CHANGED
@@ -1,3 +1,3 @@
1
1
  "use client";
2
- 'use strict';var chunk3V3OIZWQ_cjs=require('./chunk-3V3OIZWQ.cjs'),chunkOEN63W3G_cjs=require('./chunk-OEN63W3G.cjs'),chunkJUOCEYUF_cjs=require('./chunk-JUOCEYUF.cjs'),chunkHWZTMVQV_cjs=require('./chunk-HWZTMVQV.cjs'),chunkV45EOCAD_cjs=require('./chunk-V45EOCAD.cjs'),chunk5Z3MYAVM_cjs=require('./chunk-5Z3MYAVM.cjs'),chunkSZ34F6OZ_cjs=require('./chunk-SZ34F6OZ.cjs'),chunkZ7WEJ5IQ_cjs=require('./chunk-Z7WEJ5IQ.cjs'),chunkJ4VRJVTO_cjs=require('./chunk-J4VRJVTO.cjs'),chunk7PPAI3MM_cjs=require('./chunk-7PPAI3MM.cjs'),chunk2DNQXAMB_cjs=require('./chunk-2DNQXAMB.cjs'),chunkMLJZU63I_cjs=require('./chunk-MLJZU63I.cjs'),chunkCGBIJDZX_cjs=require('./chunk-CGBIJDZX.cjs'),chunkK2JCGDU7_cjs=require('./chunk-K2JCGDU7.cjs'),chunkC7HZAQBX_cjs=require('./chunk-C7HZAQBX.cjs'),chunkMQUHAWJ2_cjs=require('./chunk-MQUHAWJ2.cjs'),chunkEVRQYWZ3_cjs=require('./chunk-EVRQYWZ3.cjs'),chunk7YFUAGIW_cjs=require('./chunk-7YFUAGIW.cjs'),chunkE3A4SP3X_cjs=require('./chunk-E3A4SP3X.cjs'),chunkNC27D5Y3_cjs=require('./chunk-NC27D5Y3.cjs'),chunkXPIBRXTW_cjs=require('./chunk-XPIBRXTW.cjs'),chunkBYV75TDY_cjs=require('./chunk-BYV75TDY.cjs'),chunkE53C3RDD_cjs=require('./chunk-E53C3RDD.cjs'),chunkG35BR7SK_cjs=require('./chunk-G35BR7SK.cjs'),chunkNPSIDFOF_cjs=require('./chunk-NPSIDFOF.cjs'),chunkEEGXD4HC_cjs=require('./chunk-EEGXD4HC.cjs'),chunkKCS3UL74_cjs=require('./chunk-KCS3UL74.cjs'),chunkAYEM2M4H_cjs=require('./chunk-AYEM2M4H.cjs'),chunkVNDL67OG_cjs=require('./chunk-VNDL67OG.cjs'),chunkFUENXWR7_cjs=require('./chunk-FUENXWR7.cjs'),chunkNBX6FKCA_cjs=require('./chunk-NBX6FKCA.cjs'),chunk4NLMGH2S_cjs=require('./chunk-4NLMGH2S.cjs');require('./chunk-MIYL7YKU.cjs');var chunkV77N662N_cjs=require('./chunk-V77N662N.cjs'),chunkEFCNLYYW_cjs=require('./chunk-EFCNLYYW.cjs'),chunk35RWQSO2_cjs=require('./chunk-35RWQSO2.cjs'),chunkJCETHQ55_cjs=require('./chunk-JCETHQ55.cjs'),chunkPMNNV4ML_cjs=require('./chunk-PMNNV4ML.cjs'),chunk3HKYX26O_cjs=require('./chunk-3HKYX26O.cjs'),chunkBZ5ZCZJX_cjs=require('./chunk-BZ5ZCZJX.cjs'),chunk3QVQ2TNE_cjs=require('./chunk-3QVQ2TNE.cjs'),chunkWK6LNC2E_cjs=require('./chunk-WK6LNC2E.cjs'),chunk55N2IT62_cjs=require('./chunk-55N2IT62.cjs'),chunk4FSJEW7W_cjs=require('./chunk-4FSJEW7W.cjs'),chunk7WEIVLG3_cjs=require('./chunk-7WEIVLG3.cjs'),chunkMLSE5XSB_cjs=require('./chunk-MLSE5XSB.cjs'),chunkPZLBMQGI_cjs=require('./chunk-PZLBMQGI.cjs'),chunk5PVFLXPO_cjs=require('./chunk-5PVFLXPO.cjs'),chunkLXQT7FH6_cjs=require('./chunk-LXQT7FH6.cjs'),chunkR4L5BZYI_cjs=require('./chunk-R4L5BZYI.cjs'),chunkIOX4WPJL_cjs=require('./chunk-IOX4WPJL.cjs');require('./chunk-7SPPGTBT.cjs');var chunkITRGJNWL_cjs=require('./chunk-ITRGJNWL.cjs');var Vn={nostromo:"nostromo",mother:"mother","lv-426":"lv-426",sulaco:"sulaco"};function yn(o){typeof document<"u"&&document.documentElement.setAttribute("data-theme",o);}function wn(){return typeof document>"u"?null:document.documentElement.getAttribute("data-theme")}function Ln(){if(typeof document>"u")return;let r=document.documentElement.getAttribute("data-color-scheme")==="dark"?"light":"dark";document.documentElement.setAttribute("data-color-scheme",r);}function Cn(o){typeof document>"u"||document.documentElement.setAttribute("data-color-scheme",o?"dark":"light");}function kn(){return typeof document>"u"?null:document.documentElement.getAttribute("data-color-scheme")}function Sn(){return typeof window>"u"?false:window.matchMedia("(prefers-color-scheme: dark)").matches}function Bn(o){if(typeof window>"u")return ()=>{};let r=window.matchMedia("(prefers-color-scheme: dark)"),t=e=>{o(e.matches);};return r.addEventListener("change",t),()=>{r.removeEventListener("change",t);}}function zn(o="nostromo"){typeof document>"u"||(wn()||yn(o),kn()||Cn(Sn()));}var Xn={nostromo:{name:"Nostromo",description:"Classic space industrial theme inspired by the USCSS Nostromo",colors:{primary:"Purple/Blue",secondary:"Dark Gray",accent:"Green"}},mother:{name:"Mother",description:"Cold, clinical AI aesthetic inspired by the ship's computer",colors:{primary:"Cold Blue/Cyan",secondary:"Clinical White",accent:"Green"}},"lv-426":{name:"LV-426",description:"Warm, rusty atmosphere inspired by the planet LV-426",colors:{primary:"Warm Orange/Rust",secondary:"Earth Tones",accent:"Green"}},sulaco:{name:"Sulaco",description:"Modern, military-inspired aesthetic from the USS Sulaco",colors:{primary:"Military Blue/Gray",secondary:"Steel Tones",accent:"Green"}}};Object.defineProperty(exports,"LogoWall",{enumerable:true,get:function(){return chunk3V3OIZWQ_cjs.a}});Object.defineProperty(exports,"Pricing",{enumerable:true,get:function(){return chunkOEN63W3G_cjs.a}});Object.defineProperty(exports,"Testimonials",{enumerable:true,get:function(){return chunkJUOCEYUF_cjs.a}});Object.defineProperty(exports,"Tabs",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.d}});Object.defineProperty(exports,"TabsContent",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.g}});Object.defineProperty(exports,"TabsList",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.e}});Object.defineProperty(exports,"TabsTrigger",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.f}});Object.defineProperty(exports,"tabsContentVariants",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.c}});Object.defineProperty(exports,"tabsListVariants",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.a}});Object.defineProperty(exports,"tabsTriggerVariants",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.b}});Object.defineProperty(exports,"Textarea",{enumerable:true,get:function(){return chunkV45EOCAD_cjs.b}});Object.defineProperty(exports,"textareaVariants",{enumerable:true,get:function(){return chunkV45EOCAD_cjs.a}});Object.defineProperty(exports,"Toast",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.e}});Object.defineProperty(exports,"ToastProvider",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.d}});Object.defineProperty(exports,"toastIconVariants",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.b}});Object.defineProperty(exports,"toastVariants",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.a}});Object.defineProperty(exports,"useToast",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.c}});Object.defineProperty(exports,"useToastNotification",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.f}});Object.defineProperty(exports,"Toggle",{enumerable:true,get:function(){return chunkSZ34F6OZ_cjs.b}});Object.defineProperty(exports,"ToggleGroup",{enumerable:true,get:function(){return chunkSZ34F6OZ_cjs.c}});Object.defineProperty(exports,"ToggleGroupItem",{enumerable:true,get:function(){return chunkSZ34F6OZ_cjs.d}});Object.defineProperty(exports,"toggleVariants",{enumerable:true,get:function(){return chunkSZ34F6OZ_cjs.a}});Object.defineProperty(exports,"Tooltip",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.f}});Object.defineProperty(exports,"TooltipContent",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.d}});Object.defineProperty(exports,"TooltipProvider",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.e}});Object.defineProperty(exports,"TooltipTrigger",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.c}});Object.defineProperty(exports,"arrowVariants",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.b}});Object.defineProperty(exports,"tooltipVariants",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.a}});Object.defineProperty(exports,"Features",{enumerable:true,get:function(){return chunkJ4VRJVTO_cjs.a}});Object.defineProperty(exports,"Gallery",{enumerable:true,get:function(){return chunk7PPAI3MM_cjs.a}});Object.defineProperty(exports,"Hero",{enumerable:true,get:function(){return chunk2DNQXAMB_cjs.a}});Object.defineProperty(exports,"RadioGroup",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.c}});Object.defineProperty(exports,"RadioGroupItem",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.d}});Object.defineProperty(exports,"RadioItem",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.d}});Object.defineProperty(exports,"radioGroupVariants",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.a}});Object.defineProperty(exports,"radioItemVariants",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.b}});Object.defineProperty(exports,"ScrollArea",{enumerable:true,get:function(){return chunkCGBIJDZX_cjs.a}});Object.defineProperty(exports,"ScrollBar",{enumerable:true,get:function(){return chunkCGBIJDZX_cjs.b}});Object.defineProperty(exports,"Select",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.d}});Object.defineProperty(exports,"SelectContent",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.h}});Object.defineProperty(exports,"SelectGroup",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.e}});Object.defineProperty(exports,"SelectItem",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.j}});Object.defineProperty(exports,"SelectLabel",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.i}});Object.defineProperty(exports,"SelectSeparator",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.k}});Object.defineProperty(exports,"SelectTrigger",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.g}});Object.defineProperty(exports,"SelectValue",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.f}});Object.defineProperty(exports,"selectContentVariants",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.b}});Object.defineProperty(exports,"selectItemVariants",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.c}});Object.defineProperty(exports,"selectTriggerVariants",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.a}});Object.defineProperty(exports,"Separator",{enumerable:true,get:function(){return chunkC7HZAQBX_cjs.b}});Object.defineProperty(exports,"separatorVariants",{enumerable:true,get:function(){return chunkC7HZAQBX_cjs.a}});Object.defineProperty(exports,"Sheet",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.b}});Object.defineProperty(exports,"SheetClose",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.d}});Object.defineProperty(exports,"SheetContent",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.g}});Object.defineProperty(exports,"SheetDescription",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.k}});Object.defineProperty(exports,"SheetFooter",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.i}});Object.defineProperty(exports,"SheetHeader",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.h}});Object.defineProperty(exports,"SheetOverlay",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.f}});Object.defineProperty(exports,"SheetPortal",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.e}});Object.defineProperty(exports,"SheetTitle",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.j}});Object.defineProperty(exports,"SheetTrigger",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.c}});Object.defineProperty(exports,"sheetVariants",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.a}});Object.defineProperty(exports,"Switch",{enumerable:true,get:function(){return chunkEVRQYWZ3_cjs.c}});Object.defineProperty(exports,"switchThumbVariants",{enumerable:true,get:function(){return chunkEVRQYWZ3_cjs.b}});Object.defineProperty(exports,"switchVariants",{enumerable:true,get:function(){return chunkEVRQYWZ3_cjs.a}});Object.defineProperty(exports,"HelperText",{enumerable:true,get:function(){return chunk7YFUAGIW_cjs.b}});Object.defineProperty(exports,"helperTextVariants",{enumerable:true,get:function(){return chunk7YFUAGIW_cjs.a}});Object.defineProperty(exports,"HoverCard",{enumerable:true,get:function(){return chunkE3A4SP3X_cjs.a}});Object.defineProperty(exports,"HoverCardContent",{enumerable:true,get:function(){return chunkE3A4SP3X_cjs.c}});Object.defineProperty(exports,"HoverCardTrigger",{enumerable:true,get:function(){return chunkE3A4SP3X_cjs.b}});Object.defineProperty(exports,"Icon",{enumerable:true,get:function(){return chunkNC27D5Y3_cjs.a}});Object.defineProperty(exports,"iconNames",{enumerable:true,get:function(){return chunkNC27D5Y3_cjs.b}});Object.defineProperty(exports,"Label",{enumerable:true,get:function(){return chunkXPIBRXTW_cjs.b}});Object.defineProperty(exports,"labelVariants",{enumerable:true,get:function(){return chunkXPIBRXTW_cjs.a}});Object.defineProperty(exports,"Pagination",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.c}});Object.defineProperty(exports,"PaginationContent",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.d}});Object.defineProperty(exports,"PaginationEllipsis",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.i}});Object.defineProperty(exports,"PaginationItem",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.e}});Object.defineProperty(exports,"PaginationLink",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.f}});Object.defineProperty(exports,"PaginationNext",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.h}});Object.defineProperty(exports,"PaginationPrevious",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.g}});Object.defineProperty(exports,"paginationItemVariants",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.b}});Object.defineProperty(exports,"paginationVariants",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.a}});Object.defineProperty(exports,"Popover",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.b}});Object.defineProperty(exports,"PopoverAnchor",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.d}});Object.defineProperty(exports,"PopoverArrow",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.g}});Object.defineProperty(exports,"PopoverClose",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.e}});Object.defineProperty(exports,"PopoverContent",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.f}});Object.defineProperty(exports,"PopoverTrigger",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.c}});Object.defineProperty(exports,"popoverContentVariants",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.a}});Object.defineProperty(exports,"CircularProgress",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.e}});Object.defineProperty(exports,"Progress",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.d}});Object.defineProperty(exports,"progressBarVariants",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.b}});Object.defineProperty(exports,"progressLabelVariants",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.c}});Object.defineProperty(exports,"progressVariants",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.a}});Object.defineProperty(exports,"Checkbox",{enumerable:true,get:function(){return chunkNPSIDFOF_cjs.b}});Object.defineProperty(exports,"checkboxVariants",{enumerable:true,get:function(){return chunkNPSIDFOF_cjs.a}});Object.defineProperty(exports,"Collapsible",{enumerable:true,get:function(){return chunkEEGXD4HC_cjs.a}});Object.defineProperty(exports,"CollapsibleContent",{enumerable:true,get:function(){return chunkEEGXD4HC_cjs.c}});Object.defineProperty(exports,"CollapsibleTrigger",{enumerable:true,get:function(){return chunkEEGXD4HC_cjs.b}});Object.defineProperty(exports,"ContextMenu",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.a}});Object.defineProperty(exports,"ContextMenuCheckboxItem",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.h}});Object.defineProperty(exports,"ContextMenuContent",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.f}});Object.defineProperty(exports,"ContextMenuGroup",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.c}});Object.defineProperty(exports,"ContextMenuItem",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.g}});Object.defineProperty(exports,"ContextMenuLabel",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.j}});Object.defineProperty(exports,"ContextMenuRadioGroup",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.e}});Object.defineProperty(exports,"ContextMenuRadioItem",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.i}});Object.defineProperty(exports,"ContextMenuSeparator",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.k}});Object.defineProperty(exports,"ContextMenuShortcut",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.l}});Object.defineProperty(exports,"ContextMenuSub",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.d}});Object.defineProperty(exports,"ContextMenuSubContent",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.n}});Object.defineProperty(exports,"ContextMenuSubTrigger",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.m}});Object.defineProperty(exports,"ContextMenuTrigger",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.b}});Object.defineProperty(exports,"DataTable",{enumerable:true,get:function(){return chunkAYEM2M4H_cjs.a}});Object.defineProperty(exports,"Table",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.d}});Object.defineProperty(exports,"TableBody",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.f}});Object.defineProperty(exports,"TableCell",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.h}});Object.defineProperty(exports,"TableHead",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.i}});Object.defineProperty(exports,"TableHeader",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.e}});Object.defineProperty(exports,"TableRow",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.g}});Object.defineProperty(exports,"tableCellVariants",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.c}});Object.defineProperty(exports,"tableHeaderVariants",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.b}});Object.defineProperty(exports,"tableVariants",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.a}});Object.defineProperty(exports,"Input",{enumerable:true,get:function(){return chunkFUENXWR7_cjs.b}});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,"DropdownMenu",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.a}});Object.defineProperty(exports,"DropdownMenuCheckboxItem",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.h}});Object.defineProperty(exports,"DropdownMenuContent",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.f}});Object.defineProperty(exports,"DropdownMenuGroup",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.c}});Object.defineProperty(exports,"DropdownMenuItem",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.g}});Object.defineProperty(exports,"DropdownMenuLabel",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.j}});Object.defineProperty(exports,"DropdownMenuRadioGroup",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.e}});Object.defineProperty(exports,"DropdownMenuRadioItem",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.i}});Object.defineProperty(exports,"DropdownMenuSeparator",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.k}});Object.defineProperty(exports,"DropdownMenuShortcut",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.l}});Object.defineProperty(exports,"DropdownMenuSub",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.d}});Object.defineProperty(exports,"DropdownMenuSubContent",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.n}});Object.defineProperty(exports,"DropdownMenuSubTrigger",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.m}});Object.defineProperty(exports,"DropdownMenuTrigger",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.b}});Object.defineProperty(exports,"ErrorMessage",{enumerable:true,get:function(){return chunkV77N662N_cjs.b}});Object.defineProperty(exports,"errorMessageVariants",{enumerable:true,get:function(){return chunkV77N662N_cjs.a}});Object.defineProperty(exports,"Badge",{enumerable:true,get:function(){return chunkEFCNLYYW_cjs.b}});Object.defineProperty(exports,"badgeVariants",{enumerable:true,get:function(){return chunkEFCNLYYW_cjs.a}});Object.defineProperty(exports,"Breadcrumb",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.d}});Object.defineProperty(exports,"BreadcrumbEllipsis",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.j}});Object.defineProperty(exports,"BreadcrumbItem",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.f}});Object.defineProperty(exports,"BreadcrumbLink",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.g}});Object.defineProperty(exports,"BreadcrumbList",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.e}});Object.defineProperty(exports,"BreadcrumbPage",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.h}});Object.defineProperty(exports,"BreadcrumbSeparator",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.i}});Object.defineProperty(exports,"breadcrumbItemVariants",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.b}});Object.defineProperty(exports,"breadcrumbSeparatorVariants",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.c}});Object.defineProperty(exports,"breadcrumbVariants",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.a}});Object.defineProperty(exports,"Calendar",{enumerable:true,get:function(){return chunkJCETHQ55_cjs.c}});Object.defineProperty(exports,"calendarDayVariants",{enumerable:true,get:function(){return chunkJCETHQ55_cjs.b}});Object.defineProperty(exports,"calendarVariants",{enumerable:true,get:function(){return chunkJCETHQ55_cjs.a}});Object.defineProperty(exports,"Card",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.g}});Object.defineProperty(exports,"CardContent",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.e}});Object.defineProperty(exports,"CardDescription",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.d}});Object.defineProperty(exports,"CardFooter",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.f}});Object.defineProperty(exports,"CardHeader",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.b}});Object.defineProperty(exports,"CardTitle",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.c}});Object.defineProperty(exports,"ChartArea",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.l}});Object.defineProperty(exports,"ChartBar",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.j}});Object.defineProperty(exports,"ChartContainer",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.d}});Object.defineProperty(exports,"ChartGrid",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.e}});Object.defineProperty(exports,"ChartLegend",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.i}});Object.defineProperty(exports,"ChartLine",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.k}});Object.defineProperty(exports,"ChartReferenceLine",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.m}});Object.defineProperty(exports,"ChartTooltip",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.h}});Object.defineProperty(exports,"ChartXAxis",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.f}});Object.defineProperty(exports,"ChartYAxis",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.g}});Object.defineProperty(exports,"buildColorMap",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.b}});Object.defineProperty(exports,"chartPalette",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.a}});Object.defineProperty(exports,"resolveSeriesColor",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.c}});Object.defineProperty(exports,"LazyChart",{enumerable:true,get:function(){return chunkBZ5ZCZJX_cjs.a}});Object.defineProperty(exports,"Skeleton",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.b}});Object.defineProperty(exports,"SkeletonAvatar",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.d}});Object.defineProperty(exports,"SkeletonButton",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.e}});Object.defineProperty(exports,"SkeletonCard",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.f}});Object.defineProperty(exports,"SkeletonList",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.h}});Object.defineProperty(exports,"SkeletonTable",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.g}});Object.defineProperty(exports,"SkeletonText",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.c}});Object.defineProperty(exports,"skeletonVariants",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.a}});Object.defineProperty(exports,"Chart",{enumerable:true,get:function(){return chunkWK6LNC2E_cjs.b}});Object.defineProperty(exports,"chartContainerVariants",{enumerable:true,get:function(){return chunkWK6LNC2E_cjs.a}});Object.defineProperty(exports,"LazyComponent",{enumerable:true,get:function(){return chunk55N2IT62_cjs.a}});Object.defineProperty(exports,"LazyInView",{enumerable:true,get:function(){return chunk55N2IT62_cjs.d}});Object.defineProperty(exports,"useLazyLoading",{enumerable:true,get:function(){return chunk55N2IT62_cjs.c}});Object.defineProperty(exports,"withLazyLoading",{enumerable:true,get:function(){return chunk55N2IT62_cjs.b}});Object.defineProperty(exports,"ErrorBoundary",{enumerable:true,get:function(){return chunk4FSJEW7W_cjs.a}});Object.defineProperty(exports,"useErrorHandler",{enumerable:true,get:function(){return chunk4FSJEW7W_cjs.b}});Object.defineProperty(exports,"performanceUtils",{enumerable:true,get:function(){return chunk7WEIVLG3_cjs.d}});Object.defineProperty(exports,"useMemoryMonitor",{enumerable:true,get:function(){return chunk7WEIVLG3_cjs.c}});Object.defineProperty(exports,"usePerformanceMonitor",{enumerable:true,get:function(){return chunk7WEIVLG3_cjs.a}});Object.defineProperty(exports,"withPerformanceMonitoring",{enumerable:true,get:function(){return chunk7WEIVLG3_cjs.b}});Object.defineProperty(exports,"Accordion",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.f}});Object.defineProperty(exports,"AccordionContent",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.i}});Object.defineProperty(exports,"AccordionItem",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.g}});Object.defineProperty(exports,"AccordionTrigger",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.h}});Object.defineProperty(exports,"accordionChevronVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.e}});Object.defineProperty(exports,"accordionContentVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.d}});Object.defineProperty(exports,"accordionItemVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.b}});Object.defineProperty(exports,"accordionTriggerVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.c}});Object.defineProperty(exports,"accordionVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.a}});Object.defineProperty(exports,"AlertDialog",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.a}});Object.defineProperty(exports,"AlertDialogAction",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.j}});Object.defineProperty(exports,"AlertDialogCancel",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.k}});Object.defineProperty(exports,"AlertDialogContent",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.e}});Object.defineProperty(exports,"AlertDialogDescription",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.i}});Object.defineProperty(exports,"AlertDialogFooter",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.g}});Object.defineProperty(exports,"AlertDialogHeader",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.f}});Object.defineProperty(exports,"AlertDialogOverlay",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.d}});Object.defineProperty(exports,"AlertDialogPortal",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.c}});Object.defineProperty(exports,"AlertDialogTitle",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.h}});Object.defineProperty(exports,"AlertDialogTrigger",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.b}});Object.defineProperty(exports,"Button",{enumerable:true,get:function(){return chunk5PVFLXPO_cjs.b}});Object.defineProperty(exports,"buttonVariants",{enumerable:true,get:function(){return chunk5PVFLXPO_cjs.a}});Object.defineProperty(exports,"Alert",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.g}});Object.defineProperty(exports,"AlertDescription",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.f}});Object.defineProperty(exports,"AlertTitle",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.e}});Object.defineProperty(exports,"alertCloseVariants",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.d}});Object.defineProperty(exports,"alertDescriptionVariants",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.c}});Object.defineProperty(exports,"alertTitleVariants",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.b}});Object.defineProperty(exports,"alertVariants",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.a}});Object.defineProperty(exports,"AspectRatio",{enumerable:true,get:function(){return chunkR4L5BZYI_cjs.a}});Object.defineProperty(exports,"Avatar",{enumerable:true,get:function(){return chunkIOX4WPJL_cjs.d}});Object.defineProperty(exports,"AvatarFallback",{enumerable:true,get:function(){return chunkIOX4WPJL_cjs.c}});Object.defineProperty(exports,"AvatarImage",{enumerable:true,get:function(){return chunkIOX4WPJL_cjs.b}});Object.defineProperty(exports,"avatarVariants",{enumerable:true,get:function(){return chunkIOX4WPJL_cjs.a}});Object.defineProperty(exports,"cn",{enumerable:true,get:function(){return chunkITRGJNWL_cjs.a}});exports.applyTheme=yn;exports.getColorScheme=kn;exports.getCurrentTheme=wn;exports.initializeTheme=zn;exports.onSystemColorSchemeChange=Bn;exports.prefersDarkMode=Sn;exports.setDarkMode=Cn;exports.themeInfo=Xn;exports.themes=Vn;exports.toggleDarkMode=Ln;//# sourceMappingURL=index.cjs.map
2
+ 'use strict';var chunkJ4VRJVTO_cjs=require('./chunk-J4VRJVTO.cjs'),chunk7PPAI3MM_cjs=require('./chunk-7PPAI3MM.cjs'),chunk2DNQXAMB_cjs=require('./chunk-2DNQXAMB.cjs'),chunk3V3OIZWQ_cjs=require('./chunk-3V3OIZWQ.cjs'),chunkOEN63W3G_cjs=require('./chunk-OEN63W3G.cjs'),chunkJUOCEYUF_cjs=require('./chunk-JUOCEYUF.cjs'),chunkQEHKWS7N_cjs=require('./chunk-QEHKWS7N.cjs'),chunkEVRQYWZ3_cjs=require('./chunk-EVRQYWZ3.cjs'),chunkHWZTMVQV_cjs=require('./chunk-HWZTMVQV.cjs'),chunkV45EOCAD_cjs=require('./chunk-V45EOCAD.cjs'),chunk5Z3MYAVM_cjs=require('./chunk-5Z3MYAVM.cjs'),chunkSZ34F6OZ_cjs=require('./chunk-SZ34F6OZ.cjs'),chunkZ7WEJ5IQ_cjs=require('./chunk-Z7WEJ5IQ.cjs'),chunkE53C3RDD_cjs=require('./chunk-E53C3RDD.cjs'),chunkG35BR7SK_cjs=require('./chunk-G35BR7SK.cjs'),chunkMLJZU63I_cjs=require('./chunk-MLJZU63I.cjs'),chunkCGBIJDZX_cjs=require('./chunk-CGBIJDZX.cjs'),chunkK2JCGDU7_cjs=require('./chunk-K2JCGDU7.cjs'),chunkC7HZAQBX_cjs=require('./chunk-C7HZAQBX.cjs'),chunkMQUHAWJ2_cjs=require('./chunk-MQUHAWJ2.cjs'),chunk7YFUAGIW_cjs=require('./chunk-7YFUAGIW.cjs'),chunkE3A4SP3X_cjs=require('./chunk-E3A4SP3X.cjs'),chunkNC27D5Y3_cjs=require('./chunk-NC27D5Y3.cjs'),chunkXPIBRXTW_cjs=require('./chunk-XPIBRXTW.cjs'),chunkFMIAI6US_cjs=require('./chunk-FMIAI6US.cjs'),chunk45W3AH36_cjs=require('./chunk-45W3AH36.cjs'),chunkBYV75TDY_cjs=require('./chunk-BYV75TDY.cjs'),chunkNPSIDFOF_cjs=require('./chunk-NPSIDFOF.cjs'),chunkEEGXD4HC_cjs=require('./chunk-EEGXD4HC.cjs'),chunkKCS3UL74_cjs=require('./chunk-KCS3UL74.cjs'),chunkAYEM2M4H_cjs=require('./chunk-AYEM2M4H.cjs'),chunkVNDL67OG_cjs=require('./chunk-VNDL67OG.cjs'),chunkFUENXWR7_cjs=require('./chunk-FUENXWR7.cjs'),chunkNBX6FKCA_cjs=require('./chunk-NBX6FKCA.cjs'),chunk4NLMGH2S_cjs=require('./chunk-4NLMGH2S.cjs');require('./chunk-MIYL7YKU.cjs');var chunkV77N662N_cjs=require('./chunk-V77N662N.cjs'),chunkEFCNLYYW_cjs=require('./chunk-EFCNLYYW.cjs'),chunk35RWQSO2_cjs=require('./chunk-35RWQSO2.cjs'),chunkJCETHQ55_cjs=require('./chunk-JCETHQ55.cjs'),chunkPMNNV4ML_cjs=require('./chunk-PMNNV4ML.cjs'),chunk3HKYX26O_cjs=require('./chunk-3HKYX26O.cjs'),chunkBZ5ZCZJX_cjs=require('./chunk-BZ5ZCZJX.cjs'),chunk3QVQ2TNE_cjs=require('./chunk-3QVQ2TNE.cjs'),chunkWK6LNC2E_cjs=require('./chunk-WK6LNC2E.cjs'),chunk55N2IT62_cjs=require('./chunk-55N2IT62.cjs'),chunk4FSJEW7W_cjs=require('./chunk-4FSJEW7W.cjs'),chunk7WEIVLG3_cjs=require('./chunk-7WEIVLG3.cjs'),chunkMLSE5XSB_cjs=require('./chunk-MLSE5XSB.cjs'),chunkPZLBMQGI_cjs=require('./chunk-PZLBMQGI.cjs'),chunk5PVFLXPO_cjs=require('./chunk-5PVFLXPO.cjs'),chunkLXQT7FH6_cjs=require('./chunk-LXQT7FH6.cjs'),chunkR4L5BZYI_cjs=require('./chunk-R4L5BZYI.cjs'),chunkIOX4WPJL_cjs=require('./chunk-IOX4WPJL.cjs');require('./chunk-7SPPGTBT.cjs');var chunkITRGJNWL_cjs=require('./chunk-ITRGJNWL.cjs');var ee={nostromo:"nostromo",mother:"mother","lv-426":"lv-426",sulaco:"sulaco"};function Qn(o){typeof document<"u"&&document.documentElement.setAttribute("data-theme",o);}function Xn(){return typeof document>"u"?null:document.documentElement.getAttribute("data-theme")}function ae(){if(typeof document>"u")return;let r=document.documentElement.getAttribute("data-color-scheme")==="dark"?"light":"dark";document.documentElement.setAttribute("data-color-scheme",r);}function Jn(o){typeof document>"u"||document.documentElement.setAttribute("data-color-scheme",o?"dark":"light");}function qn(){return typeof document>"u"?null:document.documentElement.getAttribute("data-color-scheme")}function Kn(){return typeof window>"u"?false:window.matchMedia("(prefers-color-scheme: dark)").matches}function se(o){if(typeof window>"u")return ()=>{};let r=window.matchMedia("(prefers-color-scheme: dark)"),t=e=>{o(e.matches);};return r.addEventListener("change",t),()=>{r.removeEventListener("change",t);}}function le(o="nostromo"){typeof document>"u"||(Xn()||Qn(o),qn()||Jn(Kn()));}var we={nostromo:{name:"Nostromo",description:"Classic space industrial theme inspired by the USCSS Nostromo",colors:{primary:"Purple/Blue",secondary:"Dark Gray",accent:"Green"}},mother:{name:"Mother",description:"Cold, clinical AI aesthetic inspired by the ship's computer",colors:{primary:"Cold Blue/Cyan",secondary:"Clinical White",accent:"Green"}},"lv-426":{name:"LV-426",description:"Warm, rusty atmosphere inspired by the planet LV-426",colors:{primary:"Warm Orange/Rust",secondary:"Earth Tones",accent:"Green"}},sulaco:{name:"Sulaco",description:"Modern, military-inspired aesthetic from the USS Sulaco",colors:{primary:"Military Blue/Gray",secondary:"Steel Tones",accent:"Green"}}};Object.defineProperty(exports,"Features",{enumerable:true,get:function(){return chunkJ4VRJVTO_cjs.a}});Object.defineProperty(exports,"Gallery",{enumerable:true,get:function(){return chunk7PPAI3MM_cjs.a}});Object.defineProperty(exports,"Hero",{enumerable:true,get:function(){return chunk2DNQXAMB_cjs.a}});Object.defineProperty(exports,"LogoWall",{enumerable:true,get:function(){return chunk3V3OIZWQ_cjs.a}});Object.defineProperty(exports,"Pricing",{enumerable:true,get:function(){return chunkOEN63W3G_cjs.a}});Object.defineProperty(exports,"Testimonials",{enumerable:true,get:function(){return chunkJUOCEYUF_cjs.a}});Object.defineProperty(exports,"Slider",{enumerable:true,get:function(){return chunkQEHKWS7N_cjs.c}});Object.defineProperty(exports,"sliderThumbVariants",{enumerable:true,get:function(){return chunkQEHKWS7N_cjs.b}});Object.defineProperty(exports,"sliderTrackVariants",{enumerable:true,get:function(){return chunkQEHKWS7N_cjs.a}});Object.defineProperty(exports,"Switch",{enumerable:true,get:function(){return chunkEVRQYWZ3_cjs.c}});Object.defineProperty(exports,"switchThumbVariants",{enumerable:true,get:function(){return chunkEVRQYWZ3_cjs.b}});Object.defineProperty(exports,"switchVariants",{enumerable:true,get:function(){return chunkEVRQYWZ3_cjs.a}});Object.defineProperty(exports,"Tabs",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.d}});Object.defineProperty(exports,"TabsContent",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.g}});Object.defineProperty(exports,"TabsList",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.e}});Object.defineProperty(exports,"TabsTrigger",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.f}});Object.defineProperty(exports,"tabsContentVariants",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.c}});Object.defineProperty(exports,"tabsListVariants",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.a}});Object.defineProperty(exports,"tabsTriggerVariants",{enumerable:true,get:function(){return chunkHWZTMVQV_cjs.b}});Object.defineProperty(exports,"Textarea",{enumerable:true,get:function(){return chunkV45EOCAD_cjs.b}});Object.defineProperty(exports,"textareaVariants",{enumerable:true,get:function(){return chunkV45EOCAD_cjs.a}});Object.defineProperty(exports,"Toast",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.e}});Object.defineProperty(exports,"ToastProvider",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.d}});Object.defineProperty(exports,"toastIconVariants",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.b}});Object.defineProperty(exports,"toastVariants",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.a}});Object.defineProperty(exports,"useToast",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.c}});Object.defineProperty(exports,"useToastNotification",{enumerable:true,get:function(){return chunk5Z3MYAVM_cjs.f}});Object.defineProperty(exports,"Toggle",{enumerable:true,get:function(){return chunkSZ34F6OZ_cjs.b}});Object.defineProperty(exports,"ToggleGroup",{enumerable:true,get:function(){return chunkSZ34F6OZ_cjs.c}});Object.defineProperty(exports,"ToggleGroupItem",{enumerable:true,get:function(){return chunkSZ34F6OZ_cjs.d}});Object.defineProperty(exports,"toggleVariants",{enumerable:true,get:function(){return chunkSZ34F6OZ_cjs.a}});Object.defineProperty(exports,"Tooltip",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.f}});Object.defineProperty(exports,"TooltipContent",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.d}});Object.defineProperty(exports,"TooltipProvider",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.e}});Object.defineProperty(exports,"TooltipTrigger",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.c}});Object.defineProperty(exports,"arrowVariants",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.b}});Object.defineProperty(exports,"tooltipVariants",{enumerable:true,get:function(){return chunkZ7WEJ5IQ_cjs.a}});Object.defineProperty(exports,"Popover",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.b}});Object.defineProperty(exports,"PopoverAnchor",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.d}});Object.defineProperty(exports,"PopoverArrow",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.g}});Object.defineProperty(exports,"PopoverClose",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.e}});Object.defineProperty(exports,"PopoverContent",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.f}});Object.defineProperty(exports,"PopoverTrigger",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.c}});Object.defineProperty(exports,"popoverContentVariants",{enumerable:true,get:function(){return chunkE53C3RDD_cjs.a}});Object.defineProperty(exports,"CircularProgress",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.e}});Object.defineProperty(exports,"Progress",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.d}});Object.defineProperty(exports,"progressBarVariants",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.b}});Object.defineProperty(exports,"progressLabelVariants",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.c}});Object.defineProperty(exports,"progressVariants",{enumerable:true,get:function(){return chunkG35BR7SK_cjs.a}});Object.defineProperty(exports,"RadioGroup",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.c}});Object.defineProperty(exports,"RadioGroupItem",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.d}});Object.defineProperty(exports,"RadioItem",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.d}});Object.defineProperty(exports,"radioGroupVariants",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.a}});Object.defineProperty(exports,"radioItemVariants",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.b}});Object.defineProperty(exports,"ScrollArea",{enumerable:true,get:function(){return chunkCGBIJDZX_cjs.a}});Object.defineProperty(exports,"ScrollBar",{enumerable:true,get:function(){return chunkCGBIJDZX_cjs.b}});Object.defineProperty(exports,"Select",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.d}});Object.defineProperty(exports,"SelectContent",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.h}});Object.defineProperty(exports,"SelectGroup",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.e}});Object.defineProperty(exports,"SelectItem",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.j}});Object.defineProperty(exports,"SelectLabel",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.i}});Object.defineProperty(exports,"SelectSeparator",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.k}});Object.defineProperty(exports,"SelectTrigger",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.g}});Object.defineProperty(exports,"SelectValue",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.f}});Object.defineProperty(exports,"selectContentVariants",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.b}});Object.defineProperty(exports,"selectItemVariants",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.c}});Object.defineProperty(exports,"selectTriggerVariants",{enumerable:true,get:function(){return chunkK2JCGDU7_cjs.a}});Object.defineProperty(exports,"Separator",{enumerable:true,get:function(){return chunkC7HZAQBX_cjs.b}});Object.defineProperty(exports,"separatorVariants",{enumerable:true,get:function(){return chunkC7HZAQBX_cjs.a}});Object.defineProperty(exports,"Sheet",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.b}});Object.defineProperty(exports,"SheetClose",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.d}});Object.defineProperty(exports,"SheetContent",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.g}});Object.defineProperty(exports,"SheetDescription",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.k}});Object.defineProperty(exports,"SheetFooter",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.i}});Object.defineProperty(exports,"SheetHeader",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.h}});Object.defineProperty(exports,"SheetOverlay",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.f}});Object.defineProperty(exports,"SheetPortal",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.e}});Object.defineProperty(exports,"SheetTitle",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.j}});Object.defineProperty(exports,"SheetTrigger",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.c}});Object.defineProperty(exports,"sheetVariants",{enumerable:true,get:function(){return chunkMQUHAWJ2_cjs.a}});Object.defineProperty(exports,"HelperText",{enumerable:true,get:function(){return chunk7YFUAGIW_cjs.b}});Object.defineProperty(exports,"helperTextVariants",{enumerable:true,get:function(){return chunk7YFUAGIW_cjs.a}});Object.defineProperty(exports,"HoverCard",{enumerable:true,get:function(){return chunkE3A4SP3X_cjs.a}});Object.defineProperty(exports,"HoverCardContent",{enumerable:true,get:function(){return chunkE3A4SP3X_cjs.c}});Object.defineProperty(exports,"HoverCardTrigger",{enumerable:true,get:function(){return chunkE3A4SP3X_cjs.b}});Object.defineProperty(exports,"Icon",{enumerable:true,get:function(){return chunkNC27D5Y3_cjs.a}});Object.defineProperty(exports,"iconNames",{enumerable:true,get:function(){return chunkNC27D5Y3_cjs.b}});Object.defineProperty(exports,"Label",{enumerable:true,get:function(){return chunkXPIBRXTW_cjs.b}});Object.defineProperty(exports,"labelVariants",{enumerable:true,get:function(){return chunkXPIBRXTW_cjs.a}});Object.defineProperty(exports,"Menubar",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.a}});Object.defineProperty(exports,"MenubarCheckboxItem",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.e}});Object.defineProperty(exports,"MenubarContent",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.c}});Object.defineProperty(exports,"MenubarGroup",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.m}});Object.defineProperty(exports,"MenubarItem",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.d}});Object.defineProperty(exports,"MenubarLabel",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.g}});Object.defineProperty(exports,"MenubarMenu",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.l}});Object.defineProperty(exports,"MenubarRadioGroup",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.o}});Object.defineProperty(exports,"MenubarRadioItem",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.f}});Object.defineProperty(exports,"MenubarSeparator",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.h}});Object.defineProperty(exports,"MenubarShortcut",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.i}});Object.defineProperty(exports,"MenubarSub",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.n}});Object.defineProperty(exports,"MenubarSubContent",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.k}});Object.defineProperty(exports,"MenubarSubTrigger",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.j}});Object.defineProperty(exports,"MenubarTrigger",{enumerable:true,get:function(){return chunkFMIAI6US_cjs.b}});Object.defineProperty(exports,"NavigationMenu",{enumerable:true,get:function(){return chunk45W3AH36_cjs.a}});Object.defineProperty(exports,"NavigationMenuContent",{enumerable:true,get:function(){return chunk45W3AH36_cjs.f}});Object.defineProperty(exports,"NavigationMenuIndicator",{enumerable:true,get:function(){return chunk45W3AH36_cjs.i}});Object.defineProperty(exports,"NavigationMenuItem",{enumerable:true,get:function(){return chunk45W3AH36_cjs.c}});Object.defineProperty(exports,"NavigationMenuLink",{enumerable:true,get:function(){return chunk45W3AH36_cjs.g}});Object.defineProperty(exports,"NavigationMenuList",{enumerable:true,get:function(){return chunk45W3AH36_cjs.b}});Object.defineProperty(exports,"NavigationMenuTrigger",{enumerable:true,get:function(){return chunk45W3AH36_cjs.e}});Object.defineProperty(exports,"NavigationMenuViewport",{enumerable:true,get:function(){return chunk45W3AH36_cjs.h}});Object.defineProperty(exports,"navigationMenuTriggerStyle",{enumerable:true,get:function(){return chunk45W3AH36_cjs.d}});Object.defineProperty(exports,"Pagination",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.c}});Object.defineProperty(exports,"PaginationContent",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.d}});Object.defineProperty(exports,"PaginationEllipsis",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.i}});Object.defineProperty(exports,"PaginationItem",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.e}});Object.defineProperty(exports,"PaginationLink",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.f}});Object.defineProperty(exports,"PaginationNext",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.h}});Object.defineProperty(exports,"PaginationPrevious",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.g}});Object.defineProperty(exports,"paginationItemVariants",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.b}});Object.defineProperty(exports,"paginationVariants",{enumerable:true,get:function(){return chunkBYV75TDY_cjs.a}});Object.defineProperty(exports,"Checkbox",{enumerable:true,get:function(){return chunkNPSIDFOF_cjs.b}});Object.defineProperty(exports,"checkboxVariants",{enumerable:true,get:function(){return chunkNPSIDFOF_cjs.a}});Object.defineProperty(exports,"Collapsible",{enumerable:true,get:function(){return chunkEEGXD4HC_cjs.a}});Object.defineProperty(exports,"CollapsibleContent",{enumerable:true,get:function(){return chunkEEGXD4HC_cjs.c}});Object.defineProperty(exports,"CollapsibleTrigger",{enumerable:true,get:function(){return chunkEEGXD4HC_cjs.b}});Object.defineProperty(exports,"ContextMenu",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.a}});Object.defineProperty(exports,"ContextMenuCheckboxItem",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.h}});Object.defineProperty(exports,"ContextMenuContent",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.f}});Object.defineProperty(exports,"ContextMenuGroup",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.c}});Object.defineProperty(exports,"ContextMenuItem",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.g}});Object.defineProperty(exports,"ContextMenuLabel",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.j}});Object.defineProperty(exports,"ContextMenuRadioGroup",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.e}});Object.defineProperty(exports,"ContextMenuRadioItem",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.i}});Object.defineProperty(exports,"ContextMenuSeparator",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.k}});Object.defineProperty(exports,"ContextMenuShortcut",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.l}});Object.defineProperty(exports,"ContextMenuSub",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.d}});Object.defineProperty(exports,"ContextMenuSubContent",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.n}});Object.defineProperty(exports,"ContextMenuSubTrigger",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.m}});Object.defineProperty(exports,"ContextMenuTrigger",{enumerable:true,get:function(){return chunkKCS3UL74_cjs.b}});Object.defineProperty(exports,"DataTable",{enumerable:true,get:function(){return chunkAYEM2M4H_cjs.a}});Object.defineProperty(exports,"Table",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.d}});Object.defineProperty(exports,"TableBody",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.f}});Object.defineProperty(exports,"TableCell",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.h}});Object.defineProperty(exports,"TableHead",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.i}});Object.defineProperty(exports,"TableHeader",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.e}});Object.defineProperty(exports,"TableRow",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.g}});Object.defineProperty(exports,"tableCellVariants",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.c}});Object.defineProperty(exports,"tableHeaderVariants",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.b}});Object.defineProperty(exports,"tableVariants",{enumerable:true,get:function(){return chunkVNDL67OG_cjs.a}});Object.defineProperty(exports,"Input",{enumerable:true,get:function(){return chunkFUENXWR7_cjs.b}});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,"DropdownMenu",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.a}});Object.defineProperty(exports,"DropdownMenuCheckboxItem",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.h}});Object.defineProperty(exports,"DropdownMenuContent",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.f}});Object.defineProperty(exports,"DropdownMenuGroup",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.c}});Object.defineProperty(exports,"DropdownMenuItem",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.g}});Object.defineProperty(exports,"DropdownMenuLabel",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.j}});Object.defineProperty(exports,"DropdownMenuRadioGroup",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.e}});Object.defineProperty(exports,"DropdownMenuRadioItem",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.i}});Object.defineProperty(exports,"DropdownMenuSeparator",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.k}});Object.defineProperty(exports,"DropdownMenuShortcut",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.l}});Object.defineProperty(exports,"DropdownMenuSub",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.d}});Object.defineProperty(exports,"DropdownMenuSubContent",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.n}});Object.defineProperty(exports,"DropdownMenuSubTrigger",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.m}});Object.defineProperty(exports,"DropdownMenuTrigger",{enumerable:true,get:function(){return chunk4NLMGH2S_cjs.b}});Object.defineProperty(exports,"ErrorMessage",{enumerable:true,get:function(){return chunkV77N662N_cjs.b}});Object.defineProperty(exports,"errorMessageVariants",{enumerable:true,get:function(){return chunkV77N662N_cjs.a}});Object.defineProperty(exports,"Badge",{enumerable:true,get:function(){return chunkEFCNLYYW_cjs.b}});Object.defineProperty(exports,"badgeVariants",{enumerable:true,get:function(){return chunkEFCNLYYW_cjs.a}});Object.defineProperty(exports,"Breadcrumb",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.d}});Object.defineProperty(exports,"BreadcrumbEllipsis",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.j}});Object.defineProperty(exports,"BreadcrumbItem",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.f}});Object.defineProperty(exports,"BreadcrumbLink",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.g}});Object.defineProperty(exports,"BreadcrumbList",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.e}});Object.defineProperty(exports,"BreadcrumbPage",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.h}});Object.defineProperty(exports,"BreadcrumbSeparator",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.i}});Object.defineProperty(exports,"breadcrumbItemVariants",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.b}});Object.defineProperty(exports,"breadcrumbSeparatorVariants",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.c}});Object.defineProperty(exports,"breadcrumbVariants",{enumerable:true,get:function(){return chunk35RWQSO2_cjs.a}});Object.defineProperty(exports,"Calendar",{enumerable:true,get:function(){return chunkJCETHQ55_cjs.c}});Object.defineProperty(exports,"calendarDayVariants",{enumerable:true,get:function(){return chunkJCETHQ55_cjs.b}});Object.defineProperty(exports,"calendarVariants",{enumerable:true,get:function(){return chunkJCETHQ55_cjs.a}});Object.defineProperty(exports,"Card",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.g}});Object.defineProperty(exports,"CardContent",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.e}});Object.defineProperty(exports,"CardDescription",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.d}});Object.defineProperty(exports,"CardFooter",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.f}});Object.defineProperty(exports,"CardHeader",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.b}});Object.defineProperty(exports,"CardTitle",{enumerable:true,get:function(){return chunkPMNNV4ML_cjs.c}});Object.defineProperty(exports,"ChartArea",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.l}});Object.defineProperty(exports,"ChartBar",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.j}});Object.defineProperty(exports,"ChartContainer",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.d}});Object.defineProperty(exports,"ChartGrid",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.e}});Object.defineProperty(exports,"ChartLegend",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.i}});Object.defineProperty(exports,"ChartLine",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.k}});Object.defineProperty(exports,"ChartReferenceLine",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.m}});Object.defineProperty(exports,"ChartTooltip",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.h}});Object.defineProperty(exports,"ChartXAxis",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.f}});Object.defineProperty(exports,"ChartYAxis",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.g}});Object.defineProperty(exports,"buildColorMap",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.b}});Object.defineProperty(exports,"chartPalette",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.a}});Object.defineProperty(exports,"resolveSeriesColor",{enumerable:true,get:function(){return chunk3HKYX26O_cjs.c}});Object.defineProperty(exports,"LazyChart",{enumerable:true,get:function(){return chunkBZ5ZCZJX_cjs.a}});Object.defineProperty(exports,"Skeleton",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.b}});Object.defineProperty(exports,"SkeletonAvatar",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.d}});Object.defineProperty(exports,"SkeletonButton",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.e}});Object.defineProperty(exports,"SkeletonCard",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.f}});Object.defineProperty(exports,"SkeletonList",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.h}});Object.defineProperty(exports,"SkeletonTable",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.g}});Object.defineProperty(exports,"SkeletonText",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.c}});Object.defineProperty(exports,"skeletonVariants",{enumerable:true,get:function(){return chunk3QVQ2TNE_cjs.a}});Object.defineProperty(exports,"Chart",{enumerable:true,get:function(){return chunkWK6LNC2E_cjs.b}});Object.defineProperty(exports,"chartContainerVariants",{enumerable:true,get:function(){return chunkWK6LNC2E_cjs.a}});Object.defineProperty(exports,"LazyComponent",{enumerable:true,get:function(){return chunk55N2IT62_cjs.a}});Object.defineProperty(exports,"LazyInView",{enumerable:true,get:function(){return chunk55N2IT62_cjs.d}});Object.defineProperty(exports,"useLazyLoading",{enumerable:true,get:function(){return chunk55N2IT62_cjs.c}});Object.defineProperty(exports,"withLazyLoading",{enumerable:true,get:function(){return chunk55N2IT62_cjs.b}});Object.defineProperty(exports,"ErrorBoundary",{enumerable:true,get:function(){return chunk4FSJEW7W_cjs.a}});Object.defineProperty(exports,"useErrorHandler",{enumerable:true,get:function(){return chunk4FSJEW7W_cjs.b}});Object.defineProperty(exports,"performanceUtils",{enumerable:true,get:function(){return chunk7WEIVLG3_cjs.d}});Object.defineProperty(exports,"useMemoryMonitor",{enumerable:true,get:function(){return chunk7WEIVLG3_cjs.c}});Object.defineProperty(exports,"usePerformanceMonitor",{enumerable:true,get:function(){return chunk7WEIVLG3_cjs.a}});Object.defineProperty(exports,"withPerformanceMonitoring",{enumerable:true,get:function(){return chunk7WEIVLG3_cjs.b}});Object.defineProperty(exports,"Accordion",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.f}});Object.defineProperty(exports,"AccordionContent",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.i}});Object.defineProperty(exports,"AccordionItem",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.g}});Object.defineProperty(exports,"AccordionTrigger",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.h}});Object.defineProperty(exports,"accordionChevronVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.e}});Object.defineProperty(exports,"accordionContentVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.d}});Object.defineProperty(exports,"accordionItemVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.b}});Object.defineProperty(exports,"accordionTriggerVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.c}});Object.defineProperty(exports,"accordionVariants",{enumerable:true,get:function(){return chunkMLSE5XSB_cjs.a}});Object.defineProperty(exports,"AlertDialog",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.a}});Object.defineProperty(exports,"AlertDialogAction",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.j}});Object.defineProperty(exports,"AlertDialogCancel",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.k}});Object.defineProperty(exports,"AlertDialogContent",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.e}});Object.defineProperty(exports,"AlertDialogDescription",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.i}});Object.defineProperty(exports,"AlertDialogFooter",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.g}});Object.defineProperty(exports,"AlertDialogHeader",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.f}});Object.defineProperty(exports,"AlertDialogOverlay",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.d}});Object.defineProperty(exports,"AlertDialogPortal",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.c}});Object.defineProperty(exports,"AlertDialogTitle",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.h}});Object.defineProperty(exports,"AlertDialogTrigger",{enumerable:true,get:function(){return chunkPZLBMQGI_cjs.b}});Object.defineProperty(exports,"Button",{enumerable:true,get:function(){return chunk5PVFLXPO_cjs.b}});Object.defineProperty(exports,"buttonVariants",{enumerable:true,get:function(){return chunk5PVFLXPO_cjs.a}});Object.defineProperty(exports,"Alert",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.g}});Object.defineProperty(exports,"AlertDescription",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.f}});Object.defineProperty(exports,"AlertTitle",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.e}});Object.defineProperty(exports,"alertCloseVariants",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.d}});Object.defineProperty(exports,"alertDescriptionVariants",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.c}});Object.defineProperty(exports,"alertTitleVariants",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.b}});Object.defineProperty(exports,"alertVariants",{enumerable:true,get:function(){return chunkLXQT7FH6_cjs.a}});Object.defineProperty(exports,"AspectRatio",{enumerable:true,get:function(){return chunkR4L5BZYI_cjs.a}});Object.defineProperty(exports,"Avatar",{enumerable:true,get:function(){return chunkIOX4WPJL_cjs.d}});Object.defineProperty(exports,"AvatarFallback",{enumerable:true,get:function(){return chunkIOX4WPJL_cjs.c}});Object.defineProperty(exports,"AvatarImage",{enumerable:true,get:function(){return chunkIOX4WPJL_cjs.b}});Object.defineProperty(exports,"avatarVariants",{enumerable:true,get:function(){return chunkIOX4WPJL_cjs.a}});Object.defineProperty(exports,"cn",{enumerable:true,get:function(){return chunkITRGJNWL_cjs.a}});exports.applyTheme=Qn;exports.getColorScheme=qn;exports.getCurrentTheme=Xn;exports.initializeTheme=le;exports.onSystemColorSchemeChange=se;exports.prefersDarkMode=Kn;exports.setDarkMode=Jn;exports.themeInfo=we;exports.themes=ee;exports.toggleDarkMode=ae;//# sourceMappingURL=index.cjs.map
3
3
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/themes/utils.ts","../src/themes/index.ts"],"names":["themes","applyTheme","theme","getCurrentTheme","toggleDarkMode","newScheme","setDarkMode","isDark","getColorScheme","prefersDarkMode","onSystemColorSchemeChange","callback","mediaQuery","handler","initializeTheme","defaultTheme","themeInfo"],"mappings":"+kFAIO,IAAMA,EAAAA,CAAoC,CAC/C,QAAA,CAAU,UAAA,CACV,MAAA,CAAQ,SACR,QAAA,CAAU,QAAA,CACV,MAAA,CAAQ,QACV,EAKO,SAASC,GAAWC,CAAAA,CAAwB,CAC7C,OAAO,QAAA,CAAa,GAAA,EACtB,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,YAAA,CAAcA,CAAK,EAE7D,CAKO,SAASC,EAAAA,EAAoC,CAClD,OAAI,OAAO,QAAA,CAAa,GAAA,CAAoB,IAAA,CAE9B,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,YAAY,CAElE,CAKO,SAASC,EAAAA,EAAuB,CACrC,GAAI,OAAO,QAAA,CAAa,GAAA,CAAa,OAGrC,IAAMC,CAAAA,CADgB,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,mBAAmB,CAAA,GAC3C,MAAA,CAAS,OAAA,CAAU,MAAA,CACvD,SAAS,eAAA,CAAgB,YAAA,CAAa,mBAAA,CAAqBA,CAAS,EACtE,CAKO,SAASC,EAAAA,CAAYC,CAAAA,CAAuB,CAC7C,OAAO,QAAA,CAAa,GAAA,EAExB,QAAA,CAAS,gBAAgB,YAAA,CAAa,mBAAA,CAAqBA,CAAAA,CAAS,MAAA,CAAS,OAAO,EACtF,CAKO,SAASC,EAAAA,EAA0C,CACxD,OAAI,OAAO,QAAA,CAAa,GAAA,CAAoB,KAE7B,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,mBAAmB,CAE1E,CAKO,SAASC,EAAAA,EAA2B,CACzC,OAAI,OAAO,MAAA,CAAW,GAAA,CAAoB,KAAA,CAEnC,OAAO,UAAA,CAAW,8BAA8B,CAAA,CAAE,OAC3D,CAKO,SAASC,EAAAA,CAA0BC,CAAAA,CAAiD,CACzF,GAAI,OAAO,MAAA,CAAW,GAAA,CAAa,OAAO,IAAM,CAAC,CAAA,CAEjD,IAAMC,CAAAA,CAAa,MAAA,CAAO,UAAA,CAAW,8BAA8B,CAAA,CAE7DC,CAAAA,CAAW,CAAA,EAA2B,CAC1CF,CAAAA,CAAS,CAAA,CAAE,OAAO,EACpB,CAAA,CAEA,OAAAC,CAAAA,CAAW,gBAAA,CAAiB,QAAA,CAAUC,CAAO,CAAA,CAGtC,IAAM,CACXD,CAAAA,CAAW,mBAAA,CAAoB,QAAA,CAAUC,CAAO,EAClD,CACF,CAKO,SAASC,EAAAA,CAAgBC,CAAAA,CAA0B,UAAA,CAAkB,CACtE,OAAO,QAAA,CAAa,GAAA,GAGnBZ,EAAAA,EAAgB,EACnBF,EAAAA,CAAWc,CAAY,CAAA,CAIpBP,IAAe,EAClBF,EAAAA,CAAYG,EAAAA,EAAiB,CAAA,EAEjC,CC9FO,IAAMO,EAAAA,CAAY,CACvB,QAAA,CAAU,CACR,IAAA,CAAM,UAAA,CACN,WAAA,CAAa,gEACb,MAAA,CAAQ,CACN,OAAA,CAAS,aAAA,CACT,SAAA,CAAW,WAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,MAAA,CAAQ,CACN,IAAA,CAAM,QAAA,CACN,YAAa,6DAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,gBAAA,CACT,SAAA,CAAW,gBAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,QAAA,CAAU,CACR,IAAA,CAAM,SACN,WAAA,CAAa,sDAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,kBAAA,CACT,SAAA,CAAW,aAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,MAAA,CAAQ,CACN,KAAM,QAAA,CACN,WAAA,CAAa,yDAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,oBAAA,CACT,SAAA,CAAW,aAAA,CACX,MAAA,CAAQ,OACV,CACF,CACF","file":"index.cjs","sourcesContent":["// Theme utilities and helpers\n\nexport type ThemeName = 'nostromo' | 'mother' | 'lv-426' | 'sulaco';\n\nexport const themes: Record<ThemeName, string> = {\n nostromo: 'nostromo',\n mother: 'mother',\n 'lv-426': 'lv-426',\n sulaco: 'sulaco',\n} as const;\n\n/**\n * Apply a theme to the document\n */\nexport function applyTheme(theme: ThemeName): void {\n if (typeof document !== 'undefined') {\n document.documentElement.setAttribute('data-theme', theme);\n }\n}\n\n/**\n * Get the current theme from the document\n */\nexport function getCurrentTheme(): ThemeName | null {\n if (typeof document === 'undefined') return null;\n \n const theme = document.documentElement.getAttribute('data-theme');\n return theme as ThemeName | null;\n}\n\n/**\n * Toggle between light and dark mode\n */\nexport function toggleDarkMode(): void {\n if (typeof document === 'undefined') return;\n \n const currentScheme = document.documentElement.getAttribute('data-color-scheme');\n const newScheme = currentScheme === 'dark' ? 'light' : 'dark';\n document.documentElement.setAttribute('data-color-scheme', newScheme);\n}\n\n/**\n * Set dark mode\n */\nexport function setDarkMode(isDark: boolean): void {\n if (typeof document === 'undefined') return;\n \n document.documentElement.setAttribute('data-color-scheme', isDark ? 'dark' : 'light');\n}\n\n/**\n * Get current color scheme\n */\nexport function getColorScheme(): 'light' | 'dark' | null {\n if (typeof document === 'undefined') return null;\n \n const scheme = document.documentElement.getAttribute('data-color-scheme');\n return scheme as 'light' | 'dark' | null;\n}\n\n/**\n * Check if system prefers dark mode\n */\nexport function prefersDarkMode(): boolean {\n if (typeof window === 'undefined') return false;\n \n return window.matchMedia('(prefers-color-scheme: dark)').matches;\n}\n\n/**\n * Listen for system color scheme changes\n */\nexport function onSystemColorSchemeChange(callback: (isDark: boolean) => void): () => void {\n if (typeof window === 'undefined') return () => {};\n \n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\n \n const handler = (e: MediaQueryListEvent) => {\n callback(e.matches);\n };\n \n mediaQuery.addEventListener('change', handler);\n \n // Return cleanup function\n return () => {\n mediaQuery.removeEventListener('change', handler);\n };\n}\n\n/**\n * Initialize theme system\n */\nexport function initializeTheme(defaultTheme: ThemeName = 'nostromo'): void {\n if (typeof document === 'undefined') return;\n \n // Set default theme if none is set\n if (!getCurrentTheme()) {\n applyTheme(defaultTheme);\n }\n \n // Set initial color scheme based on system preference\n if (!getColorScheme()) {\n setDarkMode(prefersDarkMode());\n }\n}\n","// Theme exports\nexport * from './utils';\n\n// Theme CSS imports (for bundlers that support CSS imports)\nimport './nostromo.css';\nimport './mother.css';\nimport './lv-426.css';\nimport './sulaco.css';\n\n// Theme names and descriptions\nexport const themeInfo = {\n nostromo: {\n name: 'Nostromo',\n description: 'Classic space industrial theme inspired by the USCSS Nostromo',\n colors: {\n primary: 'Purple/Blue',\n secondary: 'Dark Gray',\n accent: 'Green'\n }\n },\n mother: {\n name: 'Mother',\n description: 'Cold, clinical AI aesthetic inspired by the ship\\'s computer',\n colors: {\n primary: 'Cold Blue/Cyan',\n secondary: 'Clinical White',\n accent: 'Green'\n }\n },\n 'lv-426': {\n name: 'LV-426',\n description: 'Warm, rusty atmosphere inspired by the planet LV-426',\n colors: {\n primary: 'Warm Orange/Rust',\n secondary: 'Earth Tones',\n accent: 'Green'\n }\n },\n sulaco: {\n name: 'Sulaco',\n description: 'Modern, military-inspired aesthetic from the USS Sulaco',\n colors: {\n primary: 'Military Blue/Gray',\n secondary: 'Steel Tones',\n accent: 'Green'\n }\n }\n} as const;\n\nexport type ThemeInfo = typeof themeInfo;\n"]}
1
+ {"version":3,"sources":["../src/themes/utils.ts","../src/themes/index.ts"],"names":["themes","applyTheme","theme","getCurrentTheme","toggleDarkMode","newScheme","setDarkMode","isDark","getColorScheme","prefersDarkMode","onSystemColorSchemeChange","callback","mediaQuery","handler","initializeTheme","defaultTheme","themeInfo"],"mappings":"quFAIO,IAAMA,EAAAA,CAAoC,CAC/C,QAAA,CAAU,UAAA,CACV,MAAA,CAAQ,SACR,QAAA,CAAU,QAAA,CACV,MAAA,CAAQ,QACV,EAKO,SAASC,GAAWC,CAAAA,CAAwB,CAC7C,OAAO,QAAA,CAAa,GAAA,EACtB,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,YAAA,CAAcA,CAAK,EAE7D,CAKO,SAASC,EAAAA,EAAoC,CAClD,OAAI,OAAO,QAAA,CAAa,GAAA,CAAoB,IAAA,CAE9B,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,YAAY,CAElE,CAKO,SAASC,EAAAA,EAAuB,CACrC,GAAI,OAAO,QAAA,CAAa,GAAA,CAAa,OAGrC,IAAMC,CAAAA,CADgB,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,mBAAmB,CAAA,GAC3C,MAAA,CAAS,OAAA,CAAU,MAAA,CACvD,SAAS,eAAA,CAAgB,YAAA,CAAa,mBAAA,CAAqBA,CAAS,EACtE,CAKO,SAASC,EAAAA,CAAYC,CAAAA,CAAuB,CAC7C,OAAO,QAAA,CAAa,GAAA,EAExB,QAAA,CAAS,gBAAgB,YAAA,CAAa,mBAAA,CAAqBA,CAAAA,CAAS,MAAA,CAAS,OAAO,EACtF,CAKO,SAASC,EAAAA,EAA0C,CACxD,OAAI,OAAO,QAAA,CAAa,GAAA,CAAoB,KAE7B,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,mBAAmB,CAE1E,CAKO,SAASC,EAAAA,EAA2B,CACzC,OAAI,OAAO,MAAA,CAAW,GAAA,CAAoB,KAAA,CAEnC,OAAO,UAAA,CAAW,8BAA8B,CAAA,CAAE,OAC3D,CAKO,SAASC,EAAAA,CAA0BC,CAAAA,CAAiD,CACzF,GAAI,OAAO,MAAA,CAAW,GAAA,CAAa,OAAO,IAAM,CAAC,CAAA,CAEjD,IAAMC,CAAAA,CAAa,MAAA,CAAO,UAAA,CAAW,8BAA8B,CAAA,CAE7DC,CAAAA,CAAW,CAAA,EAA2B,CAC1CF,CAAAA,CAAS,CAAA,CAAE,OAAO,EACpB,CAAA,CAEA,OAAAC,CAAAA,CAAW,gBAAA,CAAiB,QAAA,CAAUC,CAAO,CAAA,CAGtC,IAAM,CACXD,CAAAA,CAAW,mBAAA,CAAoB,QAAA,CAAUC,CAAO,EAClD,CACF,CAKO,SAASC,EAAAA,CAAgBC,CAAAA,CAA0B,UAAA,CAAkB,CACtE,OAAO,QAAA,CAAa,GAAA,GAGnBZ,EAAAA,EAAgB,EACnBF,EAAAA,CAAWc,CAAY,CAAA,CAIpBP,IAAe,EAClBF,EAAAA,CAAYG,EAAAA,EAAiB,CAAA,EAEjC,CC9FO,IAAMO,EAAAA,CAAY,CACvB,QAAA,CAAU,CACR,IAAA,CAAM,UAAA,CACN,WAAA,CAAa,gEACb,MAAA,CAAQ,CACN,OAAA,CAAS,aAAA,CACT,SAAA,CAAW,WAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,MAAA,CAAQ,CACN,IAAA,CAAM,QAAA,CACN,YAAa,6DAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,gBAAA,CACT,SAAA,CAAW,gBAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,QAAA,CAAU,CACR,IAAA,CAAM,SACN,WAAA,CAAa,sDAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,kBAAA,CACT,SAAA,CAAW,aAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,MAAA,CAAQ,CACN,KAAM,QAAA,CACN,WAAA,CAAa,yDAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,oBAAA,CACT,SAAA,CAAW,aAAA,CACX,MAAA,CAAQ,OACV,CACF,CACF","file":"index.cjs","sourcesContent":["// Theme utilities and helpers\n\nexport type ThemeName = 'nostromo' | 'mother' | 'lv-426' | 'sulaco';\n\nexport const themes: Record<ThemeName, string> = {\n nostromo: 'nostromo',\n mother: 'mother',\n 'lv-426': 'lv-426',\n sulaco: 'sulaco',\n} as const;\n\n/**\n * Apply a theme to the document\n */\nexport function applyTheme(theme: ThemeName): void {\n if (typeof document !== 'undefined') {\n document.documentElement.setAttribute('data-theme', theme);\n }\n}\n\n/**\n * Get the current theme from the document\n */\nexport function getCurrentTheme(): ThemeName | null {\n if (typeof document === 'undefined') return null;\n \n const theme = document.documentElement.getAttribute('data-theme');\n return theme as ThemeName | null;\n}\n\n/**\n * Toggle between light and dark mode\n */\nexport function toggleDarkMode(): void {\n if (typeof document === 'undefined') return;\n \n const currentScheme = document.documentElement.getAttribute('data-color-scheme');\n const newScheme = currentScheme === 'dark' ? 'light' : 'dark';\n document.documentElement.setAttribute('data-color-scheme', newScheme);\n}\n\n/**\n * Set dark mode\n */\nexport function setDarkMode(isDark: boolean): void {\n if (typeof document === 'undefined') return;\n \n document.documentElement.setAttribute('data-color-scheme', isDark ? 'dark' : 'light');\n}\n\n/**\n * Get current color scheme\n */\nexport function getColorScheme(): 'light' | 'dark' | null {\n if (typeof document === 'undefined') return null;\n \n const scheme = document.documentElement.getAttribute('data-color-scheme');\n return scheme as 'light' | 'dark' | null;\n}\n\n/**\n * Check if system prefers dark mode\n */\nexport function prefersDarkMode(): boolean {\n if (typeof window === 'undefined') return false;\n \n return window.matchMedia('(prefers-color-scheme: dark)').matches;\n}\n\n/**\n * Listen for system color scheme changes\n */\nexport function onSystemColorSchemeChange(callback: (isDark: boolean) => void): () => void {\n if (typeof window === 'undefined') return () => {};\n \n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\n \n const handler = (e: MediaQueryListEvent) => {\n callback(e.matches);\n };\n \n mediaQuery.addEventListener('change', handler);\n \n // Return cleanup function\n return () => {\n mediaQuery.removeEventListener('change', handler);\n };\n}\n\n/**\n * Initialize theme system\n */\nexport function initializeTheme(defaultTheme: ThemeName = 'nostromo'): void {\n if (typeof document === 'undefined') return;\n \n // Set default theme if none is set\n if (!getCurrentTheme()) {\n applyTheme(defaultTheme);\n }\n \n // Set initial color scheme based on system preference\n if (!getColorScheme()) {\n setDarkMode(prefersDarkMode());\n }\n}\n","// Theme exports\nexport * from './utils';\n\n// Theme CSS imports (for bundlers that support CSS imports)\nimport './nostromo.css';\nimport './mother.css';\nimport './lv-426.css';\nimport './sulaco.css';\n\n// Theme names and descriptions\nexport const themeInfo = {\n nostromo: {\n name: 'Nostromo',\n description: 'Classic space industrial theme inspired by the USCSS Nostromo',\n colors: {\n primary: 'Purple/Blue',\n secondary: 'Dark Gray',\n accent: 'Green'\n }\n },\n mother: {\n name: 'Mother',\n description: 'Cold, clinical AI aesthetic inspired by the ship\\'s computer',\n colors: {\n primary: 'Cold Blue/Cyan',\n secondary: 'Clinical White',\n accent: 'Green'\n }\n },\n 'lv-426': {\n name: 'LV-426',\n description: 'Warm, rusty atmosphere inspired by the planet LV-426',\n colors: {\n primary: 'Warm Orange/Rust',\n secondary: 'Earth Tones',\n accent: 'Green'\n }\n },\n sulaco: {\n name: 'Sulaco',\n description: 'Modern, military-inspired aesthetic from the USS Sulaco',\n colors: {\n primary: 'Military Blue/Gray',\n secondary: 'Steel Tones',\n accent: 'Green'\n }\n }\n} as const;\n\nexport type ThemeInfo = typeof themeInfo;\n"]}
package/dist/index.d.cts CHANGED
@@ -43,12 +43,16 @@ export { AspectRatio, AspectRatioProps } from './components/core/aspect-ratio.cj
43
43
  export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuItemProps, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from './components/core/context-menu.cjs';
44
44
  export { HoverCard, HoverCardContent, HoverCardTrigger } from './components/core/hover-card.cjs';
45
45
  export { ScrollArea, ScrollAreaProps, ScrollBar } from './components/core/scroll-area.cjs';
46
+ export { Slider, SliderProps, sliderThumbVariants, sliderTrackVariants } from './components/core/slider.cjs';
47
+ export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarItemProps, MenubarLabel, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSubContent, MenubarSubTrigger, MenubarTrigger } from './components/core/menubar.cjs';
48
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle } from './components/core/navigation-menu.cjs';
46
49
  export { Hero, HeroProps } from './components/marketing/hero.cjs';
47
50
  export { Testimonial, Testimonials, TestimonialsProps } from './components/marketing/testimonials.cjs';
48
51
  export { Feature, Features, FeaturesProps } from './components/marketing/features.cjs';
49
52
  export { Pricing, PricingFeature, PricingPlan, PricingProps } from './components/marketing/pricing.cjs';
50
53
  export { Gallery, GalleryImage, GalleryProps } from './components/marketing/gallery.cjs';
51
54
  export { LogoItem, LogoWall, LogoWallProps } from './components/marketing/logo-wall.cjs';
55
+ export { Group as MenubarGroup, Menu as MenubarMenu, RadioGroup as MenubarRadioGroup, Sub as MenubarSub } from '@radix-ui/react-menubar';
52
56
  import 'class-variance-authority/types';
53
57
  import 'react';
54
58
  import 'class-variance-authority';
@@ -66,6 +70,8 @@ import '@radix-ui/react-toggle-group';
66
70
  import '@radix-ui/react-context-menu';
67
71
  import '@radix-ui/react-hover-card';
68
72
  import '@radix-ui/react-scroll-area';
73
+ import '@radix-ui/react-slider';
74
+ import '@radix-ui/react-navigation-menu';
69
75
 
70
76
  type ThemeName = 'nostromo' | 'mother' | 'lv-426' | 'sulaco';
71
77
  declare const themes: Record<ThemeName, string>;
package/dist/index.d.ts CHANGED
@@ -43,12 +43,16 @@ export { AspectRatio, AspectRatioProps } from './components/core/aspect-ratio.js
43
43
  export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuItemProps, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from './components/core/context-menu.js';
44
44
  export { HoverCard, HoverCardContent, HoverCardTrigger } from './components/core/hover-card.js';
45
45
  export { ScrollArea, ScrollAreaProps, ScrollBar } from './components/core/scroll-area.js';
46
+ export { Slider, SliderProps, sliderThumbVariants, sliderTrackVariants } from './components/core/slider.js';
47
+ export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarItemProps, MenubarLabel, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSubContent, MenubarSubTrigger, MenubarTrigger } from './components/core/menubar.js';
48
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle } from './components/core/navigation-menu.js';
46
49
  export { Hero, HeroProps } from './components/marketing/hero.js';
47
50
  export { Testimonial, Testimonials, TestimonialsProps } from './components/marketing/testimonials.js';
48
51
  export { Feature, Features, FeaturesProps } from './components/marketing/features.js';
49
52
  export { Pricing, PricingFeature, PricingPlan, PricingProps } from './components/marketing/pricing.js';
50
53
  export { Gallery, GalleryImage, GalleryProps } from './components/marketing/gallery.js';
51
54
  export { LogoItem, LogoWall, LogoWallProps } from './components/marketing/logo-wall.js';
55
+ export { Group as MenubarGroup, Menu as MenubarMenu, RadioGroup as MenubarRadioGroup, Sub as MenubarSub } from '@radix-ui/react-menubar';
52
56
  import 'class-variance-authority/types';
53
57
  import 'react';
54
58
  import 'class-variance-authority';
@@ -66,6 +70,8 @@ import '@radix-ui/react-toggle-group';
66
70
  import '@radix-ui/react-context-menu';
67
71
  import '@radix-ui/react-hover-card';
68
72
  import '@radix-ui/react-scroll-area';
73
+ import '@radix-ui/react-slider';
74
+ import '@radix-ui/react-navigation-menu';
69
75
 
70
76
  type ThemeName = 'nostromo' | 'mother' | 'lv-426' | 'sulaco';
71
77
  declare const themes: Record<ThemeName, string>;
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use client";
2
- export{a as LogoWall}from'./chunk-RC2THAIA.js';export{a as Pricing}from'./chunk-44HISN45.js';export{a as Testimonials}from'./chunk-LR4VUFOQ.js';export{d as Tabs,g as TabsContent,e as TabsList,f as TabsTrigger,c as tabsContentVariants,a as tabsListVariants,b as tabsTriggerVariants}from'./chunk-ZEJAFIOC.js';export{b as Textarea,a as textareaVariants}from'./chunk-2HYJSYQX.js';export{e as Toast,d as ToastProvider,b as toastIconVariants,a as toastVariants,c as useToast,f as useToastNotification}from'./chunk-WO3KCAN6.js';export{b as Toggle,c as ToggleGroup,d as ToggleGroupItem,a as toggleVariants}from'./chunk-EZGTC7L3.js';export{f as Tooltip,d as TooltipContent,e as TooltipProvider,c as TooltipTrigger,b as arrowVariants,a as tooltipVariants}from'./chunk-TCA5Z7FL.js';export{a as Features}from'./chunk-CEMOHO3Z.js';export{a as Gallery}from'./chunk-2JQROMCM.js';export{a as Hero}from'./chunk-JEHIMQQZ.js';export{c as RadioGroup,d as RadioGroupItem,d as RadioItem,a as radioGroupVariants,b as radioItemVariants}from'./chunk-WW2DDHCI.js';export{a as ScrollArea,b as ScrollBar}from'./chunk-GCMMAUW3.js';export{d as Select,h as SelectContent,e as SelectGroup,j as SelectItem,i as SelectLabel,k as SelectSeparator,g as SelectTrigger,f as SelectValue,b as selectContentVariants,c as selectItemVariants,a as selectTriggerVariants}from'./chunk-BZF3ZOAN.js';export{b as Separator,a as separatorVariants}from'./chunk-XRVHMGMD.js';export{b as Sheet,d as SheetClose,g as SheetContent,k as SheetDescription,i as SheetFooter,h as SheetHeader,f as SheetOverlay,e as SheetPortal,j as SheetTitle,c as SheetTrigger,a as sheetVariants}from'./chunk-HCYZ3LZP.js';export{c as Switch,b as switchThumbVariants,a as switchVariants}from'./chunk-OUWOPYAX.js';export{b as HelperText,a as helperTextVariants}from'./chunk-ABA7B5DE.js';export{a as HoverCard,c as HoverCardContent,b as HoverCardTrigger}from'./chunk-HEU5GFOV.js';export{a as Icon,b as iconNames}from'./chunk-BL2TM4YT.js';export{b as Label,a as labelVariants}from'./chunk-LYVCB45L.js';export{c as Pagination,d as PaginationContent,i as PaginationEllipsis,e as PaginationItem,f as PaginationLink,h as PaginationNext,g as PaginationPrevious,b as paginationItemVariants,a as paginationVariants}from'./chunk-Q6QMSAJR.js';export{b as Popover,d as PopoverAnchor,g as PopoverArrow,e as PopoverClose,f as PopoverContent,c as PopoverTrigger,a as popoverContentVariants}from'./chunk-3FY7LZ3B.js';export{e as CircularProgress,d as Progress,b as progressBarVariants,c as progressLabelVariants,a as progressVariants}from'./chunk-NLD4R74T.js';export{b as Checkbox,a as checkboxVariants}from'./chunk-DNTPD3PJ.js';export{a as Collapsible,c as CollapsibleContent,b as CollapsibleTrigger}from'./chunk-ESUSGG6O.js';export{a as ContextMenu,h as ContextMenuCheckboxItem,f as ContextMenuContent,c as ContextMenuGroup,g as ContextMenuItem,j as ContextMenuLabel,e as ContextMenuRadioGroup,i as ContextMenuRadioItem,k as ContextMenuSeparator,l as ContextMenuShortcut,d as ContextMenuSub,n as ContextMenuSubContent,m as ContextMenuSubTrigger,b as ContextMenuTrigger}from'./chunk-AYKNZARS.js';export{a as DataTable}from'./chunk-XJJJEWSU.js';export{d as Table,f as TableBody,h as TableCell,i as TableHead,e as TableHeader,g as TableRow,c as tableCellVariants,b as tableHeaderVariants,a as tableVariants}from'./chunk-UIEGBT4T.js';export{b as Input}from'./chunk-HD3TMQPR.js';export{c as Dialog,e as DialogContent,h as DialogDescription,f as DialogHeader,g as DialogTitle,d as DialogTrigger}from'./chunk-MY2KMTUS.js';export{a as DropdownMenu,h as DropdownMenuCheckboxItem,f as DropdownMenuContent,c as DropdownMenuGroup,g as DropdownMenuItem,j as DropdownMenuLabel,e as DropdownMenuRadioGroup,i as DropdownMenuRadioItem,k as DropdownMenuSeparator,l as DropdownMenuShortcut,d as DropdownMenuSub,n as DropdownMenuSubContent,m as DropdownMenuSubTrigger,b as DropdownMenuTrigger}from'./chunk-MM54MZBX.js';import'./chunk-XYPJ2K22.js';export{b as ErrorMessage,a as errorMessageVariants}from'./chunk-XQUZ7DUN.js';export{b as Badge,a as badgeVariants}from'./chunk-UL6MF7ES.js';export{d as Breadcrumb,j as BreadcrumbEllipsis,f as BreadcrumbItem,g as BreadcrumbLink,e as BreadcrumbList,h as BreadcrumbPage,i as BreadcrumbSeparator,b as breadcrumbItemVariants,c as breadcrumbSeparatorVariants,a as breadcrumbVariants}from'./chunk-SVWQWRPZ.js';export{c as Calendar,b as calendarDayVariants,a as calendarVariants}from'./chunk-35I2BJC3.js';export{g as Card,e as CardContent,d as CardDescription,f as CardFooter,b as CardHeader,c as CardTitle}from'./chunk-VD6S2PE4.js';export{l as ChartArea,j as ChartBar,d as ChartContainer,e as ChartGrid,i as ChartLegend,k as ChartLine,m as ChartReferenceLine,h as ChartTooltip,f as ChartXAxis,g as ChartYAxis,b as buildColorMap,a as chartPalette,c as resolveSeriesColor}from'./chunk-CCNO2VWE.js';export{a as LazyChart}from'./chunk-HRJXPCGF.js';export{b as Skeleton,d as SkeletonAvatar,e as SkeletonButton,f as SkeletonCard,h as SkeletonList,g as SkeletonTable,c as SkeletonText,a as skeletonVariants}from'./chunk-QKM5LPRW.js';export{b as Chart,a as chartContainerVariants}from'./chunk-XLZJ6HBL.js';export{a as LazyComponent,d as LazyInView,c as useLazyLoading,b as withLazyLoading}from'./chunk-QBAURT3I.js';export{a as ErrorBoundary,b as useErrorHandler}from'./chunk-MVCGR7JQ.js';export{d as performanceUtils,c as useMemoryMonitor,a as usePerformanceMonitor,b as withPerformanceMonitoring}from'./chunk-3BNGK67W.js';export{f as Accordion,i as AccordionContent,g as AccordionItem,h as AccordionTrigger,e as accordionChevronVariants,d as accordionContentVariants,b as accordionItemVariants,c as accordionTriggerVariants,a as accordionVariants}from'./chunk-6QAYHUNV.js';export{a as AlertDialog,j as AlertDialogAction,k as AlertDialogCancel,e as AlertDialogContent,i as AlertDialogDescription,g as AlertDialogFooter,f as AlertDialogHeader,d as AlertDialogOverlay,c as AlertDialogPortal,h as AlertDialogTitle,b as AlertDialogTrigger}from'./chunk-CT6LEOBW.js';export{b as Button,a as buttonVariants}from'./chunk-AVTJE2O2.js';export{g as Alert,f as AlertDescription,e as AlertTitle,d as alertCloseVariants,c as alertDescriptionVariants,b as alertTitleVariants,a as alertVariants}from'./chunk-AHRTNKXE.js';export{a as AspectRatio}from'./chunk-YCVOS3MT.js';export{d as Avatar,c as AvatarFallback,b as AvatarImage,a as avatarVariants}from'./chunk-YNSODGYK.js';import'./chunk-COXN6XBA.js';export{a as cn}from'./chunk-AC2JBXHQ.js';var Vn={nostromo:"nostromo",mother:"mother","lv-426":"lv-426",sulaco:"sulaco"};function yn(o){typeof document<"u"&&document.documentElement.setAttribute("data-theme",o);}function wn(){return typeof document>"u"?null:document.documentElement.getAttribute("data-theme")}function Ln(){if(typeof document>"u")return;let r=document.documentElement.getAttribute("data-color-scheme")==="dark"?"light":"dark";document.documentElement.setAttribute("data-color-scheme",r);}function Cn(o){typeof document>"u"||document.documentElement.setAttribute("data-color-scheme",o?"dark":"light");}function kn(){return typeof document>"u"?null:document.documentElement.getAttribute("data-color-scheme")}function Sn(){return typeof window>"u"?false:window.matchMedia("(prefers-color-scheme: dark)").matches}function Bn(o){if(typeof window>"u")return ()=>{};let r=window.matchMedia("(prefers-color-scheme: dark)"),t=e=>{o(e.matches);};return r.addEventListener("change",t),()=>{r.removeEventListener("change",t);}}function zn(o="nostromo"){typeof document>"u"||(wn()||yn(o),kn()||Cn(Sn()));}var Xn={nostromo:{name:"Nostromo",description:"Classic space industrial theme inspired by the USCSS Nostromo",colors:{primary:"Purple/Blue",secondary:"Dark Gray",accent:"Green"}},mother:{name:"Mother",description:"Cold, clinical AI aesthetic inspired by the ship's computer",colors:{primary:"Cold Blue/Cyan",secondary:"Clinical White",accent:"Green"}},"lv-426":{name:"LV-426",description:"Warm, rusty atmosphere inspired by the planet LV-426",colors:{primary:"Warm Orange/Rust",secondary:"Earth Tones",accent:"Green"}},sulaco:{name:"Sulaco",description:"Modern, military-inspired aesthetic from the USS Sulaco",colors:{primary:"Military Blue/Gray",secondary:"Steel Tones",accent:"Green"}}};export{yn as applyTheme,kn as getColorScheme,wn as getCurrentTheme,zn as initializeTheme,Bn as onSystemColorSchemeChange,Sn as prefersDarkMode,Cn as setDarkMode,Xn as themeInfo,Vn as themes,Ln as toggleDarkMode};//# sourceMappingURL=index.js.map
2
+ export{a as Features}from'./chunk-CEMOHO3Z.js';export{a as Gallery}from'./chunk-2JQROMCM.js';export{a as Hero}from'./chunk-JEHIMQQZ.js';export{a as LogoWall}from'./chunk-RC2THAIA.js';export{a as Pricing}from'./chunk-44HISN45.js';export{a as Testimonials}from'./chunk-LR4VUFOQ.js';export{c as Slider,b as sliderThumbVariants,a as sliderTrackVariants}from'./chunk-VBGHESL2.js';export{c as Switch,b as switchThumbVariants,a as switchVariants}from'./chunk-OUWOPYAX.js';export{d as Tabs,g as TabsContent,e as TabsList,f as TabsTrigger,c as tabsContentVariants,a as tabsListVariants,b as tabsTriggerVariants}from'./chunk-ZEJAFIOC.js';export{b as Textarea,a as textareaVariants}from'./chunk-2HYJSYQX.js';export{e as Toast,d as ToastProvider,b as toastIconVariants,a as toastVariants,c as useToast,f as useToastNotification}from'./chunk-WO3KCAN6.js';export{b as Toggle,c as ToggleGroup,d as ToggleGroupItem,a as toggleVariants}from'./chunk-EZGTC7L3.js';export{f as Tooltip,d as TooltipContent,e as TooltipProvider,c as TooltipTrigger,b as arrowVariants,a as tooltipVariants}from'./chunk-TCA5Z7FL.js';export{b as Popover,d as PopoverAnchor,g as PopoverArrow,e as PopoverClose,f as PopoverContent,c as PopoverTrigger,a as popoverContentVariants}from'./chunk-3FY7LZ3B.js';export{e as CircularProgress,d as Progress,b as progressBarVariants,c as progressLabelVariants,a as progressVariants}from'./chunk-NLD4R74T.js';export{c as RadioGroup,d as RadioGroupItem,d as RadioItem,a as radioGroupVariants,b as radioItemVariants}from'./chunk-WW2DDHCI.js';export{a as ScrollArea,b as ScrollBar}from'./chunk-GCMMAUW3.js';export{d as Select,h as SelectContent,e as SelectGroup,j as SelectItem,i as SelectLabel,k as SelectSeparator,g as SelectTrigger,f as SelectValue,b as selectContentVariants,c as selectItemVariants,a as selectTriggerVariants}from'./chunk-BZF3ZOAN.js';export{b as Separator,a as separatorVariants}from'./chunk-XRVHMGMD.js';export{b as Sheet,d as SheetClose,g as SheetContent,k as SheetDescription,i as SheetFooter,h as SheetHeader,f as SheetOverlay,e as SheetPortal,j as SheetTitle,c as SheetTrigger,a as sheetVariants}from'./chunk-HCYZ3LZP.js';export{b as HelperText,a as helperTextVariants}from'./chunk-ABA7B5DE.js';export{a as HoverCard,c as HoverCardContent,b as HoverCardTrigger}from'./chunk-HEU5GFOV.js';export{a as Icon,b as iconNames}from'./chunk-BL2TM4YT.js';export{b as Label,a as labelVariants}from'./chunk-LYVCB45L.js';export{a as Menubar,e as MenubarCheckboxItem,c as MenubarContent,m as MenubarGroup,d as MenubarItem,g as MenubarLabel,l as MenubarMenu,o as MenubarRadioGroup,f as MenubarRadioItem,h as MenubarSeparator,i as MenubarShortcut,n as MenubarSub,k as MenubarSubContent,j as MenubarSubTrigger,b as MenubarTrigger}from'./chunk-FTAB43WC.js';export{a as NavigationMenu,f as NavigationMenuContent,i as NavigationMenuIndicator,c as NavigationMenuItem,g as NavigationMenuLink,b as NavigationMenuList,e as NavigationMenuTrigger,h as NavigationMenuViewport,d as navigationMenuTriggerStyle}from'./chunk-BISYWH74.js';export{c as Pagination,d as PaginationContent,i as PaginationEllipsis,e as PaginationItem,f as PaginationLink,h as PaginationNext,g as PaginationPrevious,b as paginationItemVariants,a as paginationVariants}from'./chunk-Q6QMSAJR.js';export{b as Checkbox,a as checkboxVariants}from'./chunk-DNTPD3PJ.js';export{a as Collapsible,c as CollapsibleContent,b as CollapsibleTrigger}from'./chunk-ESUSGG6O.js';export{a as ContextMenu,h as ContextMenuCheckboxItem,f as ContextMenuContent,c as ContextMenuGroup,g as ContextMenuItem,j as ContextMenuLabel,e as ContextMenuRadioGroup,i as ContextMenuRadioItem,k as ContextMenuSeparator,l as ContextMenuShortcut,d as ContextMenuSub,n as ContextMenuSubContent,m as ContextMenuSubTrigger,b as ContextMenuTrigger}from'./chunk-AYKNZARS.js';export{a as DataTable}from'./chunk-XJJJEWSU.js';export{d as Table,f as TableBody,h as TableCell,i as TableHead,e as TableHeader,g as TableRow,c as tableCellVariants,b as tableHeaderVariants,a as tableVariants}from'./chunk-UIEGBT4T.js';export{b as Input}from'./chunk-HD3TMQPR.js';export{c as Dialog,e as DialogContent,h as DialogDescription,f as DialogHeader,g as DialogTitle,d as DialogTrigger}from'./chunk-MY2KMTUS.js';export{a as DropdownMenu,h as DropdownMenuCheckboxItem,f as DropdownMenuContent,c as DropdownMenuGroup,g as DropdownMenuItem,j as DropdownMenuLabel,e as DropdownMenuRadioGroup,i as DropdownMenuRadioItem,k as DropdownMenuSeparator,l as DropdownMenuShortcut,d as DropdownMenuSub,n as DropdownMenuSubContent,m as DropdownMenuSubTrigger,b as DropdownMenuTrigger}from'./chunk-MM54MZBX.js';import'./chunk-XYPJ2K22.js';export{b as ErrorMessage,a as errorMessageVariants}from'./chunk-XQUZ7DUN.js';export{b as Badge,a as badgeVariants}from'./chunk-UL6MF7ES.js';export{d as Breadcrumb,j as BreadcrumbEllipsis,f as BreadcrumbItem,g as BreadcrumbLink,e as BreadcrumbList,h as BreadcrumbPage,i as BreadcrumbSeparator,b as breadcrumbItemVariants,c as breadcrumbSeparatorVariants,a as breadcrumbVariants}from'./chunk-SVWQWRPZ.js';export{c as Calendar,b as calendarDayVariants,a as calendarVariants}from'./chunk-35I2BJC3.js';export{g as Card,e as CardContent,d as CardDescription,f as CardFooter,b as CardHeader,c as CardTitle}from'./chunk-VD6S2PE4.js';export{l as ChartArea,j as ChartBar,d as ChartContainer,e as ChartGrid,i as ChartLegend,k as ChartLine,m as ChartReferenceLine,h as ChartTooltip,f as ChartXAxis,g as ChartYAxis,b as buildColorMap,a as chartPalette,c as resolveSeriesColor}from'./chunk-CCNO2VWE.js';export{a as LazyChart}from'./chunk-HRJXPCGF.js';export{b as Skeleton,d as SkeletonAvatar,e as SkeletonButton,f as SkeletonCard,h as SkeletonList,g as SkeletonTable,c as SkeletonText,a as skeletonVariants}from'./chunk-QKM5LPRW.js';export{b as Chart,a as chartContainerVariants}from'./chunk-XLZJ6HBL.js';export{a as LazyComponent,d as LazyInView,c as useLazyLoading,b as withLazyLoading}from'./chunk-QBAURT3I.js';export{a as ErrorBoundary,b as useErrorHandler}from'./chunk-MVCGR7JQ.js';export{d as performanceUtils,c as useMemoryMonitor,a as usePerformanceMonitor,b as withPerformanceMonitoring}from'./chunk-3BNGK67W.js';export{f as Accordion,i as AccordionContent,g as AccordionItem,h as AccordionTrigger,e as accordionChevronVariants,d as accordionContentVariants,b as accordionItemVariants,c as accordionTriggerVariants,a as accordionVariants}from'./chunk-6QAYHUNV.js';export{a as AlertDialog,j as AlertDialogAction,k as AlertDialogCancel,e as AlertDialogContent,i as AlertDialogDescription,g as AlertDialogFooter,f as AlertDialogHeader,d as AlertDialogOverlay,c as AlertDialogPortal,h as AlertDialogTitle,b as AlertDialogTrigger}from'./chunk-CT6LEOBW.js';export{b as Button,a as buttonVariants}from'./chunk-AVTJE2O2.js';export{g as Alert,f as AlertDescription,e as AlertTitle,d as alertCloseVariants,c as alertDescriptionVariants,b as alertTitleVariants,a as alertVariants}from'./chunk-AHRTNKXE.js';export{a as AspectRatio}from'./chunk-YCVOS3MT.js';export{d as Avatar,c as AvatarFallback,b as AvatarImage,a as avatarVariants}from'./chunk-YNSODGYK.js';import'./chunk-COXN6XBA.js';export{a as cn}from'./chunk-AC2JBXHQ.js';var ee={nostromo:"nostromo",mother:"mother","lv-426":"lv-426",sulaco:"sulaco"};function Qn(o){typeof document<"u"&&document.documentElement.setAttribute("data-theme",o);}function Xn(){return typeof document>"u"?null:document.documentElement.getAttribute("data-theme")}function ae(){if(typeof document>"u")return;let r=document.documentElement.getAttribute("data-color-scheme")==="dark"?"light":"dark";document.documentElement.setAttribute("data-color-scheme",r);}function Jn(o){typeof document>"u"||document.documentElement.setAttribute("data-color-scheme",o?"dark":"light");}function qn(){return typeof document>"u"?null:document.documentElement.getAttribute("data-color-scheme")}function Kn(){return typeof window>"u"?false:window.matchMedia("(prefers-color-scheme: dark)").matches}function se(o){if(typeof window>"u")return ()=>{};let r=window.matchMedia("(prefers-color-scheme: dark)"),t=e=>{o(e.matches);};return r.addEventListener("change",t),()=>{r.removeEventListener("change",t);}}function le(o="nostromo"){typeof document>"u"||(Xn()||Qn(o),qn()||Jn(Kn()));}var we={nostromo:{name:"Nostromo",description:"Classic space industrial theme inspired by the USCSS Nostromo",colors:{primary:"Purple/Blue",secondary:"Dark Gray",accent:"Green"}},mother:{name:"Mother",description:"Cold, clinical AI aesthetic inspired by the ship's computer",colors:{primary:"Cold Blue/Cyan",secondary:"Clinical White",accent:"Green"}},"lv-426":{name:"LV-426",description:"Warm, rusty atmosphere inspired by the planet LV-426",colors:{primary:"Warm Orange/Rust",secondary:"Earth Tones",accent:"Green"}},sulaco:{name:"Sulaco",description:"Modern, military-inspired aesthetic from the USS Sulaco",colors:{primary:"Military Blue/Gray",secondary:"Steel Tones",accent:"Green"}}};export{Qn as applyTheme,qn as getColorScheme,Xn as getCurrentTheme,le as initializeTheme,se as onSystemColorSchemeChange,Kn as prefersDarkMode,Jn as setDarkMode,we as themeInfo,ee as themes,ae as toggleDarkMode};//# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/themes/utils.ts","../src/themes/index.ts"],"names":["themes","applyTheme","theme","getCurrentTheme","toggleDarkMode","newScheme","setDarkMode","isDark","getColorScheme","prefersDarkMode","onSystemColorSchemeChange","callback","mediaQuery","handler","initializeTheme","defaultTheme","themeInfo"],"mappings":"4yMAIO,IAAMA,EAAAA,CAAoC,CAC/C,QAAA,CAAU,UAAA,CACV,MAAA,CAAQ,SACR,QAAA,CAAU,QAAA,CACV,MAAA,CAAQ,QACV,EAKO,SAASC,GAAWC,CAAAA,CAAwB,CAC7C,OAAO,QAAA,CAAa,GAAA,EACtB,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,YAAA,CAAcA,CAAK,EAE7D,CAKO,SAASC,EAAAA,EAAoC,CAClD,OAAI,OAAO,QAAA,CAAa,GAAA,CAAoB,IAAA,CAE9B,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,YAAY,CAElE,CAKO,SAASC,EAAAA,EAAuB,CACrC,GAAI,OAAO,QAAA,CAAa,GAAA,CAAa,OAGrC,IAAMC,CAAAA,CADgB,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,mBAAmB,CAAA,GAC3C,MAAA,CAAS,OAAA,CAAU,MAAA,CACvD,SAAS,eAAA,CAAgB,YAAA,CAAa,mBAAA,CAAqBA,CAAS,EACtE,CAKO,SAASC,EAAAA,CAAYC,CAAAA,CAAuB,CAC7C,OAAO,QAAA,CAAa,GAAA,EAExB,QAAA,CAAS,gBAAgB,YAAA,CAAa,mBAAA,CAAqBA,CAAAA,CAAS,MAAA,CAAS,OAAO,EACtF,CAKO,SAASC,EAAAA,EAA0C,CACxD,OAAI,OAAO,QAAA,CAAa,GAAA,CAAoB,KAE7B,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,mBAAmB,CAE1E,CAKO,SAASC,EAAAA,EAA2B,CACzC,OAAI,OAAO,MAAA,CAAW,GAAA,CAAoB,KAAA,CAEnC,OAAO,UAAA,CAAW,8BAA8B,CAAA,CAAE,OAC3D,CAKO,SAASC,EAAAA,CAA0BC,CAAAA,CAAiD,CACzF,GAAI,OAAO,MAAA,CAAW,GAAA,CAAa,OAAO,IAAM,CAAC,CAAA,CAEjD,IAAMC,CAAAA,CAAa,MAAA,CAAO,UAAA,CAAW,8BAA8B,CAAA,CAE7DC,CAAAA,CAAW,CAAA,EAA2B,CAC1CF,CAAAA,CAAS,CAAA,CAAE,OAAO,EACpB,CAAA,CAEA,OAAAC,CAAAA,CAAW,gBAAA,CAAiB,QAAA,CAAUC,CAAO,CAAA,CAGtC,IAAM,CACXD,CAAAA,CAAW,mBAAA,CAAoB,QAAA,CAAUC,CAAO,EAClD,CACF,CAKO,SAASC,EAAAA,CAAgBC,CAAAA,CAA0B,UAAA,CAAkB,CACtE,OAAO,QAAA,CAAa,GAAA,GAGnBZ,EAAAA,EAAgB,EACnBF,EAAAA,CAAWc,CAAY,CAAA,CAIpBP,IAAe,EAClBF,EAAAA,CAAYG,EAAAA,EAAiB,CAAA,EAEjC,CC9FO,IAAMO,EAAAA,CAAY,CACvB,QAAA,CAAU,CACR,IAAA,CAAM,UAAA,CACN,WAAA,CAAa,gEACb,MAAA,CAAQ,CACN,OAAA,CAAS,aAAA,CACT,SAAA,CAAW,WAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,MAAA,CAAQ,CACN,IAAA,CAAM,QAAA,CACN,YAAa,6DAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,gBAAA,CACT,SAAA,CAAW,gBAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,QAAA,CAAU,CACR,IAAA,CAAM,SACN,WAAA,CAAa,sDAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,kBAAA,CACT,SAAA,CAAW,aAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,MAAA,CAAQ,CACN,KAAM,QAAA,CACN,WAAA,CAAa,yDAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,oBAAA,CACT,SAAA,CAAW,aAAA,CACX,MAAA,CAAQ,OACV,CACF,CACF","file":"index.js","sourcesContent":["// Theme utilities and helpers\n\nexport type ThemeName = 'nostromo' | 'mother' | 'lv-426' | 'sulaco';\n\nexport const themes: Record<ThemeName, string> = {\n nostromo: 'nostromo',\n mother: 'mother',\n 'lv-426': 'lv-426',\n sulaco: 'sulaco',\n} as const;\n\n/**\n * Apply a theme to the document\n */\nexport function applyTheme(theme: ThemeName): void {\n if (typeof document !== 'undefined') {\n document.documentElement.setAttribute('data-theme', theme);\n }\n}\n\n/**\n * Get the current theme from the document\n */\nexport function getCurrentTheme(): ThemeName | null {\n if (typeof document === 'undefined') return null;\n \n const theme = document.documentElement.getAttribute('data-theme');\n return theme as ThemeName | null;\n}\n\n/**\n * Toggle between light and dark mode\n */\nexport function toggleDarkMode(): void {\n if (typeof document === 'undefined') return;\n \n const currentScheme = document.documentElement.getAttribute('data-color-scheme');\n const newScheme = currentScheme === 'dark' ? 'light' : 'dark';\n document.documentElement.setAttribute('data-color-scheme', newScheme);\n}\n\n/**\n * Set dark mode\n */\nexport function setDarkMode(isDark: boolean): void {\n if (typeof document === 'undefined') return;\n \n document.documentElement.setAttribute('data-color-scheme', isDark ? 'dark' : 'light');\n}\n\n/**\n * Get current color scheme\n */\nexport function getColorScheme(): 'light' | 'dark' | null {\n if (typeof document === 'undefined') return null;\n \n const scheme = document.documentElement.getAttribute('data-color-scheme');\n return scheme as 'light' | 'dark' | null;\n}\n\n/**\n * Check if system prefers dark mode\n */\nexport function prefersDarkMode(): boolean {\n if (typeof window === 'undefined') return false;\n \n return window.matchMedia('(prefers-color-scheme: dark)').matches;\n}\n\n/**\n * Listen for system color scheme changes\n */\nexport function onSystemColorSchemeChange(callback: (isDark: boolean) => void): () => void {\n if (typeof window === 'undefined') return () => {};\n \n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\n \n const handler = (e: MediaQueryListEvent) => {\n callback(e.matches);\n };\n \n mediaQuery.addEventListener('change', handler);\n \n // Return cleanup function\n return () => {\n mediaQuery.removeEventListener('change', handler);\n };\n}\n\n/**\n * Initialize theme system\n */\nexport function initializeTheme(defaultTheme: ThemeName = 'nostromo'): void {\n if (typeof document === 'undefined') return;\n \n // Set default theme if none is set\n if (!getCurrentTheme()) {\n applyTheme(defaultTheme);\n }\n \n // Set initial color scheme based on system preference\n if (!getColorScheme()) {\n setDarkMode(prefersDarkMode());\n }\n}\n","// Theme exports\nexport * from './utils';\n\n// Theme CSS imports (for bundlers that support CSS imports)\nimport './nostromo.css';\nimport './mother.css';\nimport './lv-426.css';\nimport './sulaco.css';\n\n// Theme names and descriptions\nexport const themeInfo = {\n nostromo: {\n name: 'Nostromo',\n description: 'Classic space industrial theme inspired by the USCSS Nostromo',\n colors: {\n primary: 'Purple/Blue',\n secondary: 'Dark Gray',\n accent: 'Green'\n }\n },\n mother: {\n name: 'Mother',\n description: 'Cold, clinical AI aesthetic inspired by the ship\\'s computer',\n colors: {\n primary: 'Cold Blue/Cyan',\n secondary: 'Clinical White',\n accent: 'Green'\n }\n },\n 'lv-426': {\n name: 'LV-426',\n description: 'Warm, rusty atmosphere inspired by the planet LV-426',\n colors: {\n primary: 'Warm Orange/Rust',\n secondary: 'Earth Tones',\n accent: 'Green'\n }\n },\n sulaco: {\n name: 'Sulaco',\n description: 'Modern, military-inspired aesthetic from the USS Sulaco',\n colors: {\n primary: 'Military Blue/Gray',\n secondary: 'Steel Tones',\n accent: 'Green'\n }\n }\n} as const;\n\nexport type ThemeInfo = typeof themeInfo;\n"]}
1
+ {"version":3,"sources":["../src/themes/utils.ts","../src/themes/index.ts"],"names":["themes","applyTheme","theme","getCurrentTheme","toggleDarkMode","newScheme","setDarkMode","isDark","getColorScheme","prefersDarkMode","onSystemColorSchemeChange","callback","mediaQuery","handler","initializeTheme","defaultTheme","themeInfo"],"mappings":"k+NAIO,IAAMA,EAAAA,CAAoC,CAC/C,QAAA,CAAU,UAAA,CACV,MAAA,CAAQ,SACR,QAAA,CAAU,QAAA,CACV,MAAA,CAAQ,QACV,EAKO,SAASC,GAAWC,CAAAA,CAAwB,CAC7C,OAAO,QAAA,CAAa,GAAA,EACtB,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,YAAA,CAAcA,CAAK,EAE7D,CAKO,SAASC,EAAAA,EAAoC,CAClD,OAAI,OAAO,QAAA,CAAa,GAAA,CAAoB,IAAA,CAE9B,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,YAAY,CAElE,CAKO,SAASC,EAAAA,EAAuB,CACrC,GAAI,OAAO,QAAA,CAAa,GAAA,CAAa,OAGrC,IAAMC,CAAAA,CADgB,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,mBAAmB,CAAA,GAC3C,MAAA,CAAS,OAAA,CAAU,MAAA,CACvD,SAAS,eAAA,CAAgB,YAAA,CAAa,mBAAA,CAAqBA,CAAS,EACtE,CAKO,SAASC,EAAAA,CAAYC,CAAAA,CAAuB,CAC7C,OAAO,QAAA,CAAa,GAAA,EAExB,QAAA,CAAS,gBAAgB,YAAA,CAAa,mBAAA,CAAqBA,CAAAA,CAAS,MAAA,CAAS,OAAO,EACtF,CAKO,SAASC,EAAAA,EAA0C,CACxD,OAAI,OAAO,QAAA,CAAa,GAAA,CAAoB,KAE7B,QAAA,CAAS,eAAA,CAAgB,YAAA,CAAa,mBAAmB,CAE1E,CAKO,SAASC,EAAAA,EAA2B,CACzC,OAAI,OAAO,MAAA,CAAW,GAAA,CAAoB,KAAA,CAEnC,OAAO,UAAA,CAAW,8BAA8B,CAAA,CAAE,OAC3D,CAKO,SAASC,EAAAA,CAA0BC,CAAAA,CAAiD,CACzF,GAAI,OAAO,MAAA,CAAW,GAAA,CAAa,OAAO,IAAM,CAAC,CAAA,CAEjD,IAAMC,CAAAA,CAAa,MAAA,CAAO,UAAA,CAAW,8BAA8B,CAAA,CAE7DC,CAAAA,CAAW,CAAA,EAA2B,CAC1CF,CAAAA,CAAS,CAAA,CAAE,OAAO,EACpB,CAAA,CAEA,OAAAC,CAAAA,CAAW,gBAAA,CAAiB,QAAA,CAAUC,CAAO,CAAA,CAGtC,IAAM,CACXD,CAAAA,CAAW,mBAAA,CAAoB,QAAA,CAAUC,CAAO,EAClD,CACF,CAKO,SAASC,EAAAA,CAAgBC,CAAAA,CAA0B,UAAA,CAAkB,CACtE,OAAO,QAAA,CAAa,GAAA,GAGnBZ,EAAAA,EAAgB,EACnBF,EAAAA,CAAWc,CAAY,CAAA,CAIpBP,IAAe,EAClBF,EAAAA,CAAYG,EAAAA,EAAiB,CAAA,EAEjC,CC9FO,IAAMO,EAAAA,CAAY,CACvB,QAAA,CAAU,CACR,IAAA,CAAM,UAAA,CACN,WAAA,CAAa,gEACb,MAAA,CAAQ,CACN,OAAA,CAAS,aAAA,CACT,SAAA,CAAW,WAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,MAAA,CAAQ,CACN,IAAA,CAAM,QAAA,CACN,YAAa,6DAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,gBAAA,CACT,SAAA,CAAW,gBAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,QAAA,CAAU,CACR,IAAA,CAAM,SACN,WAAA,CAAa,sDAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,kBAAA,CACT,SAAA,CAAW,aAAA,CACX,MAAA,CAAQ,OACV,CACF,CAAA,CACA,MAAA,CAAQ,CACN,KAAM,QAAA,CACN,WAAA,CAAa,yDAAA,CACb,MAAA,CAAQ,CACN,OAAA,CAAS,oBAAA,CACT,SAAA,CAAW,aAAA,CACX,MAAA,CAAQ,OACV,CACF,CACF","file":"index.js","sourcesContent":["// Theme utilities and helpers\n\nexport type ThemeName = 'nostromo' | 'mother' | 'lv-426' | 'sulaco';\n\nexport const themes: Record<ThemeName, string> = {\n nostromo: 'nostromo',\n mother: 'mother',\n 'lv-426': 'lv-426',\n sulaco: 'sulaco',\n} as const;\n\n/**\n * Apply a theme to the document\n */\nexport function applyTheme(theme: ThemeName): void {\n if (typeof document !== 'undefined') {\n document.documentElement.setAttribute('data-theme', theme);\n }\n}\n\n/**\n * Get the current theme from the document\n */\nexport function getCurrentTheme(): ThemeName | null {\n if (typeof document === 'undefined') return null;\n \n const theme = document.documentElement.getAttribute('data-theme');\n return theme as ThemeName | null;\n}\n\n/**\n * Toggle between light and dark mode\n */\nexport function toggleDarkMode(): void {\n if (typeof document === 'undefined') return;\n \n const currentScheme = document.documentElement.getAttribute('data-color-scheme');\n const newScheme = currentScheme === 'dark' ? 'light' : 'dark';\n document.documentElement.setAttribute('data-color-scheme', newScheme);\n}\n\n/**\n * Set dark mode\n */\nexport function setDarkMode(isDark: boolean): void {\n if (typeof document === 'undefined') return;\n \n document.documentElement.setAttribute('data-color-scheme', isDark ? 'dark' : 'light');\n}\n\n/**\n * Get current color scheme\n */\nexport function getColorScheme(): 'light' | 'dark' | null {\n if (typeof document === 'undefined') return null;\n \n const scheme = document.documentElement.getAttribute('data-color-scheme');\n return scheme as 'light' | 'dark' | null;\n}\n\n/**\n * Check if system prefers dark mode\n */\nexport function prefersDarkMode(): boolean {\n if (typeof window === 'undefined') return false;\n \n return window.matchMedia('(prefers-color-scheme: dark)').matches;\n}\n\n/**\n * Listen for system color scheme changes\n */\nexport function onSystemColorSchemeChange(callback: (isDark: boolean) => void): () => void {\n if (typeof window === 'undefined') return () => {};\n \n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\n \n const handler = (e: MediaQueryListEvent) => {\n callback(e.matches);\n };\n \n mediaQuery.addEventListener('change', handler);\n \n // Return cleanup function\n return () => {\n mediaQuery.removeEventListener('change', handler);\n };\n}\n\n/**\n * Initialize theme system\n */\nexport function initializeTheme(defaultTheme: ThemeName = 'nostromo'): void {\n if (typeof document === 'undefined') return;\n \n // Set default theme if none is set\n if (!getCurrentTheme()) {\n applyTheme(defaultTheme);\n }\n \n // Set initial color scheme based on system preference\n if (!getColorScheme()) {\n setDarkMode(prefersDarkMode());\n }\n}\n","// Theme exports\nexport * from './utils';\n\n// Theme CSS imports (for bundlers that support CSS imports)\nimport './nostromo.css';\nimport './mother.css';\nimport './lv-426.css';\nimport './sulaco.css';\n\n// Theme names and descriptions\nexport const themeInfo = {\n nostromo: {\n name: 'Nostromo',\n description: 'Classic space industrial theme inspired by the USCSS Nostromo',\n colors: {\n primary: 'Purple/Blue',\n secondary: 'Dark Gray',\n accent: 'Green'\n }\n },\n mother: {\n name: 'Mother',\n description: 'Cold, clinical AI aesthetic inspired by the ship\\'s computer',\n colors: {\n primary: 'Cold Blue/Cyan',\n secondary: 'Clinical White',\n accent: 'Green'\n }\n },\n 'lv-426': {\n name: 'LV-426',\n description: 'Warm, rusty atmosphere inspired by the planet LV-426',\n colors: {\n primary: 'Warm Orange/Rust',\n secondary: 'Earth Tones',\n accent: 'Green'\n }\n },\n sulaco: {\n name: 'Sulaco',\n description: 'Modern, military-inspired aesthetic from the USS Sulaco',\n colors: {\n primary: 'Military Blue/Gray',\n secondary: 'Steel Tones',\n accent: 'Green'\n }\n }\n} as const;\n\nexport type ThemeInfo = typeof themeInfo;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jarllyng/nostromo",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
4
4
  "description": "Accessible React component library with CSS-first Tailwind v4 theming",
5
5
  "keywords": [
6
6
  "react",
@@ -287,6 +287,21 @@
287
287
  "types": "./dist/components/core/scroll-area.d.ts",
288
288
  "import": "./dist/components/core/scroll-area.js",
289
289
  "require": "./dist/components/core/scroll-area.cjs"
290
+ },
291
+ "./components/core/slider": {
292
+ "types": "./dist/components/core/slider.d.ts",
293
+ "import": "./dist/components/core/slider.js",
294
+ "require": "./dist/components/core/slider.cjs"
295
+ },
296
+ "./components/core/menubar": {
297
+ "types": "./dist/components/core/menubar.d.ts",
298
+ "import": "./dist/components/core/menubar.js",
299
+ "require": "./dist/components/core/menubar.cjs"
300
+ },
301
+ "./components/core/navigation-menu": {
302
+ "types": "./dist/components/core/navigation-menu.d.ts",
303
+ "import": "./dist/components/core/navigation-menu.js",
304
+ "require": "./dist/components/core/navigation-menu.cjs"
290
305
  }
291
306
  },
292
307
  "files": [
@@ -326,9 +341,12 @@
326
341
  "@radix-ui/react-dialog": "^1.1.23",
327
342
  "@radix-ui/react-dropdown-menu": "^2.1.24",
328
343
  "@radix-ui/react-hover-card": "^1.1.23",
344
+ "@radix-ui/react-menubar": "^1.1.24",
345
+ "@radix-ui/react-navigation-menu": "^1.2.22",
329
346
  "@radix-ui/react-popover": "^1.1.23",
330
347
  "@radix-ui/react-scroll-area": "^1.2.18",
331
348
  "@radix-ui/react-select": "^2.3.7",
349
+ "@radix-ui/react-slider": "^1.4.7",
332
350
  "@radix-ui/react-slot": "^1.3.3",
333
351
  "@radix-ui/react-switch": "^1.3.7",
334
352
  "@radix-ui/react-tabs": "^1.1.21",
@@ -447,6 +465,18 @@
447
465
  {
448
466
  "path": "dist/components/core/scroll-area.js",
449
467
  "limit": "16 KB"
468
+ },
469
+ {
470
+ "path": "dist/components/core/slider.js",
471
+ "limit": "19 KB"
472
+ },
473
+ {
474
+ "path": "dist/components/core/menubar.js",
475
+ "limit": "39 KB"
476
+ },
477
+ {
478
+ "path": "dist/components/core/navigation-menu.js",
479
+ "limit": "22 KB"
450
480
  }
451
481
  ]
452
482
  }