@pstdio/ui 0.5.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/dist/{MermaidComponent-DDCxR-Gs.js → MermaidComponent-D7Baqkwx.js} +2 -2
  2. package/dist/{MermaidComponent-DDCxR-Gs.js.map → MermaidComponent-D7Baqkwx.js.map} +1 -1
  3. package/dist/chat-ui.js +1272 -1080
  4. package/dist/chat-ui.js.map +1 -1
  5. package/dist/components/activity/activity-avatar.d.ts +9 -0
  6. package/dist/components/activity/activity-comment.d.ts +19 -0
  7. package/dist/components/activity/activity-composer.d.ts +18 -0
  8. package/dist/components/activity/activity-event.d.ts +12 -0
  9. package/dist/components/activity/activity-root.d.ts +15 -0
  10. package/dist/components/activity/activity-timeline.d.ts +6 -0
  11. package/dist/components/activity/activity.types.d.ts +5 -0
  12. package/dist/components/activity/index.d.ts +25 -0
  13. package/dist/components/chat-ui/components/ai-conversation.d.ts +4 -4
  14. package/dist/components/chat-ui/components/ai-message.d.ts +2 -0
  15. package/dist/components/chat-ui/components/chat-message-list.d.ts +12 -0
  16. package/dist/components/chat-ui/components/chat-panel.d.ts +3 -1
  17. package/dist/components/chat-ui/components/message-action-panel.d.ts +10 -0
  18. package/dist/components/chat-ui/performance/chat-mount-metrics.d.ts +37 -0
  19. package/dist/components/chat-ui/performance/chat-panel.perf.d.ts +18 -0
  20. package/dist/components/chat-ui/performance/chat-performance-fixtures.d.ts +29 -0
  21. package/dist/components/chat-ui/performance/chat-performance-panel.d.ts +23 -0
  22. package/dist/components/chat-ui/performance/chat-performance-story-utils.d.ts +30 -0
  23. package/dist/components/code-editor.d.ts +1 -1
  24. package/dist/components/diff-viewer/build-changed-files-tree.d.ts +4 -0
  25. package/dist/components/diff-viewer/diff-card-body.d.ts +34 -0
  26. package/dist/components/diff-viewer/diff-card-content.d.ts +22 -0
  27. package/dist/components/diff-viewer/diff-card-load-state.d.ts +9 -0
  28. package/dist/components/diff-viewer/diff-card.d.ts +43 -0
  29. package/dist/components/diff-viewer/diff-drawer.d.ts +33 -0
  30. package/dist/components/diff-viewer/diff-editor.d.ts +20 -0
  31. package/dist/components/diff-viewer/diff-size.d.ts +14 -0
  32. package/dist/components/diff-viewer/diff-view-adapter.d.ts +27 -0
  33. package/dist/components/diff-viewer/diff-viewer.d.ts +14 -0
  34. package/dist/components/diff-viewer/diff-viewer.store.d.ts +21 -0
  35. package/dist/components/diff-viewer/file-list-panel.d.ts +19 -0
  36. package/dist/components/diff-viewer/index.d.ts +5 -0
  37. package/dist/components/diff-viewer/types.d.ts +13 -0
  38. package/dist/components/integration-card.d.ts +12 -0
  39. package/dist/components/list-row/list-row-menu.d.ts +12 -0
  40. package/dist/components/list-row/list-row.types.d.ts +8 -0
  41. package/dist/components/palette-filter.d.ts +23 -0
  42. package/dist/components/palette-list.d.ts +11 -0
  43. package/dist/components/palette-shortcut.d.ts +4 -0
  44. package/dist/components/palette.d.ts +47 -0
  45. package/dist/components/panel-sidebar-registration-context.d.ts +12 -0
  46. package/dist/components/param-editor-label.d.ts +6 -0
  47. package/dist/components/param-editor.d.ts +2 -2
  48. package/dist/components/param-editor.types.d.ts +6 -1
  49. package/dist/components/performance-panel.d.ts +40 -0
  50. package/dist/components/{folder-picker-dialog.d.ts → repo-picker-dialog.d.ts} +6 -6
  51. package/dist/components/resizable-split-layout.d.ts +20 -0
  52. package/dist/components/resizable-split-layout.handle.d.ts +17 -0
  53. package/dist/components/resource-context-menu.d.ts +1 -0
  54. package/dist/components/rich-text/shared/editor-config.d.ts +1 -0
  55. package/dist/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/floating-toolbar-buttons.d.ts +16 -0
  56. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/commands.d.ts +2 -0
  57. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/index.d.ts +3 -0
  58. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/link-editor-content.d.ts +18 -0
  59. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/link-edit-state.d.ts +1 -0
  60. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/selection-link-url.d.ts +2 -0
  61. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.d.ts +1 -1
  62. package/dist/components/rich-text/shared/transformers/markdown-transformers-test-utils.d.ts +3 -0
  63. package/dist/components/rich-text/shared/transformers/markdown-transformers.d.ts +1 -0
  64. package/dist/components/session-indicator.d.ts +2 -2
  65. package/dist/components/sidebar/sidebar-header.d.ts +0 -1
  66. package/dist/components/sidebar/sidebar.types.d.ts +7 -1
  67. package/dist/components/simple-card.d.ts +5 -0
  68. package/dist/components/tree-list/tree-list.d.ts +28 -1
  69. package/dist/index.d.ts +20 -8
  70. package/dist/index.js +4771 -2446
  71. package/dist/index.js.map +1 -1
  72. package/dist/radio-DJtQY9po.js +286 -0
  73. package/dist/radio-DJtQY9po.js.map +1 -0
  74. package/dist/{rich-message-DeJwzVeV.js → rich-message-33DPxuWJ.js} +502 -464
  75. package/dist/rich-message-33DPxuWJ.js.map +1 -0
  76. package/dist/rich-text.js +738 -414
  77. package/dist/rich-text.js.map +1 -1
  78. package/dist/style.css +1 -1
  79. package/dist/theme/custom/index.d.ts +2 -0
  80. package/dist/theme/custom/vscode-theme.d.ts +32 -0
  81. package/dist/theme/index.d.ts +2 -1
  82. package/dist/theme/recipes/alert.d.ts +1 -1
  83. package/dist/theme/recipes/dialog.d.ts +1 -1
  84. package/dist/theme/recipes/drawer.d.ts +1 -1
  85. package/dist/theme/recipes/menu.d.ts +1 -1
  86. package/dist/theme/recipes/popover.d.ts +1 -1
  87. package/dist/theme/recipes/tabs.d.ts +18 -0
  88. package/dist/theme/tokens/borders.d.ts +6 -24
  89. package/dist/theme/tokens/colors.d.ts +168 -168
  90. package/dist/theme/tokens/shadows.d.ts +5 -5
  91. package/dist/{theme-Dq4r3aRE.js → theme-D-aCJqTf.js} +295 -236
  92. package/dist/theme-D-aCJqTf.js.map +1 -0
  93. package/dist/theme.js +6 -4
  94. package/dist/utils/apply-theme-preference.d.ts +2 -0
  95. package/package.json +4 -1
  96. package/dist/components/app-shell/app-shell.d.ts +0 -1
  97. package/dist/components/app-shell/command-palette.d.ts +0 -16
  98. package/dist/components/app-shell/file-tree.d.ts +0 -7
  99. package/dist/components/app-shell/mock-chat.d.ts +0 -2
  100. package/dist/components/app-shell/mock-data.d.ts +0 -37
  101. package/dist/components/app-shell/pages/project-list-page.d.ts +0 -7
  102. package/dist/components/app-shell/pages/sessions-page.d.ts +0 -6
  103. package/dist/components/app-shell/pages/settings-page.d.ts +0 -5
  104. package/dist/components/app-shell/pages/ticket-details-page.d.ts +0 -7
  105. package/dist/components/app-shell/pages/tickets-page.d.ts +0 -7
  106. package/dist/components/app-shell/pages/workspace-page.d.ts +0 -1
  107. package/dist/components/app-shell/resizable-panel.d.ts +0 -13
  108. package/dist/components/attached-panel.utils.d.ts +0 -6
  109. package/dist/components/diff-card.d.ts +0 -17
  110. package/dist/components/diff-drawer.d.ts +0 -7
  111. package/dist/components/diff-editor.d.ts +0 -11
  112. package/dist/components/diff-view-adapter.d.ts +0 -14
  113. package/dist/components/properties.d.ts +0 -18
  114. package/dist/radio-C42qncrD.js +0 -236
  115. package/dist/radio-C42qncrD.js.map +0 -1
  116. package/dist/rich-message-DeJwzVeV.js.map +0 -1
  117. package/dist/theme-Dq4r3aRE.js.map +0 -1
  118. /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 r, defineTextStyles as s, defineConfig as t, createSystem as c, defaultConfig as i } from "@chakra-ui/react";
