gotrip-fx-transaction-form 1.0.201-dev → 1.0.202-dev

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 +14 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -115729,7 +115729,13 @@ const Fet = ({ control: e, tripStart: t, tripEnd: r, setValue: n }) => {
115729
115729
  bg: "white",
115730
115730
  children: [
115731
115731
  /* @__PURE__ */ g(Ql, {}),
115732
- /* @__PURE__ */ g(Zl, { bg: r === "asc" ? "blue.700" : "white", borderColor: r === "asc" ? "blue.700" : "gray.300" }),
115732
+ /* @__PURE__ */ g(
115733
+ Zl,
115734
+ {
115735
+ bg: r === "asc" ? "blue.700" : "white",
115736
+ borderColor: r === "asc" ? "blue.700" : "gray.300"
115737
+ }
115738
+ ),
115733
115739
  /* @__PURE__ */ g(Jl, { children: /* @__PURE__ */ g(ee, { fontSize: "sm", color: i ? "gray.400" : "gray.700", children: "Phí bảo hiểm thấp đến cao" }) })
115734
115740
  ]
115735
115741
  }
@@ -115742,7 +115748,13 @@ const Fet = ({ control: e, tripStart: t, tripEnd: r, setValue: n }) => {
115742
115748
  bg: "white",
115743
115749
  children: [
115744
115750
  /* @__PURE__ */ g(Ql, {}),
115745
- /* @__PURE__ */ g(Zl, { bg: r === "desc" ? "blue.700" : "white", borderColor: r === "desc" ? "blue.700" : "gray.300" }),
115751
+ /* @__PURE__ */ g(
115752
+ Zl,
115753
+ {
115754
+ bg: r === "desc" ? "blue.700" : "white",
115755
+ borderColor: r === "desc" ? "blue.700" : "gray.300"
115756
+ }
115757
+ ),
115746
115758
  /* @__PURE__ */ g(Jl, { children: /* @__PURE__ */ g(ee, { fontSize: "sm", color: i ? "gray.400" : "gray.700", children: "Phí bảo hiểm cao đến thấp" }) })
115747
115759
  ]
115748
115760
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.201-dev",
3
+ "version": "1.0.202-dev",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",