@pstdio/ui 0.5.1 → 0.5.2

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 (65) hide show
  1. package/dist/{MermaidComponent-x3aKzNXm.js → MermaidComponent-DDCxR-Gs.js} +2 -2
  2. package/dist/{MermaidComponent-x3aKzNXm.js.map → MermaidComponent-DDCxR-Gs.js.map} +1 -1
  3. package/dist/chat-ui.js +742 -726
  4. package/dist/chat-ui.js.map +1 -1
  5. package/dist/components/app-shell/app-shell.d.ts +1 -0
  6. package/dist/components/app-shell/command-palette.d.ts +16 -0
  7. package/dist/components/app-shell/file-tree.d.ts +7 -0
  8. package/dist/components/app-shell/mock-chat.d.ts +2 -0
  9. package/dist/components/app-shell/mock-data.d.ts +37 -0
  10. package/dist/components/app-shell/pages/project-list-page.d.ts +7 -0
  11. package/dist/components/app-shell/pages/sessions-page.d.ts +6 -0
  12. package/dist/components/app-shell/pages/settings-page.d.ts +5 -0
  13. package/dist/components/app-shell/pages/ticket-details-page.d.ts +7 -0
  14. package/dist/components/app-shell/pages/tickets-page.d.ts +7 -0
  15. package/dist/components/app-shell/pages/workspace-page.d.ts +1 -0
  16. package/dist/components/app-shell/resizable-panel.d.ts +13 -0
  17. package/dist/components/chat-ui/components/ai-message.d.ts +7 -5
  18. package/dist/components/chat-ui/components/chat-input.d.ts +1 -0
  19. package/dist/components/chat-ui/components/chat-panel.d.ts +1 -0
  20. package/dist/components/chat-ui/mocks/library/index.d.ts +10 -0
  21. package/dist/components/chat-ui/tool-rendering/build-timeline.d.ts +2 -2
  22. package/dist/components/chat-ui/tool-rendering/shared.d.ts +1 -1
  23. package/dist/components/content-placeholder.d.ts +1 -0
  24. package/dist/components/header.d.ts +7 -0
  25. package/dist/components/list-row/list-row-actions.d.ts +10 -0
  26. package/dist/components/list-row/list-row.d.ts +2 -0
  27. package/dist/components/list-row/list-row.types.d.ts +85 -0
  28. package/dist/components/{sidebar-tree → list-row}/searchable-action-menu.d.ts +2 -2
  29. package/dist/components/panel-header.constants.d.ts +1 -1
  30. package/dist/components/resource-context-menu.d.ts +1 -2
  31. package/dist/components/sidebar/sidebar-project-menu.d.ts +0 -3
  32. package/dist/components/sidebar/sidebar.store.d.ts +2 -0
  33. package/dist/components/sidebar/sidebar.types.d.ts +10 -4
  34. package/dist/components/tickets/tickets-workspace.d.ts +1 -0
  35. package/dist/components/tree-list/tree-list.d.ts +18 -0
  36. package/dist/components/tree-list/tree-list.types.d.ts +29 -0
  37. package/dist/index.d.ts +8 -5
  38. package/dist/index.js +2474 -2381
  39. package/dist/index.js.map +1 -1
  40. package/dist/{rich-message-CoXTd5kw.js → rich-message-DeJwzVeV.js} +3 -3
  41. package/dist/rich-message-DeJwzVeV.js.map +1 -0
  42. package/dist/rich-text.js +2 -2
  43. package/dist/style.css +1 -1
  44. package/dist/theme/custom/index.d.ts +3 -0
  45. package/dist/theme/custom/monokai.json.d.ts +80 -0
  46. package/dist/theme/index.d.ts +1 -0
  47. package/dist/theme/primitives/colors.d.ts +6 -0
  48. package/dist/theme/recipes/button.d.ts +28 -0
  49. package/dist/theme/recipes/kbd.d.ts +41 -0
  50. package/dist/theme/tokens/colors.d.ts +18 -6
  51. package/dist/{theme-BLGUwVOD.js → theme-Dq4r3aRE.js} +241 -135
  52. package/dist/theme-Dq4r3aRE.js.map +1 -0
  53. package/dist/theme.js +4 -2
  54. package/dist/utils/apply-theme-preference.d.ts +20 -2
  55. package/dist/utils/theme-preference.d.ts +4 -2
  56. package/package.json +1 -2
  57. package/dist/components/drawer-inline.d.ts +0 -24
  58. package/dist/components/file-selector.d.ts +0 -12
  59. package/dist/components/menu-item.d.ts +0 -42
  60. package/dist/components/pstdio-logo.d.ts +0 -2
  61. package/dist/components/sidebar-tree/sidebar-node-content.d.ts +0 -9
  62. package/dist/components/sidebar-tree/sidebar-tree.d.ts +0 -13
  63. package/dist/components/sidebar-tree/sidebar-tree.types.d.ts +0 -68
  64. package/dist/rich-message-CoXTd5kw.js.map +0 -1
  65. package/dist/theme-BLGUwVOD.js.map +0 -1
