@pstdio/ui 0.6.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/dist/chat-ui.js +1270 -1080
  2. package/dist/chat-ui.js.map +1 -1
  3. package/dist/components/chat-ui/components/ai-message.d.ts +2 -0
  4. package/dist/components/chat-ui/components/chat-message-list.d.ts +12 -0
  5. package/dist/components/chat-ui/components/chat-panel.d.ts +3 -1
  6. package/dist/components/chat-ui/components/message-action-panel.d.ts +10 -0
  7. package/dist/components/chat-ui/performance/chat-mount-metrics.d.ts +37 -0
  8. package/dist/components/chat-ui/performance/chat-panel.perf.d.ts +18 -0
  9. package/dist/components/chat-ui/performance/chat-performance-fixtures.d.ts +29 -0
  10. package/dist/components/chat-ui/performance/chat-performance-panel.d.ts +23 -0
  11. package/dist/components/chat-ui/performance/chat-performance-story-utils.d.ts +30 -0
  12. package/dist/components/code-editor.d.ts +1 -1
  13. package/dist/components/diff-viewer/build-changed-files-tree.d.ts +4 -0
  14. package/dist/components/diff-viewer/diff-card-body.d.ts +34 -0
  15. package/dist/components/diff-viewer/diff-card-content.d.ts +22 -0
  16. package/dist/components/diff-viewer/diff-card-load-state.d.ts +9 -0
  17. package/dist/components/diff-viewer/diff-card.d.ts +43 -0
  18. package/dist/components/diff-viewer/diff-drawer.d.ts +33 -0
  19. package/dist/components/diff-viewer/diff-editor.d.ts +20 -0
  20. package/dist/components/diff-viewer/diff-size.d.ts +14 -0
  21. package/dist/components/diff-viewer/diff-view-adapter.d.ts +27 -0
  22. package/dist/components/diff-viewer/diff-viewer.d.ts +14 -0
  23. package/dist/components/diff-viewer/diff-viewer.store.d.ts +21 -0
  24. package/dist/components/diff-viewer/file-list-panel.d.ts +19 -0
  25. package/dist/components/diff-viewer/index.d.ts +5 -0
  26. package/dist/components/diff-viewer/types.d.ts +13 -0
  27. package/dist/components/integration-card.d.ts +12 -0
  28. package/dist/components/list-row/list-row-menu.d.ts +12 -0
  29. package/dist/components/list-row/list-row.types.d.ts +8 -0
  30. package/dist/components/palette-filter.d.ts +23 -0
  31. package/dist/components/palette-list.d.ts +11 -0
  32. package/dist/components/palette-shortcut.d.ts +4 -0
  33. package/dist/components/palette.d.ts +47 -0
  34. package/dist/components/panel-sidebar-registration-context.d.ts +12 -0
  35. package/dist/components/param-editor-label.d.ts +6 -0
  36. package/dist/components/param-editor.d.ts +2 -2
  37. package/dist/components/param-editor.types.d.ts +6 -1
  38. package/dist/components/performance-panel.d.ts +40 -0
  39. package/dist/components/{folder-picker-dialog.d.ts → repo-picker-dialog.d.ts} +6 -6
  40. package/dist/components/resizable-split-layout.d.ts +20 -0
  41. package/dist/components/resizable-split-layout.handle.d.ts +17 -0
  42. package/dist/components/resource-context-menu.d.ts +1 -0
  43. package/dist/components/session-indicator.d.ts +2 -2
  44. package/dist/components/sidebar/sidebar-header.d.ts +0 -1
  45. package/dist/components/sidebar/sidebar.types.d.ts +7 -1
  46. package/dist/components/simple-card.d.ts +5 -0
  47. package/dist/components/tree-list/tree-list.d.ts +28 -1
  48. package/dist/index.d.ts +18 -8
  49. package/dist/index.js +4356 -2292
  50. package/dist/index.js.map +1 -1
  51. package/dist/radio-DJtQY9po.js +286 -0
  52. package/dist/radio-DJtQY9po.js.map +1 -0
  53. package/dist/style.css +1 -1
  54. package/dist/theme/custom/index.d.ts +2 -0
  55. package/dist/theme/custom/vscode-theme.d.ts +32 -0
  56. package/dist/theme/index.d.ts +2 -1
  57. package/dist/theme/recipes/dialog.d.ts +1 -1
  58. package/dist/theme/recipes/drawer.d.ts +1 -1
  59. package/dist/theme/recipes/menu.d.ts +1 -1
  60. package/dist/theme/recipes/tabs.d.ts +18 -0
  61. package/dist/{theme-0SQvHr1t.js → theme-D-aCJqTf.js} +200 -123
  62. package/dist/theme-D-aCJqTf.js.map +1 -0
  63. package/dist/theme.js +6 -4
  64. package/dist/utils/apply-theme-preference.d.ts +2 -0
  65. package/package.json +5 -2
  66. package/dist/components/app-shell/app-shell.d.ts +0 -1
  67. package/dist/components/app-shell/command-palette.d.ts +0 -16
  68. package/dist/components/app-shell/file-tree.d.ts +0 -7
  69. package/dist/components/app-shell/mock-chat.d.ts +0 -2
  70. package/dist/components/app-shell/mock-data.d.ts +0 -37
  71. package/dist/components/app-shell/pages/project-list-page.d.ts +0 -7
  72. package/dist/components/app-shell/pages/sessions-page.d.ts +0 -6
  73. package/dist/components/app-shell/pages/settings-page.d.ts +0 -5
  74. package/dist/components/app-shell/pages/ticket-details-page.d.ts +0 -7
  75. package/dist/components/app-shell/pages/tickets-page.d.ts +0 -7
  76. package/dist/components/app-shell/pages/workspace-page.d.ts +0 -1
  77. package/dist/components/app-shell/resizable-panel.d.ts +0 -13
  78. package/dist/components/attached-panel.utils.d.ts +0 -6
  79. package/dist/components/diff-card.d.ts +0 -17
  80. package/dist/components/diff-drawer.d.ts +0 -7
  81. package/dist/components/diff-editor.d.ts +0 -11
  82. package/dist/components/diff-view-adapter.d.ts +0 -14
  83. package/dist/components/properties.d.ts +0 -18
  84. package/dist/radio-C42qncrD.js +0 -236
  85. package/dist/radio-C42qncrD.js.map +0 -1
  86. package/dist/theme-0SQvHr1t.js.map +0 -1
  87. /package/dist/components/{diff-bubble.d.ts → diff-viewer/diff-bubble.d.ts} +0 -0
