@plasmicpkgs/antd5 0.0.35 → 0.0.37

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/antd.esm.js CHANGED
@@ -1051,7 +1051,7 @@ const Internal = (props) => {
1051
1051
  labelCol: ((_a = props.labelCol) == null ? void 0 : _a.horizontalOnly) && props.layout !== "horizontal" ? void 0 : props.labelCol,
1052
1052
  wrapperCol: ((_b = props.wrapperCol) == null ? void 0 : _b.horizontalOnly) && props.layout !== "horizontal" ? void 0 : props.wrapperCol
1053
1053
  }), /* @__PURE__ */ React.createElement("style", null, `
1054
- .ant-form-item-explain + div {
1054
+ .ant-form-item-explain + div, .ant-form-item-margin-offset {
1055
1055
  display: none;
1056
1056
  }
1057
1057
  `), childrenNode));
@@ -1107,6 +1107,10 @@ function registerForm(loader) {
1107
1107
  registerComponentHelper(loader, FormWrapper, {
1108
1108
  name: "plasmic-antd5-form",
1109
1109
  displayName: "Form",
1110
+ defaultStyles: {
1111
+ display: "plasmic-content-layout",
1112
+ gridRowGap: "10px"
1113
+ },
1110
1114
  props: {
1111
1115
  children: {
1112
1116
  type: "slot",
@@ -1253,7 +1257,7 @@ function registerForm(loader) {
1253
1257
  }
1254
1258
  },
1255
1259
  importPath: "@plasmicpkgs/antd5/skinny/registerForm",
1256
- importName: "Form"
1260
+ importName: "FormWrapper"
1257
1261
  });
1258
1262
  }
1259
1263
  function plasmicRulesToAntdRules(plasmicRules) {