@next-bricks/ai-portal 0.70.1 → 0.70.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 (148) hide show
  1. package/dist/bricks.json +45 -45
  2. package/dist/chunks/7202.a893b0e6.js.map +1 -1
  3. package/dist/chunks/action-buttons.68666920.js.map +1 -1
  4. package/dist/chunks/activity-timeline.96e7aaea.js.map +1 -1
  5. package/dist/chunks/ai-agents.cffd08a0.js.map +1 -1
  6. package/dist/chunks/ai-employees.267c3626.js.map +1 -1
  7. package/dist/chunks/blank-state.648eea95.js.map +1 -1
  8. package/dist/chunks/chat-input.444c80bb.js.map +1 -1
  9. package/dist/chunks/chat-panel-welcome.2f7c6c8b.js.map +1 -1
  10. package/dist/chunks/chat-panel.3160f2e8.js.map +1 -1
  11. package/dist/chunks/chat-stream.393c8241.js.map +1 -1
  12. package/dist/chunks/cruise-canvas.bfae3138.js.map +1 -1
  13. package/dist/chunks/dropdown-select.336442ba.js.map +1 -1
  14. package/dist/chunks/elevo-card.49b42ed0.js.map +1 -1
  15. package/dist/chunks/elevo-logo.25e3b889.js.map +1 -1
  16. package/dist/chunks/elevo-sidebar.a197a77f.js.map +1 -1
  17. package/dist/chunks/flow-tabs.ee1290c2.js.map +1 -1
  18. package/dist/chunks/goal-card-list.74ab5767.js.map +1 -1
  19. package/dist/chunks/home-container.f1829834.js.map +1 -1
  20. package/dist/chunks/icon-button.545ffb24.js.map +1 -1
  21. package/dist/chunks/mcp-tools.f132c502.js.map +1 -1
  22. package/dist/chunks/notice-dropdown.63cb2415.js.map +1 -1
  23. package/dist/chunks/page-container.2185f2e0.js.map +1 -1
  24. package/dist/chunks/preview-container.a0ca6e2f.js.map +1 -1
  25. package/dist/chunks/project-knowledges.51731410.js.map +1 -1
  26. package/dist/chunks/running-flow.37a428cf.js.map +1 -1
  27. package/dist/chunks/show-case.44e995fc.js.map +1 -1
  28. package/dist/chunks/show-cases.c3921ea0.js.map +1 -1
  29. package/dist/chunks/space-chat-guide.84f4a1e7.js.map +1 -1
  30. package/dist/chunks/space-logo.994f7a25.js.map +1 -1
  31. package/dist/chunks/space-workbench.8c064898.js.map +1 -1
  32. package/dist/chunks/stage-flow.9b6fad93.js.map +1 -1
  33. package/dist/chunks/stat-with-mini-chart.1509cf8c.js.map +1 -1
  34. package/dist/chunks/sticky-container.d3f7054e.js.map +1 -1
  35. package/dist/chunks/tab-list.ee97567f.js.map +1 -1
  36. package/dist/examples.json +56 -44
  37. package/dist/{index.0edd6320.js → index.94998c36.js} +2 -2
  38. package/dist/{index.0edd6320.js.map → index.94998c36.js.map} +1 -1
  39. package/dist/manifest.json +623 -342
  40. package/dist/types.json +1308 -1308
  41. package/dist-types/action-buttons/index.d.ts +10 -1
  42. package/dist-types/activity-timeline/index.d.ts +10 -1
  43. package/dist-types/ai-agents/index.d.ts +10 -1
  44. package/dist-types/ai-employees/index.d.ts +16 -1
  45. package/dist-types/blank-state/index.d.ts +10 -1
  46. package/dist-types/chat-input/index.d.ts +37 -1
  47. package/dist-types/chat-panel/index.d.ts +45 -3
  48. package/dist-types/chat-stream/index.d.ts +62 -1
  49. package/dist-types/cruise-canvas/index.d.ts +71 -1
  50. package/dist-types/dropdown-select/index.d.ts +3 -1
  51. package/dist-types/elevo-card/index.d.ts +5 -1
  52. package/dist-types/elevo-logo/index.d.ts +3 -1
  53. package/dist-types/elevo-sidebar/index.d.ts +19 -2
  54. package/dist-types/flow-tabs/index.d.ts +5 -1
  55. package/dist-types/gantt-chart/index.d.ts +3 -1
  56. package/dist-types/goal-card-list/index.d.ts +8 -1
  57. package/dist-types/home-container/index.d.ts +4 -1
  58. package/dist-types/icon-button/index.d.ts +4 -1
  59. package/dist-types/mcp-tools/index.d.ts +3 -1
  60. package/dist-types/page-container/index.d.ts +7 -0
  61. package/dist-types/preview-container/index.d.ts +4 -0
  62. package/dist-types/project-knowledges/index.d.ts +5 -0
  63. package/dist-types/running-flow/index.d.ts +3 -0
  64. package/dist-types/show-case/index.d.ts +5 -0
  65. package/dist-types/show-cases/index.d.ts +4 -0
  66. package/dist-types/space-workbench/chat-panel-welcome/index.d.ts +3 -0
  67. package/dist-types/space-workbench/index.d.ts +7 -0
  68. package/dist-types/space-workbench/space-chat-guide/index.d.ts +3 -0
  69. package/dist-types/space-workbench/space-logo/index.d.ts +1 -0
  70. package/dist-types/stage-flow/index.d.ts +21 -0
  71. package/dist-types/stat-with-mini-chart/index.d.ts +10 -0
  72. package/dist-types/sticky-container/index.d.ts +3 -0
  73. package/dist-types/tab-list/index.d.ts +4 -0
  74. package/docs/action-buttons.md +59 -10
  75. package/docs/action-buttons.react.md +80 -0
  76. package/docs/activity-timeline.md +51 -7
  77. package/docs/activity-timeline.react.md +109 -0
  78. package/docs/ai-agents.md +62 -2
  79. package/docs/ai-agents.react.md +73 -0
  80. package/docs/ai-employees.md +76 -2
  81. package/docs/ai-employees.react.md +106 -0
  82. package/docs/blank-state.md +62 -2
  83. package/docs/blank-state.react.md +77 -0
  84. package/docs/chat-box.md +134 -52
  85. package/docs/chat-box.react.md +142 -0
  86. package/docs/chat-input.md +117 -1
  87. package/docs/chat-input.react.md +117 -0
  88. package/docs/chat-panel-welcome.md +39 -0
  89. package/docs/chat-panel-welcome.react.md +41 -0
  90. package/docs/chat-panel.md +86 -3
  91. package/docs/chat-panel.react.md +109 -0
  92. package/docs/chat-stream.md +149 -2
  93. package/docs/chat-stream.react.md +155 -0
  94. package/docs/cruise-canvas.md +159 -0
  95. package/docs/cruise-canvas.react.md +159 -0
  96. package/docs/dropdown-select.md +37 -8
  97. package/docs/dropdown-select.react.md +144 -0
  98. package/docs/elevo-card.md +75 -1
  99. package/docs/elevo-card.react.md +104 -0
  100. package/docs/elevo-logo.md +13 -1
  101. package/docs/elevo-logo.react.md +27 -0
  102. package/docs/elevo-sidebar.md +150 -1
  103. package/docs/elevo-sidebar.react.md +149 -0
  104. package/docs/flow-tabs.md +97 -2
  105. package/docs/flow-tabs.react.md +102 -0
  106. package/docs/gantt-chart.md +101 -0
  107. package/docs/gantt-chart.react.md +125 -0
  108. package/docs/goal-card-list.md +149 -13
  109. package/docs/goal-card-list.react.md +185 -0
  110. package/docs/home-container.md +48 -2
  111. package/docs/home-container.react.md +51 -0
  112. package/docs/icon-button.md +128 -2
  113. package/docs/icon-button.react.md +120 -0
  114. package/docs/mcp-tools.md +105 -2
  115. package/docs/mcp-tools.react.md +117 -0
  116. package/docs/notice-dropdown.md +53 -10
  117. package/docs/notice-dropdown.react.md +167 -0
  118. package/docs/notice-list.md +53 -5
  119. package/docs/notice-list.react.md +121 -0
  120. package/docs/page-container.md +80 -3
  121. package/docs/page-container.react.md +83 -0
  122. package/docs/preview-container.md +22 -32
  123. package/docs/preview-container.react.md +71 -0
  124. package/docs/project-conversations.md +85 -4
  125. package/docs/project-conversations.react.md +110 -0
  126. package/docs/project-knowledges.md +73 -8
  127. package/docs/project-knowledges.react.md +85 -0
  128. package/docs/running-flow.md +57 -2
  129. package/docs/running-flow.react.md +90 -0
  130. package/docs/show-case.md +48 -3
  131. package/docs/show-case.react.md +60 -0
  132. package/docs/show-cases.md +52 -2
  133. package/docs/show-cases.react.md +92 -0
  134. package/docs/space-chat-guide.md +32 -0
  135. package/docs/space-chat-guide.react.md +39 -0
  136. package/docs/space-logo.md +53 -0
  137. package/docs/space-logo.react.md +46 -0
  138. package/docs/space-workbench.md +45 -2
  139. package/docs/space-workbench.react.md +102 -0
  140. package/docs/stage-flow.md +122 -26
  141. package/docs/stage-flow.react.md +112 -0
  142. package/docs/stat-with-mini-chart.md +64 -159
  143. package/docs/stat-with-mini-chart.react.md +113 -0
  144. package/docs/sticky-container.md +56 -3
  145. package/docs/sticky-container.react.md +60 -0
  146. package/docs/tab-list.md +74 -3
  147. package/docs/tab-list.react.md +73 -0
  148. package/package.json +2 -2
