@everymatrix/cashier-method-details 1.44.0 → 1.45.0

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.
Files changed (37) hide show
  1. package/components/CashierConfirmModal-B-t1-wAt.js +1063 -0
  2. package/components/CashierConfirmModal-O8Y6vOPF.cjs +4 -0
  3. package/components/CashierError-CnDiY61e.cjs +5 -0
  4. package/components/CashierError-DaumM6Zr.js +3758 -0
  5. package/components/CashierHeader-4ARwc1sM.cjs +1 -0
  6. package/components/CashierHeader-CYcLko5g.js +361 -0
  7. package/components/CashierIframeRedirect-BOPLcueW.cjs +1 -0
  8. package/components/CashierIframeRedirect-Bilctj-5.js +384 -0
  9. package/components/CashierMethodDetails-7O4DrJHq.cjs +18 -0
  10. package/components/CashierMethodDetails-CJU3RjOA.js +8096 -0
  11. package/components/CashierModal-CdNYc0Aj.js +220 -0
  12. package/components/CashierModal-DjXj2L6b.cjs +1 -0
  13. package/components/CashierNotifications-BVX2JvTh.cjs +1 -0
  14. package/components/CashierNotifications-DOgyzpyH.js +136 -0
  15. package/components/CashierReceiptPage-D9_BjYHP.cjs +1 -0
  16. package/components/CashierReceiptPage-DT7FhfRz.js +1093 -0
  17. package/components/CashierSpinner-BUe-mWNE.js +71 -0
  18. package/components/CashierSpinner-C7awkOxo.cjs +1 -0
  19. package/es2015/cashier-method-details.cjs +1 -0
  20. package/es2015/cashier-method-details.js +16 -0
  21. package/package.json +22 -32
  22. package/CHANGELOG.md +0 -36
  23. package/README.md +0 -30
  24. package/dist/cashier-method-details.js +0 -875
  25. package/dist/cashier-method-details.js.map +0 -1
  26. package/index.html +0 -36
  27. package/index.js +0 -1
  28. package/public/favicon.png +0 -0
  29. package/public/reset.css +0 -48
  30. package/rollup.config.js +0 -65
  31. package/src/CashierMethodDetails.svelte +0 -1539
  32. package/src/CashierMethodDetails.types.ts +0 -68
  33. package/src/i18n.js +0 -32
  34. package/src/index.ts +0 -4
  35. package/src/translations.js +0 -46
  36. package/stories/CashierMethodDetails.stories.js +0 -13
  37. package/tsconfig.json +0 -6