@@ -1,11 +1,60 @@
1
- import { defineSlotRecipe as l, defineRecipe as o, defineLayerStyles as a, defineTextStyles as t, defineConfig as i, createSystem as s, defaultConfig as c } from "@chakra-ui/react";
2
- import { alertAnatomy as n, dialogAnatomy as u, drawerAnatomy as d, fieldsetAnatomy as g, menuAnatomy as b, popoverAnatomy as v, tooltipAnatomy as m } from "@chakra-ui/react/anatomy";
3
- import { progressCircleSlotRecipe as r } from "@chakra-ui/react/theme";
4
- const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted": "#75715E", "colors.fg.subtle": "#A59F85", "colors.fg.inverted": "#272822", "colors.fg.blue-dark": "#66D9EF", "colors.bg": "#272822", "colors.bg.muted": "#34352E", "colors.bg.subtle": "#1F201B", "colors.bg.hover": "#3E3D32", "colors.bg.active": "#49483E", "colors.bg.code": "#1F201B", "colors.bg.emphasized": "#49483E", "colors.bg.inverted": "#F8F8F2", "colors.bg.panel": "#1F201B", "colors.bg.dark": "#1F201B", "colors.bg.button.primary.default": "#E6DB74", "colors.bg.button.primary.hover": "#F4E98A", "colors.bg.button.primary.pressed": "#CFC25F", "colors.bg.menu-item.hover": "#3E3D32", "colors.bg.menu-item.focus": "#3E3D32", "colors.bg.menu-item.selected": "#49483E", "colors.bg.accent-primary.default": "#E6DB74", "colors.bg.accent-primary.hover": "#F4E98A", "colors.bg.accent-primary.pressed": "#CFC25F", "colors.bg.accent-primary.very-light": "#3B3A2B", "colors.bg.accent-primary.light": "#494531", "colors.bg.accent-primary.medium": "#E6DB74", "colors.bg.accent-primary.dark": "#F4E98A", "colors.bg.accent-secondary.grey-dark": "#272822", "colors.bg.accent-secondary.grey-light": "#34352E", "colors.bg.accent-secondary.red-very-light": "#3A1F1F", "colors.bg.accent-secondary.red-light": "#4A2424", "colors.bg.accent-secondary.pink-light": "#4A2039", "colors.bg.accent-secondary.pink-medium": "#F92672", "colors.bg.accent-secondary.blue-very-light": "#243A3D", "colors.bg.accent-secondary.blue-light": "#26464A", "colors.bg.accent-secondary.blue-medium": "#66D9EF", "colors.bg.accent-secondary.blue-dark": "#66D9EF", "colors.bg.accent-secondary.cyan-light": "#26464A", "colors.bg.accent-secondary.green-light": "#33401F", "colors.bg.accent-secondary.yellow-light": "#494531", "colors.bg.accent-secondary.yellow-medium": "#E6DB74", "colors.bg.accent-secondary.yellow-dark": "#F4E98A", "colors.bg.accent-secondary.sand-light": "#3E3D32", "colors.border": "#5B594A", "colors.border.muted": "#49483E", "colors.border.subtle": "#3E3D32", "colors.border.inverted": "#CFCFC2", "colors.border.accent-light": "#66D9EF", "colors.border.accent": "#66D9EF", "colors.blue.border": "#66D9EF", "colors.orange.contrast": "#272822", "colors.orange.fg": "#FD971F", "colors.orange.subtle": "#493522", "colors.orange.muted": "#5A3C20", "colors.orange.emphasized": "#7A4D1D", "colors.orange.solid": "#FD971F", "colors.orange.focusRing": "#FD971F", "colors.orange.border": "#FD971F", "colors.vis.text.primary": "#F8F8F2", "colors.vis.text.secondary": "#CFCFC2", "colors.vis.grid": "#49483E", "colors.vis.axis": "#A59F85", "colors.vis.categorical.1": "#66D9EF", "colors.vis.categorical.2": "#FD971F", "colors.vis.categorical.3": "#AE81FF", "colors.vis.categorical.4": "#F92672", "colors.vis.categorical.5": "#E6DB74", "colors.vis.categorical.6": "#A6E22E", "colors.vis.categorical.7": "#75715E", "colors.text.selectable.primary": "#272822" }, _ = {
5
- id: h,
6
- mode: p,
7
- tokens: F
8
- }, y = _, xe = [y], k = {
1
+ import { defineSlotRecipe as r, defineRecipe as a, defineLayerStyles as d, defineTextStyles as g, defineConfig as b, createSystem as v, defaultConfig as m } from "@chakra-ui/react";
2
+ import { alertAnatomy as h, dialogAnatomy as p, drawerAnatomy as F, fieldsetAnatomy as _, menuAnatomy as f, popoverAnatomy as k, tabsAnatomy as y, tooltipAnatomy as x } from "@chakra-ui/react/anatomy";
3
+ import { progressCircleSlotRecipe as i } from "@chakra-ui/react/theme";
4
+ const E = "monokai", C = "dark", S = { "colors.fg": "#F8F8F2", "colors.fg.muted": "#75715E", "colors.fg.subtle": "#A59F85", "colors.fg.inverted": "#272822", "colors.fg.blue-dark": "#66D9EF", "colors.bg": "#272822", "colors.bg.muted": "#34352E", "colors.bg.subtle": "#1F201B", "colors.bg.hover": "#3E3D32", "colors.bg.active": "#49483E", "colors.bg.code": "#1F201B", "colors.bg.emphasized": "#49483E", "colors.bg.inverted": "#F8F8F2", "colors.bg.panel": "#1F201B", "colors.bg.dark": "#1F201B", "colors.bg.button.primary.default": "#E6DB74", "colors.bg.button.primary.hover": "#F4E98A", "colors.bg.button.primary.pressed": "#CFC25F", "colors.bg.menu-item.hover": "#3E3D32", "colors.bg.menu-item.focus": "#3E3D32", "colors.bg.menu-item.selected": "#49483E", "colors.bg.accent-primary.default": "#E6DB74", "colors.bg.accent-primary.hover": "#F4E98A", "colors.bg.accent-primary.pressed": "#CFC25F", "colors.bg.accent-primary.very-light": "#3B3A2B", "colors.bg.accent-primary.light": "#494531", "colors.bg.accent-primary.medium": "#E6DB74", "colors.bg.accent-primary.dark": "#F4E98A", "colors.bg.accent-secondary.grey-dark": "#272822", "colors.bg.accent-secondary.grey-light": "#34352E", "colors.bg.accent-secondary.red-very-light": "#3A1F1F", "colors.bg.accent-secondary.red-light": "#4A2424", "colors.bg.accent-secondary.pink-light": "#4A2039", "colors.bg.accent-secondary.pink-medium": "#F92672", "colors.bg.accent-secondary.blue-very-light": "#243A3D", "colors.bg.accent-secondary.blue-light": "#26464A", "colors.bg.accent-secondary.blue-medium": "#66D9EF", "colors.bg.accent-secondary.blue-dark": "#66D9EF", "colors.bg.accent-secondary.cyan-light": "#26464A", "colors.bg.accent-secondary.green-light": "#33401F", "colors.bg.accent-secondary.yellow-light": "#494531", "colors.bg.accent-secondary.yellow-medium": "#E6DB74", "colors.bg.accent-secondary.yellow-dark": "#F4E98A", "colors.bg.accent-secondary.sand-light": "#3E3D32", "colors.border": "#5B594A", "colors.border.muted": "#49483E", "colors.border.subtle": "#3E3D32", "colors.border.inverted": "#CFCFC2", "colors.border.accent-light": "#66D9EF", "colors.border.accent": "#66D9EF", "colors.blue.border": "#66D9EF", "colors.orange.contrast": "#272822", "colors.orange.fg": "#FD971F", "colors.orange.subtle": "#493522", "colors.orange.muted": "#5A3C20", "colors.orange.emphasized": "#7A4D1D", "colors.orange.solid": "#FD971F", "colors.orange.focusRing": "#FD971F", "colors.orange.border": "#FD971F", "colors.vis.text.primary": "#F8F8F2", "colors.vis.text.secondary": "#CFCFC2", "colors.vis.grid": "#49483E", "colors.vis.axis": "#A59F85", "colors.vis.categorical.1": "#66D9EF", "colors.vis.categorical.2": "#FD971F", "colors.vis.categorical.3": "#AE81FF", "colors.vis.categorical.4": "#F92672", "colors.vis.categorical.5": "#E6DB74", "colors.vis.categorical.6": "#A6E22E", "colors.vis.categorical.7": "#75715E", "colors.text.selectable.primary": "#272822" }, D = {
5
+ id: E,
6
+ mode: C,
7
+ tokens: S
8
+ }, A = {
9
+ "editor.background": ["colors.bg", "colors.bg.code"],
10
+ "editor.foreground": ["colors.fg"],
11
+ "editorWidget.background": ["colors.bg.panel"],
12
+ "sideBar.background": ["colors.bg.panel"],
13
+ "panel.background": ["colors.bg.panel"],
14
+ "input.background": ["colors.bg.subtle"],
15
+ "input.foreground": ["colors.fg"],
16
+ "input.border": ["colors.border"],
17
+ "dropdown.background": ["colors.bg.panel"],
18
+ "menu.background": ["colors.bg.panel", "colors.bg.menu-item.default"],
19
+ "menu.foreground": ["colors.fg.menu-item.default"],
20
+ "menu.selectionBackground": ["colors.bg.menu-item.selected"],
21
+ "button.background": ["colors.bg.button.primary.default", "colors.bg.accent-primary.default"],
22
+ "button.hoverBackground": ["colors.bg.button.primary.hover", "colors.bg.accent-primary.hover"],
23
+ "button.foreground": ["colors.fg.button.primary.default"],
24
+ focusBorder: ["colors.border.accent"],
25
+ foreground: ["colors.fg"],
26
+ descriptionForeground: ["colors.fg.muted"],
27
+ disabledForeground: ["colors.fg.subtle"],
28
+ border: ["colors.border"]
29
+ }, w = (o) => o.replace(/^#/, ""), We = (o) => {
30
+ const t = {}, l = o.theme.colors ?? {};
31
+ for (const [c, s] of Object.entries(A)) {
32
+ const n = l[c];
33
+ if (n)
34
+ for (const u of s) t[u] = n;
35
+ }
36
+ return {
37
+ id: o.id,
38
+ mode: o.mode,
39
+ tokens: t
40
+ };
41
+ }, Le = (o) => {
42
+ const t = (o.theme.tokenColors ?? []).flatMap((l) => (Array.isArray(l.scope) ? l.scope : l.scope ? [l.scope] : []).map((s) => ({
43
+ token: s,
44
+ ...l.settings?.foreground ? {
45
+ foreground: w(l.settings.foreground)
46
+ } : {},
47
+ ...l.settings?.fontStyle ? {
48
+ fontStyle: l.settings.fontStyle
49
+ } : {}
50
+ })));
51
+ return {
52
+ base: o.mode === "dark" ? "vs-dark" : "vs",
53
+ inherit: !0,
54
+ rules: t,
55
+ colors: o.theme.colors ?? {}
56
+ };
57
+ }, B = D, Te = [B], z = {
9
58
  "*::selection": {
10
59
  bg: {
11
60
  base: "bg.accent-secondary.blue-medium",
@@ -63,7 +112,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
63
112
  fontSize: "1.5rem"
64
113
  }
65
114
  }
66
- }, x = {
115
+ }, R = {
67
116
  DEFAULT: {
68
117
  value: "#0A0D15"
69
118
  },
@@ -112,7 +161,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
112
161
  1e3: {
113
162
  value: "#000000"
114
163
  }
115
- }, f = {
164
+ }, W = {
116
165
  DEFAULT: {
117
166
  value: "#5098FF"
118
167
  },
@@ -146,7 +195,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
146
195
  900: {
147
196
  value: "#002862"
148
197
  }
149
- }, E = {
198
+ }, L = {
150
199
  DEFAULT: {
151
200
  value: "#3A4BE4"
152
201
  },
@@ -183,7 +232,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
183
232
  900: {
184
233
  value: "#0A125A"
185
234
  }
186
- }, C = {
235
+ }, T = {
187
236
  DEFAULT: {
188
237
  value: "#E054EC"
189
238
  },
@@ -220,7 +269,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
220
269
  900: {
221
270
  value: "#520659"
222
271
  }
223
- }, S = {
272
+ }, H = {
224
273
  DEFAULT: {
225
274
  value: "#FBD8CE"
226
275
  },
@@ -254,7 +303,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
254
303
  900: {
255
304
  value: "#522923"
256
305
  }
257
- }, D = {
306
+ }, M = {
258
307
  DEFAULT: {
259
308
  value: "#FF3232"
260
309
  },
@@ -288,7 +337,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
288
337
  900: {
289
338
  value: "#580707"
290
339
  }
291
- }, A = {
340
+ }, U = {
292
341
  DEFAULT: {
293
342
  value: "#F78C25"
294
343
  },
@@ -322,7 +371,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
322
371
  900: {
323
372
  value: "#552107"
324
373
  }
325
- }, w = {
374
+ }, P = {
326
375
  DEFAULT: {
327
376
  value: "#FFD643"
328
377
  },
@@ -362,7 +411,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
362
411
  900: {
363
412
  value: "#644E00"
364
413
  }
365
- }, B = {
414
+ }, V = {
366
415
  DEFAULT: {
367
416
  value: "#2DD665"
368
417
  },
@@ -396,7 +445,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
396
445
  900: {
397
446
  value: "#003110"
398
447
  }
399
- }, z = {
448
+ }, X = {
400
449
  DEFAULT: {
401
450
  value: "#3EECC4"
402
451
  },
@@ -430,7 +479,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
430
479
  900: {
431
480
  value: "#024F3D"
432
481
  }
433
- }, R = {
482
+ }, I = {
434
483
  DEFAULT: {
435
484
  value: "#5CDCFF"
436
485
  },
@@ -464,7 +513,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
464
513
  900: {
465
514
  value: "#005B73"
466
515
  }
467
- }, W = {
516
+ }, O = {
468
517
  DEFAULT: {
469
518
  value: "#8B47FF"
470
519
  },
@@ -498,7 +547,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
498
547
  900: {
499
548
  value: "#1E0050"
500
549
  }
501
- }, L = {
550
+ }, Y = {
502
551
  DEFAULT: {
503
552
  value: "#F4F2EC"
504
553
  },
@@ -532,7 +581,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
532
581
  900: {
533
582
  value: "#E8CECE"
534
583
  }
535
- }, H = {
584
+ }, $ = {
536
585
  50: {
537
586
  value: "#FCFDFC"
538
587
  },
@@ -575,30 +624,30 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
575
624
  950: {
576
625
  value: "#10141B"
577
626
  }
578
- }, T = {
627
+ }, j = {
579
628
  100: {
580
629
  value: "#D3ECEE"
581
630
  },
582
631
  200: {
583
632
  value: "#B3DEE2"
584
633
  }
585
- }, U = {
586
- sand: L,
587
- blacks: x,
588
- blue: f,
589
- sapphire: E,
590
- pink: C,
591
- peach: S,
592
- red: D,
593
- orange: A,
594
- yellow: w,
595
- green: B,
596
- teal: z,
597
- cyan: R,
598
- purple: W,
599
- neutral: H,
600
- mint: T
601
- }, M = {
634
+ }, q = {
635
+ sand: Y,
636
+ blacks: R,
637
+ blue: W,
638
+ sapphire: L,
639
+ pink: T,
640
+ peach: H,
641
+ red: M,
642
+ orange: U,
643
+ yellow: P,
644
+ green: V,
645
+ teal: X,
646
+ cyan: I,
647
+ purple: O,
648
+ neutral: $,
649
+ mint: j
650
+ }, G = {
602
651
  display: {
603
652
  value: "'Playfair Display', serif"
604
653
  },
@@ -614,7 +663,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
614
663
  body: {
615
664
  value: "Inter, sans-serif"
616
665
  }
617
- }, X = {
666
+ }, J = {
618
667
  xs: {
619
668
  value: "0.625rem"
620
669
  },
@@ -679,7 +728,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
679
728
  value: "1.25rem"
680
729
  }
681
730
  // 20px
682
- }, V = {
731
+ }, K = {
683
732
  regular: {
684
733
  value: 400
685
734
  },
@@ -719,7 +768,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
719
768
  900: "4.5rem",
720
769
  // 96px
721
770
  1600: "8rem"
722
- }, P = {
771
+ }, N = {
723
772
  none: {
724
773
  value: "0"
725
774
  },
@@ -759,7 +808,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
759
808
  "5xl": {
760
809
  value: e[1600]
761
810
  }
762
- }, I = {
811
+ }, Q = {
763
812
  none: {
764
813
  value: "0"
765
814
  },
@@ -784,15 +833,15 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
784
833
  full: {
785
834
  value: "100%"
786
835
  }
787
- }, O = l({
788
- slots: n.keys(),
836
+ }, Z = r({
837
+ slots: h.keys(),
789
838
  base: {
790
839
  root: {
791
840
  pt: "xs",
792
841
  pb: "xs"
793
842
  }
794
843
  }
795
- }), Y = o({
844
+ }), ee = a({
796
845
  base: {
797
846
  borderRadius: "sm",
798
847
  transition: "all 0.1s ease-in-out",
@@ -985,19 +1034,19 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
985
1034
  size: "md",
986
1035
  variant: "outline"
987
1036
  }
988
- }), $ = l({
989
- slots: u.keys(),
1037
+ }), le = r({
1038
+ slots: p.keys(),
990
1039
  base: {
991
1040
  content: {
992
1041
  bg: "bg"
993
1042
  }
994
1043
  }
995
- }), j = o({
1044
+ }), oe = a({
996
1045
  base: {
997
1046
  borderColor: "border"
998
1047
  }
999
- }), q = l({
1000
- slots: d.keys(),
1048
+ }), re = r({
1049
+ slots: F.keys(),
1001
1050
  base: {
1002
1051
  header: {
1003
1052
  fontWeight: "medium",
@@ -1008,7 +1057,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1008
1057
  bg: "bg"
1009
1058
  }
1010
1059
  }
1011
- }), G = l({
1060
+ }), ae = r({
1012
1061
  slots: ["preview", "input", "textarea"],
1013
1062
  base: {
1014
1063
  preview: {
@@ -1057,14 +1106,14 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1057
1106
  }
1058
1107
  }
1059
1108
  }
1060
- }), J = l({
1061
- slots: g.keys(),
1109
+ }), te = r({
1110
+ slots: _.keys(),
1062
1111
  base: {
1063
1112
  legend: {
1064
1113
  mb: "2xs"
1065
1114
  }
1066
1115
  }
1067
- }), K = o({
1116
+ }), se = a({
1068
1117
  base: {
1069
1118
  px: "sm",
1070
1119
  borderRadius: "sm",
@@ -1096,7 +1145,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1096
1145
  }
1097
1146
  }
1098
1147
  }
