@blocklet/pages-kit 0.3.20 → 0.3.22

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.
@@ -44,7 +44,7 @@ export interface CustomComponentPropertyBase {
44
44
  };
45
45
  }
46
46
  export interface CustomComponentCommonProperty extends CustomComponentPropertyBase {
47
- type: 'number' | 'boolean' | 'json' | 'url' | 'decimal';
47
+ type: 'number' | 'boolean' | 'json' | 'url' | 'decimal' | 'yaml' | 'color';
48
48
  }
49
49
  export interface CustomComponentCustomProperty extends CustomComponentPropertyBase {
50
50
  type: 'custom';
@@ -1,4 +1,4 @@
1
1
  import { PreloadComponentsResult } from '../types';
2
2
  export declare function injectPreloadComponents(data: PreloadComponentsResult): {
3
3
  html: string;
4
- };
4
+ } | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.3.20",
3
+ "version": "0.3.22",
4
4
  "description": "Pages Kit components and utils",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -92,7 +92,7 @@
92
92
  "url": "git+https://github.com/blocklet/pages-kit.git"
93
93
  },
94
94
  "dependencies": {
95
- "@arcblock/did-connect": "^2.11.23",
95
+ "@arcblock/did-connect": "^2.11.25",
96
96
  "@blocklet/ai-kit": "^0.1.66",
97
97
  "@blocklet/js-sdk": "^1.16.37",
98
98
  "@blocklet/sdk": "^1.16.37",
@@ -111,6 +111,7 @@
111
111
  "isomorphic-dompurify": "^2.14.0",
112
112
  "joi": "^17.13.3",
113
113
  "js-base64": "^3.7.7",
114
+ "js-yaml": "^4.1.0",
114
115
  "json-schema-faker": "^0.5.6",
115
116
  "jsonata": "^2.0.5",
116
117
  "lodash": "^4.17.21",
@@ -151,8 +152,8 @@
151
152
  "react-router-dom": "^6.16.0"
152
153
  },
153
154
  "devDependencies": {
154
- "@arcblock/ux": "^2.11.23",
155
- "@blocklet/ai-runtime": "^0.4.200",
155
+ "@arcblock/ux": "^2.11.25",
156
+ "@blocklet/ai-runtime": "^0.4.201",
156
157
  "@blocklet/js-sdk": "^1.16.37",
157
158
  "@blocklet/sdk": "^1.16.37",
158
159
  "@emotion/cache": "^11.13.1",
@@ -161,6 +162,7 @@
161
162
  "@mui/icons-material": "^5.16.7",
162
163
  "@mui/lab": "^5.0.0-alpha.173",
163
164
  "@mui/material": "^5.16.7",
165
+ "@types/js-yaml": "^4.0.9",
164
166
  "@types/lodash": "^4.17.7",
165
167
  "@types/mustache": "^4.2.5",
166
168
  "@types/node-fetch": "^2.6.11",