@blocklet/pages-kit 0.4.120 → 0.4.122

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.
@@ -21,3 +21,4 @@ export declare function parseColor(color?: string): string;
21
21
  * @returns 转换后的颜色字符串
22
22
  */
23
23
  export declare function colorConvert(color: string, _theme?: Theme): string;
24
+ export declare function getTransparentBackground(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.4.120",
3
+ "version": "0.4.122",
4
4
  "description": "Pages Kit components and utils for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"