@blerp/design 1.2.51 → 1.2.52
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.cjs.js +3 -0
- package/dist/index.esm.js +3 -0
- package/dist/index.umd.js +3 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -90377,6 +90377,9 @@ var CheckoutModal = function CheckoutModal(_ref) {
|
|
|
90377
90377
|
}();
|
|
90378
90378
|
|
|
90379
90379
|
if (show) {
|
|
90380
|
+
var script = document.createElement("script");
|
|
90381
|
+
script.src = "https://js.quaderno.io/v4/";
|
|
90382
|
+
document.head.appendChild(script);
|
|
90380
90383
|
createBraintreeDropIn();
|
|
90381
90384
|
}
|
|
90382
90385
|
}, [show, googleMerchantId, venmoProfileId, clientToken, type, total]);
|
package/dist/index.esm.js
CHANGED
|
@@ -90301,6 +90301,9 @@ var CheckoutModal = function CheckoutModal(_ref) {
|
|
|
90301
90301
|
}();
|
|
90302
90302
|
|
|
90303
90303
|
if (show) {
|
|
90304
|
+
var script = document.createElement("script");
|
|
90305
|
+
script.src = "https://js.quaderno.io/v4/";
|
|
90306
|
+
document.head.appendChild(script);
|
|
90304
90307
|
createBraintreeDropIn();
|
|
90305
90308
|
}
|
|
90306
90309
|
}, [show, googleMerchantId, venmoProfileId, clientToken, type, total]);
|
package/dist/index.umd.js
CHANGED
|
@@ -90322,6 +90322,9 @@
|
|
|
90322
90322
|
}();
|
|
90323
90323
|
|
|
90324
90324
|
if (show) {
|
|
90325
|
+
var script = document.createElement("script");
|
|
90326
|
+
script.src = "https://js.quaderno.io/v4/";
|
|
90327
|
+
document.head.appendChild(script);
|
|
90325
90328
|
createBraintreeDropIn();
|
|
90326
90329
|
}
|
|
90327
90330
|
}, [show, googleMerchantId, venmoProfileId, clientToken, type, total]);
|