fat-design 0.0.1-beta.20250929012932 → 0.0.1-beta.20250930224035

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fat-design",
3
- "version": "0.0.1-beta.20250929012932",
3
+ "version": "0.0.1-beta.20250930224035",
4
4
  "scripts": {},
5
5
  "main": "index.umd.js",
6
6
  "module": "index.js",
@@ -16,5 +16,5 @@
16
16
  "publishConfig": {
17
17
  "registry": "https://registry.npmjs.org"
18
18
  },
19
- "buildTime": "Sun, 28 Sep 2025 17:29:32 GMT"
19
+ "buildTime": "Tue, 30 Sep 2025 14:40:35 GMT"
20
20
  }
@@ -13,5 +13,6 @@ declare namespace QueryForm {
13
13
  columns: number;
14
14
  };
15
15
  };
16
+ var Item: typeof import("../form2/form-item").default;
16
17
  }
17
18
  export { QueryForm };
@@ -1,3 +1,3 @@
1
- import QueryForm from '../0buildTypes/query-form/index'
1
+ import {QueryForm} from '../0buildTypes/query-form/query-form'
2
2
 
3
3
  export default QueryForm;