@jarllyng/nostromo 3.1.0 → 3.1.1

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.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Nostromo UI
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,96 @@
1
+ # @jarllyng/nostromo
2
+
3
+ Accessible React component library with CSS-first Tailwind v4 theming.
4
+
5
+ 36 components — 30 for products and apps, 6 for marketing pages — themed entirely
6
+ through CSS custom properties. No `tailwind.config.js`, no plugin to register.
7
+
8
+ The name comes from the _USCSS Nostromo_ in **Alien** (1979).
9
+
10
+ ## Install
11
+
12
+ ```bash
13
+ pnpm add @jarllyng/nostromo
14
+ ```
15
+
16
+ Peer dependencies: React 18.2+ or 19, and Tailwind CSS 4.
17
+
18
+ ## Setup
19
+
20
+ Two CSS imports and one attribute:
21
+
22
+ ```css
23
+ /* your main stylesheet */
24
+ @import "@jarllyng/nostromo/tailwind.css";
25
+ @import "@jarllyng/nostromo/themes/nostromo.css";
26
+ ```
27
+
28
+ ```html
29
+ <html data-theme="nostromo" data-color-scheme="light"></html>
30
+ ```
31
+
32
+ ```tsx
33
+ import { Button } from "@jarllyng/nostromo";
34
+
35
+ export function Example() {
36
+ return <Button variant="default">Click me</Button>;
37
+ }
38
+ ```
39
+
40
+ `tailwind.css` pulls in Tailwind itself plus the design tokens, so it replaces
41
+ your `@import "tailwindcss"` rather than sitting next to it.
42
+
43
+ ## Theming
44
+
45
+ Tokens are plain CSS custom properties, so a theme is a stylesheet — nothing is
46
+ compiled. Four ship with the package:
47
+
48
+ | Theme | Import |
49
+ | ---------- | ---------------------------------------- |
50
+ | `nostromo` | `@jarllyng/nostromo/themes/nostromo.css` |
51
+ | `mother` | `@jarllyng/nostromo/themes/mother.css` |
52
+ | `lv-426` | `@jarllyng/nostromo/themes/lv-426.css` |
53
+ | `sulaco` | `@jarllyng/nostromo/themes/sulaco.css` |
54
+
55
+ Override any token to make your own. Colour tokens hold bare HSL channels rather
56
+ than a finished colour - the library wraps them in `hsl()` itself:
57
+
58
+ ```css
59
+ [data-theme="mine"] {
60
+ --nostromo-color-brand-500: 262 84% 52%; /* h s% l% - no hsl() */
61
+ --nostromo-radius-md: 0.5rem;
62
+ }
63
+ ```
64
+
65
+ Colour families are `brand`, `neutral`, `success`, `warning`, `error` and `info`,
66
+ each in steps from 50 to 950.
67
+
68
+ Switch theme and colour scheme independently with `data-theme` and
69
+ `data-color-scheme` on `<html>`.
70
+
71
+ ## Components
72
+
73
+ **Core** — accordion, alert, avatar, badge, breadcrumb, button, calendar, card,
74
+ charts, checkbox, data-table, dialog, error-boundary, error-message,
75
+ helper-text, icon, input, label, pagination, progress, radio-group, select,
76
+ separator, skeleton, switch, table, tabs, textarea, toast, tooltip
77
+
78
+ **Marketing** — hero, features, pricing, gallery, logo-wall, testimonials
79
+
80
+ `charts` also has a `charts-lazy` entry point that code-splits the charting
81
+ library out of your main bundle.
82
+
83
+ Every component is also a separate entry point, so you can import just one:
84
+
85
+ ```tsx
86
+ import { Button } from "@jarllyng/nostromo/components/core/button";
87
+ ```
88
+
89
+ ## Documentation
90
+
91
+ - [Component docs and live examples](https://jarllyng.github.io/nostromo-ui/)
92
+ - [Source and issues](https://github.com/JarlLyng/nostromo-ui)
93
+
94
+ ## License
95
+
96
+ MIT
package/dist/index.cjs CHANGED
@@ -1,2 +1,2 @@
1
- 'use strict';var chunkB2BWBKZA_cjs=require('./chunk-B2BWBKZA.cjs'),chunkEVRQYWZ3_cjs=require('./chunk-EVRQYWZ3.cjs'),chunkHWZTMVQV_cjs=require('./chunk-HWZTMVQV.cjs'),chunk4WFEVNXW_cjs=require('./chunk-4WFEVNXW.cjs'),chunkZC4HJSII_cjs=require('./chunk-ZC4HJSII.cjs'),chunkZYP2PDSX_cjs=require('./chunk-ZYP2PDSX.cjs'),chunk7YFUAGIW_cjs=require('./chunk-7YFUAGIW.cjs'),chunk4TYVEXRA_cjs=require('./chunk-4TYVEXRA.cjs'),chunkXPIBRXTW_cjs=require('./chunk-XPIBRXTW.cjs'),chunkBYV75TDY_cjs=require('./chunk-BYV75TDY.cjs'),chunkG35BR7SK_cjs=require('./chunk-G35BR7SK.cjs'),chunkMLJZU63I_cjs=require('./chunk-MLJZU63I.cjs'),chunkK2JCGDU7_cjs=require('./chunk-K2JCGDU7.cjs'),chunkPMNNV4ML_cjs=require('./chunk-PMNNV4ML.cjs'),chunkBSUHBLZO_cjs=require('./chunk-BSUHBLZO.cjs'),chunkOZ3RIKZO_cjs=require('./chunk-OZ3RIKZO.cjs'),chunkG5ZSOVJY_cjs=require('./chunk-G5ZSOVJY.cjs'),chunkRPRISB7O_cjs=require('./chunk-RPRISB7O.cjs'),chunkZQDFYSZB_cjs=require('./chunk-ZQDFYSZB.cjs'),chunkSD4IIQ2I_cjs=require('./chunk-SD4IIQ2I.cjs'),chunkFUENXWR7_cjs=require('./chunk-FUENXWR7.cjs'),chunkPVHTEE5T_cjs=require('./chunk-PVHTEE5T.cjs'),chunkV77N662N_cjs=require('./chunk-V77N662N.cjs'),chunkJUOCEYUF_cjs=require('./chunk-JUOCEYUF.cjs'),chunkMLSE5XSB_cjs=require('./chunk-MLSE5XSB.cjs'),chunkLXQT7FH6_cjs=require('./chunk-LXQT7FH6.cjs'),chunkIOX4WPJL_cjs=require('./chunk-IOX4WPJL.cjs'),chunkEFCNLYYW_cjs=require('./chunk-EFCNLYYW.cjs'),chunk4PN7OGLX_cjs=require('./chunk-4PN7OGLX.cjs'),chunkEGQ2Q37R_cjs=require('./chunk-EGQ2Q37R.cjs'),chunk55N2IT62_cjs=require('./chunk-55N2IT62.cjs'),chunk4FSJEW7W_cjs=require('./chunk-4FSJEW7W.cjs'),chunk7WEIVLG3_cjs=require('./chunk-7WEIVLG3.cjs'),chunkJ4VRJVTO_cjs=require('./chunk-J4VRJVTO.cjs'),chunk7PPAI3MM_cjs=require('./chunk-7PPAI3MM.cjs'),chunk5PVFLXPO_cjs=require('./chunk-5PVFLXPO.cjs');require('./chunk-7SPPGTBT.cjs');var chunk2DNQXAMB_cjs=require('./chunk-2DNQXAMB.cjs'),chunk3V3OIZWQ_cjs=require('./chunk-3V3OIZWQ.cjs'),chunkOEN63W3G_cjs=require('./chunk-OEN63W3G.cjs'),chunkITRGJNWL_cjs=require('./chunk-ITRGJNWL.cjs');var $r={nostromo:"nostromo",mother:"mother","lv-426":"lv-426",sulaco:"sulaco"};function Ur(o){typeof document<"u"&&document.documentElement.setAttribute("data-theme",o);}function jr(){return typeof document>"u"?null:document.documentElement.getAttribute("data-theme")}function ot(){if(typeof document>"u")return;let r=document.documentElement.getAttribute("data-color-scheme")==="dark"?"light":"dark";document.documentElement.setAttribute("data-color-scheme",r);}function Or(o){typeof document>"u"||document.documentElement.setAttribute("data-color-scheme",o?"dark":"light");}function Yr(){return typeof document>"u"?null:document.documentElement.getAttribute("data-color-scheme")}function Zr(){return typeof window>"u"?false:window.matchMedia("(prefers-color-scheme: dark)").matches}function rt(o){if(typeof window>"u")return ()=>{};let r=window.matchMedia("(prefers-color-scheme: dark)"),t=n=>{o(n.matches);};return r.addEventListener("change",t),()=>{r.removeEventListener("change",t);}}function tt(o="nostromo"){typeof document>"u"||(jr()||Ur(o),Yr()||Or(Zr()));}var ft={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,"Separator",{enumerable:true,get:function(){return chunkB2BWBKZA_cjs.b}});Object.defineProperty(exports,"separatorVariants",{enumerable:true,get:function(){return chunkB2BWBKZA_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 chunk4WFEVNXW_cjs.b}});Object.defineProperty(exports,"textareaVariants",{enumerable:true,get:function(){return chunk4WFEVNXW_cjs.a}});Object.defineProperty(exports,"Toast",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.e}});Object.defineProperty(exports,"ToastProvider",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.d}});Object.defineProperty(exports,"toastIconVariants",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.b}});Object.defineProperty(exports,"toastVariants",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.a}});Object.defineProperty(exports,"useToastNotification",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.f}});Object.defineProperty(exports,"Tooltip",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.f}});Object.defineProperty(exports,"TooltipContent",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.d}});Object.defineProperty(exports,"TooltipProvider",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.e}});Object.defineProperty(exports,"TooltipTrigger",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.c}});Object.defineProperty(exports,"arrowVariants",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.b}});Object.defineProperty(exports,"tooltipVariants",{enumerable:true,get:function(){return chunkZYP2PDSX_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,"Icon",{enumerable:true,get:function(){return chunk4TYVEXRA_cjs.a}});Object.defineProperty(exports,"iconNames",{enumerable:true,get:function(){return chunk4TYVEXRA_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,"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,"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,"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,"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,"LazyChart",{enumerable:true,get:function(){return chunkBSUHBLZO_cjs.a}});Object.defineProperty(exports,"Skeleton",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.b}});Object.defineProperty(exports,"SkeletonAvatar",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.d}});Object.defineProperty(exports,"SkeletonButton",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.e}});Object.defineProperty(exports,"SkeletonCard",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.f}});Object.defineProperty(exports,"SkeletonList",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.h}});Object.defineProperty(exports,"SkeletonTable",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.g}});Object.defineProperty(exports,"SkeletonText",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.c}});Object.defineProperty(exports,"skeletonVariants",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.a}});Object.defineProperty(exports,"Chart",{enumerable:true,get:function(){return chunkG5ZSOVJY_cjs.b}});Object.defineProperty(exports,"chartContainerVariants",{enumerable:true,get:function(){return chunkG5ZSOVJY_cjs.a}});Object.defineProperty(exports,"Checkbox",{enumerable:true,get:function(){return chunkRPRISB7O_cjs.b}});Object.defineProperty(exports,"checkboxVariants",{enumerable:true,get:function(){return chunkRPRISB7O_cjs.a}});Object.defineProperty(exports,"DataTable",{enumerable:true,get:function(){return chunkZQDFYSZB_cjs.a}});Object.defineProperty(exports,"Table",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.d}});Object.defineProperty(exports,"TableBody",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.f}});Object.defineProperty(exports,"TableCell",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.h}});Object.defineProperty(exports,"TableHead",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.i}});Object.defineProperty(exports,"TableHeader",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.e}});Object.defineProperty(exports,"TableRow",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.g}});Object.defineProperty(exports,"tableCellVariants",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.c}});Object.defineProperty(exports,"tableHeaderVariants",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.b}});Object.defineProperty(exports,"tableVariants",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.a}});Object.defineProperty(exports,"Input",{enumerable:true,get:function(){return chunkFUENXWR7_cjs.b}});Object.defineProperty(exports,"Dialog",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.c}});Object.defineProperty(exports,"DialogContent",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.d}});Object.defineProperty(exports,"DialogDescription",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.g}});Object.defineProperty(exports,"DialogHeader",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.e}});Object.defineProperty(exports,"DialogTitle",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.f}});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,"Testimonials",{enumerable:true,get:function(){return chunkJUOCEYUF_cjs.a}});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,"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,"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,"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 chunk4PN7OGLX_cjs.d}});Object.defineProperty(exports,"BreadcrumbEllipsis",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.j}});Object.defineProperty(exports,"BreadcrumbItem",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.f}});Object.defineProperty(exports,"BreadcrumbLink",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.g}});Object.defineProperty(exports,"BreadcrumbList",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.e}});Object.defineProperty(exports,"BreadcrumbPage",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.h}});Object.defineProperty(exports,"BreadcrumbSeparator",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.i}});Object.defineProperty(exports,"breadcrumbItemVariants",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.b}});Object.defineProperty(exports,"breadcrumbSeparatorVariants",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.c}});Object.defineProperty(exports,"breadcrumbVariants",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.a}});Object.defineProperty(exports,"Calendar",{enumerable:true,get:function(){return chunkEGQ2Q37R_cjs.c}});Object.defineProperty(exports,"calendarDayVariants",{enumerable:true,get:function(){return chunkEGQ2Q37R_cjs.b}});Object.defineProperty(exports,"calendarVariants",{enumerable:true,get:function(){return chunkEGQ2Q37R_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,"Features",{enumerable:true,get:function(){return chunkJ4VRJVTO_cjs.a}});Object.defineProperty(exports,"Gallery",{enumerable:true,get:function(){return chunk7PPAI3MM_cjs.a}});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,"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,"cn",{enumerable:true,get:function(){return chunkITRGJNWL_cjs.a}});exports.applyTheme=Ur;exports.getColorScheme=Yr;exports.getCurrentTheme=jr;exports.initializeTheme=tt;exports.onSystemColorSchemeChange=rt;exports.prefersDarkMode=Zr;exports.setDarkMode=Or;exports.themeInfo=ft;exports.themes=$r;exports.toggleDarkMode=ot;//# sourceMappingURL=index.cjs.map
1
+ 'use strict';var chunkZC4HJSII_cjs=require('./chunk-ZC4HJSII.cjs'),chunkZYP2PDSX_cjs=require('./chunk-ZYP2PDSX.cjs'),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'),chunkMLJZU63I_cjs=require('./chunk-MLJZU63I.cjs'),chunkK2JCGDU7_cjs=require('./chunk-K2JCGDU7.cjs'),chunkB2BWBKZA_cjs=require('./chunk-B2BWBKZA.cjs'),chunkEVRQYWZ3_cjs=require('./chunk-EVRQYWZ3.cjs'),chunkHWZTMVQV_cjs=require('./chunk-HWZTMVQV.cjs'),chunk4WFEVNXW_cjs=require('./chunk-4WFEVNXW.cjs'),chunkV77N662N_cjs=require('./chunk-V77N662N.cjs'),chunk7YFUAGIW_cjs=require('./chunk-7YFUAGIW.cjs'),chunk4TYVEXRA_cjs=require('./chunk-4TYVEXRA.cjs'),chunkXPIBRXTW_cjs=require('./chunk-XPIBRXTW.cjs'),chunkBYV75TDY_cjs=require('./chunk-BYV75TDY.cjs'),chunkG35BR7SK_cjs=require('./chunk-G35BR7SK.cjs'),chunkEGQ2Q37R_cjs=require('./chunk-EGQ2Q37R.cjs'),chunk5PVFLXPO_cjs=require('./chunk-5PVFLXPO.cjs'),chunkPMNNV4ML_cjs=require('./chunk-PMNNV4ML.cjs'),chunkBSUHBLZO_cjs=require('./chunk-BSUHBLZO.cjs'),chunkOZ3RIKZO_cjs=require('./chunk-OZ3RIKZO.cjs'),chunkG5ZSOVJY_cjs=require('./chunk-G5ZSOVJY.cjs'),chunkRPRISB7O_cjs=require('./chunk-RPRISB7O.cjs'),chunkZQDFYSZB_cjs=require('./chunk-ZQDFYSZB.cjs'),chunkSD4IIQ2I_cjs=require('./chunk-SD4IIQ2I.cjs'),chunkFUENXWR7_cjs=require('./chunk-FUENXWR7.cjs'),chunkPVHTEE5T_cjs=require('./chunk-PVHTEE5T.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'),chunkLXQT7FH6_cjs=require('./chunk-LXQT7FH6.cjs'),chunkIOX4WPJL_cjs=require('./chunk-IOX4WPJL.cjs'),chunkEFCNLYYW_cjs=require('./chunk-EFCNLYYW.cjs');require('./chunk-7SPPGTBT.cjs');var chunk4PN7OGLX_cjs=require('./chunk-4PN7OGLX.cjs'),chunkITRGJNWL_cjs=require('./chunk-ITRGJNWL.cjs');var $r={nostromo:"nostromo",mother:"mother","lv-426":"lv-426",sulaco:"sulaco"};function Ur(o){typeof document<"u"&&document.documentElement.setAttribute("data-theme",o);}function jr(){return typeof document>"u"?null:document.documentElement.getAttribute("data-theme")}function ot(){if(typeof document>"u")return;let r=document.documentElement.getAttribute("data-color-scheme")==="dark"?"light":"dark";document.documentElement.setAttribute("data-color-scheme",r);}function Or(o){typeof document>"u"||document.documentElement.setAttribute("data-color-scheme",o?"dark":"light");}function Yr(){return typeof document>"u"?null:document.documentElement.getAttribute("data-color-scheme")}function Zr(){return typeof window>"u"?false:window.matchMedia("(prefers-color-scheme: dark)").matches}function rt(o){if(typeof window>"u")return ()=>{};let r=window.matchMedia("(prefers-color-scheme: dark)"),t=n=>{o(n.matches);};return r.addEventListener("change",t),()=>{r.removeEventListener("change",t);}}function tt(o="nostromo"){typeof document>"u"||(jr()||Ur(o),Yr()||Or(Zr()));}var ft={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,"Toast",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.e}});Object.defineProperty(exports,"ToastProvider",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.d}});Object.defineProperty(exports,"toastIconVariants",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.b}});Object.defineProperty(exports,"toastVariants",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.a}});Object.defineProperty(exports,"useToastNotification",{enumerable:true,get:function(){return chunkZC4HJSII_cjs.f}});Object.defineProperty(exports,"Tooltip",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.f}});Object.defineProperty(exports,"TooltipContent",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.d}});Object.defineProperty(exports,"TooltipProvider",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.e}});Object.defineProperty(exports,"TooltipTrigger",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.c}});Object.defineProperty(exports,"arrowVariants",{enumerable:true,get:function(){return chunkZYP2PDSX_cjs.b}});Object.defineProperty(exports,"tooltipVariants",{enumerable:true,get:function(){return chunkZYP2PDSX_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,"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,"RadioGroup",{enumerable:true,get:function(){return chunkMLJZU63I_cjs.c}});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,"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 chunkB2BWBKZA_cjs.b}});Object.defineProperty(exports,"separatorVariants",{enumerable:true,get:function(){return chunkB2BWBKZA_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 chunk4WFEVNXW_cjs.b}});Object.defineProperty(exports,"textareaVariants",{enumerable:true,get:function(){return chunk4WFEVNXW_cjs.a}});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,"HelperText",{enumerable:true,get:function(){return chunk7YFUAGIW_cjs.b}});Object.defineProperty(exports,"helperTextVariants",{enumerable:true,get:function(){return chunk7YFUAGIW_cjs.a}});Object.defineProperty(exports,"Icon",{enumerable:true,get:function(){return chunk4TYVEXRA_cjs.a}});Object.defineProperty(exports,"iconNames",{enumerable:true,get:function(){return chunk4TYVEXRA_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,"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,"Calendar",{enumerable:true,get:function(){return chunkEGQ2Q37R_cjs.c}});Object.defineProperty(exports,"calendarDayVariants",{enumerable:true,get:function(){return chunkEGQ2Q37R_cjs.b}});Object.defineProperty(exports,"calendarVariants",{enumerable:true,get:function(){return chunkEGQ2Q37R_cjs.a}});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,"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,"LazyChart",{enumerable:true,get:function(){return chunkBSUHBLZO_cjs.a}});Object.defineProperty(exports,"Skeleton",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.b}});Object.defineProperty(exports,"SkeletonAvatar",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.d}});Object.defineProperty(exports,"SkeletonButton",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.e}});Object.defineProperty(exports,"SkeletonCard",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.f}});Object.defineProperty(exports,"SkeletonList",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.h}});Object.defineProperty(exports,"SkeletonTable",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.g}});Object.defineProperty(exports,"SkeletonText",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.c}});Object.defineProperty(exports,"skeletonVariants",{enumerable:true,get:function(){return chunkOZ3RIKZO_cjs.a}});Object.defineProperty(exports,"Chart",{enumerable:true,get:function(){return chunkG5ZSOVJY_cjs.b}});Object.defineProperty(exports,"chartContainerVariants",{enumerable:true,get:function(){return chunkG5ZSOVJY_cjs.a}});Object.defineProperty(exports,"Checkbox",{enumerable:true,get:function(){return chunkRPRISB7O_cjs.b}});Object.defineProperty(exports,"checkboxVariants",{enumerable:true,get:function(){return chunkRPRISB7O_cjs.a}});Object.defineProperty(exports,"DataTable",{enumerable:true,get:function(){return chunkZQDFYSZB_cjs.a}});Object.defineProperty(exports,"Table",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.d}});Object.defineProperty(exports,"TableBody",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.f}});Object.defineProperty(exports,"TableCell",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.h}});Object.defineProperty(exports,"TableHead",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.i}});Object.defineProperty(exports,"TableHeader",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.e}});Object.defineProperty(exports,"TableRow",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.g}});Object.defineProperty(exports,"tableCellVariants",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.c}});Object.defineProperty(exports,"tableHeaderVariants",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.b}});Object.defineProperty(exports,"tableVariants",{enumerable:true,get:function(){return chunkSD4IIQ2I_cjs.a}});Object.defineProperty(exports,"Input",{enumerable:true,get:function(){return chunkFUENXWR7_cjs.b}});Object.defineProperty(exports,"Dialog",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.c}});Object.defineProperty(exports,"DialogContent",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.d}});Object.defineProperty(exports,"DialogDescription",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.g}});Object.defineProperty(exports,"DialogHeader",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.e}});Object.defineProperty(exports,"DialogTitle",{enumerable:true,get:function(){return chunkPVHTEE5T_cjs.f}});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,"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,"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,"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 chunk4PN7OGLX_cjs.d}});Object.defineProperty(exports,"BreadcrumbEllipsis",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.j}});Object.defineProperty(exports,"BreadcrumbItem",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.f}});Object.defineProperty(exports,"BreadcrumbLink",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.g}});Object.defineProperty(exports,"BreadcrumbList",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.e}});Object.defineProperty(exports,"BreadcrumbPage",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.h}});Object.defineProperty(exports,"BreadcrumbSeparator",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.i}});Object.defineProperty(exports,"breadcrumbItemVariants",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.b}});Object.defineProperty(exports,"breadcrumbSeparatorVariants",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.c}});Object.defineProperty(exports,"breadcrumbVariants",{enumerable:true,get:function(){return chunk4PN7OGLX_cjs.a}});Object.defineProperty(exports,"cn",{enumerable:true,get:function(){return chunkITRGJNWL_cjs.a}});exports.applyTheme=Ur;exports.getColorScheme=Yr;exports.getCurrentTheme=jr;exports.initializeTheme=tt;exports.onSystemColorSchemeChange=rt;exports.prefersDarkMode=Zr;exports.setDarkMode=Or;exports.themeInfo=ft;exports.themes=$r;exports.toggleDarkMode=ot;//# sourceMappingURL=index.cjs.map
2
2
  //# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export{b as Separator,a as separatorVariants}from'./chunk-CVOSWGQZ.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-SLGMKBST.js';export{e as Toast,d as ToastProvider,b as toastIconVariants,a as toastVariants,f as useToastNotification}from'./chunk-M5IBD3KV.js';export{f as Tooltip,d as TooltipContent,e as TooltipProvider,c as TooltipTrigger,b as arrowVariants,a as tooltipVariants}from'./chunk-MRZOLUSF.js';export{b as HelperText,a as helperTextVariants}from'./chunk-ABA7B5DE.js';export{a as Icon,b as iconNames}from'./chunk-TJFZAMBB.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{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 RadioItem,a as radioGroupVariants,b as radioItemVariants}from'./chunk-WW2DDHCI.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{g as Card,e as CardContent,d as CardDescription,f as CardFooter,b as CardHeader,c as CardTitle}from'./chunk-VD6S2PE4.js';export{a as LazyChart}from'./chunk-TGPWW7FC.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-EIXD3Y4R.js';export{b as Chart,a as chartContainerVariants}from'./chunk-JZROH43C.js';export{b as Checkbox,a as checkboxVariants}from'./chunk-G6TR5RGR.js';export{a as DataTable}from'./chunk-7W456HZL.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-GUJB555L.js';export{b as Input}from'./chunk-HD3TMQPR.js';export{c as Dialog,d as DialogContent,g as DialogDescription,e as DialogHeader,f as DialogTitle}from'./chunk-QF5CRDZI.js';export{b as ErrorMessage,a as errorMessageVariants}from'./chunk-XQUZ7DUN.js';export{a as Testimonials}from'./chunk-LR4VUFOQ.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{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{d as Avatar,c as AvatarFallback,b as AvatarImage,a as avatarVariants}from'./chunk-YNSODGYK.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-VXMDVKAD.js';export{c as Calendar,b as calendarDayVariants,a as calendarVariants}from'./chunk-PEYPRWZP.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{a as Features}from'./chunk-CEMOHO3Z.js';export{a as Gallery}from'./chunk-2JQROMCM.js';export{b as Button,a as buttonVariants}from'./chunk-AVTJE2O2.js';import'./chunk-COXN6XBA.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 cn}from'./chunk-AC2JBXHQ.js';var $r={nostromo:"nostromo",mother:"mother","lv-426":"lv-426",sulaco:"sulaco"};function Ur(o){typeof document<"u"&&document.documentElement.setAttribute("data-theme",o);}function jr(){return typeof document>"u"?null:document.documentElement.getAttribute("data-theme")}function ot(){if(typeof document>"u")return;let r=document.documentElement.getAttribute("data-color-scheme")==="dark"?"light":"dark";document.documentElement.setAttribute("data-color-scheme",r);}function Or(o){typeof document>"u"||document.documentElement.setAttribute("data-color-scheme",o?"dark":"light");}function Yr(){return typeof document>"u"?null:document.documentElement.getAttribute("data-color-scheme")}function Zr(){return typeof window>"u"?false:window.matchMedia("(prefers-color-scheme: dark)").matches}function rt(o){if(typeof window>"u")return ()=>{};let r=window.matchMedia("(prefers-color-scheme: dark)"),t=n=>{o(n.matches);};return r.addEventListener("change",t),()=>{r.removeEventListener("change",t);}}function tt(o="nostromo"){typeof document>"u"||(jr()||Ur(o),Yr()||Or(Zr()));}var ft={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{Ur as applyTheme,Yr as getColorScheme,jr as getCurrentTheme,tt as initializeTheme,rt as onSystemColorSchemeChange,Zr as prefersDarkMode,Or as setDarkMode,ft as themeInfo,$r as themes,ot as toggleDarkMode};//# sourceMappingURL=index.js.map
