@pstdio/ui 0.3.0 → 0.4.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 (80) hide show
  1. package/dist/chat-ui.js +12 -11
  2. package/dist/chat-ui.js.map +1 -1
  3. package/dist/components/attached-panel.d.ts +9 -0
  4. package/dist/components/attached-panel.utils.d.ts +6 -0
  5. package/dist/components/bubble-button.d.ts +10 -0
  6. package/dist/components/bubble-panel.d.ts +18 -0
  7. package/dist/components/chat-ui/components/chat-panel-sticky-user-message.d.ts +1 -1
  8. package/dist/components/diff-card.d.ts +3 -0
  9. package/dist/components/diff-drawer.d.ts +1 -0
  10. package/dist/components/layout.d.ts +1 -2
  11. package/dist/components/layout.stories.d.ts +3 -3
  12. package/dist/components/panel-header.constants.d.ts +1 -0
  13. package/dist/components/rich-text/markdown-editor/markdown-editor.d.ts +1 -0
  14. package/dist/components/rich-text/shared/components/content-editable.d.ts +2 -1
  15. package/dist/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/resolve-block-type.d.ts +17 -0
  16. package/dist/components/rich-text/shared/transformers/markdown-transformers.d.ts +1 -0
  17. package/dist/components/searchable-menu.d.ts +35 -2
  18. package/dist/components/searchable-menu.stories.d.ts +2 -0
  19. package/dist/components/session-indicator.d.ts +2 -2
  20. package/dist/components/session-indicator.stories.d.ts +1 -0
  21. package/dist/components/sidebar/sidebar-footer.d.ts +6 -0
  22. package/dist/components/sidebar/sidebar-header.d.ts +7 -0
  23. package/dist/components/sidebar/sidebar-project-menu.d.ts +10 -0
  24. package/dist/components/sidebar/sidebar.d.ts +2 -0
  25. package/dist/components/sidebar/sidebar.store.d.ts +47 -0
  26. package/dist/components/{sidebar-next/sidebar-next.stories.d.ts → sidebar/sidebar.stories.d.ts} +4 -3
  27. package/dist/components/{sidebar-next/sidebar-next.types.d.ts → sidebar/sidebar.types.d.ts} +3 -2
  28. package/dist/components/sidebar-tree/sidebar-node-content.d.ts +9 -0
  29. package/dist/components/sidebar-tree/sidebar-tree.d.ts +1 -1
  30. package/dist/components/sidebar-tree/sidebar-tree.types.d.ts +10 -2
  31. package/dist/components/style-guide.stories.d.ts +7 -12
  32. package/dist/components/tickets/ticket-card.d.ts +2 -7
  33. package/dist/components/workspace-badge.d.ts +22 -0
  34. package/dist/components/workspace-badge.stories.d.ts +13 -0
  35. package/dist/get-file-type-icon-CirIyuE8.js +92 -0
  36. package/dist/get-file-type-icon-CirIyuE8.js.map +1 -0
  37. package/dist/index.d.ts +18 -19
  38. package/dist/index.js +1849 -1743
  39. package/dist/index.js.map +1 -1
  40. package/dist/{rich-message-ZT2CEiwt.js → rich-message-Bad4GxH2.js} +520 -503
  41. package/dist/rich-message-Bad4GxH2.js.map +1 -0
  42. package/dist/rich-text.js +276 -272
  43. package/dist/rich-text.js.map +1 -1
  44. package/dist/style.css +1 -1
  45. package/dist/test-utils/local-storage.d.ts +1 -0
  46. package/dist/theme/global.d.ts +3 -0
  47. package/dist/theme/primitives/colors.d.ts +116 -0
  48. package/dist/theme/recipes/button.d.ts +13 -13
  49. package/dist/theme/recipes/dialog.d.ts +1 -1
  50. package/dist/theme/recipes/drawer.d.ts +1 -1
  51. package/dist/theme/recipes/menu.d.ts +1 -1
  52. package/dist/theme/recipes/popover.d.ts +1 -1
  53. package/dist/theme/recipes/tooltip.d.ts +1 -1
  54. package/dist/theme/tokens/colors.d.ts +162 -8
  55. package/dist/{theme-BFV2Q048.js → theme-D0VvFB1Y.js} +292 -154
  56. package/dist/theme-D0VvFB1Y.js.map +1 -0
  57. package/dist/theme.js +1 -1
  58. package/package.json +2 -2
  59. package/dist/components/documentation/docs-changelog.d.ts +0 -20
  60. package/dist/components/documentation/docs-changelog.stories.d.ts +0 -15
  61. package/dist/components/documentation/docs-outline.d.ts +0 -13
  62. package/dist/components/documentation/docs-outline.stories.d.ts +0 -16
  63. package/dist/components/documentation/docs-pagination.d.ts +0 -10
  64. package/dist/components/documentation/docs-pagination.stories.d.ts +0 -14
  65. package/dist/components/documentation/docs-sidebar.d.ts +0 -14
  66. package/dist/components/documentation/docs-sidebar.stories.d.ts +0 -7
  67. package/dist/components/panel-menu.d.ts +0 -9
  68. package/dist/components/panel-menu.stories.d.ts +0 -8
  69. package/dist/components/sidebar-next/sidebar-next-footer.d.ts +0 -6
  70. package/dist/components/sidebar-next/sidebar-next-header.d.ts +0 -7
  71. package/dist/components/sidebar-next/sidebar-next.d.ts +0 -2
  72. package/dist/components/sidebar-next/sidebar-next.store.d.ts +0 -47
  73. package/dist/components/sidebar-next/sidebar-next.store.test.d.ts +0 -1
  74. package/dist/rich-message-ZT2CEiwt.js.map +0 -1
  75. package/dist/theme-BFV2Q048.js.map +0 -1
  76. package/dist/tooltip-Dze4WXVl.js +0 -86
  77. package/dist/tooltip-Dze4WXVl.js.map +0 -1
  78. /package/dist/components/{chat-ui/components/ai-conversation.test.d.ts → attached-panel.utils.test.d.ts} +0 -0
  79. /package/dist/components/{chat-ui/components/chat-panel.sticky-user-message.test.d.ts → rich-text/shared/transformers/markdown-transformers.test.d.ts} +0 -0
  80. /package/dist/components/{searchable-menu.test.d.ts → sidebar/sidebar.store.test.d.ts} +0 -0
