@next-bricks/ai-portal 0.65.0 → 0.65.2

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 (39) hide show
  1. package/dist/bricks.json +49 -49
  2. package/dist/chunks/{2742.670f78d2.js → 2742.f24782f8.js} +2 -2
  3. package/dist/chunks/2742.f24782f8.js.map +1 -0
  4. package/dist/chunks/4208.7ad3b395.js +2 -0
  5. package/dist/chunks/4208.7ad3b395.js.map +1 -0
  6. package/dist/chunks/7139.b585e5ea.js +2 -0
  7. package/dist/chunks/7139.b585e5ea.js.map +1 -0
  8. package/dist/chunks/7159.bd59ed3e.js +2 -0
  9. package/dist/chunks/7159.bd59ed3e.js.map +1 -0
  10. package/dist/chunks/chat-panel.bbb24c5a.js +2 -0
  11. package/dist/chunks/chat-panel.bbb24c5a.js.map +1 -0
  12. package/dist/chunks/{main.97d00f7b.js → main.51248f49.js} +2 -2
  13. package/dist/chunks/{main.97d00f7b.js.map → main.51248f49.js.map} +1 -1
  14. package/dist/examples.json +22 -22
  15. package/dist/index.16143768.js +2 -0
  16. package/dist/{index.01059b82.js.map → index.16143768.js.map} +1 -1
  17. package/dist/manifest.json +316 -316
  18. package/dist/types.json +840 -840
  19. package/dist-types/chat-stream/StreamContext.d.ts +1 -0
  20. package/dist-types/chat-stream/interfaces.d.ts +0 -1
  21. package/dist-types/chat-stream/useAutoScroll.d.ts +1 -0
  22. package/dist-types/chat-stream/useConversationStream.d.ts +1 -0
  23. package/dist-types/shared/ActivityPlan/getStateIcon.d.ts +6 -0
  24. package/dist-types/shared/TaskContext.d.ts +4 -1
  25. package/dist-types/shared/getFlatChunks.d.ts +3 -1
  26. package/dist-types/shared/getOrderedNodes.d.ts +1 -4
  27. package/dist-types/shared/getTaskTree.d.ts +1 -1
  28. package/dist-types/shared/interfaces.d.ts +1 -1
  29. package/package.json +2 -2
  30. package/dist/chunks/2742.670f78d2.js.map +0 -1
  31. package/dist/chunks/4208.694d7deb.js +0 -2
  32. package/dist/chunks/4208.694d7deb.js.map +0 -1
  33. package/dist/chunks/7139.4195ba95.js +0 -2
  34. package/dist/chunks/7139.4195ba95.js.map +0 -1
  35. package/dist/chunks/7712.06a445a6.js +0 -2
  36. package/dist/chunks/7712.06a445a6.js.map +0 -1
  37. package/dist/chunks/chat-panel.313d3906.js +0 -2
  38. package/dist/chunks/chat-panel.313d3906.js.map +0 -1
  39. package/dist/index.01059b82.js +0 -2
package/dist/bricks.json CHANGED
@@ -2,41 +2,41 @@
2
2
  "id": "bricks/ai-portal",
3
3
  "bricks": [
4
4
  "ai-portal.chat-box",
5
- "ai-portal.cruise-canvas",
6
5
  "ai-portal.stat-with-mini-chart",
7
- "ai-portal.elevo-sidebar",
8
6
  "ai-portal.home-container",
9
7
  "ai-portal.icon-button",
8
+ "ai-portal.cruise-canvas",
10
9
  "ai-portal.show-cases",
10
+ "ai-portal.elevo-sidebar",
11
11
  "ai-portal.mcp-tools",
12
- "ai-portal.chat-stream",
13
12
  "ai-portal.ai-employees",
14
13
  "ai-portal.ai-agents",
14
+ "ai-portal.chat-stream",
15
15
  "ai-portal.call-tool",
16
16
  "ai-portal.save-request-store",
17
17
  "ai-portal.load-request-store",
18
18
  "ai-portal.clear-request-store",
19
19
  "ai-portal.set-chat-command",
20
20
  "ai-portal.page-container",
21
- "ai-portal.dropdown-select",
22
- "ai-portal.preview-container",
23
21
  "ai-portal.tab-list",
24
- "ai-portal.action-buttons",
22
+ "ai-portal.dropdown-select",
25
23
  "ai-portal.goal-card-list",
24
+ "ai-portal.preview-container",
26
25
  "ai-portal.project-conversations",
27
- "ai-portal.project-knowledges",
28
26
  "ai-portal.activity-timeline",
27
+ "ai-portal.project-knowledges",
28
+ "ai-portal.action-buttons",
29
29
  "ai-portal.chat-input",
30
30
  "ai-portal.elevo-logo",
31
31
  "ai-portal.show-case",
32
32
  "ai-portal.blank-state",
33
- "ai-portal.sticky-container",
34
33
  "ai-portal.elevo-card",
34
+ "ai-portal.sticky-container",
35
35
  "ai-portal.flow-tabs",
36
36
  "ai-portal.stage-flow",
37
37
  "ai-portal.running-flow",
38
- "ai-portal.notice-list",
39
38
  "ai-portal.notice-dropdown",
39
+ "ai-portal.notice-list",
40
40
  "ai-portal.chat-panel"
41
41
  ],
42
42
  "elements": [],
@@ -48,6 +48,13 @@
48
48
  "eo-actions",
49
49
  "ai-portal.icon-button"
50
50
  ],