1
+ export{e as Toast,d as ToastProvider,b as toastIconVariants,a as toastVariants,f as useToastNotification}from'./chunk-M5IBD3KV.js';export{f as Tooltip,d as TooltipContent,e as TooltipProvider,c as TooltipTrigger,b as arrowVariants,a as tooltipVariants}from'./chunk-MRZOLUSF.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{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 RadioGroup,d as RadioItem,a as radioGroupVariants,b as radioItemVariants}from'./chunk-WW2DDHCI.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-CVOSWGQZ.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-SLGMKBST.js';export{b as ErrorMessage,a as errorMessageVariants}from'./chunk-XQUZ7DUN.js';export{b as HelperText,a as helperTextVariants}from'./chunk-ABA7B5DE.js';export{a as Icon,b as iconNames}from'./chunk-TJFZAMBB.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{e as CircularProgress,d as Progress,b as progressBarVariants,c as progressLabelVariants,a as progressVariants}from'./chunk-NLD4R74T.js';export{c as Calendar,b as calendarDayVariants,a as calendarVariants}from'./chunk-PEYPRWZP.js';export{b as Button,a as buttonVariants}from'./chunk-AVTJE2O2.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{a as LazyChart}from'./chunk-TGPWW7FC.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-EIXD3Y4R.js';export{b as Chart,a as chartContainerVariants}from'./chunk-JZROH43C.js';export{b as Checkbox,a as checkboxVariants}from'./chunk-G6TR5RGR.js';export{a as DataTable}from'./chunk-7W456HZL.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-GUJB555L.js';export{b as Input}from'./chunk-HD3TMQPR.js';export{c as Dialog,d as DialogContent,g as DialogDescription,e as DialogHeader,f as DialogTitle}from'./chunk-QF5CRDZI.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{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{d as Avatar,c as AvatarFallback,b as AvatarImage,a as avatarVariants}from'./chunk-YNSODGYK.js';export{b as Badge,a as badgeVariants}from'./chunk-UL6MF7ES.js';import'./chunk-COXN6XBA.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-VXMDVKAD.js';export{a as cn}from'./chunk-AC2JBXHQ.js';var $r={nostromo:"nostromo",mother:"mother","lv-426":"lv-426",sulaco:"sulaco"};function Ur(o){typeof document<"u"&&document.documentElement.setAttribute("data-theme",o);}function jr(){return typeof document>"u"?null:document.documentElement.getAttribute("data-theme")}function ot(){if(typeof document>"u")return;let r=document.documentElement.getAttribute("data-color-scheme")==="dark"?"light":"dark";document.documentElement.setAttribute("data-color-scheme",r);}function Or(o){typeof document>"u"||document.documentElement.setAttribute("data-color-scheme",o?"dark":"light");}function Yr(){return typeof document>"u"?null:document.documentElement.getAttribute("data-color-scheme")}function Zr(){return typeof window>"u"?false:window.matchMedia("(prefers-color-scheme: dark)").matches}function rt(o){if(typeof window>"u")return ()=>{};let r=window.matchMedia("(prefers-color-scheme: dark)"),t=n=>{o(n.matches);};return r.addEventListener("change",t),()=>{r.removeEventListener("change",t);}}function tt(o="nostromo"){typeof document>"u"||(jr()||Ur(o),Yr()||Or(Zr()));}var ft={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{Ur as applyTheme,Yr as getColorScheme,jr as getCurrentTheme,tt as initializeTheme,rt as onSystemColorSchemeChange,Zr as prefersDarkMode,Or as setDarkMode,ft as themeInfo,$r as themes,ot as toggleDarkMode};//# sourceMappingURL=index.js.map
2
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,33 @@
1
1
  {
2
2
  "name": "@jarllyng/nostromo",
3
- "version": "3.1.0",
4
- "description": "Nostromo UI - A Tailwind CSS plugin and React component library",
3
+ "version": "3.1.1",
4
+ "description": "Accessible React component library with CSS-first Tailwind v4 theming",
5
+ "keywords": [
6
+ "react",
7
+ "ui",
8
+ "components",
9
+ "component-library",
10
+ "design-system",
11
+ "tailwind",
12
+ "tailwindcss",
13
+ "tailwind-v4",
14
+ "accessibility",
15
+ "a11y",
16
+ "wcag",
17
+ "radix-ui",
18
+ "typescript"
19
+ ],
20
+ "license": "MIT",
21
+ "author": "Jarl Lyng",
22
+ "homepage": "https://jarllyng.github.io/nostromo-ui/",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/JarlLyng/nostromo-ui.git",
26
+ "directory": "packages/nostromo"
27
+ },
28
+ "bugs": {
29
+ "url": "https://github.com/JarlLyng/nostromo-ui/issues"
30
+ },
5
31
  "type": "module",
6
32
  "main": "./dist/index.cjs",
7
33
  "module": "./dist/index.js",