@blocklet/pages-kit 0.6.38 → 0.6.40
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/components/CustomComponentRenderer/index.js +6 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/utils/property.js +1 -6
- package/lib/cjs/utils/style.js +2 -6
- package/lib/esm/components/CustomComponentRenderer/index.js +6 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/utils/property.js +2 -7
- package/lib/esm/utils/style.js +3 -7
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/lib/types/utils/style.d.ts +1 -1
- package/package.json +2 -2
|
@@ -16,6 +16,6 @@ export declare function parseColor(color?: string): string;
|
|
|
16
16
|
* @param _theme - 主题对象,默认为全局主题
|
|
17
17
|
* @returns 转换后的颜色字符串
|
|
18
18
|
*/
|
|
19
|
-
export declare function colorConvert(color: string,
|
|
19
|
+
export declare function colorConvert(color: string, theme?: Theme): string;
|
|
20
20
|
export declare function getTransparentBackground(): string;
|
|
21
21
|
export { isMuiColorKey };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.40",
|
|
4
4
|
"description": "Pages Kit components and utils for blocklet(s)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -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.40"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"@arcblock/ux": "^3.0.8",
|