package/dist/bricks.json CHANGED
@@ -1,31 +1,32 @@
1
1
  {
2
2
  "id": "bricks/ai-portal",
3
3
  "bricks": [
4
- "ai-portal.home-container",
5
4
  "ai-portal.cruise-canvas",
5
+ "ai-portal.chat-box",
6
+ "ai-portal.home-container",
6
7
  "ai-portal.stat-with-mini-chart",
8
+ "ai-portal.elevo-sidebar",
7
9
  "ai-portal.icon-button",
8
10
  "ai-portal.show-cases",
9
- "ai-portal.elevo-sidebar",
10
11
  "ai-portal.mcp-tools",
12
+ "ai-portal.chat-stream",
11
13
  "ai-portal.ai-employees",
12
14
  "ai-portal.ai-agents",
13
- "ai-portal.chat-stream",
14
15
  "ai-portal.call-tool",
15
16
  "ai-portal.save-request-store",
16
17
  "ai-portal.load-request-store",
17
18
  "ai-portal.clear-request-store",
18
19
  "ai-portal.set-chat-command",
19
20
  "ai-portal.set-chat-mentioned-employee",
20
- "ai-portal.tab-list",
21
21
  "ai-portal.page-container",
22
+ "ai-portal.tab-list",
22
23
  "ai-portal.dropdown-select",
23
24
  "ai-portal.preview-container",
24
- "ai-portal.chat-box",
25
25
  "ai-portal.action-buttons",
26
+ "ai-portal.goal-card-list",
27
+ "ai-portal.project-conversations",
26
28
  "ai-portal.project-knowledges",
27
29
  "ai-portal.activity-timeline",
28
- "ai-portal.project-conversations",
29
30
  "ai-portal.chat-input",
30
31
  "ai-portal.elevo-logo",
31
32
  "ai-portal.show-case",
@@ -33,14 +34,13 @@
33
34
  "ai-portal.sticky-container",
34
35
  "ai-portal.elevo-card",
35
36
  "ai-portal.flow-tabs",
36
- "ai-portal.running-flow",
37
37
  "ai-portal.stage-flow",
38
+ "ai-portal.running-flow",
38
39
  "ai-portal.notice-dropdown",
39
40
  "ai-portal.notice-list",
40
41
  "ai-portal.chat-panel",
41
42
  "ai-portal.space-logo",
42
43
  "ai-portal.chat-panel-welcome",
43
- "ai-portal.goal-card-list",
44
44
  "ai-portal.space-chat-guide",
45
45
  "ai-portal.space-workbench"
46
46
  ],
@@ -66,16 +66,13 @@
66
66
  "eo-avatar",
67
67
  "eo-actions"
68
68
  ],
