@invoice-sdk/widget 1.50.11 → 1.50.12

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 K = (g, A, B) => new Promise((C, Q) => {
67
67
  throw I;
68
68
  }, "return" in A && C("return"), Q;
69
69
  }, fQ = (g, A, B) => (A = g[Dg("asyncIterator")]) ? A.call(g) : (g = g[Dg("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 $g, r as jI, u as KI } from "./index-DLiomHHa.js";
70
+ import { t as D, g as $g, r as jI, u as KI } from "./index-DbsxfRC7.js";
71
71
  import { g as mB } from "./_commonjsHelpers-bAxELxBV.js";
72
72
  function qQ({ steps: g = [], currentStep: A = 1 } = {}) {
73
73
  const B = document.createElement("div");
@@ -5914,7 +5914,7 @@ function Ph(E) {
5914
5914
  }, sg = (NA) => {
5915
5915
  if (!NA) return "";
5916
5916
  const [vg, aQ, dg] = NA.split("/"), Jg = new Date(+dg, +aQ - 1, +vg), tC = Jg.getFullYear(), hC = String(Jg.getMonth() + 1).padStart(2, "0"), Gg = String(Jg.getDate()).padStart(2, "0");
5917
- return `${tC}-${hC}-${Gg}`;
5917
+ return `${hC}/${Gg}/${tC}`;
5918
5918
  };
5919
5919
  try {
5920
5920
  const NA = yield uh(N);
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "prepare": "npm run build"
47
47
  },
48
48
  "type": "module",
49
- "version": "1.50.11",
49
+ "version": "1.50.12",
50
50
  "repository": {},
51
51
  "dependencies": {
52
52
  "axios": "^1.9.0",