@@ -0,0 +1,71 @@
1
+ import { S as f, b as g, f as y, c as m, a as p, d as v, g as k, j as C, k as x, n as c, v as S, C as _ } from "./CashierConfirmModal-B-t1-wAt.js";
2
+ function b(s) {
3
+ v(s, "svelte-1310yae", ".CashierSpinner.svelte-1310yae.svelte-1310yae{display:block;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}.CashierSpinner.svelte-1310yae .spinner.svelte-1310yae{animation:svelte-1310yae-rotate 2s linear infinite;transform-origin:center center}.CashierSpinner.svelte-1310yae .spinner .path.svelte-1310yae{stroke-dasharray:1, 200;stroke-dashoffset:0;animation:svelte-1310yae-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:var(--emw--color-primary, #7EC51E)}@keyframes svelte-1310yae-rotate{100%{transform:rotate(360deg)}}@keyframes svelte-1310yae-dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}");
4
+ }
5
+ function w(s) {
6
+ let e;
7
+ return {
8
+ c() {
9
+ e = k("div"), e.innerHTML = '<svg class="spinner svelte-1310yae" viewBox="25 25 50 50"><circle class="path svelte-1310yae" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10"></circle></svg>', C(e, "class", "CashierSpinner svelte-1310yae");
10
+ },
11
+ m(n, a) {
12
+ x(n, e, a), s[3](e);
13
+ },
14
+ p: c,
15
+ i: c,
16
+ o: c,
17
+ d(n) {
18
+ n && S(e), s[3](null);
19
+ }
20
+ };
21
+ }
22
+ function L(s, e, n) {
23
+ let { clientstyling: a = "" } = e, { clientstylingurl: l = "" } = e, i;
24
+ const h = () => {
25
+ let t = document.createElement("style");
26
+ t.innerHTML = a, i.appendChild(t);
27
+ }, d = () => {
28
+ let t = new URL(l), o = document.createElement("style");
29
+ fetch(t.href).then((r) => r.text()).then((r) => {
30
+ o.innerHTML = r, setTimeout(
31
+ () => {
32
+ i.appendChild(o);
33
+ },
34
+ 1
35
+ );
36
+ });
37
+ };
38
+ function u(t) {
39
+ _[t ? "unshift" : "push"](() => {
40
+ i = t, n(0, i);
41
+ });
42
+ }
43
+ return s.$$set = (t) => {
44
+ "clientstyling" in t && n(1, a = t.clientstyling), "clientstylingurl" in t && n(2, l = t.clientstylingurl);
45
+ }, s.$$.update = () => {
46
+ s.$$.dirty & /*clientstyling, customStylingContainer*/
47
+ 3 && a && i && h(), s.$$.dirty & /*clientstylingurl, customStylingContainer*/
48
+ 5 && l && i && d();
49
+ }, [i, a, l, u];
50
+ }
51
+ class E extends f {
52
+ constructor(e) {
53
+ super(), g(this, e, L, w, p, { clientstyling: 1, clientstylingurl: 2 }, b);
54
+ }
55
+ get clientstyling() {
56
+ return this.$$.ctx[1];
57
+ }
58
+ set clientstyling(e) {
59
+ this.$$set({ clientstyling: e }), y();
60
+ }
61
+ get clientstylingurl() {
62
+ return this.$$.ctx[2];
63
+ }
64
+ set clientstylingurl(e) {
65
+ this.$$set({ clientstylingurl: e }), y();
66
+ }
67
+ }
68
+ m(E, { clientstyling: {}, clientstylingurl: {} }, [], [], !0);
69
+ export {
70
+ E as default
71
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./CashierConfirmModal-O8Y6vOPF.cjs");function f(s){t.append_styles(s,"svelte-1310yae",".CashierSpinner.svelte-1310yae.svelte-1310yae{display:block;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}.CashierSpinner.svelte-1310yae .spinner.svelte-1310yae{animation:svelte-1310yae-rotate 2s linear infinite;transform-origin:center center}.CashierSpinner.svelte-1310yae .spinner .path.svelte-1310yae{stroke-dasharray:1, 200;stroke-dashoffset:0;animation:svelte-1310yae-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:var(--emw--color-primary, #7EC51E)}@keyframes svelte-1310yae-rotate{100%{transform:rotate(360deg)}}@keyframes svelte-1310yae-dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}")}function g(s){let e;return{c(){e=t.element("div"),e.innerHTML='<svg class="spinner svelte-1310yae" viewBox="25 25 50 50"><circle class="path svelte-1310yae" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10"></circle></svg>',t.attr(e,"class","CashierSpinner svelte-1310yae")},m(i,r){t.insert(i,e,r),s[3](e)},p:t.noop,i:t.noop,o:t.noop,d(i){i&&t.detach(e),s[3](null)}}}function p(s,e,i){let{clientstyling:r=""}=e,{clientstylingurl:a=""}=e,l;const h=()=>{let n=document.createElement("style");n.innerHTML=r,l.appendChild(n)},d=()=>{let n=new URL(a),c=document.createElement("style");fetch(n.href).then(o=>o.text()).then(o=>{c.innerHTML=o,setTimeout(()=>{l.appendChild(c)},1)})};function u(n){t.binding_callbacks[n?"unshift":"push"](()=>{l=n,i(0,l)})}return s.$$set=n=>{"clientstyling"in n&&i(1,r=n.clientstyling),"clientstylingurl"in n&&i(2,a=n.clientstylingurl)},s.$$.update=()=>{s.$$.dirty&3&&r&&l&&h(),s.$$.dirty&5&&a&&l&&d()},[l,r,a,u]}class y extends t.SvelteComponent{constructor(e){super(),t.init(this,e,p,g,t.safe_not_equal,{clientstyling:1,clientstylingurl:2},f)}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),t.flush()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),t.flush()}}t.create_custom_element(y,{clientstyling:{},clientstylingurl:{}},[],[],!0);exports.default=y;
@@ -0,0 +1 @@
1
+ "use strict";if(typeof window!="undefined"){let s=function(e){return function(...n){try{return e.apply(this,n)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=s(customElements.define),Promise.resolve().then(()=>require("../components/CashierMethodDetails-7O4DrJHq.cjs")).then(e=>e.CashierMethodDetails_ce).then(({default:e})=>{!customElements.get("cashier-method-details")&&customElements.define("cashier-method-details",e.element)})}
@@ -0,0 +1,16 @@
1
+ if (typeof window != "undefined") {
2
+ let n = function(e) {
3
+ return function(...s) {
4
+ try {
5
+ return e.apply(this, s);
6
+ } catch (t) {
7
+ if (t instanceof DOMException && t.message.includes("has already been used with this registry") || t.message.includes("Cannot define multiple custom elements with the same tag name"))
8
+ return !1;
9
+ throw t;
10
+ }
11
+ };
12
+ };
13
+ customElements.define = n(customElements.define), import("../components/CashierMethodDetails-CJU3RjOA.js").then((e) => e.C).then(({ default: e }) => {
14
+ !customElements.get("cashier-method-details") && customElements.define("cashier-method-details", e.element);
15
+ });
16
+ }
package/package.json CHANGED
@@ -1,39 +1,29 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.44.0",
4
- "main": "index.js",
5
- "svelte": "src/index.ts",
6
- "scripts": {
7
- "start": "sirv public",
8
- "build": "cross-env NODE_ENV=production rollup -c",
9
- "dev": "cross-env NODE_ENV=\"development\" rollup -c -w",
10
- "validate": "svelte-check",
11
- "test": "echo"
12
- },
13
- "devDependencies": {
14
- "@rollup/plugin-babel": "^5.3.0",
15
- "@rollup/plugin-commonjs": "^16.0.0",
16
- "@rollup/plugin-node-resolve": "^10.0.0",
17
- "@rollup/plugin-typescript": "^6.0.0",
18
- "@tsconfig/svelte": "^1.0.0",
19
- "rollup": "^2.3.4",
20
- "rollup-plugin-dev-server": "^0.4.3",
21
- "rollup-plugin-livereload": "^2.0.0",
22
- "rollup-plugin-svelte": "^7.0.0",
23
- "rollup-plugin-terser": "^7.0.0",
24
- "rollup-plugin-uglify": "^6.0.4",
25
- "svelte-check": "^1.0.0",
26
- "svelte-preprocess": "^5.0.0",
27
- "tslib": "^2.0.0",
28
- "typescript": "^3.9.3"
29
- },
30
- "dependencies": {
31
- "cross-env": "^7.0.3",
32
- "sirv-cli": "^1.0.0",
33
- "svelte": "^3.0.0"
3
+ "version": "1.45.0",
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"
34
13
  },
14
+ "files": [
15
+ "es2015/",
16
+ "components"
17
+ ],
35
18
  "publishConfig": {
36
19
  "access": "public"
37
20
  },
38
- "gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
21
+ "dependencies": {
22
+ "@everymatrix/cashier-iframe-redirect": "1.0.72",
23
+ "@everymatrix/cashier-receipt-page": "1.0.72",
24
+ "@everymatrix/cashier-confirm-modal": "1.0.72",
25
+ "@everymatrix/cashier-notifications": "1.0.72",
26
+ "@everymatrix/cashier-error": "1.0.72",
27
+ "@everymatrix/cashier-modal": "1.0.72"
28
+ }
39
29
  }
package/CHANGELOG.md DELETED
@@ -1,36 +0,0 @@
1
-
2
- ## cashier-method-details widget changelogs
3
-
4
- | Version | Release date | Impacted areas | Changes |
5
- | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
- | 1.43.4 | Tue Oct 15 2024 | cashier-method-details | fix(MMFE-1235)(cashier-verification,cashier-method-details): abort loading the payment details <br /> fix(MMFE-1224)(cashier-method-details): prevent input minus and 'e' for amount |
7
- | 1.43.3 | Fri Oct 04 2024 | cashier-method-details | fix(MMFE-1201)(cashier-confirm-modal,cashier-error,cashier-method-details,cashier-modal,cashier-notifications,cashier-page,cashier-session-expiration-modal): decrease z-index value, set height for main widget <br /> feat(MMFE-1155)(cashier-page,cashier-method-list,cashier-header,cashier-method-details,cashier-error,cashier-receipt-page): handle maintenance error, code refactor |
8
- | 1.43.1 | Thu Sep 26 2024 | cashier-method-details | fix(MMFE-817)(cashier-method-details,cashier-method-list,cashier-page,cashier-receipt-page,cashier-session-expiration-modal,cashier-verifications): added extra header to requests to backend <br /> feat(MMFE-1187)(cashier-method-details,cashier-verifications,cashier-page): display KYC widget on details page |
9
- | 1.42.0 | Thu Sep 19 2024 | cashier-method-details | fix(MMFE-1171)(cashier-method-details,cashier-session-expiration): add image to rollup |
10
- | 1.39.3 | Thu Sep 12 2024 | cashier-method-details | fix(MMFE-1161)(cashier-page,cashier-error,cashier-method-details,cashier-verifications): fix translations for header, fix verifications displaying |
11
- | 1.39.2 | Tue Sep 10 2024 | cashier-method-details | style(MMFE-1104)(cashier-iframe-redirect,cashier-method-details,cashier-methods-list,cashier-modal,cashier-session-expiration-modal): decrease selectors priority |
12
- | 1.39.0 | Tue Sep 03 2024 | cashier-method-details | fix(MMFE-1126)(cashier-page,cashier-header,cashier-method-details,cashier-receipt-page): fix translations for header, fixes for receipt page |
13
- | 1.38.0 | Fri Aug 30 2024 | cashier-method-details | feat(MMFE-1100)(cashier-error,cashier-method-details,cashier-page,cashier-session-expiration-modal): add session expiration widget |
14
- | 1.37.4 | Fri Aug 16 2024 | cashier-method-details | fix(MMFE-1125)(cashier-method-details,cashier-modal): fix error message displaying for getPaymentMethodDetails, fix styles for modal |
15
- | 1.37.2 | Mon Aug 12 2024 | cashier-method-details | fix(MMFE-1090)(cashier-method-details,cashier-methods-list,cashier-page): fix header frame <br /> feat(MMFE-1035)(cashier-iframe-redirect,cashier-spinner,cashier-method-details,cashier-method-list,cashier-page): add spinner, fix translations <br /> fix(GMMMFE-995)(cashier-method-details,cashier-notifications,cashier-page): fix notification displaying <br /> feat(MMFE-1034)(cashier-page,cashier-iframe-redirect,cashier-method-details,cashier-notification,cashier-confirm-modal): create the header for whole cashier <br /> fix(MMFE-994)(cashier-method-details,casheir-page): fix error message displaying <br /> fix(MMFE-1026)(cashier-method-details): renamed method <br /> feat(MMFE-1026)(cashier-method-details,cashier-page): removed date and time... <br /> fix(GMMMFE-981)(cashier-page,cashier-error,cashier-method-details,cashier-receipt-page): show error message on receipt page, small fixes <br /> fix(MMFE-922)(cashier-page,cashier-method-details): added new event parameter and check on hide amount <br /> fix(MMFE-922)(cashier-page,cashier-method-details): added translations which... <br /> fix(GMMMFE-976)(cashier-method-details): remove hardcoded mode <br /> feat(GMMMFE-932)(cashier-receipt-page,cashier-method-details): add message... <br /> fix(MMFE-913)(cashier-method-details,cashier-methods-list): fix styles for tablets and fonts for desktop <br /> fix(MMFE-893)(cashier-confirm-modal,cashier-iframe-redirect,cashier-method-details,cashier-page): move modals to cashier-page, move redirect frame to cashier-page, move translations to cashier-page tranlslations, changed hover for close modal <br /> fix(MMFE-859)(cashier-method-details,cashier-page): fix datepicker for mobile, fix scroll <br /> fix(MMFE-861)(cashier-method-details,cashier-method-list): fix styles for small mobiles and IOS <br /> fix(MMFE-882)(cashier-method-details): display default value, add validation for min max date value <br /> fix(MMFE-885)(cashier-confirm-modal,cashier-error,cashier-method-details,cashier-methods-list,cashier-notifications,cashier-receipt-page): add inherit font-family for buttons <br /> fix(MMFE-852)(cashier-method-details): fix displaying of digits <br /> fix(MMFE-850)(cashier-page,cashier-method-details): move container which froze page, change height of scrollable container <br /> fix(MMFE-828)(cashier-method-details): fix dropdown size when container is scrollable, fix value in selector, fix check for required fields <br /> fix(GMMMFE-818)(cashier-method-details,cashier-page): add event which froze Cashier while the spinner on Deposit/Withdraw buttons is processing <br /> fix(GMMMFE-829)(cashier-method-details): Field type 'time' is not red-bordered when empty on mobile <br /> fix(GMMMFE-819)(cashier-method-details,cashier-receipt-page): pending and success receipt pages are slightly missplaced on mobile <br /> fix(GMMMFE-818)(cashier-method-details,cashier-page,cashier-iframe-redirect): improve the view of the frame on redirect mode 0 <br /> chore(EMFE-000)(cashier-page,cashier-method-details): add plugin in both so we can build :) <br /> chore(EMFE-000)(cashier-page,cashier-method-details): add plugin in both so we can build :) <br /> feat(GMMMFE-773)(cashier-method-details,cashier-page): add field with type 'date' <br /> fix(GMMMFE-792)(cashier-method-details): fixes for validation <br /> fix(GMMMFE-779)(cashier-method-details): fix lookup validation <br /> fix(GMMMFE-778)(cashier-method-details): remove input arrows, fix amount multiplier <br /> feat(GMMMFE-672)(cashier-method-details,cashier-deposit-page,cashier-receipt-page): Add new receipt page <br /> feat(GMMMFE-765)(cashier-method-details, cashier-deposit-page,cashier-methods-list): add field validation <br /> fix(GMMMFE-764)(cashier-method-details): fix displaying correlated fields, translationurl optional <br /> feat(GMMMFE-743)(cashier-method-details): add qr generator, link field type, style checkbox <br /> feat(GMMMFE-683)(cashier-deposit-page, cashier-method-details): add different field types |
16
- | 1.36.1 | Tue Aug 06 2024 | cashier-method-details | fix(MMFE-1090)(cashier-method-details,cashier-methods-list,cashier-page): fix header frame |
17
- | 1.36.0 | Mon Jul 29 2024 | cashier-method-details | feat(MMFE-1035)(cashier-iframe-redirect,cashier-spinner,cashier-method-details,cashier-method-list,cashier-page): add spinner, fix translations <br /> fix(GMMMFE-995)(cashier-method-details,cashier-notifications,cashier-page): fix notification displaying <br /> feat(MMFE-1034)(cashier-page,cashier-iframe-redirect,cashier-method-details,cashier-notification,cashier-confirm-modal): create the header for whole cashier |
18
- | 1.35.0 | Wed Jul 17 2024 | cashier-method-details | fix(MMFE-994)(cashier-method-details,casheir-page): fix error message displaying |
19
- | 1.34.3 | Tue Jul 09 2024 | cashier-method-details | fix(MMFE-1026)(cashier-method-details): renamed method |
20
- | 1.33.1 | Fri Jun 07 2024 | cashier-method-details | fix(MMFE-922)(cashier-page,cashier-method-details): added translations which... |
21
- | 1.32.0 | Tue Jun 04 2024 | cashier-method-details | fix(GMMMFE-976)(cashier-method-details): remove hardcoded mode |
22
- | 1.31.0 | Wed May 22 2024 | cashier-method-details | feat(GMMMFE-932)(cashier-receipt-page,cashier-method-details): add message... |
23
- | 1.29.7 | Thu May 09 2024 | cashier-method-details | fix(MMFE-913)(cashier-method-details,cashier-methods-list): fix styles for tablets and fonts for desktop |
24
- | 1.29.6 | Mon Apr 29 2024 | cashier-method-details | fix(MMFE-893)(cashier-confirm-modal,cashier-iframe-redirect,cashier-method-details,cashier-page): move modals to cashier-page, move redirect frame to cashier-page, move translations to cashier-page tranlslations, changed hover for close modal |
25
- | 1.29.5 | Tue Apr 23 2024 | cashier-method-details | fix(MMFE-859)(cashier-method-details,cashier-page): fix datepicker for mobile, fix scroll |
26
- | 1.29.4 | Wed Apr 17 2024 | cashier-method-details | fix(MMFE-861)(cashier-method-details,cashier-method-list): fix styles for small mobiles and IOS <br /> fix(MMFE-882)(cashier-method-details): display default value, add validation for min max date value |
27
- | 1.29.0 | Wed Apr 10 2024 | cashier-method-details | fix(MMFE-885)(cashier-confirm-modal,cashier-error,cashier-method-details,cashier-methods-list,cashier-notifications,cashier-receipt-page): add inherit font-family for buttons |
28
- | 1.28.7 | Mon Apr 01 2024 | cashier-method-details | fix(MMFE-852)(cashier-method-details): fix displaying of digits <br /> fix(MMFE-850)(cashier-page,cashier-method-details): move container which froze page, change height of scrollable container |
29
- | 1.28.4 | Wed Mar 20 2024 | cashier-method-details | fix(MMFE-828)(cashier-method-details): fix dropdown size when container is scrollable, fix value in selector, fix check for required fields <br /> fix(GMMMFE-818)(cashier-method-details,cashier-page): add event which froze Cashier while the spinner on Deposit/Withdraw buttons is processing |
30
- | 1.28.0 | Fri Mar 08 2024 | cashier-method-details | feat(GMMMFE-773)(cashier-method-details,cashier-page): add field with type 'date' <br /> fix(GMMMFE-792)(cashier-method-details): fixes for validation |
31
- | 1.27.6 | Tue Feb 27 2024 | cashier-method-details | fix(GMMMFE-792)(cashier-method-details): fixes for validation |
32
- | 1.27.3 | Thu Feb 22 2024 | cashier-method-details | fix(GMMMFE-779)(cashier-method-details): fix lookup validation |
33
- | 1.27.2 | Thu Feb 15 2024 | cashier-method-details | fix(GMMMFE-778)(cashier-method-details): remove input arrows, fix amount multiplier <br /> feat(GMMMFE-672)(cashier-method-details,cashier-deposit-page,cashier-receipt-page): Add new receipt page |
34
- | 1.27.0 | Tue Feb 06 2024 | cashier-method-details | feat(GMMMFE-765)(cashier-method-details, cashier-deposit-page,cashier-methods-list): add field validation |
35
- | 1.25.0 | Fri Jan 26 2024 | cashier-method-details | fix(GMMMFE-764)(cashier-method-details): fix displaying correlated fields, translationurl optional |
36
- | 1.24.1 | Tue Jan 16 2024 | cashier-method-details | feat(GMMMFE-743)(cashier-method-details): add qr generator, link field type, style checkbox |
package/README.md DELETED
@@ -1,30 +0,0 @@
1
- # @everymatrix/cashier-method-details
2
- ---------
3
-
4
- ## First step
5
- ---------
6
- ```
7
- lerna bootstrap
8
- ```
9
-
10
- ## Run Widget
11
- ---------
12
- - starts server at port 5050
13
- - has livereload
14
-
15
- ```
16
- yarn run dev
17
- ```
18
-
19
- ## Build Widget
20
- ---------
21
- ```
22
- yarn run build
23
- ```
24
-
25
- ## Publishing widget
26
- ---------
27
- - Note add your user to the npm
28
- ```
29
- lerna publish
30
- ```