@@ -1,7 +1,11 @@
1
- import { defineSlotRecipe as l, defineRecipe as a, defineLayerStyles as r, defineTextStyles as s, defineConfig as t, createSystem as i, defaultConfig as u } from "@chakra-ui/react";
2
- import { alertAnatomy as n, dialogAnatomy as c, drawerAnatomy as d, fieldsetAnatomy as b, menuAnatomy as v, popoverAnatomy as g, tooltipAnatomy as p } from "@chakra-ui/react/anatomy";
3
- import { progressCircleSlotRecipe as o } from "@chakra-ui/react/theme";
4
- const m = {
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 = {
5
9
  "*::selection": {
6
10
  bg: {
7
11
  base: "bg.accent-secondary.blue-medium",
@@ -59,7 +63,7 @@ const m = {
59
63
  fontSize: "1.5rem"
60
64
  }
61
65
  }
62
- }, h = {
66
+ }, f = {
63
67
  DEFAULT: {
64
68
  value: "#0A0D15"
65
69
  },
@@ -81,6 +85,9 @@ const m = {
81
85
  400: {
82
86
  value: "#C5C5C7"
83
87
  },
88
+ 450: {
89
+ value: "#9DA0A6"
90
+ },
84
91
  500: {
85
92
  value: "#797D83"
86
93
  },
@@ -105,7 +112,7 @@ const m = {
105
112
  1e3: {
106
113
  value: "#000000"
107
114
  }
108
- }, F = {
115
+ }, _ = {
109
116
  DEFAULT: {
110
117
  value: "#5098FF"
111
118
  },
@@ -139,7 +146,7 @@ const m = {
139
146
  900: {
140
147
  value: "#002862"
141
148
  }
142
- }, k = {
149
+ }, E = {
143
150
  DEFAULT: {
144
151
  value: "#3A4BE4"
145
152
  },
@@ -176,7 +183,7 @@ const m = {
176
183
  900: {
177
184
  value: "#0A125A"
178
185
  }
179
- }, x = {
186
+ }, C = {
180
187
  DEFAULT: {
181
188
  value: "#E054EC"
182
189
  },
@@ -213,7 +220,7 @@ const m = {
213
220
  900: {
214
221
  value: "#520659"
215
222
  }
216
- }, f = {
223
+ }, S = {
217
224
  DEFAULT: {
218
225
  value: "#FBD8CE"
219
226
  },
@@ -247,7 +254,7 @@ const m = {
247
254
  900: {
248
255
  value: "#522923"
249
256
  }
250
- }, y = {
257
+ }, D = {
251
258
  DEFAULT: {
252
259
  value: "#FF3232"
253
260
  },
@@ -281,7 +288,7 @@ const m = {
281
288
  900: {
282
289
  value: "#580707"
283
290
  }
284
- }, _ = {
291
+ }, A = {
285
292
  DEFAULT: {
286
293
  value: "#F78C25"
287
294
  },
@@ -315,7 +322,7 @@ const m = {
315
322
  900: {
316
323
  value: "#552107"
317
324
  }
318
- }, E = {
325
+ }, w = {
319
326
  DEFAULT: {
320
327
  value: "#FFD643"
321
328
  },
@@ -355,7 +362,7 @@ const m = {
355
362
  900: {
356
363
  value: "#644E00"
357
364
  }
358
- }, C = {
365
+ }, B = {
359
366
  DEFAULT: {
360
367
  value: "#2DD665"
361
368
  },
@@ -389,7 +396,7 @@ const m = {
389
396
  900: {
390
397
  value: "#003110"
391
398
  }
392
- }, S = {
399
+ }, z = {
393
400
  DEFAULT: {
394
401
  value: "#3EECC4"
395
402
  },
@@ -423,7 +430,7 @@ const m = {
423
430
  900: {
424
431
  value: "#024F3D"
425
432
  }
426
- }, w = {
433
+ }, R = {
427
434
  DEFAULT: {
428
435
  value: "#5CDCFF"
429
436
  },
@@ -457,7 +464,7 @@ const m = {
457
464
  900: {
458
465
  value: "#005B73"
459
466
  }
460
- }, D = {
467
+ }, W = {
461
468
  DEFAULT: {
462
469
  value: "#8B47FF"
463
470
  },
@@ -491,7 +498,7 @@ const m = {
491
498
  900: {
492
499
  value: "#1E0050"
493
500
  }
494
- }, A = {
501
+ }, L = {
495
502
  DEFAULT: {
496
503
  value: "#F4F2EC"
497
504
  },
@@ -525,7 +532,7 @@ const m = {
525
532
  900: {
526
533
  value: "#E8CECE"
527
534
  }
528
- }, z = {
535
+ }, H = {
529
536
  50: {
530
537
  value: "#FCFDFC"
531
538
  },
@@ -568,30 +575,30 @@ const m = {
568
575
  950: {
569
576
  value: "#10141B"
570
577
  }
571
- }, B = {
578
+ }, T = {
572
579
  100: {
573
580
  value: "#D3ECEE"
574
581
  },
575
582
  200: {
576
583
  value: "#B3DEE2"
577
584
  }
578
- }, L = {
579
- sand: A,
580
- blacks: h,
581
- blue: F,
582
- sapphire: k,
583
- pink: x,
584
- peach: f,
585
- red: y,
586
- orange: _,
587
- yellow: E,
588
- green: C,
589
- teal: S,
590
- cyan: w,
591
- purple: D,
592
- neutral: z,
593
- mint: B
594
- }, R = {
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 = {
595
602
  display: {
596
603
  value: "'Playfair Display', serif"
597
604
  },
@@ -607,7 +614,7 @@ const m = {
607
614
  body: {
608
615
  value: "Inter, sans-serif"
609
616
  }
610
- }, W = {
617
+ }, X = {
611
618
  xs: {
612
619
  value: "0.625rem"
613
620
  },
@@ -672,7 +679,7 @@ const m = {
672
679
  value: "1.25rem"
673
680
  }
674
681
  // 20px
675
- }, H = {
682
+ }, V = {
676
683
  regular: {
677
684
  value: 400
678
685
  },
@@ -712,7 +719,7 @@ const m = {
712
719
  900: "4.5rem",
713
720
  // 96px
714
721
  1600: "8rem"
715
- }, T = {
722
+ }, P = {
716
723
  none: {
717
724
  value: "0"
718
725
  },
@@ -752,7 +759,7 @@ const m = {
752
759
  "5xl": {
753
760
  value: e[1600]
754
761
  }
755
- }, U = {
762
+ }, I = {
756
763
  none: {
757
764
  value: "0"
758
765
  },
@@ -777,7 +784,7 @@ const m = {
777
784
  full: {
778
785
  value: "100%"
779
786
  }
780
- }, M = l({
787
+ }, O = l({
781
788
  slots: n.keys(),
782
789
  base: {
783
790
  root: {
@@ -785,7 +792,7 @@ const m = {
785
792
  pb: "xs"
786
793
  }
787
794
  }
788
- }), V = a({
795
+ }), Y = o({
789
796
  base: {
790
797
  borderRadius: "sm",
791
798
  transition: "all 0.1s ease-in-out",
@@ -895,6 +902,9 @@ const m = {
895
902
  _active: {
896
903
  bg: "bg.active"
897
904
  },
905
+ _expanded: {
906
+ bg: "bg.active"
907
+ },
898
908
  _disabled: {
899
909
  opacity: 1,
900
910
  color: "fg.subtle",
@@ -911,12 +921,37 @@ const m = {
911
921
  _active: {
912
922
  bg: "bg.active"
913
923
  },
924
+ _expanded: {
925
+ bg: "bg.active"
926
+ },
914
927
  _disabled: {
915
928
  bg: "transparent",
916
929
  _hover: {
917
930
  bg: "transparent"
918
931
  }
919
932
  }
933
+ },
934
+ subtle: {
935
+ color: "fg",
936
+ bg: "bg.subtle",
937
+ border: "none",
938
+ _hover: {
939
+ bg: "bg.hover"
940
+ },
941
+ _active: {
942
+ bg: "bg.active"
943
+ },
944
+ _expanded: {
945
+ bg: "bg.active"
946
+ },
947
+ _disabled: {
948
+ opacity: 1,
949
+ color: "fg.subtle",
950
+ bg: "bg.muted",
951
+ _hover: {
952
+ bg: "bg.muted"
953
+ }
954
+ }
920
955
  }
921
956
  },
922
957
  size: {
@@ -950,18 +985,18 @@ const m = {
950
985
  size: "md",
951
986
  variant: "outline"
952
987
  }
953
- }), X = l({
954
- slots: c.keys(),
988
+ }), $ = l({
989
+ slots: u.keys(),
955
990
  base: {
956
991
  content: {
957
992
  bg: "bg"
958
993
  }
959
994
  }
960
- }), I = a({
995
+ }), j = o({
961
996
  base: {
962
997
  borderColor: "border"
963
998
  }
964
- }), P = l({
999
+ }), q = l({
965
1000
  slots: d.keys(),
966
1001
  base: {
967
1002
  header: {
@@ -973,7 +1008,7 @@ const m = {
973
1008
  bg: "bg"
974
1009
  }
975
1010
  }
976
- }), O = l({
1011
+ }), G = l({
977
1012
  slots: ["preview", "input", "textarea"],
978
1013
  base: {
979
1014
  preview: {
@@ -1022,18 +1057,17 @@ const m = {
1022
1057
  }
1023
1058
  }
1024
1059
  }
1025
- }), Y = l({
1060
+ }), J = l({
1026
1061
  slots: b.keys(),
1027
1062
  base: {
1028
1063
  legend: {
1029
1064
  mb: "2xs"
1030
1065
  }
1031
1066
  }
1032
- }), $ = a({
1067
+ }), K = o({
1033
1068
  base: {
1034
1069
  px: "sm",
1035
1070
  borderRadius: "sm",
1036
- border: "1px solid",
1037
1071
  transition: "border-color 0.2s ease-in-out",
1038
1072
  bg: "bg",
1039
1073
  color: "fg",
@@ -1048,7 +1082,8 @@ const m = {
1048
1082
  borderColor: "blue.border"
1049
1083
  },
1050
1084
  _focusVisible: {
1051
- borderColor: "blue.border"
1085
+ borderColor: "blue.border",
1086
+ outline: "none"
1052
1087
  },
1053
1088
  _placeholder: {
1054
1089
  color: "fg.subtle"
@@ -1061,8 +1096,71 @@ const m = {
1061
1096
  }
1062
1097
  }
1063
1098
  }
1064
- }), q = l({
1065
- slots: v.keys(),
1099
+ }), N = o({
1100
+ base: {
1101
+ display: "inline-flex",
1102
+ alignItems: "center",
1103
+ justifyContent: "center",
1104
+ flexShrink: "0",
1105
+ minW: "1.25rem",
1106
+ px: "1",
1107
+ borderRadius: "0",
1108
+ borderWidth: "1px",
1109
+ borderStyle: "solid",
1110
+ fontFamily: "mono",
1111
+ fontWeight: "medium",
1112
+ lineHeight: "1",
1113
+ userSelect: "none",
1114
+ whiteSpace: "nowrap",
1115
+ wordSpacing: "normal"
1116
+ },
1117
+ variants: {
1118
+ variant: {
1119
+ raised: {
1120
+ color: "fg.muted",
1121
+ bg: "bg.subtle",
1122
+ borderColor: "border.muted",
1123
+ borderBottomWidth: "2px"
1124
+ },
1125
+ outline: {
1126
+ color: "fg.muted",
1127
+ bg: "transparent",
1128
+ borderColor: "border.muted"
1129
+ },
1130
+ subtle: {
1131
+ color: "fg",
1132
+ bg: "bg.muted",
1133
+ borderColor: "border.subtle"
1134
+ },
1135
+ plain: {
1136
+ color: "fg.muted",
1137
+ bg: "transparent",
1138
+ borderColor: "transparent",
1139
+ minW: "auto",
1140
+ px: "0"
1141
+ }
1142
+ },
1143
+ size: {
1144
+ sm: {
1145
+ height: "1rem",
1146
+ textStyle: "label/XS/medium"
1147
+ },
1148
+ md: {
1149
+ height: "1.25rem",
1150
+ textStyle: "label/XS/medium"
1151
+ },
1152
+ lg: {
1153
+ height: "1.5rem",
1154
+ textStyle: "label/S/medium"
1155
+ }
1156
+ }
1157
+ },
1158
+ defaultVariants: {
1159
+ size: "md",
1160
+ variant: "raised"
1161
+ }
1162
+ }), Q = l({
1163
+ slots: g.keys(),
1066
1164
  base: {
1067
1165
  itemGroupLabel: {
1068
1166
  ml: "{2xs}",
@@ -1074,24 +1172,21 @@ const m = {
1074
1172
  bg: "bg.menu-item.default",
1075
1173
  color: "fg.menu-item.default",
1076
1174
  textStyle: "label/M/regular",
1077
- px: "0.5rem",
1078
- h: "2.25rem",
1079
- _hover: {
1080
- bg: "bg.menu-item.hover"
1081
- },
1082
- _focus: {
1083
- bg: "bg.menu-item.focus"
1084
- },
1085
- _active: {
1086
- bg: "bg.menu-item.selected"
1087
- }
1175
+ px: "0",
1176
+ h: "auto"
1177
+ },
1178
+ separator: {
1179
+ my: "2xs",
1180
+ borderColor: "border.muted"
1088
1181
  },
1089
1182
  content: {
1090
1183
  display: "flex",
1091
1184
  flexDirection: "column",
1092
- gap: "2xs",
1185
+ gap: "0",
1093
1186
  borderRadius: "sm",
1094
- py: "xs",
1187
+ p: "0",
1188
+ px: "0",
1189
+ py: "0",
1095
1190
  bg: "bg",
1096
1191
  borderWidth: "1px",
1097
1192
  borderStyle: "solid",
@@ -1101,8 +1196,8 @@ const m = {
1101
1196
  textStyle: "label/M/regular"
1102
1197
  }
1103
1198
  }
1104
- }), G = l({
1105
- slots: g.keys(),
1199
+ }), Z = l({
1200
+ slots: v.keys(),
1106
1201
  base: {
1107
1202
  positioner: {
1108
1203
  _focus: {
@@ -1120,9 +1215,11 @@ const m = {
1120
1215
  content: {
1121
1216
  gap: "8px",
1122
1217
  py: "xs",
1123
- borderRadius: "12px",
1218
+ borderRadius: "xs",
1124
1219
  bg: "bg",
1125
- borderColor: "border",
1220
+ borderWidth: "1px",
1221
+ borderStyle: "solid",
1222
+ borderColor: "border.muted",
1126
1223
  _focus: {
1127
1224
  boxShadow: "none !important"
1128
1225
  }
@@ -1153,12 +1250,12 @@ const m = {
1153
1250
  }
1154
1251
  }
1155
1252
  }
1156
- }), j = o.variants?.size ?? {}, J = {
1157
- ...o,
1253
+ }), ee = a.variants?.size ?? {}, le = {
1254
+ ...a,
1158
1255
  variants: {
1159
- ...o.variants,
1256
+ ...a.variants,
1160
1257
  size: {
1161
- ...j,
1258
+ ...ee,
1162
1259
  "2xs": {
1163
1260
  circle: {
1164
1261
  "--size": "14px",
@@ -1170,12 +1267,12 @@ const m = {
1170
1267
  }
1171
1268
  }
1172
1269
  }
1173
- }, K = a({
1270
+ }, oe = o({
1174
1271
  base: {
1175
1272
  "--start-color": "fg",
1176
1273
  "--end-color": "fg.muted"
1177
1274
  }
1178
- }), N = a({
1275
+ }), ae = o({
1179
1276
  base: {
1180
1277
  paddingX: "sm",
1181
1278
  paddingY: "xs",
@@ -1201,8 +1298,8 @@ const m = {
1201
1298
  color: "fg.subtle"
1202
1299
  }
1203
1300
  }
1204
- }), Q = l({
1205
- slots: p.keys(),
1301
+ }), re = l({
1302
+ slots: m.keys(),
1206
1303
  base: {
1207
1304
  content: {
1208
1305
  bg: "bg.inverted",
@@ -1212,7 +1309,7 @@ const m = {
1212
1309
  bg: "bg.inverted"
1213
1310
  }
1214
1311
  }
1215
- }), Z = {
1312
+ }), se = {
1216
1313
  DEFAULT: {
1217
1314
  value: {
1218
1315
  base: "1px solid {colors.blacks.400}",
@@ -1249,7 +1346,7 @@ const m = {
1249
1346
  _dark: "1px solid {colors.blue.900}"
1250
1347
  }
1251
1348
  }
1252
- }, ee = {
1349
+ }, te = {
1253
1350
  DEFAULT: {
1254
1351
  value: {
1255
1352
  base: "{colors.blacks.800}",
@@ -1258,7 +1355,7 @@ const m = {
1258
1355
  },
1259
1356
  muted: {
1260
1357
  value: {
1261
- base: "{colors.blacks.500}",
1358
+ base: "{colors.blacks.450}",
1262
1359
  _dark: "{colors.blacks.500}"
1263
1360
  }
1264
1361
  },
@@ -1333,7 +1430,7 @@ const m = {
1333
1430
  value: "{colors.fg.muted}"
1334
1431
  }
1335
1432
  }
1336
- }, le = {
1433
+ }, ce = {
1337
1434
  DEFAULT: {
1338
1435
  value: {
1339
1436
  base: "{colors.blacks.50}",
@@ -1430,13 +1527,19 @@ const m = {
1430
1527
  value: "{colors.bg}"
1431
1528
  },
1432
1529
  hover: {
1433
- value: "{colors.bg.hover}"
1530
+ value: {
1531
+ base: "{colors.bg.muted}"
1532
+ }
1434
1533
  },
1435
1534
  focus: {
1436
- value: "{colors.bg.hover}"
1535
+ value: {
1536
+ base: "{colors.bg.muted}"
1537
+ }
1437
1538
  },
1438
1539
  selected: {
1439
- value: "{colors.bg.active}"
1540
+ value: {
1541
+ base: "{colors.bg.active}"
1542
+ }
1440
1543
  }
1441
1544
  },
1442
1545
  display: {
@@ -1589,7 +1692,7 @@ const m = {
1589
1692
  }
1590
1693
  }
1591
1694
  }
1592
- }, ae = {
1695
+ }, ie = {
1593
1696
  DEFAULT: {
1594
1697
  value: {
1595
1698
  base: "{colors.neutral.500}",
@@ -1598,13 +1701,13 @@ const m = {
1598
1701
  },
1599
1702
  muted: {
1600
1703
  value: {
1601
- base: "{colors.neutral.400}",
1704
+ base: "{colors.neutral.500}",
1602
1705
  _dark: "{colors.neutral.700}"
1603
1706
  }
1604
1707
  },
1605
1708
  subtle: {
1606
1709
  value: {
1607
- base: "{colors.neutral.300}",
1710
+ base: "{colors.neutral.400}",
1608
1711
  _dark: "{colors.neutral.750}"
1609
1712
  }
1610
1713
  },
@@ -1631,14 +1734,14 @@ const m = {
1631
1734
  value: "{colors.border.muted}"
1632
1735
  }
1633
1736
  }
1634
- }, oe = {
1737
+ }, ne = {
1635
1738
  border: {
1636
1739
  value: {
1637
1740
  _light: "{colors.mint.200}",
1638
1741
  _dark: "{colors.mint.200}"
1639
1742
  }
1640
1743
  }
1641
- }, re = {
1744
+ }, ue = {
1642
1745
  contrast: {
1643
1746
  value: {
1644
1747
  _light: "black",
@@ -1687,7 +1790,7 @@ const m = {
1687
1790
  _dark: "{colors.orange.500}"
1688
1791
  }
1689
1792
  }
1690
- }, se = {
1793
+ }, de = {
1691
1794
  text: {
1692
1795
  primary: {
1693
1796
  value: {
@@ -1848,7 +1951,7 @@ const m = {
1848
1951
  }
1849
1952
  }
1850
1953
  }
1851
- }, te = {
1954
+ }, be = {
1852
1955
  selectable: {
1853
1956
  primary: {
1854
1957
  value: {
@@ -1857,15 +1960,15 @@ const m = {
1857
1960
  }
1858
1961
  }
1859
1962
  }
1860
- }, ie = {
1861
- fg: ee,
1862
- bg: le,
1863
- border: ae,
1864
- blue: oe,
1865
- orange: re,
1866
- vis: se,
1867
- text: te
1868
- }, ue = r({
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({
1869
1972
  modal: {
1870
1973
  value: {
1871
1974
  paddingInline: "xs",
@@ -1877,7 +1980,7 @@ const m = {
1877
1980
  boxShadow: "mid"
1878
1981
  }
1879
1982
  }
1880
- }), ne = {
1983
+ }), me = {
1881
1984
  "low-light": {
1882
1985
  value: "0px 2px 4px 0px rgba(0, 0, 0, 0.10)"
1883
1986
  },
@@ -1908,7 +2011,7 @@ const m = {
1908
2011
  "desktop-icon-label-text-selected-dark": {
1909
2012
  value: "0px 2px 4px rgba(37, 99, 235, 0.75)"
1910
2013
  }
1911
- }, ce = {
2014
+ }, pe = {
1912
2015
  low: {
1913
2016
  value: {
1914
2017
  base: "{shadows.low-light}",
@@ -1939,7 +2042,7 @@ const m = {
1939
2042
  _dark: "{shadows.desktop-icon-label-text-selected-dark}"
1940
2043
  }
1941
2044
  }
1942
- }, de = s({
2045
+ }, Fe = s({
1943
2046
  brand: {
1944
2047
  value: {
1945
2048
  fontFamily: "brand",
@@ -2172,50 +2275,53 @@ const m = {
2172
2275
  letterSpacing: "0.14px"
2173
2276
  }
2174
2277
  }
2175
- }), be = t({
2176
- globalCss: m,
2278
+ }), he = t({
2279
+ globalCss: y,
2177
2280
  theme: {
2178
2281
  breakpoints: {
2179
2282
  "3xl": "2560px",
2180
2283
  "4xl": "3840px"
2181
2284
  },
2182
- textStyles: de,
2183
- layerStyles: ue,
2285
+ textStyles: Fe,
2286
+ layerStyles: ve,
2184
2287
  recipes: {
2185
- button: V,
2186
- divider: I,
2187
- input: $,
2188
- skeleton: K,
2189
- textarea: N
2288
+ button: Y,
2289
+ divider: j,
2290
+ input: K,
2291
+ kbd: N,
2292
+ skeleton: oe,
2293
+ textarea: ae
2190
2294
  },
2191
2295
  tokens: {
2192
- colors: L,
2193
- fonts: R,
2194
- fontSizes: W,
2195
- fontWeights: H,
2196
- radii: U,
2197
- shadows: ne,
2198
- spacing: T
2296
+ colors: U,
2297
+ fonts: M,
2298
+ fontSizes: X,
2299
+ fontWeights: V,
2300
+ radii: I,
2301
+ shadows: me,
2302
+ spacing: P
2199
2303
  },
2200
2304
  semanticTokens: {
2201
- colors: ie,
2202
- borders: Z,
2203
- shadows: ce
2305
+ colors: ge,
2306
+ borders: se,
2307
+ shadows: pe
2204
2308
  },
2205
2309
  slotRecipes: {
2206
- alert: M,
2207
- drawer: P,
2208
- tooltip: Q,
2209
- popover: G,
2210
- menu: q,
2211
- editable: O,
2212
- form: Y,
2213
- dialog: X,
2214
- progressCircle: J
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
2215
2319
  }
2216
2320
  }
2217
- }), me = i(u, be);
2321
+ }), _e = c(i, he);
2218
2322
  export {
2219
- me as t
2323
+ fe as c,
2324
+ x as m,
2325
+ _e as t
2220
2326
  };
2221
- //# sourceMappingURL=theme-BLGUwVOD.js.map
2327
+ //# sourceMappingURL=theme-Dq4r3aRE.js.map