@unizhen/ui 0.1.3 → 0.1.4

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/lib/ui.js +3 -3
  2. package/package.json +1 -1
package/lib/ui.js CHANGED
@@ -6674,7 +6674,7 @@ const pa = /* @__PURE__ */ w(b1, [["render", x1]]), _1 = re({
6674
6674
  v.onClick = (O) => {
6675
6675
  Ke({
6676
6676
  ...O,
6677
- is_disabled: !0
6677
+ is_disabled: 1
6678
6678
  }).then(() => {
6679
6679
  ce();
6680
6680
  }).catch(() => null);
@@ -6683,7 +6683,7 @@ const pa = /* @__PURE__ */ w(b1, [["render", x1]]), _1 = re({
6683
6683
  v.onClick = (O) => {
6684
6684
  Ke({
6685
6685
  ...O,
6686
- is_disabled: !1
6686
+ is_disabled: 0
6687
6687
  }).then(() => {
6688
6688
  ce();
6689
6689
  }).catch(() => null);
@@ -8868,7 +8868,7 @@ function tm(e, t, n) {
8868
8868
  refetch: S
8869
8869
  };
8870
8870
  }
8871
- const x0 = "0.1.3";
8871
+ const x0 = "0.1.4";
8872
8872
  let ba;
8873
8873
  async function xa() {
8874
8874
  const e = await fetch(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unizhen/ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "author": {
5
5
  "name": "Donovan"
6
6
  },