@fractalpay/fractalpay-next-dev 0.0.225 → 0.0.227

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
@@ -39,7 +39,7 @@ var require_package = __commonJS({
39
39
  "package.json"(exports, module) {
40
40
  module.exports = {
41
41
  name: "@fractalpay/fractalpay-next-dev",
42
- version: "0.0.225",
42
+ version: "0.0.227",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -3286,7 +3286,7 @@ var customCSS = `
3286
3286
 
3287
3287
  input {
3288
3288
  display: block;
3289
- width: stretch;
3289
+ width: 100%;
3290
3290
  padding: .375rem .75rem;
3291
3291
  font-size: 1rem;
3292
3292
  font-weight: 400;
@@ -3301,6 +3301,7 @@ var customCSS = `
3301
3301
  border-radius: 0.375rem;
3302
3302
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
3303
3303
  margin-bottom: 10px;
3304
+ box-sizing: border-box;
3304
3305
  }
3305
3306
 
3306
3307
  input:focus {
@@ -3346,7 +3347,11 @@ var customCSS = `
3346
3347
  input.card-data.card-data-cvv{
3347
3348
  margin-bottom: 0px;
3348
3349
  }
3349
-
3350
+
3351
+ right-col{
3352
+ width : 10px !important;
3353
+ }
3354
+
3350
3355
  `;
3351
3356
  var DataCapFields = ({
3352
3357
  isOpen,
@@ -3375,6 +3380,7 @@ var DataCapFields = ({
3375
3380
  font-weight: 400 !important;
3376
3381
  font-size: 14px !important;
3377
3382
  }
3383
+
3378
3384
  `;
3379
3385
  }
3380
3386
  const initialize = async () => {
@@ -8571,7 +8577,7 @@ function SkyChargewidgetstyles() {
8571
8577
  .frac-form .save-ach-div{
8572
8578
  display:flex !important;
8573
8579
  gap:5px !important;
8574
- align-items:center
8580
+ align-items:start;
8575
8581
  }
8576
8582
 
8577
8583
  .frac-form .card-cvv-in{
@@ -10844,7 +10850,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
10844
10850
  ] }),
10845
10851
  customerId && /* @__PURE__ */ jsxs19("div", { className: "form-group-frac save-ach-div", style: { paddingTop: "5px" }, children: [
10846
10852
  /* @__PURE__ */ jsx32("input", { type: "checkbox", id: "saveACH", className: "", maxLength: 100, placeholder: "My Bank", checked: saveACHinfo, onChange: (e) => setSaveACHinfo(e.target.checked) }),
10847
- /* @__PURE__ */ jsx32("label", { className: "saveachlabel", htmlFor: "saveACH", children: "Save ACH" })
10853
+ /* @__PURE__ */ jsx32("label", { className: "saveachlabel", htmlFor: "saveACH", children: `By selecting this box, I authorize SkyFi, on behalf of ${merchantName || "merchant"}, to initiate a one-time electronic ACH debit from my bank account for the total amount displayed on this screen, including any applicable processing fee. I confirm that I am authorized to use this account and that the bank account information I provided is correct.` })
10848
10854
  ] }),
10849
10855
  saveACHinfo && /* @__PURE__ */ jsx32("div", { className: "form-group-frac saveachtext", children: /* @__PURE__ */ jsxs19("p", { children: [
10850
10856
  "If checked, I agree to give the ",