1099
- }), N = o({
1148
+ }), ie = a({
1100
1149
  base: {
1101
1150
  display: "inline-flex",
1102
1151
  alignItems: "center",
@@ -1159,8 +1208,8 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1159
1208
  size: "md",
1160
1209
  variant: "raised"
1161
1210
  }
1162
- }), Q = l({
1163
- slots: b.keys(),
1211
+ }), ce = r({
1212
+ slots: f.keys(),
1164
1213
  base: {
1165
1214
  itemGroupLabel: {
1166
1215
  ml: "{2xs}",
@@ -1196,8 +1245,8 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1196
1245
  textStyle: "label/M/regular"
1197
1246
  }
1198
1247
  }
1199
- }), Z = l({
1200
- slots: v.keys(),
1248
+ }), ne = r({
1249
+ slots: k.keys(),
1201
1250
  base: {
1202
1251
  positioner: {
1203
1252
  _focus: {
@@ -1250,12 +1299,12 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1250
1299
  }
1251
1300
  }
1252
1301
  }
1253
- }), ee = r.variants?.size ?? {}, le = {
1254
- ...r,
1302
+ }), ue = i.variants?.size ?? {}, de = {
1303
+ ...i,
1255
1304
  variants: {
1256
- ...r.variants,
1305
+ ...i.variants,
1257
1306
  size: {
1258
- ...ee,
1307
+ ...ue,
1259
1308
  "2xs": {
1260
1309
  circle: {
1261
1310
  "--size": "14px",
@@ -1267,12 +1316,37 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1267
1316
  }
1268
1317
  }
1269
1318
  }
1270
- }, oe = o({
1319
+ }, ge = a({
1271
1320
  base: {
1272
1321
  "--start-color": "fg",
1273
1322
  "--end-color": "fg.muted"
1274
1323
  }
1275
- }), re = o({
1324
+ }), be = r({
1325
+ slots: y.keys(),
1326
+ base: {
1327
+ trigger: {
1328
+ borderRadius: "0"
1329
+ }
1330
+ },
1331
+ variants: {
1332
+ variant: {
1333
+ subtle: {
1334
+ trigger: {
1335
+ color: "fg.muted",
1336
+ bg: "transparent",
1337
+ _hover: {
1338
+ bg: "bg.hover",
1339
+ color: "fg"
1340
+ },
1341
+ _selected: {
1342
+ bg: "bg.muted",
1343
+ color: "fg"
1344
+ }
1345
+ }
1346
+ }
1347
+ }
1348
+ }
1349
+ }), ve = a({
1276
1350
  base: {
1277
1351
  paddingX: "sm",
1278
1352
  paddingY: "xs",
@@ -1298,8 +1372,8 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1298
1372
  color: "fg.subtle"
1299
1373
  }
1300
1374
  }
1301
- }), ae = l({
1302
- slots: m.keys(),
1375
+ }), me = r({
1376
+ slots: x.keys(),
1303
1377
  base: {
1304
1378
  content: {
1305
1379
  bg: "bg.inverted",
@@ -1309,7 +1383,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1309
1383
  bg: "bg.inverted"
1310
1384
  }
1311
1385
  }
1312
- }), te = {
1386
+ }), he = {
1313
1387
  DEFAULT: {
1314
1388
  value: "1px solid {colors.border}"
1315
1389
  },
@@ -1328,7 +1402,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1328
1402
  "accent-light": {
1329
1403
  value: "1px solid {colors.border.accent-light}"
1330
1404
  }
1331
- }, ie = {
1405
+ }, pe = {
1332
1406
  DEFAULT: {
1333
1407
  value: {
1334
1408
  _light: "{colors.blacks.800}",
@@ -1412,7 +1486,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1412
1486
  value: "{colors.fg.muted}"
1413
1487
  }
1414
1488
  }
1415
- }, se = {
1489
+ }, Fe = {
1416
1490
  DEFAULT: {
1417
1491
  value: {
1418
1492
  _light: "{colors.blacks.50}",
@@ -1674,7 +1748,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1674
1748
  }
1675
1749
  }
1676
1750
  }
