@edgeandnode/graph-auth-kit 6.3.0-colors-1741122895115-5a3ea79f6842bfee031687674a9b2866952c25e3 → 6.3.0-colors-1741134505470-88a1492cc0394906317fba922fc3c3332efab9cb
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { m, A, k, B, D, v, G, L, n, o, p, M, O, R, u, a, S, q, r, s, t, l, g, j, w, H, I, c, b, f, h, C, z, E, F, e, i, x, d, y } from "./GraphAuthKitInner.context-B8vsvUDy.js";
|
|
3
|
-
import { G as G2, a as a2, M as M2, b as b2, d as d2, u as u2 } from "./utils-
|
|
3
|
+
import { G as G2, a as a2, M as M2, b as b2, d as d2, u as u2 } from "./utils-WWT_FMHZ.js";
|
|
4
4
|
import { a as useGraphAuthKitAccount, b as useGraphAuthKitConnector } from "./hooks-ClXeFY-j.js";
|
|
5
5
|
import { d as d3, c as c2, e as e2, f as f2, g as g2, u as u3 } from "./hooks-ClXeFY-j.js";
|
|
6
6
|
import { g as g3, u as u4, w as w2 } from "./useWaitForSafeTransaction-D4k3ZLSB.js";
|
|
@@ -227,7 +227,7 @@ function PrimaryConnectOptions() {
|
|
|
227
227
|
ExperimentalModal.Body,
|
|
228
228
|
{
|
|
229
229
|
"aria-busy": ctx._authenticating ? "true" : void 0,
|
|
230
|
-
className: "aria-busy:
|
|
230
|
+
className: "aria-busy:opacity-64 aria-busy:pointer-events-none",
|
|
231
231
|
children: [
|
|
232
232
|
ctx._connectFailureMessage ? /* @__PURE__ */ jsx(
|
|
233
233
|
Alert,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edgeandnode/graph-auth-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.3.0-colors-
|
|
4
|
+
"version": "6.3.0-colors-1741134505470-88a1492cc0394906317fba922fc3c3332efab9cb",
|
|
5
5
|
"description": "Wallet authentication connect kit in The Graph suite of applications",
|
|
6
6
|
"author": "Edge & Node",
|
|
7
7
|
"license": "UNLICENSED",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"wagmi": "^2.12",
|
|
57
57
|
"@edgeandnode/common": "^7.0.1",
|
|
58
58
|
"@edgeandnode/ens": "^2.1.0",
|
|
59
|
-
"@edgeandnode/gds": "^6.5.0-colors-
|
|
60
|
-
"@edgeandnode/go": "^9.3.0-colors-
|
|
59
|
+
"@edgeandnode/gds": "^6.5.0-colors-1741134505470-88a1492cc0394906317fba922fc3c3332efab9cb",
|
|
60
|
+
"@edgeandnode/go": "^9.3.0-colors-1741134505470-88a1492cc0394906317fba922fc3c3332efab9cb"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"wagmi": "^2.14.12",
|
|
77
77
|
"@edgeandnode/common": "^7.0.1",
|
|
78
78
|
"@edgeandnode/ens": "^2.1.0",
|
|
79
|
-
"@edgeandnode/gds": "^6.5.0-colors-
|
|
80
|
-
"@edgeandnode/go": "^9.3.0-colors-
|
|
79
|
+
"@edgeandnode/gds": "^6.5.0-colors-1741134505470-88a1492cc0394906317fba922fc3c3332efab9cb",
|
|
80
|
+
"@edgeandnode/go": "^9.3.0-colors-1741134505470-88a1492cc0394906317fba922fc3c3332efab9cb",
|
|
81
81
|
"@edgeandnode/jsx": "^1.1.0",
|
|
82
82
|
"@edgeandnode/test-utils": "^2.1.0"
|
|
83
83
|
},
|