@fctc/sme-widget-ui 2.4.4 → 2.4.5
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32037,7 +32037,7 @@ var FeeField = (props) => {
|
|
|
32037
32037
|
] }),
|
|
32038
32038
|
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "text-xl leading-[21px] font-bold text-[rgb(73,80,87)] text-right ", children: totalAmount })
|
|
32039
32039
|
] }),
|
|
32040
|
-
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto
|
|
32040
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto pt-4 border-t border-[#c4c4c4ee]", children: [
|
|
32041
32041
|
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "text-[14px] leading-[21px] text-right", children: [
|
|
32042
32042
|
t3("paid_amount"),
|
|
32043
32043
|
":"
|
package/dist/index.mjs
CHANGED
|
@@ -31910,7 +31910,7 @@ var FeeField = (props) => {
|
|
|
31910
31910
|
] }),
|
|
31911
31911
|
/* @__PURE__ */ jsx92("div", { className: "text-xl leading-[21px] font-bold text-[rgb(73,80,87)] text-right ", children: totalAmount })
|
|
31912
31912
|
] }),
|
|
31913
|
-
/* @__PURE__ */ jsxs60("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto
|
|
31913
|
+
/* @__PURE__ */ jsxs60("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto pt-4 border-t border-[#c4c4c4ee]", children: [
|
|
31914
31914
|
/* @__PURE__ */ jsxs60("div", { className: "text-[14px] leading-[21px] text-right", children: [
|
|
31915
31915
|
t3("paid_amount"),
|
|
31916
31916
|
":"
|
package/dist/widgets.js
CHANGED
|
@@ -31286,7 +31286,7 @@ var FeeField = (props) => {
|
|
|
31286
31286
|
] }),
|
|
31287
31287
|
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "text-xl leading-[21px] font-bold text-[rgb(73,80,87)] text-right ", children: totalAmount })
|
|
31288
31288
|
] }),
|
|
31289
|
-
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto
|
|
31289
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto pt-4 border-t border-[#c4c4c4ee]", children: [
|
|
31290
31290
|
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "text-[14px] leading-[21px] text-right", children: [
|
|
31291
31291
|
t3("paid_amount"),
|
|
31292
31292
|
":"
|
package/dist/widgets.mjs
CHANGED
|
@@ -31223,7 +31223,7 @@ var FeeField = (props) => {
|
|
|
31223
31223
|
] }),
|
|
31224
31224
|
/* @__PURE__ */ jsx92("div", { className: "text-xl leading-[21px] font-bold text-[rgb(73,80,87)] text-right ", children: totalAmount })
|
|
31225
31225
|
] }),
|
|
31226
|
-
/* @__PURE__ */ jsxs60("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto
|
|
31226
|
+
/* @__PURE__ */ jsxs60("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto pt-4 border-t border-[#c4c4c4ee]", children: [
|
|
31227
31227
|
/* @__PURE__ */ jsxs60("div", { className: "text-[14px] leading-[21px] text-right", children: [
|
|
31228
31228
|
t3("paid_amount"),
|
|
31229
31229
|
":"
|