@coinflowlabs/vue 1.2.1 → 1.2.3

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.
@@ -14458,7 +14458,7 @@ function y1() {
14458
14458
  var _1 = y1();
14459
14459
  const Dt = /* @__PURE__ */ Qr(_1);
14460
14460
  var Va = /* @__PURE__ */ ((n) => (n.USD = "USD", n.AED = "AED", n.AFN = "AFN", n.ALL = "ALL", n.ANG = "ANG", n.AOA = "AOA", n.AUD = "AUD", n.AWG = "AWG", n.AZN = "AZN", n.BAM = "BAM", n.BBD = "BBD", n.BDT = "BDT", n.BGN = "BGN", n.BHD = "BHD", n.BIF = "BIF", n.BND = "BND", n.BOB = "BOB", n.BRL = "BRL", n.BTN = "BTN", n.BWP = "BWP", n.BZD = "BZD", n.CAD = "CAD", n.CHF = "CHF", n.CLP = "CLP", n.CNY = "CNY", n.COP = "COP", n.CRC = "CRC", n.CVE = "CVE", n.CZK = "CZK", n.DJF = "DJF", n.DKK = "DKK", n.DOP = "DOP", n.DZD = "DZD", n.EGP = "EGP", n.ETB = "ETB", n.EUR = "EUR", n.GBP = "GBP", n.GEL = "GEL", n.GHS = "GHS", n.GMD = "GMD", n.GNF = "GNF", n.GTQ = "GTQ", n.GYD = "GYD", n.HKD = "HKD", n.HNL = "HNL", n.HTG = "HTG", n.HUF = "HUF", n.IDR = "IDR", n.INR = "INR", n.IQD = "IQD", n.IRR = "IRR", n.ISK = "ISK", n.JMD = "JMD", n.JOD = "JOD", n.JPY = "JPY", n.KES = "KES", n.KGS = "KGS", n.KHR = "KHR", n.KMF = "KMF", n.KRW = "KRW", n.KWD = "KWD", n.KYD = "KYD", n.KZT = "KZT", n.LKR = "LKR", n.LRD = "LRD", n.LSL = "LSL", n.LYD = "LYD", n.MAD = "MAD", n.MDL = "MDL", n.MGA = "MGA", n.MKD = "MKD", n.MMK = "MMK", n.MNT = "MNT", n.MOP = "MOP", n.MRU = "MRU", n.MUR = "MUR", n.MVR = "MVR", n.MXN = "MXN", n.MYR = "MYR", n.NAD = "NAD", n.NGN = "NGN", n.NIO = "NIO", n.NOK = "NOK", n.NPR = "NPR", n.NZD = "NZD", n.OMR = "OMR", n.PAB = "PAB", n.PEN = "PEN", n.PHP = "PHP", n.PKR = "PKR", n.PLN = "PLN", n.PYG = "PYG", n.QAR = "QAR", n.RON = "RON", n.RSD = "RSD", n.RWF = "RWF", n.SAR = "SAR", n.SCR = "SCR", n.SDG = "SDG", n.SEK = "SEK", n.SGD = "SGD", n.SLE = "SLE", n.SLL = "SLL", n.SOS = "SOS", n.STN = "STN", n.SVC = "SVC", n.SYP = "SYP", n.SZL = "SZL", n.THB = "THB", n.TJS = "TJS", n.TMT = "TMT", n.TND = "TND", n.TRY = "TRY", n.TTD = "TTD", n.TWD = "TWD", n.TZS = "TZS", n.UAH = "UAH", n.UGX = "UGX", n.UYU = "UYU", n.UZS = "UZS", n.VND = "VND", n.XAF = "XAF", n.XCD = "XCD", n.XOF = "XOF", n.XPF = "XPF", n.YER = "YER", n.ZAR = "ZAR", n.ZMW = "ZMW", n))(Va || {});
14461
- const om = {
14461
+ const nm = {
14462
14462
  AED: "784",
14463
14463
  AFN: "971",
14464
14464
  ALL: "008",
@@ -14595,10 +14595,10 @@ const om = {
14595
14595
  CAD: "CAD"
14596
14596
  /* CAD */
14597
14597
  };
14598
- function am(n) {
14598
+ function im(n) {
14599
14599
  return n in w1;
14600
14600
  }
14601
- function cm(n, e) {
14601
+ function sm(n, e) {
14602
14602
  return n.currency === e;
14603
14603
  }
14604
14604
  class Jt {
@@ -14779,7 +14779,7 @@ class Jt {
14779
14779
  }
14780
14780
  }
14781
14781
  }
14782
- function um(n) {
14782
+ function om(n) {
14783
14783
  if (!n) return;
14784
14784
  let e, t;
14785
14785
  if ("name" in n && n.name && (e = n.name.split(" ")[0], t = n.name.split(" ").slice(1).join(" ")), "firstName" in n && n.firstName && (e = n.firstName), "lastName" in n && n.lastName && (t = n.lastName), e && t)
@@ -14963,7 +14963,7 @@ const $n = "tokenExCardNumber", Xr = "tokenExCardCvv", S1 = {
14963
14963
  async function A1(n) {
14964
14964
  const { token: e, origins: t, env: r } = n;
14965
14965
  return new Promise((s, i) => {
14966
- fetch(new Jt(r).url + "/api/checkout/v2/authentication-key", {
14966
+ fetch(new Jt(r).url + "/api/tokenize/iframe/config", {
14967
14967
  method: "POST",
14968
14968
  headers: {
14969
14969
  "Content-Type": "application/json"
@@ -15073,81 +15073,17 @@ function T1(n) {
15073
15073
  }
15074
15074
  } };
15075
15075
  }
15076
- const N1 = /* @__PURE__ */ new Set([
15077
- "animationIterationCount",
15078
- "aspectRatio",
15079
- "borderImageOutset",
15080
- "borderImageSlice",
15081
- "borderImageWidth",
15082
- "boxFlex",
15083
- "boxFlexGroup",
15084
- "boxOrdinalGroup",
15085
- "columnCount",
15086
- "columns",
15087
- "flex",
15088
- "flexGrow",
15089
- "flexPositive",
15090
- "flexShrink",
15091
- "flexNegative",
15092
- "flexOrder",
15093
- "gridArea",
15094
- "gridRow",
15095
- "gridRowEnd",
15096
- "gridRowSpan",
15097
- "gridRowStart",
15098
- "gridColumn",
15099
- "gridColumnEnd",
15100
- "gridColumnSpan",
15101
- "gridColumnStart",
15102
- "fontWeight",
15103
- "lineClamp",
15104
- "lineHeight",
15105
- "opacity",
15106
- "order",
15107
- "orphans",
15108
- "scale",
15109
- "rotate",
15110
- "rotateX",
15111
- "rotateY",
15112
- "rotateZ",
15113
- "scaleX",
15114
- "scaleY",
15115
- "scaleZ",
15116
- "skew",
15117
- "skewX",
15118
- "skewY",
15119
- "tabSize",
15120
- "widows",
15121
- "zIndex",
15122
- "zoom",
15123
- // svg props here
15124
- "fillOpacity",
15125
- "floodOpacity",
15126
- "stopOpacity",
15127
- "strokeDasharray",
15128
- "strokeDashoffset",
15129
- "strokeMiterlimit",
15130
- "strokeOpacity",
15131
- "strokeWidth"
15132
- ]), x1 = /^(Webkit|Moz|ms|O)/, B1 = /[A-Z]/g;
15133
15076
  function nr(n) {
15134
- if (!n || Object.keys(n).length === 0)
15135
- return "";
15136
- const e = [];
15137
- for (const t in n)
15138
- if (Object.prototype.hasOwnProperty.call(n, t)) {
15139
- const r = n[t];
15140
- if (r == null || r === "")
15141
- continue;
15142
- let s = t;
15143
- s.startsWith("--") || (s = s.replace(
15144
- B1,
15145
- (o) => `-${o.toLowerCase()}`
15146
- ), x1.test(t) && (s = `-${s}`));
15147
- let i;
15148
- typeof r == "number" ? N1.has(t) ? i = String(r) : i = r === 0 ? "0" : `${r}px` : i = String(r), e.push(`${s}: ${i}`);
15149
- }
15150
- return e.length === 0 ? "" : e.join("; ") + ";";
15077
+ if (!n) return "";
15078
+ if (typeof n == "string") return n;
15079
+ let e = "";
15080
+ for (const [t, r] of Object.entries(n)) {
15081
+ let s = "";
15082
+ t.split("").forEach((i) => {
15083
+ i.toUpperCase() === i ? s += "-" + i.toLowerCase() : s += i;
15084
+ }), e += s + ":" + r + ";";
15085
+ }
15086
+ return e;
15151
15087
  }
15152
15088
  var No;
15153
15089
  ((n) => {
@@ -15157,7 +15093,7 @@ var No;
15157
15093
  e.IN_GAME_PRODUCT = "inGameProduct", e.GAME_OF_SKILL = "gameOfSkill", e.DATA_STORAGE = "dataStorage", e.COMPUTING_RESOURCES = "computingResources", e.SPORTS_TICKET = "sportsTicket", e.E_SPORTS_TICKET = "eSportsTicket", e.MUSIC_TICKET = "musicTicket", e.CONFERENCE_TICKET = "conferenceTicket", e.VIRTUAL_SPORTS_TICKET = "virtualSportsTicket", e.VIRTUAL_ESPORTS_TICKET = "virtualESportsTicket", e.VIRTUAL_MUSIC_TICKET = "virtualMusicTicket", e.VIRTUAL_CONFERENCE_TICKET = "virtualConferenceTicket", e.ALCOHOL = "alcohol", e.DLC = "DLC", e.SUBSCRIPTION = "subscription", e.FUND_ACAUSE = "fundACause", e.REAL_ESTATE = "realEstate", e.COMPUTING_CONTRACT = "computingContract", e.DIGITAL_ART = "digitalArt", e.TOP_UP = "topUp", e.OWNERSHIP_CONTRACT = "ownershipContract", e.IN_GAME_CURRENCY = "inGameCurrency", e.MONEY_TOP_UP_CART_ITEM = "moneyTopUpCartItem";
15158
15094
  })(n.productType || (n.productType = {}));
15159
15095
  })(No || (No = {}));
15160
- const L1 = Tt({
15096
+ const N1 = Tt({
15161
15097
  name: "CoinflowIFrame",
15162
15098
  props: {
15163
15099
  args: {
@@ -15226,8 +15162,8 @@ const L1 = Tt({
15226
15162
  for (const [r, s] of e)
15227
15163
  t[r] = s;
15228
15164
  return t;
15229
- }, C1 = ["src", "scrolling"];
15230
- function M1(n, e, t, r, s, i) {
15165
+ }, x1 = ["src", "scrolling"];
15166
+ function B1(n, e, t, r, s, i) {
15231
15167
  return Et(), Bt("iframe", {
15232
15168
  credentialless: "",
15233
15169
  style: { height: "100%", width: "100%" },
@@ -15241,9 +15177,9 @@ function M1(n, e, t, r, s, i) {
15241
15177
  const o = n.$refs.iframeRef;
15242
15178
  o && (o.style.opacity = "1");
15243
15179
  })
15244
- }, null, 40, C1);
15180
+ }, null, 40, x1);
15245
15181
  }
15246
- const Es = /* @__PURE__ */ Rs(L1, [["render", M1]]), P1 = Tt({
15182
+ const Es = /* @__PURE__ */ Rs(N1, [["render", B1]]), L1 = Tt({
15247
15183
  name: "CoinflowWithdraw",
15248
15184
  components: { CoinflowIFrame: Es },
15249
15185
  props: {
@@ -15273,13 +15209,13 @@ const Es = /* @__PURE__ */ Rs(L1, [["render", M1]]), P1 = Tt({
15273
15209
  }
15274
15210
  }
15275
15211
  });
15276
- function U1(n, e, t, r, s, i) {
15212
+ function C1(n, e, t, r, s, i) {
15277
15213
  const o = xo("coinflow-i-frame");
15278
15214
  return Et(), vn(o, {
15279
15215
  args: { ...n.iframeProps, ...n.messageHandlers, handleHeightChangeId: n.handleHeightChangeId }
15280
15216
  }, null, 8, ["args"]);
15281
15217
  }
15282
- const lm = /* @__PURE__ */ Rs(P1, [["render", U1]]), D1 = Tt({
15218
+ const am = /* @__PURE__ */ Rs(L1, [["render", C1]]), M1 = Tt({
15283
15219
  name: "CoinflowPurchase",
15284
15220
  components: { CoinflowIFrame: Es },
15285
15221
  props: {
@@ -15309,13 +15245,13 @@ const lm = /* @__PURE__ */ Rs(P1, [["render", U1]]), D1 = Tt({
15309
15245
  }
15310
15246
  }
15311
15247
  });
15312
- function F1(n, e, t, r, s, i) {
15248
+ function P1(n, e, t, r, s, i) {
15313
15249
  const o = xo("coinflow-i-frame");
15314
15250
  return Et(), vn(o, {
15315
15251
  args: { ...n.iframeProps, ...n.messageHandlers, handleHeightChangeId: n.handleHeightChangeId }
15316
15252
  }, null, 8, ["args"]);
15317
15253
  }
15318
- const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15254
+ const cm = /* @__PURE__ */ Rs(M1, [["render", P1]]), Ss = (n) => {
15319
15255
  const e = ur(!1), t = ur(!1), r = ur(void 0), s = ur(void 0);
15320
15256
  Bo(() => {
15321
15257
  To({
@@ -15368,7 +15304,7 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15368
15304
  setTokenExScriptTag: To,
15369
15305
  tokenExScriptLoaded: t
15370
15306
  };
15371
- }, z1 = ["id"], fm = /* @__PURE__ */ Tt({
15307
+ }, U1 = ["id"], um = /* @__PURE__ */ Tt({
15372
15308
  __name: "CoinflowCardNumberInput",
15373
15309
  props: {
15374
15310
  args: {
@@ -15395,14 +15331,14 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15395
15331
  origins: n.args.origins,
15396
15332
  font: n.args.font
15397
15333
  });
15398
- }, {}), (o, a) => (Et(), Bt("div", { id: Cr($n) }, null, 8, z1));
15334
+ }, {}), (o, a) => (Et(), Bt("div", { id: Cr($n) }, null, 8, U1));
15399
15335
  }
15400
- }), $1 = ["id"], dm = /* @__PURE__ */ Tt({
15336
+ }), D1 = ["id"], lm = /* @__PURE__ */ Tt({
15401
15337
  __name: "CoinflowCvvInput",
15402
15338
  setup(n) {
15403
- return (e, t) => (Et(), Bt("div", { id: Cr(Xr) }, null, 8, $1));
15339
+ return (e, t) => (Et(), Bt("div", { id: Cr(Xr) }, null, 8, D1));
15404
15340
  }
15405
- }), K1 = ["id"], pm = /* @__PURE__ */ Tt({
15341
+ }), F1 = ["id"], hm = /* @__PURE__ */ Tt({
15406
15342
  __name: "CoinflowCvvOnlyInput",
15407
15343
  props: {
15408
15344
  args: {
@@ -15429,9 +15365,9 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15429
15365
  css: i(),
15430
15366
  font: n.args.font
15431
15367
  });
15432
- }, {}), (o, a) => (Et(), Bt("div", { id: Cr(Xr) }, null, 8, K1));
15368
+ }, {}), (o, a) => (Et(), Bt("div", { id: Cr(Xr) }, null, 8, F1));
15433
15369
  }
15434
- }), gm = /* @__PURE__ */ Tt({
15370
+ }), fm = /* @__PURE__ */ Tt({
15435
15371
  __name: "CoinflowPurchaseProtection",
15436
15372
  props: {
15437
15373
  args: {
@@ -15463,7 +15399,7 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15463
15399
  });
15464
15400
  }), (s, i) => null;
15465
15401
  }
15466
- }), H1 = ["id"], mm = /* @__PURE__ */ Tt({
15402
+ }), z1 = ["id"], dm = /* @__PURE__ */ Tt({
15467
15403
  __name: "CoinflowCardNumberOnlyInput",
15468
15404
  props: {
15469
15405
  args: {
@@ -15490,12 +15426,12 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15490
15426
  origins: n.args.origins,
15491
15427
  font: n.args.font
15492
15428
  });
15493
- }, {}), (o, a) => (Et(), Bt("div", { id: Cr($n) }, null, 8, H1));
15429
+ }, {}), (o, a) => (Et(), Bt("div", { id: Cr($n) }, null, 8, z1));
15494
15430
  }
15495
- }), W1 = { style: {
15431
+ }), $1 = { style: {
15496
15432
  position: "relative",
15497
15433
  height: "100%"
15498
- } }, q1 = { style: {
15434
+ } }, K1 = { style: {
15499
15435
  position: "relative",
15500
15436
  zIndex: 10,
15501
15437
  height: "100%"
@@ -15553,7 +15489,7 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15553
15489
  }
15554
15490
  e == null || e(f);
15555
15491
  }
15556
- return (f, g) => (Et(), Bt("div", W1, [
15492
+ return (f, g) => (Et(), Bt("div", $1, [
15557
15493
  Wr("div", {
15558
15494
  style: Ja({
15559
15495
  backgroundColor: n.args.color,
@@ -15573,7 +15509,7 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15573
15509
  }, [
15574
15510
  Qa(f.$slots, "default")
15575
15511
  ], 4),
15576
- Wr("div", q1, [
15512
+ Wr("div", K1, [
15577
15513
  Wi(Es, {
15578
15514
  onOnMessage: a,
15579
15515
  args: { ...t(), ...r(), handleHeightChangeId: Cr(o) }
@@ -15581,10 +15517,10 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15581
15517
  ])
15582
15518
  ]));
15583
15519
  }
15584
- }), G1 = {
15520
+ }), H1 = {
15585
15521
  id: "svg-logo",
15586
15522
  viewBox: "0 0 35 15"
15587
- }, V1 = {
15523
+ }, W1 = {
15588
15524
  id: "svg-logo",
15589
15525
  x: "0",
15590
15526
  y: "3.85",
@@ -15595,12 +15531,12 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15595
15531
  version: "1.1",
15596
15532
  xmlns: "http://www.w3.org/2000/svg",
15597
15533
  xmlnsXlink: "http://www.w3.org/1999/xlink"
15598
- }, Y1 = {
15534
+ }, q1 = {
15599
15535
  stroke: "none",
15600
15536
  "stroke-width": "1",
15601
15537
  fill: "none",
15602
15538
  "fill-rule": "evenodd"
15603
- }, j1 = ["fill"], Z1 = /* @__PURE__ */ Tt({
15539
+ }, G1 = ["fill"], V1 = /* @__PURE__ */ Tt({
15604
15540
  __name: "ApplePayOverlay",
15605
15541
  props: {
15606
15542
  color: {
@@ -15610,18 +15546,18 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15610
15546
  },
15611
15547
  setup(n) {
15612
15548
  const e = n.color === "white" ? "#000" : "#FFF";
15613
- return (t, r) => (Et(), Bt("svg", G1, [
15614
- (Et(), Bt("svg", V1, [
15549
+ return (t, r) => (Et(), Bt("svg", H1, [
15550
+ (Et(), Bt("svg", W1, [
15615
15551
  r[1] || (r[1] = Wr("title", null, "Apple Logo", -1)),
15616
- Wr("g", Y1, [
15552
+ Wr("g", q1, [
15617
15553
  Wr("g", { fill: Cr(e) }, r[0] || (r[0] = [
15618
15554
  xi('<path d="M19.4028,5.5674 C20.6008,4.0684 21.4138,2.0564 21.1998,0.0004 C19.4458,0.0874 17.3058,1.1574 16.0668,2.6564 C14.9538,3.9414 13.9688,6.0374 14.2258,8.0074 C16.1948,8.1784 18.1618,7.0244 19.4028,5.5674"></path><path d="M21.1772,8.3926 C18.3182,8.2226 15.8872,10.0156 14.5212,10.0156 C13.1552,10.0156 11.0642,8.4786 8.8022,8.5196 C5.8592,8.5626 3.1282,10.2276 1.6342,12.8746 C-1.4378,18.1696 0.8232,26.0246 3.8112,30.3376 C5.2622,32.4716 7.0102,34.8206 9.3142,34.7366 C11.4912,34.6506 12.3442,33.3266 14.9902,33.3266 C17.6352,33.3266 18.4042,34.7366 20.7082,34.6936 C23.0972,34.6506 24.5922,32.5586 26.0422,30.4226 C27.7072,27.9906 28.3882,25.6426 28.4312,25.5126 C28.3882,25.4706 23.8232,23.7186 23.7812,18.4676 C23.7382,14.0706 27.3652,11.9786 27.5362,11.8496 C25.4882,8.8196 22.2872,8.4786 21.1772,8.3926"></path><path d="M85.5508,43.0381 L85.5508,39.1991 C85.8628,39.2421 86.6158,39.2871 87.0158,39.2871 C89.2138,39.2871 90.4558,38.3551 91.2108,35.9581 L91.6548,34.5371 L83.2428,11.2321 L88.4368,11.2321 L94.2958,30.1421 L94.4068,30.1421 L100.2668,11.2321 L105.3278,11.2321 L96.6048,35.7141 C94.6078,41.3291 92.3208,43.1721 87.4828,43.1721 C87.1048,43.1721 85.8838,43.1271 85.5508,43.0381"></path><path d="M42.6499,19.3555 L48.3549,19.3555 C52.6829,19.3555 55.1469,17.0255 55.1469,12.9855 C55.1469,8.9455 52.6829,6.6375 48.3769,6.6375 L42.6499,6.6375 L42.6499,19.3555 Z M49.6869,2.4425 C55.9009,2.4425 60.2289,6.7265 60.2289,12.9625 C60.2289,19.2225 55.8129,23.5285 49.5309,23.5285 L42.6499,23.5285 L42.6499,34.4705 L37.6779,34.4705 L37.6779,2.4425 L49.6869,2.4425 Z"></path><path d="M76.5547,25.7705 L76.5547,23.9715 L71.0287,24.3275 C67.9207,24.5275 66.3007,25.6815 66.3007,27.7015 C66.3007,29.6545 67.9887,30.9195 70.6287,30.9195 C74.0027,30.9195 76.5547,28.7665 76.5547,25.7705 M61.4617,27.8345 C61.4617,23.7285 64.5917,21.3755 70.3627,21.0205 L76.5547,20.6425 L76.5547,18.8675 C76.5547,16.2705 74.8457,14.8495 71.8057,14.8495 C69.2967,14.8495 67.4777,16.1375 67.0997,18.1125 L62.6167,18.1125 C62.7497,13.9615 66.6567,10.9435 71.9387,10.9435 C77.6207,10.9435 81.3267,13.9175 81.3267,18.5345 L81.3267,34.4705 L76.7327,34.4705 L76.7327,30.6305 L76.6217,30.6305 C75.3127,33.1395 72.4267,34.7145 69.2967,34.7145 C64.6807,34.7145 61.4617,31.9625 61.4617,27.8345"></path>', 5)
15619
- ]), 8, j1)
15555
+ ]), 8, G1)
15620
15556
  ])
15621
15557
  ]))
15622
15558
  ]));
15623
15559
  }
15624
- }), ym = /* @__PURE__ */ Tt({
15560
+ }), pm = /* @__PURE__ */ Tt({
15625
15561
  __name: "CoinflowApplePayButton",
15626
15562
  props: {
15627
15563
  args: {
@@ -15635,24 +15571,24 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15635
15571
  args: n.args
15636
15572
  }, {
15637
15573
  default: Lo(() => [
15638
- Wi(Z1, {
15574
+ Wi(V1, {
15639
15575
  color: n.args.color
15640
15576
  }, null, 8, ["color"])
15641
15577
  ]),
15642
15578
  _: 1
15643
15579
  }, 8, ["args"]));
15644
15580
  }
15645
- }), X1 = {
15581
+ }), Y1 = {
15646
15582
  key: 0,
15647
15583
  xmlns: "http://www.w3.org/2000/svg",
15648
15584
  width: "41",
15649
15585
  height: "17"
15650
- }, J1 = {
15586
+ }, j1 = {
15651
15587
  key: 1,
15652
15588
  xmlns: "http://www.w3.org/2000/svg",
15653
15589
  width: "41",
15654
15590
  height: "17"
15655
- }, Q1 = /* @__PURE__ */ Tt({
15591
+ }, Z1 = /* @__PURE__ */ Tt({
15656
15592
  __name: "GooglePayOverlay",
15657
15593
  props: {
15658
15594
  color: {
@@ -15662,15 +15598,15 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15662
15598
  },
15663
15599
  setup(n) {
15664
15600
  return (e, t) => (Et(), Bt(ec, null, [
15665
- n.color === "white" ? (Et(), Bt("svg", X1, t[0] || (t[0] = [
15601
+ n.color === "white" ? (Et(), Bt("svg", Y1, t[0] || (t[0] = [
15666
15602
  xi('<g fill="none" fill-rule="evenodd"><path d="M19.526 2.635v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668 2.287c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568m11.853.262l-5.02 11.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z" fill="#5F6368"></path><path d="M13.448 7.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944" fill="#4285F4"></path><path d="M6.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774H.978v1.731a6.728 6.728 0 0 0 6.01 3.703" fill="#34A853"></path><path d="M3.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964H.978A6.678 6.678 0 0 0 .261 6.98c0 1.085.26 2.11.717 3.017l2.234-1.731z" fill="#FABB05"></path><path d="M6.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918C10.324.928 8.804.262 6.989.262a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774" fill="#E94235"></path><path d="M0 0h41.285v18H0z"></path></g>', 1)
15667
15603
  ]))) : Bs("", !0),
15668
- n.color === "black" ? (Et(), Bt("svg", J1, t[1] || (t[1] = [
15604
+ n.color === "black" ? (Et(), Bt("svg", j1, t[1] || (t[1] = [
15669
15605
  xi('<g fill="none" fill-rule="evenodd"><path d="M19.526 2.635v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668 2.287c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568m11.853.262l-5.02 11.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z" fill="#FFF"></path><path d="M13.448 7.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944" fill="#4285F4"></path><path d="M6.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774H.978v1.731a6.728 6.728 0 0 0 6.01 3.703" fill="#34A853"></path><path d="M3.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964H.978A6.678 6.678 0 0 0 .261 6.98c0 1.085.26 2.11.717 3.017l2.234-1.731z" fill="#FABB05"></path><path d="M6.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918C10.324.928 8.804.262 6.989.262a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774" fill="#E94235"></path></g>', 1)
15670
15606
  ]))) : Bs("", !0)
15671
15607
  ], 64));
15672
15608
  }
15673
- }), _m = /* @__PURE__ */ Tt({
15609
+ }), gm = /* @__PURE__ */ Tt({
15674
15610
  __name: "CoinflowGooglePayButton",
15675
15611
  props: {
15676
15612
  args: {
@@ -15686,7 +15622,7 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15686
15622
  alignItems: "center"
15687
15623
  }, {
15688
15624
  default: Lo(() => [
15689
- Wi(Q1, {
15625
+ Wi(Z1, {
15690
15626
  color: n.args.color
15691
15627
  }, null, 8, ["color"])
15692
15628
  ]),
@@ -15696,21 +15632,20 @@ const hm = /* @__PURE__ */ Rs(D1, [["render", F1]]), Ss = (n) => {
15696
15632
  });
15697
15633
  export {
15698
15634
  S1 as CARD_TYPE_MAPPING,
15699
- nr as CSSPropertiesToComponent,
15700
15635
  Hr as CardType,
15701
- ym as CoinflowApplePayButton,
15702
- fm as CoinflowCardNumberInput,
15703
- mm as CoinflowCardNumberOnlyInput,
15704
- dm as CoinflowCvvInput,
15705
- pm as CoinflowCvvOnlyInput,
15706
- _m as CoinflowGooglePayButton,
15636
+ pm as CoinflowApplePayButton,
15637
+ um as CoinflowCardNumberInput,
15638
+ dm as CoinflowCardNumberOnlyInput,
15639
+ lm as CoinflowCvvInput,
15640
+ hm as CoinflowCvvOnlyInput,
15641
+ gm as CoinflowGooglePayButton,
15707
15642
  Es as CoinflowIframe,
15708
- hm as CoinflowPurchase,
15709
- gm as CoinflowPurchaseProtection,
15643
+ cm as CoinflowPurchase,
15644
+ fm as CoinflowPurchaseProtection,
15710
15645
  Jt as CoinflowUtils,
15711
- lm as CoinflowWithdraw,
15646
+ am as CoinflowWithdraw,
15712
15647
  Va as Currency,
15713
- om as CurrencyToISO4217,
15648
+ nm as CurrencyToISO4217,
15714
15649
  Ya as IFrameMessageMethods,
15715
15650
  rc as MerchantStyle,
15716
15651
  ic as PaymentMethods,
@@ -15722,13 +15657,13 @@ export {
15722
15657
  v1 as doInitializeCvvOnlyTokenExIframe,
15723
15658
  k1 as doInitializeTokenExCardOnlyIframe,
15724
15659
  O1 as doInitializeTokenExIframe,
15725
- um as getCustomerName,
15660
+ om as getCustomerName,
15726
15661
  ws as getHandlers,
15727
15662
  A1 as getIframeConfig,
15728
15663
  _s as getWalletPubkey,
15729
15664
  b1 as handleIFrameMessage,
15730
- cm as isTypedCurrencyCents,
15731
- am as isWithdrawCurrency,
15665
+ sm as isTypedCurrencyCents,
15666
+ im as isWithdrawCurrency,
15732
15667
  No as nftCartItem,
15733
15668
  To as setTokenExScriptTag
15734
15669
  };