@fractalpay/fractalpay-next-dev 0.0.232 → 0.0.234
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 +5 -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.234",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -1697,9 +1697,11 @@ function Chargewidgetstyles() {
|
|
|
1697
1697
|
.frac-form .save-ach-div{
|
|
1698
1698
|
display:flex !important;
|
|
1699
1699
|
gap:5px !important;
|
|
1700
|
-
|
|
1700
|
+
align-items:start;
|
|
1701
|
+
}
|
|
1702
|
+
.save-ach-div label{
|
|
1703
|
+
margin-top: -4px;
|
|
1701
1704
|
}
|
|
1702
|
-
|
|
1703
1705
|
.frac-form .card-cvv-in{
|
|
1704
1706
|
height : 36px !importantt;
|
|
1705
1707
|
}
|