@fox-js/foxui-pc 4.0.1-117 → 4.0.1-118

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/dist/style.esm.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Mon May 27 2024 10:06:04 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Mon Jul 01 2024 16:01:12 GMT+0800 (中国标准时间)
3
3
  */
@@ -1177,7 +1177,7 @@ export declare const isDate: (val: unknown) => val is Date;
1177
1177
  * @param v
1178
1178
  * @returns
1179
1179
  */
1180
- export declare const isEmptyString: (v: unknown) => v is "";
1180
+ export declare const isEmptyString: (v: unknown) => v is null | undefined | "";
1181
1181
 
1182
1182
  /**
1183
1183
  * 判断两个对象是否一致
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
3
  "type": "module",
4
- "version": "4.0.1-117",
4
+ "version": "4.0.1-118",
5
5
  "description": "FoxUI PC端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",