2
- import { alertAnatomy as n, dialogAnatomy as u, drawerAnatomy as d, fieldsetAnatomy as b, menuAnatomy as g, popoverAnatomy as v, tooltipAnatomy as m } from "@chakra-ui/react/anatomy";
3
- import { progressCircleSlotRecipe as a } from "@chakra-ui/react/theme";
4
- const p = "monokai", F = "dark", h = { "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" }, k = {
5
- id: p,
6
- mode: F,
7
- tokens: h
8
- }, x = k, fe = [x], y = {
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 p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
63
112
  fontSize: "1.5rem"
64
113
  }
65
114
  }
66
- }, f = {
115
+ }, R = {
67
116
  DEFAULT: {
68
117
  value: "#0A0D15"
69
118
  },
@@ -112,7 +161,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
112
161
  1e3: {
113
162
  value: "#000000"
114
163
  }
115
- }, _ = {
164
+ }, W = {
116
165
  DEFAULT: {
117
166
  value: "#5098FF"
118
167
  },
@@ -146,7 +195,7 @@ const p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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: f,
588
- blue: _,
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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1057
1106
  }
1058
1107
  }
1059
1108
  }
1060
- }), J = l({
1061
- slots: b.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 p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1159
1208
  size: "md",
1160
1209
  variant: "raised"
1161
1210
  }
1162
- }), Q = l({
1163
- slots: g.keys(),
1211
+ }), ce = r({
1212
+ slots: f.keys(),
1164
1213
  base: {
1165
1214
  itemGroupLabel: {
1166
1215
  ml: "{2xs}",
@@ -1196,8 +1245,8 @@ const p = "monokai", F = "dark", h = { "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 p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1250
1299
  }
1251
1300
  }
1252
1301
  }
1253
- }), ee = a.variants?.size ?? {}, le = {
1254
- ...a,
1302
+ }), ue = i.variants?.size ?? {}, de = {
1303
+ ...i,
1255
1304
  variants: {
1256
- ...a.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 p = "monokai", F = "dark", h = { "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
- }), ae = 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 p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1298
1372
  color: "fg.subtle"
1299
1373
  }
