@next-bricks/ai-portal 0.61.0 → 0.61.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.
- package/dist/bricks.json +19 -19
- package/dist/chunks/9164.34a6f72c.js.map +1 -1
- package/dist/chunks/action-buttons.68666920.js.map +1 -1
- package/dist/chunks/chat-stream.d3cde350.js.map +1 -1
- package/dist/chunks/cruise-canvas.c1a7bc9f.js.map +1 -1
- package/dist/chunks/dropdown-select.336442ba.js.map +1 -1
- package/dist/chunks/home-container.f1829834.js.map +1 -1
- package/dist/chunks/icon-button.66d6d83a.js.map +1 -1
- package/dist/examples.json +14 -14
- package/dist/{index.5a41efb9.js → index.cd8279e0.js} +2 -2
- package/dist/{index.5a41efb9.js.map → index.cd8279e0.js.map} +1 -1
- package/dist/manifest.json +125 -125
- package/dist/types.json +403 -372
- package/dist-types/action-buttons/index.d.ts +1 -2
- package/dist-types/chat-stream/index.d.ts +1 -0
- package/dist-types/cruise-canvas/index.d.ts +1 -0
- package/dist-types/dropdown-select/index.d.ts +1 -2
- package/dist-types/home-container/index.d.ts +4 -1
- package/dist-types/icon-button/index.d.ts +5 -4
- package/dist-types/jsx.d.ts +81 -22
- package/dist-types/shared/interfaces.d.ts +1 -1
- package/package.json +2 -2
package/dist/bricks.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "bricks/ai-portal",
|
|
3
3
|
"bricks": [
|
|
4
|
+
"ai-portal.chat-box",
|
|
4
5
|
"ai-portal.cruise-canvas",
|
|
6
|
+
"ai-portal.home-container",
|
|
5
7
|
"ai-portal.stat-with-mini-chart",
|
|
6
8
|
"ai-portal.elevo-sidebar",
|
|
7
9
|
"ai-portal.icon-button",
|
|
8
|
-
"ai-portal.mcp-tools",
|
|
9
10
|
"ai-portal.show-cases",
|
|
10
|
-
"ai-portal.
|
|
11
|
+
"ai-portal.mcp-tools",
|
|
11
12
|
"ai-portal.chat-stream",
|
|
13
|
+
"ai-portal.ai-employees",
|
|
12
14
|
"ai-portal.ai-agents",
|
|
13
15
|
"ai-portal.call-tool",
|
|
14
16
|
"ai-portal.save-request-store",
|
|
15
17
|
"ai-portal.load-request-store",
|
|
16
18
|
"ai-portal.clear-request-store",
|
|
17
|
-
"ai-portal.page-container",
|
|
18
19
|
"ai-portal.set-chat-command",
|
|
20
|
+
"ai-portal.page-container",
|
|
19
21
|
"ai-portal.tab-list",
|
|
20
22
|
"ai-portal.dropdown-select",
|
|
21
23
|
"ai-portal.preview-container",
|
|
22
|
-
"ai-portal.chat-box",
|
|
23
|
-
"ai-portal.home-container",
|
|
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
28
|
"ai-portal.activity-timeline",
|
|
29
|
-
"ai-portal.elevo-logo",
|
|
30
29
|
"ai-portal.chat-input",
|
|
30
|
+
"ai-portal.elevo-logo",
|
|
31
31
|
"ai-portal.show-case",
|
|
32
32
|
"ai-portal.blank-state",
|
|
33
33
|
"ai-portal.sticky-container",
|
|
@@ -43,6 +43,11 @@
|
|
|
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
|
+
],
|
|
46
51
|
"ai-portal.cruise-canvas": [
|
|
47
52
|
"eo-icon",
|
|
48
53
|
"eo-button",
|
|
@@ -77,17 +82,11 @@
|
|
|
77
82
|
"eo-icon",
|
|
78
83
|
"eo-tooltip"
|
|
79
84
|
],
|
|
80
|
-
"ai-portal.mcp-tools": [
|
|
81
|
-
"eo-icon",
|
|
82
|
-
"ai-portal.tab-list",
|
|
83
|
-
"ai-portal.sticky-container"
|
|
84
|
-
],
|
|
85
85
|
"ai-portal.show-cases": [
|
|
86
86
|
"ai-portal.show-case",
|
|
87
87
|
"ai-portal.tab-list"
|
|
88
88
|
],
|
|
89
|
-
"ai-portal.
|
|
90
|
-
"eo-link",
|
|
89
|
+
"ai-portal.mcp-tools": [
|
|
91
90
|
"eo-icon",
|
|
92
91
|
"ai-portal.tab-list",
|
|
93
92
|
"ai-portal.sticky-container"
|
|
@@ -108,6 +107,12 @@
|
|
|
108
107
|
"basic.copy-to-clipboard",
|
|
109
108
|
"presentational.code-wrapper"
|
|
110
109
|
],
|
|
110
|
+
"ai-portal.ai-employees": [
|
|
111
|
+
"eo-link",
|
|
112
|
+
"eo-icon",
|
|
113
|
+
"ai-portal.tab-list",
|
|
114
|
+
"ai-portal.sticky-container"
|
|
115
|
+
],
|
|
111
116
|
"ai-portal.ai-agents": [
|
|
112
117
|
"eo-icon",
|
|
113
118
|
"eo-link"
|
|
@@ -130,11 +135,6 @@
|
|
|
130
135
|
"eo-main-view",
|
|
131
136
|
"eo-narrow-view"
|
|
132
137
|
],
|
|
133
|
-
"ai-portal.chat-box": [
|
|
134
|
-
"eo-icon",
|
|
135
|
-
"eo-actions",
|
|
136
|
-
"ai-portal.icon-button"
|
|
137
|
-
],
|
|
138
138
|
"ai-portal.action-buttons": [
|
|
139
139
|
"eo-icon",
|
|
140
140
|
"eo-button"
|
|
@@ -207,5 +207,5 @@
|
|
|
207
207
|
"eo-icon"
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
|
-
"filePath": "bricks/ai-portal/dist/index.
|
|
210
|
+
"filePath": "bricks/ai-portal/dist/index.cd8279e0.js"
|
|
211
211
|
}
|