@plasmicpkgs/antd5 0.0.78 → 0.0.80

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
@@ -2690,50 +2690,6 @@ function registerForm(loader) {
2690
2690
  }),
2691
2691
  children: {
2692
2692
  type: "slot",
2693
- defaultValue: [
2694
- {
2695
- type: "component",
2696
- name: formItemComponentName,
2697
- props: {
2698
- label: {
2699
- type: "text",
2700
- value: "Name"
2701
- },
2702
- name: "name",
2703
- children: {
2704
- type: "component",
2705
- name: inputComponentName
2706
- }
2707
- }
2708
- },
2709
- {
2710
- type: "component",
2711
- name: formItemComponentName,
2712
- props: {
2713
- label: {
2714
- type: "text",
2715
- value: "Message"
2716
- },
2717
- name: "message",
2718
- children: {
2719
- type: "component",
2720
- name: textAreaComponentName
2721
- }
2722
- }
2723
- },
2724
- {
2725
- type: "component",
2726
- name: buttonComponentName,
2727
- props: {
2728
- children: {
2729
- type: "text",
2730
- value: "Submit"
2731
- },
2732
- type: "primary",
2733
- submitsForm: true
2734
- }
2735
- }
2736
- ],
2737
2693
  hidden: (props) => props.mode === "simplified"
2738
2694
  },
2739
2695
  initialValues: {