@faasjs/ant-design 0.0.2-beta.454 → 0.0.2-beta.455

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/index.js CHANGED
@@ -461,6 +461,7 @@ function FormItem(props) {
461
461
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_antd5.Form.Item, {
462
462
  ...computedProps,
463
463
  noStyle: true,
464
+ rules: [],
464
465
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_antd5.Input, {
465
466
  hidden: true
466
467
  })
package/dist/index.mjs CHANGED
@@ -441,6 +441,7 @@ function FormItem(props) {
441
441
  return /* @__PURE__ */ jsx6(AntdForm.Item, {
442
442
  ...computedProps,
443
443
  noStyle: true,
444
+ rules: [],
444
445
  children: /* @__PURE__ */ jsx6(Input, {
445
446
  hidden: true
446
447
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/ant-design",
3
- "version": "0.0.2-beta.454",
3
+ "version": "0.0.2-beta.455",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -28,7 +28,7 @@
28
28
  "lodash": "*",
29
29
  "react": "*",
30
30
  "react-dom": "*",
31
- "@faasjs/react": "^0.0.2-beta.454",
31
+ "@faasjs/react": "^0.0.2-beta.455",
32
32
  "react-router-dom": "*",
33
33
  "dayjs": "*"
34
34
  },