@gardenfi/garden-book 0.1.81 → 0.1.82

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
@@ -12586,7 +12586,10 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx(
12586
12586
  }
12587
12587
  )
12588
12588
  }
12589
- ), ArbitrumLogo = (e) => /* @__PURE__ */ jsxs(
12589
+ ), WarningIcon = (e) => /* @__PURE__ */ jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: [
12590
+ /* @__PURE__ */ jsx("mask", { id: "mask0_19962_22568", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "16", height: "16", children: /* @__PURE__ */ jsx("rect", { width: "16", height: "16", fill: "#D9D9D9" }) }),
12591
+ /* @__PURE__ */ jsx("g", { mask: "url(#mask0_19962_22568)", children: /* @__PURE__ */ jsx("path", { d: "M0.664062 13.9987L7.9974 1.33203L15.3307 13.9987H0.664062ZM2.96406 12.6654H13.0307L7.9974 3.9987L2.96406 12.6654ZM7.9974 11.9987C8.18629 11.9987 8.34462 11.9348 8.4724 11.807C8.60017 11.6793 8.66406 11.5209 8.66406 11.332C8.66406 11.1431 8.60017 10.9848 8.4724 10.857C8.34462 10.7293 8.18629 10.6654 7.9974 10.6654C7.80851 10.6654 7.65017 10.7293 7.5224 10.857C7.39462 10.9848 7.33073 11.1431 7.33073 11.332C7.33073 11.5209 7.39462 11.6793 7.5224 11.807C7.65017 11.9348 7.80851 11.9987 7.9974 11.9987ZM7.33073 9.9987H8.66406V6.66536H7.33073V9.9987Z", fill: "#554B6A" }) })
12592
+ ] }), ArbitrumLogo = (e) => /* @__PURE__ */ jsxs(
12590
12593
  "svg",
12591
12594
  {
12592
12595
  width: "18",
@@ -20000,5 +20003,6 @@ export {
20000
20003
  Vertex,
20001
20004
  WalletConnect,
20002
20005
  WalletIcon,
20003
- WalletIconRose
20006
+ WalletIconRose,
20007
+ WarningIcon
20004
20008
  };