ire-preview 3.2.18 → 3.2.20

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.
Files changed (2) hide show
  1. package/dist/lib.es.js +8 -17
  2. package/package.json +1 -1
package/dist/lib.es.js CHANGED
@@ -5690,9 +5690,9 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
5690
5690
  email: "",
5691
5691
  comment: ""
5692
5692
  };
5693
- }, 500), setTimeout(() => {
5693
+ }, 700), setTimeout(() => {
5694
5694
  Le.value = !1;
5695
- }, 5e3)) : (De.value = !1, console.error("Something went wrong!"));
5695
+ }, 4e3)) : (De.value = !1, console.error("Something went wrong!"));
5696
5696
  };
5697
5697
  return (ze, je) => (openBlock(), createElementBlock("form", {
5698
5698
  onSubmit: withModifiers(Re, ["prevent"]),
@@ -5749,21 +5749,12 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$a]
5749
5749
  title: "back",
5750
5750
  onClick: je[4] || (je[4] = (Fe) => ke("hideForm"))
5751
5751
  }),
5752
- createVNode(Transition, {
5753
- name: "ire-fade-in-out",
5754
- mode: "out-in"
5755
- }, {
5756
- default: withCtx(() => [
5757
- Le.value ? createCommentVNode("", !0) : (openBlock(), createBlock(_sfc_main$y, {
5758
- key: 0,
5759
- type: "submit",
5760
- title: "Submit",
5761
- active: "",
5762
- disable: De.value
5763
- }, null, 8, ["disable"]))
5764
- ]),
5765
- _: 1
5766
- })
5752
+ createVNode(_sfc_main$y, {
5753
+ type: "submit",
5754
+ title: "Submit",
5755
+ active: "",
5756
+ disable: De.value || Le.value
5757
+ }, null, 8, ["disable"])
5767
5758
  ])
5768
5759
  ], 32));
5769
5760
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.2.18",
3
+ "version": "3.2.20",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,