@quilltap/theme-storybook 1.0.34 → 1.0.35

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.
@@ -36,6 +36,7 @@ __export(stories_exports, {
36
36
  Participant: () => Participant,
37
37
  Spacing: () => Spacing,
38
38
  Tabs: () => Tabs,
39
+ Terminal: () => Terminal,
39
40
  ThemeComparison: () => ThemeComparison,
40
41
  Typography: () => Typography
41
42
  });
@@ -1505,41 +1506,130 @@ var Chat = () => {
1505
1506
  ] });
1506
1507
  };
1507
1508
 
1508
- // src/stories/components/FilePreview.tsx
1509
+ // src/stories/components/Terminal.tsx
1509
1510
  var import_jsx_runtime12 = require("react/jsx-runtime");
1510
- var FilePreview = () => {
1511
+ var sampleOutput = `$ git status
1512
+ On branch main
1513
+ Your branch is up to date with 'origin/main'.
1514
+
1515
+ nothing to commit, working tree clean
1516
+ $ npm run dev
1517
+ > next dev
1518
+ \u25B2 Next.js 16.0.0
1519
+ - Local: http://localhost:3000
1520
+ - ready started server on 0.0.0.0:3000`;
1521
+ var Terminal = () => {
1511
1522
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1512
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "File Preview Components" }),
1523
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "Terminal Components" }),
1524
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { marginBottom: "1.5rem", color: "var(--color-muted-foreground)" }, children: [
1525
+ "The terminal carries its own identity. By default it stays dark in both light and dark themes \u2014 but a theme can override",
1526
+ " ",
1527
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: "--qt-terminal-bg" }),
1528
+ ", ",
1529
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: "--qt-terminal-fg" }),
1530
+ ", and the",
1531
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: "--qt-terminal-chrome-*" }),
1532
+ " tokens to reskin every surface below."
1533
+ ] }),
1534
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1535
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "In-chat embed" }),
1536
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { marginBottom: "0.75rem", fontSize: "0.875rem", color: "var(--color-muted-foreground)" }, children: [
1537
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-terminal-embed" }),
1538
+ " wraps the embed card; the header and footer strips inherit the surrounding theme so they nest cleanly with chat bubbles."
1539
+ ] }),
1540
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-terminal-embed", style: { maxWidth: "36rem" }, children: [
1541
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-terminal-embed-header", children: [
1542
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 500, margin: 0 }, children: "Terminal \u2014 zsh" }) }),
1543
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { style: { display: "flex", gap: "0.5rem" }, children: [
1544
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("button", { className: "qt-button-icon", type: "button", children: "Pop out" }),
1545
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("button", { className: "qt-button-icon qt-text-destructive", type: "button", children: "Kill" })
1546
+ ] })
1547
+ ] }),
1548
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-terminal-surface", style: { padding: "0.75rem", fontFamily: "var(--qt-font-mono, monospace)", color: "var(--qt-terminal-fg)", fontSize: "0.8125rem", whiteSpace: "pre-wrap" }, children: sampleOutput })
1549
+ ] })
1550
+ ] }),
1551
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1552
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Embed footer (handed off to Terminal Mode pane)" }),
1553
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-terminal-embed", style: { maxWidth: "36rem" }, children: [
1554
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-terminal-embed-header", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 500, margin: 0 }, children: "Terminal \u2014 zsh" }) }),
1555
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-terminal-embed-footer", children: [
1556
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "qt-text-secondary", children: "Showing in Terminal Mode pane." }),
1557
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("button", { className: "qt-button-secondary", type: "button", style: { fontSize: "0.75rem", padding: "0.25rem 0.5rem" }, children: "Go to pane \u2192" })
1558
+ ] })
1559
+ ] })
1560
+ ] }),
1513
1561
  /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1514
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Scroll Container" }),
1515
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1516
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-file-preview-scroll" }),
1562
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Pop-out page chrome" }),
1563
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { marginBottom: "0.75rem", fontSize: "0.875rem", color: "var(--color-muted-foreground)" }, children: [
1564
+ "The full-screen pop-out page uses",
1565
+ " ",
1566
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-terminal-popout-page" }),
1567
+ " as the outer canvas and",
1568
+ " ",
1569
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-terminal-popout-header" }),
1570
+ " for the breadcrumb bar."
1571
+ ] }),
1572
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-terminal-popout-page", style: { borderRadius: "0.5rem", overflow: "hidden", border: "1px solid var(--color-border)", height: "240px", display: "flex", flexDirection: "column" }, children: [
1573
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-terminal-popout-header", children: [
1574
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
1575
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("button", { className: "qt-button-icon", type: "button", style: { color: "inherit" }, children: "\u2190" }),
1576
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("a", { href: "#", className: "qt-terminal-popout-link", style: { fontSize: "0.875rem" }, children: "Chat" }),
1577
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "qt-terminal-popout-separator", children: "/" }),
1578
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h1", { className: "qt-terminal-popout-title", style: { fontSize: "1rem", margin: 0 }, children: "Terminal \u2014 zsh" })
1579
+ ] }),
1580
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("button", { className: "qt-button-destructive", type: "button", style: { fontSize: "0.875rem" }, children: "Kill Session" })
1581
+ ] }),
1582
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { flex: 1, padding: "0.75rem", fontFamily: "var(--qt-font-mono, monospace)", color: "var(--qt-terminal-fg)", fontSize: "0.8125rem", whiteSpace: "pre-wrap" }, children: sampleOutput })
1583
+ ] })
1584
+ ] }),
1585
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { children: [
1586
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Session-exited overlay" }),
1587
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { marginBottom: "0.75rem", fontSize: "0.875rem", color: "var(--color-muted-foreground)" }, children: [
1588
+ "When the PTY exits but the terminal stays mounted, the",
1589
+ " ",
1590
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-terminal-closed-badge" }),
1591
+ " overlay marks it."
1592
+ ] }),
1593
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-terminal-surface", style: { position: "relative", height: "120px", borderRadius: "0.5rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "qt-terminal-closed-badge", children: "Closed" }) })
1594
+ ] })
1595
+ ] });
1596
+ };
1597
+
1598
+ // src/stories/components/FilePreview.tsx
1599
+ var import_jsx_runtime13 = require("react/jsx-runtime");
1600
+ var FilePreview = () => {
1601
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1602
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "File Preview Components" }),
1603
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1604
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Scroll Container" }),
1605
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1606
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-file-preview-scroll" }),
1517
1607
  " - Scrollable container for file content with configurable max height."
1518
1608
  ] }),
