@invoice-sdk/widget 1.59.0 → 1.59.1

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.
@@ -67,7 +67,7 @@ var S = (g, A, B) => new Promise((C, Q) => {
67
67
  throw I;
68
68
  }, "return" in A && C("return"), Q;
69
69
  }, rQ = (g, A, B) => (A = g[ug("asyncIterator")]) ? A.call(g) : (g = g[ug("iterator")](), A = {}, B = (C, Q) => (Q = g[C]) && (A[C] = (I) => new Promise((E, n, t) => (I = Q.call(g, I), t = I.done, Promise.resolve(I.value).then((c) => E({ value: c, done: t }), n)))), B("next"), B("return"), A);
70
- import { t as D, g as Sg, a as bE, b as KE, m as SE, c as UE, f as pE, v as ZE, r as yI, u as jI } from "./index-BrFPB70i.js";
70
+ import { t as D, g as Sg, a as bE, b as KE, m as SE, c as UE, f as pE, v as ZE, r as yI, u as jI } from "./index-BYaHlzkC.js";
71
71
  import { g as uB } from "./_commonjsHelpers-bAxELxBV.js";
72
72
  function mQ({ steps: g = [], currentStep: A = 1 } = {}) {
73
73
  const B = document.createElement("div");
@@ -273,7 +273,7 @@ function sB({
273
273
  E ? "wgt:bg-[#335CFF]" : ""
274
274
  ].join(" "), t.addEventListener("change", (h) => {
275
275
  const o = h.target.checked;
276
- typeof Q == "function" && Q(o);
276
+ typeof Q == "function" && Q(o), t.checked = !1;
277
277
  });
278
278
  const c = document.createElement("span");
279
279
  c.innerText = B, n.append(t, c);
@@ -6273,7 +6273,7 @@ function Yh({
6273
6273
  if (h.className = [
6274
6274
  "wgt:text-base",
6275
6275
  "wgt:font-semibold",
6276
- Q ? "wgt:text-primary" : "wgt:text-"
6276
+ Q ? "wgt:text-primary" : "wgt:text-text-sub-600"
6277
6277
  ].join(" "), h.innerText = g.code, c.appendChild(h), B) {
6278
6278
  const m = document.createElement("div");
6279
6279
  m.className = "wgt:w-fit wgt:px-2 wgt:py-0.5 wgt:rounded wgt:bg-primary wgt:text-white wgt:bg-gradient-to-r wgt:from-[#FF8447] wgt:to-[#F6B51E] wgt:text-sm wgt:font-semibold wgt:text-white", m.innerText = C, c.appendChild(m);
@@ -6401,7 +6401,8 @@ function Gh(A) {
6401
6401
  params: {
6402
6402
  isActive: !0,
6403
6403
  type: "service",
6404
- bank: g
6404
+ bank: g,
6405
+ limit: 1e3
6405
6406
  }
6406
6407
  })).data;
6407
6408
  });
@@ -6412,7 +6413,8 @@ function zh(A) {
6412
6413
  params: {
6413
6414
  isActive: !0,
6414
6415
  type: "signature",
6415
- bank: g
6416
+ bank: g,
6417
+ limit: 1e3
6416
6418
  }
6417
6419
  })).data;
6418
6420
  });
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "prepare": "npm run build"
47
47
  },
48
48
  "type": "module",
49
- "version": "1.59.0",
49
+ "version": "1.59.1",
50
50
  "repository": {},
51
51
  "dependencies": {
52
52
  "axios": "^1.9.0",