gotrip-fx-transaction-form 1.0.139 → 1.0.140

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 +10 -6
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -30747,10 +30747,10 @@ const sbe = () => {
30747
30747
  children: c.useCases.filter((l) => !l.hide).map((l) => /* @__PURE__ */ g.jsx(
30748
30748
  At,
30749
30749
  {
30750
- w: ["33%", "33%", "150px"],
30750
+ w: ["50%", "33%", "150px"],
30751
30751
  maxW: "50%",
30752
30752
  boxSizing: "border-box",
30753
- aspectRatio: "1",
30753
+ aspectRatio: ["auto", "auto", "1"],
30754
30754
  float: "left",
30755
30755
  p: [2, null, 3],
30756
30756
  children: /* @__PURE__ */ g.jsxs(
@@ -30758,17 +30758,19 @@ const sbe = () => {
30758
30758
  {
30759
30759
  w: "100%",
30760
30760
  h: "100%",
30761
+ minH: ["120px", "130px", "auto"],
30762
+ minW: ["120px", "130px", "auto"],
30761
30763
  bg: e === l.id ? r : l.enable ? "white" : "gray.100",
30762
30764
  boxShadow: "2px 2px 4px rgb(231 230 229 / 75%);",
30763
30765
  borderRadius: "md",
30764
30766
  cursor: l.enable ? "pointer" : "not-allowed",
30765
- _hover: l.enable ? { bg: r, color: "white" } : { bg: "gray.100", color: "gray.500" },
30767
+ _hover: l.enable ? { bg: r, color: "white" } : { bg: "gray.100", color: "gray.700" },
30766
30768
  color: e === l.id ? "white" : "black",
30767
30769
  transition: "all 0.1s ease",
30768
30770
  onClick: () => {
30769
30771
  l.enable && t(l.id);
30770
30772
  },
30771
- p: [1, null, 2],
30773
+ p: [2, null, 2],
30772
30774
  position: "relative",
30773
30775
  overflow: "hidden",
30774
30776
  children: [
@@ -30782,12 +30784,14 @@ const sbe = () => {
30782
30784
  justifyContent: "space-between",
30783
30785
  gap: 2,
30784
30786
  children: [
30785
- /* @__PURE__ */ g.jsx(dt, { flex: 1, alignItems: "center", children: /* @__PURE__ */ g.jsx(
30787
+ /* @__PURE__ */ g.jsx(dt, { flex: 1, alignItems: "center", px: 1, children: /* @__PURE__ */ g.jsx(
30786
30788
  He,
30787
30789
  {
30788
30790
  fontStyle: "italic",
30789
- fontSize: ["12px", null, "14px"],
30791
+ fontSize: ["13px", "13px", "14px"],
30792
+ fontWeight: l.enable ? "normal" : "semibold",
30790
30793
  textAlign: "center",
30794
+ lineHeight: "1.4",
30791
30795
  children: l.name
30792
30796
  }
30793
30797
  ) }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.139",
3
+ "version": "1.0.140",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",