@@ -1,11 +1,14 @@
1
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 d, dialogAnatomy as b, drawerAnatomy as c, fieldsetAnatomy as n, menuAnatomy as v, popoverAnatomy as g, tooltipAnatomy as p } from "@chakra-ui/react/anatomy";
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
3
  import { progressCircleSlotRecipe as o } from "@chakra-ui/react/theme";
4
4
  const m = {
5
5
  "*::selection": {
6
6
  bg: {
7
7
  base: "bg.accent-secondary.blue-medium",
8
8
  _dark: "bg.accent-secondary.blue-medium"
9
+ },
10
+ color: {
11
+ _dark: "fg.inverted"
9
12
  }
10
13
  },
11
14
  ":root": {
@@ -94,7 +97,7 @@ const m = {
94
97
  value: "#22252C"
95
98
  },
96
99
  850: {
97
- value: "#1A1C21"
100
+ value: "#1b2028"
98
101
  },
99
102
  900: {
100
103
  value: "#0A0D15"
@@ -102,7 +105,7 @@ const m = {
102
105
  1e3: {
103
106
  value: "#000000"
104
107
  }
105
- }, k = {
108
+ }, F = {
106
109
  DEFAULT: {
107
110
  value: "#5098FF"
108
111
  },
@@ -136,7 +139,7 @@ const m = {
136
139
  900: {
137
140
  value: "#002862"
138
141
  }
139
- }, x = {
142
+ }, k = {
140
143
  DEFAULT: {
141
144
  value: "#3A4BE4"
142
145
  },
@@ -173,7 +176,7 @@ const m = {
173
176
  900: {
174
177
  value: "#0A125A"
175
178
  }
176
- }, F = {
179
+ }, x = {
177
180
  DEFAULT: {
178
181
  value: "#E054EC"
179
182
  },
@@ -280,37 +283,37 @@ const m = {
280
283
  }
281
284
  }, _ = {
282
285
  DEFAULT: {
283
- value: "#EB9D2A"
286
+ value: "#F78C25"
284
287
  },
285
288
  50: {
286
- value: "#FDF3E5"
289
+ value: "#FFF4E8"
287
290
  },
288
291
  100: {
289
- value: "#FAE6C8"
292
+ value: "#FFE2C1"
290
293
  },
291
294
  200: {
292
- value: "#F7D6A6"
295
+ value: "#FFC98E"
293
296
  },
294
297
  300: {
295
- value: "#F3C683"
298
+ value: "#FFAD57"
296
299
  },
297
300
  400: {
298
- value: "#EB9D2A"
301
+ value: "#F78C25"
299
302
  },
300
303
  500: {
301
- value: "#CF8A25"
304
+ value: "#E26F12"
302
305
  },
303
306
  600: {
304
- value: "#B37720"
307
+ value: "#C85D12"
305
308
  },
306
309
  700: {
307
- value: "#92611A"
310
+ value: "#A74810"
308
311
  },
309
312
  800: {
310
- value: "#714B14"
313
+ value: "#7E330C"
311
314
  },
312
315
  900: {
313
- value: "#52370F"
316
+ value: "#552107"
314
317
  }
315
318
  }, E = {
316
319
  DEFAULT: {
@@ -319,9 +322,15 @@ const m = {
319
322
  50: {
320
323
  value: "#FFF7D9"
321
324
  },
325
+ 75: {
326
+ value: "#FFF3C2"
327
+ },
322
328
  100: {
323
329
  value: "#FFEEB3"
324
330
  },
331
+ 150: {
332
+ value: "#FFE999"
333
+ },
325
334
  200: {
326
335
  value: "#FFE792"
327
336
  },
@@ -414,7 +423,7 @@ const m = {
414
423
  900: {
415
424
  value: "#024F3D"
416
425
  }
417
- }, A = {
426
+ }, w = {
418
427
  DEFAULT: {
419
428
  value: "#5CDCFF"
420
429
  },
@@ -482,7 +491,7 @@ const m = {
482
491
  900: {
483
492
  value: "#1E0050"
484
493
  }
485
- }, w = {
494
+ }, A = {
486
495
  DEFAULT: {
487
496
  value: "#F4F2EC"
488
497
  },
@@ -517,20 +526,72 @@ const m = {
517
526
  value: "#E8CECE"
518
527
  }
519
528
  }, z = {
520
- sand: w,
529
+ 50: {
530
+ value: "#FCFDFC"
531
+ },
532
+ 75: {
533
+ value: "#F7F9F7"
534
+ },
535
+ 100: {
536
+ value: "#F1F5F2"
537
+ },
538
+ 200: {
539
+ value: "#EDF1EE"
540
+ },
541
+ 300: {
542
+ value: "#E9EFEA"
543
+ },
544
+ 400: {
545
+ value: "#DEE5DF"
546
+ },
547
+ 500: {
548
+ value: "#CCD1CE"
549
+ },
550
+ 600: {
551
+ value: "#404347"
552
+ },
553
+ 700: {
554
+ value: "#31363C"
555
+ },
556
+ 750: {
557
+ value: "#252A2F"
558
+ },
559
+ 800: {
560
+ value: "#222A35"
561
+ },
562
+ 850: {
563
+ value: "#1A202A"
564
+ },
565
+ 900: {
566
+ value: "#141923"
567
+ },
568
+ 950: {
569
+ value: "#10141B"
570
+ }
571
+ }, B = {
572
+ 100: {
573
+ value: "#D3ECEE"
574
+ },
575
+ 200: {
576
+ value: "#B3DEE2"
577
+ }
578
+ }, L = {
579
+ sand: A,
521
580
  blacks: h,
522
- blue: k,
523
- sapphire: x,
524
- pink: F,
581
+ blue: F,
582
+ sapphire: k,
583
+ pink: x,
525
584
  peach: f,
526
585
  red: y,
527
586
  orange: _,
528
587
  yellow: E,
529
588
  green: C,
530
589
  teal: S,
531
- cyan: A,
532
- purple: D
533
- }, B = {
590
+ cyan: w,
591
+ purple: D,
592
+ neutral: z,
593
+ mint: B
594
+ }, R = {
534
595
  display: {
535
596
  value: "'Playfair Display', serif"
536
597
  },
@@ -546,7 +607,7 @@ const m = {
546
607
  body: {
547
608
  value: "Inter, sans-serif"
548
609
  }
549
- }, L = {
610
+ }, W = {
550
611
  xs: {
551
612
  value: "0.625rem"
552
613
  },
@@ -611,7 +672,7 @@ const m = {
611
672
  value: "1.25rem"
612
673
  }
613
674
  // 20px
614
- }, R = {
675
+ }, H = {
615
676
  regular: {
616
677
  value: 400
617
678
  },
@@ -651,7 +712,7 @@ const m = {
651
712
  900: "4.5rem",
652
713
  // 96px
653
714
  1600: "8rem"
654
- }, W = {
715
+ }, T = {
655
716
  none: {
656
717
  value: "0"
657
718
  },
@@ -691,7 +752,7 @@ const m = {
691
752
  "5xl": {
692
753
  value: e[1600]
693
754
  }
694
- }, H = {
755
+ }, U = {
695
756
  none: {
696
757
  value: "0"
697
758
  },
@@ -716,15 +777,15 @@ const m = {
716
777
  full: {
717
778
  value: "100%"
718
779
  }
719
- }, T = l({
720
- slots: d.keys(),
780
+ }, M = l({
781
+ slots: n.keys(),
721
782
  base: {
722
783
  root: {
723
784
  pt: "xs",
724
785
  pb: "xs"
725
786
  }
726
787
  }
727
- }), U = a({
788
+ }), V = a({
728
789
  base: {
729
790
  borderRadius: "sm",
730
791
  transition: "all 0.1s ease-in-out",
@@ -768,10 +829,10 @@ const m = {
768
829
  borderRadius: "xl",
769
830
  border: "2px solid {fg}",
770
831
  _hover: {
771
- bg: "bg.muted"
832
+ bg: "bg.hover"
772
833
  },
773
834
  _active: {
774
- bg: "bg.emphasized"
835
+ bg: "bg.active"
775
836
  }
776
837
  },
777
838
  "display-ghost": {
@@ -779,10 +840,10 @@ const m = {
779
840
  color: "fg",
780
841
  borderRadius: "xl",
781
842
  _hover: {
782
- bg: "bg.muted"
843
+ bg: "bg.hover"
783
844
  },
784
845
  _active: {
785
- bg: "bg.emphasized"
846
+ bg: "bg.active"
786
847
  }
787
848
  },
788
849
  "display-link": {
@@ -799,13 +860,13 @@ const m = {
799
860
  },
800
861
  primary: {
801
862
  color: "blacks.1000",
802
- bg: "bg.accent-primary.medium",
863
+ bg: "bg.button.primary.default",
803
864
  border: "none",
804
865
  _hover: {
805
- bg: "bg.accent-primary.light"
866
+ bg: "bg.button.primary.hover"
806
867
  },
807
868
  _active: {
808
- bg: "bg.accent-primary.medium"
869
+ bg: "bg.button.primary.pressed"
809
870
  }
810
871
  },
811
872
  secondary: {
@@ -813,10 +874,10 @@ const m = {
813
874
  bg: "bg",
814
875
  border: "2px solid border.muted",
815
876
  _hover: {
816
- bg: "bg.muted"
877
+ bg: "bg.hover"
817
878
  },
818
879
  _active: {
819
- bg: "bg.emphasized"
880
+ bg: "bg.active"
820
881
  },
821
882
  _disabled: {
822
883
  opacity: 1,
@@ -829,10 +890,10 @@ const m = {
829
890
  bg: "bg",
830
891
  border: "border.muted",
831
892
  _hover: {
832
- bg: "bg.muted"
893
+ bg: "bg.hover"
833
894
  },
834
895
  _active: {
835
- bg: "bg.emphasized"
896
+ bg: "bg.active"
836
897
  },
837
898
  _disabled: {
838
899
  opacity: 1,
@@ -845,10 +906,10 @@ const m = {
845
906
  bg: "transparent",
846
907
  border: "none",
847
908
  _hover: {
848
- bg: "bg.muted"
909
+ bg: "bg.hover"
849
910
  },
850
911
  _active: {
851
- bg: "bg.emphasized"
912
+ bg: "bg.active"
852
913
  },
853
914
  _disabled: {
854
915
  bg: "transparent",
@@ -883,19 +944,19 @@ const m = {
883
944
  size: "md",
884
945
  variant: "outline"
885
946
  }
886
- }), M = l({
887
- slots: b.keys(),
947
+ }), X = l({
948
+ slots: c.keys(),
888
949
  base: {
889
950
  content: {
890
951
  bg: "bg"
891
952
  }
892
953
  }
893
- }), V = a({
954
+ }), I = a({
894
955
  base: {
895
956
  borderColor: "border"
896
957
  }
897
- }), X = l({
898
- slots: c.keys(),
958
+ }), P = l({
959
+ slots: d.keys(),
899
960
  base: {
900
961
  header: {
901
962
  fontWeight: "medium",
@@ -906,7 +967,7 @@ const m = {
906
967
  bg: "bg"
907
968
  }
908
969
  }
909
- }), I = l({
970
+ }), O = l({
910
971
  slots: ["preview", "input", "textarea"],
911
972
  base: {
912
973
  preview: {
@@ -918,7 +979,7 @@ const m = {
918
979
  transitionProperty: "common",
919
980
  transitionDuration: "normal",
920
981
  _hover: {
921
- bg: "bg.muted"
982
+ bg: "bg.hover"
922
983
  }
923
984
  },
924
985
  input: {
@@ -955,14 +1016,14 @@ const m = {
955
1016
  }
956
1017
  }
957
1018
  }
958
- }), P = l({
959
- slots: n.keys(),
1019
+ }), Y = l({
1020
+ slots: b.keys(),
960
1021
  base: {
961
1022
  legend: {
962
1023
  mb: "2xs"
963
1024
  }
964
1025
  }
965
- }), O = a({
1026
+ }), $ = a({
966
1027
  base: {
967
1028
  px: "sm",
968
1029
  borderRadius: "sm",
@@ -994,7 +1055,7 @@ const m = {
994
1055
  }
995
1056
  }
996
1057
  }
997
- }), Y = l({
1058
+ }), q = l({
998
1059
  slots: v.keys(),
999
1060
  base: {
1000
1061
  itemGroupLabel: {
@@ -1034,7 +1095,7 @@ const m = {
1034
1095
  textStyle: "label/M/regular"
1035
1096
  }
1036
1097
  }
1037
- }), $ = l({
1098
+ }), G = l({
1038
1099
  slots: g.keys(),
1039
1100
  base: {
1040
1101
  positioner: {
@@ -1086,12 +1147,12 @@ const m = {
1086
1147
  }
1087
1148
  }
1088
1149
  }
1089
- }), q = o.variants?.size ?? {}, G = {
1150
+ }), j = o.variants?.size ?? {}, J = {
1090
1151
  ...o,
1091
1152
  variants: {
1092
1153
  ...o.variants,
1093
1154
  size: {
1094
- ...q,
1155
+ ...j,
1095
1156
  "2xs": {
1096
1157
  circle: {
1097
1158
  "--size": "14px",
@@ -1103,12 +1164,12 @@ const m = {
1103
1164
  }
1104
1165
  }
1105
1166
  }
1106
- }, j = a({
1167
+ }, K = a({
1107
1168
  base: {
1108
1169
  "--start-color": "fg",
1109
1170
  "--end-color": "fg.muted"
1110
1171
  }
1111
- }), J = a({
1172
+ }), N = a({
1112
1173
  base: {
1113
1174
  paddingX: "sm",
1114
1175
  paddingY: "xs",
@@ -1134,7 +1195,7 @@ const m = {
1134
1195
  color: "fg.subtle"
1135
1196
  }
1136
1197
  }
1137
- }), K = l({
1198
+ }), Q = l({
1138
1199
  slots: p.keys(),
1139
1200
  base: {
1140
1201
  content: {
@@ -1145,7 +1206,7 @@ const m = {
1145
1206
  bg: "bg.inverted"
1146
1207
  }
1147
1208
  }
1148
- }), N = {
1209
+ }), Z = {
1149
1210
  DEFAULT: {
1150
1211
  value: {
1151
1212
  base: "1px solid {colors.blacks.400}",
@@ -1182,7 +1243,7 @@ const m = {
1182
1243
  _dark: "1px solid {colors.blue.900}"
1183
1244
  }
1184
1245
  }
1185
- }, Q = {
1246
+ }, ee = {
1186
1247
  DEFAULT: {
1187
1248
  value: {
1188
1249
  base: "{colors.blacks.800}",
@@ -1266,7 +1327,7 @@ const m = {
1266
1327
  value: "{colors.fg.muted}"
1267
1328
  }
1268
1329
  }
1269
- }, Z = {
1330
+ }, le = {
1270
1331
  DEFAULT: {
1271
1332
  value: {
1272
1333
  base: "{colors.blacks.50}",
@@ -1275,13 +1336,25 @@ const m = {
1275
1336
  },
1276
1337
  muted: {
1277
1338
  value: {
1278
- base: "{colors.blacks.200}",
1279
- _dark: "{colors.blacks.800}"
1339
+ base: "{colors.neutral.200}",
1340
+ _dark: "{colors.neutral.800}"
1280
1341
  }
1281
1342
  },
1282
1343
  subtle: {
1283
1344
  value: {
1284
- base: "{colors.blacks.75}",
1345
+ base: "{colors.neutral.50}",
1346
+ _dark: "{colors.neutral.950}"
1347
+ }
1348
+ },
1349
+ hover: {
1350
+ value: {
1351
+ base: "{colors.neutral.100}",
1352
+ _dark: "{colors.neutral.850}"
1353
+ }
1354
+ },
1355
+ active: {
1356
+ value: {
1357
+ base: "{colors.neutral.75}",
1285
1358
  _dark: "{colors.blacks.850}"
1286
1359
  }
1287
1360
  },
@@ -1293,8 +1366,8 @@ const m = {
1293
1366
  },
1294
1367
  emphasized: {
1295
1368
  value: {
1296
- base: "{colors.blacks.50}",
1297
- _dark: "{colors.blacks.600}"
1369
+ base: "{colors.bg.active}",
1370
+ _dark: "{colors.bg.active}"
1298
1371
  }
1299
1372
  },
1300
1373
  inverted: {
@@ -1324,13 +1397,22 @@ const m = {
1324
1397
  button: {
1325
1398
  primary: {
1326
1399
  default: {
1327
- value: "{colors.bg.accent-primary.default}"
1400
+ value: {
1401
+ base: "{colors.bg.accent-primary.default}",
1402
+ _dark: "{colors.bg.accent-primary.dark}"
1403
+ }
1328
1404
  },
1329
1405
  hover: {
1330
- value: "{colors.bg.accent-primary.hover}"
1406
+ value: {
1407
+ base: "{colors.bg.accent-primary.hover}",
1408
+ _dark: "{colors.bg.accent-primary.medium}"
1409
+ }
1331
1410
  },
1332
1411
  pressed: {
1333
- value: "{colors.bg.accent-primary.pressed}"
1412
+ value: {
1413
+ base: "{colors.bg.accent-primary.pressed}",
1414
+ _dark: "{colors.bg.accent-primary.medium}"
1415
+ }
1334
1416
  },
1335
1417
  disabled: {
1336
1418
  value: "{colors.bg.muted}"
@@ -1342,13 +1424,13 @@ const m = {
1342
1424
  value: "{colors.bg}"
1343
1425
  },
1344
1426
  hover: {
1345
- value: "{colors.bg.muted}"
1427
+ value: "{colors.bg.hover}"
1346
1428
  },
1347
1429
  focus: {
1348
- value: "{colors.bg.muted}"
1430
+ value: "{colors.bg.hover}"
1349
1431
  },
1350
1432
  selected: {
1351
- value: "{colors.bg.muted}"
1433
+ value: "{colors.bg.active}"
1352
1434
  }
1353
1435
  },
1354
1436
  display: {
@@ -1362,44 +1444,44 @@ const m = {
1362
1444
  "accent-primary": {
1363
1445
  default: {
1364
1446
  value: {
1365
- base: "{colors.orange.100}",
1366
- _dark: "{colors.orange.300}"
1447
+ base: "{colors.yellow.75}",
1448
+ _dark: "{colors.yellow.75}"
1367
1449
  }
1368
1450
  },
1369
1451
  hover: {
1370
1452
  value: {
1371
- base: "{colors.orange.200}",
1372
- _dark: "{colors.orange.200}"
1453
+ base: "{colors.yellow.100}",
1454
+ _dark: "{colors.yellow.100}"
1373
1455
  }
1374
1456
  },
1375
1457
  pressed: {
1376
1458
  value: {
1377
- base: "{colors.orange.300}",
1378
- _dark: "{colors.orange.100}"
1459
+ base: "{colors.yellow.150}",
1460
+ _dark: "{colors.yellow.150}"
1379
1461
  }
1380
1462
  },
1381
1463
  "very-light": {
1382
1464
  value: {
1383
- base: "{colors.orange.100}",
1384
- _dark: "{colors.blacks.1000}"
1465
+ base: "{colors.yellow.75}",
1466
+ _dark: "{colors.yellow.75}"
1385
1467
  }
1386
1468
  },
1387
1469
  light: {
1388
1470
  value: {
1389
- base: "{colors.orange.100}",
1390
- _dark: "{colors.orange.300}"
1471
+ base: "{colors.yellow.75}",
1472
+ _dark: "{colors.yellow.75}"
1391
1473
  }
1392
1474
  },
1393
1475
  medium: {
1394
1476
  value: {
1395
- base: "{colors.orange.200}",
1396
- _dark: "{colors.orange.200}"
1477
+ base: "{colors.yellow.100}",
1478
+ _dark: "{colors.yellow.100}"
1397
1479
  }
1398
1480
  },
1399
1481
  dark: {
1400
1482
  value: {
1401
- base: "{colors.orange.300}",
1402
- _dark: "{colors.orange.100}"
1483
+ base: "{colors.yellow.150}",
1484
+ _dark: "{colors.yellow.150}"
1403
1485
  }
1404
1486
  }
1405
1487
  },
@@ -1448,14 +1530,14 @@ const m = {
1448
1530
  },
1449
1531
  "blue-light": {
1450
1532
  value: {
1451
- base: "{colors.blue.50}",
1452
- _dark: "{colors.blue.700}"
1533
+ base: "{colors.mint.100}",
1534
+ _dark: "{colors.mint.100}"
1453
1535
  }
1454
1536
  },
1455
1537
  "blue-medium": {
1456
1538
  value: {
1457
- base: "{colors.blue.100}",
1458
- _dark: "{colors.blue.800}"
1539
+ base: "{colors.mint.200}",
1540
+ _dark: "{colors.mint.200}"
1459
1541
  }
1460
1542
  },
1461
1543
  "blue-dark": {
@@ -1478,14 +1560,20 @@ const m = {
1478
1560
  },
1479
1561
  "yellow-light": {
1480
1562
  value: {
1481
- base: "{colors.yellow.50}",
1482
- _dark: "{colors.yellow.100}"
1563
+ base: "{colors.yellow.75}",
1564
+ _dark: "{colors.yellow.75}"
1483
1565
  }
1484
1566
  },
1485
1567
  "yellow-medium": {
1486
1568
  value: {
1487
1569
  base: "{colors.yellow.100}",
1488
- _dark: "{colors.yellow.200}"
1570
+ _dark: "{colors.yellow.100}"
1571
+ }
1572
+ },
1573
+ "yellow-dark": {
1574
+ value: {
1575
+ base: "{colors.yellow.150}",
1576
+ _dark: "{colors.yellow.150}"
1489
1577
  }
1490
1578
  },
1491
1579
  "sand-light": {
@@ -1495,35 +1583,35 @@ const m = {
1495
1583
  }
1496
1584
  }
1497
1585
  }
1498
- }, ee = {
1586
+ }, ae = {
1499
1587
  DEFAULT: {
1500
1588
  value: {
1501
- base: "{colors.blacks.400}",
1502
- _dark: "{colors.blacks.600}"
1589
+ base: "{colors.neutral.500}",
1590
+ _dark: "{colors.neutral.600}"
1503
1591
  }
1504
1592
  },
1505
1593
  muted: {
1506
1594
  value: {
1507
- base: "{colors.blacks.300}",
1508
- _dark: "{colors.blacks.700}"
1595
+ base: "{colors.neutral.400}",
1596
+ _dark: "{colors.neutral.700}"
1509
1597
  }
1510
1598
  },
1511
1599
  subtle: {
1512
1600
  value: {
1513
- base: "{colors.blacks.300}",
1514
- _dark: "{colors.blacks.50}"
1601
+ base: "{colors.neutral.300}",
1602
+ _dark: "{colors.neutral.750}"
1515
1603
  }
1516
1604
  },
1517
1605
  inverted: {
1518
1606
  value: {
1519
- base: "{colors.blacks.400}",
1520
- _dark: "{colors.blacks.600}"
1607
+ base: "{colors.neutral.600}",
1608
+ _dark: "{colors.neutral.500}"
1521
1609
  }
1522
1610
  },
1523
1611
  "accent-light": {
1524
1612
  value: {
1525
- base: "{colors.blue.200}",
1526
- _dark: "{colors.blue.900}"
1613
+ base: "{colors.mint.100}",
1614
+ _dark: "{colors.mint.100}"
1527
1615
  }
1528
1616
  },
1529
1617
  accent: {
@@ -1537,14 +1625,63 @@ const m = {
1537
1625
  value: "{colors.border.muted}"
1538
1626
  }
1539
1627
  }
1540
- }, le = {
1628
+ }, oe = {
1541
1629
  border: {
1542
1630
  value: {
1543
- base: "{colors.blue.700}",
1544
- _dark: "{colors.blue.200}"
1631
+ _light: "{colors.mint.200}",
1632
+ _dark: "{colors.mint.200}"
1545
1633
  }
1546
1634
  }
1547
- }, ae = {
1635
+ }, re = {
1636
+ contrast: {
1637
+ value: {
1638
+ _light: "black",
1639
+ _dark: "black"
1640
+ }
1641
+ },
1642
+ fg: {
1643
+ value: {
1644
+ _light: "{colors.orange.700}",
1645
+ _dark: "{colors.orange.300}"
1646
+ }
1647
+ },
1648
+ subtle: {
1649
+ value: {
1650
+ _light: "{colors.orange.100}",
1651
+ _dark: "{colors.orange.900}"
1652
+ }
1653
+ },
1654
+ muted: {
1655
+ value: {
1656
+ _light: "{colors.orange.200}",
1657
+ _dark: "{colors.orange.800}"
1658
+ }
1659
+ },
1660
+ emphasized: {
1661
+ value: {
1662
+ _light: "{colors.orange.300}",
1663
+ _dark: "{colors.orange.700}"
1664
+ }
1665
+ },
1666
+ solid: {
1667
+ value: {
1668
+ _light: "{colors.orange.500}",
1669
+ _dark: "{colors.orange.400}"
1670
+ }
1671
+ },
1672
+ focusRing: {
1673
+ value: {
1674
+ _light: "{colors.orange.500}",
1675
+ _dark: "{colors.orange.500}"
1676
+ }
1677
+ },
1678
+ border: {
1679
+ value: {
1680
+ _light: "{colors.orange.400}",
1681
+ _dark: "{colors.orange.500}"
1682
+ }
1683
+ }
1684
+ }, se = {
1548
1685
  text: {
1549
1686
  primary: {
1550
1687
  value: {
@@ -1705,7 +1842,7 @@ const m = {
1705
1842
  }
1706
1843
  }
1707
1844
  }
1708
- }, oe = {
1845
+ }, te = {
1709
1846
  selectable: {
1710
1847
  primary: {
1711
1848
  value: {
@@ -1714,14 +1851,15 @@ const m = {
1714
1851
  }
1715
1852
  }
1716
1853
  }
1717
- }, re = {
1718
- fg: Q,
1719
- bg: Z,
1720
- border: ee,
1721
- blue: le,
1722
- vis: ae,
1723
- text: oe
1724
- }, se = r({
1854
+ }, ie = {
1855
+ fg: ee,
1856
+ bg: le,
1857
+ border: ae,
1858
+ blue: oe,
1859
+ orange: re,
1860
+ vis: se,
1861
+ text: te
1862
+ }, ue = r({
1725
1863
  modal: {
1726
1864
  value: {
1727
1865
  paddingInline: "xs",
@@ -1733,7 +1871,7 @@ const m = {
1733
1871
  boxShadow: "mid"
1734
1872
  }
1735
1873
  }
1736
- }), te = {
1874
+ }), ne = {
1737
1875
  "low-light": {
1738
1876
  value: "0px 2px 4px 0px rgba(0, 0, 0, 0.10)"
1739
1877
  },
@@ -1764,7 +1902,7 @@ const m = {
1764
1902
  "desktop-icon-label-text-selected-dark": {
1765
1903
  value: "0px 2px 4px rgba(37, 99, 235, 0.75)"
1766
1904
  }
1767
- }, ie = {
1905
+ }, ce = {
1768
1906
  low: {
1769
1907
  value: {
1770
1908
  base: "{shadows.low-light}",
@@ -1795,7 +1933,7 @@ const m = {
1795
1933
  _dark: "{shadows.desktop-icon-label-text-selected-dark}"
1796
1934
  }
1797
1935
  }
1798
- }, ue = s({
1936
+ }, de = s({
1799
1937
  brand: {
1800
1938
  value: {
1801
1939
  fontFamily: "brand",
@@ -2028,50 +2166,50 @@ const m = {
2028
2166
  letterSpacing: "0.14px"
2029
2167
  }
2030
2168
  }
2031
- }), de = t({
2169
+ }), be = t({
2032
2170
  globalCss: m,
2033
2171
  theme: {
2034
2172
  breakpoints: {
2035
2173
  "3xl": "2560px",
2036
2174
  "4xl": "3840px"
2037
2175
  },
2038
- textStyles: ue,
2039
- layerStyles: se,
2176
+ textStyles: de,
2177
+ layerStyles: ue,
2040
2178
  recipes: {
2041
- button: U,
2042
- divider: V,
2043
- input: O,
2044
- skeleton: j,
2045
- textarea: J
2179
+ button: V,
2180
+ divider: I,
2181
+ input: $,
2182
+ skeleton: K,
2183
+ textarea: N
2046
2184
  },
2047
2185
  tokens: {
2048
- colors: z,
2049
- fonts: B,
2050
- fontSizes: L,
2051
- fontWeights: R,
2052
- radii: H,
2053
- shadows: te,
2054
- spacing: W
2186
+ colors: L,
2187
+ fonts: R,
2188
+ fontSizes: W,
2189
+ fontWeights: H,
2190
+ radii: U,
2191
+ shadows: ne,
2192
+ spacing: T
2055
2193
  },
2056
2194
  semanticTokens: {
2057
- colors: re,
2058
- borders: N,
2059
- shadows: ie
2195
+ colors: ie,
2196
+ borders: Z,
2197
+ shadows: ce
2060
2198
  },
2061
2199
  slotRecipes: {
2062
- alert: T,
2063
- drawer: X,
2064
- tooltip: K,
2065
- popover: $,
2066
- menu: Y,
2067
- editable: I,
2068
- form: P,
2069
- dialog: M,
2070
- progressCircle: G
2200
+ alert: M,
2201
+ drawer: P,
2202
+ tooltip: Q,
2203
+ popover: G,
2204
+ menu: q,
2205
+ editable: O,
2206
+ form: Y,
2207
+ dialog: X,
2208
+ progressCircle: J
2071
2209
  }
2072
2210
  }
2073
- }), ve = i(u, de);
2211
+ }), me = i(u, be);
2074
2212
  export {
2075
- ve as t
2213
+ me as t
2076
2214
  };
2077
- //# sourceMappingURL=theme-BFV2Q048.js.map
2215
+ //# sourceMappingURL=theme-D0VvFB1Y.js.map