@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.
- package/dist/{MermaidComponent-DDCxR-Gs.js → MermaidComponent-D7Baqkwx.js} +2 -2
- package/dist/{MermaidComponent-DDCxR-Gs.js.map → MermaidComponent-D7Baqkwx.js.map} +1 -1
- package/dist/chat-ui.js +11 -9
- package/dist/chat-ui.js.map +1 -1
- package/dist/components/activity/activity-avatar.d.ts +9 -0
- package/dist/components/activity/activity-comment.d.ts +19 -0
- package/dist/components/activity/activity-composer.d.ts +18 -0
- package/dist/components/activity/activity-event.d.ts +12 -0
- package/dist/components/activity/activity-root.d.ts +15 -0
- package/dist/components/activity/activity-timeline.d.ts +6 -0
- package/dist/components/activity/activity.types.d.ts +5 -0
- package/dist/components/activity/index.d.ts +25 -0
- package/dist/components/chat-ui/components/ai-conversation.d.ts +4 -4
- package/dist/components/rich-text/shared/editor-config.d.ts +1 -0
- package/dist/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/floating-toolbar-buttons.d.ts +16 -0
- package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/commands.d.ts +2 -0
- package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/index.d.ts +3 -0
- package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/link-editor-content.d.ts +18 -0
- package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/link-edit-state.d.ts +1 -0
- package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/selection-link-url.d.ts +2 -0
- package/dist/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.d.ts +1 -1
- package/dist/components/rich-text/shared/transformers/markdown-transformers-test-utils.d.ts +3 -0
- package/dist/components/rich-text/shared/transformers/markdown-transformers.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2047 -1786
- package/dist/index.js.map +1 -1
- package/dist/{rich-message-DeJwzVeV.js → rich-message-33DPxuWJ.js} +502 -464
- package/dist/rich-message-33DPxuWJ.js.map +1 -0
- package/dist/rich-text.js +738 -414
- package/dist/rich-text.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/theme/recipes/alert.d.ts +1 -1
- package/dist/theme/recipes/dialog.d.ts +1 -1
- package/dist/theme/recipes/drawer.d.ts +1 -1
- package/dist/theme/recipes/menu.d.ts +1 -1
- package/dist/theme/recipes/popover.d.ts +1 -1
- package/dist/theme/tokens/borders.d.ts +6 -24
- package/dist/theme/tokens/colors.d.ts +168 -168
- package/dist/theme/tokens/shadows.d.ts +5 -5
- package/dist/{theme-Dq4r3aRE.js → theme-0SQvHr1t.js} +140 -158
- package/dist/theme-0SQvHr1t.js.map +1 -0
- package/dist/theme.js +1 -1
- package/package.json +1 -1
- package/dist/rich-message-DeJwzVeV.js.map +0 -1
- 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
|
-
|
|
36
|
+
_light: string;
|
|
37
37
|
_dark: string;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
mid: {
|
|
41
41
|
value: {
|
|
42
|
-
|
|
42
|
+
_light: string;
|
|
43
43
|
_dark: string;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
high: {
|
|
47
47
|
value: {
|
|
48
|
-
|
|
48
|
+
_light: string;
|
|
49
49
|
_dark: string;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
"desktop-icon-label": {
|
|
53
53
|
value: {
|
|
54
|
-
|
|
54
|
+
_light: string;
|
|
55
55
|
_dark: string;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
"desktop-icon-label-selected": {
|
|
59
59
|
value: {
|
|
60
|
-
|
|
60
|
+
_light: string;
|
|
61
61
|
_dark: string;
|
|
62
62
|
};
|
|
63
63
|
};
|