@fractalpay/fractalpay-next-dev 0.0.284 → 0.0.285

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.284",
42
+ version: "0.0.285",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -9636,6 +9636,40 @@ padding:0px !important;
9636
9636
  width: 100%;
9637
9637
  }
9638
9638
 
9639
+ .gpay-custom-btn {
9640
+ height: 48px;
9641
+ width: 100%;
9642
+
9643
+ background-color: #000;
9644
+ background-image: url("https://www.gstatic.com/instantbuy/svg/dark/pay/en.svg");
9645
+ background-repeat: no-repeat;
9646
+ background-position: center;
9647
+ background-size: contain;
9648
+
9649
+ border: none;
9650
+ border-radius: 8px;
9651
+ cursor: pointer;
9652
+ }
9653
+
9654
+ .gpay-custom-btn {
9655
+ background-size: 120px auto; /* tweak 65%\u201375% for perfect match */
9656
+ }
9657
+
9658
+
9659
+ .gpay-custom-btn:hover {
9660
+ opacity: 0.9;
9661
+ }
9662
+
9663
+ .gpay-custom-btn:active {
9664
+ transform: scale(0.98);
9665
+ }
9666
+
9667
+
9668
+ .gpay-custom-btn:disabled {
9669
+ opacity: 0.6;
9670
+ cursor: not-allowed;
9671
+ }
9672
+
9639
9673
 
9640
9674
  ` });
9641
9675
  }
@@ -12344,41 +12378,6 @@ padding:0px !important;
12344
12378
  min-width: 300px;
12345
12379
  }
12346
12380
 
12347
- .gpay-custom-btn {
12348
- height: 48px;
12349
- width: 100%;
12350
- max-width: 320px;
12351
-
12352
- background-color: #000;
12353
- background-image: url("https://www.gstatic.com/instantbuy/svg/dark/pay/en.svg");
12354
- background-repeat: no-repeat;
12355
- background-position: center;
12356
- background-size: contain;
12357
-
12358
- border: none;
12359
- border-radius: 8px;
12360
- cursor: pointer;
12361
- }
12362
-
12363
- .gpay-custom-btn {
12364
- background-size: 120px auto; /* tweak 65%\u201375% for perfect match */
12365
- }
12366
-
12367
-
12368
- .gpay-custom-btn:hover {
12369
- opacity: 0.9;
12370
- }
12371
-
12372
- .gpay-custom-btn:active {
12373
- transform: scale(0.98);
12374
- }
12375
-
12376
-
12377
- .gpay-custom-btn:disabled {
12378
- opacity: 0.6;
12379
- cursor: not-allowed;
12380
- }
12381
-
12382
12381
 
12383
12382
  ${extraCustomCSS}
12384
12383