@next-bricks/ai-portal 0.70.3 → 0.70.4
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 +8 -8
- package/dist/chunks/7669.6f177bf2.js.map +1 -1
- package/dist/chunks/cruise-canvas.bfae3138.js.map +1 -1
- package/dist/chunks/elevo-sidebar.dfaaf9d1.js.map +1 -1
- package/dist/chunks/goal-card-list.74ab5767.js.map +1 -1
- package/dist/chunks/{main.5e1b11a5.js → main.c83b3727.js} +2 -2
- package/dist/chunks/{main.5e1b11a5.js.map → main.c83b3727.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/index.10454d21.js +2 -0
- package/dist/{index.34851313.js.map → index.10454d21.js.map} +1 -1
- package/dist/manifest.json +42 -42
- package/dist-types/cruise-canvas/index.d.ts +1 -0
- package/dist-types/elevo-sidebar/index.d.ts +2 -2
- package/dist-types/gantt-chart/index.d.ts +1 -0
- package/dist-types/goal-card-list/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/index.34851313.js +0 -2
package/dist/bricks.json
CHANGED
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"ai-portal.dropdown-select",
|
|
24
24
|
"ai-portal.preview-container",
|
|
25
25
|
"ai-portal.action-buttons",
|
|
26
|
-
"ai-portal.goal-card-list",
|
|
27
26
|
"ai-portal.project-conversations",
|
|
27
|
+
"ai-portal.goal-card-list",
|
|
28
28
|
"ai-portal.project-knowledges",
|
|
29
29
|
"ai-portal.activity-timeline",
|
|
30
30
|
"ai-portal.chat-input",
|
|
@@ -144,18 +144,18 @@
|
|
|
144
144
|
"eo-icon",
|
|
145
145
|
"eo-button"
|
|
146
146
|
],
|
|
147
|
-
"ai-portal.goal-card-list": [
|
|
148
|
-
"eo-icon",
|
|
149
|
-
"eo-dropdown-actions",
|
|
150
|
-
"eo-easyops-avatar",
|
|
151
|
-
"eo-button"
|
|
152
|
-
],
|
|
153
147
|
"ai-portal.project-conversations": [
|
|
154
148
|
"eo-link",
|
|
155
149
|
"eo-icon",
|
|
156
150
|
"eo-easyops-avatar",
|
|
157
151
|
"eo-mini-actions"
|
|
158
152
|
],
|
|
153
|
+
"ai-portal.goal-card-list": [
|
|
154
|
+
"eo-icon",
|
|
155
|
+
"eo-dropdown-actions",
|
|
156
|
+
"eo-easyops-avatar",
|
|
157
|
+
"eo-button"
|
|
158
|
+
],
|
|
159
159
|
"ai-portal.project-knowledges": [
|
|
160
160
|
"eo-link",
|
|
161
161
|
"eo-icon",
|
|
@@ -258,5 +258,5 @@
|
|
|
258
258
|
"eo-textarea"
|
|
259
259
|
]
|
|
260
260
|
},
|
|
261
|
-
"filePath": "bricks/ai-portal/dist/index.
|
|
261
|
+
"filePath": "bricks/ai-portal/dist/index.10454d21.js"
|
|
262
262
|
}
|