gotrip-fx-transaction-form 1.0.53 → 1.0.55

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 (2) hide show
  1. package/index.js +26 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -56544,8 +56544,12 @@ const Jhe = [
56544
56544
  min: 0,
56545
56545
  max: 2e4,
56546
56546
  style: {
56547
- height: "40px !important",
56548
- flex: 1
56547
+ lineHeight: "40px",
56548
+ border: "1px solid #e4e4e7",
56549
+ borderRadius: "0.25rem",
56550
+ padding: "0 12px",
56551
+ flex: 1,
56552
+ width: "100%"
56549
56553
  },
56550
56554
  fixedDecimalScale: !0,
56551
56555
  onValueChange: (Je) => {
@@ -83639,8 +83643,17 @@ const pAe = Jo().shape({
83639
83643
  ] }),
83640
83644
  /* @__PURE__ */ m.jsxs(nt, { flexDir: "column", gap: 2, mt: 2, children: [
83641
83645
  /* @__PURE__ */ m.jsxs(uf, { size: "md", color: "orange.500", children: [
83642
- /* @__PURE__ */ m.jsx(Wi, { icon: XH }),
83643
- " Lưu ý:"
83646
+ /* @__PURE__ */ m.jsx(
83647
+ Wi,
83648
+ {
83649
+ display: "inline-block",
83650
+ width: "16px",
83651
+ height: "16px",
83652
+ icon: XH
83653
+ }
83654
+ ),
83655
+ " ",
83656
+ "Lưu ý:"
83644
83657
  ] }),
83645
83658
  /* @__PURE__ */ m.jsx(tt, { color: "orange.500", children: E ? "- Người đại diện cần mang giấy uỷ quyền có công chứng khi ra giao dịch với ngân hàng" : "- Mỗi khách hàng sẽ tự giao dịch với ngân hàng." }),
83646
83659
  (k == null ? void 0 : k.code) === "TCB" && /* @__PURE__ */ m.jsx(tt, { color: "orange.500", children: E ? "- Người được uỷ quyền cần chắc chắn đã có ứng dụng Techbombank trên điện thoại để thực hiện giao dịch" : "- Các khách hàng cần chắc chắn đã có ứng dụng Techbombank trên điện thoại để thực hiện giao dịch" })
@@ -83657,7 +83670,15 @@ const pAe = Jo().shape({
83657
83670
  download: !0,
83658
83671
  color: "red.500",
83659
83672
  children: [
83660
- /* @__PURE__ */ m.jsx(Wi, { icon: JH }),
83673
+ /* @__PURE__ */ m.jsx(
83674
+ Wi,
83675
+ {
83676
+ display: "inline-block",
83677
+ width: "16px",
83678
+ height: "16px",
83679
+ icon: JH
83680
+ }
83681
+ ),
83661
83682
  /* @__PURE__ */ m.jsx(tt, { children: "Tải file excel mẫu" })
83662
83683
  ]
83663
83684
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",