@loafmarkets/ui 0.1.420 → 0.1.422

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/index.js CHANGED
@@ -6615,7 +6615,7 @@ var Header = ({
6615
6615
  }
6616
6616
  )
6617
6617
  ] }) : /* @__PURE__ */ jsxRuntime.jsxs("div", { style: { display: "flex", alignItems: "center" }, children: [
6618
- /* @__PURE__ */ jsxRuntime.jsx(Button2, { className: "signup", onClick: handleSignIn, children: "Access Beta" }),
6618
+ /* @__PURE__ */ jsxRuntime.jsx(Button2, { className: "signup", onClick: handleSignIn, children: "Connect Testnet" }),
6619
6619
  /* @__PURE__ */ jsxRuntime.jsx(
6620
6620
  MobileOnlyButton,
6621
6621
  {
@@ -8807,7 +8807,7 @@ var LoginPopup = ({
8807
8807
  }
8808
8808
  return null;
8809
8809
  };
8810
- var Overlay2 = styled10__default.default.div`
8810
+ var Overlay2 = styled10__default.default.div.attrs({ role: "dialog", "aria-modal": "true" })`
8811
8811
  position: fixed;
8812
8812
  top: 0;
8813
8813
  left: 0;