1300
1374
  }
1301
- }), re = l({
1302
- slots: m.keys(),
1375
+ }), me = r({
1376
+ slots: x.keys(),
1303
1377
  base: {
1304
1378
  content: {
1305
1379
  bg: "bg.inverted",
@@ -1309,103 +1383,85 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1309
1383
  bg: "bg.inverted"
1310
1384
  }
1311
1385
  }
1312
- }), se = {
1386
+ }), he = {
1313
1387
  DEFAULT: {
1314
- value: {
1315
- base: "1px solid {colors.blacks.400}",
1316
- _dark: "1px solid {colors.blacks.600}"
1317
- }
1388
+ value: "1px solid {colors.border}"
1318
1389
  },
1319
1390
  muted: {
1320
- value: {
1321
- base: "1px solid {colors.blacks.300}",
1322
- _dark: "1px solid {colors.blacks.700}"
1323
- }
1391
+ value: "1px solid {colors.border.muted}"
1324
1392
  },
1325
1393
  subtle: {
1326
- value: {
1327
- base: "1px solid {colors.blacks.300}",
1328
- _dark: "1px solid {colors.blacks.50}"
1329
- }
1394
+ value: "1px solid {colors.border.subtle}"
1330
1395
  },
1331
1396
  inverted: {
1332
- value: {
1333
- base: "1px solid {colors.blacks.400}",
1334
- _dark: "1px solid {colors.blacks.600}"
1335
- }
1397
+ value: "1px solid {colors.border.inverted}"
1336
1398
  },
1337
1399
  accent: {
1338
- value: {
1339
- base: "1px solid {colors.blue.700}",
1340
- _dark: "1px solid {colors.blue.200}"
1341
- }
1400
+ value: "1px solid {colors.border.accent}"
1342
1401
  },
1343
1402
  "accent-light": {
1344
- value: {
1345
- base: "1px solid {colors.blue.200}",
1346
- _dark: "1px solid {colors.blue.900}"
1347
- }
1403
+ value: "1px solid {colors.border.accent-light}"
1348
1404
  }
1349
- }, te = {
1405
+ }, pe = {
1350
1406
  DEFAULT: {
1351
1407
  value: {
1352
- base: "{colors.blacks.800}",
1408
+ _light: "{colors.blacks.800}",
1353
1409
  _dark: "{colors.blacks.200}"
1354
1410
  }
1355
1411
  },
1356
1412
  muted: {
1357
1413
  value: {
1358
- base: "{colors.blacks.450}",
1414
+ _light: "{colors.blacks.450}",
1359
1415
  _dark: "{colors.blacks.500}"
1360
1416
  }
1361
1417
  },
1362
1418
  subtle: {
1363
1419
  value: {
1364
- base: "{colors.blacks.400}",
1420
+ _light: "{colors.blacks.400}",
1365
1421
  _dark: "{colors.blacks.600}"
1366
1422
  }
1367
1423
  },
1368
1424
  inverted: {
1369
1425
  value: {
1370
- base: "{colors.blacks.50}",
1426
+ _light: "{colors.blacks.50}",
1371
1427
  _dark: "{colors.blacks.800}"
1372
1428
  }
1373
1429
  },
1374
1430
  success: {
1375
1431
  value: {
1376
- base: "{colors.green.400}",
1432
+ _light: "{colors.green.400}",
1377
1433
  _dark: "{colors.green.400}"
1378
1434
  }
1379
1435
  },
1380
1436
  error: {
1381
1437
  value: {
1382
- base: "{colors.red.400}",
1438
+ _light: "{colors.red.400}",
1383
1439
  _dark: "{colors.red.400}"
1384
1440
  }
1385
1441
  },
1386
1442
  accent: {
1387
1443
  "pink-dark": {
1388
1444
  value: {
1389
- base: "{colors.pink.700}",
1445
+ _light: "{colors.pink.700}",
1390
1446
  _dark: "{colors.pink.50}"
1391
1447
  }
1392
1448
  }
1393
1449
  },
1394
1450
  "green-dark": {
1395
1451
  value: {
1396
- base: "{colors.green.700}",
1452
+ _light: "{colors.green.700}",
1397
1453
  _dark: "{colors.green.50}"
1398
1454
  }
1399
1455
  },
1400
1456
  "blue-dark": {
1401
1457
  value: {
1402
- base: "{colors.sapphire.700}",
1458
+ _light: "{colors.sapphire.700}",
1403
1459
  _dark: "{colors.sapphire.100}"
1404
1460
  }
1405
1461
  },
1406
1462
  "blue-very-dark": {
1407
1463
  value: {
1408
- base: "{colors.sapphire.900}",
1464
+ _light: "{colors.sapphire.900}",
1409
1465
  _dark: "{colors.sapphire.800}"
1410
1466
  }
1411
1467
  },
@@ -1413,7 +1469,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1413
1469
  primary: {
1414
1470
  default: {
1415
1471
  value: {
1416
- base: "{colors.blacks.200}",
1472
+ _light: "{colors.blacks.200}",
1417
1473
  _dark: "{colors.blacks.200}"
1418
1474
  }
1419
1475
  },
@@ -1430,70 +1486,70 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1430
1486
  value: "{colors.fg.muted}"
1431
1487
  }
1432
1488
  }
