@next-bricks/ai-portal 0.20.5 → 0.20.7
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 +20 -20
- package/dist/chunks/{4979.e6a3464e.js → 4979.74e8cb06.js} +2 -2
- package/dist/chunks/4979.74e8cb06.js.map +1 -0
- package/dist/chunks/8230.60baf89c.js +3 -0
- package/dist/chunks/8230.60baf89c.js.map +1 -0
- package/dist/chunks/{main.17c5e027.js → main.cbd04398.js} +2 -2
- package/dist/chunks/{main.17c5e027.js.map → main.cbd04398.js.map} +1 -1
- package/dist/chunks/show-cases.cac0e03e.js +3 -0
- package/dist/chunks/show-cases.cac0e03e.js.map +1 -0
- package/dist/examples.json +12 -12
- package/dist/images/f819b04a.png +0 -0
- package/dist/{index.e82bca49.js → index.40513e76.js} +2 -2
- package/dist/{index.e82bca49.js.map → index.40513e76.js.map} +1 -1
- package/dist/manifest.json +114 -114
- package/dist/types.json +292 -292
- package/package.json +2 -2
- package/dist/chunks/4979.e6a3464e.js.map +0 -1
- package/dist/chunks/8230.48b75640.js +0 -3
- package/dist/chunks/8230.48b75640.js.map +0 -1
- package/dist/chunks/show-cases.963e795d.js +0 -3
- package/dist/chunks/show-cases.963e795d.js.map +0 -1
- /package/dist/chunks/{8230.48b75640.js.LICENSE.txt → 8230.60baf89c.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{show-cases.963e795d.js.LICENSE.txt → show-cases.cac0e03e.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -1,29 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "bricks/ai-portal",
|
|
3
3
|
"bricks": [
|
|
4
|
-
"ai-portal.chat-history",
|
|
5
|
-
"ai-portal.home-container",
|
|
6
|
-
"ai-portal.stat-with-mini-chart",
|
|
7
4
|
"ai-portal.cruise-canvas",
|
|
5
|
+
"ai-portal.stat-with-mini-chart",
|
|
6
|
+
"ai-portal.home-container",
|
|
8
7
|
"ai-portal.elevo-logo",
|
|
9
8
|
"ai-portal.elevo-sidebar",
|
|
10
|
-
"ai-portal.
|
|
9
|
+
"ai-portal.chat-box",
|
|
11
10
|
"ai-portal.icon-button",
|
|
12
|
-
"ai-portal.
|
|
13
|
-
"ai-portal.chat-
|
|
11
|
+
"ai-portal.show-cases",
|
|
12
|
+
"ai-portal.chat-history",
|
|
13
|
+
"ai-portal.mcp-tools"
|
|
14
14
|
],
|
|
15
15
|
"elements": [],
|
|
16
16
|
"processors": [],
|
|
17
17
|
"editors": [],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"ai-portal.chat-history": [
|
|
20
|
-
"eo-icon",
|
|
21
|
-
"eo-link",
|
|
22
|
-
"eo-mini-actions"
|
|
23
|
-
],
|
|
24
|
-
"ai-portal.stat-with-mini-chart": [
|
|
25
|
-
"eo-mini-line-chart"
|
|
26
|
-
],
|
|
27
19
|
"ai-portal.cruise-canvas": [
|
|
28
20
|
"eo-icon",
|
|
29
21
|
"eo-button",
|
|
@@ -36,6 +28,9 @@
|
|
|
36
28
|
"basic.copy-to-clipboard",
|
|
37
29
|
"eo-easyops-avatar"
|
|
38
30
|
],
|
|
31
|
+
"ai-portal.stat-with-mini-chart": [
|
|
32
|
+
"eo-mini-line-chart"
|
|
33
|
+
],
|
|
39
34
|
"ai-portal.elevo-sidebar": [
|
|
40
35
|
"eo-icon",
|
|
41
36
|
"eo-link",
|
|
@@ -44,19 +39,24 @@
|
|
|
44
39
|
"eo-mini-actions",
|
|
45
40
|
"ai-portal.icon-button"
|
|
46
41
|
],
|
|
47
|
-
"ai-portal.
|
|
48
|
-
"eo-
|
|
42
|
+
"ai-portal.chat-box": [
|
|
43
|
+
"eo-icon"
|
|
49
44
|
],
|
|
50
45
|
"ai-portal.icon-button": [
|
|
51
46
|
"eo-icon",
|
|
52
47
|
"eo-tooltip"
|
|
53
48
|
],
|
|
54
|
-
"ai-portal.
|
|
55
|
-
"eo-
|
|
49
|
+
"ai-portal.show-cases": [
|
|
50
|
+
"eo-link"
|
|
56
51
|
],
|
|
57
|
-
"ai-portal.chat-
|
|
52
|
+
"ai-portal.chat-history": [
|
|
53
|
+
"eo-icon",
|
|
54
|
+
"eo-link",
|
|
55
|
+
"eo-mini-actions"
|
|
56
|
+
],
|
|
57
|
+
"ai-portal.mcp-tools": [
|
|
58
58
|
"eo-icon"
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"filePath": "bricks/ai-portal/dist/index.
|
|
61
|
+
"filePath": "bricks/ai-portal/dist/index.40513e76.js"
|
|
62
62
|
}
|