1519
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-file-preview-scroll", style: { height: "150px", border: "1px solid var(--color-border)", borderRadius: "var(--radius-lg)" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { padding: "1rem" }, children: Array.from({ length: 20 }, (_, i) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { margin: "0.5rem 0" }, children: [
1609
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-file-preview-scroll", style: { height: "150px", border: "1px solid var(--color-border)", borderRadius: "var(--radius-lg)" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { padding: "1rem" }, children: Array.from({ length: 20 }, (_, i) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { style: { margin: "0.5rem 0" }, children: [
1520
1610
  "Line ",
1521
1611
  i + 1,
1522
1612
  ": Lorem ipsum dolor sit amet, consectetur adipiscing elit."
1523
1613
  ] }, i)) }) })
1524
1614
  ] }),
1525
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1526
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Content Panel" }),
1527
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1528
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-file-preview-panel" }),
1615
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1616
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Content Panel" }),
1617
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1618
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-file-preview-panel" }),
1529
1619
  " - Background panel for rendered markdown content."
1530
1620
  ] }),
1531
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-file-preview-panel", children: [
1532
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h4", { style: { margin: "0 0 0.5rem 0" }, children: "Document Title" }),
1533
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { style: { margin: 0 }, children: "This is a content panel used for displaying rendered markdown files with a subtle background." })
1621
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "qt-file-preview-panel", children: [
1622
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h4", { style: { margin: "0 0 0.5rem 0" }, children: "Document Title" }),
1623
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { style: { margin: 0 }, children: "This is a content panel used for displaying rendered markdown files with a subtle background." })
1534
1624
  ] })
1535
1625
  ] }),
1536
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1537
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Code Block" }),
1538
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1539
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-file-preview-code" }),
1626
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1627
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Code Block" }),
1628
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1629
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-file-preview-code" }),
1540
1630
  " - Styled code block for plain text and source files with word wrap."
1541
1631
  ] }),
1542
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("pre", { className: "qt-file-preview-code", children: `function greet(name: string): string {
1632
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("pre", { className: "qt-file-preview-code", children: `function greet(name: string): string {
1543
1633
  return \`Hello, \${name}!\`;
1544
1634
  }
1545
1635
 
@@ -1547,133 +1637,133 @@ var FilePreview = () => {
1547
1637
  const message = greet("World");
1548
1638
  console.log(message);` })
1549
1639
  ] }),
1550
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1551
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Loading State" }),
1552
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1553
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-file-preview-loading" }),
1640
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1641
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Loading State" }),
1642
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1643
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-file-preview-loading" }),
1554
1644
  " + ",
1555
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-file-preview-loading-text" }),
1645
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-file-preview-loading-text" }),
1556
1646
  " - Loading indicator."
1557
1647
  ] }),
1558
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { border: "1px solid var(--color-border)", borderRadius: "var(--radius-lg)" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-file-preview-loading", style: { minHeight: "150px" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-file-preview-loading-text", children: "Loading file..." }) }) })
1648
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { border: "1px solid var(--color-border)", borderRadius: "var(--radius-lg)" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-file-preview-loading", style: { minHeight: "150px" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-file-preview-loading-text", children: "Loading file..." }) }) })
1559
1649
  ] }),
1560
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1561
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Empty / Error State" }),
1562
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1563
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-file-preview-empty" }),
1650
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1651
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Empty / Error State" }),
1652
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1653
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-file-preview-empty" }),
1564
1654
  " + ",
1565
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-file-preview-empty-icon" }),
1655
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-file-preview-empty-icon" }),
1566
1656
  " - Empty or error state display."
1567
1657
  ] }),
1568
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { style: { display: "grid", gridTemplateColumns: "repeat(2, 1fr)", gap: "1rem" }, children: [
1569
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { border: "1px solid var(--color-border)", borderRadius: "var(--radius-lg)" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-file-preview-empty", style: { minHeight: "150px" }, children: [
1570
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-file-preview-empty-icon", children: "\u{1F4C4}" }),
1571
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "No content available" })
1658
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "grid", gridTemplateColumns: "repeat(2, 1fr)", gap: "1rem" }, children: [
1659
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { border: "1px solid var(--color-border)", borderRadius: "var(--radius-lg)" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "qt-file-preview-empty", style: { minHeight: "150px" }, children: [
1660
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-file-preview-empty-icon", children: "\u{1F4C4}" }),
1661
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { children: "No content available" })
1572
1662
  ] }) }),
1573
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { border: "1px solid var(--color-border)", borderRadius: "var(--radius-lg)" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "qt-file-preview-empty", style: { minHeight: "150px" }, children: [
1574
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-file-preview-empty-icon", children: "\u26A0\uFE0F" }),
1575
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Failed to load file" })
1663
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { border: "1px solid var(--color-border)", borderRadius: "var(--radius-lg)" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "qt-file-preview-empty", style: { minHeight: "150px" }, children: [
1664
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-file-preview-empty-icon", children: "\u26A0\uFE0F" }),
1665
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { children: "Failed to load file" })
1576
1666
  ] }) })
1577
1667
  ] })
1578
1668
  ] }),
1579
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1580
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Wikilinks" }),
1581
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1582
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-wikilink" }),
1669
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1670
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Wikilinks" }),
1671
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: [
1672
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-wikilink" }),
1583
1673
  " + ",
1584
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { children: ".qt-wikilink-broken" }),
1674
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { children: ".qt-wikilink-broken" }),
1585
1675
  " - Internal document links in markdown."
1586
1676
  ] }),
1587
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "qt-file-preview-panel", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("p", { style: { margin: 0, lineHeight: 2 }, children: [
1677
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-file-preview-panel", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { style: { margin: 0, lineHeight: 2 }, children: [
1588
1678
  "This document references ",
1589
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("button", { type: "button", className: "qt-wikilink", children: "Character Profile" }),
1679
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { type: "button", className: "qt-wikilink", children: "Character Profile" }),
1590
1680
  " and links to ",
1591
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("button", { type: "button", className: "qt-wikilink", children: "World Building \u2192 Geography" }),
1681
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { type: "button", className: "qt-wikilink", children: "World Building \u2192 Geography" }),
1592
1682
  ". There's also a ",
1593
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("button", { type: "button", className: "qt-wikilink-broken", children: "Missing Document" }),
1683
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { type: "button", className: "qt-wikilink-broken", children: "Missing Document" }),
1594
1684
  " that doesn't exist yet."
1595
1685
  ] }) })
1596
1686
  ] }),