1433
- }, ce = {
1489
+ }, Fe = {
1434
1490
  DEFAULT: {
1435
1491
  value: {
1436
- base: "{colors.blacks.50}",
1492
+ _light: "{colors.blacks.50}",
1437
1493
  _dark: "{colors.blacks.900}"
1438
1494
  }
1439
1495
  },
1440
1496
  muted: {
1441
1497
  value: {
1442
- base: "{colors.neutral.200}",
1498
+ _light: "{colors.neutral.200}",
1443
1499
  _dark: "{colors.neutral.800}"
1444
1500
  }
1445
1501
  },
1446
1502
  subtle: {
1447
1503
  value: {
1448
- base: "{colors.neutral.50}",
1504
+ _light: "{colors.neutral.50}",
1449
1505
  _dark: "{colors.neutral.950}"
1450
1506
  }
1451
1507
  },
1452
1508
  hover: {
1453
1509
  value: {
1454
- base: "{colors.neutral.100}",
1510
+ _light: "{colors.neutral.100}",
1455
1511
  _dark: "{colors.neutral.850}"
1456
1512
  }
1457
1513
  },
1458
1514
  active: {
1459
1515
  value: {
1460
- base: "{colors.neutral.75}",
1516
+ _light: "{colors.neutral.75}",
1461
1517
  _dark: "{colors.blacks.850}"
1462
1518
  }
1463
1519
  },
1464
1520
  code: {
1465
1521
  value: {
1466
- base: "{colors.blacks.50}",
1522
+ _light: "{colors.blacks.50}",
1467
1523
  _dark: "{colors.blacks.800}"
1468
1524
  }
1469
1525
  },
1470
1526
  emphasized: {
1471
1527
  value: {
1472
- base: "{colors.bg.active}",
1528
+ _light: "{colors.bg.active}",
1473
1529
  _dark: "{colors.bg.active}"
1474
1530
  }
1475
1531
  },
1476
1532
  inverted: {
1477
1533
  value: {
1478
- base: "{colors.blacks.800}",
1534
+ _light: "{colors.blacks.800}",
1479
1535
  _dark: "{colors.blacks.100}"
1480
1536
  }
1481
1537
  },
1482
1538
  panel: {
1483
1539
  value: {
1484
- base: "{colors.blacks.100}",
1540
+ _light: "{colors.blacks.100}",
1485
1541
  _dark: "{colors.blacks.850}"
1486
1542
  }
1487
1543
  },
1488
1544
  dark: {
1489
1545
  value: {
1490
- base: "{colors.blacks.900}",
1546
+ _light: "{colors.blacks.900}",
1491
1547
  _dark: "{colors.blacks.900}"
1492
1548
  }
1493
1549
  },
1494
1550
  white: {
1495
1551
  value: {
1496
- base: "{colors.blacks.50}",
1552
+ _light: "{colors.blacks.50}",
1497
1553
  _dark: "{colors.blacks.50}"
1498
1554
  }
1499
1555
  },
@@ -1501,19 +1557,19 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1501
1557
  primary: {
1502
1558
  default: {
1503
1559
  value: {
1504
- base: "{colors.bg.accent-primary.default}",
1560
+ _light: "{colors.bg.accent-primary.default}",
1505
1561
  _dark: "{colors.bg.accent-primary.dark}"
1506
1562
  }
1507
1563
  },
1508
1564
  hover: {
1509
1565
  value: {
1510
- base: "{colors.bg.accent-primary.hover}",
1566
+ _light: "{colors.bg.accent-primary.hover}",
1511
1567
  _dark: "{colors.bg.accent-primary.medium}"
1512
1568
  }
1513
1569
  },
1514
1570
  pressed: {
1515
1571
  value: {
1516
- base: "{colors.bg.accent-primary.pressed}",
1572
+ _light: "{colors.bg.accent-primary.pressed}",
1517
1573
  _dark: "{colors.bg.accent-primary.medium}"
1518
1574
  }
1519
1575
  },
@@ -1528,24 +1584,24 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1528
1584
  },
1529
1585
  hover: {
1530
1586
  value: {
1531
- base: "{colors.bg.muted}"
1587
+ _light: "{colors.bg.muted}"
1532
1588
  }
1533
1589
  },
1534
1590
  focus: {
1535
1591
  value: {
1536
- base: "{colors.bg.muted}"
1592
+ _light: "{colors.bg.muted}"
1537
1593
  }
1538
1594
  },
1539
1595
  selected: {
1540
1596
  value: {
1541
- base: "{colors.bg.active}"
1597
+ _light: "{colors.bg.active}"
1542
1598
  }
1543
1599
  }
1544
1600
  },
