@next-bricks/ai-portal 0.20.13 → 0.20.14
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 +13 -13
- package/dist/chunks/{3362.90a6e017.js → 3362.6c6c0c0c.js} +2 -2
- package/dist/chunks/3362.6c6c0c0c.js.map +1 -0
- package/dist/chunks/{8230.e8052bfd.js → 8230.e3b8a575.js} +3 -3
- package/dist/chunks/8230.e3b8a575.js.map +1 -0
- package/dist/chunks/elevo-sidebar.566893c2.js +3 -0
- package/dist/chunks/elevo-sidebar.566893c2.js.map +1 -0
- package/dist/chunks/{main.c5a8080f.js → main.ed728f19.js} +2 -2
- package/dist/chunks/{main.c5a8080f.js.map → main.ed728f19.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.975dc931.js → index.0a56f8fb.js} +2 -2
- package/dist/{index.975dc931.js.map → index.0a56f8fb.js.map} +1 -1
- package/dist/manifest.json +65 -52
- package/dist/types.json +222 -208
- package/dist-types/elevo-sidebar/ChatHistory.d.ts +5 -1
- package/dist-types/elevo-sidebar/index.d.ts +4 -0
- package/package.json +2 -2
- package/dist/chunks/3362.90a6e017.js.map +0 -1
- package/dist/chunks/8230.e8052bfd.js.map +0 -1
- package/dist/chunks/elevo-sidebar.859a89ed.js +0 -3
- package/dist/chunks/elevo-sidebar.859a89ed.js.map +0 -1
- /package/dist/chunks/{8230.e8052bfd.js.LICENSE.txt → 8230.e3b8a575.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{elevo-sidebar.859a89ed.js.LICENSE.txt → elevo-sidebar.566893c2.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"id": "bricks/ai-portal",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"ai-portal.chat-box",
|
|
5
|
-
"ai-portal.cruise-canvas",
|
|
6
5
|
"ai-portal.chat-history",
|
|
6
|
+
"ai-portal.cruise-canvas",
|
|
7
7
|
"ai-portal.stat-with-mini-chart",
|
|
8
|
-
"ai-portal.home-container",
|
|
9
8
|
"ai-portal.elevo-logo",
|
|
9
|
+
"ai-portal.home-container",
|
|
10
10
|
"ai-portal.elevo-sidebar",
|
|
11
11
|
"ai-portal.icon-button",
|
|
12
|
-
"ai-portal.
|
|
13
|
-
"ai-portal.
|
|
12
|
+
"ai-portal.mcp-tools",
|
|
13
|
+
"ai-portal.show-cases"
|
|
14
14
|
],
|
|
15
15
|
"elements": [],
|
|
16
16
|
"processors": [],
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"ai-portal.chat-box": [
|
|
20
20
|
"eo-icon"
|
|
21
21
|
],
|
|
22
|
+
"ai-portal.chat-history": [
|
|
23
|
+
"eo-icon",
|
|
24
|
+
"eo-link",
|
|
25
|
+
"eo-mini-actions"
|
|
26
|
+
],
|
|
22
27
|
"ai-portal.cruise-canvas": [
|
|
23
28
|
"eo-icon",
|
|
24
29
|
"eo-button",
|
|
@@ -31,11 +36,6 @@
|
|
|
31
36
|
"basic.copy-to-clipboard",
|
|
32
37
|
"eo-easyops-avatar"
|
|
33
38
|
],
|
|
34
|
-
"ai-portal.chat-history": [
|
|
35
|
-
"eo-icon",
|
|
36
|
-
"eo-link",
|
|
37
|
-
"eo-mini-actions"
|
|
38
|
-
],
|
|
39
39
|
"ai-portal.stat-with-mini-chart": [
|
|
40
40
|
"eo-mini-line-chart"
|
|
41
41
|
],
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"eo-icon",
|
|
52
52
|
"eo-tooltip"
|
|
53
53
|
],
|
|
54
|
-
"ai-portal.show-cases": [
|
|
55
|
-
"eo-link"
|
|
56
|
-
],
|
|
57
54
|
"ai-portal.mcp-tools": [
|
|
58
55
|
"eo-icon"
|
|
56
|
+
],
|
|
57
|
+
"ai-portal.show-cases": [
|
|
58
|
+
"eo-link"
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"filePath": "bricks/ai-portal/dist/index.
|
|
61
|
+
"filePath": "bricks/ai-portal/dist/index.0a56f8fb.js"
|
|
62
62
|
}
|