51
+ "ai-portal.stat-with-mini-chart": [
52
+ "eo-mini-line-chart"
53
+ ],
54
+ "ai-portal.icon-button": [
55
+ "eo-icon",
56
+ "eo-tooltip"
57
+ ],
51
58
  "ai-portal.cruise-canvas": [
52
59
  "eo-icon",
53
60
  "eo-button",
@@ -66,8 +73,9 @@
66
73
  "presentational.code-wrapper",
67
74
  "eo-avatar"
68
75
  ],
69
- "ai-portal.stat-with-mini-chart": [
70
- "eo-mini-line-chart"
76
+ "ai-portal.show-cases": [
77
+ "ai-portal.show-case",
78
+ "ai-portal.tab-list"
71
79
  ],
72
80
  "ai-portal.elevo-sidebar": [
73
81
  "ai-portal.elevo-logo",
@@ -78,19 +86,21 @@
78
86
  "eo-mini-actions",
79
87
  "ai-portal.icon-button"
80
88
  ],
81
- "ai-portal.icon-button": [
89
+ "ai-portal.mcp-tools": [
82
90
  "eo-icon",
83
- "eo-tooltip"
84
- ],
85
- "ai-portal.show-cases": [
86
- "ai-portal.show-case",
87
- "ai-portal.tab-list"
91
+ "ai-portal.tab-list",
92
+ "ai-portal.sticky-container"
88
93
  ],
89
- "ai-portal.mcp-tools": [
94
+ "ai-portal.ai-employees": [
95
+ "eo-link",
90
96
  "eo-icon",
91
97
  "ai-portal.tab-list",
92
98
  "ai-portal.sticky-container"
93
99
  ],
100
+ "ai-portal.ai-agents": [
101
+ "eo-icon",
102
+ "eo-link"
103
+ ],
94
104
  "ai-portal.chat-stream": [
95
105
  "eo-icon",
96
106
  "eo-button",
@@ -107,16 +117,6 @@
107
117
  "basic.copy-to-clipboard",
108
118
  "presentational.code-wrapper"
109
119
  ],
110
- "ai-portal.ai-employees": [
111
- "eo-link",
112
- "eo-icon",
113
- "ai-portal.tab-list",
114
- "ai-portal.sticky-container"
115
- ],
116
- "ai-portal.ai-agents": [
117
- "eo-icon",
118
- "eo-link"
119
- ],
120
120
  "ai-portal.page-container": [
121
121
  "eo-link",
122
122
  "ai-portal.sticky-container"
@@ -129,38 +129,38 @@
129
129
  "eo-menu-item",
130
130
  "eo-input"
131
131
  ],
132
- "ai-portal.preview-container": [
133
- "eo-icon",
134
- "eo-page-title",
135
- "eo-main-view",
136
- "eo-narrow-view"
137
- ],
138
- "ai-portal.action-buttons": [
139
- "eo-icon",
140
- "eo-button"
141
- ],
142
132
  "ai-portal.goal-card-list": [
143
133
  "eo-icon",
144
134
  "eo-dropdown-actions",
145
135
  "eo-easyops-avatar",
146
136
  "eo-button"
147
137
  ],
138
+ "ai-portal.preview-container": [
139
+ "eo-icon",
140
+ "eo-page-title",
141
+ "eo-main-view",
142
+ "eo-narrow-view"
143
+ ],
148
144
  "ai-portal.project-conversations": [
149
145
  "eo-link",
150
146
  "eo-icon",
151
147
  "eo-easyops-avatar",
152
148
  "eo-mini-actions"
153
149
  ],
150
+ "ai-portal.activity-timeline": [
151
+ "eo-link",
152
+ "eo-icon",
153
+ "eo-easyops-avatar"
154
+ ],
154
155
  "ai-portal.project-knowledges": [
155
156
  "eo-link",
156
157
  "eo-icon",
157
158
  "eo-easyops-avatar",
158
159
  "eo-mini-actions"
159
160
  ],
160
- "ai-portal.activity-timeline": [
161
- "eo-link",
161
+ "ai-portal.action-buttons": [
162
162
  "eo-icon",
163
- "eo-easyops-avatar"
163
+ "eo-button"
164
164
  ],
165
165
  "ai-portal.chat-input": [
166
166
  "eo-icon",
@@ -184,21 +184,21 @@
184
184
  "ai-portal.running-flow": [
185
185
  "eo-icon"
186
186
  ],
187
- "ai-portal.notice-list": [
188
- "eo-button",
187
+ "ai-portal.notice-dropdown": [
188
+ "eo-popover",
189
189
  "eo-icon",
190
190
  "eo-link",
191
- "eo-checkbox",
192
- "eo-popover",
191
+ "eo-button",
193
192
  "eo-counter-badge",
194
193
  "ai-portal.icon-button",
195
194
  "eo-tooltip"
196
195
  ],
197
- "ai-portal.notice-dropdown": [
198
- "eo-popover",
196
+ "ai-portal.notice-list": [
197
+ "eo-button",
199
198
  "eo-icon",
200
199
  "eo-link",
201
- "eo-button",
200
+ "eo-checkbox",
201
+ "eo-popover",
202
202
  "eo-counter-badge",
203
203
  "ai-portal.icon-button",
204
204
  "eo-tooltip"
@@ -221,5 +221,5 @@
221
221
  "presentational.code-wrapper"
222
222
  ]
223
223
  },
224
- "filePath": "bricks/ai-portal/dist/index.01059b82.js"
224
+ "filePath": "bricks/ai-portal/dist/index.16143768.js"
225
225
  }