@pstdio/ui 0.0.4 → 0.1.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 (47) hide show
  1. package/dist/chat-ui.js +1212 -193
  2. package/dist/chat-ui.js.map +1 -1
  3. package/dist/components/chat-ui/index.d.ts +8 -5
  4. package/dist/components/chat-ui/tool-rendering/build-timeline.d.ts +2 -2
  5. package/dist/components/documentation/docs-changelog.d.ts +20 -0
  6. package/dist/components/documentation/docs-changelog.stories.d.ts +15 -0
  7. package/dist/components/documentation/docs-outline.d.ts +13 -0
  8. package/dist/components/documentation/docs-outline.stories.d.ts +16 -0
  9. package/dist/components/documentation/docs-pagination.d.ts +10 -0
  10. package/dist/components/documentation/docs-pagination.stories.d.ts +14 -0
  11. package/dist/components/documentation/docs-sidebar.d.ts +14 -0
  12. package/dist/components/documentation/docs-sidebar.stories.d.ts +7 -0
  13. package/dist/components/folder-picker-dialog.d.ts +25 -0
  14. package/dist/components/folder-picker-dialog.stories.d.ts +11 -0
  15. package/dist/components/panel-menu.d.ts +2 -0
  16. package/dist/components/panel-menu.stories.d.ts +1 -0
  17. package/dist/components/rich-text/markdown-editor/markdown-editor.d.ts +1 -0
  18. package/dist/components/rich-text/markdown-editor/markdown-editor.stories.d.ts +1 -0
  19. package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -1
  20. package/dist/components/session-indicator.d.ts +1 -1
  21. package/dist/components/switch.d.ts +15 -0
  22. package/dist/components/switch.stories.d.ts +16 -0
  23. package/dist/components/{ticket-card.d.ts → tickets/ticket-card.d.ts} +2 -1
  24. package/dist/components/tickets/ticket-list.d.ts +23 -0
  25. package/dist/components/tickets/ticket-list.stories.d.ts +10 -0
  26. package/dist/empty-state-Bu1ocnPz.js +70 -0
  27. package/dist/empty-state-Bu1ocnPz.js.map +1 -0
  28. package/dist/index.d.ts +27 -0
  29. package/dist/index.js +1148 -305
  30. package/dist/index.js.map +1 -1
  31. package/dist/{rich-message-CiA3ripk.js → rich-message-CNDoACE7.js} +8 -7
  32. package/dist/{rich-message-CiA3ripk.js.map → rich-message-CNDoACE7.js.map} +1 -1
  33. package/dist/rich-text.js +267 -262
  34. package/dist/rich-text.js.map +1 -1
  35. package/dist/style.css +1 -1
  36. package/dist/theme/primitives/colors.d.ts +12 -28
  37. package/dist/theme/recipes/menu.d.ts +1 -1
  38. package/dist/theme/tokens/borders.d.ts +6 -6
  39. package/dist/theme/tokens/colors.d.ts +180 -0
  40. package/dist/{theme-9E0MRtZk.js → theme-C7CIuIPZ.js} +197 -115
  41. package/dist/theme-C7CIuIPZ.js.map +1 -0
  42. package/dist/theme.js +1 -1
  43. package/package.json +6 -8
  44. package/dist/theme-9E0MRtZk.js.map +0 -1
  45. /package/dist/components/{ticket-board.d.ts → tickets/ticket-board.d.ts} +0 -0
  46. /package/dist/components/{ticket-board.stories.d.ts → tickets/ticket-board.stories.d.ts} +0 -0
  47. /package/dist/components/{ticket-card.stories.d.ts → tickets/ticket-card.stories.d.ts} +0 -0
@@ -61,6 +61,27 @@ export declare const fg: {
61
61
  _dark: string;
62
62
  };
63
63
  };
64
+ button: {
65
+ primary: {
66
+ default: {
67
+ value: {
68
+ base: string;
69
+ _dark: string;
70
+ };
71
+ };
72
+ disabled: {
73
+ value: string;
74
+ };
75
+ };
76
+ };
77
+ "menu-item": {
78
+ default: {
79
+ value: string;
80
+ };
81
+ secondary: {
82
+ value: string;
83
+ };
84
+ };
64
85
  };