1597
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1598
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "CSS Variables" }),
1599
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { display: "grid", gridTemplateColumns: "repeat(auto-fill, minmax(300px, 1fr))", gap: "0.5rem" }, children: [
1687
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1688
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "CSS Variables" }),
1689
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { display: "grid", gridTemplateColumns: "repeat(auto-fill, minmax(300px, 1fr))", gap: "0.5rem" }, children: [
1600
1690
  { name: "--qt-file-preview-max-height", value: "70vh", desc: "Max height of scroll container" },
1601
1691
  { name: "--qt-file-preview-min-height", value: "300px", desc: "Min height of loading/empty states" },
1602
1692
  { name: "--qt-file-preview-panel-bg", value: "muted/30%", desc: "Content panel background" },
1603
1693
  { name: "--qt-code-bg", value: "muted", desc: "Code block background" },
1604
1694
  { name: "--qt-code-fg", value: "foreground", desc: "Code block text color" },
1605
1695
  { name: "--qt-code-font", value: "monospace", desc: "Code block font family" }
1606
- ].map(({ name, value, desc }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { style: { padding: "0.75rem", background: "var(--color-muted)", borderRadius: "var(--radius-md)" }, children: [
1607
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("code", { style: { fontSize: "0.75rem", fontWeight: 600 }, children: name }),
1608
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { style: { fontSize: "0.75rem", color: "var(--color-muted-foreground)", marginTop: "0.25rem" }, children: [
1696
+ ].map(({ name, value, desc }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { padding: "0.75rem", background: "var(--color-muted)", borderRadius: "var(--radius-md)" }, children: [
1697
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("code", { style: { fontSize: "0.75rem", fontWeight: 600 }, children: name }),
1698
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { fontSize: "0.75rem", color: "var(--color-muted-foreground)", marginTop: "0.25rem" }, children: [
1609
1699
  "Default: ",
1610
1700
  value
1611
1701
  ] }),
1612
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { fontSize: "0.75rem", color: "var(--color-muted-foreground)" }, children: desc })
1702
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { fontSize: "0.75rem", color: "var(--color-muted-foreground)" }, children: desc })
1613
1703
  ] }, name)) })
1614
1704
  ] })
1615
1705
  ] });
1616
1706
  };
1617
1707
 
1618
1708
  // src/stories/components/ThemeComparison.tsx
1619
- var import_jsx_runtime13 = require("react/jsx-runtime");
1709
+ var import_jsx_runtime14 = require("react/jsx-runtime");
1620
1710
  var ThemePanel = ({ title, description }) => {
1621
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { flex: 1, minWidth: "20rem" }, children: [
1622
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { marginBottom: "1rem" }, children: [
1623
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h4", { style: { fontWeight: 600 }, children: title }),
1624
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)" }, children: description })
1625
- ] }),
1626
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "qt-card", style: { marginBottom: "1rem" }, children: [
1627
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "qt-card-header", children: [
1628
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h5", { className: "qt-card-title", children: "Sample Card" }),
1629
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { className: "qt-card-description", children: "This is how cards look in this theme." })
1711
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { flex: 1, minWidth: "20rem" }, children: [
1712
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { marginBottom: "1rem" }, children: [
1713
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { style: { fontWeight: 600 }, children: title }),
1714
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { style: { fontSize: "0.875rem", color: "var(--color-muted-foreground)" }, children: description })
1715
+ ] }),
1716
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-card", style: { marginBottom: "1rem" }, children: [
1717
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-card-header", children: [
1718
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h5", { className: "qt-card-title", children: "Sample Card" }),
1719
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { className: "qt-card-description", children: "This is how cards look in this theme." })
1630
1720
  ] }),
1631
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "qt-card-body", children: [
1632
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { style: { marginBottom: "1rem" }, children: "Cards are used throughout the application for grouping content." }),
1633
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "flex", gap: "0.5rem", flexWrap: "wrap" }, children: [
1634
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-primary", children: "Primary" }),
1635
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-secondary", children: "Secondary" }),
1636
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-success", children: "Success" })
1721
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-card-body", children: [
1722
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { style: { marginBottom: "1rem" }, children: "Cards are used throughout the application for grouping content." }),
1723
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { display: "flex", gap: "0.5rem", flexWrap: "wrap" }, children: [
1724
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-primary", children: "Primary" }),
1725
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-secondary", children: "Secondary" }),
1726
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-success", children: "Success" })
1637
1727
  ] })
1638
1728
  ] }),
1639
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "qt-card-footer", children: [
1640
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-ghost", children: "Cancel" }),
1641
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-primary", children: "Save" })
1729
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-card-footer", children: [
1730
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-ghost", children: "Cancel" }),
1731
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-primary", children: "Save" })
1642
1732
  ] })
1643
1733
  ] }),
1644
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "qt-panel", style: { padding: "1rem", marginBottom: "1rem" }, children: [
1645
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { marginBottom: "0.75rem" }, children: [
1646
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("label", { style: { display: "block", marginBottom: "0.25rem", fontSize: "0.875rem", fontWeight: 500 }, children: "Text Input" }),
1647
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("input", { className: "qt-input", type: "text", placeholder: "Enter text..." })
1734
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-panel", style: { padding: "1rem", marginBottom: "1rem" }, children: [
1735
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { marginBottom: "0.75rem" }, children: [
1736
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("label", { style: { display: "block", marginBottom: "0.25rem", fontSize: "0.875rem", fontWeight: 500 }, children: "Text Input" }),
1737
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("input", { className: "qt-input", type: "text", placeholder: "Enter text..." })
1648
1738
  ] }),
1649
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { marginBottom: "0.75rem" }, children: [
1650
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("label", { style: { display: "block", marginBottom: "0.25rem", fontSize: "0.875rem", fontWeight: 500 }, children: "Select" }),
1651
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("select", { className: "qt-input qt-select", children: [
1652
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("option", { children: "Option 1" }),
1653
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("option", { children: "Option 2" })
1739
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { marginBottom: "0.75rem" }, children: [
1740
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("label", { style: { display: "block", marginBottom: "0.25rem", fontSize: "0.875rem", fontWeight: 500 }, children: "Select" }),
1741
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("select", { className: "qt-input qt-select", children: [
1742
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("option", { children: "Option 1" }),
1743
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("option", { children: "Option 2" })
1654
1744
  ] })
1655
1745
  ] }),
1656
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "flex", gap: "0.5rem" }, children: [
1657
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-secondary qt-button-sm", children: "Secondary" }),
1658
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-primary qt-button-sm", children: "Primary" })
1746
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { display: "flex", gap: "0.5rem" }, children: [
1747
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-secondary qt-button-sm", children: "Secondary" }),
1748
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-primary qt-button-sm", children: "Primary" })
1659
1749
  ] })
1660
1750
  ] }),
1661
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1662
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "flex", gap: "0.5rem" }, children: [
1663
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-avatar qt-avatar-sm", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-avatar-fallback", children: "AI" }) }),
1664
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-chat-message qt-chat-message-assistant", style: { maxWidth: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { style: { fontSize: "0.875rem" }, children: "Hello! This is a chat message." }) })
1751
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1752
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { display: "flex", gap: "0.5rem" }, children: [
1753
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-avatar qt-avatar-sm", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-avatar-fallback", children: "AI" }) }),
1754
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-chat-message qt-chat-message-assistant", style: { maxWidth: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { style: { fontSize: "0.875rem" }, children: "Hello! This is a chat message." }) })
1665
1755
  ] }),
