@gardenfi/garden-book 0.1.54 → 0.1.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.
package/dist/ui.es.js
CHANGED
|
@@ -11726,6 +11726,38 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx(
|
|
|
11726
11726
|
) })
|
|
11727
11727
|
]
|
|
11728
11728
|
}
|
|
11729
|
+
), Unchecked = (e) => /* @__PURE__ */ jsxs(
|
|
11730
|
+
"svg",
|
|
11731
|
+
{
|
|
11732
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11733
|
+
width: "24",
|
|
11734
|
+
height: "24",
|
|
11735
|
+
viewBox: "0 0 24 24",
|
|
11736
|
+
fill: "none",
|
|
11737
|
+
...e,
|
|
11738
|
+
children: [
|
|
11739
|
+
/* @__PURE__ */ jsx(
|
|
11740
|
+
"mask",
|
|
11741
|
+
{
|
|
11742
|
+
id: "mask0_14594_15093",
|
|
11743
|
+
style: { maskType: "alpha" },
|
|
11744
|
+
maskUnits: "userSpaceOnUse",
|
|
11745
|
+
x: "0",
|
|
11746
|
+
y: "0",
|
|
11747
|
+
width: "24",
|
|
11748
|
+
height: "24",
|
|
11749
|
+
children: /* @__PURE__ */ jsx("rect", { width: "24", height: "24", fill: "#D9D9D9" })
|
|
11750
|
+
}
|
|
11751
|
+
),
|
|
11752
|
+
/* @__PURE__ */ jsx("g", { mask: "url(#mask0_14594_15093)", children: /* @__PURE__ */ jsx(
|
|
11753
|
+
"path",
|
|
11754
|
+
{
|
|
11755
|
+
d: "M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",
|
|
11756
|
+
fill: "#554B6A"
|
|
11757
|
+
}
|
|
11758
|
+
) })
|
|
11759
|
+
]
|
|
11760
|
+
}
|
|
11729
11761
|
), ArbitrumLogo = (e) => /* @__PURE__ */ jsxs(
|
|
11730
11762
|
"svg",
|
|
11731
11763
|
{
|
|
@@ -13278,17 +13310,7 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx(
|
|
|
13278
13310
|
)
|
|
13279
13311
|
]
|
|
13280
13312
|
}
|
|
13281
|
-
), CheckBox$1 = ({
|
|
13282
|
-
checked: e,
|
|
13283
|
-
className: t,
|
|
13284
|
-
...i
|
|
13285
|
-
}) => e ? /* @__PURE__ */ jsx(Checked, {}) : /* @__PURE__ */ jsx(
|
|
13286
|
-
"div",
|
|
13287
|
-
{
|
|
13288
|
-
className: `gf-w-4 gf-h-4 gf-border-2 gf-border-dark-grey gf-rounded-sm ${t}`,
|
|
13289
|
-
...i
|
|
13290
|
-
}
|
|
13291
|
-
), Chip = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
13313
|
+
), CheckBox$1 = ({ checked: e, ...t }) => /* @__PURE__ */ jsx("div", { ...t, children: e ? /* @__PURE__ */ jsx(Checked, {}) : /* @__PURE__ */ jsx(Unchecked, {}) }), Chip = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
13292
13314
|
"div",
|
|
13293
13315
|
{
|
|
13294
13316
|
className: cn(
|
|
@@ -19095,6 +19117,7 @@ export {
|
|
|
19095
19117
|
TrailOfBits,
|
|
19096
19118
|
TrustWallet,
|
|
19097
19119
|
Typography,
|
|
19120
|
+
Unchecked,
|
|
19098
19121
|
Vertex,
|
|
19099
19122
|
WalletConnect,
|
|
19100
19123
|
WalletIcon
|