@one-payments/web-components 1.1.31 → 1.2.0

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
@@ -3,10 +3,10 @@
3
3
  * Copyright 2019 Google LLC
4
4
  * SPDX-License-Identifier: BSD-3-Clause
5
5
  */
6
- const ye = globalThis, Ve = ye.ShadowRoot && (ye.ShadyCSS === void 0 || ye.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Ye = Symbol(), Ge = /* @__PURE__ */ new WeakMap();
6
+ const ye = globalThis, Ve = ye.ShadowRoot && (ye.ShadyCSS === void 0 || ye.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, He = Symbol(), Ge = /* @__PURE__ */ new WeakMap();
7
7
  let ut = class {
8
8
  constructor(e, r, n) {
9
- if (this._$cssResult$ = !0, n !== Ye) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
9
+ if (this._$cssResult$ = !0, n !== He) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
10
10
  this.cssText = e, this.t = r;
11
11
  }
12
12
  get styleSheet() {
@@ -22,13 +22,13 @@ let ut = class {
22
22
  return this.cssText;
23
23
  }
24
24
  };
25
- const Bt = (t) => new ut(typeof t == "string" ? t : t + "", void 0, Ye), Ut = (t, ...e) => {
25
+ const Bt = (t) => new ut(typeof t == "string" ? t : t + "", void 0, He), Ut = (t, ...e) => {
26
26
  const r = t.length === 1 ? t[0] : e.reduce((n, i, o) => n + ((s) => {
27
27
  if (s._$cssResult$ === !0) return s.cssText;
28
28
  if (typeof s == "number") return s;
29
29
  throw Error("Value passed to 'css' function must be a 'css' function result: " + s + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
30
30
  })(i) + t[o + 1], t[0]);
31
- return new ut(r, t, Ye);
31
+ return new ut(r, t, He);
32
32
  }, zt = (t, e) => {
33
33
  if (Ve) t.adoptedStyleSheets = e.map((r) => r instanceof CSSStyleSheet ? r : r.styleSheet);
34
34
  else for (const r of e) {
@@ -45,10 +45,10 @@ const Bt = (t) => new ut(typeof t == "string" ? t : t + "", void 0, Ye), Ut = (t
45
45
  * Copyright 2017 Google LLC
46
46
  * SPDX-License-Identifier: BSD-3-Clause
47
47
  */
48
- const { is: qt, defineProperty: Ot, getOwnPropertyDescriptor: jt, getOwnPropertyNames: Vt, getOwnPropertySymbols: Yt, getPrototypeOf: Zt } = Object, O = globalThis, $e = O.trustedTypes, Ht = $e ? $e.emptyScript : "", Ie = O.reactiveElementPolyfillSupport, ie = (t, e) => t, be = { toAttribute(t, e) {
48
+ const { is: qt, defineProperty: Ot, getOwnPropertyDescriptor: jt, getOwnPropertyNames: Vt, getOwnPropertySymbols: Ht, getPrototypeOf: Zt } = Object, O = globalThis, $e = O.trustedTypes, Yt = $e ? $e.emptyScript : "", Ie = O.reactiveElementPolyfillSupport, ie = (t, e) => t, be = { toAttribute(t, e) {
49
49
  switch (e) {
50
50
  case Boolean:
51
- t = t ? Ht : null;
51
+ t = t ? Yt : null;
52
52
  break;
53
53
  case Object:
54
54
  case Array:
@@ -75,7 +75,7 @@ const { is: qt, defineProperty: Ot, getOwnPropertyDescriptor: jt, getOwnProperty
75
75
  return r;
76
76
  } }, Ze = (t, e) => !qt(t, e), et = { attribute: !0, type: String, converter: be, reflect: !1, useDefault: !1, hasChanged: Ze };
77
77
  Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), O.litPropertyMetadata ?? (O.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
78
- let Q = class extends HTMLElement {
78
+ let K = class extends HTMLElement {
79
79
  static addInitializer(e) {
80
80
  this._$Ei(), (this.l ?? (this.l = [])).push(e);
81
81
  }
@@ -110,7 +110,7 @@ let Q = class extends HTMLElement {
110
110
  static finalize() {
111
111
  if (this.hasOwnProperty(ie("finalized"))) return;
112
112
  if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(ie("properties"))) {
113
- const r = this.properties, n = [...Vt(r), ...Yt(r)];
113
+ const r = this.properties, n = [...Vt(r), ...Ht(r)];
114
114
  for (const i of n) this.createProperty(i, r[i]);
115
115
  }
116
116
  const e = this[Symbol.metadata];
@@ -278,17 +278,17 @@ let Q = class extends HTMLElement {
278
278
  firstUpdated(e) {
279
279
  }
280
280
  };
281
- Q.elementStyles = [], Q.shadowRootOptions = { mode: "open" }, Q[ie("elementProperties")] = /* @__PURE__ */ new Map(), Q[ie("finalized")] = /* @__PURE__ */ new Map(), Ie == null || Ie({ ReactiveElement: Q }), (O.reactiveElementVersions ?? (O.reactiveElementVersions = [])).push("2.1.1");
281
+ K.elementStyles = [], K.shadowRootOptions = { mode: "open" }, K[ie("elementProperties")] = /* @__PURE__ */ new Map(), K[ie("finalized")] = /* @__PURE__ */ new Map(), Ie == null || Ie({ ReactiveElement: K }), (O.reactiveElementVersions ?? (O.reactiveElementVersions = [])).push("2.1.1");
282
282
  /**
283
283
  * @license
284
284
  * Copyright 2017 Google LLC
285
285
  * SPDX-License-Identifier: BSD-3-Clause
286
286
  */
287
- const oe = globalThis, we = oe.trustedTypes, tt = we ? we.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, ft = "$lit$", z = `lit$${Math.random().toFixed(9).slice(2)}$`, mt = "?" + z, Wt = `<${mt}>`, K = document, le = () => K.createComment(""), de = (t) => t === null || typeof t != "object" && typeof t != "function", He = Array.isArray, Kt = (t) => He(t) || typeof (t == null ? void 0 : t[Symbol.iterator]) == "function", Me = `[
287
+ const oe = globalThis, ve = oe.trustedTypes, tt = ve ? ve.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, pt = "$lit$", z = `lit$${Math.random().toFixed(9).slice(2)}$`, mt = "?" + z, Qt = `<${mt}>`, W = document, le = () => W.createComment(""), de = (t) => t === null || typeof t != "object" && typeof t != "function", Ye = Array.isArray, Wt = (t) => Ye(t) || typeof (t == null ? void 0 : t[Symbol.iterator]) == "function", Me = `[
288
288
  \f\r]`, ne = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, rt = /-->/g, nt = />/g, V = RegExp(`>|${Me}(?:([^\\s"'>=/]+)(${Me}*=${Me}*(?:[^
289
- \f\r"'\`<>=]|("|')|))|$)`, "g"), it = /'/g, ot = /"/g, pt = /^(?:script|style|textarea|title)$/i, Qt = (t) => (e, ...r) => ({ _$litType$: t, strings: e, values: r }), P = Qt(1), J = Symbol.for("lit-noChange"), I = Symbol.for("lit-nothing"), st = /* @__PURE__ */ new WeakMap(), Z = K.createTreeWalker(K, 129);
289
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), it = /'/g, ot = /"/g, ft = /^(?:script|style|textarea|title)$/i, Kt = (t) => (e, ...r) => ({ _$litType$: t, strings: e, values: r }), P = Kt(1), J = Symbol.for("lit-noChange"), I = Symbol.for("lit-nothing"), st = /* @__PURE__ */ new WeakMap(), Z = W.createTreeWalker(W, 129);
290
290
  function gt(t, e) {
291
- if (!He(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
291
+ if (!Ye(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
292
292
  return tt !== void 0 ? tt.createHTML(e) : e;
293
293
  }
294
294
  const Xt = (t, e) => {
@@ -296,10 +296,10 @@ const Xt = (t, e) => {
296
296
  let i, o = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", s = ne;
297
297
  for (let l = 0; l < r; l++) {
298
298
  const a = t[l];
299
- let d, c, u = -1, f = 0;
300
- for (; f < a.length && (s.lastIndex = f, c = s.exec(a), c !== null); ) f = s.lastIndex, s === ne ? c[1] === "!--" ? s = rt : c[1] !== void 0 ? s = nt : c[2] !== void 0 ? (pt.test(c[2]) && (i = RegExp("</" + c[2], "g")), s = V) : c[3] !== void 0 && (s = V) : s === V ? c[0] === ">" ? (s = i ?? ne, u = -1) : c[1] === void 0 ? u = -2 : (u = s.lastIndex - c[2].length, d = c[1], s = c[3] === void 0 ? V : c[3] === '"' ? ot : it) : s === ot || s === it ? s = V : s === rt || s === nt ? s = ne : (s = V, i = void 0);
299
+ let d, c, u = -1, p = 0;
300
+ for (; p < a.length && (s.lastIndex = p, c = s.exec(a), c !== null); ) p = s.lastIndex, s === ne ? c[1] === "!--" ? s = rt : c[1] !== void 0 ? s = nt : c[2] !== void 0 ? (ft.test(c[2]) && (i = RegExp("</" + c[2], "g")), s = V) : c[3] !== void 0 && (s = V) : s === V ? c[0] === ">" ? (s = i ?? ne, u = -1) : c[1] === void 0 ? u = -2 : (u = s.lastIndex - c[2].length, d = c[1], s = c[3] === void 0 ? V : c[3] === '"' ? ot : it) : s === ot || s === it ? s = V : s === rt || s === nt ? s = ne : (s = V, i = void 0);
301
301
  const h = s === V && t[l + 1].startsWith("/>") ? " " : "";
302
- o += s === ne ? a + Wt : u >= 0 ? (n.push(d), a.slice(0, u) + ft + a.slice(u) + z + h) : a + z + (u === -2 ? l : h);
302
+ o += s === ne ? a + Qt : u >= 0 ? (n.push(d), a.slice(0, u) + pt + a.slice(u) + z + h) : a + z + (u === -2 ? l : h);
303
303
  }
304
304
  return [gt(t, o + (t[r] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), n];
305
305
  };
@@ -315,16 +315,16 @@ class ce {
315
315
  }
316
316
  for (; (i = Z.nextNode()) !== null && a.length < l; ) {
317
317
  if (i.nodeType === 1) {
318
- if (i.hasAttributes()) for (const u of i.getAttributeNames()) if (u.endsWith(ft)) {
319
- const f = c[s++], h = i.getAttribute(u).split(z), m = /([.?@])?(.*)/.exec(f);
318
+ if (i.hasAttributes()) for (const u of i.getAttributeNames()) if (u.endsWith(pt)) {
319
+ const p = c[s++], h = i.getAttribute(u).split(z), m = /([.?@])?(.*)/.exec(p);
320
320
  a.push({ type: 1, index: o, name: m[2], strings: h, ctor: m[1] === "." ? Gt : m[1] === "?" ? _t : m[1] === "@" ? $t : Se }), i.removeAttribute(u);
321
321
  } else u.startsWith(z) && (a.push({ type: 6, index: o }), i.removeAttribute(u));
322
- if (pt.test(i.tagName)) {
323
- const u = i.textContent.split(z), f = u.length - 1;
324
- if (f > 0) {
325
- i.textContent = we ? we.emptyScript : "";
326
- for (let h = 0; h < f; h++) i.append(u[h], le()), Z.nextNode(), a.push({ type: 2, index: ++o });
327
- i.append(u[f], le());
322
+ if (ft.test(i.tagName)) {
323
+ const u = i.textContent.split(z), p = u.length - 1;
324
+ if (p > 0) {
325
+ i.textContent = ve ? ve.emptyScript : "";
326
+ for (let h = 0; h < p; h++) i.append(u[h], le()), Z.nextNode(), a.push({ type: 2, index: ++o });
327
+ i.append(u[p], le());
328
328
  }
329
329
  }
330
330
  } else if (i.nodeType === 8) if (i.data === mt) a.push({ type: 2, index: o });
@@ -336,7 +336,7 @@ class ce {
336
336
  }
337
337
  }
338
338
  static createElement(e, r) {
339
- const n = K.createElement("template");
339
+ const n = W.createElement("template");
340
340
  return n.innerHTML = e, n;
341
341
  }
342
342
  }
@@ -358,7 +358,7 @@ class Jt {
358
358
  return this._$AM._$AU;
359
359
  }
360
360
  u(e) {
361
- const { el: { content: r }, parts: n } = this._$AD, i = ((e == null ? void 0 : e.creationScope) ?? K).importNode(r, !0);
361
+ const { el: { content: r }, parts: n } = this._$AD, i = ((e == null ? void 0 : e.creationScope) ?? W).importNode(r, !0);
362
362
  Z.currentNode = i;
363
363
  let o = Z.nextNode(), s = 0, l = 0, a = n[0];
364
364
  for (; a !== void 0; ) {
@@ -368,7 +368,7 @@ class Jt {
368
368
  }
369
369
  s !== (a == null ? void 0 : a.index) && (o = Z.nextNode(), s++);
370
370
  }
371
- return Z.currentNode = K, i;
371
+ return Z.currentNode = W, i;
372
372
  }
373
373
  p(e) {
374
374
  let r = 0;
@@ -395,7 +395,7 @@ class ue {
395
395
  return this._$AB;
396
396
  }
397
397
  _$AI(e, r = this) {
398
- e = G(this, e, r), de(e) ? e === I || e == null || e === "" ? (this._$AH !== I && this._$AR(), this._$AH = I) : e !== this._$AH && e !== J && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Kt(e) ? this.k(e) : this._(e);
398
+ e = G(this, e, r), de(e) ? e === I || e == null || e === "" ? (this._$AH !== I && this._$AR(), this._$AH = I) : e !== this._$AH && e !== J && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Wt(e) ? this.k(e) : this._(e);
399
399
  }
400
400
  O(e) {
401
401
  return this._$AA.parentNode.insertBefore(e, this._$AB);
@@ -404,7 +404,7 @@ class ue {
404
404
  this._$AH !== e && (this._$AR(), this._$AH = this.O(e));
405
405
  }
406
406
  _(e) {
407
- this._$AH !== I && de(this._$AH) ? this._$AA.nextSibling.data = e : this.T(K.createTextNode(e)), this._$AH = e;
407
+ this._$AH !== I && de(this._$AH) ? this._$AA.nextSibling.data = e : this.T(W.createTextNode(e)), this._$AH = e;
408
408
  }
409
409
  $(e) {
410
410
  var o;
@@ -420,7 +420,7 @@ class ue {
420
420
  return r === void 0 && st.set(e.strings, r = new ce(e)), r;
421
421
  }
422
422
  k(e) {
423
- He(this._$AH) || (this._$AH = [], this._$AR());
423
+ Ye(this._$AH) || (this._$AH = [], this._$AR());
424
424
  const r = this._$AH;
425
425
  let n, i = 0;
426
426
  for (const o of e) i === r.length ? r.push(n = new ue(this.O(le()), this.O(le()), this, this.options)) : n = r[i], n._$AI(o), i++;
@@ -504,8 +504,8 @@ class er {
504
504
  G(this, e);
505
505
  }
506
506
  }
507
- const De = oe.litHtmlPolyfillSupport;
508
- De == null || De(ce, ue), (oe.litHtmlVersions ?? (oe.litHtmlVersions = [])).push("3.3.1");
507
+ const Te = oe.litHtmlPolyfillSupport;
508
+ Te == null || Te(ce, ue), (oe.litHtmlVersions ?? (oe.litHtmlVersions = [])).push("3.3.1");
509
509
  const tr = (t, e, r) => {
510
510
  const n = (r == null ? void 0 : r.renderBefore) ?? e;
511
511
  let i = n._$litPart$;
@@ -520,8 +520,8 @@ const tr = (t, e, r) => {
520
520
  * Copyright 2017 Google LLC
521
521
  * SPDX-License-Identifier: BSD-3-Clause
522
522
  */
523
- const W = globalThis;
524
- class se extends Q {
523
+ const Q = globalThis;
524
+ class se extends K {
525
525
  constructor() {
526
526
  super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
527
527
  }
@@ -547,10 +547,10 @@ class se extends Q {
547
547
  }
548
548
  }
549
549
  var ht;
550
- se._$litElement$ = !0, se.finalized = !0, (ht = W.litElementHydrateSupport) == null || ht.call(W, { LitElement: se });
551
- const Te = W.litElementPolyfillSupport;
552
- Te == null || Te({ LitElement: se });
553
- (W.litElementVersions ?? (W.litElementVersions = [])).push("4.2.1");
550
+ se._$litElement$ = !0, se.finalized = !0, (ht = Q.litElementHydrateSupport) == null || ht.call(Q, { LitElement: se });
551
+ const De = Q.litElementPolyfillSupport;
552
+ De == null || De({ LitElement: se });
553
+ (Q.litElementVersions ?? (Q.litElementVersions = [])).push("4.2.1");
554
554
  /**
555
555
  * @license
556
556
  * Copyright 2017 Google LLC
@@ -587,7 +587,7 @@ const nr = { attribute: !0, type: String, converter: be, reflect: !1, hasChanged
587
587
  }
588
588
  throw Error("Unsupported decorator location: " + n);
589
589
  };
590
- function N(t) {
590
+ function T(t) {
591
591
  return (e, r) => typeof r == "object" ? ir(t, e, r) : ((n, i, o) => {
592
592
  const s = i.hasOwnProperty(o);
593
593
  return i.constructor.createProperty(o, n), s ? Object.getOwnPropertyDescriptor(i, o) : void 0;
@@ -599,15 +599,15 @@ function N(t) {
599
599
  * SPDX-License-Identifier: BSD-3-Clause
600
600
  */
601
601
  function M(t) {
602
- return N({ ...t, state: !0, attribute: !1 });
602
+ return T({ ...t, state: !0, attribute: !1 });
603
603
  }
604
604
  function or(t) {
605
605
  return t instanceof Error && ("response" in t && typeof t.response == "object" && t.response !== null || "data" in t && typeof t.data == "object" && t.data !== null);
606
606
  }
607
- var Y = {
607
+ var H = {
608
608
  CARD: "card",
609
609
  PAYNOW: "paynow"
610
- }, T = {
610
+ }, N = {
611
611
  IDLE: "idle",
612
612
  INITIALIZING: "initializing",
613
613
  READY: "ready",
@@ -754,7 +754,7 @@ function lr(t) {
754
754
  var dr = class {
755
755
  // Flag to ignore qrCode after user scans it
756
756
  constructor(t, e) {
757
- this.state = { status: T.IDLE }, this.subscribers = /* @__PURE__ */ new Set(), this.eventListeners = {}, this.paymentToken = null, this.paymentIntentId = null, this.pollingService = null, this.ignore3DSInPolling = !1, this.ignoreQRInPolling = !1, this.config = t, this.adapters = e;
757
+ this.state = { status: N.IDLE }, this.subscribers = /* @__PURE__ */ new Set(), this.eventListeners = {}, this.paymentToken = null, this.paymentIntentId = null, this.pollingService = null, this.ignore3DSInPolling = !1, this.ignoreQRInPolling = !1, this.config = t, this.adapters = e;
758
758
  }
759
759
  /**
760
760
  * Get the API base URL - uses apiBaseUrl if provided, otherwise derives from environment
@@ -909,7 +909,7 @@ var dr = class {
909
909
  * @public
910
910
  */
911
911
  async initialize(t) {
912
- this.setState({ status: T.INITIALIZING }), this.emit({
912
+ this.setState({ status: N.INITIALIZING }), this.emit({
913
913
  type: "initialize",
914
914
  payload: t
915
915
  });
@@ -944,19 +944,19 @@ var dr = class {
944
944
  id: this.paymentIntentId,
945
945
  amount: l.result.customerAmount || t.amount,
946
946
  currency: l.result.currency || t.currency,
947
- status: T.READY,
947
+ status: N.READY,
948
948
  ...t.metadata && { metadata: t.metadata }
949
- }, c = a.result.paymentMethods.map((u, f) => {
949
+ }, c = a.result.paymentMethods.map((u, p) => {
950
950
  let h = null;
951
- const m = u.type.toLowerCase(), p = u.capabilities || [];
952
- return m.includes("card") ? h = "card" : (m.includes("paynow") || m.includes("bank transfer") || p.includes("payments_pay_now")) && (h = "paynow"), h === null ? null : {
951
+ const m = u.type.toLowerCase(), f = u.capabilities || [];
952
+ return m.includes("card") ? h = "card" : (m.includes("paynow") || m.includes("bank transfer") || f.includes("payments_pay_now")) && (h = "paynow"), h === null ? null : {
953
953
  id: h,
954
954
  enabled: !0,
955
- priority: f
955
+ priority: p
956
956
  };
957
957
  }).filter((u) => u !== null);
958
958
  return this.setState({
959
- status: T.READY,
959
+ status: N.READY,
960
960
  paymentIntent: d,
961
961
  availableMethods: c
962
962
  }), this.emit({
@@ -973,7 +973,7 @@ var dr = class {
973
973
  timestamp: this.adapters.timer.now()
974
974
  };
975
975
  throw this.setState({
976
- status: T.FAILED,
976
+ status: N.FAILED,
977
977
  error: r
978
978
  }), this.emit({
979
979
  type: "payment_failed",
@@ -1041,7 +1041,7 @@ var dr = class {
1041
1041
  if (!this.paymentToken)
1042
1042
  throw new Error("Cannot submit payment: No payment token available");
1043
1043
  this.ignore3DSInPolling = !1, this.ignoreQRInPolling = !1, this.setState({
1044
- status: T.PROCESSING,
1044
+ status: N.PROCESSING,
1045
1045
  paymentIntent: r.paymentIntent,
1046
1046
  selectedMethod: t,
1047
1047
  availableMethods: r.availableMethods
@@ -1077,15 +1077,15 @@ var dr = class {
1077
1077
  id: this.paymentIntentId || "",
1078
1078
  amount: r.paymentIntent.amount,
1079
1079
  currency: r.paymentIntent.currency,
1080
- status: T.PROCESSING
1080
+ status: N.PROCESSING
1081
1081
  };
1082
1082
  } catch (a) {
1083
1083
  let d = "Unknown error", c = "PAYMENT_FAILED";
1084
1084
  if (a instanceof Error)
1085
1085
  try {
1086
1086
  if (or(a)) {
1087
- const f = (n = a.response) == null ? void 0 : n.data, h = a.data;
1088
- f ? (d = f.message || ((i = f.error) == null ? void 0 : i.message) || a.message, c = f.code || ((o = f.error) == null ? void 0 : o.code) || c) : h ? (d = h.message || ((s = h.error) == null ? void 0 : s.message) || a.message, c = h.code || ((l = h.error) == null ? void 0 : l.code) || c) : d = a.message;
1087
+ const p = (n = a.response) == null ? void 0 : n.data, h = a.data;
1088
+ p ? (d = p.message || ((i = p.error) == null ? void 0 : i.message) || a.message, c = p.code || ((o = p.error) == null ? void 0 : o.code) || c) : h ? (d = h.message || ((s = h.error) == null ? void 0 : s.message) || a.message, c = h.code || ((l = h.error) == null ? void 0 : l.code) || c) : d = a.message;
1089
1089
  } else
1090
1090
  d = a.message;
1091
1091
  } catch {
@@ -1097,7 +1097,7 @@ var dr = class {
1097
1097
  timestamp: this.adapters.timer.now()
1098
1098
  };
1099
1099
  throw this.setState({
1100
- status: T.FAILED,
1100
+ status: N.FAILED,
1101
1101
  error: u,
1102
1102
  paymentIntent: r.paymentIntent
1103
1103
  }), this.emit({
@@ -1256,11 +1256,11 @@ var dr = class {
1256
1256
  id: t.paymentIntentId,
1257
1257
  amount: t.amount ?? e.paymentIntent.amount,
1258
1258
  currency: t.currency ?? e.paymentIntent.currency,
1259
- status: T.REQUIRES_ACTION,
1259
+ status: N.REQUIRES_ACTION,
1260
1260
  ...t.metadata && { metadata: t.metadata }
1261
1261
  };
1262
1262
  this.setState({
1263
- status: T.REQUIRES_ACTION,
1263
+ status: N.REQUIRES_ACTION,
1264
1264
  paymentIntent: n,
1265
1265
  actionUrl: t.nextActionUrl,
1266
1266
  selectedMethod: e.selectedMethod,
@@ -1284,7 +1284,7 @@ var dr = class {
1284
1284
  };
1285
1285
  if (t.status === "succeeded")
1286
1286
  this.stopPolling(), this.setState({
1287
- status: T.SUCCEEDED,
1287
+ status: N.SUCCEEDED,
1288
1288
  paymentIntent: r,
1289
1289
  selectedMethod: e.selectedMethod
1290
1290
  }), this.emit({
@@ -1302,7 +1302,7 @@ var dr = class {
1302
1302
  timestamp: this.adapters.timer.now()
1303
1303
  };
1304
1304
  this.setState({
1305
- status: T.FAILED,
1305
+ status: N.FAILED,
1306
1306
  error: i,
1307
1307
  paymentIntent: r
1308
1308
  }), this.emit({
@@ -1338,37 +1338,37 @@ var dr = class {
1338
1338
  r(t);
1339
1339
  });
1340
1340
  }
1341
- }, cr = "data:image/png;base64,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", X = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, H = function(t, e, r, n, i, o, s, l, a, d) {
1341
+ }, cr = "data:image/png;base64,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", X = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Y = function(t, e, r, n, i, o, s, l, a, d) {
1342
1342
  var c = this;
1343
- c.numeralDecimalMark = t || ".", c.numeralIntegerScale = e > 0 ? e : 0, c.numeralDecimalScale = r >= 0 ? r : 2, c.numeralThousandsGroupStyle = n || H.groupStyle.thousand, c.numeralPositiveOnly = !!i, c.stripLeadingZeroes = o !== !1, c.prefix = s || s === "" ? s : "", c.signBeforePrefix = !!l, c.tailPrefix = !!a, c.delimiter = d || d === "" ? d : ",", c.delimiterRE = d ? new RegExp("\\" + d, "g") : "";
1343
+ c.numeralDecimalMark = t || ".", c.numeralIntegerScale = e > 0 ? e : 0, c.numeralDecimalScale = r >= 0 ? r : 2, c.numeralThousandsGroupStyle = n || Y.groupStyle.thousand, c.numeralPositiveOnly = !!i, c.stripLeadingZeroes = o !== !1, c.prefix = s || s === "" ? s : "", c.signBeforePrefix = !!l, c.tailPrefix = !!a, c.delimiter = d || d === "" ? d : ",", c.delimiterRE = d ? new RegExp("\\" + d, "g") : "";
1344
1344
  };
1345
- H.groupStyle = {
1345
+ Y.groupStyle = {
1346
1346
  thousand: "thousand",
1347
1347
  lakh: "lakh",
1348
1348
  wan: "wan",
1349
1349
  none: "none"
1350
1350
  };
1351
- H.prototype = {
1351
+ Y.prototype = {
1352
1352
  getRawValue: function(t) {
1353
1353
  return t.replace(this.delimiterRE, "").replace(this.numeralDecimalMark, ".");
1354
1354
  },
1355
1355
  format: function(t) {
1356
1356
  var e = this, r, n, i, o, s = "";
1357
1357
  switch (t = t.replace(/[A-Za-z]/g, "").replace(e.numeralDecimalMark, "M").replace(/[^\dM-]/g, "").replace(/^\-/, "N").replace(/\-/g, "").replace("N", e.numeralPositiveOnly ? "" : "-").replace("M", e.numeralDecimalMark), e.stripLeadingZeroes && (t = t.replace(/^(-)?0+(?=\d)/, "$1")), n = t.slice(0, 1) === "-" ? "-" : "", typeof e.prefix < "u" ? e.signBeforePrefix ? i = n + e.prefix : i = e.prefix + n : i = n, o = t, t.indexOf(e.numeralDecimalMark) >= 0 && (r = t.split(e.numeralDecimalMark), o = r[0], s = e.numeralDecimalMark + r[1].slice(0, e.numeralDecimalScale)), n === "-" && (o = o.slice(1)), e.numeralIntegerScale > 0 && (o = o.slice(0, e.numeralIntegerScale)), e.numeralThousandsGroupStyle) {
1358
- case H.groupStyle.lakh:
1358
+ case Y.groupStyle.lakh:
1359
1359
  o = o.replace(/(\d)(?=(\d\d)+\d$)/g, "$1" + e.delimiter);
1360
1360
  break;
1361
- case H.groupStyle.wan:
1361
+ case Y.groupStyle.wan:
1362
1362
  o = o.replace(/(\d)(?=(\d{4})+$)/g, "$1" + e.delimiter);
1363
1363
  break;
1364
- case H.groupStyle.thousand:
1364
+ case Y.groupStyle.thousand:
1365
1365
  o = o.replace(/(\d)(?=(\d{3})+$)/g, "$1" + e.delimiter);
1366
1366
  break;
1367
1367
  }
1368
1368
  return e.tailPrefix ? n + o.toString() + (e.numeralDecimalScale > 0 ? s.toString() : "") + e.prefix : i + o.toString() + (e.numeralDecimalScale > 0 ? s.toString() : "");
1369
1369
  }
1370
1370
  };
1371
- var hr = H, yt = function(t, e, r) {
1371
+ var hr = Y, yt = function(t, e, r) {
1372
1372
  var n = this;
1373
1373
  n.date = [], n.blocks = [], n.datePattern = t, n.dateMin = e.split("-").reverse().map(function(i) {
1374
1374
  return parseInt(i, 10);
@@ -1408,9 +1408,9 @@ yt.prototype = {
1408
1408
  }), this.getFixedDateString(r);
1409
1409
  },
1410
1410
  getFixedDateString: function(t) {
1411
- var e = this, r = e.datePattern, n = [], i = 0, o = 0, s = 0, l = 0, a = 0, d = 0, c, u, f, h = !1;
1412
- t.length === 4 && r[0].toLowerCase() !== "y" && r[1].toLowerCase() !== "y" && (l = r[0] === "d" ? 0 : 2, a = 2 - l, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), n = this.getFixedDate(c, u, 0)), t.length === 8 && (r.forEach(function(p, C) {
1413
- switch (p) {
1411
+ var e = this, r = e.datePattern, n = [], i = 0, o = 0, s = 0, l = 0, a = 0, d = 0, c, u, p, h = !1;
1412
+ t.length === 4 && r[0].toLowerCase() !== "y" && r[1].toLowerCase() !== "y" && (l = r[0] === "d" ? 0 : 2, a = 2 - l, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), n = this.getFixedDate(c, u, 0)), t.length === 8 && (r.forEach(function(f, C) {
1413
+ switch (f) {
1414
1414
  case "d":
1415
1415
  i = C;
1416
1416
  break;
@@ -1421,17 +1421,17 @@ yt.prototype = {
1421
1421
  s = C;
1422
1422
  break;
1423
1423
  }
1424
- }), d = s * 2, l = i <= s ? i * 2 : i * 2 + 2, a = o <= s ? o * 2 : o * 2 + 2, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 4), 10), h = t.slice(d, d + 4).length === 4, n = this.getFixedDate(c, u, f)), t.length === 4 && (r[0] === "y" || r[1] === "y") && (a = r[0] === "m" ? 0 : 2, d = 2 - a, u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), h = t.slice(d, d + 2).length === 2, n = [0, u, f]), t.length === 6 && (r[0] === "Y" || r[1] === "Y") && (a = r[0] === "m" ? 0 : 4, d = 2 - 0.5 * a, u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 4), 10), h = t.slice(d, d + 4).length === 4, n = [0, u, f]), n = e.getRangeFixedDate(n), e.date = n;
1425
- var m = n.length === 0 ? t : r.reduce(function(p, C) {
1424
+ }), d = s * 2, l = i <= s ? i * 2 : i * 2 + 2, a = o <= s ? o * 2 : o * 2 + 2, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), p = parseInt(t.slice(d, d + 4), 10), h = t.slice(d, d + 4).length === 4, n = this.getFixedDate(c, u, p)), t.length === 4 && (r[0] === "y" || r[1] === "y") && (a = r[0] === "m" ? 0 : 2, d = 2 - a, u = parseInt(t.slice(a, a + 2), 10), p = parseInt(t.slice(d, d + 2), 10), h = t.slice(d, d + 2).length === 2, n = [0, u, p]), t.length === 6 && (r[0] === "Y" || r[1] === "Y") && (a = r[0] === "m" ? 0 : 4, d = 2 - 0.5 * a, u = parseInt(t.slice(a, a + 2), 10), p = parseInt(t.slice(d, d + 4), 10), h = t.slice(d, d + 4).length === 4, n = [0, u, p]), n = e.getRangeFixedDate(n), e.date = n;
1425
+ var m = n.length === 0 ? t : r.reduce(function(f, C) {
1426
1426
  switch (C) {
1427
1427
  case "d":
1428
- return p + (n[0] === 0 ? "" : e.addLeadingZero(n[0]));
1428
+ return f + (n[0] === 0 ? "" : e.addLeadingZero(n[0]));
1429
1429
  case "m":
1430
- return p + (n[1] === 0 ? "" : e.addLeadingZero(n[1]));
1430
+ return f + (n[1] === 0 ? "" : e.addLeadingZero(n[1]));
1431
1431
  case "y":
1432
- return p + (h ? e.addLeadingZeroForYear(n[2], !1) : "");
1432
+ return f + (h ? e.addLeadingZeroForYear(n[2], !1) : "");
1433
1433
  case "Y":
1434
- return p + (h ? e.addLeadingZeroForYear(n[2], !0) : "");
1434
+ return f + (h ? e.addLeadingZeroForYear(n[2], !0) : "");
1435
1435
  }
1436
1436
  }, "");
1437
1437
  return m;
@@ -1508,7 +1508,7 @@ bt.prototype = {
1508
1508
  }), this.getFixedTimeString(r);
1509
1509
  },
1510
1510
  getFixedTimeString: function(t) {
1511
- var e = this, r = e.timePattern, n = [], i = 0, o = 0, s = 0, l = 0, a = 0, d = 0, c, u, f;
1511
+ var e = this, r = e.timePattern, n = [], i = 0, o = 0, s = 0, l = 0, a = 0, d = 0, c, u, p;
1512
1512
  return t.length === 6 && (r.forEach(function(h, m) {
1513
1513
  switch (h) {
1514
1514
  case "s":
@@ -1521,7 +1521,7 @@ bt.prototype = {
1521
1521
  s = m * 2;
1522
1522
  break;
1523
1523
  }
1524
- }), d = s, a = o, l = i, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), n = this.getFixedTime(f, u, c)), t.length === 4 && e.timePattern.indexOf("s") < 0 && (r.forEach(function(h, m) {
1524
+ }), d = s, a = o, l = i, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), p = parseInt(t.slice(d, d + 2), 10), n = this.getFixedTime(p, u, c)), t.length === 4 && e.timePattern.indexOf("s") < 0 && (r.forEach(function(h, m) {
1525
1525
  switch (h) {
1526
1526
  case "m":
1527
1527
  o = m * 2;
@@ -1530,7 +1530,7 @@ bt.prototype = {
1530
1530
  s = m * 2;
1531
1531
  break;
1532
1532
  }
1533
- }), d = s, a = o, c = 0, u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), n = this.getFixedTime(f, u, c)), e.time = n, n.length === 0 ? t : r.reduce(function(h, m) {
1533
+ }), d = s, a = o, c = 0, u = parseInt(t.slice(a, a + 2), 10), p = parseInt(t.slice(d, d + 2), 10), n = this.getFixedTime(p, u, c)), e.time = n, n.length === 0 ? t : r.reduce(function(h, m) {
1534
1534
  switch (m) {
1535
1535
  case "s":
1536
1536
  return h + e.addLeadingZero(n[2]);
@@ -1548,11 +1548,11 @@ bt.prototype = {
1548
1548
  return (t < 10 ? "0" : "") + t;
1549
1549
  }
1550
1550
  };
1551
- var fr = bt, wt = function(t, e) {
1551
+ var pr = bt, vt = function(t, e) {
1552
1552
  var r = this;
1553
1553
  r.delimiter = e || e === "" ? e : " ", r.delimiterRE = e ? new RegExp("\\" + e, "g") : "", r.formatter = t;
1554
1554
  };
1555
- wt.prototype = {
1555
+ vt.prototype = {
1556
1556
  setFormatter: function(t) {
1557
1557
  this.formatter = t;
1558
1558
  },
@@ -1564,7 +1564,7 @@ wt.prototype = {
1564
1564
  return r = r.replace(/[()]/g, ""), r = r.replace(/[\s-]/g, e.delimiter), r;
1565
1565
  }
1566
1566
  };
1567
- var mr = wt, Ue = {
1567
+ var mr = vt, Ue = {
1568
1568
  blocks: {
1569
1569
  uatp: [4, 5, 6],
1570
1570
  amex: [4, 6, 5],
@@ -1631,7 +1631,7 @@ var mr = wt, Ue = {
1631
1631
  blocks: e ? this.getStrictBlocks(r.general) : r.general
1632
1632
  };
1633
1633
  }
1634
- }, pr = Ue, gr = {
1634
+ }, fr = Ue, gr = {
1635
1635
  noop: function() {
1636
1636
  },
1637
1637
  strip: function(t, e) {
@@ -1707,8 +1707,8 @@ var mr = wt, Ue = {
1707
1707
  var s = "", l = i.length > 0, a = "";
1708
1708
  return r === 0 ? t : (e.forEach(function(d, c) {
1709
1709
  if (t.length > 0) {
1710
- var u = t.slice(0, d), f = t.slice(d);
1711
- l ? a = i[o ? c - 1 : c] || a : a = n, o ? (c > 0 && (s += a), s += u) : (s += u, u.length === d && c < r - 1 && (s += a)), t = f;
1710
+ var u = t.slice(0, d), p = t.slice(d);
1711
+ l ? a = i[o ? c - 1 : c] || a : a = n, o ? (c > 0 && (s += a), s += u) : (s += u, u.length === d && c < r - 1 && (s += a)), t = p;
1712
1712
  }
1713
1713
  }), s);
1714
1714
  },
@@ -1768,7 +1768,7 @@ var mr = wt, Ue = {
1768
1768
  }, t.phone = !!e.phone, t.phoneRegionCode = e.phoneRegionCode || "AU", t.phoneFormatter = {}, t.time = !!e.time, t.timePattern = e.timePattern || ["h", "m", "s"], t.timeFormat = e.timeFormat || "24", t.timeFormatter = {}, t.date = !!e.date, t.datePattern = e.datePattern || ["d", "m", "Y"], t.dateMin = e.dateMin || "", t.dateMax = e.dateMax || "", t.dateFormatter = {}, t.numeral = !!e.numeral, t.numeralIntegerScale = e.numeralIntegerScale > 0 ? e.numeralIntegerScale : 0, t.numeralDecimalScale = e.numeralDecimalScale >= 0 ? e.numeralDecimalScale : 2, t.numeralDecimalMark = e.numeralDecimalMark || ".", t.numeralThousandsGroupStyle = e.numeralThousandsGroupStyle || "thousand", t.numeralPositiveOnly = !!e.numeralPositiveOnly, t.stripLeadingZeroes = e.stripLeadingZeroes !== !1, t.signBeforePrefix = !!e.signBeforePrefix, t.tailPrefix = !!e.tailPrefix, t.swapHiddenInput = !!e.swapHiddenInput, t.numericOnly = t.creditCard || t.date || !!e.numericOnly, t.uppercase = !!e.uppercase, t.lowercase = !!e.lowercase, t.prefix = t.creditCard || t.date ? "" : e.prefix || "", t.noImmediatePrefix = !!e.noImmediatePrefix, t.prefixLength = t.prefix.length, t.rawValueTrimPrefix = !!e.rawValueTrimPrefix, t.copyDelimiter = !!e.copyDelimiter, t.initValue = e.initValue !== void 0 && e.initValue !== null ? e.initValue.toString() : "", t.delimiter = e.delimiter || e.delimiter === "" ? e.delimiter : e.date ? "/" : e.time ? ":" : e.numeral ? "," : (e.phone, " "), t.delimiterLength = t.delimiter.length, t.delimiterLazyShow = !!e.delimiterLazyShow, t.delimiters = e.delimiters || [], t.blocks = e.blocks || [], t.blocksLength = t.blocks.length, t.root = typeof X == "object" && X ? X : window, t.document = e.document || t.root.document, t.maxLength = 0, t.backspace = !1, t.result = "", t.onValueChanged = e.onValueChanged || function() {
1769
1769
  }, t;
1770
1770
  }
1771
- }, wr = br, x = function(t, e) {
1771
+ }, vr = br, x = function(t, e) {
1772
1772
  var r = this, n = !1;
1773
1773
  if (typeof t == "string" ? (r.element = document.querySelector(t), n = document.querySelectorAll(t).length > 1) : typeof t.length < "u" && t.length > 0 ? (r.element = t[0], n = t.length > 1) : r.element = t, !r.element)
1774
1774
  throw new Error("[cleave.js] Please check the element");
@@ -1941,16 +1941,16 @@ x.prototype = {
1941
1941
  };
1942
1942
  x.NumeralFormatter = hr;
1943
1943
  x.DateFormatter = ur;
1944
- x.TimeFormatter = fr;
1944
+ x.TimeFormatter = pr;
1945
1945
  x.PhoneFormatter = mr;
1946
- x.CreditCardDetector = pr;
1946
+ x.CreditCardDetector = fr;
1947
1947
  x.Util = yr;
1948
- x.DefaultProperties = wr;
1948
+ x.DefaultProperties = vr;
1949
1949
  (typeof X == "object" && X ? X : window).Cleave = x;
1950
- var at = x, fe = {}, vr = function() {
1950
+ var at = x, pe = {}, wr = function() {
1951
1951
  return typeof Promise == "function" && Promise.prototype && Promise.prototype.then;
1952
- }, vt = {}, D = {};
1953
- let We;
1952
+ }, wt = {}, D = {};
1953
+ let Qe;
1954
1954
  const xr = [
1955
1955
  0,
1956
1956
  // Not used
@@ -2012,13 +2012,13 @@ D.getBCHDigit = function(t) {
2012
2012
  D.setToSJISFunction = function(e) {
2013
2013
  if (typeof e != "function")
2014
2014
  throw new Error('"toSJISFunc" is not a valid function.');
2015
- We = e;
2015
+ Qe = e;
2016
2016
  };
2017
2017
  D.isKanjiModeEnabled = function() {
2018
- return typeof We < "u";
2018
+ return typeof Qe < "u";
2019
2019
  };
2020
2020
  D.toSJIS = function(e) {
2021
- return We(e);
2021
+ return Qe(e);
2022
2022
  };
2023
2023
  var ke = {};
2024
2024
  (function(t) {
@@ -2153,9 +2153,9 @@ var Ct = {};
2153
2153
  let s = 0, l = 0, a = 0, d = null, c = null;
2154
2154
  for (let u = 0; u < o; u++) {
2155
2155
  l = a = 0, d = c = null;
2156
- for (let f = 0; f < o; f++) {
2157
- let h = i.get(u, f);
2158
- h === d ? l++ : (l >= 5 && (s += e.N1 + (l - 5)), d = h, l = 1), h = i.get(f, u), h === c ? a++ : (a >= 5 && (s += e.N1 + (a - 5)), c = h, a = 1);
2156
+ for (let p = 0; p < o; p++) {
2157
+ let h = i.get(u, p);
2158
+ h === d ? l++ : (l >= 5 && (s += e.N1 + (l - 5)), d = h, l = 1), h = i.get(p, u), h === c ? a++ : (a >= 5 && (s += e.N1 + (a - 5)), c = h, a = 1);
2159
2159
  }
2160
2160
  l >= 5 && (s += e.N1 + (l - 5)), a >= 5 && (s += e.N1 + (a - 5));
2161
2161
  }
@@ -2223,7 +2223,7 @@ var Ct = {};
2223
2223
  };
2224
2224
  })(Ct);
2225
2225
  var Ce = {};
2226
- const q = ke, pe = [
2226
+ const q = ke, fe = [
2227
2227
  // L M Q H
2228
2228
  1,
2229
2229
  1,
@@ -2551,13 +2551,13 @@ const q = ke, pe = [
2551
2551
  Ce.getBlocksCount = function(e, r) {
2552
2552
  switch (r) {
2553
2553
  case q.L:
2554
- return pe[(e - 1) * 4 + 0];
2554
+ return fe[(e - 1) * 4 + 0];
2555
2555
  case q.M:
2556
- return pe[(e - 1) * 4 + 1];
2556
+ return fe[(e - 1) * 4 + 1];
2557
2557
  case q.Q:
2558
- return pe[(e - 1) * 4 + 2];
2558
+ return fe[(e - 1) * 4 + 2];
2559
2559
  case q.H:
2560
- return pe[(e - 1) * 4 + 3];
2560
+ return fe[(e - 1) * 4 + 3];
2561
2561
  default:
2562
2562
  return;
2563
2563
  }
@@ -2577,23 +2577,23 @@ Ce.getTotalCodewordsCount = function(e, r) {
2577
2577
  }
2578
2578
  };
2579
2579
  var Et = {}, Ee = {};
2580
- const ae = new Uint8Array(512), ve = new Uint8Array(256);
2580
+ const ae = new Uint8Array(512), we = new Uint8Array(256);
2581
2581
  (function() {
2582
2582
  let e = 1;
2583
2583
  for (let r = 0; r < 255; r++)
2584
- ae[r] = e, ve[e] = r, e <<= 1, e & 256 && (e ^= 285);
2584
+ ae[r] = e, we[e] = r, e <<= 1, e & 256 && (e ^= 285);
2585
2585
  for (let r = 255; r < 512; r++)
2586
2586
  ae[r] = ae[r - 255];
2587
2587
  })();
2588
2588
  Ee.log = function(e) {
2589
2589
  if (e < 1) throw new Error("log(" + e + ")");
2590
- return ve[e];
2590
+ return we[e];
2591
2591
  };
2592
2592
  Ee.exp = function(e) {
2593
2593
  return ae[e];
2594
2594
  };
2595
2595
  Ee.mul = function(e, r) {
2596
- return e === 0 || r === 0 ? 0 : ae[ve[e] + ve[r]];
2596
+ return e === 0 || r === 0 ? 0 : ae[we[e] + we[r]];
2597
2597
  };
2598
2598
  (function(t) {
2599
2599
  const e = Ee;
@@ -2622,13 +2622,13 @@ Ee.mul = function(e, r) {
2622
2622
  };
2623
2623
  })(Et);
2624
2624
  const Pt = Et;
2625
- function Ke(t) {
2625
+ function We(t) {
2626
2626
  this.genPoly = void 0, this.degree = t, this.degree && this.initialize(this.degree);
2627
2627
  }
2628
- Ke.prototype.initialize = function(e) {
2628
+ We.prototype.initialize = function(e) {
2629
2629
  this.degree = e, this.genPoly = Pt.generateECPolynomial(this.degree);
2630
2630
  };
2631
- Ke.prototype.encode = function(e) {
2631
+ We.prototype.encode = function(e) {
2632
2632
  if (!this.genPoly)
2633
2633
  throw new Error("Encoder not initialized");
2634
2634
  const r = new Uint8Array(e.length + this.degree);
@@ -2640,33 +2640,33 @@ Ke.prototype.encode = function(e) {
2640
2640
  }
2641
2641
  return n;
2642
2642
  };
2643
- var Er = Ke, At = {}, j = {}, Qe = {};
2644
- Qe.isValid = function(e) {
2643
+ var Er = We, At = {}, j = {}, Ke = {};
2644
+ Ke.isValid = function(e) {
2645
2645
  return !isNaN(e) && e >= 1 && e <= 40;
2646
2646
  };
2647
- var L = {};
2647
+ var R = {};
2648
2648
  const It = "[0-9]+", Pr = "[A-Z $%*+\\-./:]+";
2649
2649
  let he = "(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";
2650
2650
  he = he.replace(/u/g, "\\u");
2651
2651
  const Ar = "(?:(?![A-Z0-9 $%*+\\-./:]|" + he + `)(?:.|[\r
2652
2652
  ]))+`;
2653
- L.KANJI = new RegExp(he, "g");
2654
- L.BYTE_KANJI = new RegExp("[^A-Z0-9 $%*+\\-./:]+", "g");
2655
- L.BYTE = new RegExp(Ar, "g");
2656
- L.NUMERIC = new RegExp(It, "g");
2657
- L.ALPHANUMERIC = new RegExp(Pr, "g");
2658
- const Ir = new RegExp("^" + he + "$"), Mr = new RegExp("^" + It + "$"), Dr = new RegExp("^[A-Z0-9 $%*+\\-./:]+$");
2659
- L.testKanji = function(e) {
2653
+ R.KANJI = new RegExp(he, "g");
2654
+ R.BYTE_KANJI = new RegExp("[^A-Z0-9 $%*+\\-./:]+", "g");
2655
+ R.BYTE = new RegExp(Ar, "g");
2656
+ R.NUMERIC = new RegExp(It, "g");
2657
+ R.ALPHANUMERIC = new RegExp(Pr, "g");
2658
+ const Ir = new RegExp("^" + he + "$"), Mr = new RegExp("^" + It + "$"), Tr = new RegExp("^[A-Z0-9 $%*+\\-./:]+$");
2659
+ R.testKanji = function(e) {
2660
2660
  return Ir.test(e);
2661
2661
  };
2662
- L.testNumeric = function(e) {
2662
+ R.testNumeric = function(e) {
2663
2663
  return Mr.test(e);
2664
2664
  };
2665
- L.testAlphanumeric = function(e) {
2666
- return Dr.test(e);
2665
+ R.testAlphanumeric = function(e) {
2666
+ return Tr.test(e);
2667
2667
  };
2668
2668
  (function(t) {
2669
- const e = Qe, r = L;
2669
+ const e = Ke, r = R;
2670
2670
  t.NUMERIC = {
2671
2671
  id: "Numeric",
2672
2672
  bit: 1,
@@ -2725,37 +2725,37 @@ L.testAlphanumeric = function(e) {
2725
2725
  };
2726
2726
  })(j);
2727
2727
  (function(t) {
2728
- const e = D, r = Ce, n = ke, i = j, o = Qe, s = 7973, l = e.getBCHDigit(s);
2729
- function a(f, h, m) {
2730
- for (let p = 1; p <= 40; p++)
2731
- if (h <= t.getCapacity(p, m, f))
2732
- return p;
2728
+ const e = D, r = Ce, n = ke, i = j, o = Ke, s = 7973, l = e.getBCHDigit(s);
2729
+ function a(p, h, m) {
2730
+ for (let f = 1; f <= 40; f++)
2731
+ if (h <= t.getCapacity(f, m, p))
2732
+ return f;
2733
2733
  }
2734
- function d(f, h) {
2735
- return i.getCharCountIndicator(f, h) + 4;
2734
+ function d(p, h) {
2735
+ return i.getCharCountIndicator(p, h) + 4;
2736
2736
  }
2737
- function c(f, h) {
2737
+ function c(p, h) {
2738
2738
  let m = 0;
2739
- return f.forEach(function(p) {
2740
- const C = d(p.mode, h);
2741
- m += C + p.getBitsLength();
2739
+ return p.forEach(function(f) {
2740
+ const C = d(f.mode, h);
2741
+ m += C + f.getBitsLength();
2742
2742
  }), m;
2743
2743
  }
2744
- function u(f, h) {
2744
+ function u(p, h) {
2745
2745
  for (let m = 1; m <= 40; m++)
2746
- if (c(f, m) <= t.getCapacity(m, h, i.MIXED))
2746
+ if (c(p, m) <= t.getCapacity(m, h, i.MIXED))
2747
2747
  return m;
2748
2748
  }
2749
2749
  t.from = function(h, m) {
2750
2750
  return o.isValid(h) ? parseInt(h, 10) : m;
2751
- }, t.getCapacity = function(h, m, p) {
2751
+ }, t.getCapacity = function(h, m, f) {
2752
2752
  if (!o.isValid(h))
2753
2753
  throw new Error("Invalid QR Code version");
2754
- typeof p > "u" && (p = i.BYTE);
2755
- const C = e.getSymbolTotalCodewords(h), b = r.getTotalCodewordsCount(h, m), w = (C - b) * 8;
2756
- if (p === i.MIXED) return w;
2757
- const y = w - d(p, h);
2758
- switch (p) {
2754
+ typeof f > "u" && (f = i.BYTE);
2755
+ const C = e.getSymbolTotalCodewords(h), b = r.getTotalCodewordsCount(h, m), v = (C - b) * 8;
2756
+ if (f === i.MIXED) return v;
2757
+ const y = v - d(f, h);
2758
+ switch (f) {
2759
2759
  case i.NUMERIC:
2760
2760
  return Math.floor(y / 10 * 3);
2761
2761
  case i.ALPHANUMERIC:
@@ -2767,17 +2767,17 @@ L.testAlphanumeric = function(e) {
2767
2767
  return Math.floor(y / 8);
2768
2768
  }
2769
2769
  }, t.getBestVersionForData = function(h, m) {
2770
- let p;
2770
+ let f;
2771
2771
  const C = n.from(m, n.M);
2772
2772
  if (Array.isArray(h)) {
2773
2773
  if (h.length > 1)
2774
2774
  return u(h, C);
2775
2775
  if (h.length === 0)
2776
2776
  return 1;
2777
- p = h[0];
2777
+ f = h[0];
2778
2778
  } else
2779
- p = h;
2780
- return a(p.mode, p.getLength(), C);
2779
+ f = h;
2780
+ return a(f.mode, f.getLength(), C);
2781
2781
  }, t.getEncodedBits = function(h) {
2782
2782
  if (!o.isValid(h) || h < 7)
2783
2783
  throw new Error("Invalid QR Code version");
@@ -2788,15 +2788,15 @@ L.testAlphanumeric = function(e) {
2788
2788
  };
2789
2789
  })(At);
2790
2790
  var Mt = {};
2791
- const ze = D, Dt = 1335, Tr = 21522, dt = ze.getBCHDigit(Dt);
2791
+ const ze = D, Tt = 1335, Dr = 21522, dt = ze.getBCHDigit(Tt);
2792
2792
  Mt.getEncodedBits = function(e, r) {
2793
2793
  const n = e.bit << 3 | r;
2794
2794
  let i = n << 10;
2795
2795
  for (; ze.getBCHDigit(i) - dt >= 0; )
2796
- i ^= Dt << ze.getBCHDigit(i) - dt;
2797
- return (n << 10 | i) ^ Tr;
2796
+ i ^= Tt << ze.getBCHDigit(i) - dt;
2797
+ return (n << 10 | i) ^ Dr;
2798
2798
  };
2799
- var Tt = {};
2799
+ var Dt = {};
2800
2800
  const Nr = j;
2801
2801
  function _(t) {
2802
2802
  this.mode = Nr.NUMERIC, this.data = t.toString();
@@ -2818,7 +2818,7 @@ _.prototype.write = function(e) {
2818
2818
  o > 0 && (n = this.data.substr(r), i = parseInt(n, 10), e.put(i, o * 3 + 1));
2819
2819
  };
2820
2820
  var Fr = _;
2821
- const Rr = j, Ne = [
2821
+ const Lr = j, Ne = [
2822
2822
  "0",
2823
2823
  "1",
2824
2824
  "2",
@@ -2866,7 +2866,7 @@ const Rr = j, Ne = [
2866
2866
  ":"
2867
2867
  ];
2868
2868
  function $(t) {
2869
- this.mode = Rr.ALPHANUMERIC, this.data = t;
2869
+ this.mode = Lr.ALPHANUMERIC, this.data = t;
2870
2870
  }
2871
2871
  $.getBitsLength = function(e) {
2872
2872
  return 11 * Math.floor(e / 2) + 6 * (e % 2);
@@ -2885,7 +2885,7 @@ $.prototype.write = function(e) {
2885
2885
  }
2886
2886
  this.data.length % 2 && e.put(Ne.indexOf(this.data[r]), 6);
2887
2887
  };
2888
- var Lr = $;
2888
+ var Rr = $;
2889
2889
  const Br = j;
2890
2890
  function ee(t) {
2891
2891
  this.mode = Br.BYTE, typeof t == "string" ? this.data = new TextEncoder().encode(t) : this.data = new Uint8Array(t);
@@ -2941,10 +2941,10 @@ var Or = te, Nt = { exports: {} };
2941
2941
  s[n] = 0;
2942
2942
  var l = e.PriorityQueue.make();
2943
2943
  l.push(n, 0);
2944
- for (var a, d, c, u, f, h, m, p, C; !l.empty(); ) {
2945
- a = l.pop(), d = a.value, u = a.cost, f = r[d] || {};
2946
- for (c in f)
2947
- f.hasOwnProperty(c) && (h = f[c], m = u + h, p = s[c], C = typeof s[c] > "u", (C || p > m) && (s[c] = m, l.push(c, m), o[c] = d));
2944
+ for (var a, d, c, u, p, h, m, f, C; !l.empty(); ) {
2945
+ a = l.pop(), d = a.value, u = a.cost, p = r[d] || {};
2946
+ for (c in p)
2947
+ p.hasOwnProperty(c) && (h = p[c], m = u + h, f = s[c], C = typeof s[c] > "u", (C || f > m) && (s[c] = m, l.push(c, m), o[c] = d));
2948
2948
  }
2949
2949
  if (typeof i < "u" && typeof s[i] > "u") {
2950
2950
  var b = ["Could not find a path from ", n, " to ", i, "."].join("");
@@ -3001,26 +3001,26 @@ var Or = te, Nt = { exports: {} };
3001
3001
  })(Nt);
3002
3002
  var jr = Nt.exports;
3003
3003
  (function(t) {
3004
- const e = j, r = Fr, n = Lr, i = Ur, o = Or, s = L, l = D, a = jr;
3004
+ const e = j, r = Fr, n = Rr, i = Ur, o = Or, s = R, l = D, a = jr;
3005
3005
  function d(b) {
3006
3006
  return unescape(encodeURIComponent(b)).length;
3007
3007
  }
3008
- function c(b, w, y) {
3008
+ function c(b, v, y) {
3009
3009
  const g = [];
3010
3010
  let k;
3011
3011
  for (; (k = b.exec(y)) !== null; )
3012
3012
  g.push({
3013
3013
  data: k[0],
3014
3014
  index: k.index,
3015
- mode: w,
3015
+ mode: v,
3016
3016
  length: k[0].length
3017
3017
  });
3018
3018
  return g;
3019
3019
  }
3020
3020
  function u(b) {
3021
- const w = c(s.NUMERIC, e.NUMERIC, b), y = c(s.ALPHANUMERIC, e.ALPHANUMERIC, b);
3021
+ const v = c(s.NUMERIC, e.NUMERIC, b), y = c(s.ALPHANUMERIC, e.ALPHANUMERIC, b);
3022
3022
  let g, k;
3023
- return l.isKanjiModeEnabled() ? (g = c(s.BYTE, e.BYTE, b), k = c(s.KANJI, e.KANJI, b)) : (g = c(s.BYTE_KANJI, e.BYTE, b), k = []), w.concat(y, g, k).sort(function(A, F) {
3023
+ return l.isKanjiModeEnabled() ? (g = c(s.BYTE, e.BYTE, b), k = c(s.KANJI, e.KANJI, b)) : (g = c(s.BYTE_KANJI, e.BYTE, b), k = []), v.concat(y, g, k).sort(function(A, F) {
3024
3024
  return A.index - F.index;
3025
3025
  }).map(function(A) {
3026
3026
  return {
@@ -3030,8 +3030,8 @@ var jr = Nt.exports;
3030
3030
  };
3031
3031
  });
3032
3032
  }
3033
- function f(b, w) {
3034
- switch (w) {
3033
+ function p(b, v) {
3034
+ switch (v) {
3035
3035
  case e.NUMERIC:
3036
3036
  return r.getBitsLength(b);
3037
3037
  case e.ALPHANUMERIC:
@@ -3043,54 +3043,54 @@ var jr = Nt.exports;
3043
3043
  }
3044
3044
  }
3045
3045
  function h(b) {
3046
- return b.reduce(function(w, y) {
3047
- const g = w.length - 1 >= 0 ? w[w.length - 1] : null;
3048
- return g && g.mode === y.mode ? (w[w.length - 1].data += y.data, w) : (w.push(y), w);
3046
+ return b.reduce(function(v, y) {
3047
+ const g = v.length - 1 >= 0 ? v[v.length - 1] : null;
3048
+ return g && g.mode === y.mode ? (v[v.length - 1].data += y.data, v) : (v.push(y), v);
3049
3049
  }, []);
3050
3050
  }
3051
3051
  function m(b) {
3052
- const w = [];
3052
+ const v = [];
3053
3053
  for (let y = 0; y < b.length; y++) {
3054
3054
  const g = b[y];
3055
3055
  switch (g.mode) {
3056
3056
  case e.NUMERIC:
3057
- w.push([
3057
+ v.push([
3058
3058
  g,
3059
3059
  { data: g.data, mode: e.ALPHANUMERIC, length: g.length },
3060
3060
  { data: g.data, mode: e.BYTE, length: g.length }
3061
3061
  ]);
3062
3062
  break;
3063
3063
  case e.ALPHANUMERIC:
3064
- w.push([
3064
+ v.push([
3065
3065
  g,
3066
3066
  { data: g.data, mode: e.BYTE, length: g.length }
3067
3067
  ]);
3068
3068
  break;
3069
3069
  case e.KANJI:
3070
- w.push([
3070
+ v.push([
3071
3071
  g,
3072
3072
  { data: g.data, mode: e.BYTE, length: d(g.data) }
3073
3073
  ]);
3074
3074
  break;
3075
3075
  case e.BYTE:
3076
- w.push([
3076
+ v.push([
3077
3077
  { data: g.data, mode: e.BYTE, length: d(g.data) }
3078
3078
  ]);
3079
3079
  }
3080
3080
  }
3081
- return w;
3081
+ return v;
3082
3082
  }
3083
- function p(b, w) {
3083
+ function f(b, v) {
3084
3084
  const y = {}, g = { start: {} };
3085
3085
  let k = ["start"];
3086
3086
  for (let E = 0; E < b.length; E++) {
3087
3087
  const A = b[E], F = [];
3088
3088
  for (let U = 0; U < A.length; U++) {
3089
- const R = A[U], re = "" + E + U;
3090
- F.push(re), y[re] = { node: R, lastCount: 0 }, g[re] = {};
3089
+ const L = A[U], re = "" + E + U;
3090
+ F.push(re), y[re] = { node: L, lastCount: 0 }, g[re] = {};
3091
3091
  for (let Ae = 0; Ae < k.length; Ae++) {
3092
3092
  const B = k[Ae];
3093
- y[B] && y[B].node.mode === R.mode ? (g[B][re] = f(y[B].lastCount + R.length, R.mode) - f(y[B].lastCount, R.mode), y[B].lastCount += R.length) : (y[B] && (y[B].lastCount = R.length), g[B][re] = f(R.length, R.mode) + 4 + e.getCharCountIndicator(R.mode, w));
3093
+ y[B] && y[B].node.mode === L.mode ? (g[B][re] = p(y[B].lastCount + L.length, L.mode) - p(y[B].lastCount, L.mode), y[B].lastCount += L.length) : (y[B] && (y[B].lastCount = L.length), g[B][re] = p(L.length, L.mode) + 4 + e.getCharCountIndicator(L.mode, v));
3094
3094
  }
3095
3095
  }
3096
3096
  k = F;
@@ -3099,10 +3099,10 @@ var jr = Nt.exports;
3099
3099
  g[k[E]].end = 0;
3100
3100
  return { map: g, table: y };
3101
3101
  }
3102
- function C(b, w) {
3102
+ function C(b, v) {
3103
3103
  let y;
3104
3104
  const g = e.getBestModeForData(b);
3105
- if (y = e.from(w, g), y !== e.BYTE && y.bit < g.bit)
3105
+ if (y = e.from(v, g), y !== e.BYTE && y.bit < g.bit)
3106
3106
  throw new Error('"' + b + '" cannot be encoded with mode ' + e.toString(y) + `.
3107
3107
  Suggested mode is: ` + e.toString(g));
3108
3108
  switch (y === e.KANJI && !l.isKanjiModeEnabled() && (y = e.BYTE), y) {
@@ -3116,24 +3116,24 @@ var jr = Nt.exports;
3116
3116
  return new i(b);
3117
3117
  }
3118
3118
  }
3119
- t.fromArray = function(w) {
3120
- return w.reduce(function(y, g) {
3119
+ t.fromArray = function(v) {
3120
+ return v.reduce(function(y, g) {
3121
3121
  return typeof g == "string" ? y.push(C(g, null)) : g.data && y.push(C(g.data, g.mode)), y;
3122
3122
  }, []);
3123
- }, t.fromString = function(w, y) {
3124
- const g = u(w, l.isKanjiModeEnabled()), k = m(g), E = p(k, y), A = a.find_path(E.map, "start", "end"), F = [];
3123
+ }, t.fromString = function(v, y) {
3124
+ const g = u(v, l.isKanjiModeEnabled()), k = m(g), E = f(k, y), A = a.find_path(E.map, "start", "end"), F = [];
3125
3125
  for (let U = 1; U < A.length - 1; U++)
3126
3126
  F.push(E.table[A[U]].node);
3127
3127
  return t.fromArray(h(F));
3128
- }, t.rawSplit = function(w) {
3128
+ }, t.rawSplit = function(v) {
3129
3129
  return t.fromArray(
3130
- u(w, l.isKanjiModeEnabled())
3130
+ u(v, l.isKanjiModeEnabled())
3131
3131
  );
3132
3132
  };
3133
- })(Tt);
3134
- const Pe = D, Fe = ke, Vr = Sr, Yr = kr, Zr = St, Hr = kt, qe = Ct, Oe = Ce, Wr = Er, xe = At, Kr = Mt, Qr = j, Re = Tt;
3133
+ })(Dt);
3134
+ const Pe = D, Fe = ke, Vr = Sr, Hr = kr, Zr = St, Yr = kt, qe = Ct, Oe = Ce, Qr = Er, xe = At, Wr = Mt, Kr = j, Le = Dt;
3135
3135
  function Xr(t, e) {
3136
- const r = t.size, n = Hr.getPositions(e);
3136
+ const r = t.size, n = Yr.getPositions(e);
3137
3137
  for (let i = 0; i < n.length; i++) {
3138
3138
  const o = n[i][0], s = n[i][1];
3139
3139
  for (let l = -1; l <= 7; l++)
@@ -3164,8 +3164,8 @@ function _r(t, e) {
3164
3164
  for (let l = 0; l < 18; l++)
3165
3165
  i = Math.floor(l / 3), o = l % 3 + r - 8 - 3, s = (n >> l & 1) === 1, t.set(i, o, s, !0), t.set(o, i, s, !0);
3166
3166
  }
3167
- function Le(t, e, r) {
3168
- const n = t.size, i = Kr.getEncodedBits(e, r);
3167
+ function Re(t, e, r) {
3168
+ const n = t.size, i = Wr.getEncodedBits(e, r);
3169
3169
  let o, s;
3170
3170
  for (o = 0; o < 15; o++)
3171
3171
  s = (i >> o & 1) === 1, o < 6 ? t.set(o, 8, s, !0) : o < 8 ? t.set(o + 1, 8, s, !0) : t.set(n - 15 + o, 8, s, !0), o < 8 ? t.set(8, n - o - 1, s, !0) : o < 9 ? t.set(8, 15 - o - 1 + 1, s, !0) : t.set(8, 15 - o - 1, s, !0);
@@ -3190,7 +3190,7 @@ function $r(t, e) {
3190
3190
  function en(t, e, r) {
3191
3191
  const n = new Vr();
3192
3192
  r.forEach(function(a) {
3193
- n.put(a.mode.bit, 4), n.put(a.getLength(), Qr.getCharCountIndicator(a.mode, t)), a.write(n);
3193
+ n.put(a.mode.bit, 4), n.put(a.getLength(), Kr.getCharCountIndicator(a.mode, t)), a.write(n);
3194
3194
  });
3195
3195
  const i = Pe.getSymbolTotalCodewords(t), o = Oe.getTotalCodewordsCount(t, e), s = (i - o) * 8;
3196
3196
  for (n.getLengthInBits() + 4 <= s && n.put(0, 4); n.getLengthInBits() % 8 !== 0; )
@@ -3201,21 +3201,21 @@ function en(t, e, r) {
3201
3201
  return tn(n, t, e);
3202
3202
  }
3203
3203
  function tn(t, e, r) {
3204
- const n = Pe.getSymbolTotalCodewords(e), i = Oe.getTotalCodewordsCount(e, r), o = n - i, s = Oe.getBlocksCount(e, r), l = n % s, a = s - l, d = Math.floor(n / s), c = Math.floor(o / s), u = c + 1, f = d - c, h = new Wr(f);
3204
+ const n = Pe.getSymbolTotalCodewords(e), i = Oe.getTotalCodewordsCount(e, r), o = n - i, s = Oe.getBlocksCount(e, r), l = n % s, a = s - l, d = Math.floor(n / s), c = Math.floor(o / s), u = c + 1, p = d - c, h = new Qr(p);
3205
3205
  let m = 0;
3206
- const p = new Array(s), C = new Array(s);
3206
+ const f = new Array(s), C = new Array(s);
3207
3207
  let b = 0;
3208
- const w = new Uint8Array(t.buffer);
3208
+ const v = new Uint8Array(t.buffer);
3209
3209
  for (let A = 0; A < s; A++) {
3210
3210
  const F = A < a ? c : u;
3211
- p[A] = w.slice(m, m + F), C[A] = h.encode(p[A]), m += F, b = Math.max(b, F);
3211
+ f[A] = v.slice(m, m + F), C[A] = h.encode(f[A]), m += F, b = Math.max(b, F);
3212
3212
  }
3213
3213
  const y = new Uint8Array(n);
3214
3214
  let g = 0, k, E;
3215
3215
  for (k = 0; k < b; k++)
3216
3216
  for (E = 0; E < s; E++)
3217
- k < p[E].length && (y[g++] = p[E][k]);
3218
- for (k = 0; k < f; k++)
3217
+ k < f[E].length && (y[g++] = f[E][k]);
3218
+ for (k = 0; k < p; k++)
3219
3219
  for (E = 0; E < s; E++)
3220
3220
  y[g++] = C[E][k];
3221
3221
  return y;
@@ -3223,14 +3223,14 @@ function tn(t, e, r) {
3223
3223
  function rn(t, e, r, n) {
3224
3224
  let i;
3225
3225
  if (Array.isArray(t))
3226
- i = Re.fromArray(t);
3226
+ i = Le.fromArray(t);
3227
3227
  else if (typeof t == "string") {
3228
3228
  let d = e;
3229
3229
  if (!d) {
3230
- const c = Re.rawSplit(t);
3230
+ const c = Le.rawSplit(t);
3231
3231
  d = xe.getBestVersionForData(c, r);
3232
3232
  }
3233
- i = Re.fromString(t, d || 40);
3233
+ i = Le.fromString(t, d || 40);
3234
3234
  } else
3235
3235
  throw new Error("Invalid data");
3236
3236
  const o = xe.getBestVersionForData(i, r);
@@ -3245,11 +3245,11 @@ The chosen QR Code version cannot contain this amount of data.
3245
3245
  Minimum version required to store current data is: ` + o + `.
3246
3246
  `
3247
3247
  );
3248
- const s = en(e, r, i), l = Pe.getSymbolSize(e), a = new Yr(l);
3249
- return Xr(a, e), Jr(a), Gr(a, e), Le(a, r, 0), e >= 7 && _r(a, e), $r(a, s), isNaN(n) && (n = qe.getBestMask(
3248
+ const s = en(e, r, i), l = Pe.getSymbolSize(e), a = new Hr(l);
3249
+ return Xr(a, e), Jr(a), Gr(a, e), Re(a, r, 0), e >= 7 && _r(a, e), $r(a, s), isNaN(n) && (n = qe.getBestMask(
3250
3250
  a,
3251
- Le.bind(null, a, r)
3252
- )), qe.applyMask(n, a), Le(a, r, n), {
3251
+ Re.bind(null, a, r)
3252
+ )), qe.applyMask(n, a), Re(a, r, n), {
3253
3253
  modules: a,
3254
3254
  version: e,
3255
3255
  errorCorrectionLevel: r,
@@ -3257,7 +3257,7 @@ Minimum version required to store current data is: ` + o + `.
3257
3257
  segments: i
3258
3258
  };
3259
3259
  }
3260
- vt.create = function(e, r) {
3260
+ wt.create = function(e, r) {
3261
3261
  if (typeof e > "u" || e === "")
3262
3262
  throw new Error("No input text");
3263
3263
  let n = Fe.M, i, o;
@@ -3304,14 +3304,14 @@ var Ft = {}, Xe = {};
3304
3304
  return Math.floor((n + i.margin * 2) * o);
3305
3305
  }, t.qrToImageData = function(n, i, o) {
3306
3306
  const s = i.modules.size, l = i.modules.data, a = t.getScale(s, o), d = Math.floor((s + o.margin * 2) * a), c = o.margin * a, u = [o.color.light, o.color.dark];
3307
- for (let f = 0; f < d; f++)
3307
+ for (let p = 0; p < d; p++)
3308
3308
  for (let h = 0; h < d; h++) {
3309
- let m = (f * d + h) * 4, p = o.color.light;
3310
- if (f >= c && h >= c && f < d - c && h < d - c) {
3311
- const C = Math.floor((f - c) / a), b = Math.floor((h - c) / a);
3312
- p = u[l[C * s + b] ? 1 : 0];
3309
+ let m = (p * d + h) * 4, f = o.color.light;
3310
+ if (p >= c && h >= c && p < d - c && h < d - c) {
3311
+ const C = Math.floor((p - c) / a), b = Math.floor((h - c) / a);
3312
+ f = u[l[C * s + b] ? 1 : 0];
3313
3313
  }
3314
- n[m++] = p.r, n[m++] = p.g, n[m++] = p.b, n[m] = p.a;
3314
+ n[m++] = f.r, n[m++] = f.g, n[m++] = f.b, n[m] = f.a;
3315
3315
  }
3316
3316
  };
3317
3317
  })(Xe);
@@ -3330,8 +3330,8 @@ var Ft = {}, Xe = {};
3330
3330
  t.render = function(o, s, l) {
3331
3331
  let a = l, d = s;
3332
3332
  typeof a > "u" && (!s || !s.getContext) && (a = s, s = void 0), s || (d = n()), a = e.getOptions(a);
3333
- const c = e.getImageWidth(o.modules.size, a), u = d.getContext("2d"), f = u.createImageData(c, c);
3334
- return e.qrToImageData(f.data, o, a), r(u, d, c), u.putImageData(f, 0, 0), d;
3333
+ const c = e.getImageWidth(o.modules.size, a), u = d.getContext("2d"), p = u.createImageData(c, c);
3334
+ return e.qrToImageData(p.data, o, a), r(u, d, c), u.putImageData(p, 0, 0), d;
3335
3335
  }, t.renderToDataURL = function(o, s, l) {
3336
3336
  let a = l;
3337
3337
  typeof a > "u" && (!s || !s.getContext) && (a = s, s = void 0), a || (a = {});
@@ -3339,7 +3339,7 @@ var Ft = {}, Xe = {};
3339
3339
  return d.toDataURL(c, u.quality);
3340
3340
  };
3341
3341
  })(Ft);
3342
- var Rt = {};
3342
+ var Lt = {};
3343
3343
  const nn = Xe;
3344
3344
  function ct(t, e) {
3345
3345
  const r = t.a / 255, n = e + '="' + t.hex + '"';
@@ -3357,12 +3357,12 @@ function on(t, e, r) {
3357
3357
  }
3358
3358
  return n;
3359
3359
  }
3360
- Rt.render = function(e, r, n) {
3361
- const i = nn.getOptions(r), o = e.modules.size, s = e.modules.data, l = o + i.margin * 2, a = i.color.light.a ? "<path " + ct(i.color.light, "fill") + ' d="M0 0h' + l + "v" + l + 'H0z"/>' : "", d = "<path " + ct(i.color.dark, "stroke") + ' d="' + on(s, o, i.margin) + '"/>', c = 'viewBox="0 0 ' + l + " " + l + '"', f = '<svg xmlns="http://www.w3.org/2000/svg" ' + (i.width ? 'width="' + i.width + '" height="' + i.width + '" ' : "") + c + ' shape-rendering="crispEdges">' + a + d + `</svg>
3360
+ Lt.render = function(e, r, n) {
3361
+ const i = nn.getOptions(r), o = e.modules.size, s = e.modules.data, l = o + i.margin * 2, a = i.color.light.a ? "<path " + ct(i.color.light, "fill") + ' d="M0 0h' + l + "v" + l + 'H0z"/>' : "", d = "<path " + ct(i.color.dark, "stroke") + ' d="' + on(s, o, i.margin) + '"/>', c = 'viewBox="0 0 ' + l + " " + l + '"', p = '<svg xmlns="http://www.w3.org/2000/svg" ' + (i.width ? 'width="' + i.width + '" height="' + i.width + '" ' : "") + c + ' shape-rendering="crispEdges">' + a + d + `</svg>
3362
3362
  `;
3363
- return typeof n == "function" && n(null, f), f;
3363
+ return typeof n == "function" && n(null, p), p;
3364
3364
  };
3365
- const sn = vr, je = vt, Lt = Ft, an = Rt;
3365
+ const sn = wr, je = wt, Rt = Ft, an = Lt;
3366
3366
  function Je(t, e, r, n, i) {
3367
3367
  const o = [].slice.call(arguments, 1), s = o.length, l = typeof o[s - 1] == "function";
3368
3368
  if (!l && !sn())
@@ -3390,10 +3390,10 @@ function Je(t, e, r, n, i) {
3390
3390
  i(a);
3391
3391
  }
3392
3392
  }
3393
- fe.create = je.create;
3394
- fe.toCanvas = Je.bind(null, Lt.render);
3395
- fe.toDataURL = Je.bind(null, Lt.renderToDataURL);
3396
- fe.toString = Je.bind(null, function(t, e, r) {
3393
+ pe.create = je.create;
3394
+ pe.toCanvas = Je.bind(null, Rt.render);
3395
+ pe.toDataURL = Je.bind(null, Rt.renderToDataURL);
3396
+ pe.toString = Je.bind(null, function(t, e, r) {
3397
3397
  return an.render(t, r);
3398
3398
  });
3399
3399
  var ln = Object.defineProperty, dn = Object.getOwnPropertyDescriptor, S = (t, e, r, n) => {
@@ -3401,14 +3401,35 @@ var ln = Object.defineProperty, dn = Object.getOwnPropertyDescriptor, S = (t, e,
3401
3401
  (s = t[o]) && (i = (n ? s(e, r, i) : s(i)) || i);
3402
3402
  return n && i && ln(e, r, i), i;
3403
3403
  };
3404
- let v = class extends se {
3404
+ let w = class extends se {
3405
3405
  constructor() {
3406
3406
  super(...arguments), this.currentState = { status: "idle" }, this.selectedMethod = null, this.cardFormData = {
3407
3407
  cardNumber: "",
3408
3408
  expiry: "",
3409
3409
  cvv: "",
3410
3410
  cardholderName: ""
3411
- }, this.formErrors = {}, this.paymentData = null, this.feesExpanded = !1, this.isInitializing = !0, this.cardBrand = "unknown", this.paymentLocked = !1, this.show3DSModal = !1, this.showQRModal = !1, this.nextActionUrl = null, this.qrCode = null, this.qrCodeDataUrl = null, this.qrAutoResumeTimer = null, this.qrPollingInProgress = !1, this.sdk = null, this.isInitialized = !1, this.cardNumberCleave = null, this.expiryCleave = null, this.leaveEventsCounter = 0, this.previousState = null, this.handle3DSPostMessage = (t) => {
3411
+ }, this.formErrors = {}, this.paymentData = null, this.feesExpanded = !1, this.isInitializing = !0, this.cardBrand = "unknown", this.paymentLocked = !1, this.show3DSModal = !1, this.showQRModal = !1, this.nextActionUrl = null, this.qrCode = null, this.qrCodeDataUrl = null, this.qrAutoResumeTimer = null, this.qrPollingInProgress = !1, this.sdk = null, this.isInitialized = !1, this.cardNumberCleave = null, this.expiryCleave = null, this.leaveEventsCounter = 0, this.previousState = null, this.cssVariableMap = {
3412
+ colorPrimary: "--op-color-primary",
3413
+ colorPrimaryHover: "--op-color-primary-hover",
3414
+ colorPrimaryText: "--op-color-primary-text",
3415
+ colorBackground: "--op-color-background",
3416
+ colorSurface: "--op-color-surface",
3417
+ colorText: "--op-color-text",
3418
+ colorTextSecondary: "--op-color-text-secondary",
3419
+ colorDanger: "--op-color-danger",
3420
+ colorSuccess: "--op-color-success",
3421
+ colorWarning: "--op-color-warning",
3422
+ colorBorder: "--op-color-border",
3423
+ colorBorderFocus: "--op-color-border-focus",
3424
+ fontFamily: "--op-font-family",
3425
+ fontSize: "--op-font-size",
3426
+ fontSizeSmall: "--op-font-size-sm",
3427
+ borderRadius: "--op-border-radius",
3428
+ borderRadiusLarge: "--op-border-radius-lg",
3429
+ spacingUnit: "--op-spacing-unit",
3430
+ boxShadow: "--op-box-shadow",
3431
+ boxShadowLarge: "--op-box-shadow-lg"
3432
+ }, this.themeMediaQuery = null, this.themeMediaQueryHandler = null, this.handle3DSPostMessage = (t) => {
3412
3433
  t.data === "ON_AWX_3DS_START_PAGE_LEAVE" && (this.leaveEventsCounter++, this.leaveEventsCounter > 1 && this.handle3DSComplete());
3413
3434
  };
3414
3435
  }
@@ -3422,6 +3443,53 @@ let v = class extends se {
3422
3443
  hasAllRequiredProps() {
3423
3444
  return !(!this.config || !this.adapters || !this.amount || !this.currency || !this.orderId || !this.firstName || typeof this.firstName != "string" || this.firstName.trim() === "" || !this.lastName || typeof this.lastName != "string" || this.lastName.trim() === "" || !this.email || typeof this.email != "string" || this.email.trim() === "");
3424
3445
  }
3446
+ /**
3447
+ * Apply appearance settings to the component
3448
+ *
3449
+ * This method:
3450
+ * 1. Sets the data-theme attribute based on theme option
3451
+ * 2. Applies CSS custom properties from variables
3452
+ *
3453
+ * @private
3454
+ */
3455
+ applyAppearance() {
3456
+ if (!this.appearance) {
3457
+ this.removeAttribute("data-theme");
3458
+ return;
3459
+ }
3460
+ const { theme: t, variables: e } = this.appearance;
3461
+ if (t)
3462
+ if (t === "auto") {
3463
+ const r = window.matchMedia("(prefers-color-scheme: dark)").matches;
3464
+ this.dataset.theme = r ? "dark" : "light", this.setupThemeMediaQueryListener();
3465
+ } else
3466
+ this.dataset.theme = t;
3467
+ e && this.applyCssVariables(e);
3468
+ }
3469
+ /**
3470
+ * Apply CSS custom properties from variables object
3471
+ */
3472
+ applyCssVariables(t) {
3473
+ for (const [e, r] of Object.entries(this.cssVariableMap)) {
3474
+ const n = t[e];
3475
+ n != null ? this.style.setProperty(r, n) : this.style.removeProperty(r);
3476
+ }
3477
+ }
3478
+ /**
3479
+ * Setup listener for system theme changes (for theme: 'auto')
3480
+ */
3481
+ setupThemeMediaQueryListener() {
3482
+ this.cleanupThemeMediaQueryListener(), this.themeMediaQuery = window.matchMedia("(prefers-color-scheme: dark)"), this.themeMediaQueryHandler = (t) => {
3483
+ var e;
3484
+ ((e = this.appearance) == null ? void 0 : e.theme) === "auto" && (this.dataset.theme = t.matches ? "dark" : "light");
3485
+ }, this.themeMediaQuery.addEventListener("change", this.themeMediaQueryHandler);
3486
+ }
3487
+ /**
3488
+ * Clean up theme media query listener
3489
+ */
3490
+ cleanupThemeMediaQueryListener() {
3491
+ this.themeMediaQuery && this.themeMediaQueryHandler && (this.themeMediaQuery.removeEventListener("change", this.themeMediaQueryHandler), this.themeMediaQuery = null, this.themeMediaQueryHandler = null);
3492
+ }
3425
3493
  // --- Lifecycle ---
3426
3494
  connectedCallback() {
3427
3495
  super.connectedCallback(), window.addEventListener("message", this.handle3DSPostMessage), this.addEventListener("force-close-3ds-modal", () => {
@@ -3429,7 +3497,7 @@ let v = class extends se {
3429
3497
  });
3430
3498
  }
3431
3499
  firstUpdated() {
3432
- this.initializeSDK();
3500
+ this.applyAppearance(), this.initializeSDK();
3433
3501
  }
3434
3502
  /**
3435
3503
  * Called when any reactive property changes.
@@ -3442,11 +3510,11 @@ let v = class extends se {
3442
3510
  * causing permanent skeleton state.
3443
3511
  */
3444
3512
  updated(t) {
3445
- super.updated(t), !this.isInitialized && this.hasAllRequiredProps() && (console.info("[OnePayment] All required props now available. Initializing SDK..."), this.initializeSDK());
3513
+ super.updated(t), t.has("appearance") && this.applyAppearance(), !this.isInitialized && this.hasAllRequiredProps() && (console.info("[OnePayment] All required props now available. Initializing SDK..."), this.initializeSDK());
3446
3514
  }
3447
3515
  disconnectedCallback() {
3448
3516
  var t;
3449
- super.disconnectedCallback(), (t = this.sdk) == null || t.destroy(), this.isInitialized = !1, this.destroyCleave(), window.removeEventListener("message", this.handle3DSPostMessage), this.qrAutoResumeTimer !== null && clearTimeout(this.qrAutoResumeTimer);
3517
+ super.disconnectedCallback(), this.cleanupThemeMediaQueryListener(), (t = this.sdk) == null || t.destroy(), this.isInitialized = !1, this.destroyCleave(), window.removeEventListener("message", this.handle3DSPostMessage), this.qrAutoResumeTimer !== null && clearTimeout(this.qrAutoResumeTimer);
3450
3518
  }
3451
3519
  // --- Cleave.js Setup ---
3452
3520
  setupCleave() {
@@ -3488,7 +3556,7 @@ let v = class extends se {
3488
3556
  return t.length === 0 ? [] : t.filter((e) => {
3489
3557
  var r;
3490
3558
  return !((r = this.excludePaymentMethods) != null && r.includes(e.id));
3491
- }).map((e) => e.id === Y.PAYNOW && this.getTransactionData().currency !== "SGD" ? {
3559
+ }).map((e) => e.id === H.PAYNOW && this.getTransactionData().currency !== "SGD" ? {
3492
3560
  id: e.id,
3493
3561
  enabled: !1,
3494
3562
  disabledReason: "PayNow is only available for SGD currency"
@@ -3563,7 +3631,7 @@ let v = class extends se {
3563
3631
  const r = this.qrCode.startsWith("http://") || this.qrCode.startsWith("https://"), n = this.qrCode.startsWith("data:image");
3564
3632
  if (!r && !n)
3565
3633
  try {
3566
- const i = await fe.toDataURL(this.qrCode, {
3634
+ const i = await pe.toDataURL(this.qrCode, {
3567
3635
  width: 300,
3568
3636
  margin: 2,
3569
3637
  color: {
@@ -3630,8 +3698,8 @@ let v = class extends se {
3630
3698
  const a = /* @__PURE__ */ new Date(), d = a.getFullYear(), c = a.getMonth() + 1;
3631
3699
  let u;
3632
3700
  if (s.length === 2) {
3633
- const f = parseInt(s, 10), h = d % 100, m = Math.floor(d / 100) * 100;
3634
- f < h && h - f > 80 ? u = m + 100 + f : u = m + f;
3701
+ const p = parseInt(s, 10), h = d % 100, m = Math.floor(d / 100) * 100;
3702
+ p < h && h - p > 80 ? u = m + 100 + p : u = m + p;
3635
3703
  } else
3636
3704
  return { valid: !1, error: "Invalid year format" };
3637
3705
  return u < d ? { valid: !1, error: "Card has expired" } : u === d && l < c ? { valid: !1, error: "Card has expired" } : { valid: !0 };
@@ -3651,7 +3719,7 @@ let v = class extends se {
3651
3719
  return;
3652
3720
  this.paymentLocked = !0;
3653
3721
  const t = this.cardFormData.expiry.split("/"), e = (t[0] || "").trim(), n = `20${(t[1] || "").trim().substring(0, 2)}`;
3654
- this.sdk.submitPayment(Y.CARD, {
3722
+ this.sdk.submitPayment(H.CARD, {
3655
3723
  cardNumber: this.cardFormData.cardNumber.replace(/\s/g, ""),
3656
3724
  expiryMonth: e,
3657
3725
  expiryYear: n,
@@ -3662,7 +3730,7 @@ let v = class extends se {
3662
3730
  });
3663
3731
  }
3664
3732
  handlePayNowPayment() {
3665
- !this.sdk || this.currentState.status !== "ready" || (this.paymentLocked = !0, this.sdk.submitPayment(Y.PAYNOW, {
3733
+ !this.sdk || this.currentState.status !== "ready" || (this.paymentLocked = !0, this.sdk.submitPayment(H.PAYNOW, {
3666
3734
  firstName: this.firstName,
3667
3735
  lastName: this.lastName,
3668
3736
  email: this.email
@@ -3989,7 +4057,6 @@ let v = class extends se {
3989
4057
  </div>
3990
4058
  <h2 class="result-title">Payment Failed</h2>
3991
4059
  <p class="result-message">${t}</p>
3992
- <button class="retry-button" @click=${() => window.location.reload()}>Try Again</button>
3993
4060
  </div>
3994
4061
  `;
3995
4062
  }
@@ -4009,14 +4076,9 @@ let v = class extends se {
4009
4076
  l && this.selectedMethod !== l.id && (this.selectedMethod = l.id);
4010
4077
  }
4011
4078
  }
4012
- const n = (s) => s === Y.CARD ? "Card" : "PayNow", i = (s) => s === Y.CARD ? P`
4079
+ const n = (s) => s === H.CARD ? "Card" : "PayNow", i = (s) => s === H.CARD ? P`
4013
4080
  <div class="method-icon-right">
4014
- <svg
4015
- width="24"
4016
- height="24"
4017
- viewBox="0 0 24 24"
4018
- xmlns="http://www.w3.org/2000/svg"
4019
- >
4081
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
4020
4082
  <path
4021
4083
  fill="none"
4022
4084
  d="M22 10H2M11 14H6M2 8.2L2 15.8C2 16.9201 2 17.4802 2.21799 17.908C2.40973 18.2843 2.71569 18.5903 3.09202 18.782C3.51984 19 4.07989 19 5.2 19L18.8 19C19.9201 19 20.4802 19 20.908 18.782C21.2843 18.5903 21.5903 18.2843 21.782 17.908C22 17.4802 22 16.9201 22 15.8V8.2C22 7.0799 22 6.51984 21.782 6.09202C21.5903 5.7157 21.2843 5.40974 20.908 5.21799C20.4802 5 19.9201 5 18.8 5L5.2 5C4.0799 5 3.51984 5 3.09202 5.21799C2.7157 5.40973 2.40973 5.71569 2.21799 6.09202C2 6.51984 2 7.07989 2 8.2Z"
@@ -4027,7 +4089,7 @@ let v = class extends se {
4027
4089
  />
4028
4090
  </svg>
4029
4091
  </div>
4030
- ` : s === Y.PAYNOW ? P`
4092
+ ` : s === H.PAYNOW ? P`
4031
4093
  <div class="method-icon-right">
4032
4094
  <img src="${cr}" alt="PayNow" />
4033
4095
  </div>
@@ -4064,7 +4126,7 @@ let v = class extends se {
4064
4126
  ${i(s.id)}
4065
4127
  </div>
4066
4128
  ${l ? P`<div class="method-content">
4067
- ${s.id === Y.CARD ? this.renderCardForm() : this.renderPayNowContent()}
4129
+ ${s.id === H.CARD ? this.renderCardForm() : this.renderPayNowContent()}
4068
4130
  </div>` : ""}
4069
4131
  </div>
4070
4132
  `;
@@ -4078,12 +4140,65 @@ let v = class extends se {
4078
4140
  `;
4079
4141
  }
4080
4142
  };
4081
- v.styles = Ut`
4143
+ w.styles = Ut`
4144
+ /* ═══════════════════════════════════════════════════════════════
4145
+ CSS CUSTOM PROPERTIES (Theming)
4146
+ ═══════════════════════════════════════════════════════════════ */
4147
+
4082
4148
  :host {
4149
+ /* ─── Color Tokens (Light Theme Default) ─── */
4150
+ --op-color-primary: #2a2327;
4151
+ --op-color-primary-hover: #1a1517;
4152
+ --op-color-primary-text: #ffbe32;
4153
+ --op-color-background: #ffffff;
4154
+ --op-color-surface: #f9fafb;
4155
+ --op-color-text: #1f2937;
4156
+ --op-color-text-secondary: #6b7280;
4157
+ --op-color-danger: #ef4444;
4158
+ --op-color-success: #10b981;
4159
+ --op-color-warning: #f59e0b;
4160
+ --op-color-border: #e5e7eb;
4161
+ --op-color-border-focus: #2a2327;
4162
+
4163
+ /* ─── Typography Tokens ─── */
4164
+ --op-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
4165
+ 'Helvetica Neue', Arial, sans-serif;
4166
+ --op-font-size: 16px;
4167
+ --op-font-size-sm: 14px;
4168
+ --op-font-size-xs: 12px;
4169
+
4170
+ /* ─── Layout Tokens ─── */
4171
+ --op-border-radius: 8px;
4172
+ --op-border-radius-lg: 40px;
4173
+ --op-spacing-unit: 4px;
4174
+ --op-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
4175
+ --op-box-shadow-lg: 0 4px 6px rgba(0, 0, 0, 0.1);
4176
+ --op-transition: 0.2s ease;
4177
+
4178
+ /* ─── Base Styles ─── */
4083
4179
  display: block;
4084
- font-family:
4085
- -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
4180
+ font-family: var(--op-font-family);
4086
4181
  box-sizing: border-box;
4182
+ background-color: var(--op-color-background);
4183
+ color: var(--op-color-text);
4184
+ }
4185
+
4186
+ /* ─── Dark Theme ─── */
4187
+ :host([data-theme="dark"]) {
4188
+ --op-color-primary: #ffbe32;
4189
+ --op-color-primary-hover: #ffd666;
4190
+ --op-color-primary-text: #1a1517;
4191
+ --op-color-background: #1a1517;
4192
+ --op-color-surface: #2a2327;
4193
+ --op-color-text: #f9fafb;
4194
+ --op-color-text-secondary: #9ca3af;
4195
+ --op-color-danger: #f87171;
4196
+ --op-color-success: #34d399;
4197
+ --op-color-warning: #fbbf24;
4198
+ --op-color-border: #4b5563;
4199
+ --op-color-border-focus: #ffbe32;
4200
+ --op-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
4201
+ --op-box-shadow-lg: 0 4px 6px rgba(0, 0, 0, 0.4);
4087
4202
  }
4088
4203
 
4089
4204
  * {
@@ -4100,10 +4215,10 @@ v.styles = Ut`
4100
4215
  .header {
4101
4216
  text-align: left;
4102
4217
  padding: 1rem 0;
4103
- color: #6b7280;
4104
- font-size: 0.875rem;
4218
+ color: var(--op-color-text-secondary);
4219
+ font-size: var(--op-font-size-sm);
4105
4220
  font-weight: 400;
4106
- border-bottom: 1px solid #e5e7eb;
4221
+ border-bottom: 1px solid var(--op-color-border);
4107
4222
  margin-bottom: 1rem;
4108
4223
  }
4109
4224
 
@@ -4116,10 +4231,10 @@ v.styles = Ut`
4116
4231
  }
4117
4232
 
4118
4233
  .payment-method-item {
4119
- border: 1px solid #e5e7eb;
4120
- border-radius: 0.5rem;
4234
+ border: 1px solid var(--op-color-border);
4235
+ border-radius: var(--op-border-radius);
4121
4236
  overflow: visible;
4122
- background: #ffffff;
4237
+ background: var(--op-color-background);
4123
4238
  width: 100%;
4124
4239
  }
4125
4240
 
@@ -4127,20 +4242,20 @@ v.styles = Ut`
4127
4242
  display: flex;
4128
4243
  align-items: center;
4129
4244
  padding: 1rem 1.25rem;
4130
- background: #ffffff;
4245
+ background: var(--op-color-background);
4131
4246
  cursor: pointer;
4132
- transition: background-color 150ms ease;
4247
+ transition: background-color var(--op-transition);
4133
4248
  user-select: none;
4134
4249
  width: 100%;
4135
- border-radius: 0.5rem 0.5rem 0 0;
4250
+ border-radius: var(--op-border-radius) var(--op-border-radius) 0 0;
4136
4251
  }
4137
4252
 
4138
4253
  .method-header:hover {
4139
- background-color: #f9fafb;
4254
+ background-color: var(--op-color-surface);
4140
4255
  }
4141
4256
 
4142
4257
  .method-header.selected {
4143
- background-color: #f3f4f6;
4258
+ background-color: var(--op-color-surface);
4144
4259
  }
4145
4260
 
4146
4261
  .radio {
@@ -4151,20 +4266,20 @@ v.styles = Ut`
4151
4266
  margin-right: 10px;
4152
4267
  flex-shrink: 0;
4153
4268
  cursor: pointer;
4154
- accent-color: #ffbe32;
4269
+ accent-color: var(--op-color-primary);
4155
4270
  -webkit-appearance: none;
4156
4271
  -moz-appearance: none;
4157
4272
  appearance: none;
4158
- border: 2px solid #d1d5db;
4273
+ border: 2px solid var(--op-color-border);
4159
4274
  border-radius: 50%;
4160
- background-color: #ffffff;
4275
+ background-color: var(--op-color-background);
4161
4276
  position: relative;
4162
- transition: border-color 150ms ease;
4277
+ transition: border-color var(--op-transition);
4163
4278
  }
4164
4279
 
4165
4280
  .radio:checked {
4166
- border-color: #ffbe32;
4167
- background-color: #ffffff;
4281
+ border-color: var(--op-color-primary);
4282
+ background-color: var(--op-color-background);
4168
4283
  }
4169
4284
 
4170
4285
  .radio:checked::after {
@@ -4176,11 +4291,11 @@ v.styles = Ut`
4176
4291
  width: 0.625rem;
4177
4292
  height: 0.625rem;
4178
4293
  border-radius: 50%;
4179
- background-color: #ffbe32;
4294
+ background-color: var(--op-color-primary);
4180
4295
  }
4181
4296
 
4182
4297
  .radio:hover:not(:disabled) {
4183
- border-color: #9ca3af;
4298
+ border-color: var(--op-color-text-secondary);
4184
4299
  }
4185
4300
 
4186
4301
  .method-icon {
@@ -4192,7 +4307,7 @@ v.styles = Ut`
4192
4307
  justify-content: center;
4193
4308
  font-size: 1.25rem;
4194
4309
  flex-shrink: 0;
4195
- color: #6b7280;
4310
+ color: var(--op-color-text-secondary);
4196
4311
  margin-right: 0.625rem;
4197
4312
  }
4198
4313
 
@@ -4204,7 +4319,7 @@ v.styles = Ut`
4204
4319
  align-items: center;
4205
4320
  justify-content: center;
4206
4321
  flex-shrink: 0;
4207
- color: #6b7280;
4322
+ color: var(--op-color-text-secondary);
4208
4323
  }
4209
4324
 
4210
4325
  .method-icon-right svg {
@@ -4219,9 +4334,9 @@ v.styles = Ut`
4219
4334
  }
4220
4335
 
4221
4336
  .method-name {
4222
- font-size: 1rem;
4337
+ font-size: var(--op-font-size);
4223
4338
  font-weight: 500;
4224
- color: #111827;
4339
+ color: var(--op-color-text);
4225
4340
  flex-shrink: 0;
4226
4341
  text-align: left;
4227
4342
  margin-right: 10px;
@@ -4230,8 +4345,8 @@ v.styles = Ut`
4230
4345
  /* Accordion Content */
4231
4346
  .method-content {
4232
4347
  padding: 1.5rem;
4233
- background-color: #ffffff;
4234
- border-top: 1px solid #e5e7eb;
4348
+ background-color: var(--op-color-background);
4349
+ border-top: 1px solid var(--op-color-border);
4235
4350
  width: 100%;
4236
4351
  overflow: visible;
4237
4352
  }
@@ -4243,9 +4358,9 @@ v.styles = Ut`
4243
4358
  }
4244
4359
 
4245
4360
  .form-title {
4246
- font-size: 1rem;
4361
+ font-size: var(--op-font-size);
4247
4362
  font-weight: 500;
4248
- color: #111827;
4363
+ color: var(--op-color-text);
4249
4364
  margin: 0 0 1rem 0;
4250
4365
  text-align: left;
4251
4366
  }
@@ -4264,22 +4379,23 @@ v.styles = Ut`
4264
4379
  .form-label {
4265
4380
  display: block;
4266
4381
  margin-bottom: 0.5rem;
4267
- font-size: 0.875rem;
4382
+ font-size: var(--op-font-size-sm);
4268
4383
  font-weight: 500;
4269
- color: #374151;
4384
+ color: var(--op-color-text);
4270
4385
  text-align: left;
4271
4386
  }
4272
4387
 
4273
4388
  .input {
4274
4389
  width: 100%;
4275
4390
  padding: 0.75rem;
4276
- border: 1px solid #d1d5db;
4277
- border-radius: 0.375rem;
4278
- font-size: 0.9375rem;
4391
+ border: 1px solid var(--op-color-border);
4392
+ border-radius: calc(var(--op-border-radius) / 2);
4393
+ font-size: var(--op-font-size);
4394
+ font-family: var(--op-font-family);
4279
4395
  line-height: 1.25rem;
4280
- background: white;
4281
- color: black;
4282
- transition: all 150ms ease;
4396
+ background: var(--op-color-background);
4397
+ color: var(--op-color-text);
4398
+ transition: all var(--op-transition);
4283
4399
  -webkit-appearance: none;
4284
4400
  -moz-appearance: none;
4285
4401
  appearance: none;
@@ -4287,24 +4403,24 @@ v.styles = Ut`
4287
4403
 
4288
4404
  .input:focus {
4289
4405
  outline: none;
4290
- border-color: #7c3aed;
4406
+ border-color: var(--op-color-border-focus);
4291
4407
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
4292
4408
  }
4293
4409
 
4294
4410
  .input::placeholder {
4295
- color: #9ca3af;
4411
+ color: var(--op-color-text-secondary);
4296
4412
  }
4297
4413
 
4298
4414
  .input:hover:not(:focus) {
4299
- border-color: #9ca3af;
4415
+ border-color: var(--op-color-text-secondary);
4300
4416
  }
4301
4417
 
4302
4418
  .input.input-error {
4303
- border-color: #dc2626;
4419
+ border-color: var(--op-color-danger);
4304
4420
  }
4305
4421
 
4306
4422
  .input.input-error:focus {
4307
- border-color: #dc2626;
4423
+ border-color: var(--op-color-danger);
4308
4424
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
4309
4425
  }
4310
4426
 
@@ -4317,8 +4433,8 @@ v.styles = Ut`
4317
4433
 
4318
4434
  .error-message {
4319
4435
  margin-top: 0.25rem;
4320
- color: #dc2626;
4321
- font-size: 0.75rem;
4436
+ color: var(--op-color-danger);
4437
+ font-size: var(--op-font-size-xs);
4322
4438
  line-height: 1.25;
4323
4439
  }
4324
4440
 
@@ -4336,21 +4452,21 @@ v.styles = Ut`
4336
4452
  padding: 10px 24px;
4337
4453
  font-size: 18px;
4338
4454
  font-weight: 650;
4339
- color: #ffbe32;
4455
+ color: var(--op-color-primary-text);
4340
4456
  line-height: normal;
4341
4457
  border: 0;
4342
- border-radius: 40px;
4458
+ border-radius: var(--op-border-radius-lg);
4343
4459
  text-decoration: none;
4344
4460
  transition:
4345
- background-color 0.2s ease,
4346
- border-color 0.2s ease,
4347
- color 0.2s ease,
4348
- opacity 0.2s ease;
4461
+ background-color var(--op-transition),
4462
+ border-color var(--op-transition),
4463
+ color var(--op-transition),
4464
+ opacity var(--op-transition);
4349
4465
  overflow: hidden;
4350
4466
  user-select: none;
4351
4467
  position: relative;
4352
4468
  cursor: pointer;
4353
- background-color: #2a2327;
4469
+ background-color: var(--op-color-primary);
4354
4470
  white-space: nowrap;
4355
4471
  letter-spacing: 0;
4356
4472
  -webkit-appearance: none;
@@ -4360,13 +4476,12 @@ v.styles = Ut`
4360
4476
 
4361
4477
  .pay-button:disabled {
4362
4478
  cursor: not-allowed;
4363
- color: rgba(255, 190, 50, 0.8);
4364
- background-color: rgba(42, 35, 39, 0.8);
4479
+ opacity: 0.7;
4365
4480
  }
4366
4481
 
4367
4482
  .pay-button:not(:disabled):hover,
4368
4483
  .pay-button:not(:disabled):focus-visible {
4369
- background-color: #000;
4484
+ background-color: var(--op-color-primary-hover);
4370
4485
  }
4371
4486
 
4372
4487
  .pay-button:not(:disabled):active {
@@ -4392,7 +4507,7 @@ v.styles = Ut`
4392
4507
  margin-left: -10px;
4393
4508
  margin-top: -10px;
4394
4509
  border: 2px solid transparent;
4395
- border-top-color: #ffbe32;
4510
+ border-top-color: var(--op-color-primary-text);
4396
4511
  border-radius: 50%;
4397
4512
  animation: button-spinner 0.8s linear infinite;
4398
4513
  }
@@ -4432,7 +4547,7 @@ v.styles = Ut`
4432
4547
  }
4433
4548
 
4434
4549
  .processing-text {
4435
- color: #6b7280;
4550
+ color: var(--op-color-text-secondary);
4436
4551
  margin: 0;
4437
4552
  }
4438
4553
 
@@ -4451,32 +4566,31 @@ v.styles = Ut`
4451
4566
  padding: 10px 24px;
4452
4567
  font-size: 18px;
4453
4568
  font-weight: 650;
4454
- color: #ffbe32;
4569
+ color: var(--op-color-primary-text);
4455
4570
  line-height: normal;
4456
4571
  border: 0;
4457
- border-radius: 40px;
4572
+ border-radius: var(--op-border-radius-lg);
4458
4573
  text-decoration: none;
4459
4574
  transition:
4460
- background-color 0.2s ease,
4575
+ background-color var(--op-transition),
4461
4576
  transform 0.05s ease;
4462
4577
  overflow: hidden;
4463
4578
  user-select: none;
4464
4579
  position: relative;
4465
4580
  cursor: pointer;
4466
- background-color: #2a2327;
4581
+ background-color: var(--op-color-primary);
4467
4582
  white-space: nowrap;
4468
4583
  letter-spacing: 0;
4469
4584
  }
4470
4585
 
4471
4586
  .paynow-container .scanned-button:disabled {
4472
4587
  cursor: not-allowed;
4473
- color: rgba(255, 190, 50, 0.8);
4474
- background-color: rgba(42, 35, 39, 0.8);
4588
+ opacity: 0.7;
4475
4589
  }
4476
4590
 
4477
4591
  .paynow-container .scanned-button:not(:disabled):hover,
4478
4592
  .paynow-container .scanned-button:not(:disabled):focus-visible {
4479
- background-color: #000;
4593
+ background-color: var(--op-color-primary-hover);
4480
4594
  }
4481
4595
 
4482
4596
  .paynow-container .scanned-button:not(:disabled):active {
@@ -4490,9 +4604,9 @@ v.styles = Ut`
4490
4604
  }
4491
4605
 
4492
4606
  .instructions-title {
4493
- font-size: 1rem;
4607
+ font-size: var(--op-font-size);
4494
4608
  font-weight: 600;
4495
- color: #111827;
4609
+ color: var(--op-color-text);
4496
4610
  margin: 0 0 1.5rem 0;
4497
4611
  text-align: left;
4498
4612
  }
@@ -4519,9 +4633,9 @@ v.styles = Ut`
4519
4633
  height: 1.75rem;
4520
4634
  min-width: 1.75rem;
4521
4635
  border-radius: 50%;
4522
- background-color: #ffbe32;
4523
- color: #ffffff;
4524
- font-size: 0.875rem;
4636
+ background-color: var(--op-color-primary);
4637
+ color: var(--op-color-background);
4638
+ font-size: var(--op-font-size-sm);
4525
4639
  font-weight: 600;
4526
4640
  flex-shrink: 0;
4527
4641
  }
@@ -4530,7 +4644,7 @@ v.styles = Ut`
4530
4644
  flex: 1;
4531
4645
  margin: 0;
4532
4646
  padding-top: 0.125rem;
4533
- color: #374151;
4647
+ color: var(--op-color-text);
4534
4648
  font-size: 0.9375rem;
4535
4649
  line-height: 1.5;
4536
4650
  }
@@ -4541,8 +4655,8 @@ v.styles = Ut`
4541
4655
  }
4542
4656
 
4543
4657
  .qr-instruction {
4544
- color: #6b7280;
4545
- font-size: 14px;
4658
+ color: var(--op-color-text-secondary);
4659
+ font-size: var(--op-font-size-sm);
4546
4660
  margin-bottom: 1.5rem;
4547
4661
  line-height: 1.5;
4548
4662
  }
@@ -4554,33 +4668,33 @@ v.styles = Ut`
4554
4668
  }
4555
4669
 
4556
4670
  .qr-canvas {
4557
- border: 4px solid #f3f4f6;
4558
- border-radius: 12px;
4671
+ border: 4px solid var(--op-color-surface);
4672
+ border-radius: var(--op-border-radius);
4559
4673
  padding: 16px;
4560
- background: white;
4561
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
4674
+ background: var(--op-color-background);
4675
+ box-shadow: var(--op-box-shadow-lg);
4562
4676
  width: 200px;
4563
4677
  height: 200px;
4564
4678
  display: flex;
4565
4679
  align-items: center;
4566
4680
  justify-content: center;
4567
- color: #9ca3af;
4681
+ color: var(--op-color-text-secondary);
4568
4682
  }
4569
4683
 
4570
4684
  .scanned-button {
4571
4685
  padding: 12px 24px;
4572
- background: #10b981;
4573
- color: white;
4686
+ background: var(--op-color-success);
4687
+ color: var(--op-color-background);
4574
4688
  border: none;
4575
- border-radius: 8px;
4576
- font-size: 16px;
4689
+ border-radius: var(--op-border-radius);
4690
+ font-size: var(--op-font-size);
4577
4691
  font-weight: 600;
4578
4692
  cursor: pointer;
4579
- transition: all 0.2s ease;
4693
+ transition: all var(--op-transition);
4580
4694
  }
4581
4695
 
4582
4696
  .scanned-button:hover:not(:disabled) {
4583
- background: #059669;
4697
+ filter: brightness(0.9);
4584
4698
  transform: translateY(-2px);
4585
4699
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
4586
4700
  }
@@ -4598,25 +4712,25 @@ v.styles = Ut`
4598
4712
 
4599
4713
  /* Result Status Block - Replaces payment methods when succeeded/failed */
4600
4714
  .result-card {
4601
- background: white;
4602
- border-radius: 12px;
4715
+ background: var(--op-color-background);
4716
+ border-radius: var(--op-border-radius);
4603
4717
  padding: 40px;
4604
4718
  width: 100%;
4605
4719
  text-align: center;
4606
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
4720
+ box-shadow: var(--op-box-shadow-lg);
4607
4721
  border: 2px solid transparent;
4608
- transition: all 0.3s ease;
4722
+ transition: all var(--op-transition);
4609
4723
  margin-top: 0;
4610
4724
  }
4611
4725
 
4612
4726
  .result-card.success {
4613
- border-color: #10b981;
4614
- background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
4727
+ border-color: var(--op-color-success);
4728
+ background: var(--op-color-background);
4615
4729
  }
4616
4730
 
4617
4731
  .result-card.error {
4618
- border-color: #ef4444;
4619
- background: linear-gradient(135deg, #fef2f2 0%, #ffffff 100%);
4732
+ border-color: var(--op-color-danger);
4733
+ background: var(--op-color-background);
4620
4734
  }
4621
4735
 
4622
4736
  .result-icon-wrapper {
@@ -4631,11 +4745,11 @@ v.styles = Ut`
4631
4745
  }
4632
4746
 
4633
4747
  .result-card.success .result-icon-wrapper {
4634
- background: #10b981;
4748
+ background: var(--op-color-success);
4635
4749
  }
4636
4750
 
4637
4751
  .result-card.error .result-icon-wrapper {
4638
- background: #ef4444;
4752
+ background: var(--op-color-danger);
4639
4753
  }
4640
4754
 
4641
4755
  @keyframes scaleIn {
@@ -4659,48 +4773,16 @@ v.styles = Ut`
4659
4773
  margin: 0 0 12px 0;
4660
4774
  font-size: 28px;
4661
4775
  font-weight: 700;
4662
- color: #111827;
4776
+ color: var(--op-color-text);
4663
4777
  }
4664
4778
 
4665
4779
  .result-message {
4666
4780
  margin: 0 0 32px 0;
4667
- font-size: 16px;
4668
- color: #6b7280;
4781
+ font-size: var(--op-font-size);
4782
+ color: var(--op-color-text-secondary);
4669
4783
  line-height: 1.5;
4670
4784
  }
4671
4785
 
4672
- .retry-button {
4673
- display: inline-block;
4674
- min-width: 162px;
4675
- height: 52px;
4676
- padding: 10px 24px;
4677
- font-size: 18px;
4678
- font-weight: 650;
4679
- color: #ffbe32;
4680
- line-height: normal;
4681
- border: 0;
4682
- border-radius: 40px;
4683
- text-decoration: none;
4684
- transition:
4685
- background-color 0.2s ease,
4686
- transform 0.05s ease;
4687
- overflow: hidden;
4688
- user-select: none;
4689
- position: relative;
4690
- cursor: pointer;
4691
- background-color: #2a2327;
4692
- white-space: nowrap;
4693
- letter-spacing: 0;
4694
- }
4695
-
4696
- .retry-button:hover {
4697
- background: #000;
4698
- }
4699
-
4700
- .retry-button:active {
4701
- transform: translateY(1px);
4702
- }
4703
-
4704
4786
  /* Mobile responsiveness */
4705
4787
  @media (max-width: 640px) {
4706
4788
  .header {
@@ -4809,16 +4891,16 @@ v.styles = Ut`
4809
4891
  /* Transaction Details */
4810
4892
  .transaction-details {
4811
4893
  padding: 1.25rem;
4812
- background: #f9fafb;
4813
- border: 1px solid #e5e7eb;
4814
- border-radius: 0.5rem;
4894
+ background: var(--op-color-surface);
4895
+ border: 1px solid var(--op-color-border);
4896
+ border-radius: var(--op-border-radius);
4815
4897
  margin-bottom: 1rem;
4816
4898
  }
4817
4899
 
4818
4900
  .transaction-title {
4819
4901
  font-size: 1.125rem;
4820
4902
  font-weight: 600;
4821
- color: #111827;
4903
+ color: var(--op-color-text);
4822
4904
  margin: 0 0 1rem 0;
4823
4905
  line-height: 1.2;
4824
4906
  }
@@ -4836,15 +4918,15 @@ v.styles = Ut`
4836
4918
  }
4837
4919
 
4838
4920
  .details-label {
4839
- font-size: 0.875rem;
4921
+ font-size: var(--op-font-size-sm);
4840
4922
  font-weight: 500;
4841
- color: #6b7280;
4923
+ color: var(--op-color-text-secondary);
4842
4924
  }
4843
4925
 
4844
4926
  .details-value {
4845
- font-size: 0.875rem;
4927
+ font-size: var(--op-font-size-sm);
4846
4928
  font-weight: 600;
4847
- color: #111827;
4929
+ color: var(--op-color-text);
4848
4930
  text-align: right;
4849
4931
  }
4850
4932
 
@@ -4880,7 +4962,7 @@ v.styles = Ut`
4880
4962
  left: 0.9375rem;
4881
4963
  top: 0.625rem;
4882
4964
  bottom: 0.625rem;
4883
- border-left: 2px solid #d1d5db;
4965
+ border-left: 2px solid var(--op-color-border);
4884
4966
  }
4885
4967
 
4886
4968
  .fee-breakdown-inner {
@@ -4910,7 +4992,7 @@ v.styles = Ut`
4910
4992
  width: 10px;
4911
4993
  height: 10px;
4912
4994
  border-radius: 50%;
4913
- background: #d1d5db;
4995
+ background: var(--op-color-border);
4914
4996
  }
4915
4997
 
4916
4998
  .breakdown-row:first-child::after {
@@ -4921,7 +5003,7 @@ v.styles = Ut`
4921
5003
  transform: translateY(-50%);
4922
5004
  width: 1rem;
4923
5005
  height: 2px;
4924
- background: #d1d5db;
5006
+ background: var(--op-color-border);
4925
5007
  }
4926
5008
 
4927
5009
  .breakdown-row:nth-child(2) {
@@ -4937,7 +5019,7 @@ v.styles = Ut`
4937
5019
  transform: translateY(-60%);
4938
5020
  width: 1.5rem;
4939
5021
  height: 2px;
4940
- background: #d1d5db;
5022
+ background: var(--op-color-border);
4941
5023
  }
4942
5024
 
4943
5025
  .breakdown-row:nth-child(2)::after {
@@ -4947,25 +5029,25 @@ v.styles = Ut`
4947
5029
  top: calc(60% - 0.25rem);
4948
5030
  border-top: 4px solid transparent;
4949
5031
  border-bottom: 4px solid transparent;
4950
- border-left: 6px solid #d1d5db;
5032
+ border-left: 6px solid var(--op-color-border);
4951
5033
  }
4952
5034
 
4953
5035
  .breakdown-label {
4954
- font-size: 0.875rem;
5036
+ font-size: var(--op-font-size-sm);
4955
5037
  font-weight: 400;
4956
- color: #6b7280;
5038
+ color: var(--op-color-text-secondary);
4957
5039
  }
4958
5040
 
4959
5041
  .breakdown-value {
4960
- font-size: 0.875rem;
5042
+ font-size: var(--op-font-size-sm);
4961
5043
  font-weight: 500;
4962
- color: #111827;
5044
+ color: var(--op-color-text);
4963
5045
  text-align: right;
4964
5046
  }
4965
5047
 
4966
5048
  .transaction-divider {
4967
5049
  height: 1px;
4968
- background: #d1d5db;
5050
+ background: var(--op-color-border);
4969
5051
  margin: 1rem 0;
4970
5052
  }
4971
5053
 
@@ -4976,21 +5058,21 @@ v.styles = Ut`
4976
5058
  }
4977
5059
 
4978
5060
  .net-label {
4979
- font-size: 1rem;
5061
+ font-size: var(--op-font-size);
4980
5062
  font-weight: 600;
4981
- color: #111827;
5063
+ color: var(--op-color-text);
4982
5064
  }
4983
5065
 
4984
5066
  .net-value {
4985
5067
  font-size: 1.25rem;
4986
5068
  font-weight: 700;
4987
- color: #111827;
5069
+ color: var(--op-color-text);
4988
5070
  text-align: right;
4989
5071
  }
4990
5072
 
4991
5073
  /* Skeleton Loading */
4992
5074
  .skeleton {
4993
- background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
5075
+ background: linear-gradient(90deg, var(--op-color-surface) 25%, var(--op-color-border) 50%, var(--op-color-surface) 75%);
4994
5076
  background-size: 200% 100%;
4995
5077
  animation: shimmer 1.5s infinite;
4996
5078
  border-radius: 0.25rem;
@@ -5007,9 +5089,9 @@ v.styles = Ut`
5007
5089
 
5008
5090
  .skeleton-transaction {
5009
5091
  padding: 1.25rem;
5010
- background: #f9fafb;
5011
- border: 1px solid #e5e7eb;
5012
- border-radius: 0.5rem;
5092
+ background: var(--op-color-surface);
5093
+ border: 1px solid var(--op-color-border);
5094
+ border-radius: var(--op-border-radius);
5013
5095
  margin-bottom: 1rem;
5014
5096
  }
5015
5097
 
@@ -5037,7 +5119,7 @@ v.styles = Ut`
5037
5119
 
5038
5120
  .skeleton-divider {
5039
5121
  height: 1px;
5040
- background: #d1d5db;
5122
+ background: var(--op-color-border);
5041
5123
  margin: 1rem 0;
5042
5124
  }
5043
5125
 
@@ -5058,10 +5140,10 @@ v.styles = Ut`
5058
5140
  }
5059
5141
 
5060
5142
  .skeleton-method {
5061
- border: 1px solid #e5e7eb;
5062
- border-radius: 0.5rem;
5143
+ border: 1px solid var(--op-color-border);
5144
+ border-radius: var(--op-border-radius);
5063
5145
  padding: 1rem 1.25rem;
5064
- background: #ffffff;
5146
+ background: var(--op-color-background);
5065
5147
  margin-bottom: 1rem;
5066
5148
  display: flex;
5067
5149
  align-items: center;
@@ -5107,8 +5189,8 @@ v.styles = Ut`
5107
5189
  width: 100%;
5108
5190
  max-width: 500px;
5109
5191
  max-height: 90vh;
5110
- background: white;
5111
- border-radius: 8px;
5192
+ background: var(--op-color-background);
5193
+ border-radius: var(--op-border-radius);
5112
5194
  overflow-y: auto;
5113
5195
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
5114
5196
  }
@@ -5144,10 +5226,10 @@ v.styles = Ut`
5144
5226
  .modal-content .qr-code-section .scanned-button {
5145
5227
  width: 100%;
5146
5228
  padding: 16px 24px;
5147
- background: #10b981;
5148
- color: white;
5229
+ background: var(--op-color-success);
5230
+ color: var(--op-color-background);
5149
5231
  border: none;
5150
- border-radius: 8px;
5232
+ border-radius: var(--op-border-radius);
5151
5233
  font-size: 18px;
5152
5234
  font-weight: 700;
5153
5235
  cursor: pointer;
@@ -5164,14 +5246,14 @@ v.styles = Ut`
5164
5246
  max-height: 85vh;
5165
5247
  padding: 0;
5166
5248
  overflow: hidden;
5167
- background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%);
5249
+ background: linear-gradient(to bottom, var(--op-color-background) 0%, var(--op-color-surface) 100%);
5168
5250
  }
5169
5251
 
5170
5252
  .qr-iframe-container {
5171
5253
  flex: 1;
5172
5254
  width: 100%;
5173
5255
  overflow: hidden;
5174
- background: white;
5256
+ background: var(--op-color-background);
5175
5257
  position: relative;
5176
5258
  }
5177
5259
 
@@ -5179,13 +5261,13 @@ v.styles = Ut`
5179
5261
  width: 100%;
5180
5262
  height: 100%;
5181
5263
  border: none;
5182
- background: white;
5264
+ background: var(--op-color-background);
5183
5265
  }
5184
5266
 
5185
5267
  .qr-button-container {
5186
5268
  padding: 2rem 2.5rem;
5187
- background: linear-gradient(to top, #ffffff 0%, #fafbfc 100%);
5188
- border-top: 1px solid rgba(0, 0, 0, 0.08);
5269
+ background: linear-gradient(to top, var(--op-color-background) 0%, var(--op-color-surface) 100%);
5270
+ border-top: 1px solid var(--op-color-border);
5189
5271
  display: flex;
5190
5272
  flex-direction: column;
5191
5273
  gap: 1rem;
@@ -5211,7 +5293,7 @@ v.styles = Ut`
5211
5293
  }
5212
5294
 
5213
5295
  .qr-button-hint {
5214
- color: #6b7280;
5296
+ color: var(--op-color-text-secondary);
5215
5297
  font-size: 14px;
5216
5298
  font-weight: 500;
5217
5299
  text-align: center;
@@ -5224,8 +5306,8 @@ v.styles = Ut`
5224
5306
  width: 100%;
5225
5307
  max-width: 420px;
5226
5308
  padding: 20px 40px;
5227
- background: linear-gradient(135deg, #10b981 0%, #059669 100%);
5228
- color: white;
5309
+ background: var(--op-color-success);
5310
+ color: #ffffff;
5229
5311
  border: none;
5230
5312
  border-radius: 16px;
5231
5313
  font-size: 17px;
@@ -5258,7 +5340,8 @@ v.styles = Ut`
5258
5340
  }
5259
5341
 
5260
5342
  .qr-button-container .scanned-button:hover {
5261
- background: linear-gradient(135deg, #059669 0%, #047857 100%);
5343
+ background: var(--op-color-success);
5344
+ filter: brightness(0.9);
5262
5345
  transform: translateY(-3px);
5263
5346
  box-shadow:
5264
5347
  0 12px 32px rgba(16, 185, 129, 0.45),
@@ -5293,15 +5376,15 @@ v.styles = Ut`
5293
5376
  height: 450px;
5294
5377
  border-radius: 8px;
5295
5378
  overflow: hidden;
5296
- background: white;
5297
- border: 1px solid #e5e7eb;
5379
+ background: var(--op-color-background);
5380
+ border: 1px solid var(--op-color-border);
5298
5381
  }
5299
5382
 
5300
5383
  .qr-iframe-inline {
5301
5384
  width: 100%;
5302
5385
  height: 100%;
5303
5386
  border: none;
5304
- background: white;
5387
+ background: var(--op-color-background);
5305
5388
  }
5306
5389
 
5307
5390
  .radio:disabled {
@@ -5315,7 +5398,7 @@ v.styles = Ut`
5315
5398
  }
5316
5399
 
5317
5400
  .method-header.disabled:hover {
5318
- background-color: #ffffff;
5401
+ background-color: var(--op-color-background);
5319
5402
  }
5320
5403
 
5321
5404
  /* Tooltip for disabled payment methods */
@@ -5331,8 +5414,8 @@ v.styles = Ut`
5331
5414
  transform: translateX(-50%);
5332
5415
  margin-top: 0.5rem;
5333
5416
  padding: 0.5rem 0.75rem;
5334
- background: #1f2937;
5335
- color: white;
5417
+ background: var(--op-color-text);
5418
+ color: var(--op-color-background);
5336
5419
  font-size: 0.875rem;
5337
5420
  line-height: 1.25rem;
5338
5421
  border-radius: 0.375rem;
@@ -5350,7 +5433,7 @@ v.styles = Ut`
5350
5433
  transform: translateX(-50%);
5351
5434
  margin-top: 0.25rem;
5352
5435
  border: 5px solid transparent;
5353
- border-bottom-color: #1f2937;
5436
+ border-bottom-color: var(--op-color-text);
5354
5437
  z-index: 1001;
5355
5438
  }
5356
5439
 
@@ -5366,90 +5449,93 @@ v.styles = Ut`
5366
5449
  }
5367
5450
  `;
5368
5451
  S([
5369
- N({ type: Object })
5370
- ], v.prototype, "config", 2);
5452
+ T({ type: Object })
5453
+ ], w.prototype, "config", 2);
5454
+ S([
5455
+ T({ type: Object })
5456
+ ], w.prototype, "adapters", 2);
5371
5457
  S([
5372
- N({ type: Object })
5373
- ], v.prototype, "adapters", 2);
5458
+ T({ type: Number })
5459
+ ], w.prototype, "amount", 2);
5374
5460
  S([
5375
- N({ type: Number })
5376
- ], v.prototype, "amount", 2);
5461
+ T({ type: String })
5462
+ ], w.prototype, "currency", 2);
5377
5463
  S([
5378
- N({ type: String })
5379
- ], v.prototype, "currency", 2);
5464
+ T({ type: String })
5465
+ ], w.prototype, "orderId", 2);
5380
5466
  S([
5381
- N({ type: String })
5382
- ], v.prototype, "orderId", 2);
5467
+ T({ type: String })
5468
+ ], w.prototype, "firstName", 2);
5383
5469
  S([
5384
- N({ type: String })
5385
- ], v.prototype, "firstName", 2);
5470
+ T({ type: String })
5471
+ ], w.prototype, "lastName", 2);
5386
5472
  S([
5387
- N({ type: String })
5388
- ], v.prototype, "lastName", 2);
5473
+ T({ type: String })
5474
+ ], w.prototype, "email", 2);
5389
5475
  S([
5390
- N({ type: String })
5391
- ], v.prototype, "email", 2);
5476
+ T({ type: Array })
5477
+ ], w.prototype, "excludePaymentMethods", 2);
5392
5478
  S([
5393
- N({ type: Array })
5394
- ], v.prototype, "excludePaymentMethods", 2);
5479
+ T({ type: String })
5480
+ ], w.prototype, "width", 2);
5395
5481
  S([
5396
- N({ type: String })
5397
- ], v.prototype, "width", 2);
5482
+ T({ type: String })
5483
+ ], w.prototype, "maxWidth", 2);
5398
5484
  S([
5399
- N({ type: String })
5400
- ], v.prototype, "maxWidth", 2);
5485
+ T({ type: Object })
5486
+ ], w.prototype, "appearance", 2);
5401
5487
  S([
5402
5488
  M()
5403
- ], v.prototype, "currentState", 2);
5489
+ ], w.prototype, "currentState", 2);
5404
5490
  S([
5405
5491
  M()
5406
- ], v.prototype, "selectedMethod", 2);
5492
+ ], w.prototype, "selectedMethod", 2);
5407
5493
  S([
5408
5494
  M()
5409
- ], v.prototype, "cardFormData", 2);
5495
+ ], w.prototype, "cardFormData", 2);
5410
5496
  S([
5411
5497
  M()
5412
- ], v.prototype, "formErrors", 2);
5498
+ ], w.prototype, "formErrors", 2);
5413
5499
  S([
5414
5500
  M()
5415
- ], v.prototype, "paymentData", 2);
5501
+ ], w.prototype, "paymentData", 2);
5416
5502
  S([
5417
5503
  M()
5418
- ], v.prototype, "feesExpanded", 2);
5504
+ ], w.prototype, "feesExpanded", 2);
5419
5505
  S([
5420
5506
  M()
5421
- ], v.prototype, "isInitializing", 2);
5507
+ ], w.prototype, "isInitializing", 2);
5422
5508
  S([
5423
5509
  M()
5424
- ], v.prototype, "cardBrand", 2);
5510
+ ], w.prototype, "cardBrand", 2);
5425
5511
  S([
5426
5512
  M()
5427
- ], v.prototype, "paymentLocked", 2);
5513
+ ], w.prototype, "paymentLocked", 2);
5428
5514
  S([
5429
5515
  M()
5430
- ], v.prototype, "show3DSModal", 2);
5516
+ ], w.prototype, "show3DSModal", 2);
5431
5517
  S([
5432
5518
  M()
5433
- ], v.prototype, "showQRModal", 2);
5519
+ ], w.prototype, "showQRModal", 2);
5434
5520
  S([
5435
5521
  M()
5436
- ], v.prototype, "nextActionUrl", 2);
5522
+ ], w.prototype, "nextActionUrl", 2);
5437
5523
  S([
5438
5524
  M()
5439
- ], v.prototype, "qrCode", 2);
5525
+ ], w.prototype, "qrCode", 2);
5440
5526
  S([
5441
5527
  M()
5442
- ], v.prototype, "qrCodeDataUrl", 2);
5528
+ ], w.prototype, "qrCodeDataUrl", 2);
5443
5529
  S([
5444
5530
  M()
5445
- ], v.prototype, "qrAutoResumeTimer", 2);
5531
+ ], w.prototype, "qrAutoResumeTimer", 2);
5446
5532
  S([
5447
5533
  M()
5448
- ], v.prototype, "qrPollingInProgress", 2);
5449
- v = S([
5534
+ ], w.prototype, "qrPollingInProgress", 2);
5535
+ w = S([
5450
5536
  rr("one-payment")
5451
- ], v);
5537
+ ], w);
5452
5538
  export {
5453
- v as OnePayment,
5454
- v as OnePaymentElement
5539
+ w as OnePayment,
5540
+ w as OnePaymentElement
5455
5541
  };