1545
1601
  display: {
1546
1602
  "very-light": {
1547
1603
  value: {
1548
- base: "{colors.sand.50}",
1604
+ _light: "{colors.sand.50}",
1549
1605
  _dark: "{colors.blacks.1000}"
1550
1606
  }
1551
1607
  }
@@ -1553,43 +1609,43 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1553
1609
  "accent-primary": {
1554
1610
  default: {
1555
1611
  value: {
1556
- base: "{colors.yellow.75}",
1612
+ _light: "{colors.yellow.75}",
1557
1613
  _dark: "{colors.yellow.75}"
1558
1614
  }
1559
1615
  },
1560
1616
  hover: {
1561
1617
  value: {
1562
- base: "{colors.yellow.100}",
1618
+ _light: "{colors.yellow.100}",
1563
1619
  _dark: "{colors.yellow.100}"
1564
1620
  }
1565
1621
  },
1566
1622
  pressed: {
1567
1623
  value: {
1568
- base: "{colors.yellow.150}",
1624
+ _light: "{colors.yellow.150}",
1569
1625
  _dark: "{colors.yellow.150}"
1570
1626
  }
1571
1627
  },
1572
1628
  "very-light": {
1573
1629
  value: {
1574
- base: "{colors.yellow.75}",
1630
+ _light: "{colors.yellow.75}",
1575
1631
  _dark: "{colors.yellow.75}"
1576
1632
  }
1577
1633
  },
1578
1634
  light: {
1579
1635
  value: {
1580
- base: "{colors.yellow.75}",
1636
+ _light: "{colors.yellow.75}",
1581
1637
  _dark: "{colors.yellow.75}"
1582
1638
  }
1583
1639
  },
1584
1640
  medium: {
1585
1641
  value: {
1586
- base: "{colors.yellow.100}",
1642
+ _light: "{colors.yellow.100}",
1587
1643
  _dark: "{colors.yellow.100}"
1588
1644
  }
1589
1645
  },
1590
1646
  dark: {
1591
1647
  value: {
1592
- base: "{colors.yellow.150}",
1648
+ _light: "{colors.yellow.150}",
1593
1649
  _dark: "{colors.yellow.150}"
1594
1650
  }
1595
1651
  }
@@ -1597,135 +1653,135 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1597
1653
  "accent-secondary": {
1598
1654
  "grey-dark": {
1599
1655
  value: {
1600
- base: "{colors.blacks.50}",
1656
+ _light: "{colors.blacks.50}",
1601
1657
  _dark: "{colors.blacks.1000}"
1602
1658
  }
1603
1659
  },
1604
1660
  "grey-light": {
1605
1661
  value: {
1606
- base: "{colors.blacks.100}",
1662
+ _light: "{colors.blacks.100}",
1607
1663
  _dark: "{colors.blacks.900}"
1608
1664
  }
1609
1665
  },
1610
1666
  "red-very-light": {
1611
1667
  value: {
1612
- base: "{colors.red.50}",
1668
+ _light: "{colors.red.50}",
1613
1669
  _dark: "{colors.red.100}"
1614
1670
  }
1615
1671
  },
1616
1672
  "red-light": {
1617
1673
  value: {
1618
- base: "{colors.red.100}",
1674
+ _light: "{colors.red.100}",
1619
1675
  _dark: "{colors.red.100}"
1620
1676
  }
1621
1677
  },
1622
1678
  "pink-light": {
1623
1679
  value: {
1624
- base: "{colors.pink.50}",
1680
+ _light: "{colors.pink.50}",
1625
1681
  _dark: "{colors.pink.700}"
1626
1682
  }
1627
1683
  },
1628
1684
  "pink-medium": {
1629
1685
  value: {
1630
- base: "{colors.pink.100}",
1686
+ _light: "{colors.pink.100}",
1631
1687
  _dark: "{colors.pink.800}"
1632
1688
  }
1633
1689
  },
1634
1690
  "blue-very-light": {
1635
1691
  value: {
1636
- base: "{colors.blue.25}",
1692
+ _light: "{colors.blue.25}",
1637
1693
  _dark: "{colors.blue.50}"
1638
1694
  }
1639
1695
  },
1640
1696
  "blue-light": {
1641
1697
  value: {
1642
- base: "{colors.mint.100}",
1698
+ _light: "{colors.mint.100}",
1643
1699
  _dark: "{colors.mint.100}"
1644
1700
  }
1645
1701
  },
1646
1702
  "blue-medium": {
1647
1703
  value: {
1648
- base: "{colors.mint.200}",
1704
+ _light: "{colors.mint.200}",
1649
1705
  _dark: "{colors.mint.200}"
1650
1706
  }
1651
1707
  },
1652
1708
  "blue-dark": {
1653
1709
  value: {
1654
- base: "{colors.blue.700}",
1710
+ _light: "{colors.blue.700}",
1655
1711
  _dark: "{colors.blue.200}"
1656
1712
  }
1657
1713
  },
1658
1714
  "cyan-light": {
1659
1715
  value: {
1660
- base: "{colors.cyan.50}",
1716
+ _light: "{colors.cyan.50}",
1661
1717
  _dark: "{colors.cyan.100}"
1662
1718
  }
1663
1719
  },
1664
1720
  "green-light": {
1665
1721
  value: {
1666
- base: "{colors.green.50}",
1722
+ _light: "{colors.green.50}",
1667
1723
  _dark: "{colors.sapphire.50}"
1668
1724
  }
1669
1725
  },
1670
1726
  "yellow-light": {
1671
1727
  value: {
1672
- base: "{colors.yellow.75}",
1728
+ _light: "{colors.yellow.75}",
1673
1729
  _dark: "{colors.yellow.75}"
1674
1730
  }
1675
1731
  },
1676
1732
  "yellow-medium": {
1677
1733
  value: {
1678
- base: "{colors.yellow.100}",
1734
+ _light: "{colors.yellow.100}",
1679
1735
  _dark: "{colors.yellow.100}"
1680
1736
  }
1681
1737
  },
1682
1738
  "yellow-dark": {
1683
1739
  value: {
1684
- base: "{colors.yellow.150}",
1740
+ _light: "{colors.yellow.150}",
1685
1741
  _dark: "{colors.yellow.150}"
1686
1742
  }
1687
1743
  },
1688
1744
  "sand-light": {
1689
1745
  value: {
1690
- base: "{colors.sand.100}",
1746
+ _light: "{colors.sand.100}",
1691
1747
  _dark: "{colors.sand.100}"
1692
1748
  }
1693
1749
  }
1694
1750
  }
1695
- }, ie = {
1751
+ }, _e = {
1696
1752
  DEFAULT: {
1697
1753
  value: {
1698
- base: "{colors.neutral.500}",
1754
+ _light: "{colors.neutral.500}",
1699
1755
  _dark: "{colors.neutral.600}"
1700
1756
  }
1701
1757
  },
1702
1758
  muted: {
1703
1759
  value: {
1704
- base: "{colors.neutral.500}",
1760
+ _light: "{colors.neutral.400}",
1705
1761
  _dark: "{colors.neutral.700}"
1706
1762
  }
1707
1763
  },
1708
1764
  subtle: {
1709
1765
  value: {
1710
- base: "{colors.neutral.400}",
1766
+ _light: "{colors.neutral.300}",
1711
1767
  _dark: "{colors.neutral.750}"
1712
1768
  }
1713
1769
  },
1714
1770
  inverted: {
1715
1771
  value: {
1716
- base: "{colors.neutral.600}",
1772
+ _light: "{colors.neutral.600}",
1717
1773
  _dark: "{colors.neutral.500}"
1718
1774
  }
1719
1775
  },
1720
1776
  "accent-light": {
1721
1777
  value: {
1722
- base: "{colors.mint.100}",
1778
+ _light: "{colors.mint.100}",
1723
1779
  _dark: "{colors.mint.100}"
1724
1780
  }
1725
1781
  },
1726
1782
  accent: {
1727
1783
  value: {
1728
- base: "{colors.blue.700}",
1784
+ _light: "{colors.blue.700}",
1729
1785
  _dark: "{colors.blue.200}"
1730
1786
  }
1731
1787
  },
@@ -1734,14 +1790,14 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1734
1790
  value: "{colors.border.muted}"
1735
1791
  }
1736
1792
  }