1677
- }, ce = {
1751
+ }, _e = {
1678
1752
  DEFAULT: {
1679
1753
  value: {
1680
1754
  _light: "{colors.neutral.500}",
@@ -1716,14 +1790,14 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1716
1790
  value: "{colors.border.muted}"
1717
1791
  }
1718
1792
  }
1719
- }, ne = {
1793
+ }, fe = {
1720
1794
  border: {
1721
1795
  value: {
1722
1796
  _light: "{colors.mint.200}",
1723
1797
  _dark: "{colors.mint.200}"
1724
1798
  }
1725
1799
  }
1726
- }, ue = {
1800
+ }, ke = {
1727
1801
  contrast: {
1728
1802
  value: {
1729
1803
  _light: "black",
@@ -1772,7 +1846,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1772
1846
  _dark: "{colors.orange.500}"
1773
1847
  }
1774
1848
  }
1775
- }, de = {
1849
+ }, ye = {
1776
1850
  text: {
1777
1851
  primary: {
1778
1852
  value: {
@@ -1933,7 +2007,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1933
2007
  }
1934
2008
  }
1935
2009
  }
1936
- }, ge = {
2010
+ }, xe = {
1937
2011
  selectable: {
1938
2012
  primary: {
1939
2013
  value: {
@@ -1942,15 +2016,15 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1942
2016
  }
1943
2017
  }
1944
2018
  }
1945
- }, be = {
1946
- fg: ie,
1947
- bg: se,
1948
- border: ce,
1949
- blue: ne,
1950
- orange: ue,
1951
- vis: de,
1952
- text: ge
1953
- }, ve = a({
2019
+ }, Ee = {
2020
+ fg: pe,
2021
+ bg: Fe,
2022
+ border: _e,
2023
+ blue: fe,
2024
+ orange: ke,
2025
+ vis: ye,
2026
+ text: xe
2027
+ }, Ce = d({
1954
2028
  modal: {
1955
2029
  value: {
1956
2030
  paddingInline: "xs",
@@ -1962,7 +2036,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1962
2036
  boxShadow: "mid"
1963
2037
  }
1964
2038
  }
1965
- }), me = {
2039
+ }), Se = {
1966
2040
  "low-light": {
1967
2041
  value: "0px 2px 4px 0px rgba(0, 0, 0, 0.10)"
1968
2042
  },
@@ -1993,7 +2067,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1993
2067
  "desktop-icon-label-text-selected-dark": {
1994
2068
  value: "0px 2px 4px rgba(37, 99, 235, 0.75)"
1995
2069
  }
1996
- }, he = {
2070
+ }, De = {
1997
2071
  low: {
1998
2072
  value: {
1999
2073
  _light: "{shadows.low-light}",
@@ -2024,7 +2098,7 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2024
2098
  _dark: "{shadows.desktop-icon-label-text-selected-dark}"
2025
2099
  }
2026
2100
  }
2027
- }, pe = t({
2101
+ }, Ae = g({
2028
2102
  brand: {
2029
2103
  value: {
2030
2104
  fontFamily: "brand",
@@ -2257,53 +2331,56 @@ const h = "monokai", p = "dark", F = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2257
2331
  letterSpacing: "0.14px"
2258
2332
  }
2259
2333
  }
2260
- }), Fe = i({
2261
- globalCss: k,
2334
+ }), we = b({
2335
+ globalCss: z,
2262
2336
  theme: {
2263
2337
  breakpoints: {
2264
2338
  "3xl": "2560px",
2265
2339
  "4xl": "3840px"
2266
2340
  },
2267
- textStyles: pe,
2268
- layerStyles: ve,
2341
+ textStyles: Ae,
2342
+ layerStyles: Ce,
2269
2343
  recipes: {
2270
- button: Y,
2271
- divider: j,
2272
- input: K,
2273
- kbd: N,
2274
- skeleton: oe,
2275
- textarea: re
2344
+ button: ee,
2345
+ divider: oe,
2346
+ input: se,
2347
+ kbd: ie,
2348
+ skeleton: ge,
2349
+ textarea: ve
2276
2350
  },
2277
2351
  tokens: {
2278
- colors: U,
2279
- fonts: M,
2280
- fontSizes: X,
2281
- fontWeights: V,
2282
- radii: I,
2283
- shadows: me,
2284
- spacing: P
2352
+ colors: q,
2353
+ fonts: G,
2354
+ fontSizes: J,
2355
+ fontWeights: K,
2356
+ radii: Q,
2357
+ shadows: Se,
2358
+ spacing: N
2285
2359
  },
2286
2360
  semanticTokens: {
2287
- colors: be,
2288
- borders: te,
2289
- shadows: he
2361
+ colors: Ee,
2362
+ borders: he,
2363
+ shadows: De
2290
2364
  },
2291
2365
  slotRecipes: {
2292
- alert: O,
2293
- drawer: q,
2294
- tooltip: ae,
2295
- popover: Z,
2296
- menu: Q,
2297
- editable: G,
2298
- form: J,
2299
- dialog: $,
2300
- progressCircle: le
2366
+ alert: Z,
2367
+ drawer: re,
2368
+ tooltip: me,
2369
+ popover: ne,
2370
+ menu: ce,
2371
+ editable: ae,
2372
+ form: te,
2373
+ dialog: le,
2374
+ progressCircle: de,
2375
+ tabs: be
2301
2376
  }
2302
2377
  }
2303
- }), fe = s(c, Fe);
2378
+ }), He = v(m, we);
2304
2379
  export {
2305
- xe as c,
2306
- y as m,
2307
- fe as t
2380
+ We as a,
2381
+ Te as b,
2382
+ Le as c,
2383
+ B as m,
2384
+ He as t
2308
2385
  };
2309
- //# sourceMappingURL=theme-0SQvHr1t.js.map
2386
+ //# sourceMappingURL=theme-D-aCJqTf.js.map