@fractalpay/fractalpay-next-dev 0.0.225 → 0.0.226
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 +9 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
42
|
+
version: "0.0.226",
|
|
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:
|
|
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 () => {
|