@next-bricks/ai-portal 0.65.0 → 0.65.1

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 (36) hide show
  1. package/dist/bricks.json +32 -32
  2. package/dist/chunks/{2742.670f78d2.js → 2742.19b8cbd2.js} +2 -2
  3. package/dist/chunks/2742.19b8cbd2.js.map +1 -0
  4. package/dist/chunks/4208.9304234a.js +2 -0
  5. package/dist/chunks/4208.9304234a.js.map +1 -0
  6. package/dist/chunks/7139.80d52ac3.js +2 -0
  7. package/dist/chunks/7139.80d52ac3.js.map +1 -0
  8. package/dist/chunks/7159.2fdda135.js +2 -0
  9. package/dist/chunks/7159.2fdda135.js.map +1 -0
  10. package/dist/chunks/chat-panel.ca430fc7.js +2 -0
  11. package/dist/chunks/chat-panel.ca430fc7.js.map +1 -0
  12. package/dist/chunks/{main.97d00f7b.js → main.d8edfa91.js} +2 -2
  13. package/dist/chunks/{main.97d00f7b.js.map → main.d8edfa91.js.map} +1 -1
  14. package/dist/examples.json +18 -18
  15. package/dist/index.90d9f9da.js +2 -0
  16. package/dist/{index.01059b82.js.map → index.90d9f9da.js.map} +1 -1
  17. package/dist/manifest.json +229 -229
  18. package/dist/types.json +997 -997
  19. package/dist-types/chat-stream/useConversationStream.d.ts +1 -0
  20. package/dist-types/shared/ActivityPlan/getStateIcon.d.ts +6 -0
  21. package/dist-types/shared/TaskContext.d.ts +4 -1
  22. package/dist-types/shared/getFlatChunks.d.ts +3 -1
  23. package/dist-types/shared/getOrderedNodes.d.ts +1 -4
  24. package/dist-types/shared/getTaskTree.d.ts +1 -1
  25. package/dist-types/shared/interfaces.d.ts +1 -1
  26. package/package.json +2 -2
  27. package/dist/chunks/2742.670f78d2.js.map +0 -1
  28. package/dist/chunks/4208.694d7deb.js +0 -2
  29. package/dist/chunks/4208.694d7deb.js.map +0 -1
  30. package/dist/chunks/7139.4195ba95.js +0 -2
  31. package/dist/chunks/7139.4195ba95.js.map +0 -1
  32. package/dist/chunks/7712.06a445a6.js +0 -2
  33. package/dist/chunks/7712.06a445a6.js.map +0 -1
  34. package/dist/chunks/chat-panel.313d3906.js +0 -2
  35. package/dist/chunks/chat-panel.313d3906.js.map +0 -1
  36. package/dist/index.01059b82.js +0 -2
package/dist/bricks.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "id": "bricks/ai-portal",
3
3
  "bricks": [
4
- "ai-portal.chat-box",
5
4
  "ai-portal.cruise-canvas",
6
5
  "ai-portal.stat-with-mini-chart",
7
6
  "ai-portal.elevo-sidebar",
8
- "ai-portal.home-container",
9
- "ai-portal.icon-button",
10
7
  "ai-portal.show-cases",
8
+ "ai-portal.home-container",
11
9
  "ai-portal.mcp-tools",
12
10
  "ai-portal.chat-stream",
13
11
  "ai-portal.ai-employees",
@@ -18,16 +16,18 @@
18
16
  "ai-portal.clear-request-store",
19
17
  "ai-portal.set-chat-command",
20
18
  "ai-portal.page-container",
19
+ "ai-portal.tab-list",
20
+ "ai-portal.chat-box",
21
21
  "ai-portal.dropdown-select",
22
+ "ai-portal.icon-button",
22
23
  "ai-portal.preview-container",
23
- "ai-portal.tab-list",
24
24
  "ai-portal.action-buttons",
25
25
  "ai-portal.goal-card-list",
26
26
  "ai-portal.project-conversations",
27
27
  "ai-portal.project-knowledges",
28
- "ai-portal.activity-timeline",
29
28
  "ai-portal.chat-input",
30
29
  "ai-portal.elevo-logo",
30
+ "ai-portal.activity-timeline",
31
31
  "ai-portal.show-case",
32
32
  "ai-portal.blank-state",
33
33
  "ai-portal.sticky-container",
@@ -35,19 +35,14 @@
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",
40
- "ai-portal.chat-panel"
39
+ "ai-portal.chat-panel",
40
+ "ai-portal.notice-list"
41
41
  ],