1666
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-chat-message qt-chat-message-user", style: { maxWidth: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { style: { fontSize: "0.875rem" }, children: "Great, thanks!" }) }) })
1756
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { style: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-chat-message qt-chat-message-user", style: { maxWidth: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { style: { fontSize: "0.875rem" }, children: "Great, thanks!" }) }) })
1667
1757
  ] })
1668
1758
  ] });
1669
1759
  };
1670
1760
  var ThemeComparison = () => {
1671
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1672
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "0.5rem" }, children: "Theme Comparison" }),
1673
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { style: { color: "var(--color-muted-foreground)", marginBottom: "1.5rem" }, children: "Compare your custom theme against the default Quilltap theme. Use the theme toggle above to switch between themes." }),
1674
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1675
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Current Theme Preview" }),
1676
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1761
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1762
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "0.5rem" }, children: "Theme Comparison" }),
1763
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { style: { color: "var(--color-muted-foreground)", marginBottom: "1.5rem" }, children: "Compare your custom theme against the default Quilltap theme. Use the theme toggle above to switch between themes." }),
1764
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1765
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Current Theme Preview" }),
1766
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1677
1767
  ThemePanel,
1678
1768
  {
1679
1769
  title: "Active Theme",
@@ -1681,9 +1771,9 @@ var ThemeComparison = () => {
1681
1771
  }
1682
1772
  )
1683
1773
  ] }),
1684
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1685
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Key Theme Colors" }),
1686
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { display: "grid", gridTemplateColumns: "repeat(auto-fill, minmax(8rem, 1fr))", gap: "0.75rem" }, children: [
1774
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1775
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Key Theme Colors" }),
1776
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { style: { display: "grid", gridTemplateColumns: "repeat(auto-fill, minmax(8rem, 1fr))", gap: "0.75rem" }, children: [
1687
1777
  { name: "Background", var: "--color-background" },
1688
1778
  { name: "Foreground", var: "--color-foreground" },
1689
1779
  { name: "Card", var: "--color-card" },
@@ -1692,8 +1782,8 @@ var ThemeComparison = () => {
1692
1782
  { name: "Muted", var: "--color-muted" },
1693
1783
  { name: "Accent", var: "--color-accent" },
1694
1784
  { name: "Border", var: "--color-border" }
1695
- ].map(({ name, var: cssVar }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { textAlign: "center" }, children: [
1696
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1785
+ ].map(({ name, var: cssVar }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { textAlign: "center" }, children: [
1786
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1697
1787
  "div",
1698
1788
  {
1699
1789
  style: {
@@ -1705,17 +1795,17 @@ var ThemeComparison = () => {
1705
1795
  }
1706
1796
  }
1707
1797
  ),
1708
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { marginTop: "0.25rem", fontSize: "0.75rem", fontWeight: 500 }, children: name })
1798
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { style: { marginTop: "0.25rem", fontSize: "0.75rem", fontWeight: 500 }, children: name })
1709
1799
  ] }, cssVar)) })
1710
1800
  ] }),
1711
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1712
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Semantic Colors" }),
1713
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { display: "grid", gridTemplateColumns: "repeat(auto-fill, minmax(8rem, 1fr))", gap: "0.75rem" }, children: [
1801
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1802
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Semantic Colors" }),
1803
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { style: { display: "grid", gridTemplateColumns: "repeat(auto-fill, minmax(8rem, 1fr))", gap: "0.75rem" }, children: [
1714
1804
  { name: "Destructive", var: "--color-destructive" },
1715
1805
  { name: "Success", var: "--color-success" },
1716
1806
  { name: "Warning", var: "--color-warning" }
1717
- ].map(({ name, var: cssVar }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { textAlign: "center" }, children: [
1718
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1807
+ ].map(({ name, var: cssVar }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { textAlign: "center" }, children: [
1808
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1719
1809
  "div",
1720
1810
  {
1721
1811
  style: {
@@ -1727,50 +1817,50 @@ var ThemeComparison = () => {
1727
1817
  }
1728
1818
  }
1729
1819
  ),
1730
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { style: { marginTop: "0.25rem", fontSize: "0.75rem", fontWeight: 500 }, children: name })
1820
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { style: { marginTop: "0.25rem", fontSize: "0.75rem", fontWeight: 500 }, children: name })
1731
1821
  ] }, cssVar)) })
1732
1822
  ] }),
1733
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("section", { children: [
1734
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Component Showcase" }),
1735
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { marginBottom: "1.5rem" }, children: [
1736
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 600, marginBottom: "0.75rem", color: "var(--color-muted-foreground)" }, children: "Buttons" }),
1737
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "flex", flexWrap: "wrap", gap: "0.5rem" }, children: [
1738
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-primary", children: "Primary" }),
1739
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-secondary", children: "Secondary" }),
1740
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-ghost", children: "Ghost" }),
1741
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-destructive", children: "Destructive" }),
1742
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("button", { className: "qt-button qt-button-primary", disabled: true, children: "Disabled" })
1823
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("section", { children: [
1824
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Component Showcase" }),
1825
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { marginBottom: "1.5rem" }, children: [
1826
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 600, marginBottom: "0.75rem", color: "var(--color-muted-foreground)" }, children: "Buttons" }),
1827
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { display: "flex", flexWrap: "wrap", gap: "0.5rem" }, children: [
1828
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-primary", children: "Primary" }),
1829
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-secondary", children: "Secondary" }),
1830
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-ghost", children: "Ghost" }),
1831
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-destructive", children: "Destructive" }),
1832
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-primary", disabled: true, children: "Disabled" })
1743
1833
  ] })
1744
1834
  ] }),
1745
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { marginBottom: "1.5rem" }, children: [
1746
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 600, marginBottom: "0.75rem", color: "var(--color-muted-foreground)" }, children: "Badges" }),
1747
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "flex", flexWrap: "wrap", gap: "0.5rem" }, children: [
1748
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-default", children: "Default" }),
1749
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-primary", children: "Primary" }),
1750
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-secondary", children: "Secondary" }),
1751
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-success", children: "Success" }),
1752
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-warning", children: "Warning" }),
1753
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "qt-badge qt-badge-destructive", children: "Destructive" })
1835
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { marginBottom: "1.5rem" }, children: [
1836
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 600, marginBottom: "0.75rem", color: "var(--color-muted-foreground)" }, children: "Badges" }),
1837
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { display: "flex", flexWrap: "wrap", gap: "0.5rem" }, children: [
1838
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-default", children: "Default" }),
1839
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-primary", children: "Primary" }),
1840
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-secondary", children: "Secondary" }),
1841
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-success", children: "Success" }),
1842
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-warning", children: "Warning" }),
1843
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "qt-badge qt-badge-destructive", children: "Destructive" })
1754
1844
  ] })
