@tutti-os/ui-rich-text 0.0.215 → 0.0.217
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/at-panel/model.d.ts +1 -1
- package/package.json +3 -3
package/dist/at-panel/model.d.ts
CHANGED
|
@@ -118,7 +118,7 @@ interface MentionRowAppFactoryItem {
|
|
|
118
118
|
}
|
|
119
119
|
interface MentionRowSessionItem {
|
|
120
120
|
kind: "session";
|
|
121
|
-
/** The
|
|
121
|
+
/** The Agent participant line. */
|
|
122
122
|
participant: string;
|
|
123
123
|
/** Participant entities that truncate independently before the fixed suffix. */
|
|
124
124
|
participantTruncatableSegments?: readonly string[] | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/ui-rich-text",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.217",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"directory": "packages/ui/rich-text"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
61
|
-
"@tutti-os/ui-system": "0.0.
|
|
60
|
+
"@tutti-os/ui-i18n-runtime": "0.0.217",
|
|
61
|
+
"@tutti-os/ui-system": "0.0.217"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@tiptap/core": "^3.23.6",
|