@next-bricks/ai-portal 0.19.0 → 0.20.0
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 +12 -4
- package/dist/chunks/5533.fba8e4f4.js +3 -0
- package/dist/chunks/{5533.e00e5158.js.map → 5533.fba8e4f4.js.map} +1 -1
- package/dist/chunks/6161.d7e3ea42.js +2 -0
- package/dist/chunks/6161.d7e3ea42.js.map +1 -0
- package/dist/chunks/8230.17f194af.js +3 -0
- package/dist/chunks/8230.17f194af.js.map +1 -0
- package/dist/chunks/elevo-sidebar.0eea9917.js.map +1 -1
- package/dist/chunks/main.a7e5c5a4.js +2 -0
- package/dist/chunks/{main.c7695fed.js.map → main.a7e5c5a4.js.map} +1 -1
- package/dist/chunks/mcp-tools.2602da7d.js +3 -0
- package/dist/chunks/mcp-tools.2602da7d.js.LICENSE.txt +5 -0
- package/dist/chunks/mcp-tools.2602da7d.js.map +1 -0
- package/dist/chunks/show-cases.963e795d.js +3 -0
- package/dist/chunks/show-cases.963e795d.js.LICENSE.txt +5 -0
- package/dist/chunks/show-cases.963e795d.js.map +1 -0
- package/dist/examples.json +13 -7
- package/dist/images/4b299d0b.png +0 -0
- package/dist/index.441b456f.js +2 -0
- package/dist/index.441b456f.js.map +1 -0
- package/dist/manifest.json +52 -18
- package/dist/types.json +224 -5
- package/dist-types/bootstrap.d.ts +2 -0
- package/dist-types/mcp-tools/i18n.d.ts +21 -0
- package/dist-types/mcp-tools/index.d.ts +25 -0
- package/dist-types/mcp-tools/index.spec.d.ts +1 -0
- package/dist-types/show-cases/i18n.d.ts +15 -0
- package/dist-types/show-cases/index.d.ts +22 -0
- package/dist-types/show-cases/index.spec.d.ts +1 -0
- package/docs/icon-button.md +1 -1
- package/docs/mcp-tools.md +11 -0
- package/docs/show-cases.md +11 -0
- package/package.json +2 -2
- package/dist/chunks/5533.e00e5158.js +0 -3
- package/dist/chunks/6161.94241e74.js +0 -2
- package/dist/chunks/6161.94241e74.js.map +0 -1
- package/dist/chunks/652.ce26940d.js +0 -3
- package/dist/chunks/652.ce26940d.js.map +0 -1
- package/dist/chunks/main.c7695fed.js +0 -2
- package/dist/index.88ae1615.js +0 -2
- package/dist/index.88ae1615.js.map +0 -1
- /package/dist/chunks/{5533.e00e5158.js.LICENSE.txt → 5533.fba8e4f4.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{652.ce26940d.js.LICENSE.txt → 8230.17f194af.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -2,13 +2,15 @@
|
|
|
2
2
|
"id": "bricks/ai-portal",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"ai-portal.cruise-canvas",
|
|
5
|
-
"ai-portal.chat-box",
|
|
6
5
|
"ai-portal.home-container",
|
|
6
|
+
"ai-portal.chat-box",
|
|
7
7
|
"ai-portal.chat-history",
|
|
8
|
-
"ai-portal.stat-with-mini-chart",
|
|
9
8
|
"ai-portal.elevo-logo",
|
|
9
|
+
"ai-portal.stat-with-mini-chart",
|
|
10
10
|
"ai-portal.elevo-sidebar",
|
|
11
|
-
"ai-portal.icon-button"
|
|
11
|
+
"ai-portal.icon-button",
|
|
12
|
+
"ai-portal.show-cases",
|
|
13
|
+
"ai-portal.mcp-tools"
|
|
12
14
|
],
|
|
13
15
|
"elements": [],
|
|
14
16
|
"processors": [],
|
|
@@ -48,7 +50,13 @@
|
|
|
48
50
|
"ai-portal.icon-button": [
|
|
49
51
|
"eo-icon",
|
|
50
52
|
"eo-tooltip"
|
|
53
|
+
],
|
|
54
|
+
"ai-portal.show-cases": [
|
|
55
|
+
"eo-link"
|
|
56
|
+
],
|
|
57
|
+
"ai-portal.mcp-tools": [
|
|
58
|
+
"eo-icon"
|
|
51
59
|
]
|
|
52
60
|
},
|
|
53
|
-
"filePath": "bricks/ai-portal/dist/index.
|
|
61
|
+
"filePath": "bricks/ai-portal/dist/index.441b456f.js"
|
|
54
62
|
}
|