1755
1845
  ] }),
1756
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { marginBottom: "1.5rem" }, children: [
1757
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 600, marginBottom: "0.75rem", color: "var(--color-muted-foreground)" }, children: "Interactive Card" }),
1758
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-card qt-card-interactive", style: { maxWidth: "20rem", cursor: "pointer" }, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-card-header", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
1759
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "qt-avatar-fallback", children: "A" }) }),
1760
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { children: [
1761
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h5", { className: "qt-card-title", children: "Character Name" }),
1762
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("p", { className: "qt-card-description", children: "Click to interact" })
1846
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { marginBottom: "1.5rem" }, children: [
1847
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 600, marginBottom: "0.75rem", color: "var(--color-muted-foreground)" }, children: "Interactive Card" }),
1848
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-card qt-card-interactive", style: { maxWidth: "20rem", cursor: "pointer" }, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-card-header", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
1849
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-avatar-fallback", children: "A" }) }),
1850
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { children: [
1851
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h5", { className: "qt-card-title", children: "Character Name" }),
1852
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { className: "qt-card-description", children: "Click to interact" })
1763
1853
  ] })
1764
1854
  ] }) }) })
1765
1855
  ] }),
1766
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { children: [
1767
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 600, marginBottom: "0.75rem", color: "var(--color-muted-foreground)" }, children: "Form Elements" }),
1768
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { style: { display: "flex", gap: "1rem", flexWrap: "wrap", maxWidth: "32rem" }, children: [
1769
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("input", { className: "qt-input", type: "text", placeholder: "Text input", style: { flex: "1 1 10rem" } }),
1770
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("select", { className: "qt-input qt-select", style: { flex: "1 1 10rem" }, children: [
1771
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("option", { children: "Select option" }),
1772
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("option", { children: "Option 1" }),
1773
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("option", { children: "Option 2" })
1856
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { children: [
1857
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { style: { fontSize: "0.875rem", fontWeight: 600, marginBottom: "0.75rem", color: "var(--color-muted-foreground)" }, children: "Form Elements" }),
1858
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { display: "flex", gap: "1rem", flexWrap: "wrap", maxWidth: "32rem" }, children: [
1859
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("input", { className: "qt-input", type: "text", placeholder: "Text input", style: { flex: "1 1 10rem" } }),
1860
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("select", { className: "qt-input qt-select", style: { flex: "1 1 10rem" }, children: [
1861
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("option", { children: "Select option" }),
1862
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("option", { children: "Option 1" }),
1863
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("option", { children: "Option 2" })
1774
1864
  ] })
1775
1865
  ] })
1776
1866
  ] })
@@ -1779,125 +1869,125 @@ var ThemeComparison = () => {
1779
1869
  };
1780
1870
 
1781
1871
  // src/stories/components/EmptyState.tsx
1782
- var import_jsx_runtime14 = require("react/jsx-runtime");
1872
+ var import_jsx_runtime15 = require("react/jsx-runtime");
1783
1873
  var EmptyState = () => {
1784
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1785
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "Empty States" }),
1786
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1787
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Basic Empty State" }),
1788
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-empty-state", children: [
1789
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-empty-state-icon", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { className: "w-12 h-12", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20 13V6a2 2 0 00-2-2H6a2 2 0 00-2 2v7m16 0v5a2 2 0 01-2 2H6a2 2 0 01-2-2v-5m16 0h-2.586a1 1 0 00-.707.293l-2.414 2.414a1 1 0 01-.707.293h-3.172a1 1 0 01-.707-.293l-2.414-2.414A1 1 0 006.586 13H4" }) }) }),
1790
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { className: "qt-empty-state-title", children: "No messages yet" }),
1791
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { className: "qt-empty-state-description", children: "Start a conversation to see messages appear here." })
1874
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1875
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "Empty States" }),
1876
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1877
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Basic Empty State" }),
1878
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "qt-empty-state", children: [
1879
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-empty-state-icon", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { className: "w-12 h-12", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20 13V6a2 2 0 00-2-2H6a2 2 0 00-2 2v7m16 0v5a2 2 0 01-2 2H6a2 2 0 01-2-2v-5m16 0h-2.586a1 1 0 00-.707.293l-2.414 2.414a1 1 0 01-.707.293h-3.172a1 1 0 01-.707-.293l-2.414-2.414A1 1 0 006.586 13H4" }) }) }),
1880
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h4", { className: "qt-empty-state-title", children: "No messages yet" }),
1881
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("p", { className: "qt-empty-state-description", children: "Start a conversation to see messages appear here." })
1792
1882
  ] })
1793
1883
  ] }),
1794
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1795
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Empty State with Action" }),
1796
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-empty-state", children: [
1797
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-empty-state-icon", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { className: "w-12 h-12", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z" }) }) }),
1798
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { className: "qt-empty-state-title", children: "No characters" }),
1799
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { className: "qt-empty-state-description", children: "You haven't created any characters yet. Create your first character to get started." }),
1800
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-empty-state-action", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-primary", children: "Create Character" }) })
1884
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1885
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Empty State with Action" }),
1886
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "qt-empty-state", children: [
1887
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-empty-state-icon", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { className: "w-12 h-12", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z" }) }) }),
1888
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h4", { className: "qt-empty-state-title", children: "No characters" }),
1889
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("p", { className: "qt-empty-state-description", children: "You haven't created any characters yet. Create your first character to get started." }),
1890
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-empty-state-action", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("button", { className: "qt-button qt-button-primary", children: "Create Character" }) })
1801
1891
  ] })
1802
1892
  ] }),
1803
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1804
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Search Empty State" }),
1805
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-empty-state", children: [
1806
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-empty-state-icon", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { className: "w-12 h-12", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" }) }) }),
1807
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { className: "qt-empty-state-title", children: "No results found" }),
1808
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { className: "qt-empty-state-description", children: "Try adjusting your search or filters to find what you're looking for." }),
1809
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-empty-state-action", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-secondary", children: "Clear Filters" }) })
1893
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1894
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Search Empty State" }),
1895
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "qt-empty-state", children: [
1896
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-empty-state-icon", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { className: "w-12 h-12", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" }) }) }),
1897
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h4", { className: "qt-empty-state-title", children: "No results found" }),
1898
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("p", { className: "qt-empty-state-description", children: "Try adjusting your search or filters to find what you're looking for." }),
1899
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-empty-state-action", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("button", { className: "qt-button qt-button-secondary", children: "Clear Filters" }) })
1810
1900
  ] })
