@blocklet/pages-kit 0.2.385 → 0.2.387
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/components/AgentInputField/LanguageField.js +13 -6
- package/lib/cjs/builtin/async/ai-runtime/components/ShareActions/index.js +2 -1
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/AutoForm/index.js +1 -1
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/GoogleSearch/GoogleSearchRelatedQuestionsView.js +26 -3
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/InputsView.js +1 -1
- package/lib/cjs/components/CustomComponentRenderer/index.js +3 -2
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/builtin/async/ai-runtime/components/AgentInputField/LanguageField.js +10 -6
- package/lib/esm/builtin/async/ai-runtime/components/ShareActions/index.js +2 -1
- package/lib/esm/builtin/async/ai-runtime/runtime-components/AutoForm/index.js +1 -1
- package/lib/esm/builtin/async/ai-runtime/runtime-components/GoogleSearch/GoogleSearchRelatedQuestionsView.js +4 -4
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/InputsView.js +1 -1
- package/lib/esm/components/CustomComponentRenderer/index.js +3 -2
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.387",
|
|
4
4
|
"description": "Pages Kit components and utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"@arcblock/did-connect": "^2.10.9",
|
|
96
96
|
"@blocklet/ai-kit": "^0.1.45",
|
|
97
|
-
"@blocklet/ai-runtime": "^0.
|
|
97
|
+
"@blocklet/ai-runtime": "^0.4.12",
|
|
98
98
|
"@blocklet/js-sdk": "^1.16.28",
|
|
99
99
|
"@blocklet/sdk": "^1.16.28",
|
|
100
|
-
"@iconify/react": "^5.0.
|
|
100
|
+
"@iconify/react": "^5.0.2",
|
|
101
101
|
"@lottiefiles/lottie-player": "^2.0.4",
|
|
102
102
|
"@types/file-saver": "^2.0.7",
|
|
103
103
|
"axios": "^1.7.2",
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
145
|
"@arcblock/ux": "^2.10.9",
|
|
146
|
-
"@emotion/cache": "^11.13.
|
|
146
|
+
"@emotion/cache": "^11.13.1",
|
|
147
147
|
"@emotion/css": "^11.13.0",
|
|
148
148
|
"@emotion/react": "^11.13.0",
|
|
149
|
-
"@mui/icons-material": "^5.16.
|
|
150
|
-
"@mui/lab": "^5.0.0-alpha.
|
|
151
|
-
"@mui/material": "^5.16.
|
|
149
|
+
"@mui/icons-material": "^5.16.5",
|
|
150
|
+
"@mui/lab": "^5.0.0-alpha.173",
|
|
151
|
+
"@mui/material": "^5.16.5",
|
|
152
152
|
"@types/lodash": "^4.17.7",
|
|
153
153
|
"@types/mustache": "^4.2.5",
|
|
154
154
|
"@types/node-fetch": "^2.6.11",
|