42
42
  "elements": [],
43
43
  "processors": [],
44
44
  "editors": [],
45
45
  "dependencies": {
46
- "ai-portal.chat-box": [
47
- "eo-icon",
48
- "eo-actions",
49
- "ai-portal.icon-button"
50
- ],
51
46
  "ai-portal.cruise-canvas": [
52
47
  "eo-icon",
53
48
  "eo-button",
@@ -78,10 +73,6 @@
78
73
  "eo-mini-actions",
79
74
  "ai-portal.icon-button"
80
75
  ],
81
- "ai-portal.icon-button": [
82
- "eo-icon",
83
- "eo-tooltip"
84
- ],
85
76
  "ai-portal.show-cases": [
86
77
  "ai-portal.show-case",
87
78
  "ai-portal.tab-list"
@@ -121,6 +112,11 @@
121
112
  "eo-link",
122
113
  "ai-portal.sticky-container"
123
114
  ],
115
+ "ai-portal.chat-box": [
116
+ "eo-icon",
117
+ "eo-actions",
118
+ "ai-portal.icon-button"
119
+ ],
124
120
  "ai-portal.dropdown-select": [
125
121
  "eo-popover",
126
122
  "eo-icon",
@@ -129,6 +125,10 @@
129
125
  "eo-menu-item",
130
126
  "eo-input"
131
127
  ],
128
+ "ai-portal.icon-button": [
129
+ "eo-icon",
130
+ "eo-tooltip"
131
+ ],
132
132
  "ai-portal.preview-container": [
133
133
  "eo-icon",
134
134
  "eo-page-title",
@@ -157,16 +157,16 @@
157
157
  "eo-easyops-avatar",
158
158
  "eo-mini-actions"
159
159
  ],
160
- "ai-portal.activity-timeline": [
161
- "eo-link",
162
- "eo-icon",
163
- "eo-easyops-avatar"
164
- ],
165
160
  "ai-portal.chat-input": [
166
161
  "eo-icon",
167
162
  "ai-portal.icon-button",
168
163
  "eo-actions"
169
164
  ],
165
+ "ai-portal.activity-timeline": [
166
+ "eo-link",
167
+ "eo-icon",
168
+ "eo-easyops-avatar"
169
+ ],
170
170
  "ai-portal.show-case": [
171
171
  "eo-icon",
172
172
  "eo-link"
@@ -184,16 +184,6 @@
184
184
  "ai-portal.running-flow": [
185
185
  "eo-icon"
186
186
  ],
187
- "ai-portal.notice-list": [
188
- "eo-button",
189
- "eo-icon",
190
- "eo-link",
191
- "eo-checkbox",
192
- "eo-popover",
193
- "eo-counter-badge",
194
- "ai-portal.icon-button",
195
- "eo-tooltip"
196
- ],
197
187
  "ai-portal.notice-dropdown": [
198
188
  "eo-popover",
199
189
  "eo-icon",
@@ -219,7 +209,17 @@
219
209
  "basic.show-dialog",
220
210
  "basic.copy-to-clipboard",
221
211
  "presentational.code-wrapper"
212
+ ],
213
+ "ai-portal.notice-list": [
214
+ "eo-button",
215
+ "eo-icon",
216
+ "eo-link",
217
+ "eo-checkbox",
218
+ "eo-popover",
219
+ "eo-counter-badge",
220
+ "ai-portal.icon-button",
221
+ "eo-tooltip"
222
222
  ]
223
223
  },
224
- "filePath": "bricks/ai-portal/dist/index.01059b82.js"
224
+ "filePath": "bricks/ai-portal/dist/index.90d9f9da.js"
225
225
  }