1737
- }, ne = {
1793
+ }, fe = {
1738
1794
  border: {
1739
1795
  value: {
1740
1796
  _light: "{colors.mint.200}",
1741
1797
  _dark: "{colors.mint.200}"
1742
1798
  }
1743
1799
  }
1744
- }, ue = {
1800
+ }, ke = {
1745
1801
  contrast: {
1746
1802
  value: {
1747
1803
  _light: "black",
@@ -1790,73 +1846,73 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1790
1846
  _dark: "{colors.orange.500}"
1791
1847
  }
1792
1848
  }
1793
- }, de = {
1849
+ }, ye = {
1794
1850
  text: {
1795
1851
  primary: {
1796
1852
  value: {
1797
- base: "{colors.blacks.800}",
1853
+ _light: "{colors.blacks.800}",
1798
1854
  _dark: "{colors.blacks.200}"
1799
1855
  }
1800
1856
  },
1801
1857
  secondary: {
1802
1858
  value: {
1803
- base: "{colors.blacks.600}",
1859
+ _light: "{colors.blacks.600}",
1804
1860
  _dark: "{colors.blacks.500}"
1805
1861
  }
1806
1862
  }
1807
1863
  },
1808
1864
  grid: {
1809
1865
  value: {
1810
- base: "{colors.blacks.300}",
1866
+ _light: "{colors.blacks.300}",
1811
1867
  _dark: "{colors.blacks.800}"
1812
1868
  }
1813
1869
  },
1814
1870
  axis: {
1815
1871
  value: {
1816
- base: "{colors.blacks.700}",
1872
+ _light: "{colors.blacks.700}",
1817
1873
  _dark: "{colors.blacks.300}"
1818
1874
  }
1819
1875
  },
1820
1876
  categorical: {
1821
1877
  1: {
1822
1878
  value: {
1823
- base: "{colors.blue.300}",
1879
+ _light: "{colors.blue.300}",
1824
1880
  _dark: "{colors.blue.300}"
1825
1881
  }
1826
1882
  },
1827
1883
  2: {
1828
1884
  value: {
1829
- base: "{colors.orange.500}",
1885
+ _light: "{colors.orange.500}",
1830
1886
  _dark: "{colors.orange.500}"
1831
1887
  }
1832
1888
  },
1833
1889
  3: {
1834
1890
  value: {
1835
- base: "{colors.purple.700}",
1891
+ _light: "{colors.purple.700}",
1836
1892
  _dark: "{colors.purple.700}"
1837
1893
  }
1838
1894
  },
1839
1895
  4: {
1840
1896
  value: {
1841
- base: "{colors.red.500}",
1897
+ _light: "{colors.red.500}",
1842
1898
  _dark: "{colors.red.600}"
1843
1899
  }
1844
1900
  },
1845
1901
  5: {
1846
1902
  value: {
1847
- base: "{colors.pink.500}",
1903
+ _light: "{colors.pink.500}",
1848
1904
  _dark: "{colors.pink.500}"
1849
1905
  }
1850
1906
  },
1851
1907
  6: {
1852
1908
  value: {
1853
- base: "{colors.cyan.800}",
1909
+ _light: "{colors.cyan.800}",
1854
1910
  _dark: "{colors.green.500}"
1855
1911
  }
1856
1912
  },
1857
1913
  7: {
1858
1914
  value: {
1859
- base: "{colors.red.200}",
1915
+ _light: "{colors.red.200}",
1860
1916
  _dark: "{colors.cyan.700}"
1861
1917
  }
1862
1918
  }
@@ -1865,43 +1921,43 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1865
1921
  blue: {
1866
1922
  "low-3": {
1867
1923
  value: {
1868
- base: "{colors.blue.200}",
1924
+ _light: "{colors.blue.200}",
1869
1925
  _dark: "{colors.blue.800}"
1870
1926
  }
1871
1927
  },
1872
1928
  "low-2": {
1873
1929
  value: {
1874
- base: "{colors.blue.300}",
1930
+ _light: "{colors.blue.300}",
1875
1931
  _dark: "{colors.blue.700}"
1876
1932
  }
1877
1933
  },
1878
1934
  "low-1": {
1879
1935
  value: {
1880
- base: "{colors.blue.400}",
1936
+ _light: "{colors.blue.400}",
1881
1937
  _dark: "{colors.blue.600}"
1882
1938
  }
1883
1939
  },
1884
1940
  default: {
1885
1941
  value: {
1886
- base: "{colors.blue.500}",
1942
+ _light: "{colors.blue.500}",
1887
1943
  _dark: "{colors.blue.500}"
1888
1944
  }
1889
1945
  },
1890
1946
  "high-1": {
1891
1947
  value: {
1892
- base: "{colors.blue.600}",
1948
+ _light: "{colors.blue.600}",
1893
1949
  _dark: "{colors.blue.400}"
1894
1950
  }
1895
1951
  },
1896
1952
  "high-2": {
1897
1953
  value: {
1898
- base: "{colors.blue.700}",
1954
+ _light: "{colors.blue.700}",
1899
1955
  _dark: "{colors.blue.300}"
1900
1956
  }
1901
1957
  },
1902
1958
  "high-3": {
1903
1959
  value: {
1904
- base: "{colors.blue.800}",
1960
+ _light: "{colors.blue.800}",
1905
1961
  _dark: "{colors.blue.200}"
1906
1962
  }
1907
1963
  }
@@ -1909,66 +1965,66 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1909
1965
  red: {
1910
1966
  "low-3": {
1911
1967
  value: {
1912
- base: "{colors.red.200}",
1968
+ _light: "{colors.red.200}",
1913
1969
  _dark: "{colors.red.800}"
1914
1970
  }
1915
1971
  },
1916
1972
  "low-2": {
1917
1973
  value: {
1918
- base: "{colors.red.300}",
1974
+ _light: "{colors.red.300}",
1919
1975
  _dark: "{colors.red.700}"
1920
1976
  }
1921
1977
  },
1922
1978
  "low-1": {
1923
1979
  value: {
1924
- base: "{colors.red.400}",
1980
+ _light: "{colors.red.400}",
1925
1981
  _dark: "{colors.red.600}"
1926
1982
  }
1927
1983
  },
1928
1984
  default: {
1929
1985
  value: {
1930
- base: "{colors.red.500}",
1986
+ _light: "{colors.red.500}",
1931
1987
  _dark: "{colors.red.500}"
1932
1988
  }
1933
1989
  },
1934
1990
  "high-1": {
1935
1991
  value: {
1936
- base: "{colors.red.600}",
1992
+ _light: "{colors.red.600}",
1937
1993
  _dark: "{colors.red.400}"
1938
1994
  }
1939
1995
  },
1940
1996
  "high-2": {
1941
1997
  value: {
1942
- base: "{colors.red.700}",
1998
+ _light: "{colors.red.700}",
1943
1999
  _dark: "{colors.red.300}"
1944
2000
  }
1945
2001
  },
1946
2002
  "high-3": {
1947
2003
  value: {
1948
- base: "{colors.red.800}",
2004
+ _light: "{colors.red.800}",
1949
2005
  _dark: "{colors.red.200}"
1950
2006
  }
1951
2007
  }
1952
2008
  }
1953
2009
  }
1954
- }, be = {
2010
+ }, xe = {
1955
2011
  selectable: {
1956
2012
  primary: {
1957
2013
  value: {
1958
- base: "{colors.blacks.800}",
2014
+ _light: "{colors.blacks.800}",
1959
2015
  _dark: "{colors.blacks.800}"
1960
2016
  }
1961
2017
  }
1962
2018
  }
1963
- }, ge = {
1964
- fg: te,
1965
- bg: ce,
1966
- border: ie,
1967
- blue: ne,
1968
- orange: ue,
1969
- vis: de,
1970
- text: be
1971
- }, ve = r({
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({
1972
2028
  modal: {
1973
2029
  value: {
1974
2030
  paddingInline: "xs",
@@ -1980,7 +2036,7 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
1980
2036
  boxShadow: "mid"
1981
2037
  }
1982
2038
  }
1983
- }), me = {
2039
+ }), Se = {
1984
2040
  "low-light": {
1985
2041
  value: "0px 2px 4px 0px rgba(0, 0, 0, 0.10)"
1986
2042
  },
@@ -2011,38 +2067,38 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2011
2067
  "desktop-icon-label-text-selected-dark": {
2012
2068
  value: "0px 2px 4px rgba(37, 99, 235, 0.75)"
2013
2069
  }
2014
- }, pe = {
2070
+ }, De = {
2015
2071
  low: {
2016
2072
  value: {
2017
- base: "{shadows.low-light}",
2073
+ _light: "{shadows.low-light}",
2018
2074
  _dark: "{shadows.low-dark}"
2019
2075
  }
2020
2076
  },
2021
2077
  mid: {
2022
2078
  value: {
2023
- base: "{shadows.mid-light}",
2079
+ _light: "{shadows.mid-light}",
2024
2080
  _dark: "{shadows.mid-dark}"
2025
2081
  }
2026
2082
  },
2027
2083
  high: {
2028
2084
  value: {
2029
- base: "{shadows.high-light}",
2085
+ _light: "{shadows.high-light}",
2030
2086
  _dark: "{shadows.high-dark}"
2031
2087
  }
2032
2088
  },
2033
2089
  "desktop-icon-label": {
2034
2090
  value: {
2035
- base: "{shadows.desktop-icon-label-text-light}",
2091
+ _light: "{shadows.desktop-icon-label-text-light}",
2036
2092
  _dark: "{shadows.desktop-icon-label-text-dark}"
2037
2093
  }
2038
2094
  },
2039
2095
  "desktop-icon-label-selected": {
2040
2096
  value: {
2041
- base: "{shadows.desktop-icon-label-text-selected-light}",
2097
+ _light: "{shadows.desktop-icon-label-text-selected-light}",
2042
2098
  _dark: "{shadows.desktop-icon-label-text-selected-dark}"
2043
2099
  }
2044
2100
  }
2045
- }, Fe = s({
2101
+ }, Ae = g({
2046
2102
  brand: {
2047
2103
  value: {
2048
2104
  fontFamily: "brand",
@@ -2275,53 +2331,56 @@ const p = "monokai", F = "dark", h = { "colors.fg": "#F8F8F2", "colors.fg.muted"
2275
2331
  letterSpacing: "0.14px"
2276
2332
  }
2277
2333
  }
2278
- }), he = t({
2279
- globalCss: y,
2334
+ }), we = b({
2335
+ globalCss: z,
2280
2336
  theme: {
2281
2337
  breakpoints: {
2282
2338
  "3xl": "2560px",
2283
2339
  "4xl": "3840px"
2284
2340
  },
2285
- textStyles: Fe,
2286
- layerStyles: ve,
2341
+ textStyles: Ae,
2342
+ layerStyles: Ce,
2287
2343
  recipes: {
2288
- button: Y,
2289
- divider: j,
2290
- input: K,
2291
- kbd: N,
2292
- skeleton: oe,
2293
- textarea: ae
2344
+ button: ee,
2345
+ divider: oe,
2346
+ input: se,
2347
+ kbd: ie,
2348
+ skeleton: ge,
2349
+ textarea: ve
2294
2350
  },
2295
2351
  tokens: {
2296
- colors: U,
2297
- fonts: M,
2298
- fontSizes: X,
2299
- fontWeights: V,
2300
- radii: I,
2301
- shadows: me,
2302
- spacing: P
2352
+ colors: q,
2353
+ fonts: G,
2354
+ fontSizes: J,
2355
+ fontWeights: K,
2356
+ radii: Q,
2357
+ shadows: Se,
2358
+ spacing: N
2303
2359
  },
2304
2360
  semanticTokens: {
2305
- colors: ge,
2306
- borders: se,
2307
- shadows: pe
2361
+ colors: Ee,
2362
+ borders: he,
2363
+ shadows: De
2308
2364
  },
2309
2365
  slotRecipes: {
2310
- alert: O,
2311
- drawer: q,
2312
- tooltip: re,
2313
- popover: Z,
2314
- menu: Q,
2315
- editable: G,
2316
- form: J,
2317
- dialog: $,
2318
- 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
2319
2376
  }
2320
2377
  }
2321
- }), _e = c(i, he);
2378
+ }), He = v(m, we);
2322
2379
  export {
2323
- fe as c,
2324
- x as m,
2325
- _e as t
2380
+ We as a,
2381
+ Te as b,
2382
+ Le as c,
2383
+ B as m,
2384
+ He as t
2326
2385
  };
2327
- //# sourceMappingURL=theme-Dq4r3aRE.js.map
2386
+ //# sourceMappingURL=theme-D-aCJqTf.js.map