react-luna-form 0.0.36 → 0.0.38

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.
@@ -24,6 +24,7 @@ export declare function defineConfig<T extends React.ElementType>(options: Reado
24
24
  };
25
25
  }>): Config;
26
26
  export declare const defineCheckbox: (input: any) => InputConfig<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>;
27
+ export declare const defineChips: (input: any) => InputConfig<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>;
27
28
  export declare const defineInput: (input: any) => InputConfig<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>;
28
29
  export declare const defineRadio: (input: any) => InputConfig<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>;
29
30
  export declare const defineSelect: (input: any) => InputConfig<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-luna-form",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "description": "A React library for building forms based on JSON",
5
5
  "main": "./dist/client/cjs/index.js",
6
6
  "module": "./dist/client/esm/index.js",
@@ -18,6 +18,7 @@
18
18
  "dist"
19
19
  ],
20
20
  "peerDependencies": {
21
+ "date-fns": "^4.0.0",
21
22
  "fast-equals": "^6.0.0",
22
23
  "jotai": "^2.0.0",
23
24
  "jotai-family": "^1.0.0",
@@ -33,7 +34,7 @@
33
34
  "eslint-plugin-react": "7.37.5",
34
35
  "eslint-plugin-react-hooks": "7.0.1",
35
36
  "eslint-plugin-react-refresh": "0.5.2",
36
- "@luna-form/core": "0.0.36"
37
+ "@luna-form/core": "0.0.38"
37
38
  },
38
39
  "license": "Apache-2.0",
39
40
  "repository": {