@blocklet/pages-kit 0.2.310 → 0.2.312
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/lib/cjs/builtin/async/ai-runtime/index.js +2 -0
- package/lib/cjs/builtin/async/ai-runtime/runtime/ChatBotButton/index.js +9 -9
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageMetadataRenderer.js +8 -5
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/Input.js +152 -0
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/Output.js +79 -0
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/Page.js +147 -0
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/index.js +12 -0
- package/lib/cjs/builtin/mui/material.js +3 -2
- package/lib/cjs/tsconfig.tsbuildinfo +1 -0
- package/lib/cjs/utils/inject-global-components-dump-json.js +1167 -0
- package/lib/esm/builtin/async/ai-runtime/index.js +2 -0
- package/lib/esm/builtin/async/ai-runtime/runtime/ChatBotButton/index.js +10 -10
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageMetadataRenderer.js +8 -5
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/Input.js +146 -0
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/Output.js +73 -0
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/Page.js +142 -0
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/index.js +3 -0
- package/lib/esm/builtin/mui/material.js +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -0
- package/lib/esm/utils/inject-global-components-dump-json.js +1165 -0
- package/lib/types/builtin/async/ai-runtime/index.d.ts +1 -0
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/Input.d.ts +7 -0
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/Output.d.ts +1 -0
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/Page.d.ts +5 -0
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/index.d.ts +3 -0
- package/lib/types/builtin/mui/material.d.ts +1 -1
- package/lib/types/tsconfig.tsbuildinfo +1 -0
- package/lib/types/utils/inject-global-components-dump-json.d.ts +1 -0
- package/package.json +11 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.312",
|
|
4
4
|
"description": "Pages Kit components and utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"import": "./lib/esm/builtin/*.js",
|
|
29
29
|
"require": "./lib/cjs/builtin/*.js"
|
|
30
30
|
},
|
|
31
|
+
"./builtin/async/ai-runtime": {
|
|
32
|
+
"import": "./lib/esm/builtin/async/ai-runtime/index.js",
|
|
33
|
+
"require": "./lib/cjs/builtin/async/ai-runtime/index.js"
|
|
34
|
+
},
|
|
31
35
|
"./components": {
|
|
32
36
|
"import": "./lib/esm/components/index.js",
|
|
33
37
|
"require": "./lib/cjs/components/index.js"
|
|
@@ -81,9 +85,9 @@
|
|
|
81
85
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
82
86
|
},
|
|
83
87
|
"dependencies": {
|
|
84
|
-
"@arcblock/did-connect": "^2.9.
|
|
88
|
+
"@arcblock/did-connect": "^2.9.80",
|
|
85
89
|
"@blocklet/ai-kit": "^0.1.33",
|
|
86
|
-
"@blocklet/ai-runtime": "^0.1.
|
|
90
|
+
"@blocklet/ai-runtime": "^0.1.397",
|
|
87
91
|
"@blocklet/js-sdk": "1.16.26",
|
|
88
92
|
"@blocklet/sdk": "^1.16.26",
|
|
89
93
|
"@iconify/react": "^4.1.1",
|
|
@@ -127,14 +131,14 @@
|
|
|
127
131
|
"react-router-dom": "^6.16.0"
|
|
128
132
|
},
|
|
129
133
|
"devDependencies": {
|
|
130
|
-
"@arcblock/ux": "^2.9.
|
|
134
|
+
"@arcblock/ux": "^2.9.80",
|
|
131
135
|
"@emotion/cache": "^11.11.0",
|
|
132
136
|
"@emotion/css": "^11.11.2",
|
|
133
137
|
"@emotion/react": "^11.11.4",
|
|
134
|
-
"@mui/icons-material": "^5.15.
|
|
138
|
+
"@mui/icons-material": "^5.15.18",
|
|
135
139
|
"@mui/lab": "^5.0.0-alpha.170",
|
|
136
|
-
"@mui/material": "^5.15.
|
|
137
|
-
"@types/lodash": "^4.17.
|
|
140
|
+
"@mui/material": "^5.15.18",
|
|
141
|
+
"@types/lodash": "^4.17.4",
|
|
138
142
|
"@types/mustache": "^4.2.5",
|
|
139
143
|
"@types/node-fetch": "^2.6.11",
|
|
140
144
|
"@types/react": "^18.3.2",
|