65
86
  export declare const bg: {
66
87
  DEFAULT: {
@@ -117,6 +138,36 @@ export declare const bg: {
117
138
  _dark: string;
118
139
  };
119
140
  };
141
+ button: {
142
+ primary: {
143
+ default: {
144
+ value: string;
145
+ };
146
+ hover: {
147
+ value: string;
148
+ };
149
+ pressed: {
150
+ value: string;
151
+ };
152
+ disabled: {
153
+ value: string;
154
+ };
155
+ };
156
+ };
157
+ "menu-item": {
158
+ default: {
159
+ value: string;
160
+ };
161
+ hover: {
162
+ value: string;
163
+ };
164
+ focus: {
165
+ value: string;
166
+ };
167
+ selected: {
168
+ value: string;
169
+ };
170
+ };
120
171
  display: {
121
172
  "very-light": {
122
173
  value: {
@@ -126,6 +177,24 @@ export declare const bg: {
126
177
  };
127
178
  };
128
179
  "accent-primary": {
180
+ default: {
181
+ value: {
182
+ base: string;
183
+ _dark: string;
184
+ };
185
+ };
186
+ hover: {
187
+ value: {
188
+ base: string;
189
+ _dark: string;
190
+ };
191
+ };
192
+ pressed: {
193
+ value: {
194
+ base: string;
195
+ _dark: string;
196
+ };
197
+ };
129
198
  "very-light": {
130
199
  value: {
131
200
  base: string;
@@ -275,6 +344,17 @@ export declare const border: {
275
344
  _dark: string;
276
345
  };
277
346
  };
347
+ accent: {
348
+ value: {
349
+ base: string;
350
+ _dark: string;
351
+ };
352
+ };
353
+ button: {
354
+ primary: {
355
+ value: string;
356
+ };
357
+ };
278
358
  };
279
359
  export declare const blue: {
280
360
  border: {
@@ -446,6 +526,16 @@ export declare const vis: {
446
526
  };
447
527
  };
448
528
  };
529
+ export declare const text: {
530
+ selectable: {
531
+ primary: {
532
+ value: {
533
+ base: string;
534
+ _dark: string;
535
+ };
536
+ };
537
+ };
538
+ };
449
539
  export declare const semanticColors: {
450
540
  fg: {
451
541
  DEFAULT: {
@@ -510,6 +600,27 @@ export declare const semanticColors: {
510
600
  _dark: string;
511
601
  };
512
602
  };
603
+ button: {
604
+ primary: {
605
+ default: {
606
+ value: {
607
+ base: string;
608
+ _dark: string;
609
+ };
610
+ };
611
+ disabled: {
612
+ value: string;
613
+ };
614
+ };
615
+ };
616
+ "menu-item": {
617
+ default: {
618
+ value: string;
619
+ };
620
+ secondary: {
621
+ value: string;
622
+ };
623
+ };
513
624
  };
514
625
  bg: {
515
626
  DEFAULT: {
@@ -566,6 +677,36 @@ export declare const semanticColors: {
566
677
  _dark: string;
567
678
  };
568
679
  };
680
+ button: {
681
+ primary: {
682
+ default: {
683
+ value: string;
684
+ };
685
+ hover: {
686
+ value: string;
687
+ };
688
+ pressed: {
689
+ value: string;
690
+ };
691
+ disabled: {
692
+ value: string;
693
+ };
694
+ };
695
+ };
696
+ "menu-item": {
697
+ default: {
698
+ value: string;
699
+ };
700
+ hover: {
701
+ value: string;
702
+ };
703
+ focus: {
704
+ value: string;
705
+ };
706
+ selected: {
707
+ value: string;
708
+ };
709
+ };
569
710
  display: {
570
711
  "very-light": {
571
712
  value: {
@@ -575,6 +716,24 @@ export declare const semanticColors: {
575
716
  };
576
717
  };
577
718
  "accent-primary": {
719
+ default: {
720
+ value: {
721
+ base: string;
722
+ _dark: string;
723
+ };
724
+ };
725
+ hover: {
726
+ value: {
727
+ base: string;
728
+ _dark: string;
729
+ };
730
+ };
731
+ pressed: {
732
+ value: {
733
+ base: string;
734
+ _dark: string;
735
+ };
736
+ };
578
737
  "very-light": {
579
738
  value: {
580
739
  base: string;
@@ -724,6 +883,17 @@ export declare const semanticColors: {
724
883
  _dark: string;
725
884
  };
726
885
  };
886
+ accent: {
887
+ value: {
888
+ base: string;
889
+ _dark: string;
890
+ };
891
+ };
892
+ button: {
893
+ primary: {
894
+ value: string;
895
+ };
896
+ };
727
897
  };
728
898
  blue: {
729
899
  border: {
@@ -895,4 +1065,14 @@ export declare const semanticColors: {
895
1065
  };
896
1066
  };
897
1067
  };
1068
+ text: {
1069
+ selectable: {
1070
+ primary: {
1071
+ value: {
1072
+ base: string;
1073
+ _dark: string;
1074
+ };
1075
+ };
1076
+ };
1077
+ };
898
1078
  };