1811
1901
  ] }),
1812
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("section", { children: [
1813
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Error Empty State" }),
1814
- /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "qt-empty-state", children: [
1815
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-empty-state-icon text-red-500", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { className: "w-12 h-12", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" }) }) }),
1816
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("h4", { className: "qt-empty-state-title", children: "Something went wrong" }),
1817
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("p", { className: "qt-empty-state-description", children: "We couldn't load the content. Please try again." }),
1818
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "qt-empty-state-action", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("button", { className: "qt-button qt-button-primary", children: "Try Again" }) })
1902
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { children: [
1903
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Error Empty State" }),
1904
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "qt-empty-state", children: [
1905
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-empty-state-icon text-red-500", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { className: "w-12 h-12", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" }) }) }),
1906
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h4", { className: "qt-empty-state-title", children: "Something went wrong" }),
1907
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("p", { className: "qt-empty-state-description", children: "We couldn't load the content. Please try again." }),
1908
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-empty-state-action", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("button", { className: "qt-button qt-button-primary", children: "Try Again" }) })
1819
1909
  ] })
1820
1910
  ] })
1821
1911
  ] });
1822
1912
  };
1823
1913
 
1824
1914
  // src/stories/components/Loading.tsx
1825
- var import_jsx_runtime15 = require("react/jsx-runtime");
1915
+ var import_jsx_runtime16 = require("react/jsx-runtime");
1826
1916
  var Loading = () => {
1827
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1828
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "Loading States" }),
1829
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1830
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Spinners" }),
1831
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { display: "flex", gap: "2rem", alignItems: "center" }, children: [
1832
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { textAlign: "center" }, children: [
1833
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-spinner qt-spinner-sm", style: { margin: "0 auto" } }),
1834
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("p", { style: { fontSize: "0.75rem", marginTop: "0.5rem" }, children: "Small" })
1835
- ] }),
1836
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { textAlign: "center" }, children: [
1837
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-spinner", style: { margin: "0 auto" } }),
1838
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("p", { style: { fontSize: "0.75rem", marginTop: "0.5rem" }, children: "Default" })
1839
- ] }),
1840
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { textAlign: "center" }, children: [
1841
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-spinner qt-spinner-lg", style: { margin: "0 auto" } }),
1842
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("p", { style: { fontSize: "0.75rem", marginTop: "0.5rem" }, children: "Large" })
1917
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1918
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "Loading States" }),
1919
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1920
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Spinners" }),
1921
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", gap: "2rem", alignItems: "center" }, children: [
1922
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { textAlign: "center" }, children: [
1923
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-spinner qt-spinner-sm", style: { margin: "0 auto" } }),
1924
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { style: { fontSize: "0.75rem", marginTop: "0.5rem" }, children: "Small" })
1925
+ ] }),
1926
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { textAlign: "center" }, children: [
1927
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-spinner", style: { margin: "0 auto" } }),
1928
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { style: { fontSize: "0.75rem", marginTop: "0.5rem" }, children: "Default" })
1929
+ ] }),
1930
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { textAlign: "center" }, children: [
1931
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-spinner qt-spinner-lg", style: { margin: "0 auto" } }),
1932
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { style: { fontSize: "0.75rem", marginTop: "0.5rem" }, children: "Large" })
1843
1933
  ] })
1844
1934
  ] })
1845
1935
  ] }),
1846
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1847
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Skeleton Text" }),
1848
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { maxWidth: "28rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1849
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "100%" } }),
1850
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "80%" } }),
1851
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "60%" } })
1936
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1937
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Skeleton Text" }),
1938
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { maxWidth: "28rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1939
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "100%" } }),
1940
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "80%" } }),
1941
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "60%" } })
1852
1942
  ] })
1853
1943
  ] }),
1854
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1855
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Skeleton Card" }),
1856
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "qt-card", style: { maxWidth: "24rem", padding: "1rem" }, children: [
1857
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { display: "flex", gap: "0.75rem", marginBottom: "1rem", alignItems: "flex-start" }, children: [
1858
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-circle", style: { width: "40px", height: "40px", flexShrink: 0 } }),
1859
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { flex: 1, display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1860
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "60%" } }),
1861
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "40%" } })
1944
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1945
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Skeleton Card" }),
1946
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-card", style: { maxWidth: "24rem", padding: "1rem" }, children: [
1947
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", gap: "0.75rem", marginBottom: "1rem", alignItems: "flex-start" }, children: [
1948
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-circle", style: { width: "40px", height: "40px", flexShrink: 0 } }),
1949
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { flex: 1, display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1950
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "60%" } }),
1951
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "40%" } })
1862
1952
  ] })
1863
1953
  ] }),
1864
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1865
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text" }),
1866
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text" }),
1867
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "75%" } })
1954
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1955
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text" }),
1956
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text" }),
1957
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "75%" } })
1868
1958
  ] })
1869
1959
  ] })
1870
1960
  ] }),
1871
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1872
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Skeleton Message" }),
1873
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { style: { maxWidth: "42rem", display: "flex", flexDirection: "column", gap: "1rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { display: "flex", gap: "0.75rem" }, children: [
1874
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-circle", style: { width: "32px", height: "32px", flexShrink: 0 } }),
1875
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { flex: 1, display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1876
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "120px" } }),
1877
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-card", style: { padding: "1rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1878
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text" }),
1879
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text" }),
1880
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "60%" } })
1961
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1962
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Skeleton Message" }),
1963
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { style: { maxWidth: "42rem", display: "flex", flexDirection: "column", gap: "1rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", gap: "0.75rem" }, children: [
1964
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-circle", style: { width: "32px", height: "32px", flexShrink: 0 } }),
1965
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { flex: 1, display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1966
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "120px" } }),
1967
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-card", style: { padding: "1rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1968
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text" }),
1969
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text" }),
1970
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "60%" } })
1881
1971
  ] }) })
1882
1972
  ] })
1883
1973
  ] }) })
1884
1974
  ] }),
1885
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1886
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Skeleton List" }),
1887
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { style: { maxWidth: "24rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [1, 2, 3].map((i) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "qt-card", style: { padding: "0.75rem", display: "flex", gap: "0.75rem", alignItems: "center" }, children: [
1888
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-circle", style: { width: "32px", height: "32px", flexShrink: 0 } }),
1889
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { style: { flex: 1 }, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "70%" } }) })
1975
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1976
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Skeleton List" }),
1977
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { style: { maxWidth: "24rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [1, 2, 3].map((i) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-card", style: { padding: "0.75rem", display: "flex", gap: "0.75rem", alignItems: "center" }, children: [
1978
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-circle", style: { width: "32px", height: "32px", flexShrink: 0 } }),
1979
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { style: { flex: 1 }, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-skeleton qt-skeleton-text", style: { width: "70%" } }) })
1890
1980
  ] }, i)) })