69
- "ai-portal.stat-with-mini-chart": [
70
- "eo-mini-line-chart"
71
- ],
72
- "ai-portal.icon-button": [
69
+ "ai-portal.chat-box": [
73
70
  "eo-icon",
74
- "eo-tooltip"
71
+ "eo-actions",
72
+ "ai-portal.icon-button"
75
73
  ],
76
- "ai-portal.show-cases": [
77
- "ai-portal.show-case",
78
- "ai-portal.tab-list"
74
+ "ai-portal.stat-with-mini-chart": [
75
+ "eo-mini-line-chart"
79
76
  ],
80
77
  "ai-portal.elevo-sidebar": [
81
78
  "ai-portal.elevo-logo",
@@ -86,21 +83,19 @@
86
83
  "eo-mini-actions",
87
84
  "ai-portal.icon-button"
88
85
  ],
89
- "ai-portal.mcp-tools": [
86
+ "ai-portal.icon-button": [
90
87
  "eo-icon",
91
- "ai-portal.tab-list",
92
- "ai-portal.sticky-container"
88
+ "eo-tooltip"
93
89
  ],
94
- "ai-portal.ai-employees": [
95
- "eo-link",
90
+ "ai-portal.show-cases": [
91
+ "ai-portal.show-case",
92
+ "ai-portal.tab-list"
93
+ ],
94
+ "ai-portal.mcp-tools": [
96
95
  "eo-icon",
97
96
  "ai-portal.tab-list",
98
97
  "ai-portal.sticky-container"
99
98
  ],
100
- "ai-portal.ai-agents": [
101
- "eo-icon",
102
- "eo-link"
103
- ],
104
99
  "ai-portal.chat-stream": [
105
100
  "eo-icon",
106
101
  "eo-button",
@@ -117,6 +112,16 @@
117
112
  "presentational.code-wrapper",
118
113
  "eo-actions"
119
114
  ],
115
+ "ai-portal.ai-employees": [
116
+ "eo-link",
117
+ "eo-icon",
118
+ "ai-portal.tab-list",
119
+ "ai-portal.sticky-container"
120
+ ],
121
+ "ai-portal.ai-agents": [
122
+ "eo-icon",
123
+ "eo-link"
124
+ ],
120
125
  "ai-portal.page-container": [
121
126
  "eo-link",
122
127
  "ai-portal.sticky-container"
@@ -135,31 +140,32 @@
135
140
  "eo-main-view",
136
141
  "eo-narrow-view"
137
142
  ],
138
- "ai-portal.chat-box": [
143
+ "ai-portal.action-buttons": [
139
144
  "eo-icon",
140
- "eo-actions",
141
- "ai-portal.icon-button"
145
+ "eo-button"
142
146
  ],
143
- "ai-portal.action-buttons": [
147
+ "ai-portal.goal-card-list": [
144
148
  "eo-icon",
149
+ "eo-dropdown-actions",
150
+ "eo-easyops-avatar",
145
151
  "eo-button"
146
152
  ],
147
- "ai-portal.project-knowledges": [
153
+ "ai-portal.project-conversations": [
148
154
  "eo-link",
149
155
  "eo-icon",
150
156
  "eo-easyops-avatar",
151
157
  "eo-mini-actions"
152
158
  ],
153
- "ai-portal.activity-timeline": [
159
+ "ai-portal.project-knowledges": [
154
160
  "eo-link",
155
161
  "eo-icon",
156
- "eo-easyops-avatar"
162
+ "eo-easyops-avatar",
163
+ "eo-mini-actions"
157
164
  ],
158
- "ai-portal.project-conversations": [
165
+ "ai-portal.activity-timeline": [
159
166
  "eo-link",
160
167
  "eo-icon",
161
- "eo-easyops-avatar",
162
- "eo-mini-actions"
168
+ "eo-easyops-avatar"
163
169
  ],
164
170
  "ai-portal.chat-input": [
165
171
  "eo-icon",
@@ -174,15 +180,15 @@
174
180
  "eo-link",
175
181
  "eo-icon"
176
182
  ],
177
- "ai-portal.running-flow": [
178
- "eo-icon"
179
- ],
180
183
  "ai-portal.stage-flow": [
181
184
  "eo-icon",
182
185
  "eo-popover",
183
186
  "eo-input",
184
187
  "basic.show-dialog"
185
188
  ],
189
+ "ai-portal.running-flow": [
190
+ "eo-icon"
191
+ ],
186
192
  "ai-portal.notice-dropdown": [
187
193
  "eo-popover",
188
194
  "eo-icon",
@@ -221,12 +227,6 @@
221
227
  "ai-portal.chat-panel-welcome": [
222
228
  "eo-icon"
223
229
  ],
224
- "ai-portal.goal-card-list": [
225
- "eo-icon",
226
- "eo-dropdown-actions",
227
- "eo-easyops-avatar",
228
- "eo-button"
229
- ],
230
230
  "ai-portal.space-chat-guide": [
231
231
  "ai-portal.space-logo"
232
232
  ],
@@ -258,5 +258,5 @@
258
258
  "eo-textarea"
259
259
  ]
260
260
  },
261
- "filePath": "bricks/ai-portal/dist/index.0edd6320.js"
261
+ "filePath": "bricks/ai-portal/dist/index.94998c36.js"
262
262
  }