@blocklet/pages-kit 0.5.56 → 0.6.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/lib/cjs/builtin/color-picker.js +4 -3
- package/lib/cjs/builtin/components/LanguageField/index.js +2 -3
- package/lib/cjs/builtin/markdown/action-button.js +5 -3
- package/lib/cjs/builtin/markdown/loading-button.js +2 -2
- package/lib/cjs/builtin/markdown/markdown-renderer.js +9 -1
- package/lib/cjs/builtin/react-dom.js +30 -2
- package/lib/cjs/builtin/react.js +50 -59
- package/lib/cjs/components/CustomComponentRenderer/state.js +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/utils/inject-global-components.js +4 -3
- package/lib/esm/builtin/color-picker.js +4 -4
- package/lib/esm/builtin/components/LanguageField/index.js +2 -3
- package/lib/esm/builtin/markdown/action-button.js +5 -3
- package/lib/esm/builtin/markdown/loading-button.js +3 -3
- package/lib/esm/builtin/markdown/markdown-renderer.js +9 -1
- package/lib/esm/builtin/react-dom.js +15 -1
- package/lib/esm/builtin/react.js +9 -2
- package/lib/esm/components/CustomComponentRenderer/state.js +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/utils/inject-global-components.js +4 -3
- package/lib/types/builtin/color-picker.d.ts +3 -1
- package/lib/types/builtin/components/LanguageField/index.d.ts +1 -7
- package/lib/types/builtin/markdown/loading-button.d.ts +1 -1
- package/lib/types/builtin/react-dom.d.ts +5 -1
- package/lib/types/builtin/react.d.ts +3 -2
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Pages Kit components and utils for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@arcblock/did-connect": "^
|
|
103
|
+
"@arcblock/did-connect": "^3.0.8",
|
|
104
104
|
"@blocklet/ai-kit": "^0.1.79",
|
|
105
105
|
"@blocklet/js-sdk": "^1.16.44",
|
|
106
106
|
"@blocklet/sdk": "^1.16.44",
|
|
107
|
-
"@blocklet/uploader": "^0.1
|
|
108
|
-
"@blocklet/xss": "^0.
|
|
107
|
+
"@blocklet/uploader": "^0.2.1",
|
|
108
|
+
"@blocklet/xss": "^0.2.0",
|
|
109
109
|
"@faker-js/faker": "^9.0.3",
|
|
110
110
|
"@iconify-icons/tabler": "^1.2.95",
|
|
111
111
|
"@iconify/react": "^5.0.2",
|
|
@@ -151,10 +151,10 @@
|
|
|
151
151
|
"ufo": "^1.5.4",
|
|
152
152
|
"yaml": "^2.5.0",
|
|
153
153
|
"zustand": "^4.5.5",
|
|
154
|
-
"@blocklet/pages-kit-core": "^0.
|
|
154
|
+
"@blocklet/pages-kit-core": "^0.6.0"
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|
|
157
|
-
"@arcblock/ux": "^
|
|
157
|
+
"@arcblock/ux": "^3.0.8",
|
|
158
158
|
"@blocklet/ai-runtime": "^0.4.80",
|
|
159
159
|
"@blocklet/js-sdk": "^1.16.33",
|
|
160
160
|
"@blocklet/sdk": "^1.16.33",
|
|
@@ -162,39 +162,39 @@
|
|
|
162
162
|
"@emotion/cache": "^11.11.0",
|
|
163
163
|
"@emotion/css": "^11.11.2",
|
|
164
164
|
"@emotion/react": "^11.11.1",
|
|
165
|
-
"@mui/icons-material": "^
|
|
166
|
-
"@mui/lab": "^
|
|
167
|
-
"@mui/material": "^
|
|
165
|
+
"@mui/icons-material": "^7.1.2",
|
|
166
|
+
"@mui/lab": "^7.0.0-beta.14",
|
|
167
|
+
"@mui/material": "^7.1.2",
|
|
168
168
|
"axios": "^1.6.5",
|
|
169
|
-
"react": "^
|
|
169
|
+
"react": "^19.1.0",
|
|
170
170
|
"react-best-gradient-color-picker": "^3.0.14",
|
|
171
|
-
"react-dom": "^
|
|
171
|
+
"react-dom": "^19.1.0",
|
|
172
172
|
"react-router-dom": "^6.16.0"
|
|
173
173
|
},
|
|
174
174
|
"devDependencies": {
|
|
175
|
-
"@arcblock/ux": "^
|
|
176
|
-
"@blocklet/ai-runtime": "^0.4.
|
|
175
|
+
"@arcblock/ux": "^3.0.8",
|
|
176
|
+
"@blocklet/ai-runtime": "^0.4.275",
|
|
177
177
|
"@blocklet/js-sdk": "^1.16.44",
|
|
178
178
|
"@blocklet/sdk": "^1.16.44",
|
|
179
|
-
"@emotion/cache": "^11.
|
|
180
|
-
"@emotion/css": "^11.13.
|
|
181
|
-
"@emotion/react": "^11.
|
|
182
|
-
"@mui/icons-material": "^
|
|
183
|
-
"@mui/lab": "^
|
|
184
|
-
"@mui/material": "^
|
|
179
|
+
"@emotion/cache": "^11.14.0",
|
|
180
|
+
"@emotion/css": "^11.13.5",
|
|
181
|
+
"@emotion/react": "^11.14.0",
|
|
182
|
+
"@mui/icons-material": "^7.1.2",
|
|
183
|
+
"@mui/lab": "^7.0.0-beta.14",
|
|
184
|
+
"@mui/material": "^7.1.2",
|
|
185
185
|
"@types/gradient-parser": "^0.1.5",
|
|
186
186
|
"@types/lodash": "^4.17.7",
|
|
187
187
|
"@types/mustache": "^4.2.5",
|
|
188
188
|
"@types/node-fetch": "^2.6.11",
|
|
189
|
-
"@types/react": "^
|
|
189
|
+
"@types/react": "^19.1.8",
|
|
190
190
|
"@types/react-helmet": "^6.1.11",
|
|
191
191
|
"@types/react-scroll-to-bottom": "^4.2.5",
|
|
192
192
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
193
193
|
"@types/tinycolor2": "^1.4.6",
|
|
194
194
|
"axios": "^1.7.4",
|
|
195
195
|
"npm-run-all": "^4.1.5",
|
|
196
|
-
"react": "^
|
|
197
|
-
"react-dom": "^
|
|
196
|
+
"react": "^19.1.0",
|
|
197
|
+
"react-dom": "^19.1.0",
|
|
198
198
|
"react-router-dom": "^6.26.1",
|
|
199
199
|
"rimraf": "^6.0.1"
|
|
200
200
|
},
|