1891
1981
  ] }),
1892
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("section", { children: [
1893
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Loading Button" }),
1894
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { style: { display: "flex", gap: "1rem" }, children: [
1895
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("button", { className: "qt-button qt-button-primary", disabled: true, style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
1896
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-spinner qt-spinner-sm" }),
1982
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { children: [
1983
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Loading Button" }),
1984
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", gap: "1rem" }, children: [
1985
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("button", { className: "qt-button qt-button-primary", disabled: true, style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
1986
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-spinner qt-spinner-sm" }),
1897
1987
  "Loading..."
1898
1988
  ] }),
1899
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("button", { className: "qt-button qt-button-secondary", disabled: true, style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
1900
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "qt-spinner qt-spinner-sm" }),
1989
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("button", { className: "qt-button qt-button-secondary", disabled: true, style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
1990
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-spinner qt-spinner-sm" }),
1901
1991
  "Saving..."
1902
1992
  ] })
1903
1993
  ] })
@@ -1906,130 +1996,130 @@ var Loading = () => {
1906
1996
  };
1907
1997
 
1908
1998
  // src/stories/components/Participant.tsx
1909
- var import_jsx_runtime16 = require("react/jsx-runtime");
1999
+ var import_jsx_runtime17 = require("react/jsx-runtime");
1910
2000
  var Participant = () => {
1911
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { padding: "1.5rem" }, children: [
1912
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "Participants" }),
1913
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1914
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Participant Cards" }),
1915
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { maxWidth: "20rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1916
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1917
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "AC" }) }) }),
1918
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
1919
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "Alice Character" }),
1920
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-status", children: "AI Assistant" })
2001
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { padding: "1.5rem" }, children: [
2002
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("h2", { style: { fontSize: "1.5rem", fontWeight: 700, marginBottom: "1.5rem" }, children: "Participants" }),
2003
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
2004
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Participant Cards" }),
2005
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { maxWidth: "20rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
2006
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2007
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "AC" }) }) }),
2008
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2009
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "Alice Character" }),
2010
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-status", children: "AI Assistant" })
1921
2011
  ] })
1922
2012
  ] }) }),
1923
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card qt-participant-card-active", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1924
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "BC" }) }) }),
1925
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
1926
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "Bob Character" }),
1927
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-status", children: "Currently Speaking" })
2013
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card qt-participant-card-active", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2014
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "BC" }) }) }),
2015
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2016
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "Bob Character" }),
2017
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-status", children: "Currently Speaking" })
1928
2018
  ] })
1929
2019
  ] }) }),
1930
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1931
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "YO" }) }) }),
1932
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
1933
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "You" }),
1934
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-status", children: "Human" })
2020
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2021
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "YO" }) }) }),
2022
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2023
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "You" }),
2024
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-status", children: "Human" })
1935
2025
  ] })
1936
2026
  ] }) })
1937
2027
  ] })
1938
2028
  ] }),
1939
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1940
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Participant Status States" }),
1941
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { style: { color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: "Characters can be active, silent (thinking but not speaking), absent (away from the scene), or removed." }),
1942
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { maxWidth: "20rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1943
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card qt-participant-card-active", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1944
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "AC" }) }) }),
1945
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
1946
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "Alice Character" }),
1947
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-status", children: "Currently Speaking" })
2029
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
2030
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Participant Status States" }),
2031
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("p", { style: { color: "var(--color-muted-foreground)", marginBottom: "1rem" }, children: "Characters can be active, silent (thinking but not speaking), absent (away from the scene), or removed." }),
2032
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { maxWidth: "20rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
2033
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card qt-participant-card-active", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2034
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "AC" }) }) }),
2035
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2036
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "Alice Character" }),
2037
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-status", children: "Currently Speaking" })
1948
2038
  ] })
1949
2039
  ] }) }),
1950
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card qt-participant-card-silent", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1951
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-avatar", style: { position: "relative" }, children: [
1952
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "BC" }) }),
1953
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-status-overlay qt-participant-status-overlay-silent", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { width: "10", height: "10", fill: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M16.5 12A4.5 4.5 0 0 0 12 7.5v4.09l3.13 3.13A4.46 4.46 0 0 0 16.5 12ZM19 12c0 1.68-.59 3.22-1.57 4.43L21 20l-1.41 1.41-18-18L3 2l4.57 4.57A7.97 7.97 0 0 1 12 4c4.42 0 8 3.58 8 8Zm-7-8a6 6 0 0 0-6 6c0 1.33.44 2.56 1.17 3.56L5 11.44A7.94 7.94 0 0 1 4 8" }) }) })
2040
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card qt-participant-card-silent", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2041
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-avatar", style: { position: "relative" }, children: [
2042
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "BC" }) }),
2043
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-status-overlay qt-participant-status-overlay-silent", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { width: "10", height: "10", fill: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M16.5 12A4.5 4.5 0 0 0 12 7.5v4.09l3.13 3.13A4.46 4.46 0 0 0 16.5 12ZM19 12c0 1.68-.59 3.22-1.57 4.43L21 20l-1.41 1.41-18-18L3 2l4.57 4.57A7.97 7.97 0 0 1 12 4c4.42 0 8 3.58 8 8Zm-7-8a6 6 0 0 0-6 6c0 1.33.44 2.56 1.17 3.56L5 11.44A7.94 7.94 0 0 1 4 8" }) }) })
1954
2044
  ] }),
1955
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
1956
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
1957
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "Bob Character" }),
1958
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: "qt-badge-silent", style: { fontSize: "0.625rem" }, children: "Silent" })
2045
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2046
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
2047
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "Bob Character" }),
2048
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "qt-badge-silent", style: { fontSize: "0.625rem" }, children: "Silent" })
1959
2049
  ] }),
1960
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-status", children: "Inner thoughts only" })
2050
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-status", children: "Inner thoughts only" })
1961
2051
  ] })
1962
2052
  ] }) }),
1963
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card", style: { opacity: 0.7 }, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1964
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-avatar", style: { position: "relative" }, children: [
1965
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "CC" }) }),
1966
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-status-overlay qt-participant-status-overlay-absent", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { width: "10", height: "10", fill: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" }) }) })
2053
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card", style: { opacity: 0.7 }, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2054
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-avatar", style: { position: "relative" }, children: [
2055
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "CC" }) }),
2056
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-status-overlay qt-participant-status-overlay-absent", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { width: "10", height: "10", fill: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" }) }) })
1967
2057
  ] }),
