@blocklet/pages-kit 0.2.326 → 0.2.328
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/Header/SimpleHeader.js +1 -1
- package/lib/cjs/builtin/async/ai-runtime/components/ThemeProvider.js +47 -29
- package/lib/cjs/builtin/async/ai-runtime/components/UserInfo.js +4 -6
- package/lib/cjs/builtin/async/ai-runtime/locales/index.js +10 -4
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/MessageView.js +6 -4
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/OpeningMessageView.js +3 -2
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/index.js +4 -1
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/Page.js +15 -6
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/CodePreview.js +74 -19
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/TransparentTooltip.js +25 -0
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/UserQuestion.js +8 -3
- package/lib/cjs/components/CustomComponentRenderer/index.js +3 -2
- package/lib/cjs/components/CustomComponentRenderer/state.js +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/builtin/async/ai-runtime/components/Header/SimpleHeader.js +1 -1
- package/lib/esm/builtin/async/ai-runtime/components/ThemeProvider.js +48 -30
- package/lib/esm/builtin/async/ai-runtime/components/UserInfo.js +4 -6
- package/lib/esm/builtin/async/ai-runtime/locales/index.js +10 -4
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/MessageView.js +6 -4
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/OpeningMessageView.js +3 -2
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/index.js +5 -2
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/Page.js +15 -6
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/CodePreview.js +73 -18
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/TransparentTooltip.js +23 -0
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/UserQuestion.js +8 -3
- package/lib/esm/components/CustomComponentRenderer/index.js +3 -2
- package/lib/esm/components/CustomComponentRenderer/state.js +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/builtin/async/ai-runtime/api/agent.d.ts +9 -1
- package/lib/types/builtin/async/ai-runtime/components/UserInfo.d.ts +2 -1
- package/lib/types/builtin/async/ai-runtime/locales/index.d.ts +6 -0
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/components/CodePreview.d.ts +2 -1
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/components/TransparentTooltip.d.ts +3 -0
- package/lib/types/components/CustomComponentRenderer/index.d.ts +1 -0
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.328",
|
|
4
4
|
"description": "Pages Kit components and utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@arcblock/did-connect": "^2.9.
|
|
88
|
+
"@arcblock/did-connect": "^2.9.87",
|
|
89
89
|
"@blocklet/ai-kit": "^0.1.36",
|
|
90
|
-
"@blocklet/ai-runtime": "^0.2.
|
|
90
|
+
"@blocklet/ai-runtime": "^0.2.21",
|
|
91
91
|
"@blocklet/js-sdk": "1.16.26",
|
|
92
92
|
"@blocklet/sdk": "^1.16.26",
|
|
93
93
|
"@iconify/react": "^4.1.1",
|
|
@@ -133,13 +133,13 @@
|
|
|
133
133
|
"react-router-dom": "^6.16.0"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@arcblock/ux": "^2.9.
|
|
136
|
+
"@arcblock/ux": "^2.9.87",
|
|
137
137
|
"@emotion/cache": "^11.11.0",
|
|
138
138
|
"@emotion/css": "^11.11.2",
|
|
139
139
|
"@emotion/react": "^11.11.4",
|
|
140
|
-
"@mui/icons-material": "^5.15.
|
|
140
|
+
"@mui/icons-material": "^5.15.19",
|
|
141
141
|
"@mui/lab": "^5.0.0-alpha.170",
|
|
142
|
-
"@mui/material": "^5.15.
|
|
142
|
+
"@mui/material": "^5.15.19",
|
|
143
143
|
"@types/lodash": "^4.17.4",
|
|
144
144
|
"@types/mustache": "^4.2.5",
|
|
145
145
|
"@types/node-fetch": "^2.6.11",
|