infinity-forge 6.9.2 → 6.9.3
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/ui/components/pix/index.js +15 -15
- package/dist/ui/components/pix/index.js.map +1 -1
- package/dist/ui/components/pix/styles.js +1 -1
- package/dist/ui/components/pix/styles.js.map +1 -1
- package/dist/ui/components/pix/timer/index.js +1 -1
- package/dist/ui/components/pix/timer/index.js.map +1 -1
- package/dist/ui/components/pix/timer/styles.js +1 -1
- package/dist/ui/components/pix/timer/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -51,22 +51,22 @@ function Pix(_a) {
|
|
|
51
51
|
})
|
|
52
52
|
.replaceAll(noIcon ? (options === null || options === void 0 ? void 0 : options.icon) || 'R$' : '', '');
|
|
53
53
|
}
|
|
54
|
-
return ((0, jsx_runtime_1.jsxs)(S.Pix, { className: 'pix', children: [!isSucess && !(error === null || error === void 0 ? void 0 : error.isError) && ((0, jsx_runtime_1.jsx)("h2", { className: 'titulo-2-bold', style: { color: isSucess ? 'green' : '#000' }, children: isSucess ? 'Pagamento confirmado.' : 'Aguardando seu pagamento' })), !isSucess ? ((0, jsx_runtime_1.jsxs)("div", { className: 'container-pix', children: [(error === null || error === void 0 ? void 0 : error.isError) ? ((0, jsx_runtime_1.jsx)("h2", { className: 'paragraph-1-bold escaneie', children: "O pix expirou..." })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'preco-pix', children: ["Valor a pagar: ", (0, jsx_runtime_1.jsx)("span", { className: ' paragraph-1-bold', children: toMoney(Number(pixValor)) || 0 })] }), (0, jsx_runtime_1.jsx)(
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
createToast({
|
|
61
|
-
message: 'Copiado com sucesso!',
|
|
62
|
-
status: 'success',
|
|
63
|
-
});
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
54
|
+
return ((0, jsx_runtime_1.jsxs)(S.Pix, { className: 'pix', children: [!isSucess && !(error === null || error === void 0 ? void 0 : error.isError) && ((0, jsx_runtime_1.jsx)("h2", { className: 'titulo-2-bold', style: { color: isSucess ? 'green' : '#000' }, children: isSucess ? 'Pagamento confirmado.' : 'Aguardando seu pagamento' })), !isSucess ? ((0, jsx_runtime_1.jsxs)("div", { className: 'container-pix', children: [(error === null || error === void 0 ? void 0 : error.isError) ? ((0, jsx_runtime_1.jsx)("h2", { className: 'paragraph-1-bold escaneie', children: "O pix expirou..." })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'preco-pix', children: ["Valor a pagar: ", (0, jsx_runtime_1.jsx)("span", { className: ' paragraph-1-bold', children: toMoney(Number(pixValor)) || 0 })] }), (0, jsx_runtime_1.jsx)(timer_1.Timer, { expirationTime: expirationTime })] })), (0, jsx_runtime_1.jsx)("img", { src: pixImage, alt: 'QR Code pix', style: { filter: (error === null || error === void 0 ? void 0 : error.isError) ? 'blur(5px)' : '' } }), !(error === null || error === void 0 ? void 0 : error.isError) ? ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsxs)("div", { className: 'copy', children: [(0, jsx_runtime_1.jsx)("p", { children: "Se preferir, voce pode pagar copiando e colando o seguinte c\u00F3digo" }), (0, jsx_runtime_1.jsxs)("div", { className: 'container-input', onClick: function () {
|
|
55
|
+
var isCopied = (0, ui_1.copyToClipboard)(pixURL, {
|
|
56
|
+
message: 'Copiado com sucesso!',
|
|
57
|
+
format: 'text',
|
|
58
|
+
});
|
|
59
|
+
if (isCopied) {
|
|
66
60
|
createToast({
|
|
67
|
-
message: '
|
|
68
|
-
status: '
|
|
61
|
+
message: 'Copiado com sucesso!',
|
|
62
|
+
status: 'success',
|
|
69
63
|
});
|
|
70
|
-
|
|
64
|
+
return;
|
|
65
|
+
}
|
|
66
|
+
createToast({
|
|
67
|
+
message: 'Erro ao copiar',
|
|
68
|
+
status: 'error',
|
|
69
|
+
});
|
|
70
|
+
}, children: [(0, jsx_runtime_1.jsx)("input", { type: 'text', value: pixURL, readOnly: true }), (0, jsx_runtime_1.jsx)("button", { type: 'button', children: (0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M6 11C6 8.17157 6 6.75736 6.87868 5.87868C7.75736 5 9.17157 5 12 5H15C17.8284 5 19.2426 5 20.1213 5.87868C21 6.75736 21 8.17157 21 11V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H12C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V11Z', "stroke-width": '1.5' }), (0, jsx_runtime_1.jsx)("path", { d: 'M6 19C4.34315 19 3 17.6569 3 16V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H15C16.6569 2 18 3.34315 18 5', "stroke-width": '1.5' })] }) })] })] }) })) : ((0, jsx_runtime_1.jsx)("button", { type: 'button', onClick: error === null || error === void 0 ? void 0 : error.onClickBack, children: "Voltar" }))] })) : ((0, jsx_runtime_1.jsx)(pix_sucess_1.PixSucess, { isSucess: isSucess, isPaid: isPaid, fastCheckout: fastCheckout }))] }));
|
|
71
71
|
}
|
|
72
72
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/pix/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/pix/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -9,7 +9,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.Pix = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.Pix = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n margin: 30px auto 30px;\n display: flex;\n flex-direction: column;\n text-align: center;\n align-items: center;\n\n .container-pix {\n display: flex;\n flex-direction: column;\n max-width: 400px;\n }\n\n .preco-pix {\n margin-bottom: 20px;\n font-size: 16px;\n font-weight: 400;\n\n span {\n font-weight: bold;\n font-size: 18px;\n }\n }\n\n .validade {\n font-size: 14px;\n color: #000;\n opacity: 0.8;\n margin-bottom: 20px;\n }\n\n > img {\n height: 300px;\n width: 290px;\n object-fit: contain;\n border: 1px solid #000;\n margin: 10px auto 10px;\n }\n\n .copy {\n p {\n font-size: 16px;\n margin-bottom: 10px;\n }\n\n input,\n button {\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 16px;\n width: 100%;\n height: 36px;\n padding: 0px 20px;\n text-align: center;\n border: unset;\n }\n\n input {\n border: 1px solid #000;\n margin-bottom: 10px;\n }\n\n button {\n color: white;\n border-radius:
|
|
12
|
+
exports.Pix = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n margin: 30px auto 30px;\n display: flex;\n flex-direction: column;\n text-align: center;\n align-items: center;\n\n .container-pix {\n display: flex;\n flex-direction: column;\n max-width: 400px;\n }\n\n .preco-pix {\n margin-bottom: 20px;\n font-size: 16px;\n font-weight: 400;\n\n span {\n font-weight: bold;\n font-size: 18px;\n }\n }\n\n .validade {\n font-size: 14px;\n color: #000;\n opacity: 0.8;\n margin-bottom: 20px;\n }\n\n > img {\n height: 300px;\n width: 290px;\n object-fit: contain;\n border: 1px solid #000;\n margin: 10px auto 10px;\n }\n\n .copy {\n p {\n font-size: 16px;\n margin-bottom: 10px;\n }\n\n .container-input {\n position: relative;\n }\n\n input,\n button {\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 16px;\n width: 100%;\n height: 36px;\n padding: 0px 20px;\n text-align: center;\n border: unset;\n }\n\n input {\n border: 1px solid #000;\n margin-bottom: 10px;\n padding-right: 30px !important;\n }\n\n button {\n width: 30px;\n height: calc(100% - 2px);\n padding: 0;\n position: absolute;\n bottom: 1px;\n right: 1px;\n color: white;\n border-radius: 0;\n background-color: ", ";\n\n svg {\n width: 16px;\n height: auto;\n\n path {\n stroke: #fff;\n }\n }\n }\n }\n\n button {\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 16px;\n width: 100%;\n height: 36px;\n padding: 0px 20px;\n text-align: center;\n border: unset;\n\n color: white;\n border-radius: 10px;\n background-color: ", ";\n }\n\n @media only screen and (max-width: 900px) {\n margin-bottom: 30px !important;\n\n .preco-pix {\n margin-bottom: 10px;\n }\n }\n\n @media only screen and (max-width: 768px) {\n .validade {\n margin-bottom: 10px;\n }\n\n img {\n height: 250px;\n width: 250px;\n margin: 0 auto;\n }\n\n .copy {\n input {\n height: 34px;\n padding-left: 10px;\n }\n }\n\n .preco-pix {\n margin-bottom: 5px;\n }\n }\n"], ["\n width: 100%;\n margin: 30px auto 30px;\n display: flex;\n flex-direction: column;\n text-align: center;\n align-items: center;\n\n .container-pix {\n display: flex;\n flex-direction: column;\n max-width: 400px;\n }\n\n .preco-pix {\n margin-bottom: 20px;\n font-size: 16px;\n font-weight: 400;\n\n span {\n font-weight: bold;\n font-size: 18px;\n }\n }\n\n .validade {\n font-size: 14px;\n color: #000;\n opacity: 0.8;\n margin-bottom: 20px;\n }\n\n > img {\n height: 300px;\n width: 290px;\n object-fit: contain;\n border: 1px solid #000;\n margin: 10px auto 10px;\n }\n\n .copy {\n p {\n font-size: 16px;\n margin-bottom: 10px;\n }\n\n .container-input {\n position: relative;\n }\n\n input,\n button {\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 16px;\n width: 100%;\n height: 36px;\n padding: 0px 20px;\n text-align: center;\n border: unset;\n }\n\n input {\n border: 1px solid #000;\n margin-bottom: 10px;\n padding-right: 30px !important;\n }\n\n button {\n width: 30px;\n height: calc(100% - 2px);\n padding: 0;\n position: absolute;\n bottom: 1px;\n right: 1px;\n color: white;\n border-radius: 0;\n background-color: ", ";\n\n svg {\n width: 16px;\n height: auto;\n\n path {\n stroke: #fff;\n }\n }\n }\n }\n\n button {\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 16px;\n width: 100%;\n height: 36px;\n padding: 0px 20px;\n text-align: center;\n border: unset;\n\n color: white;\n border-radius: 10px;\n background-color: ", ";\n }\n\n @media only screen and (max-width: 900px) {\n margin-bottom: 30px !important;\n\n .preco-pix {\n margin-bottom: 10px;\n }\n }\n\n @media only screen and (max-width: 768px) {\n .validade {\n margin-bottom: 10px;\n }\n\n img {\n height: 250px;\n width: 250px;\n margin: 0 auto;\n }\n\n .copy {\n input {\n height: 34px;\n padding-left: 10px;\n }\n }\n\n .preco-pix {\n margin-bottom: 5px;\n }\n }\n"])), function (_a) {
|
|
13
13
|
var theme = _a.theme;
|
|
14
14
|
return theme.primaryColor;
|
|
15
15
|
}, function (_a) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/ui/components/pix/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,GAAG,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/ui/components/pix/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,GAAG,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,u1EAAA,i3CA8EN,EAAiC,2aA0BnC,EAAiC,ofAiCxD,KA3DyB,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,KAAK,CAAC,YAAY;AAAlB,CAAkB,EA0BnC,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,KAAK,CAAC,YAAY;AAAlB,CAAkB,EAiCxD"}
|
|
@@ -64,6 +64,6 @@ function Timer(_a) {
|
|
|
64
64
|
clearInterval(timer);
|
|
65
65
|
};
|
|
66
66
|
}, [minutes, seconds]);
|
|
67
|
-
return ((0, jsx_runtime_1.
|
|
67
|
+
return ((0, jsx_runtime_1.jsx)(S.Timer, { children: (0, jsx_runtime_1.jsxs)("h3", { children: ["Este pix expira em", ' ', (0, jsx_runtime_1.jsxs)("strong", { children: [tempoExpirado ? 'Tempo expirado' : String(minutes).padStart(2, '0'), ":", String(seconds).padStart(2, '0')] })] }) }));
|
|
68
68
|
}
|
|
69
69
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/pix/timer/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/pix/timer/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,sBAsCC;;AA1CD,+BAAkD;AAElD,0CAA6B;AAE7B,SAAgB,KAAK,CAAC,EAAoD;QAAlD,sBAAmB,EAAnB,cAAc,mBAAG,EAAE,KAAA;IACnC,IAAA,KAAwB,IAAA,gBAAQ,EAAC,cAAc,CAAC,EAA/C,OAAO,QAAA,EAAE,UAAU,QAA4B,CAAA;IAChD,IAAA,KAAwB,IAAA,gBAAQ,EAAC,CAAC,CAAC,EAAlC,OAAO,QAAA,EAAE,UAAU,QAAe,CAAA;IACnC,IAAA,KAAoC,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAlD,aAAa,QAAA,EAAE,gBAAgB,QAAmB,CAAA;IAEzD,IAAM,WAAW,GAAG;QAClB,IAAI,OAAO,KAAK,CAAC,IAAI,OAAO,KAAK,CAAC,EAAE,CAAC;YACnC,gBAAgB,CAAC,IAAI,CAAC,CAAA;QACxB,CAAC;aAAM,CAAC;YACN,IAAI,OAAO,KAAK,CAAC,EAAE,CAAC;gBAClB,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC,CAAA;gBACvB,UAAU,CAAC,EAAE,CAAC,CAAA;YAChB,CAAC;iBAAM,CAAC;gBACN,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC,CAAA;YACzB,CAAC;QACH,CAAC;IACH,CAAC,CAAA;IAED,IAAA,iBAAS,EAAC;QACR,IAAM,KAAK,GAAG,WAAW,CAAC;YACxB,WAAW,EAAE,CAAA;QACf,CAAC,EAAE,IAAI,CAAC,CAAA;QAER,OAAO;YACL,aAAa,CAAC,KAAK,CAAC,CAAA;QACtB,CAAC,CAAA;IACH,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAA;IAEtB,OAAO,CACL,uBAAC,CAAC,CAAC,KAAK,cACN,iEACqB,GAAG,EACtB,+CACG,aAAa,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,OAAG,MAAM,CAAC,OAAO,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,IAChG,IACN,GACG,CACX,CAAA;AACH,CAAC"}
|
|
@@ -9,6 +9,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.Timer = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.Timer = (0, styled_components_1.default)(
|
|
12
|
+
exports.Timer = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n h3 {\n font-weight: 490;\n font-size: 18px;\n margin-bottom: 0;\n }\n\n .contador {\n font-size: 24px;\n font-weight: bold;\n }\n"], ["\n h3 {\n font-weight: 490;\n font-size: 18px;\n margin-bottom: 0;\n }\n\n .contador {\n font-size: 24px;\n font-weight: bold;\n }\n"])));
|
|
13
13
|
var templateObject_1;
|
|
14
14
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/pix/timer/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/pix/timer/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,KAAK,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,4NAAA,yJAWjC,KAAA"}
|