1968
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
1969
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
1970
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "Clara Character" }),
1971
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: "qt-badge-absent", style: { fontSize: "0.625rem" }, children: "Absent" })
2058
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2059
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
2060
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "Clara Character" }),
2061
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "qt-badge-absent", style: { fontSize: "0.625rem" }, children: "Absent" })
1972
2062
  ] }),
1973
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-status", children: "Away from the scene" })
2063
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-status", children: "Away from the scene" })
1974
2064
  ] })
1975
2065
  ] }) }),
1976
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1977
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "YO" }) }) }),
1978
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
1979
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "You" }),
1980
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-status", children: "Human" })
2066
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2067
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "YO" }) }) }),
2068
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2069
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "You" }),
2070
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-status", children: "Human" })
1981
2071
  ] })
1982
2072
  ] }) })
1983
2073
  ] })
1984
2074
  ] }),
1985
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
1986
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Chat Sidebar Layout" }),
1987
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", gap: "1rem" }, children: [
1988
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-card", style: { flex: 1, padding: "1rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { style: { color: "var(--color-text-muted)" }, children: "Chat messages area" }) }),
1989
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-chat-sidebar", style: { width: "16rem" }, children: [
1990
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { style: { padding: "1rem", borderBottom: "1px solid var(--qt-chat-sidebar-header-border)" }, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h4", { style: { fontWeight: 600, color: "var(--qt-chat-sidebar-heading)" }, children: "Participants" }) }),
1991
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { padding: "0.5rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
1992
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card qt-participant-card-active", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1993
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar qt-avatar-sm", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "AC" }) }) }),
1994
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-info", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", style: { fontSize: "0.875rem" }, children: "Alice" }) })
2075
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("section", { style: { marginBottom: "2rem" }, children: [
2076
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Chat Sidebar Layout" }),
2077
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { display: "flex", gap: "1rem" }, children: [
2078
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-card", style: { flex: 1, padding: "1rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("p", { style: { color: "var(--color-text-muted)" }, children: "Chat messages area" }) }),
2079
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-chat-sidebar", style: { width: "16rem" }, children: [
2080
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { style: { padding: "1rem", borderBottom: "1px solid var(--qt-chat-sidebar-header-border)" }, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("h4", { style: { fontWeight: 600, color: "var(--qt-chat-sidebar-heading)" }, children: "Participants" }) }),
2081
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { padding: "0.5rem", display: "flex", flexDirection: "column", gap: "0.5rem" }, children: [
2082
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card qt-participant-card-active", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2083
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar qt-avatar-sm", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "AC" }) }) }),
2084
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-info", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", style: { fontSize: "0.875rem" }, children: "Alice" }) })
1995
2085
  ] }) }),
1996
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
1997
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar qt-avatar-sm", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "YO" }) }) }),
1998
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-info", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", style: { fontSize: "0.875rem" }, children: "You" }) })
2086
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2087
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar qt-avatar-sm", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "YO" }) }) }),
2088
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-info", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", style: { fontSize: "0.875rem" }, children: "You" }) })
1999
2089
  ] }) })
2000
2090
  ] })
2001
2091
  ] })
2002
2092
  ] })
2003
2093
  ] }),
2004
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { children: [
2005
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Connection Profile Dropdown" }),
2006
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { maxWidth: "20rem", display: "flex", flexDirection: "column", gap: "1rem" }, children: [
2007
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
2008
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "AC" }) }) }),
2009
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
2010
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "Alice Character" }),
2011
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-status", children: "AI Assistant" }),
2012
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { style: { marginTop: "0.25rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("select", { className: "qt-select qt-select-sm", style: { width: "100%" }, defaultValue: "gpt-4", children: [
2013
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "", children: "Select a provider..." }),
2014
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "__user__", children: "User (you type)" }),
2015
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "gpt-4", children: "gpt-4-turbo" }),
2016
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "claude", children: "claude-3-opus" }),
2017
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "gemini", children: "gemini-pro" })
2094
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("section", { children: [
2095
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("h3", { style: { fontSize: "1.125rem", fontWeight: 700, marginBottom: "1rem", borderBottom: "1px solid var(--color-border)", paddingBottom: "0.5rem" }, children: "Connection Profile Dropdown" }),
2096
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { maxWidth: "20rem", display: "flex", flexDirection: "column", gap: "1rem" }, children: [
2097
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2098
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "AC" }) }) }),
2099
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2100
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "Alice Character" }),
2101
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-status", children: "AI Assistant" }),
2102
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { style: { marginTop: "0.25rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("select", { className: "qt-select qt-select-sm", style: { width: "100%" }, defaultValue: "gpt-4", children: [
2103
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "", children: "Select a provider..." }),
2104
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "__user__", children: "User (you type)" }),
2105
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "gpt-4", children: "gpt-4-turbo" }),
2106
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "claude", children: "claude-3-opus" }),
2107
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "gemini", children: "gemini-pro" })
2018
2108
  ] }) })
2019
2109
  ] })
2020
2110
  ] }) }),
2021
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-header", children: [
2022
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-avatar-fallback", children: "BC" }) }) }),
2023
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "qt-participant-card-info", children: [
2024
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
2025
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "qt-participant-card-name", children: "Bob Character" }),
2026
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: "qt-badge-secondary", style: { fontSize: "0.75rem" }, children: "You" })
2111
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-header", children: [
2112
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-avatar-fallback", children: "BC" }) }) }),
2113
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { className: "qt-participant-card-info", children: [
2114
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
2115
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "qt-participant-card-name", children: "Bob Character" }),
2116
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "qt-badge-secondary", style: { fontSize: "0.75rem" }, children: "You" })
2027
2117
  ] }),
2028
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { style: { marginTop: "0.25rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("select", { className: "qt-select qt-select-sm", style: { width: "100%" }, defaultValue: "__user__", children: [
2029
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "", children: "Select a provider..." }),
2030
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "__user__", children: "User (you type)" }),
2031
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "gpt-4", children: "gpt-4-turbo" }),
2032
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("option", { value: "claude", children: "claude-3-opus" })
2118
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { style: { marginTop: "0.25rem" }, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("select", { className: "qt-select qt-select-sm", style: { width: "100%" }, defaultValue: "__user__", children: [
2119
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "", children: "Select a provider..." }),
2120
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "__user__", children: "User (you type)" }),
2121
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "gpt-4", children: "gpt-4-turbo" }),
2122
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("option", { value: "claude", children: "claude-3-opus" })
2033
2123
  ] }) })
2034
2124
  ] })
2035
2125
  ] }) })
@@ -2055,6 +2145,7 @@ var Participant = () => {
2055
2145
  Participant,
2056
2146
  Spacing,
2057
2147
  Tabs,
2148
+ Terminal,
2058
2149
  ThemeComparison,
2059
2150
  Typography
2060
2151
  });