@blocklet/pages-kit 0.4.110 → 0.4.111
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.
|
@@ -10,7 +10,7 @@ export type CommonPaddingItem = {
|
|
|
10
10
|
};
|
|
11
11
|
export type PaddingYItem = CommonPaddingItem;
|
|
12
12
|
export type PaddingXItem = CommonPaddingItem;
|
|
13
|
-
export type MaxWidthSizeEnum = 'full' | 'sm' | 'md' | 'lg' | 'xl';
|
|
13
|
+
export type MaxWidthSizeEnum = 'full' | 'sm' | 'md' | 'lg' | 'xl' | string;
|
|
14
14
|
export type MaxWidthItem = {
|
|
15
15
|
title: string;
|
|
16
16
|
value: MaxWidthSizeEnum;
|
|
@@ -23,6 +23,7 @@ export interface StyleValueOptions {
|
|
|
23
23
|
value: string;
|
|
24
24
|
format?: StyleFormat;
|
|
25
25
|
defaultValue?: any;
|
|
26
|
+
customValue?: string;
|
|
26
27
|
}
|
|
27
28
|
export type StyleConfig = {
|
|
28
29
|
baseSectionPaddingY?: SizeEnum;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.111",
|
|
4
4
|
"description": "Pages Kit components and utils for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"react-best-gradient-color-picker": "^3.0.14",
|
|
104
103
|
"@arcblock/did-connect": "^2.12.63",
|
|
105
104
|
"@blocklet/ai-kit": "^0.1.72",
|
|
106
105
|
"@blocklet/js-sdk": "^1.16.41",
|
|
@@ -111,8 +110,8 @@
|
|
|
111
110
|
"@iconify/react": "^5.0.2",
|
|
112
111
|
"@lottiefiles/lottie-player": "^2.0.4",
|
|
113
112
|
"@types/file-saver": "^2.0.7",
|
|
114
|
-
"ajv": "^8.17.1",
|
|
115
113
|
"ahooks": "^3.8.1",
|
|
114
|
+
"ajv": "^8.17.1",
|
|
116
115
|
"axios": "^1.7.4",
|
|
117
116
|
"dayjs": "^1.11.13",
|
|
118
117
|
"es-module-shims": "^2.0.10",
|
|
@@ -130,6 +129,7 @@
|
|
|
130
129
|
"material-ui-popup-state": "^5.1.2",
|
|
131
130
|
"nanoid": "^3.3.7",
|
|
132
131
|
"node-fetch": "^2.7.0",
|
|
132
|
+
"react-best-gradient-color-picker": "^3.0.14",
|
|
133
133
|
"react-error-boundary": "^4.0.13",
|
|
134
134
|
"react-flags-select": "^2.2.3",
|
|
135
135
|
"react-frame-component": "^5.2.7",
|