@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/index.js CHANGED
@@ -2703,50 +2703,6 @@ function registerForm(loader) {
2703
2703
  }),
2704
2704
  children: {
2705
2705
  type: "slot",
2706
- defaultValue: [
2707
- {
2708
- type: "component",
2709
- name: formItemComponentName,
2710
- props: {
2711
- label: {
2712
- type: "text",
2713
- value: "Name"
2714
- },
2715
- name: "name",
2716
- children: {
2717
- type: "component",
2718
- name: inputComponentName
2719
- }
2720
- }
2721
- },
2722
- {
2723
- type: "component",
2724
- name: formItemComponentName,
2725
- props: {
2726
- label: {
2727
- type: "text",
2728
- value: "Message"
2729
- },
2730
- name: "message",
2731
- children: {
2732
- type: "component",
2733
- name: textAreaComponentName
2734
- }
2735
- }
2736
- },
2737
- {
2738
- type: "component",
2739
- name: buttonComponentName,
2740
- props: {
2741
- children: {
2742
- type: "text",
2743
- value: "Submit"
2744
- },
2745
- type: "primary",
2746
- submitsForm: true
2747
- }
2748
- }
2749
- ],
2750
2706
  hidden: (props) => props.mode === "simplified"
2751
2707
  },
2752
2708
  initialValues: {