@blocklet/pages-kit 0.6.19 → 0.6.21
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type SizeEnum = 'none' | 'small' | 'normal' | 'large';
|
|
2
|
-
export type StyleEnum = 'baseSectionPaddingY' | 'paddingY' | 'paddingX' | 'maxWidth' | 'layoutBlockGap' | 'layoutBlockPadding';
|
|
2
|
+
export type StyleEnum = 'baseSectionPaddingY' | 'paddingY' | 'paddingX' | 'maxWidth' | 'layoutBlockGap' | 'layoutBlockPadding' | 'layoutBlockAlignContent';
|
|
3
3
|
export type StyleFormat = 'sx';
|
|
4
4
|
export type CommonPaddingItem = {
|
|
5
5
|
title: string;
|
|
@@ -11,6 +11,13 @@ export type CommonPaddingItem = {
|
|
|
11
11
|
export type PaddingYItem = CommonPaddingItem;
|
|
12
12
|
export type PaddingXItem = CommonPaddingItem;
|
|
13
13
|
export type PaddingItem = CommonPaddingItem;
|
|
14
|
+
export interface LayoutBlockAlignContentItem {
|
|
15
|
+
title: string;
|
|
16
|
+
value: string;
|
|
17
|
+
sx: {
|
|
18
|
+
alignContent: string;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
14
21
|
export type MaxWidthSizeEnum = 'full' | 'sm' | 'md' | 'lg' | 'xl' | string;
|
|
15
22
|
export type MaxWidthItem = {
|
|
16
23
|
title: string;
|
|
@@ -33,4 +40,5 @@ export type StyleConfig = {
|
|
|
33
40
|
maxWidth?: MaxWidthSizeEnum;
|
|
34
41
|
layoutBlockGap?: SizeEnum;
|
|
35
42
|
layoutBlockPadding?: SizeEnum;
|
|
43
|
+
layoutBlockAlignContent?: LayoutBlockAlignContentItem;
|
|
36
44
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.21",
|
|
4
4
|
"description": "Pages Kit components and utils for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@arcblock/did-connect": "^3.0.
|
|
103
|
+
"@arcblock/did-connect": "^3.0.33",
|
|
104
104
|
"@blocklet/ai-kit": "^0.2.6",
|
|
105
105
|
"@blocklet/js-sdk": "^1.16.46",
|
|
106
106
|
"@blocklet/sdk": "^1.16.46",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@types/file-saver": "^2.0.7",
|
|
114
114
|
"ahooks": "^3.8.1",
|
|
115
115
|
"ajv": "^8.17.1",
|
|
116
|
-
"axios": "^1.
|
|
116
|
+
"axios": "^1.11.0",
|
|
117
117
|
"dayjs": "^1.11.13",
|
|
118
118
|
"es-module-shims": "^2.0.10",
|
|
119
119
|
"eventsource-parser": "^2.0.1",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"yaml": "^2.5.0",
|
|
153
153
|
"zod": "^3.25.76",
|
|
154
154
|
"zustand": "^4.5.5",
|
|
155
|
-
"@blocklet/pages-kit-core": "^0.6.
|
|
155
|
+
"@blocklet/pages-kit-core": "^0.6.21"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"@arcblock/ux": "^3.0.8",
|
|
@@ -166,14 +166,14 @@
|
|
|
166
166
|
"@mui/icons-material": "^7.1.2",
|
|
167
167
|
"@mui/lab": "^7.0.0-beta.14",
|
|
168
168
|
"@mui/material": "^7.1.2",
|
|
169
|
-
"axios": "^1.
|
|
169
|
+
"axios": "^1.11.0",
|
|
170
170
|
"react": "^19.1.0",
|
|
171
171
|
"react-best-gradient-color-picker": "^3.0.14",
|
|
172
172
|
"react-dom": "^19.1.0",
|
|
173
173
|
"react-router-dom": "^6.16.0"
|
|
174
174
|
},
|
|
175
175
|
"devDependencies": {
|
|
176
|
-
"@arcblock/ux": "^3.0.
|
|
176
|
+
"@arcblock/ux": "^3.0.33",
|
|
177
177
|
"@blocklet/ai-runtime": "^0.4.276",
|
|
178
178
|
"@blocklet/js-sdk": "^1.16.46",
|
|
179
179
|
"@blocklet/sdk": "^1.16.46",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"@types/react-scroll-to-bottom": "^4.2.5",
|
|
193
193
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
194
194
|
"@types/tinycolor2": "^1.4.6",
|
|
195
|
-
"axios": "^1.
|
|
195
|
+
"axios": "^1.11.0",
|
|
196
196
|
"npm-run-all": "^4.1.5",
|
|
197
197
|
"react": "^19.1.0",
|
|
198
198
|
"react-dom": "^19.1.0",
|