@pstdio/ui 0.5.2 → 0.6.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 (45) 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 +11 -9
  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/rich-text/shared/editor-config.d.ts +1 -0
  15. package/dist/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/floating-toolbar-buttons.d.ts +16 -0
  16. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/commands.d.ts +2 -0
  17. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/index.d.ts +3 -0
  18. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/link-editor-content.d.ts +18 -0
  19. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/link-edit-state.d.ts +1 -0
  20. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/selection-link-url.d.ts +2 -0
  21. package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.d.ts +1 -1
  22. package/dist/components/rich-text/shared/transformers/markdown-transformers-test-utils.d.ts +3 -0
  23. package/dist/components/rich-text/shared/transformers/markdown-transformers.d.ts +1 -0
  24. package/dist/index.d.ts +2 -0
  25. package/dist/index.js +2047 -1786
  26. package/dist/index.js.map +1 -1
  27. package/dist/{rich-message-DeJwzVeV.js → rich-message-33DPxuWJ.js} +502 -464
  28. package/dist/rich-message-33DPxuWJ.js.map +1 -0
  29. package/dist/rich-text.js +738 -414
  30. package/dist/rich-text.js.map +1 -1
  31. package/dist/style.css +1 -1
  32. package/dist/theme/recipes/alert.d.ts +1 -1
  33. package/dist/theme/recipes/dialog.d.ts +1 -1
  34. package/dist/theme/recipes/drawer.d.ts +1 -1
  35. package/dist/theme/recipes/menu.d.ts +1 -1
  36. package/dist/theme/recipes/popover.d.ts +1 -1
  37. package/dist/theme/tokens/borders.d.ts +6 -24
  38. package/dist/theme/tokens/colors.d.ts +168 -168
  39. package/dist/theme/tokens/shadows.d.ts +5 -5
  40. package/dist/{theme-Dq4r3aRE.js → theme-0SQvHr1t.js} +140 -158
  41. package/dist/theme-0SQvHr1t.js.map +1 -0
  42. package/dist/theme.js +1 -1
  43. package/package.json +1 -1
  44. package/dist/rich-message-DeJwzVeV.js.map +0 -1
  45. package/dist/theme-Dq4r3aRE.js.map +0 -1
@@ -33,31 +33,31 @@ export declare const shadows: {
33
33
  export declare const semanticShadows: {
34
34
  low: {
35
35
  value: {
36
- base: string;
36
+ _light: string;
37
37
  _dark: string;
38
38
  };
39
39
  };
40
40
  mid: {
41
41
  value: {
42
- base: string;
42
+ _light: string;
43
43
  _dark: string;
44
44
  };
45
45
  };
46
46
  high: {
47
47
  value: {
48
- base: string;
48
+ _light: string;
49
49
  _dark: string;
50
50
  };
51
51
  };
52
52
  "desktop-icon-label": {
53
53
  value: {
54
- base: string;
54
+ _light: string;
55
55
  _dark: string;
56
56
  };
57
57
  };
58
58
  "desktop-icon-label-selected": {
59
59
  value: {
60
- base: string;
60
+ _light: string;
61
61
  _dark: string;
62
62
  };
63
63
  };