@everymatrix/cashier-method-details 1.0.69

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ "use strict";if(typeof window!="undefined"){let s=function(t){return function(...n){try{return t.apply(this,n)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=s(customElements.define),Promise.resolve().then(()=>require("../components/CashierMethodDetails-DRupXgLK.cjs")).then(({default:t})=>{!customElements.get("cashier-method-details")&&customElements.define("cashier-method-details",t.element)})}
@@ -0,0 +1,16 @@
1
+ if (typeof window != "undefined") {
2
+ let n = function(t) {
3
+ return function(...s) {
4
+ try {
5
+ return t.apply(this, s);
6
+ } catch (e) {
7
+ if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
8
+ return !1;
9
+ throw e;
10
+ }
11
+ };
12
+ };
13
+ customElements.define = n(customElements.define), import("../components/CashierMethodDetails-BB054oOy.js").then(({ default: t }) => {
14
+ !customElements.get("cashier-method-details") && customElements.define("cashier-method-details", t.element);
15
+ });
16
+ }
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "@everymatrix/cashier-method-details",
3
+ "version": "1.0.69",
4
+ "type": "module",
5
+ "main": "es2015/cashier-method-details.cjs",
6
+ "module": "es2015/cashier-method-details.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./es2015/cashier-method-details.js",
10
+ "require": "./es2015/cashier-method-details.cjs"
11
+ },
12
+ "./es2015/cashier-method-details.cjs": "./es2015/cashier-method-details.cjs"
13
+ },
14
+ "files": [
15
+ "es2015/"
16
+ ],
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "dependencies": {
21
+ "@everymatrix/cashier-iframe-redirect": "1.0.69",
22
+ "@everymatrix/cashier-receipt-page": "1.0.69",
23
+ "@everymatrix/cashier-confirm-modal": "1.0.69",
24
+ "@everymatrix/cashier-notifications": "1.0.69",
25
+ "@everymatrix/cashier-error": "1.0.69",
26
+ "@everymatrix/cashier-modal": "1.0.69"
27
+ }
28
+ }