@pinerohit11/testwidget 0.1.30 → 0.1.32
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +7 -2
- package/dist/index.css +9 -0
- package/dist/index.js +7 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
@@ -57,6 +57,11 @@ var import_axios = __toESM(require("axios"), 1);
|
|
57
57
|
var import_react = __toESM(require("react"), 1);
|
58
58
|
var import_react_bootstrap = require("react-bootstrap");
|
59
59
|
var import_bootstrap_min = require("bootstrap/dist/css/bootstrap.min.css");
|
60
|
+
|
61
|
+
// src/app/components/pay.module.css
|
62
|
+
var pay_default = {};
|
63
|
+
|
64
|
+
// src/app/components/Greet.tsx
|
60
65
|
function PaywithFractal({ name, amount, orderId, fractalPayClientKey }) {
|
61
66
|
const baseUrl = "http://192.168.1.52:8082/";
|
62
67
|
const masterBaseUrl = "http://192.168.1.52:8081/";
|
@@ -273,7 +278,7 @@ function PaywithFractal({ name, amount, orderId, fractalPayClientKey }) {
|
|
273
278
|
setShow(true);
|
274
279
|
};
|
275
280
|
console.log(show, "open");
|
276
|
-
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("div", {
|
281
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("div", { className: "w-100 text-center" }, /* @__PURE__ */ import_react.default.createElement(import_react_bootstrap.Button, { onClick: handleOpen }, "Show")), /* @__PURE__ */ import_react.default.createElement(
|
277
282
|
import_react_bootstrap.Modal,
|
278
283
|
{
|
279
284
|
show,
|
@@ -282,7 +287,7 @@ function PaywithFractal({ name, amount, orderId, fractalPayClientKey }) {
|
|
282
287
|
keyboard: false,
|
283
288
|
size: "lg"
|
284
289
|
},
|
285
|
-
/* @__PURE__ */ import_react.default.createElement(import_react_bootstrap.Modal.Body, null, /* @__PURE__ */ import_react.default.createElement("div", { className: "bg-black" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "container bg-black" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "row bg-light no-gutters" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "col-sm-12" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "bd-example bd-example-tabs right-tabs mttabs m-3 " }, /* @__PURE__ */ import_react.default.createElement("div", { className:
|
290
|
+
/* @__PURE__ */ import_react.default.createElement(import_react_bootstrap.Modal.Body, null, /* @__PURE__ */ import_react.default.createElement("div", { className: "bg-black" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "container bg-black" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "row bg-light no-gutters" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "col-sm-12" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "bd-example bd-example-tabs right-tabs mttabs m-3 " }, /* @__PURE__ */ import_react.default.createElement("div", { className: pay_default.paymentpopup }, /* @__PURE__ */ import_react.default.createElement(
|
286
291
|
"button",
|
287
292
|
{
|
288
293
|
className: "close-pop",
|
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
@@ -26,6 +26,11 @@ import axios from "axios";
|
|
26
26
|
import React, { useEffect, useState } from "react";
|
27
27
|
import { Button, Modal } from "react-bootstrap";
|
28
28
|
import "bootstrap/dist/css/bootstrap.min.css";
|
29
|
+
|
30
|
+
// src/app/components/pay.module.css
|
31
|
+
var pay_default = {};
|
32
|
+
|
33
|
+
// src/app/components/Greet.tsx
|
29
34
|
function PaywithFractal({ name, amount, orderId, fractalPayClientKey }) {
|
30
35
|
const baseUrl = "http://192.168.1.52:8082/";
|
31
36
|
const masterBaseUrl = "http://192.168.1.52:8081/";
|
@@ -242,7 +247,7 @@ function PaywithFractal({ name, amount, orderId, fractalPayClientKey }) {
|
|
242
247
|
setShow(true);
|
243
248
|
};
|
244
249
|
console.log(show, "open");
|
245
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("div", {
|
250
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("div", { className: "w-100 text-center" }, /* @__PURE__ */ React.createElement(Button, { onClick: handleOpen }, "Show")), /* @__PURE__ */ React.createElement(
|
246
251
|
Modal,
|
247
252
|
{
|
248
253
|
show,
|
@@ -251,7 +256,7 @@ function PaywithFractal({ name, amount, orderId, fractalPayClientKey }) {
|
|
251
256
|
keyboard: false,
|
252
257
|
size: "lg"
|
253
258
|
},
|
254
|
-
/* @__PURE__ */ React.createElement(Modal.Body, null, /* @__PURE__ */ React.createElement("div", { className: "bg-black" }, /* @__PURE__ */ React.createElement("div", { className: "container bg-black" }, /* @__PURE__ */ React.createElement("div", { className: "row bg-light no-gutters" }, /* @__PURE__ */ React.createElement("div", { className: "col-sm-12" }, /* @__PURE__ */ React.createElement("div", { className: "bd-example bd-example-tabs right-tabs mttabs m-3 " }, /* @__PURE__ */ React.createElement("div", { className:
|
259
|
+
/* @__PURE__ */ React.createElement(Modal.Body, null, /* @__PURE__ */ React.createElement("div", { className: "bg-black" }, /* @__PURE__ */ React.createElement("div", { className: "container bg-black" }, /* @__PURE__ */ React.createElement("div", { className: "row bg-light no-gutters" }, /* @__PURE__ */ React.createElement("div", { className: "col-sm-12" }, /* @__PURE__ */ React.createElement("div", { className: "bd-example bd-example-tabs right-tabs mttabs m-3 " }, /* @__PURE__ */ React.createElement("div", { className: pay_default.paymentpopup }, /* @__PURE__ */ React.createElement(
|
255
260
|
"button",
|
256
261
|
{
|
257
262
|
className: "close-pop",
|