@latticexyz/entrykit 2.2.22-daa34f06d070200c1aaf0bba78ba9f2dd8662a76 → 2.2.22-ee974a22927644f43e02e8ba221f436c023824f2
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.
|
@@ -22,7 +22,7 @@ import { forwardRef, useEffect, useRef, useState } from "react";
|
|
|
22
22
|
import ReactDOM from "react-dom";
|
|
23
23
|
|
|
24
24
|
// ../../node_modules/.pnpm/tailwindcss@3.4.13/node_modules/tailwindcss/tailwind.css?inline
|
|
25
|
-
var tailwind_default = '*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}/*\n! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com\n*//*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #e5e7eb; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: \'\';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user\'s configured `sans` font-family by default.\n5. Use the user\'s configured `sans` font-feature-settings by default.\n6. Use the user\'s configured `sans` font-variation-settings by default.\n7. Disable tap highlights on iOS\n*/\n\nhtml,\n:host {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n -webkit-tap-highlight-color: transparent; /* 7 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user\'s configured `mono` font-family by default.\n2. Use the user\'s configured `mono` font-feature-settings by default.\n3. Use the user\'s configured `mono` font-variation-settings by default.\n4. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */\n font-feature-settings: normal; /* 2 */\n font-variation-settings: normal; /* 3 */\n font-size: 1em; /* 4 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n letter-spacing: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\ninput:where([type=\'button\']),\ninput:where([type=\'reset\']),\ninput:where([type=\'submit\']) {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type=\'search\'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nReset default styling for dialogs.\n*/\ndialog {\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user\'s configured gray 400 color.\n*/\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role="button"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don\'t get the pointer cursor.\n*/\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n[hidden] {\n display: none;\n}\n\n.container {\n width: 100%;\n}\n\n@media (min-width: 640px) {\n\n .container {\n max-width: 640px;\n }\n}\n\n@media (min-width: 768px) {\n\n .container {\n max-width: 768px;\n }\n}\n\n@media (min-width: 1024px) {\n\n .container {\n max-width: 1024px;\n }\n}\n\n@media (min-width: 1280px) {\n\n .container {\n max-width: 1280px;\n }\n}\n\n@media (min-width: 1536px) {\n\n .container {\n max-width: 1536px;\n }\n}\n\n.grid-cols-2.divide-y > :not([hidden]) ~ :not([hidden]):nth-child(-n + 2) {\n border-top-width: 0;\n border-bottom-width: 0;\n}\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.pointer-events-none {\n pointer-events: none;\n}\n\n.pointer-events-auto {\n pointer-events: auto;\n}\n\n.fixed {\n position: fixed;\n}\n\n.absolute {\n position: absolute;\n}\n\n.relative {\n position: relative;\n}\n\n.sticky {\n position: sticky;\n}\n\n.inset-0 {\n inset: 0px;\n}\n\n.bottom-0 {\n bottom: 0px;\n}\n\n.left-0 {\n left: 0px;\n}\n\n.right-0 {\n right: 0px;\n}\n\n.top-0 {\n top: 0px;\n}\n\n.col-start-1 {\n grid-column-start: 1;\n}\n\n.row-start-1 {\n grid-row-start: 1;\n}\n\n.m-0 {\n margin: 0px;\n}\n\n.m-2 {\n margin: 0.5rem;\n}\n\n.-mx-0\\.5 {\n margin-left: -0.125rem;\n margin-right: -0.125rem;\n}\n\n.-my-1 {\n margin-top: -0.25rem;\n margin-bottom: -0.25rem;\n}\n\n.-my-\\[0\\.125em\\] {\n margin-top: -0.125em;\n margin-bottom: -0.125em;\n}\n\n.mx-auto {\n margin-left: auto;\n margin-right: auto;\n}\n\n.-ml-3 {\n margin-left: -0.75rem;\n}\n\n.-mr-1 {\n margin-right: -0.25rem;\n}\n\n.-mt-2 {\n margin-top: -0.5rem;\n}\n\n.mt-1 {\n margin-top: 0.25rem;\n}\n\n.mt-4 {\n margin-top: 1rem;\n}\n\n.block {\n display: block;\n}\n\n.inline-block {\n display: inline-block;\n}\n\n.flex {\n display: flex;\n}\n\n.inline-flex {\n display: inline-flex;\n}\n\n.table {\n display: table;\n}\n\n.grid {\n display: grid;\n}\n\n.inline-grid {\n display: inline-grid;\n}\n\n.contents {\n display: contents;\n}\n\n.hidden {\n display: none;\n}\n\n.aspect-square {\n aspect-ratio: 1 / 1;\n}\n\n.h-10 {\n height: 2.5rem;\n}\n\n.h-12 {\n height: 3rem;\n}\n\n.h-16 {\n height: 4rem;\n}\n\n.h-3\\.5 {\n height: 0.875rem;\n}\n\n.h-4 {\n height: 1rem;\n}\n\n.h-6 {\n height: 1.5rem;\n}\n\n.h-64 {\n height: 16rem;\n}\n\n.h-\\[1\\.25em\\] {\n height: 1.25em;\n}\n\n.h-\\[1em\\] {\n height: 1em;\n}\n\n.h-\\[2px\\] {\n height: 2px;\n}\n\n.h-full {\n height: 100%;\n}\n\n.max-h-full {\n max-height: 100%;\n}\n\n.w-10 {\n width: 2.5rem;\n}\n\n.w-16 {\n width: 4rem;\n}\n\n.w-24 {\n width: 6rem;\n}\n\n.w-28 {\n width: 7rem;\n}\n\n.w-3\\.5 {\n width: 0.875rem;\n}\n\n.w-4 {\n width: 1rem;\n}\n\n.w-48 {\n width: 12rem;\n}\n\n.w-6 {\n width: 1.5rem;\n}\n\n.w-60 {\n width: 15rem;\n}\n\n.w-8 {\n width: 2rem;\n}\n\n.w-\\[0\\.6em\\] {\n width: 0.6em;\n}\n\n.w-\\[1\\.25em\\] {\n width: 1.25em;\n}\n\n.w-\\[352px\\] {\n width: 352px;\n}\n\n.w-full {\n width: 100%;\n}\n\n.max-w-\\[26rem\\] {\n max-width: 26rem;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0;\n}\n\n.flex-grow {\n flex-grow: 1;\n}\n\n.-translate-y-2 {\n --tw-translate-y: -0.5rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.-translate-y-4 {\n --tw-translate-y: -1rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.translate-x-2 {\n --tw-translate-x: 0.5rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.translate-y-0 {\n --tw-translate-y: 0px;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.scale-100 {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.scale-50 {\n --tw-scale-x: .5;\n --tw-scale-y: .5;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.transform {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n@keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\n\n.animate-spin {\n animation: spin 1s linear infinite;\n}\n\n.cursor-pointer {\n cursor: pointer;\n}\n\n.cursor-text {\n cursor: text;\n}\n\n.grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n\n.grid-cols-\\[1fr_auto_1fr\\] {\n grid-template-columns: 1fr auto 1fr;\n}\n\n.flex-col {\n flex-direction: column;\n}\n\n.place-items-center {\n place-items: center;\n}\n\n.items-end {\n align-items: flex-end;\n}\n\n.items-center {\n align-items: center;\n}\n\n.justify-end {\n justify-content: flex-end;\n}\n\n.justify-center {\n justify-content: center;\n}\n\n.justify-between {\n justify-content: space-between;\n}\n\n.gap-1 {\n gap: 0.25rem;\n}\n\n.gap-2 {\n gap: 0.5rem;\n}\n\n.gap-2\\.5 {\n gap: 0.625rem;\n}\n\n.gap-4 {\n gap: 1rem;\n}\n\n.gap-5 {\n gap: 1.25rem;\n}\n\n.gap-6 {\n gap: 1.5rem;\n}\n\n.space-y-6 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));\n}\n\n.divide-y > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-y-reverse: 0;\n border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));\n border-bottom-width: calc(1px * var(--tw-divide-y-reverse));\n}\n\n.divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-opacity: 1;\n border-color: rgb(229 229 229 / var(--tw-divide-opacity));\n}\n\n.divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-opacity: 1;\n border-color: rgb(212 212 212 / var(--tw-divide-opacity));\n}\n\n.divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-opacity: 1;\n border-color: rgb(38 38 38 / var(--tw-divide-opacity));\n}\n\n.self-auto {\n align-self: auto;\n}\n\n.self-center {\n align-self: center;\n}\n\n.overflow-auto {\n overflow: auto;\n}\n\n.overflow-clip {\n overflow: clip;\n}\n\n.whitespace-pre-wrap {\n white-space: pre-wrap;\n}\n\n.rounded-full {\n border-radius: 9999px;\n}\n\n.border {\n border-width: 1px;\n}\n\n.border-2 {\n border-width: 2px;\n}\n\n.border-4 {\n border-width: 4px;\n}\n\n.border-dashed {\n border-style: dashed;\n}\n\n.border-black\\/20 {\n border-color: rgb(0 0 0 / 0.2);\n}\n\n.border-neutral-300 {\n --tw-border-opacity: 1;\n border-color: rgb(212 212 212 / var(--tw-border-opacity));\n}\n\n.border-transparent {\n border-color: transparent;\n}\n\n.bg-black\\/10 {\n background-color: rgb(0 0 0 / 0.1);\n}\n\n.bg-blue-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n\n.bg-blue-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(37 99 235 / var(--tw-bg-opacity));\n}\n\n.bg-blue-700 {\n --tw-bg-opacity: 1;\n background-color: rgb(29 78 216 / var(--tw-bg-opacity));\n}\n\n.bg-blue-700\\/60 {\n background-color: rgb(29 78 216 / 0.6);\n}\n\n.bg-green-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(34 197 94 / var(--tw-bg-opacity));\n}\n\n.bg-neutral-100 {\n --tw-bg-opacity: 1;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity));\n}\n\n.bg-neutral-700 {\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n\n.bg-neutral-800 {\n --tw-bg-opacity: 1;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity));\n}\n\n.bg-neutral-800\\/85 {\n background-color: rgb(38 38 38 / 0.85);\n}\n\n.bg-neutral-900 {\n --tw-bg-opacity: 1;\n background-color: rgb(23 23 23 / var(--tw-bg-opacity));\n}\n\n.bg-orange-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(249 115 22 / var(--tw-bg-opacity));\n}\n\n.bg-orange-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(234 88 12 / var(--tw-bg-opacity));\n}\n\n.bg-red-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(239 68 68 / var(--tw-bg-opacity));\n}\n\n.bg-transparent {\n background-color: transparent;\n}\n\n.bg-white {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n\n.bg-gradient-to-b {\n background-image: linear-gradient(to bottom, var(--tw-gradient-stops));\n}\n\n.from-transparent {\n --tw-gradient-from: transparent var(--tw-gradient-from-position);\n --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);\n}\n\n.to-blue-700 {\n --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);\n}\n\n.bg-cover {\n background-size: cover;\n}\n\n.bg-center {\n background-position: center;\n}\n\n.bg-no-repeat {\n background-repeat: no-repeat;\n}\n\n.object-cover {\n object-fit: cover;\n}\n\n.p-1 {\n padding: 0.25rem;\n}\n\n.p-2 {\n padding: 0.5rem;\n}\n\n.p-2\\.5 {\n padding: 0.625rem;\n}\n\n.p-3 {\n padding: 0.75rem;\n}\n\n.p-4 {\n padding: 1rem;\n}\n\n.p-6 {\n padding: 1.5rem;\n}\n\n.p-\\[\\.75em\\] {\n padding: .75em;\n}\n\n.px-8 {\n padding-left: 2rem;\n padding-right: 2rem;\n}\n\n.py-1 {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n}\n\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.py-8 {\n padding-top: 2rem;\n padding-bottom: 2rem;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem;\n}\n\n.pb-8 {\n padding-bottom: 2rem;\n}\n\n.pt-10 {\n padding-top: 2.5rem;\n}\n\n.pt-8 {\n padding-top: 2rem;\n}\n\n.text-left {\n text-align: left;\n}\n\n.text-center {\n text-align: center;\n}\n\n.font-mono {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;\n}\n\n.text-2xl {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n\n.text-\\[\\.75em\\] {\n font-size: .75em;\n}\n\n.text-base {\n font-size: 1rem;\n line-height: 1.5rem;\n}\n\n.text-lg {\n font-size: 1.125rem;\n line-height: 1.75rem;\n}\n\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\n\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem;\n}\n\n.font-bold {\n font-weight: 700;\n}\n\n.font-medium {\n font-weight: 500;\n}\n\n.leading-loose {\n line-height: 2;\n}\n\n.leading-none {\n line-height: 1;\n}\n\n.tracking-\\[-1ch\\] {\n letter-spacing: -1ch;\n}\n\n.text-amber-500 {\n --tw-text-opacity: 1;\n color: rgb(245 158 11 / var(--tw-text-opacity));\n}\n\n.text-black {\n --tw-text-opacity: 1;\n color: rgb(0 0 0 / var(--tw-text-opacity));\n}\n\n.text-green-600 {\n --tw-text-opacity: 1;\n color: rgb(22 163 74 / var(--tw-text-opacity));\n}\n\n.text-neutral-400 {\n --tw-text-opacity: 1;\n color: rgb(163 163 163 / var(--tw-text-opacity));\n}\n\n.text-neutral-500 {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity));\n}\n\n.text-neutral-700 {\n --tw-text-opacity: 1;\n color: rgb(64 64 64 / var(--tw-text-opacity));\n}\n\n.text-orange-500 {\n --tw-text-opacity: 1;\n color: rgb(249 115 22 / var(--tw-text-opacity));\n}\n\n.text-transparent {\n color: transparent;\n}\n\n.text-white {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.text-white\\/20 {\n color: rgb(255 255 255 / 0.2);\n}\n\n.text-white\\/80 {\n color: rgb(255 255 255 / 0.8);\n}\n\n.opacity-0 {\n opacity: 0;\n}\n\n.opacity-100 {\n opacity: 1;\n}\n\n.opacity-25 {\n opacity: 0.25;\n}\n\n.opacity-30 {\n opacity: 0.3;\n}\n\n.opacity-50 {\n opacity: 0.5;\n}\n\n.opacity-75 {\n opacity: 0.75;\n}\n\n.outline-none {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n\n.ring-1 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n\n.ring-2 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n\n.ring-neutral-700\\/50 {\n --tw-ring-color: rgb(64 64 64 / 0.5);\n}\n\n.ring-transparent {\n --tw-ring-color: transparent;\n}\n\n.filter {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.transition {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n\n.duration-100 {\n transition-duration: 100ms;\n}\n\n.duration-300 {\n transition-duration: 300ms;\n}\n\n.ease-linear {\n transition-timing-function: linear;\n}\n\n@keyframes enter {\n\n from {\n opacity: var(--tw-enter-opacity, 1);\n transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));\n }\n}\n\n@keyframes exit {\n\n to {\n opacity: var(--tw-exit-opacity, 1);\n transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));\n }\n}\n\n.animate-in {\n animation-name: enter;\n animation-duration: 150ms;\n --tw-enter-opacity: initial;\n --tw-enter-scale: initial;\n --tw-enter-rotate: initial;\n --tw-enter-translate-x: initial;\n --tw-enter-translate-y: initial;\n}\n\n.animate-out {\n animation-name: exit;\n animation-duration: 150ms;\n --tw-exit-opacity: initial;\n --tw-exit-scale: initial;\n --tw-exit-rotate: initial;\n --tw-exit-translate-x: initial;\n --tw-exit-translate-y: initial;\n}\n\n.fade-in {\n --tw-enter-opacity: 0;\n}\n\n.fade-out {\n --tw-exit-opacity: 0;\n}\n\n.slide-in-from-bottom-16 {\n --tw-enter-translate-y: 4rem;\n}\n\n.slide-in-from-bottom-2 {\n --tw-enter-translate-y: 0.5rem;\n}\n\n.slide-in-from-bottom-8 {\n --tw-enter-translate-y: 2rem;\n}\n\n.slide-in-from-top-2 {\n --tw-enter-translate-y: -0.5rem;\n}\n\n.animate-duration-300 {\n animation-duration: 300ms;\n}\n\n.ease-linear {\n animation-timing-function: linear;\n}\n\n@property --tw-border-gradient-angle {\n syntax: \'<angle>\';\n inherits: true;\n initial-value: 0deg;\n}\n\n@property --tw-conic-gradient-angle {\n syntax: \'<angle>\';\n inherits: true;\n initial-value: 0deg;\n}\n\n@keyframes border-gradient {\n\n to {\n --tw-border-gradient-angle: 360deg;\n }\n}\n\n.placeholder\\:text-neutral-400::placeholder {\n --tw-text-opacity: 1;\n color: rgb(163 163 163 / var(--tw-text-opacity));\n}\n\n.after\\:select-none::after {\n content: var(--tw-content);\n -webkit-user-select: none;\n user-select: none;\n}\n\n.after\\:content-\\[\\\'\\2026\\\'\\]::after {\n --tw-content: \'\u2026\';\n content: var(--tw-content);\n}\n\n.focus-within\\:border-transparent:focus-within {\n border-color: transparent;\n}\n\n.focus-within\\:ring-orange-500:focus-within {\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity));\n}\n\n.hover\\:bg-blue-500:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n\n.hover\\:bg-neutral-200:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity));\n}\n\n.hover\\:bg-orange-400:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(251 146 60 / var(--tw-bg-opacity));\n}\n\n.hover\\:text-black:hover {\n --tw-text-opacity: 1;\n color: rgb(0 0 0 / var(--tw-text-opacity));\n}\n\n.hover\\:text-white:hover {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.hover\\:text-white\\/40:hover {\n color: rgb(255 255 255 / 0.4);\n}\n\n.hover\\:text-white\\/80:hover {\n color: rgb(255 255 255 / 0.8);\n}\n\n.hover\\:brightness-125:hover {\n --tw-brightness: brightness(1.25);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.focus\\:border-orange-500:focus {\n --tw-border-opacity: 1;\n border-color: rgb(249 115 22 / var(--tw-border-opacity));\n}\n\n.focus\\:border-yellow-400:focus {\n --tw-border-opacity: 1;\n border-color: rgb(250 204 21 / var(--tw-border-opacity));\n}\n\n.focus\\:bg-white:focus {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n\n.active\\:bg-orange-600:active {\n --tw-bg-opacity: 1;\n background-color: rgb(234 88 12 / var(--tw-bg-opacity));\n}\n\n.active\\:brightness-150:active {\n --tw-brightness: brightness(1.5);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.group:hover .group-hover\\:pointer-events-none {\n pointer-events: none;\n}\n\n.group:hover .group-hover\\:pointer-events-auto {\n pointer-events: auto;\n}\n\n.group:hover .group-hover\\:rotate-90 {\n --tw-rotate: 90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.group:hover .group-hover\\:opacity-0 {\n opacity: 0;\n}\n\n.group:hover .group-hover\\:opacity-100 {\n opacity: 1;\n}\n\n.peer:placeholder-shown ~ .peer-placeholder-shown\\:text-neutral-400 {\n --tw-text-opacity: 1;\n color: rgb(163 163 163 / var(--tw-text-opacity));\n}\n\n.aria-busy\\:pointer-events-none[aria-busy="true"] {\n pointer-events: none;\n}\n\n.aria-busy\\:bg-blue-500[aria-busy="true"] {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n\n.aria-disabled\\:pointer-events-none[aria-disabled="true"] {\n pointer-events: none;\n}\n\n.aria-disabled\\:opacity-50[aria-disabled="true"] {\n opacity: 0.5;\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:inline {\n display: inline;\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:hidden {\n display: none;\n}\n\n.group\\/button[aria-busy="true"] .group-aria-busy\\/button\\:translate-x-0 {\n --tw-translate-x: 0px;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:scale-100 {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:scale-125 {\n --tw-scale-x: 1.25;\n --tw-scale-y: 1.25;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.group\\/button[aria-busy="true"] .group-aria-busy\\/button\\:opacity-100 {\n opacity: 1;\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:opacity-0 {\n opacity: 0;\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:opacity-100 {\n opacity: 1;\n}\n\n.group\\/button[aria-busy="true"] .group-aria-busy\\/button\\:duration-300 {\n transition-duration: 300ms;\n}\n\n.group[aria-expanded="true"] .group-aria-expanded\\:inline {\n display: inline;\n}\n\n.group[aria-expanded="true"] .group-aria-expanded\\:hidden {\n display: none;\n}\n\n.data-\\[highlighted\\]\\:bg-neutral-200[data-highlighted] {\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity));\n}\n\n.data-\\[state\\=checked\\]\\:bg-neutral-200[data-state="checked"] {\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity));\n}\n\n.links\\:font-medium a[href]:not(.links-unset) {\n font-weight: 500;\n}\n\n.links\\:text-white a[href]:not(.links-unset) {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.links\\:underline a[href]:not(.links-unset) {\n text-decoration-line: underline;\n}\n\n.links\\:decoration-neutral-500 a[href]:not(.links-unset) {\n text-decoration-color: #737373;\n}\n\n.links\\:underline-offset-4 a[href]:not(.links-unset) {\n text-underline-offset: 4px;\n}\n\n.hover\\:links\\:decoration-orange-500 a[href]:not(.links-unset):hover {\n text-decoration-color: #f97316;\n}\n\n@media (min-width: 640px) {\n\n .sm\\:items-center {\n align-items: center;\n }\n}\n\n.dark\\:divide-neutral-700:where([data-theme="dark"], [data-theme="dark"] *) > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-opacity: 1;\n border-color: rgb(64 64 64 / var(--tw-divide-opacity));\n}\n\n.dark\\:border-neutral-700:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-border-opacity: 1;\n border-color: rgb(64 64 64 / var(--tw-border-opacity));\n}\n\n.dark\\:border-white\\/50:where([data-theme="dark"], [data-theme="dark"] *) {\n border-color: rgb(255 255 255 / 0.5);\n}\n\n.dark\\:bg-blue-600:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(37 99 235 / var(--tw-bg-opacity));\n}\n\n.dark\\:bg-green-600:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(22 163 74 / var(--tw-bg-opacity));\n}\n\n.dark\\:bg-neutral-800:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity));\n}\n\n.dark\\:bg-neutral-900:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(23 23 23 / var(--tw-bg-opacity));\n}\n\n.dark\\:bg-red-600:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(220 38 38 / var(--tw-bg-opacity));\n}\n\n.dark\\:bg-white\\/10:where([data-theme="dark"], [data-theme="dark"] *) {\n background-color: rgb(255 255 255 / 0.1);\n}\n\n.dark\\:text-neutral-300:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-text-opacity: 1;\n color: rgb(212 212 212 / var(--tw-text-opacity));\n}\n\n.dark\\:text-neutral-400:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-text-opacity: 1;\n color: rgb(163 163 163 / var(--tw-text-opacity));\n}\n\n.dark\\:text-neutral-500:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity));\n}\n\n.dark\\:text-white:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.dark\\:placeholder\\:text-neutral-500:where([data-theme="dark"], [data-theme="dark"] *)::placeholder {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity));\n}\n\n.dark\\:hover\\:bg-neutral-700:hover:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n\n.dark\\:hover\\:text-white:hover:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.dark\\:focus\\:bg-neutral-700:focus:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n\n.peer:placeholder-shown ~ .dark\\:peer-placeholder-shown\\:text-neutral-500:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity));\n}\n\n.dark\\:data-\\[state\\=checked\\]\\:bg-neutral-900[data-state="checked"]:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(23 23 23 / var(--tw-bg-opacity));\n}\n\n.\\[\\&_\\>_\\:is\\(dt\\2c dd\\)\\]\\:px-1 > :is(dt,dd) {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n}\n\n.\\[\\&_\\>_dd\\]\\:text-right > dd {\n text-align: right;\n}\n';
|
|
25
|
+
var tailwind_default = '*, ::before, ::after {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}\n\n::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(59 130 246 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n --tw-contain-size: ;\n --tw-contain-layout: ;\n --tw-contain-paint: ;\n --tw-contain-style: ;\n}/*\n! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com\n*//*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #e5e7eb; /* 2 */\n}\n\n::before,\n::after {\n --tw-content: \'\';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user\'s configured `sans` font-family by default.\n5. Use the user\'s configured `sans` font-feature-settings by default.\n6. Use the user\'s configured `sans` font-variation-settings by default.\n7. Disable tap highlights on iOS\n*/\n\nhtml,\n:host {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n -webkit-tap-highlight-color: transparent; /* 7 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user\'s configured `mono` font-family by default.\n2. Use the user\'s configured `mono` font-feature-settings by default.\n3. Use the user\'s configured `mono` font-variation-settings by default.\n4. Correct the odd `em` font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */\n font-feature-settings: normal; /* 2 */\n font-variation-settings: normal; /* 3 */\n font-size: 1em; /* 4 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n letter-spacing: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\nbutton,\ninput:where([type=\'button\']),\ninput:where([type=\'reset\']),\ninput:where([type=\'submit\']) {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n:-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type=\'search\'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nReset default styling for dialogs.\n*/\ndialog {\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user\'s configured gray 400 color.\n*/\n\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\nbutton,\n[role="button"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don\'t get the pointer cursor.\n*/\n:disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\nimg,\nsvg,\nvideo,\ncanvas,\naudio,\niframe,\nembed,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\nimg,\nvideo {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n[hidden] {\n display: none;\n}\n\n.container {\n width: 100%;\n}\n\n@media (min-width: 640px) {\n\n .container {\n max-width: 640px;\n }\n}\n\n@media (min-width: 768px) {\n\n .container {\n max-width: 768px;\n }\n}\n\n@media (min-width: 1024px) {\n\n .container {\n max-width: 1024px;\n }\n}\n\n@media (min-width: 1280px) {\n\n .container {\n max-width: 1280px;\n }\n}\n\n@media (min-width: 1536px) {\n\n .container {\n max-width: 1536px;\n }\n}\n\n.grid-cols-2.divide-y > :not([hidden]) ~ :not([hidden]):nth-child(-n + 2) {\n border-top-width: 0;\n border-bottom-width: 0;\n}\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.pointer-events-none {\n pointer-events: none;\n}\n\n.pointer-events-auto {\n pointer-events: auto;\n}\n\n.fixed {\n position: fixed;\n}\n\n.absolute {\n position: absolute;\n}\n\n.relative {\n position: relative;\n}\n\n.sticky {\n position: sticky;\n}\n\n.inset-0 {\n inset: 0px;\n}\n\n.bottom-0 {\n bottom: 0px;\n}\n\n.left-0 {\n left: 0px;\n}\n\n.right-0 {\n right: 0px;\n}\n\n.top-0 {\n top: 0px;\n}\n\n.col-start-1 {\n grid-column-start: 1;\n}\n\n.row-start-1 {\n grid-row-start: 1;\n}\n\n.m-0 {\n margin: 0px;\n}\n\n.m-2 {\n margin: 0.5rem;\n}\n\n.-mx-0\\.5 {\n margin-left: -0.125rem;\n margin-right: -0.125rem;\n}\n\n.-my-1 {\n margin-top: -0.25rem;\n margin-bottom: -0.25rem;\n}\n\n.-my-\\[0\\.125em\\] {\n margin-top: -0.125em;\n margin-bottom: -0.125em;\n}\n\n.mx-auto {\n margin-left: auto;\n margin-right: auto;\n}\n\n.-ml-3 {\n margin-left: -0.75rem;\n}\n\n.-mr-1 {\n margin-right: -0.25rem;\n}\n\n.-mt-2 {\n margin-top: -0.5rem;\n}\n\n.mt-1 {\n margin-top: 0.25rem;\n}\n\n.mt-4 {\n margin-top: 1rem;\n}\n\n.block {\n display: block;\n}\n\n.inline-block {\n display: inline-block;\n}\n\n.flex {\n display: flex;\n}\n\n.inline-flex {\n display: inline-flex;\n}\n\n.table {\n display: table;\n}\n\n.grid {\n display: grid;\n}\n\n.inline-grid {\n display: inline-grid;\n}\n\n.contents {\n display: contents;\n}\n\n.hidden {\n display: none;\n}\n\n.aspect-square {\n aspect-ratio: 1 / 1;\n}\n\n.h-10 {\n height: 2.5rem;\n}\n\n.h-12 {\n height: 3rem;\n}\n\n.h-16 {\n height: 4rem;\n}\n\n.h-3 {\n height: 0.75rem;\n}\n\n.h-3\\.5 {\n height: 0.875rem;\n}\n\n.h-4 {\n height: 1rem;\n}\n\n.h-6 {\n height: 1.5rem;\n}\n\n.h-64 {\n height: 16rem;\n}\n\n.h-\\[1\\.25em\\] {\n height: 1.25em;\n}\n\n.h-\\[1em\\] {\n height: 1em;\n}\n\n.h-\\[2px\\] {\n height: 2px;\n}\n\n.h-full {\n height: 100%;\n}\n\n.max-h-full {\n max-height: 100%;\n}\n\n.w-10 {\n width: 2.5rem;\n}\n\n.w-16 {\n width: 4rem;\n}\n\n.w-24 {\n width: 6rem;\n}\n\n.w-28 {\n width: 7rem;\n}\n\n.w-3 {\n width: 0.75rem;\n}\n\n.w-3\\.5 {\n width: 0.875rem;\n}\n\n.w-4 {\n width: 1rem;\n}\n\n.w-48 {\n width: 12rem;\n}\n\n.w-6 {\n width: 1.5rem;\n}\n\n.w-60 {\n width: 15rem;\n}\n\n.w-8 {\n width: 2rem;\n}\n\n.w-\\[0\\.6em\\] {\n width: 0.6em;\n}\n\n.w-\\[1\\.25em\\] {\n width: 1.25em;\n}\n\n.w-\\[352px\\] {\n width: 352px;\n}\n\n.w-full {\n width: 100%;\n}\n\n.max-w-\\[26rem\\] {\n max-width: 26rem;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0;\n}\n\n.flex-grow {\n flex-grow: 1;\n}\n\n.-translate-y-2 {\n --tw-translate-y: -0.5rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.-translate-y-4 {\n --tw-translate-y: -1rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.translate-x-2 {\n --tw-translate-x: 0.5rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.translate-y-0 {\n --tw-translate-y: 0px;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.scale-100 {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.scale-50 {\n --tw-scale-x: .5;\n --tw-scale-y: .5;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.transform {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n@keyframes spin {\n\n to {\n transform: rotate(360deg);\n }\n}\n\n.animate-spin {\n animation: spin 1s linear infinite;\n}\n\n.cursor-pointer {\n cursor: pointer;\n}\n\n.cursor-text {\n cursor: text;\n}\n\n.grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n\n.grid-cols-\\[1fr_auto_1fr\\] {\n grid-template-columns: 1fr auto 1fr;\n}\n\n.flex-col {\n flex-direction: column;\n}\n\n.place-items-center {\n place-items: center;\n}\n\n.items-end {\n align-items: flex-end;\n}\n\n.items-center {\n align-items: center;\n}\n\n.justify-end {\n justify-content: flex-end;\n}\n\n.justify-center {\n justify-content: center;\n}\n\n.justify-between {\n justify-content: space-between;\n}\n\n.gap-1 {\n gap: 0.25rem;\n}\n\n.gap-2 {\n gap: 0.5rem;\n}\n\n.gap-2\\.5 {\n gap: 0.625rem;\n}\n\n.gap-4 {\n gap: 1rem;\n}\n\n.gap-5 {\n gap: 1.25rem;\n}\n\n.gap-6 {\n gap: 1.5rem;\n}\n\n.space-y-6 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));\n}\n\n.divide-y > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-y-reverse: 0;\n border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));\n border-bottom-width: calc(1px * var(--tw-divide-y-reverse));\n}\n\n.divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-opacity: 1;\n border-color: rgb(64 64 64 / var(--tw-divide-opacity));\n}\n\n.divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-opacity: 1;\n border-color: rgb(38 38 38 / var(--tw-divide-opacity));\n}\n\n.self-auto {\n align-self: auto;\n}\n\n.self-center {\n align-self: center;\n}\n\n.overflow-auto {\n overflow: auto;\n}\n\n.overflow-clip {\n overflow: clip;\n}\n\n.whitespace-nowrap {\n white-space: nowrap;\n}\n\n.whitespace-pre-wrap {\n white-space: pre-wrap;\n}\n\n.rounded-full {\n border-radius: 9999px;\n}\n\n.border {\n border-width: 1px;\n}\n\n.border-2 {\n border-width: 2px;\n}\n\n.border-4 {\n border-width: 4px;\n}\n\n.border-dashed {\n border-style: dashed;\n}\n\n.border-neutral-300 {\n --tw-border-opacity: 1;\n border-color: rgb(212 212 212 / var(--tw-border-opacity));\n}\n\n.border-neutral-700 {\n --tw-border-opacity: 1;\n border-color: rgb(64 64 64 / var(--tw-border-opacity));\n}\n\n.border-transparent {\n border-color: transparent;\n}\n\n.border-white\\/50 {\n border-color: rgb(255 255 255 / 0.5);\n}\n\n.bg-black\\/10 {\n background-color: rgb(0 0 0 / 0.1);\n}\n\n.bg-blue-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(37 99 235 / var(--tw-bg-opacity));\n}\n\n.bg-blue-700 {\n --tw-bg-opacity: 1;\n background-color: rgb(29 78 216 / var(--tw-bg-opacity));\n}\n\n.bg-blue-700\\/60 {\n background-color: rgb(29 78 216 / 0.6);\n}\n\n.bg-green-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(22 163 74 / var(--tw-bg-opacity));\n}\n\n.bg-neutral-100 {\n --tw-bg-opacity: 1;\n background-color: rgb(245 245 245 / var(--tw-bg-opacity));\n}\n\n.bg-neutral-700 {\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n\n.bg-neutral-800 {\n --tw-bg-opacity: 1;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity));\n}\n\n.bg-neutral-800\\/85 {\n background-color: rgb(38 38 38 / 0.85);\n}\n\n.bg-neutral-900 {\n --tw-bg-opacity: 1;\n background-color: rgb(23 23 23 / var(--tw-bg-opacity));\n}\n\n.bg-orange-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(249 115 22 / var(--tw-bg-opacity));\n}\n\n.bg-orange-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(234 88 12 / var(--tw-bg-opacity));\n}\n\n.bg-red-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(220 38 38 / var(--tw-bg-opacity));\n}\n\n.bg-transparent {\n background-color: transparent;\n}\n\n.bg-gradient-to-b {\n background-image: linear-gradient(to bottom, var(--tw-gradient-stops));\n}\n\n.from-transparent {\n --tw-gradient-from: transparent var(--tw-gradient-from-position);\n --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);\n}\n\n.to-blue-700 {\n --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);\n}\n\n.bg-cover {\n background-size: cover;\n}\n\n.bg-center {\n background-position: center;\n}\n\n.bg-no-repeat {\n background-repeat: no-repeat;\n}\n\n.object-cover {\n object-fit: cover;\n}\n\n.p-1 {\n padding: 0.25rem;\n}\n\n.p-2 {\n padding: 0.5rem;\n}\n\n.p-2\\.5 {\n padding: 0.625rem;\n}\n\n.p-3 {\n padding: 0.75rem;\n}\n\n.p-4 {\n padding: 1rem;\n}\n\n.p-6 {\n padding: 1.5rem;\n}\n\n.p-\\[\\.75em\\] {\n padding: .75em;\n}\n\n.px-8 {\n padding-left: 2rem;\n padding-right: 2rem;\n}\n\n.py-1 {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n}\n\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.py-8 {\n padding-top: 2rem;\n padding-bottom: 2rem;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem;\n}\n\n.pb-8 {\n padding-bottom: 2rem;\n}\n\n.pt-10 {\n padding-top: 2.5rem;\n}\n\n.pt-8 {\n padding-top: 2rem;\n}\n\n.text-left {\n text-align: left;\n}\n\n.text-center {\n text-align: center;\n}\n\n.font-mono {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;\n}\n\n.text-2xl {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n\n.text-\\[\\.75em\\] {\n font-size: .75em;\n}\n\n.text-base {\n font-size: 1rem;\n line-height: 1.5rem;\n}\n\n.text-lg {\n font-size: 1.125rem;\n line-height: 1.75rem;\n}\n\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem;\n}\n\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem;\n}\n\n.font-bold {\n font-weight: 700;\n}\n\n.font-medium {\n font-weight: 500;\n}\n\n.leading-loose {\n line-height: 2;\n}\n\n.leading-none {\n line-height: 1;\n}\n\n.tracking-\\[-1ch\\] {\n letter-spacing: -1ch;\n}\n\n.text-amber-500 {\n --tw-text-opacity: 1;\n color: rgb(245 158 11 / var(--tw-text-opacity));\n}\n\n.text-black {\n --tw-text-opacity: 1;\n color: rgb(0 0 0 / var(--tw-text-opacity));\n}\n\n.text-green-600 {\n --tw-text-opacity: 1;\n color: rgb(22 163 74 / var(--tw-text-opacity));\n}\n\n.text-neutral-300 {\n --tw-text-opacity: 1;\n color: rgb(212 212 212 / var(--tw-text-opacity));\n}\n\n.text-neutral-400 {\n --tw-text-opacity: 1;\n color: rgb(163 163 163 / var(--tw-text-opacity));\n}\n\n.text-neutral-500 {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity));\n}\n\n.text-orange-500 {\n --tw-text-opacity: 1;\n color: rgb(249 115 22 / var(--tw-text-opacity));\n}\n\n.text-transparent {\n color: transparent;\n}\n\n.text-white {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.text-white\\/20 {\n color: rgb(255 255 255 / 0.2);\n}\n\n.text-white\\/50 {\n color: rgb(255 255 255 / 0.5);\n}\n\n.text-white\\/80 {\n color: rgb(255 255 255 / 0.8);\n}\n\n.underline {\n text-decoration-line: underline;\n}\n\n.decoration-neutral-500 {\n text-decoration-color: #737373;\n}\n\n.underline-offset-4 {\n text-underline-offset: 4px;\n}\n\n.opacity-0 {\n opacity: 0;\n}\n\n.opacity-100 {\n opacity: 1;\n}\n\n.opacity-25 {\n opacity: 0.25;\n}\n\n.opacity-30 {\n opacity: 0.3;\n}\n\n.opacity-50 {\n opacity: 0.5;\n}\n\n.opacity-75 {\n opacity: 0.75;\n}\n\n.outline-none {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n\n.ring-1 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n\n.ring-2 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n\n.ring-neutral-700\\/50 {\n --tw-ring-color: rgb(64 64 64 / 0.5);\n}\n\n.ring-transparent {\n --tw-ring-color: transparent;\n}\n\n.filter {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.transition {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n\n.transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n\n.duration-100 {\n transition-duration: 100ms;\n}\n\n.duration-300 {\n transition-duration: 300ms;\n}\n\n.ease-linear {\n transition-timing-function: linear;\n}\n\n@keyframes enter {\n\n from {\n opacity: var(--tw-enter-opacity, 1);\n transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));\n }\n}\n\n@keyframes exit {\n\n to {\n opacity: var(--tw-exit-opacity, 1);\n transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));\n }\n}\n\n.animate-in {\n animation-name: enter;\n animation-duration: 150ms;\n --tw-enter-opacity: initial;\n --tw-enter-scale: initial;\n --tw-enter-rotate: initial;\n --tw-enter-translate-x: initial;\n --tw-enter-translate-y: initial;\n}\n\n.animate-out {\n animation-name: exit;\n animation-duration: 150ms;\n --tw-exit-opacity: initial;\n --tw-exit-scale: initial;\n --tw-exit-rotate: initial;\n --tw-exit-translate-x: initial;\n --tw-exit-translate-y: initial;\n}\n\n.fade-in {\n --tw-enter-opacity: 0;\n}\n\n.fade-out {\n --tw-exit-opacity: 0;\n}\n\n.slide-in-from-bottom-16 {\n --tw-enter-translate-y: 4rem;\n}\n\n.slide-in-from-bottom-2 {\n --tw-enter-translate-y: 0.5rem;\n}\n\n.slide-in-from-bottom-8 {\n --tw-enter-translate-y: 2rem;\n}\n\n.slide-in-from-top-2 {\n --tw-enter-translate-y: -0.5rem;\n}\n\n.animate-duration-300 {\n animation-duration: 300ms;\n}\n\n.ease-linear {\n animation-timing-function: linear;\n}\n\n@property --tw-border-gradient-angle {\n syntax: \'<angle>\';\n inherits: true;\n initial-value: 0deg;\n}\n\n@property --tw-conic-gradient-angle {\n syntax: \'<angle>\';\n inherits: true;\n initial-value: 0deg;\n}\n\n@keyframes border-gradient {\n\n to {\n --tw-border-gradient-angle: 360deg;\n }\n}\n\n.placeholder\\:text-neutral-500::placeholder {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity));\n}\n\n.after\\:select-none::after {\n content: var(--tw-content);\n -webkit-user-select: none;\n user-select: none;\n}\n\n.after\\:content-\\[\\\'\\2026\\\'\\]::after {\n --tw-content: \'\u2026\';\n content: var(--tw-content);\n}\n\n.focus-within\\:border-transparent:focus-within {\n border-color: transparent;\n}\n\n.focus-within\\:ring-orange-500:focus-within {\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity));\n}\n\n.hover\\:bg-blue-500:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n\n.hover\\:bg-neutral-200:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity));\n}\n\n.hover\\:bg-orange-400:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(251 146 60 / var(--tw-bg-opacity));\n}\n\n.hover\\:text-white:hover {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.hover\\:text-white\\/40:hover {\n color: rgb(255 255 255 / 0.4);\n}\n\n.hover\\:text-white\\/80:hover {\n color: rgb(255 255 255 / 0.8);\n}\n\n.hover\\:decoration-orange-500:hover {\n text-decoration-color: #f97316;\n}\n\n.hover\\:brightness-125:hover {\n --tw-brightness: brightness(1.25);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.focus\\:border-orange-500:focus {\n --tw-border-opacity: 1;\n border-color: rgb(249 115 22 / var(--tw-border-opacity));\n}\n\n.focus\\:border-yellow-400:focus {\n --tw-border-opacity: 1;\n border-color: rgb(250 204 21 / var(--tw-border-opacity));\n}\n\n.focus\\:bg-neutral-700:focus {\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n\n.active\\:bg-orange-600:active {\n --tw-bg-opacity: 1;\n background-color: rgb(234 88 12 / var(--tw-bg-opacity));\n}\n\n.active\\:brightness-150:active {\n --tw-brightness: brightness(1.5);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.group:hover .group-hover\\:pointer-events-none {\n pointer-events: none;\n}\n\n.group:hover .group-hover\\:pointer-events-auto {\n pointer-events: auto;\n}\n\n.group:hover .group-hover\\:inline-block {\n display: inline-block;\n}\n\n.group:hover .group-hover\\:hidden {\n display: none;\n}\n\n.group:hover .group-hover\\:rotate-90 {\n --tw-rotate: 90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.group:hover .group-hover\\:opacity-0 {\n opacity: 0;\n}\n\n.group:hover .group-hover\\:opacity-100 {\n opacity: 1;\n}\n\n.peer:placeholder-shown ~ .peer-placeholder-shown\\:text-neutral-500 {\n --tw-text-opacity: 1;\n color: rgb(115 115 115 / var(--tw-text-opacity));\n}\n\n.aria-busy\\:pointer-events-none[aria-busy="true"] {\n pointer-events: none;\n}\n\n.aria-busy\\:bg-blue-500[aria-busy="true"] {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n\n.aria-disabled\\:pointer-events-none[aria-disabled="true"] {\n pointer-events: none;\n}\n\n.aria-disabled\\:opacity-50[aria-disabled="true"] {\n opacity: 0.5;\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:inline {\n display: inline;\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:hidden {\n display: none;\n}\n\n.group\\/button[aria-busy="true"] .group-aria-busy\\/button\\:translate-x-0 {\n --tw-translate-x: 0px;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:scale-100 {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:scale-125 {\n --tw-scale-x: 1.25;\n --tw-scale-y: 1.25;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.group\\/button[aria-busy="true"] .group-aria-busy\\/button\\:opacity-100 {\n opacity: 1;\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:opacity-0 {\n opacity: 0;\n}\n\n.group[aria-busy="true"] .group-aria-busy\\:opacity-100 {\n opacity: 1;\n}\n\n.group\\/button[aria-busy="true"] .group-aria-busy\\/button\\:duration-300 {\n transition-duration: 300ms;\n}\n\n.group[aria-expanded="true"] .group-aria-expanded\\:inline {\n display: inline;\n}\n\n.group[aria-expanded="true"] .group-aria-expanded\\:hidden {\n display: none;\n}\n\n.data-\\[highlighted\\]\\:bg-neutral-200[data-highlighted] {\n --tw-bg-opacity: 1;\n background-color: rgb(229 229 229 / var(--tw-bg-opacity));\n}\n\n.data-\\[state\\=checked\\]\\:bg-neutral-900[data-state="checked"] {\n --tw-bg-opacity: 1;\n background-color: rgb(23 23 23 / var(--tw-bg-opacity));\n}\n\n.links\\:font-medium a[href]:not(.links-unset) {\n font-weight: 500;\n}\n\n.links\\:text-white a[href]:not(.links-unset) {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.links\\:underline a[href]:not(.links-unset) {\n text-decoration-line: underline;\n}\n\n.links\\:decoration-neutral-500 a[href]:not(.links-unset) {\n text-decoration-color: #737373;\n}\n\n.links\\:underline-offset-4 a[href]:not(.links-unset) {\n text-underline-offset: 4px;\n}\n\n.hover\\:links\\:decoration-orange-500 a[href]:not(.links-unset):hover {\n text-decoration-color: #f97316;\n}\n\n@media (min-width: 640px) {\n\n .sm\\:items-center {\n align-items: center;\n }\n}\n\n.dark\\:border-neutral-700:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-border-opacity: 1;\n border-color: rgb(64 64 64 / var(--tw-border-opacity));\n}\n\n.dark\\:bg-neutral-800:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(38 38 38 / var(--tw-bg-opacity));\n}\n\n.dark\\:bg-white\\/10:where([data-theme="dark"], [data-theme="dark"] *) {\n background-color: rgb(255 255 255 / 0.1);\n}\n\n.dark\\:text-white:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.dark\\:hover\\:bg-neutral-700:hover:where([data-theme="dark"], [data-theme="dark"] *) {\n --tw-bg-opacity: 1;\n background-color: rgb(64 64 64 / var(--tw-bg-opacity));\n}\n\n.\\[\\&_\\>_\\:is\\(dt\\2c dd\\)\\]\\:px-1 > :is(dt,dd) {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n}\n\n.\\[\\&_\\>_dd\\]\\:text-right > dd {\n text-align: right;\n}\n';
|
|
26
26
|
|
|
27
27
|
// src/ui/Shadow.tsx
|
|
28
28
|
import { useResizeObserver } from "usehooks-ts";
|
|
@@ -47,9 +47,7 @@ function useFrame() {
|
|
|
47
47
|
import { useMediaQuery } from "usehooks-ts";
|
|
48
48
|
|
|
49
49
|
// src/EntryKitConfigProvider.tsx
|
|
50
|
-
import "@rainbow-me/rainbowkit/styles.css";
|
|
51
50
|
import { createContext as createContext2, useContext as useContext2 } from "react";
|
|
52
|
-
import { RainbowKitProvider, midnightTheme } from "@rainbow-me/rainbowkit";
|
|
53
51
|
import { useChains } from "wagmi";
|
|
54
52
|
|
|
55
53
|
// src/getBundlerTransport.ts
|
|
@@ -141,8 +139,11 @@ var debug2 = debug.extend("quarry");
|
|
|
141
139
|
|
|
142
140
|
// src/quarry/transports/userOpExecutor.ts
|
|
143
141
|
import { setBalance } from "viem/actions";
|
|
144
|
-
function userOpExecutor({
|
|
145
|
-
|
|
142
|
+
function userOpExecutor({
|
|
143
|
+
executor,
|
|
144
|
+
fallbackEth
|
|
145
|
+
}) {
|
|
146
|
+
return (opts) => {
|
|
146
147
|
debug2("using a local user op executor", executor.account.address);
|
|
147
148
|
if (executor.chain.id === 31337) {
|
|
148
149
|
debug2("setting executor balance");
|
|
@@ -177,7 +178,9 @@ function userOpExecutor({ executor }) {
|
|
|
177
178
|
if (method === "eth_estimateUserOperationGas") {
|
|
178
179
|
return await estimateUserOperationGas(params);
|
|
179
180
|
}
|
|
180
|
-
|
|
181
|
+
debug2(`userOpExecutor: method "${method}" not overridden, falling back to fallback transport`);
|
|
182
|
+
const { request: fallbackRequest } = fallbackEth(opts);
|
|
183
|
+
return fallbackRequest({ method, params });
|
|
181
184
|
};
|
|
182
185
|
return createTransport({
|
|
183
186
|
key: "userOpExecutor",
|
|
@@ -189,23 +192,45 @@ function userOpExecutor({ executor }) {
|
|
|
189
192
|
}
|
|
190
193
|
|
|
191
194
|
// src/getBundlerTransport.ts
|
|
195
|
+
import { wiresaw } from "@latticexyz/common/internal";
|
|
192
196
|
function getBundlerTransport(chain) {
|
|
197
|
+
const ethRpcUrl = chain.rpcUrls.default.http[0];
|
|
193
198
|
const bundlerHttpUrl = chain.rpcUrls.bundler?.http[0];
|
|
194
|
-
const
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
})
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
|
|
199
|
+
const wiresawWebSocketUrl = chain.rpcUrls.wiresaw?.webSocket?.[0];
|
|
200
|
+
if (wiresawWebSocketUrl) {
|
|
201
|
+
return wiresaw({
|
|
202
|
+
wiresaw: webSocket(wiresawWebSocketUrl),
|
|
203
|
+
fallbackBundler: http(bundlerHttpUrl),
|
|
204
|
+
fallbackEth: http(ethRpcUrl)
|
|
205
|
+
});
|
|
206
|
+
}
|
|
207
|
+
const wiresawHttpUrl = chain.rpcUrls.wiresaw?.http[0];
|
|
208
|
+
if (wiresawHttpUrl) {
|
|
209
|
+
return wiresaw({
|
|
210
|
+
wiresaw: http(wiresawHttpUrl),
|
|
211
|
+
fallbackBundler: http(bundlerHttpUrl),
|
|
212
|
+
fallbackEth: http(ethRpcUrl)
|
|
213
|
+
});
|
|
214
|
+
}
|
|
215
|
+
if (bundlerHttpUrl) {
|
|
216
|
+
return http(bundlerHttpUrl);
|
|
217
|
+
}
|
|
218
|
+
if (chain.id === 31337) {
|
|
219
|
+
return userOpExecutor({
|
|
220
|
+
executor: createClient({
|
|
221
|
+
chain,
|
|
222
|
+
transport: fallback([webSocket(), http()]),
|
|
223
|
+
account: privateKeyToAccount(keccak256(stringToHex("local user op executor"))),
|
|
224
|
+
pollingInterval: 10
|
|
225
|
+
}).extend(transactionQueue()),
|
|
226
|
+
fallbackEth: http(ethRpcUrl)
|
|
227
|
+
});
|
|
204
228
|
}
|
|
205
|
-
|
|
229
|
+
throw new Error(`Chain ${chain.id} config did not include a bundler RPC URL.`);
|
|
206
230
|
}
|
|
207
231
|
|
|
208
232
|
// src/EntryKitConfigProvider.tsx
|
|
233
|
+
import { ConnectKitProvider } from "connectkit";
|
|
209
234
|
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
210
235
|
var Context2 = createContext2(null);
|
|
211
236
|
function EntryKitConfigProvider({ config, children }) {
|
|
@@ -216,14 +241,14 @@ function EntryKitConfigProvider({ config, children }) {
|
|
|
216
241
|
if (!chain) throw new Error(`Could not find configured chain for chain ID ${config.chainId}.`);
|
|
217
242
|
getBundlerTransport(chain);
|
|
218
243
|
return /* @__PURE__ */ jsx2(
|
|
219
|
-
|
|
244
|
+
ConnectKitProvider,
|
|
220
245
|
{
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
//
|
|
246
|
+
theme: "midnight",
|
|
247
|
+
options: {
|
|
248
|
+
// Prevent Wagmi trying to switch chains after connection
|
|
249
|
+
// https://github.com/wevm/wagmi/blob/f5b717ccf8a5b283263cadc984ba00b354bcefae/packages/core/src/connectors/injected.ts#L174-L182
|
|
250
|
+
initialChainId: 0
|
|
225
251
|
},
|
|
226
|
-
theme: midnightTheme({ borderRadius: "none" }),
|
|
227
252
|
children: /* @__PURE__ */ jsx2(Context2.Provider, { value: { ...config, chain }, children })
|
|
228
253
|
}
|
|
229
254
|
);
|
|
@@ -274,7 +299,9 @@ var Shadow = forwardRef(function Shadow2({ mode, children }, forwardedRef) {
|
|
|
274
299
|
inset: "0",
|
|
275
300
|
width: "100%",
|
|
276
301
|
height: "100%",
|
|
277
|
-
|
|
302
|
+
// one less than ConnectKit's modal z-index
|
|
303
|
+
// so that ConnectKit can overlap properly
|
|
304
|
+
zIndex: "2147483645"
|
|
278
305
|
} : frameSize.width && frameSize.height ? {
|
|
279
306
|
all: "unset",
|
|
280
307
|
display: "inline-grid",
|
|
@@ -373,14 +400,11 @@ function useAccountModal() {
|
|
|
373
400
|
}
|
|
374
401
|
|
|
375
402
|
// src/AccountModal.tsx
|
|
376
|
-
import { twMerge as
|
|
403
|
+
import { twMerge as twMerge20 } from "tailwind-merge";
|
|
377
404
|
|
|
378
405
|
// src/AccountModalContent.tsx
|
|
379
406
|
import { useAccount as useAccount8, useConnectorClient } from "wagmi";
|
|
380
407
|
|
|
381
|
-
// src/ConnectWallet.tsx
|
|
382
|
-
import { useAccount } from "wagmi";
|
|
383
|
-
|
|
384
408
|
// src/ui/Button.tsx
|
|
385
409
|
import { twMerge as twMerge3 } from "tailwind-merge";
|
|
386
410
|
|
|
@@ -446,7 +470,7 @@ var Button = ({ pending, variant, type, className, children, disabled, ...props
|
|
|
446
470
|
};
|
|
447
471
|
|
|
448
472
|
// src/ConnectWallet.tsx
|
|
449
|
-
import {
|
|
473
|
+
import { useModal } from "connectkit";
|
|
450
474
|
|
|
451
475
|
// src/icons/Logo.tsx
|
|
452
476
|
import { twMerge as twMerge4 } from "tailwind-merge";
|
|
@@ -506,7 +530,7 @@ function AppInfo() {
|
|
|
506
530
|
return /* @__PURE__ */ jsxs6("div", { className: "flex-grow flex flex-col items-center justify-center gap-2", children: [
|
|
507
531
|
/* @__PURE__ */ jsx8("div", { className: "w-16 h-16 m-2", children: !appIconLoading ? hasAppIcon ? /* @__PURE__ */ jsx8("img", { src: appIcon, className: "w-full h-full object-cover" }) : (
|
|
508
532
|
// TODO: swap with favicon
|
|
509
|
-
/* @__PURE__ */ jsx8(Logo, { className: "w-full h-full text-orange-500
|
|
533
|
+
/* @__PURE__ */ jsx8(Logo, { className: "w-full h-full text-orange-500 bg-neutral-800" })
|
|
510
534
|
) : null }),
|
|
511
535
|
/* @__PURE__ */ jsx8("div", { className: "text-2xl text-white text-center", children: appName })
|
|
512
536
|
] });
|
|
@@ -514,18 +538,17 @@ function AppInfo() {
|
|
|
514
538
|
|
|
515
539
|
// src/ConnectWallet.tsx
|
|
516
540
|
import { twMerge as twMerge5 } from "tailwind-merge";
|
|
517
|
-
import { useEffect as useEffect3,
|
|
541
|
+
import { useEffect as useEffect3, useRef as useRef2 } from "react";
|
|
518
542
|
import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
519
543
|
function ConnectWallet() {
|
|
520
|
-
const
|
|
521
|
-
const
|
|
522
|
-
const [hasAutoOpened, setHasAutoOpened] = useState2(false);
|
|
544
|
+
const { open, setOpen } = useModal();
|
|
545
|
+
const hasAutoOpenedRef = useRef2(false);
|
|
523
546
|
useEffect3(() => {
|
|
524
|
-
if (!
|
|
525
|
-
|
|
526
|
-
|
|
547
|
+
if (!open && !hasAutoOpenedRef.current) {
|
|
548
|
+
setOpen(true);
|
|
549
|
+
hasAutoOpenedRef.current = true;
|
|
527
550
|
}
|
|
528
|
-
}, [
|
|
551
|
+
}, [open, setOpen]);
|
|
529
552
|
return /* @__PURE__ */ jsxs7(
|
|
530
553
|
"div",
|
|
531
554
|
{
|
|
@@ -537,8 +560,7 @@ function ConnectWallet() {
|
|
|
537
560
|
{
|
|
538
561
|
variant: "secondary",
|
|
539
562
|
className: "self-auto flex justify-center",
|
|
540
|
-
|
|
541
|
-
onClick: openConnectModal,
|
|
563
|
+
onClick: () => setOpen(true),
|
|
542
564
|
autoFocus: true,
|
|
543
565
|
children: "Connect wallet"
|
|
544
566
|
},
|
|
@@ -550,8 +572,8 @@ function ConnectWallet() {
|
|
|
550
572
|
}
|
|
551
573
|
|
|
552
574
|
// src/onboarding/ConnectedSteps.tsx
|
|
553
|
-
import { useEffect as
|
|
554
|
-
import { twMerge as
|
|
575
|
+
import { useEffect as useEffect15, useMemo as useMemo4, useRef as useRef5, useState as useState5 } from "react";
|
|
576
|
+
import { twMerge as twMerge18 } from "tailwind-merge";
|
|
555
577
|
|
|
556
578
|
// src/onboarding/usePrerequisites.ts
|
|
557
579
|
import { useClient as useClient6, useConfig } from "wagmi";
|
|
@@ -596,7 +618,8 @@ var paymasterAbi = parseAbi([
|
|
|
596
618
|
"error BalanceSystem_BalanceTooHigh(address user, uint256 balance, uint256 max)",
|
|
597
619
|
"error BalanceSystem_InsufficientBalance(address user, uint256 amount, uint256 balance)",
|
|
598
620
|
"function registerSpender(address spender)",
|
|
599
|
-
"function depositTo(address to) payable"
|
|
621
|
+
"function depositTo(address to) payable",
|
|
622
|
+
"function withdrawTo(address to, uint256 amount)"
|
|
600
623
|
]);
|
|
601
624
|
var paymasterConfig = defineStore({
|
|
602
625
|
namespaces: {
|
|
@@ -927,13 +950,13 @@ function getPrequisitesQueryOptions({
|
|
|
927
950
|
const hasAllowance = allowance == null || allowance > 0n;
|
|
928
951
|
const isSpender = spender == null ? true : spender;
|
|
929
952
|
const hasGasBalance = sessionBalance == null || sessionBalance.value > 0n;
|
|
930
|
-
const
|
|
953
|
+
const hasQuarryGasBalance = quarryBalance == null || quarryBalance > 0n;
|
|
931
954
|
return {
|
|
932
955
|
sessionAddress,
|
|
933
956
|
hasAllowance,
|
|
934
957
|
isSpender,
|
|
935
958
|
hasGasBalance,
|
|
936
|
-
|
|
959
|
+
hasQuarryGasBalance,
|
|
937
960
|
hasDelegation,
|
|
938
961
|
// we intentionally don't enforce an allowance/gas balance here
|
|
939
962
|
complete: isSpender && hasDelegation
|
|
@@ -1235,6 +1258,9 @@ function Allowance({ isActive, isExpanded, userAddress }) {
|
|
|
1235
1258
|
] });
|
|
1236
1259
|
}
|
|
1237
1260
|
|
|
1261
|
+
// src/onboarding/Session.tsx
|
|
1262
|
+
import { useEffect as useEffect7 } from "react";
|
|
1263
|
+
|
|
1238
1264
|
// src/onboarding/useSetupSession.ts
|
|
1239
1265
|
import { encodeFunctionData } from "viem";
|
|
1240
1266
|
import { useMutation as useMutation2, useQueryClient as useQueryClient3 } from "@tanstack/react-query";
|
|
@@ -1253,6 +1279,7 @@ import { resourceToHex as resourceToHex2 } from "@latticexyz/common";
|
|
|
1253
1279
|
import IBaseWorldAbi from "@latticexyz/world/out/IBaseWorld.sol/IBaseWorld.abi.json";
|
|
1254
1280
|
|
|
1255
1281
|
// src/utils/callWithSignature.ts
|
|
1282
|
+
import { parseErc6492Signature } from "viem";
|
|
1256
1283
|
import { writeContract as viem_writeContract } from "viem/actions";
|
|
1257
1284
|
import { getAction as getAction3 } from "viem/utils";
|
|
1258
1285
|
|
|
@@ -1307,7 +1334,13 @@ async function callWithSignature({
|
|
|
1307
1334
|
sessionClient,
|
|
1308
1335
|
...opts
|
|
1309
1336
|
}) {
|
|
1310
|
-
const
|
|
1337
|
+
const rawSignature = await signCall(opts);
|
|
1338
|
+
const { address, signature } = parseErc6492Signature(rawSignature);
|
|
1339
|
+
if (address != null) {
|
|
1340
|
+
throw new Error(
|
|
1341
|
+
"ERC-6492 signatures, like from Coinbase Smart Wallet, are not yet supported. Try using a different wallet?"
|
|
1342
|
+
);
|
|
1343
|
+
}
|
|
1311
1344
|
return getAction3(
|
|
1312
1345
|
sessionClient,
|
|
1313
1346
|
viem_writeContract,
|
|
@@ -1431,9 +1464,6 @@ function useSetupSession({ userClient }) {
|
|
|
1431
1464
|
});
|
|
1432
1465
|
}
|
|
1433
1466
|
|
|
1434
|
-
// src/onboarding/Session.tsx
|
|
1435
|
-
import { useEffect as useEffect7 } from "react";
|
|
1436
|
-
|
|
1437
1467
|
// src/useSessionClient.ts
|
|
1438
1468
|
import { useClient as useClient9 } from "wagmi";
|
|
1439
1469
|
import {
|
|
@@ -1562,9 +1592,11 @@ function Session({ isActive, isExpanded, userClient, registerSpender, registerDe
|
|
|
1562
1592
|
const sessionClient = useShowQueryError(useSessionClient(userClient.account.address));
|
|
1563
1593
|
const setup = useShowMutationError(useSetupSession({ userClient }));
|
|
1564
1594
|
const hasSession = !registerDelegation && !registerDelegation;
|
|
1595
|
+
const { data: prerequisites } = usePrerequisites(userClient.account.address);
|
|
1596
|
+
const { hasAllowance, hasGasBalance, hasQuarryGasBalance } = prerequisites ?? {};
|
|
1565
1597
|
useEffect7(() => {
|
|
1566
1598
|
const timer = setTimeout(() => {
|
|
1567
|
-
if (isActive && setup.status === "idle" && sessionClient.data && !hasSession) {
|
|
1599
|
+
if (isActive && setup.status === "idle" && sessionClient.data && !hasSession && (hasAllowance || hasGasBalance || hasQuarryGasBalance)) {
|
|
1568
1600
|
setup.mutate({
|
|
1569
1601
|
sessionClient: sessionClient.data,
|
|
1570
1602
|
registerSpender,
|
|
@@ -1573,7 +1605,17 @@ function Session({ isActive, isExpanded, userClient, registerSpender, registerDe
|
|
|
1573
1605
|
}
|
|
1574
1606
|
});
|
|
1575
1607
|
return () => clearTimeout(timer);
|
|
1576
|
-
}, [
|
|
1608
|
+
}, [
|
|
1609
|
+
hasSession,
|
|
1610
|
+
isActive,
|
|
1611
|
+
registerDelegation,
|
|
1612
|
+
registerSpender,
|
|
1613
|
+
sessionClient,
|
|
1614
|
+
setup,
|
|
1615
|
+
hasAllowance,
|
|
1616
|
+
hasGasBalance,
|
|
1617
|
+
hasQuarryGasBalance
|
|
1618
|
+
]);
|
|
1577
1619
|
return /* @__PURE__ */ jsxs13("div", { className: "flex flex-col gap-4", children: [
|
|
1578
1620
|
/* @__PURE__ */ jsxs13("div", { className: "flex justify-between gap-4", children: [
|
|
1579
1621
|
/* @__PURE__ */ jsxs13("div", { children: [
|
|
@@ -1601,8 +1643,9 @@ function Session({ isActive, isExpanded, userClient, registerSpender, registerDe
|
|
|
1601
1643
|
}
|
|
1602
1644
|
|
|
1603
1645
|
// src/onboarding/GasBalance.tsx
|
|
1604
|
-
import { useState as
|
|
1646
|
+
import { useEffect as useEffect9, useState as useState2 } from "react";
|
|
1605
1647
|
import { parseEther as parseEther4 } from "viem";
|
|
1648
|
+
import { useQueryClient as useQueryClient6 } from "@tanstack/react-query";
|
|
1606
1649
|
import { useBalance as useBalance2, useWatchBlockNumber } from "wagmi";
|
|
1607
1650
|
|
|
1608
1651
|
// src/data/relayChains.json
|
|
@@ -1908,6 +1951,16 @@ function useSetBalance() {
|
|
|
1908
1951
|
});
|
|
1909
1952
|
}
|
|
1910
1953
|
|
|
1954
|
+
// src/errors/usePrevious.ts
|
|
1955
|
+
import { useEffect as useEffect8, useRef as useRef3 } from "react";
|
|
1956
|
+
function usePrevious(value, initialValue) {
|
|
1957
|
+
const ref = useRef3();
|
|
1958
|
+
useEffect8(() => {
|
|
1959
|
+
ref.current = { value };
|
|
1960
|
+
}, [value]);
|
|
1961
|
+
return ref.current ? ref.current.value : initialValue;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1911
1964
|
// src/icons/IconSVG.tsx
|
|
1912
1965
|
import { twMerge as twMerge7 } from "tailwind-merge";
|
|
1913
1966
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
@@ -1960,9 +2013,11 @@ function CheckIcon(props) {
|
|
|
1960
2013
|
// src/onboarding/GasBalance.tsx
|
|
1961
2014
|
import { Fragment, jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
1962
2015
|
function GasBalance({ isActive, isExpanded, sessionAddress }) {
|
|
2016
|
+
const queryClient = useQueryClient6();
|
|
1963
2017
|
const { chain } = useEntryKitConfig();
|
|
1964
|
-
const [copied, setCopied] =
|
|
2018
|
+
const [copied, setCopied] = useState2(false);
|
|
1965
2019
|
const balance = useShowQueryError(useBalance2({ chainId: chain.id, address: sessionAddress }));
|
|
2020
|
+
const prevBalance = usePrevious(balance.data);
|
|
1966
2021
|
useWatchBlockNumber({ onBlockNumber: () => balance.refetch() });
|
|
1967
2022
|
const setBalance3 = useShowMutationError(useSetBalance());
|
|
1968
2023
|
const relayChain = relayChains_default[chain.id];
|
|
@@ -1971,6 +2026,11 @@ function GasBalance({ isActive, isExpanded, sessionAddress }) {
|
|
|
1971
2026
|
setCopied(true);
|
|
1972
2027
|
setTimeout(() => setCopied(false), 2e3);
|
|
1973
2028
|
};
|
|
2029
|
+
useEffect9(() => {
|
|
2030
|
+
if (balance.data != null && prevBalance?.value === 0n && balance.data.value > 0n) {
|
|
2031
|
+
queryClient.invalidateQueries({ queryKey: ["getPrerequisites"] });
|
|
2032
|
+
}
|
|
2033
|
+
}, [balance.data, prevBalance, setBalance3, sessionAddress, queryClient]);
|
|
1974
2034
|
return /* @__PURE__ */ jsxs14("div", { className: "flex flex-col gap-4", children: [
|
|
1975
2035
|
/* @__PURE__ */ jsxs14("div", { className: "flex justify-between gap-4", children: [
|
|
1976
2036
|
/* @__PURE__ */ jsxs14("div", { children: [
|
|
@@ -2039,26 +2099,30 @@ function GasBalance({ isActive, isExpanded, sessionAddress }) {
|
|
|
2039
2099
|
] });
|
|
2040
2100
|
}
|
|
2041
2101
|
|
|
2102
|
+
// src/onboarding/quarry/GasBalance.tsx
|
|
2103
|
+
import { useEffect as useEffect14 } from "react";
|
|
2104
|
+
import { useQueryClient as useQueryClient9 } from "@tanstack/react-query";
|
|
2105
|
+
|
|
2042
2106
|
// src/onboarding/deposit/DepositFormContainer.tsx
|
|
2043
|
-
import { useState as
|
|
2044
|
-
import { useChains as
|
|
2107
|
+
import { useState as useState4 } from "react";
|
|
2108
|
+
import { useChains as useChains4, useChainId } from "wagmi";
|
|
2045
2109
|
|
|
2046
2110
|
// src/onboarding/deposit/DepositViaTransferForm.tsx
|
|
2047
|
-
import { useAccount as
|
|
2111
|
+
import { useAccount as useAccount4, useWriteContract, usePrepareTransactionRequest, usePublicClient } from "wagmi";
|
|
2048
2112
|
import { encodeFunctionData as encodeFunctionData2 } from "viem";
|
|
2049
2113
|
import { useMutation as useMutation4, useQuery as useQuery11 } from "@tanstack/react-query";
|
|
2050
2114
|
|
|
2051
2115
|
// src/onboarding/deposit/DepositForm.tsx
|
|
2052
|
-
import { useEffect as
|
|
2053
|
-
import { useAccount as
|
|
2116
|
+
import { useEffect as useEffect11, useRef as useRef4 } from "react";
|
|
2117
|
+
import { useAccount as useAccount3, useBalance as useBalance5, useWatchBlockNumber as useWatchBlockNumber2 } from "wagmi";
|
|
2054
2118
|
import { useIsMounted } from "usehooks-ts";
|
|
2055
2119
|
import { twMerge as twMerge15 } from "tailwind-merge";
|
|
2056
2120
|
|
|
2057
2121
|
// src/onboarding/deposit/ChainSelect.tsx
|
|
2058
|
-
import { useMemo as useMemo2 } from "react";
|
|
2122
|
+
import { useEffect as useEffect10, useMemo as useMemo2 } from "react";
|
|
2123
|
+
import { useAccount, useSwitchChain } from "wagmi";
|
|
2059
2124
|
import { twMerge as twMerge12 } from "tailwind-merge";
|
|
2060
2125
|
import * as Select from "@radix-ui/react-select";
|
|
2061
|
-
import { useAccount as useAccount2, useChains as useChains2 } from "wagmi";
|
|
2062
2126
|
|
|
2063
2127
|
// src/icons/ChevronUpIcon.tsx
|
|
2064
2128
|
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
@@ -2121,8 +2185,7 @@ function Input({ asChild, className, ...props }) {
|
|
|
2121
2185
|
className: twMerge9(
|
|
2122
2186
|
"p-2.5 gap-1 border text-lg font-medium transition",
|
|
2123
2187
|
"outline-none ring-2 ring-transparent focus-within:ring-orange-500 focus-within:border-transparent",
|
|
2124
|
-
"bg-
|
|
2125
|
-
"dark:bg-neutral-900 dark:border-neutral-700 dark:text-white dark:placeholder:text-neutral-500",
|
|
2188
|
+
"bg-neutral-900 border-neutral-700 text-white placeholder:text-neutral-500",
|
|
2126
2189
|
className
|
|
2127
2190
|
),
|
|
2128
2191
|
...props
|
|
@@ -2165,7 +2228,7 @@ var ChainIcon = forwardRef2(function ChainIcon2({ name, url, className }, forwar
|
|
|
2165
2228
|
{
|
|
2166
2229
|
className: twMerge11(
|
|
2167
2230
|
"inline-flex items-center justify-center w-full h-full rounded-full",
|
|
2168
|
-
"border-2 border-dashed border-
|
|
2231
|
+
"border-2 border-dashed border-white/50 opacity-50"
|
|
2169
2232
|
),
|
|
2170
2233
|
children: name?.slice(0, 1)
|
|
2171
2234
|
}
|
|
@@ -2214,8 +2277,8 @@ import { Fragment as Fragment3, jsx as jsx26, jsxs as jsxs15 } from "react/jsx-r
|
|
|
2214
2277
|
function ChainSelect({ value, onChange }) {
|
|
2215
2278
|
const theme = useTheme();
|
|
2216
2279
|
const { frame } = useFrame();
|
|
2217
|
-
const userAccount =
|
|
2218
|
-
const chains =
|
|
2280
|
+
const userAccount = useAccount();
|
|
2281
|
+
const { chains, switchChain } = useSwitchChain();
|
|
2219
2282
|
const relay = useRelay();
|
|
2220
2283
|
const relayChains = relay.data?.chains;
|
|
2221
2284
|
const sourceChains = useMemo2(() => {
|
|
@@ -2228,6 +2291,13 @@ function ChainSelect({ value, onChange }) {
|
|
|
2228
2291
|
}).filter((c) => c.relayChain);
|
|
2229
2292
|
}, [chains, relayChains]);
|
|
2230
2293
|
const selectedChain = sourceChains.find((c) => c.id === value);
|
|
2294
|
+
useEffect10(() => {
|
|
2295
|
+
if (sourceChains.length > 0 && !selectedChain) {
|
|
2296
|
+
const defaultChain = sourceChains[0];
|
|
2297
|
+
onChange(defaultChain.id);
|
|
2298
|
+
switchChain({ chainId: defaultChain.id });
|
|
2299
|
+
}
|
|
2300
|
+
}, [value, selectedChain, sourceChains, onChange, switchChain]);
|
|
2231
2301
|
return /* @__PURE__ */ jsxs15(
|
|
2232
2302
|
Select.Root,
|
|
2233
2303
|
{
|
|
@@ -2260,8 +2330,7 @@ function ChainSelect({ value, onChange }) {
|
|
|
2260
2330
|
{
|
|
2261
2331
|
className: twMerge12(
|
|
2262
2332
|
"flex flex-col border divide-y",
|
|
2263
|
-
"bg-neutral-
|
|
2264
|
-
"dark:bg-neutral-800 dark:text-neutral-300 dark:border-neutral-700 dark:divide-neutral-700"
|
|
2333
|
+
"bg-neutral-800 text-neutral-300 border-neutral-700 divide-neutral-700"
|
|
2265
2334
|
),
|
|
2266
2335
|
children: sourceChains.map((chain) => (
|
|
2267
2336
|
// TODO: figure out why up/down arrow jump to top/bottom rather than cycling through items
|
|
@@ -2272,13 +2341,12 @@ function ChainSelect({ value, onChange }) {
|
|
|
2272
2341
|
className: twMerge12(
|
|
2273
2342
|
"group flex p-2.5 gap-2.5 items-center cursor-pointer outline-none",
|
|
2274
2343
|
// TODO: different style for checked/active state
|
|
2275
|
-
"text-
|
|
2276
|
-
"dark:text-white dark:focus:bg-neutral-700 dark:data-[state=checked]:bg-neutral-900"
|
|
2344
|
+
"text-white focus:bg-neutral-700 data-[state=checked]:bg-neutral-900"
|
|
2277
2345
|
),
|
|
2278
2346
|
children: [
|
|
2279
2347
|
/* @__PURE__ */ jsx26(ChainIcon, { id: chain.id, name: chain.name, url: chain.relayChain?.icon?.[theme] }),
|
|
2280
2348
|
/* @__PURE__ */ jsx26("span", { className: "flex-grow flex-shrink-0", children: chain.name }),
|
|
2281
|
-
/* @__PURE__ */ jsx26("span", { className: "flex-shrink-0 font-mono text-sm text-neutral-
|
|
2349
|
+
/* @__PURE__ */ jsx26("span", { className: "flex-shrink-0 font-mono text-sm text-neutral-400", children: /* @__PURE__ */ jsx26(ChainBalance, { chainId: chain.id, address: userAccount.address }) })
|
|
2282
2350
|
]
|
|
2283
2351
|
},
|
|
2284
2352
|
chain.id
|
|
@@ -2302,11 +2370,7 @@ var AmountInput = forwardRef3(function AmountInput2({ initialAmount, onChange },
|
|
|
2302
2370
|
"input",
|
|
2303
2371
|
{
|
|
2304
2372
|
ref: forwardedRef,
|
|
2305
|
-
className: twMerge13(
|
|
2306
|
-
"peer flex-grow outline-none bg-transparent",
|
|
2307
|
-
"placeholder:text-neutral-400",
|
|
2308
|
-
"dark:placeholder:text-neutral-500"
|
|
2309
|
-
),
|
|
2373
|
+
className: twMerge13("peer flex-grow outline-none bg-transparent", "placeholder:text-neutral-500"),
|
|
2310
2374
|
placeholder: "0.005",
|
|
2311
2375
|
required: true,
|
|
2312
2376
|
autoFocus: true,
|
|
@@ -2327,36 +2391,27 @@ var AmountInput = forwardRef3(function AmountInput2({ initialAmount, onChange },
|
|
|
2327
2391
|
}
|
|
2328
2392
|
}
|
|
2329
2393
|
),
|
|
2330
|
-
/* @__PURE__ */ jsx27(
|
|
2331
|
-
"span",
|
|
2332
|
-
{
|
|
2333
|
-
className: twMerge13(
|
|
2334
|
-
"flex-shrink-0 text-2xl",
|
|
2335
|
-
"peer-placeholder-shown:text-neutral-400",
|
|
2336
|
-
"dark:peer-placeholder-shown:text-neutral-500"
|
|
2337
|
-
),
|
|
2338
|
-
children: /* @__PURE__ */ jsx27(EthIcon, {})
|
|
2339
|
-
}
|
|
2340
|
-
)
|
|
2394
|
+
/* @__PURE__ */ jsx27("span", { className: twMerge13("flex-shrink-0 text-2xl", "peer-placeholder-shown:text-neutral-500"), children: /* @__PURE__ */ jsx27(EthIcon, {}) })
|
|
2341
2395
|
] }) });
|
|
2342
2396
|
});
|
|
2343
2397
|
|
|
2344
2398
|
// src/onboarding/deposit/SubmitButton.tsx
|
|
2345
|
-
import { useAccount as
|
|
2399
|
+
import { useAccount as useAccount2, useBalance as useBalance4, useSwitchChain as useSwitchChain2 } from "wagmi";
|
|
2346
2400
|
import { twMerge as twMerge14 } from "tailwind-merge";
|
|
2347
2401
|
import { parseEther as parseEther6 } from "viem";
|
|
2348
2402
|
import { jsx as jsx28, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
2349
2403
|
var MAX_DEPOSIT_AMOUNT = "0.1";
|
|
2350
2404
|
function SubmitButton({ amount, chainId, className, ...buttonProps }) {
|
|
2351
|
-
const { chainId: userChainId, address: userAddress } =
|
|
2405
|
+
const { chainId: userChainId, address: userAddress } = useAccount2();
|
|
2352
2406
|
const { data: userBalance } = useBalance4({ address: userAddress });
|
|
2353
2407
|
const shouldSwitchChain = chainId != null && chainId !== userChainId;
|
|
2354
|
-
const switchChain =
|
|
2408
|
+
const switchChain = useSwitchChain2();
|
|
2355
2409
|
if (shouldSwitchChain) {
|
|
2356
2410
|
return /* @__PURE__ */ jsx28(
|
|
2357
2411
|
Button,
|
|
2358
2412
|
{
|
|
2359
2413
|
type: "button",
|
|
2414
|
+
variant: "primary",
|
|
2360
2415
|
className: twMerge14("w-full", className),
|
|
2361
2416
|
pending: switchChain.isPending,
|
|
2362
2417
|
onClick: () => switchChain.switchChain({ chainId }),
|
|
@@ -2412,9 +2467,9 @@ function DepositForm({
|
|
|
2412
2467
|
onSubmit,
|
|
2413
2468
|
submitButton
|
|
2414
2469
|
}) {
|
|
2415
|
-
const amountInputRef =
|
|
2470
|
+
const amountInputRef = useRef4(null);
|
|
2416
2471
|
const isMounted = useIsMounted();
|
|
2417
|
-
const { address: userAddress, chainId: userChainId } =
|
|
2472
|
+
const { address: userAddress, chainId: userChainId } = useAccount3();
|
|
2418
2473
|
const balance = useShowQueryError(useBalance5({ chainId: sourceChain.id, address: userAddress }));
|
|
2419
2474
|
const quarryBalance = useShowQueryError(useBalance(userAddress));
|
|
2420
2475
|
useWatchBlockNumber2({
|
|
@@ -2425,7 +2480,7 @@ function DepositForm({
|
|
|
2425
2480
|
});
|
|
2426
2481
|
const minimumBalance = amount != null ? amount + (estimatedFee?.fee ?? 0n) : void 0;
|
|
2427
2482
|
const hasMinimumBalance = balance.data != null ? balance.data.value > (minimumBalance ?? 0n) : void 0;
|
|
2428
|
-
|
|
2483
|
+
useEffect11(() => {
|
|
2429
2484
|
amountInputRef.current?.focus();
|
|
2430
2485
|
}, [userChainId]);
|
|
2431
2486
|
return /* @__PURE__ */ jsxs18(
|
|
@@ -2458,8 +2513,7 @@ function DepositForm({
|
|
|
2458
2513
|
{
|
|
2459
2514
|
className: twMerge15(
|
|
2460
2515
|
"grid grid-cols-2 divide-y text-sm leading-loose [&_>_:is(dt,dd)]:px-1 [&_>_dd]:text-right",
|
|
2461
|
-
"divide-neutral-
|
|
2462
|
-
"dark:divide-neutral-700 dark:text-neutral-400"
|
|
2516
|
+
"divide-neutral-700 text-neutral-400"
|
|
2463
2517
|
),
|
|
2464
2518
|
children: [
|
|
2465
2519
|
/* @__PURE__ */ jsx30("dt", { children: "Available to deposit" }),
|
|
@@ -2535,7 +2589,7 @@ function DepositViaTransferForm({ amount, setAmount, sourceChain, setSourceChain
|
|
|
2535
2589
|
const { chain } = useEntryKitConfig();
|
|
2536
2590
|
const paymaster = getPaymaster(chain);
|
|
2537
2591
|
const publicClient = usePublicClient();
|
|
2538
|
-
const { address: userAddress } =
|
|
2592
|
+
const { address: userAddress } = useAccount4();
|
|
2539
2593
|
const { writeContractAsync } = useWriteContract();
|
|
2540
2594
|
const { addDeposit } = useDeposits();
|
|
2541
2595
|
if (!userAddress) {
|
|
@@ -2631,7 +2685,7 @@ function DepositViaTransferForm({ amount, setAmount, sourceChain, setSourceChain
|
|
|
2631
2685
|
|
|
2632
2686
|
// src/onboarding/deposit/DepositViaRelayForm.tsx
|
|
2633
2687
|
import { encodeFunctionData as encodeFunctionData3 } from "viem";
|
|
2634
|
-
import { useAccount as
|
|
2688
|
+
import { useAccount as useAccount5, useWalletClient } from "wagmi";
|
|
2635
2689
|
import { useMutation as useMutation5, useQuery as useQuery12 } from "@tanstack/react-query";
|
|
2636
2690
|
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
2637
2691
|
var ETH_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
@@ -2639,7 +2693,7 @@ function DepositViaRelayForm({ amount, setAmount, sourceChain, setSourceChainId
|
|
|
2639
2693
|
const { chain, chainId: destinationChainId } = useEntryKitConfig();
|
|
2640
2694
|
const paymaster = getPaymaster(chain);
|
|
2641
2695
|
const { data: wallet } = useWalletClient();
|
|
2642
|
-
const { address: userAddress } =
|
|
2696
|
+
const { address: userAddress } = useAccount5();
|
|
2643
2697
|
const { addDeposit } = useDeposits();
|
|
2644
2698
|
const { data: relay } = useRelay();
|
|
2645
2699
|
const relayClient = relay?.client;
|
|
@@ -2752,14 +2806,14 @@ function DepositViaRelayForm({ amount, setAmount, sourceChain, setSourceChainId
|
|
|
2752
2806
|
}
|
|
2753
2807
|
|
|
2754
2808
|
// src/onboarding/deposit/Deposits.tsx
|
|
2755
|
-
import { useEffect as
|
|
2756
|
-
import { useQuery as useQuery15, useQueryClient as
|
|
2809
|
+
import { useEffect as useEffect13 } from "react";
|
|
2810
|
+
import { useQuery as useQuery15, useQueryClient as useQueryClient7 } from "@tanstack/react-query";
|
|
2757
2811
|
|
|
2758
2812
|
// src/onboarding/deposit/TransferDepositStatus.tsx
|
|
2759
2813
|
import { useQuery as useQuery13 } from "@tanstack/react-query";
|
|
2760
2814
|
|
|
2761
2815
|
// src/onboarding/deposit/DepositStatus.tsx
|
|
2762
|
-
import { useEffect as
|
|
2816
|
+
import { useEffect as useEffect12, useState as useState3 } from "react";
|
|
2763
2817
|
import { twMerge as twMerge16 } from "tailwind-merge";
|
|
2764
2818
|
|
|
2765
2819
|
// src/icons/CloseIcon.tsx
|
|
@@ -2781,15 +2835,15 @@ function CloseIcon(props) {
|
|
|
2781
2835
|
// src/onboarding/deposit/DepositStatus.tsx
|
|
2782
2836
|
import { jsx as jsx34, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
2783
2837
|
function DepositStatus({ status, progress, children, onDismiss }) {
|
|
2784
|
-
const [appear, setAppear] =
|
|
2785
|
-
|
|
2838
|
+
const [appear, setAppear] = useState3(false);
|
|
2839
|
+
useEffect12(() => {
|
|
2786
2840
|
setAppear(true);
|
|
2787
2841
|
}, []);
|
|
2788
|
-
return /* @__PURE__ */ jsxs19("div", { className: "group bg-
|
|
2842
|
+
return /* @__PURE__ */ jsxs19("div", { className: "group bg-neutral-900 flex flex-col animate-in fade-in slide-in-from-bottom-2 animate-out fade-out", children: [
|
|
2789
2843
|
/* @__PURE__ */ jsxs19("div", { className: "py-1 text-sm flex items-center gap-2", children: [
|
|
2790
2844
|
/* @__PURE__ */ jsx34("div", { className: "flex-grow", children }),
|
|
2791
2845
|
/* @__PURE__ */ jsxs19("div", { className: "flex-shrink-0 grid", children: [
|
|
2792
|
-
/* @__PURE__ */ jsx34("span", { className: "col-start-1 row-start-1 transition opacity-100 group-hover:opacity-0 group-hover:pointer-events-none", children: status === "success" ? /* @__PURE__ */ jsx34(CheckIcon, { className: "text-green-600" }) : status === "error" ? /* @__PURE__ */ jsx34(WarningIcon, { className: "text-amber-500" }) : /* @__PURE__ */ jsx34(PendingIcon, { className: "text-neutral-
|
|
2846
|
+
/* @__PURE__ */ jsx34("span", { className: "col-start-1 row-start-1 transition opacity-100 group-hover:opacity-0 group-hover:pointer-events-none", children: status === "success" ? /* @__PURE__ */ jsx34(CheckIcon, { className: "text-green-600" }) : status === "error" ? /* @__PURE__ */ jsx34(WarningIcon, { className: "text-amber-500" }) : /* @__PURE__ */ jsx34(PendingIcon, { className: "text-neutral-500 transition" }) }),
|
|
2793
2847
|
/* @__PURE__ */ jsx34(
|
|
2794
2848
|
"button",
|
|
2795
2849
|
{
|
|
@@ -2798,8 +2852,7 @@ function DepositStatus({ status, progress, children, onDismiss }) {
|
|
|
2798
2852
|
"col-start-1 row-start-1 flex items-center justify-center transition",
|
|
2799
2853
|
"opacity-0 pointer-events-none",
|
|
2800
2854
|
"group-hover:opacity-100 group-hover:pointer-events-auto",
|
|
2801
|
-
"text-neutral-
|
|
2802
|
-
"dark:text-neutral-500 dark:hover:text-white"
|
|
2855
|
+
"text-neutral-500 hover:text-white"
|
|
2803
2856
|
),
|
|
2804
2857
|
title: "Dismiss",
|
|
2805
2858
|
onClick: onDismiss,
|
|
@@ -2813,7 +2866,7 @@ function DepositStatus({ status, progress, children, onDismiss }) {
|
|
|
2813
2866
|
{
|
|
2814
2867
|
className: twMerge16(
|
|
2815
2868
|
"w-full h-full transition ease-linear",
|
|
2816
|
-
status === "success" ? "bg-green-
|
|
2869
|
+
status === "success" ? "bg-green-600" : status === "error" ? "bg-red-600" : "bg-blue-600",
|
|
2817
2870
|
status === "pending" ? "opacity-100" : "opacity-0"
|
|
2818
2871
|
),
|
|
2819
2872
|
style: status === "pending" ? {
|
|
@@ -2827,7 +2880,7 @@ function DepositStatus({ status, progress, children, onDismiss }) {
|
|
|
2827
2880
|
}
|
|
2828
2881
|
|
|
2829
2882
|
// src/onboarding/deposit/TransferDepositStatus.tsx
|
|
2830
|
-
import { useChains as
|
|
2883
|
+
import { useChains as useChains2 } from "wagmi";
|
|
2831
2884
|
import { Fragment as Fragment5, jsx as jsx35, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
2832
2885
|
function TransferDepositStatus({
|
|
2833
2886
|
amount,
|
|
@@ -2838,7 +2891,7 @@ function TransferDepositStatus({
|
|
|
2838
2891
|
estimatedTime,
|
|
2839
2892
|
onDismiss
|
|
2840
2893
|
}) {
|
|
2841
|
-
const chains =
|
|
2894
|
+
const chains = useChains2();
|
|
2842
2895
|
const chain = chains.find((chain2) => chain2.id === chainL1Id);
|
|
2843
2896
|
const receipt = useQuery13({
|
|
2844
2897
|
queryKey: ["transferDepositStatus", hash],
|
|
@@ -2900,8 +2953,7 @@ function TransferDepositStatus({
|
|
|
2900
2953
|
}
|
|
2901
2954
|
),
|
|
2902
2955
|
" ",
|
|
2903
|
-
/* @__PURE__ */ jsx35(Balance, { wei: amount })
|
|
2904
|
-
" !"
|
|
2956
|
+
/* @__PURE__ */ jsx35(Balance, { wei: amount })
|
|
2905
2957
|
] });
|
|
2906
2958
|
})()
|
|
2907
2959
|
}
|
|
@@ -2910,7 +2962,7 @@ function TransferDepositStatus({
|
|
|
2910
2962
|
|
|
2911
2963
|
// src/onboarding/deposit/RelayDepositStatus.tsx
|
|
2912
2964
|
import { useQuery as useQuery14 } from "@tanstack/react-query";
|
|
2913
|
-
import { useChains as
|
|
2965
|
+
import { useChains as useChains3 } from "wagmi";
|
|
2914
2966
|
import { Fragment as Fragment6, jsx as jsx36, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
2915
2967
|
function RelayDepositStatus({
|
|
2916
2968
|
amount,
|
|
@@ -2921,7 +2973,7 @@ function RelayDepositStatus({
|
|
|
2921
2973
|
depositPromise,
|
|
2922
2974
|
onDismiss
|
|
2923
2975
|
}) {
|
|
2924
|
-
const chains =
|
|
2976
|
+
const chains = useChains3();
|
|
2925
2977
|
const chainL1 = chains.find((chain) => chain.id === chainL1Id);
|
|
2926
2978
|
const chainL2 = chains.find((chain) => chain.id === chainL2Id);
|
|
2927
2979
|
const deposit = useQuery14({
|
|
@@ -2965,13 +3017,13 @@ function RelayDepositStatus({
|
|
|
2965
3017
|
}
|
|
2966
3018
|
|
|
2967
3019
|
// src/onboarding/deposit/Deposits.tsx
|
|
2968
|
-
import { useAccount as
|
|
3020
|
+
import { useAccount as useAccount6, useClient as useClient11 } from "wagmi";
|
|
2969
3021
|
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
2970
3022
|
function Deposits() {
|
|
2971
|
-
const queryClient =
|
|
3023
|
+
const queryClient = useQueryClient7();
|
|
2972
3024
|
const { chainId } = useEntryKitConfig();
|
|
2973
3025
|
const client = useClient11({ chainId });
|
|
2974
|
-
const { address: userAddress } =
|
|
3026
|
+
const { address: userAddress } = useAccount6();
|
|
2975
3027
|
const { deposits, removeDeposit } = useDeposits();
|
|
2976
3028
|
const { data: isComplete } = useQuery15({
|
|
2977
3029
|
queryKey: ["depositsComplete", deposits.map((deposit) => deposit.uid)],
|
|
@@ -2981,7 +3033,7 @@ function Deposits() {
|
|
|
2981
3033
|
return true;
|
|
2982
3034
|
}
|
|
2983
3035
|
});
|
|
2984
|
-
|
|
3036
|
+
useEffect13(() => {
|
|
2985
3037
|
if (isComplete) {
|
|
2986
3038
|
queryClient.invalidateQueries({ queryKey: ["balance"] });
|
|
2987
3039
|
queryClient.invalidateQueries({ queryKey: ["getBalance", client?.uid, userAddress] });
|
|
@@ -3002,9 +3054,9 @@ import { jsx as jsx38, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
|
3002
3054
|
function DepositFormContainer() {
|
|
3003
3055
|
const { chainId: destinationChainId } = useEntryKitConfig();
|
|
3004
3056
|
const chainId = useChainId();
|
|
3005
|
-
const chains =
|
|
3006
|
-
const [amount, setAmount] =
|
|
3007
|
-
const [sourceChainId, setSourceChainId] =
|
|
3057
|
+
const chains = useChains4();
|
|
3058
|
+
const [amount, setAmount] = useState4(void 0);
|
|
3059
|
+
const [sourceChainId, setSourceChainId] = useState4(chainId);
|
|
3008
3060
|
const sourceChain = chains.find(({ id }) => id === sourceChainId);
|
|
3009
3061
|
return /* @__PURE__ */ jsxs22("div", { className: "pt-10 pb-2", children: [
|
|
3010
3062
|
destinationChainId === sourceChainId ? /* @__PURE__ */ jsx38(
|
|
@@ -3044,87 +3096,154 @@ function ArrowLeftIcon(props) {
|
|
|
3044
3096
|
) });
|
|
3045
3097
|
}
|
|
3046
3098
|
|
|
3047
|
-
// src/onboarding/quarry/
|
|
3048
|
-
import {
|
|
3049
|
-
import {
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
import {
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
}
|
|
3058
|
-
|
|
3099
|
+
// src/onboarding/quarry/WithdrawGasBalanceButton.tsx
|
|
3100
|
+
import { getAction as getAction6 } from "viem/utils";
|
|
3101
|
+
import { waitForTransactionReceipt as waitForTransactionReceipt3 } from "viem/actions";
|
|
3102
|
+
import { useAccount as useAccount7, useClient as useClient12, useSwitchChain as useSwitchChain3, useWriteContract as useWriteContract2 } from "wagmi";
|
|
3103
|
+
import { twMerge as twMerge17 } from "tailwind-merge";
|
|
3104
|
+
import { useMutation as useMutation6 } from "@tanstack/react-query";
|
|
3105
|
+
import { useQueryClient as useQueryClient8 } from "@tanstack/react-query";
|
|
3106
|
+
import { jsx as jsx40, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
3107
|
+
function WithdrawGasBalanceButton({ userAddress }) {
|
|
3108
|
+
const { writeContractAsync } = useWriteContract2();
|
|
3109
|
+
const { switchChain } = useSwitchChain3();
|
|
3110
|
+
const { chain, chainId } = useEntryKitConfig();
|
|
3111
|
+
const { chainId: userChainId } = useAccount7();
|
|
3112
|
+
const queryClient = useQueryClient8();
|
|
3113
|
+
const client = useClient12({ chainId });
|
|
3114
|
+
const paymaster = getPaymaster(chain);
|
|
3115
|
+
const balance = useShowQueryError(useBalance(userAddress));
|
|
3116
|
+
const shouldSwitchChain = chainId != null && chainId !== userChainId;
|
|
3117
|
+
const withdraw = useMutation6({
|
|
3118
|
+
mutationKey: ["withdraw", userAddress],
|
|
3119
|
+
mutationFn: async () => {
|
|
3120
|
+
if (!client) throw new Error("Client not ready.");
|
|
3121
|
+
if (!paymaster) throw new Error("Paymaster not found");
|
|
3122
|
+
if (!balance.data) throw new Error("No gas balance to withdraw.");
|
|
3123
|
+
try {
|
|
3124
|
+
const hash = await writeContractAsync({
|
|
3125
|
+
address: paymaster.address,
|
|
3126
|
+
abi: paymasterAbi,
|
|
3127
|
+
functionName: "withdrawTo",
|
|
3128
|
+
args: [userAddress, balance.data],
|
|
3129
|
+
chainId
|
|
3130
|
+
});
|
|
3131
|
+
await getAction6(client, waitForTransactionReceipt3, "waitForTransactionReceipt")({ hash });
|
|
3132
|
+
await Promise.all([
|
|
3133
|
+
queryClient.invalidateQueries({ queryKey: ["balance"] }),
|
|
3134
|
+
queryClient.invalidateQueries({ queryKey: ["getPrerequisites"] })
|
|
3135
|
+
]);
|
|
3136
|
+
} catch (error2) {
|
|
3137
|
+
console.error("Error while withdrawing", error2);
|
|
3138
|
+
throw error2;
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
});
|
|
3142
|
+
if (balance.data == null || balance.data === 0n) {
|
|
3143
|
+
return null;
|
|
3144
|
+
}
|
|
3145
|
+
return /* @__PURE__ */ jsx40(
|
|
3146
|
+
"button",
|
|
3147
|
+
{
|
|
3148
|
+
onClick: () => {
|
|
3149
|
+
if (shouldSwitchChain) {
|
|
3150
|
+
return switchChain({ chainId });
|
|
3151
|
+
}
|
|
3152
|
+
withdraw.mutate();
|
|
3153
|
+
},
|
|
3154
|
+
className: twMerge17(
|
|
3155
|
+
"text-sm font-medium text-white/50 group whitespace-nowrap",
|
|
3156
|
+
withdraw.isPending ? "opacity-50 pointer-events-none" : "cursor-pointer hover:text-white"
|
|
3157
|
+
),
|
|
3158
|
+
disabled: withdraw.isPending,
|
|
3159
|
+
children: /* @__PURE__ */ jsxs23("span", { className: "inline-block", children: [
|
|
3160
|
+
/* @__PURE__ */ jsxs23(
|
|
3161
|
+
"span",
|
|
3162
|
+
{
|
|
3163
|
+
className: twMerge17(
|
|
3164
|
+
"inline-flex items-center gap-1 underline decoration-neutral-500 underline-offset-4",
|
|
3165
|
+
!withdraw.isPending && "hover:decoration-orange-500",
|
|
3166
|
+
shouldSwitchChain && "group-hover:hidden"
|
|
3167
|
+
),
|
|
3168
|
+
children: [
|
|
3169
|
+
withdraw.isPending && /* @__PURE__ */ jsx40(PendingIcon, { className: "w-3 h-3" }),
|
|
3170
|
+
"Withdraw"
|
|
3171
|
+
]
|
|
3172
|
+
}
|
|
3173
|
+
),
|
|
3174
|
+
shouldSwitchChain && /* @__PURE__ */ jsx40("span", { className: "hidden group-hover:inline-block underline decoration-neutral-500 underline-offset-4 hover:decoration-orange-500", children: "Switch chain" })
|
|
3175
|
+
] })
|
|
3176
|
+
}
|
|
3177
|
+
);
|
|
3059
3178
|
}
|
|
3060
3179
|
|
|
3061
3180
|
// src/onboarding/quarry/GasBalance.tsx
|
|
3062
|
-
import {
|
|
3181
|
+
import { jsx as jsx41, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
3063
3182
|
function GasBalance2({ isActive, isExpanded, isFocused, setFocused, userAddress }) {
|
|
3064
|
-
const queryClient =
|
|
3183
|
+
const queryClient = useQueryClient9();
|
|
3065
3184
|
const balance = useShowQueryError(useBalance(userAddress));
|
|
3066
3185
|
const prevBalance = usePrevious(balance.data || 0n);
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
}
|
|
3073
|
-
};
|
|
3074
|
-
checkBalance();
|
|
3186
|
+
useEffect14(() => {
|
|
3187
|
+
if (balance.data != null && prevBalance === 0n && balance.data > 0n) {
|
|
3188
|
+
queryClient.invalidateQueries({ queryKey: ["getPrerequisites"] });
|
|
3189
|
+
setFocused(false);
|
|
3190
|
+
}
|
|
3075
3191
|
}, [balance.data, prevBalance, setFocused, queryClient, userAddress]);
|
|
3076
3192
|
if (isFocused) {
|
|
3077
|
-
return /* @__PURE__ */
|
|
3078
|
-
isFocused && /* @__PURE__ */
|
|
3193
|
+
return /* @__PURE__ */ jsxs24("div", { children: [
|
|
3194
|
+
isFocused && /* @__PURE__ */ jsx41("div", { className: "absolute top-0 left-0", children: /* @__PURE__ */ jsx41(
|
|
3079
3195
|
"div",
|
|
3080
3196
|
{
|
|
3081
3197
|
className: "flex items-center justify-center w-10 h-10 text-white/20 hover:text-white/40 cursor-pointer",
|
|
3082
3198
|
onClick: () => setFocused(false),
|
|
3083
|
-
children: /* @__PURE__ */
|
|
3199
|
+
children: /* @__PURE__ */ jsx41(ArrowLeftIcon, { className: "m-0" })
|
|
3084
3200
|
}
|
|
3085
3201
|
) }),
|
|
3086
|
-
/* @__PURE__ */
|
|
3202
|
+
/* @__PURE__ */ jsx41(DepositFormContainer, {})
|
|
3087
3203
|
] });
|
|
3088
3204
|
}
|
|
3089
|
-
return /* @__PURE__ */
|
|
3090
|
-
/* @__PURE__ */
|
|
3091
|
-
/* @__PURE__ */
|
|
3092
|
-
/* @__PURE__ */
|
|
3093
|
-
/* @__PURE__ */
|
|
3205
|
+
return /* @__PURE__ */ jsxs24("div", { className: "flex flex-col gap-4", children: [
|
|
3206
|
+
/* @__PURE__ */ jsxs24("div", { className: "flex justify-between gap-4", children: [
|
|
3207
|
+
/* @__PURE__ */ jsxs24("div", { children: [
|
|
3208
|
+
/* @__PURE__ */ jsx41("div", { children: "Gas balance" }),
|
|
3209
|
+
/* @__PURE__ */ jsx41("div", { className: "font-mono text-white", children: balance.data != null ? /* @__PURE__ */ jsx41(Balance, { wei: balance.data }) : /* @__PURE__ */ jsx41(PendingIcon, { className: "text-sm" }) })
|
|
3094
3210
|
] }),
|
|
3095
|
-
/* @__PURE__ */
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3211
|
+
/* @__PURE__ */ jsxs24("div", { className: "flex flex-col gap-1 justify-center items-center", children: [
|
|
3212
|
+
/* @__PURE__ */ jsx41(
|
|
3213
|
+
Button,
|
|
3214
|
+
{
|
|
3215
|
+
variant: isActive ? "primary" : "tertiary",
|
|
3216
|
+
className: "flex-shrink-0 text-sm p-1 w-28",
|
|
3217
|
+
autoFocus: isActive || isExpanded,
|
|
3218
|
+
pending: balance.status === "pending",
|
|
3219
|
+
onClick: () => setFocused(true),
|
|
3220
|
+
children: "Top up"
|
|
3221
|
+
}
|
|
3222
|
+
),
|
|
3223
|
+
/* @__PURE__ */ jsx41(WithdrawGasBalanceButton, { userAddress })
|
|
3224
|
+
] })
|
|
3106
3225
|
] }),
|
|
3107
|
-
isExpanded ? /* @__PURE__ */
|
|
3226
|
+
isExpanded ? /* @__PURE__ */ jsx41("p", { className: "text-sm", children: "Your gas balance is used to pay for onchain computation." }) : null
|
|
3108
3227
|
] });
|
|
3109
3228
|
}
|
|
3110
3229
|
|
|
3111
3230
|
// src/onboarding/ConnectedSteps.tsx
|
|
3112
|
-
import { jsx as
|
|
3231
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
3113
3232
|
function ConnectedSteps({ userClient, initialUserAddress }) {
|
|
3114
3233
|
const { chain } = useEntryKitConfig();
|
|
3115
3234
|
const paymaster = getPaymaster(chain);
|
|
3116
|
-
const [focusedId, setFocusedId] =
|
|
3235
|
+
const [focusedId, setFocusedId] = useState5(null);
|
|
3117
3236
|
const userAddress = userClient.account.address;
|
|
3118
3237
|
const { data: prerequisites, error: prerequisitesError } = usePrerequisites(userAddress);
|
|
3119
|
-
|
|
3238
|
+
useEffect15(() => {
|
|
3120
3239
|
if (prerequisitesError) {
|
|
3121
3240
|
console.error("Could not get prerequisites", prerequisitesError);
|
|
3122
3241
|
}
|
|
3123
3242
|
}, [prerequisitesError]);
|
|
3124
3243
|
const { closeAccountModal } = useAccountModal();
|
|
3125
3244
|
const isNewConnection = userAddress !== initialUserAddress;
|
|
3126
|
-
const initialPrerequisites =
|
|
3127
|
-
|
|
3245
|
+
const initialPrerequisites = useRef5(prerequisites);
|
|
3246
|
+
useEffect15(() => {
|
|
3128
3247
|
if (prerequisites == null) return;
|
|
3129
3248
|
if (initialPrerequisites.current == null) {
|
|
3130
3249
|
initialPrerequisites.current = prerequisites;
|
|
@@ -3135,7 +3254,7 @@ function ConnectedSteps({ userClient, initialUserAddress }) {
|
|
|
3135
3254
|
}
|
|
3136
3255
|
}
|
|
3137
3256
|
}, [closeAccountModal, isNewConnection, prerequisites]);
|
|
3138
|
-
const { sessionAddress, hasAllowance, isSpender, hasDelegation, hasGasBalance,
|
|
3257
|
+
const { sessionAddress, hasAllowance, isSpender, hasDelegation, hasGasBalance, hasQuarryGasBalance } = prerequisites ?? {};
|
|
3139
3258
|
const steps = useMemo4(() => {
|
|
3140
3259
|
if (!userAddress) {
|
|
3141
3260
|
return [
|
|
@@ -3150,7 +3269,7 @@ function ConnectedSteps({ userClient, initialUserAddress }) {
|
|
|
3150
3269
|
{
|
|
3151
3270
|
id: "wallet",
|
|
3152
3271
|
isComplete: true,
|
|
3153
|
-
content: (props) => /* @__PURE__ */
|
|
3272
|
+
content: (props) => /* @__PURE__ */ jsx42(Wallet, { ...props, userAddress })
|
|
3154
3273
|
}
|
|
3155
3274
|
];
|
|
3156
3275
|
if (!paymaster) {
|
|
@@ -3158,7 +3277,7 @@ function ConnectedSteps({ userClient, initialUserAddress }) {
|
|
|
3158
3277
|
steps2.push({
|
|
3159
3278
|
id: "gasBalance",
|
|
3160
3279
|
isComplete: !!hasGasBalance,
|
|
3161
|
-
content: (props) => /* @__PURE__ */
|
|
3280
|
+
content: (props) => /* @__PURE__ */ jsx42(GasBalance, { ...props, sessionAddress })
|
|
3162
3281
|
});
|
|
3163
3282
|
}
|
|
3164
3283
|
} else if (paymaster.type === "quarry") {
|
|
@@ -3166,44 +3285,44 @@ function ConnectedSteps({ userClient, initialUserAddress }) {
|
|
|
3166
3285
|
steps2.push({
|
|
3167
3286
|
id: "allowance",
|
|
3168
3287
|
isComplete: !!hasAllowance,
|
|
3169
|
-
content: (props) => /* @__PURE__ */
|
|
3288
|
+
content: (props) => /* @__PURE__ */ jsx42(Allowance, { ...props, userAddress })
|
|
3170
3289
|
});
|
|
3171
3290
|
} else {
|
|
3172
3291
|
steps2.push({
|
|
3173
3292
|
id: "gasBalanceQuarry",
|
|
3174
|
-
isComplete: !!
|
|
3175
|
-
content: (props) => /* @__PURE__ */
|
|
3293
|
+
isComplete: !!hasQuarryGasBalance,
|
|
3294
|
+
content: (props) => /* @__PURE__ */ jsx42(GasBalance2, { ...props, userAddress })
|
|
3176
3295
|
});
|
|
3177
3296
|
}
|
|
3178
3297
|
}
|
|
3179
3298
|
steps2.push({
|
|
3180
3299
|
id: "session",
|
|
3181
3300
|
isComplete: !!isSpender && !!hasDelegation,
|
|
3182
|
-
content: (props) => /* @__PURE__ */
|
|
3301
|
+
content: (props) => /* @__PURE__ */ jsx42(Session, { ...props, userClient, registerSpender: !isSpender, registerDelegation: !hasDelegation })
|
|
3183
3302
|
});
|
|
3184
3303
|
return steps2;
|
|
3185
3304
|
}, [
|
|
3186
3305
|
hasAllowance,
|
|
3187
3306
|
hasDelegation,
|
|
3188
3307
|
hasGasBalance,
|
|
3189
|
-
|
|
3308
|
+
hasQuarryGasBalance,
|
|
3190
3309
|
isSpender,
|
|
3191
3310
|
paymaster,
|
|
3192
3311
|
sessionAddress,
|
|
3193
3312
|
userAddress,
|
|
3194
3313
|
userClient
|
|
3195
3314
|
]);
|
|
3196
|
-
const [selectedStepId] =
|
|
3315
|
+
const [selectedStepId] = useState5(null);
|
|
3197
3316
|
const nextStep = steps.find((step) => step.content != null && !step.isComplete);
|
|
3198
3317
|
const completedSteps = steps.filter((step) => step.isComplete);
|
|
3199
3318
|
const activeStep = (selectedStepId != null ? steps.find((step) => step.id === selectedStepId) : null) ?? nextStep ?? (completedSteps.length < steps.length ? completedSteps.at(-1) : null);
|
|
3200
3319
|
const activeStepIndex = activeStep ? steps.indexOf(activeStep) : -1;
|
|
3201
|
-
return /* @__PURE__ */
|
|
3320
|
+
return /* @__PURE__ */ jsx42(
|
|
3202
3321
|
"div",
|
|
3203
3322
|
{
|
|
3204
|
-
className:
|
|
3323
|
+
className: twMerge18(
|
|
3205
3324
|
"px-8 flex flex-col",
|
|
3206
|
-
|
|
3325
|
+
"divide-y divide-neutral-800",
|
|
3207
3326
|
"animate-in animate-duration-300 fade-in slide-in-from-bottom-8"
|
|
3208
3327
|
),
|
|
3209
3328
|
children: steps.map((step, i) => {
|
|
@@ -3223,24 +3342,24 @@ function ConnectedSteps({ userClient, initialUserAddress }) {
|
|
|
3223
3342
|
}
|
|
3224
3343
|
return null;
|
|
3225
3344
|
}
|
|
3226
|
-
return /* @__PURE__ */
|
|
3345
|
+
return /* @__PURE__ */ jsx42("div", { className: twMerge18("py-8 flex flex-col justify-center", isActive ? "flex-grow" : null), children: /* @__PURE__ */ jsx42("div", { className: twMerge18("flex flex-col", isDisabled ? "opacity-30 pointer-events-none" : null), children: content }) }, step.id);
|
|
3227
3346
|
})
|
|
3228
3347
|
}
|
|
3229
3348
|
);
|
|
3230
3349
|
}
|
|
3231
3350
|
|
|
3232
3351
|
// src/AccountModalContent.tsx
|
|
3233
|
-
import { useRef as
|
|
3234
|
-
import { jsx as
|
|
3352
|
+
import { useRef as useRef6 } from "react";
|
|
3353
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
3235
3354
|
function AccountModalContent() {
|
|
3236
3355
|
const { chainId } = useEntryKitConfig();
|
|
3237
3356
|
const userClient = useConnectorClient({ chainId });
|
|
3238
3357
|
const { address: userAddress } = useAccount8();
|
|
3239
|
-
const initialUserAddress =
|
|
3358
|
+
const initialUserAddress = useRef6(userAddress);
|
|
3240
3359
|
if (userClient.status !== "success") {
|
|
3241
|
-
return /* @__PURE__ */
|
|
3360
|
+
return /* @__PURE__ */ jsx43(ConnectWallet, {});
|
|
3242
3361
|
}
|
|
3243
|
-
return /* @__PURE__ */
|
|
3362
|
+
return /* @__PURE__ */ jsx43(ConnectedSteps, { userClient: userClient.data, initialUserAddress: initialUserAddress.current });
|
|
3244
3363
|
}
|
|
3245
3364
|
|
|
3246
3365
|
// src/AccountModal.tsx
|
|
@@ -3249,47 +3368,47 @@ import { ErrorBoundary } from "react-error-boundary";
|
|
|
3249
3368
|
|
|
3250
3369
|
// src/errors/ErrorOverlay.tsx
|
|
3251
3370
|
import { wait } from "@latticexyz/common/utils";
|
|
3252
|
-
import { useEffect as
|
|
3253
|
-
import { twMerge as
|
|
3254
|
-
import { Fragment as
|
|
3371
|
+
import { useEffect as useEffect16 } from "react";
|
|
3372
|
+
import { twMerge as twMerge19 } from "tailwind-merge";
|
|
3373
|
+
import { Fragment as Fragment7, jsx as jsx44, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
3255
3374
|
function ErrorOverlay({ error: error2, retry, dismiss }) {
|
|
3256
|
-
|
|
3375
|
+
useEffect16(() => {
|
|
3257
3376
|
if (error2) {
|
|
3258
3377
|
console.error(error2);
|
|
3259
3378
|
}
|
|
3260
3379
|
}, [error2]);
|
|
3261
|
-
return /* @__PURE__ */
|
|
3262
|
-
/* @__PURE__ */
|
|
3380
|
+
return /* @__PURE__ */ jsxs25("div", { className: "pointer-events-none absolute inset-0 overflow-clip", children: [
|
|
3381
|
+
/* @__PURE__ */ jsx44(
|
|
3263
3382
|
"div",
|
|
3264
3383
|
{
|
|
3265
|
-
className:
|
|
3384
|
+
className: twMerge19(
|
|
3266
3385
|
"absolute inset-0 bg-blue-700/60",
|
|
3267
3386
|
"transition duration-300",
|
|
3268
3387
|
error2 ? "opacity-100 pointer-events-auto" : "opacity-0"
|
|
3269
3388
|
)
|
|
3270
3389
|
}
|
|
3271
3390
|
),
|
|
3272
|
-
/* @__PURE__ */
|
|
3391
|
+
/* @__PURE__ */ jsx44(
|
|
3273
3392
|
"div",
|
|
3274
3393
|
{
|
|
3275
|
-
className:
|
|
3394
|
+
className: twMerge19(
|
|
3276
3395
|
"absolute inset-0 pb-8",
|
|
3277
3396
|
"transition duration-300",
|
|
3278
3397
|
error2 ? "translate-y-0 opacity-100 pointer-events-auto" : "-translate-y-4 opacity-0"
|
|
3279
3398
|
),
|
|
3280
|
-
children: error2 ? /* @__PURE__ */
|
|
3281
|
-
/* @__PURE__ */
|
|
3282
|
-
/* @__PURE__ */
|
|
3283
|
-
/* @__PURE__ */
|
|
3284
|
-
/* @__PURE__ */
|
|
3399
|
+
children: error2 ? /* @__PURE__ */ jsx44(Fragment7, { children: /* @__PURE__ */ jsxs25("div", { className: "w-full max-h-full bg-blue-700 text-white/80 overflow-auto", children: [
|
|
3400
|
+
/* @__PURE__ */ jsxs25("div", { className: "space-y-6 px-8 pt-8", children: [
|
|
3401
|
+
/* @__PURE__ */ jsx44("div", { className: "text-white text-lg font-bold", children: "Oops! It broke :(" }),
|
|
3402
|
+
/* @__PURE__ */ jsx44("div", { className: "font-mono text-xs whitespace-pre-wrap", children: error2.message.trim() }),
|
|
3403
|
+
/* @__PURE__ */ jsx44("div", { className: "text-sm", children: "See the console for more info." })
|
|
3285
3404
|
] }),
|
|
3286
|
-
/* @__PURE__ */
|
|
3287
|
-
/* @__PURE__ */
|
|
3288
|
-
retry ? /* @__PURE__ */
|
|
3405
|
+
/* @__PURE__ */ jsxs25("div", { className: "pointer-events-none sticky bottom-0 left-0 -mt-2", children: [
|
|
3406
|
+
/* @__PURE__ */ jsx44("div", { className: "w-full h-12 bg-gradient-to-b from-transparent to-blue-700" }),
|
|
3407
|
+
retry ? /* @__PURE__ */ jsx44("div", { className: "bg-blue-700 text-center", children: /* @__PURE__ */ jsxs25(
|
|
3289
3408
|
"button",
|
|
3290
3409
|
{
|
|
3291
3410
|
type: "button",
|
|
3292
|
-
className:
|
|
3411
|
+
className: twMerge19(
|
|
3293
3412
|
"pointer-events-auto group w-24 p-1 -translate-y-2 transition",
|
|
3294
3413
|
"bg-blue-600 hover:bg-blue-500 aria-busy:bg-blue-500",
|
|
3295
3414
|
"text-white text-sm font-medium",
|
|
@@ -3304,15 +3423,15 @@ function ErrorOverlay({ error: error2, retry, dismiss }) {
|
|
|
3304
3423
|
}
|
|
3305
3424
|
},
|
|
3306
3425
|
children: [
|
|
3307
|
-
/* @__PURE__ */
|
|
3308
|
-
/* @__PURE__ */
|
|
3426
|
+
/* @__PURE__ */ jsx44("span", { className: "group-aria-busy:hidden", children: "Retry" }),
|
|
3427
|
+
/* @__PURE__ */ jsx44("span", { className: "hidden group-aria-busy:inline", children: "Retrying\u2026" })
|
|
3309
3428
|
]
|
|
3310
3429
|
}
|
|
3311
|
-
) }) : dismiss ? /* @__PURE__ */
|
|
3430
|
+
) }) : dismiss ? /* @__PURE__ */ jsx44("div", { className: "bg-blue-700 text-center", children: /* @__PURE__ */ jsx44(
|
|
3312
3431
|
"button",
|
|
3313
3432
|
{
|
|
3314
3433
|
type: "button",
|
|
3315
|
-
className:
|
|
3434
|
+
className: twMerge19(
|
|
3316
3435
|
"pointer-events-auto group w-24 p-1 -translate-y-2 transition",
|
|
3317
3436
|
"bg-blue-600 hover:bg-blue-500 aria-busy:bg-blue-500",
|
|
3318
3437
|
"text-white text-sm font-medium",
|
|
@@ -3330,27 +3449,27 @@ function ErrorOverlay({ error: error2, retry, dismiss }) {
|
|
|
3330
3449
|
}
|
|
3331
3450
|
|
|
3332
3451
|
// src/errors/ErrorFallback.tsx
|
|
3333
|
-
import { jsx as
|
|
3452
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
3334
3453
|
function ErrorFallback({ error: error2, resetErrorBoundary }) {
|
|
3335
|
-
return /* @__PURE__ */
|
|
3454
|
+
return /* @__PURE__ */ jsx45("div", { className: "h-64", children: /* @__PURE__ */ jsx45(ErrorOverlay, { error: error2, retry: resetErrorBoundary }) });
|
|
3336
3455
|
}
|
|
3337
3456
|
|
|
3338
3457
|
// src/errors/ErrorsOverlay.tsx
|
|
3339
3458
|
import { useStore as useStore3 } from "zustand";
|
|
3340
|
-
import { jsx as
|
|
3459
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
3341
3460
|
function ErrorsOverlay() {
|
|
3342
3461
|
const error2 = useStore3(store3, (state) => state.errors.at(0));
|
|
3343
|
-
return /* @__PURE__ */
|
|
3462
|
+
return /* @__PURE__ */ jsx46(ErrorOverlay, { error: error2?.error, retry: error2?.retry, dismiss: error2?.dismiss });
|
|
3344
3463
|
}
|
|
3345
3464
|
|
|
3346
3465
|
// src/AccountModal.tsx
|
|
3347
|
-
import { jsx as
|
|
3466
|
+
import { jsx as jsx47, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
3348
3467
|
function AccountModal() {
|
|
3349
3468
|
const { accountModalOpen, toggleAccountModal } = useAccountModal();
|
|
3350
|
-
return /* @__PURE__ */
|
|
3469
|
+
return /* @__PURE__ */ jsx47(Modal, { open: accountModalOpen, onOpenChange: toggleAccountModal, children: accountModalOpen ? /* @__PURE__ */ jsxs26(
|
|
3351
3470
|
"div",
|
|
3352
3471
|
{
|
|
3353
|
-
className:
|
|
3472
|
+
className: twMerge20(
|
|
3354
3473
|
"relative py-2 ring-1",
|
|
3355
3474
|
"bg-neutral-900 text-neutral-400 ring-neutral-700/50",
|
|
3356
3475
|
"links:font-medium links:underline links:underline-offset-4",
|
|
@@ -3358,11 +3477,11 @@ function AccountModal() {
|
|
|
3358
3477
|
"links:decoration-neutral-500 hover:links:decoration-orange-500"
|
|
3359
3478
|
),
|
|
3360
3479
|
children: [
|
|
3361
|
-
/* @__PURE__ */
|
|
3362
|
-
/* @__PURE__ */
|
|
3363
|
-
/* @__PURE__ */
|
|
3480
|
+
/* @__PURE__ */ jsxs26(ErrorBoundary, { FallbackComponent: ErrorFallback, children: [
|
|
3481
|
+
/* @__PURE__ */ jsx47(AccountModalContent, {}),
|
|
3482
|
+
/* @__PURE__ */ jsx47(ErrorsOverlay, {})
|
|
3364
3483
|
] }),
|
|
3365
|
-
/* @__PURE__ */
|
|
3484
|
+
/* @__PURE__ */ jsxs26(
|
|
3366
3485
|
"a",
|
|
3367
3486
|
{
|
|
3368
3487
|
href: "https://mud.dev",
|
|
@@ -3370,20 +3489,20 @@ function AccountModal() {
|
|
|
3370
3489
|
rel: "noreferrer noopener",
|
|
3371
3490
|
className: "group self-center p-3 flex items-center justify-center gap-2 links-unset text-sm font-mono transition text-neutral-400 hover:text-white",
|
|
3372
3491
|
children: [
|
|
3373
|
-
/* @__PURE__ */
|
|
3374
|
-
/* @__PURE__ */
|
|
3492
|
+
/* @__PURE__ */ jsx47("span", { className: "block w-4 h-4", children: /* @__PURE__ */ jsx47(Logo, { className: "w-full h-full text-orange-500 group-hover:rotate-90 transition duration-300" }) }),
|
|
3493
|
+
/* @__PURE__ */ jsx47("span", { children: "Powered by MUD" })
|
|
3375
3494
|
]
|
|
3376
3495
|
}
|
|
3377
3496
|
),
|
|
3378
|
-
/* @__PURE__ */
|
|
3497
|
+
/* @__PURE__ */ jsx47("div", { className: "absolute top-0 right-0", children: /* @__PURE__ */ jsx47(
|
|
3379
3498
|
DialogClose,
|
|
3380
3499
|
{
|
|
3381
|
-
className:
|
|
3500
|
+
className: twMerge20(
|
|
3382
3501
|
"pointer-events-auto leading-none p-2 transition",
|
|
3383
3502
|
"text-white/20 hover:text-white/40"
|
|
3384
3503
|
),
|
|
3385
3504
|
title: "Close",
|
|
3386
|
-
children: /* @__PURE__ */
|
|
3505
|
+
children: /* @__PURE__ */ jsx47(CloseIcon, { className: "m-0" })
|
|
3387
3506
|
}
|
|
3388
3507
|
) })
|
|
3389
3508
|
]
|
|
@@ -3392,31 +3511,31 @@ function AccountModal() {
|
|
|
3392
3511
|
}
|
|
3393
3512
|
|
|
3394
3513
|
// src/EntryKitProvider.tsx
|
|
3395
|
-
import { jsx as
|
|
3514
|
+
import { jsx as jsx48, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
3396
3515
|
function EntryKitProvider({ config, children }) {
|
|
3397
|
-
return /* @__PURE__ */
|
|
3516
|
+
return /* @__PURE__ */ jsxs27(EntryKitConfigProvider, { config, children: [
|
|
3398
3517
|
children,
|
|
3399
|
-
/* @__PURE__ */
|
|
3518
|
+
/* @__PURE__ */ jsx48(AccountModal, {})
|
|
3400
3519
|
] });
|
|
3401
3520
|
}
|
|
3402
3521
|
|
|
3403
3522
|
// src/AccountButton.tsx
|
|
3404
3523
|
import { useAccount as useAccount9 } from "wagmi";
|
|
3405
|
-
import { twMerge as
|
|
3524
|
+
import { twMerge as twMerge22 } from "tailwind-merge";
|
|
3406
3525
|
|
|
3407
3526
|
// src/AccountName.tsx
|
|
3408
|
-
import { twMerge as
|
|
3409
|
-
import { Fragment as
|
|
3527
|
+
import { twMerge as twMerge21 } from "tailwind-merge";
|
|
3528
|
+
import { Fragment as Fragment8, jsx as jsx49, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
3410
3529
|
function AccountName({ address }) {
|
|
3411
3530
|
const { data: ens } = useENS(address);
|
|
3412
3531
|
const avatar = usePreloadImage(ens?.avatar);
|
|
3413
|
-
return /* @__PURE__ */
|
|
3414
|
-
/* @__PURE__ */
|
|
3415
|
-
/* @__PURE__ */
|
|
3532
|
+
return /* @__PURE__ */ jsxs28(Fragment8, { children: [
|
|
3533
|
+
/* @__PURE__ */ jsxs28("span", { className: "flex-shrink-0 w-6 h-6 -my-1 -mx-0.5 grid place-items-center", children: [
|
|
3534
|
+
/* @__PURE__ */ jsx49(
|
|
3416
3535
|
"img",
|
|
3417
3536
|
{
|
|
3418
3537
|
src: ens?.avatar && avatar.isSuccess ? ens.avatar : void 0,
|
|
3419
|
-
className:
|
|
3538
|
+
className: twMerge21(
|
|
3420
3539
|
"col-start-1 row-start-1",
|
|
3421
3540
|
"inline-flex w-full h-full rounded-full bg-black/10 dark:bg-white/10 bg-cover bg-no-repeat bg-center",
|
|
3422
3541
|
"transtion duration-300",
|
|
@@ -3424,10 +3543,10 @@ function AccountName({ address }) {
|
|
|
3424
3543
|
)
|
|
3425
3544
|
}
|
|
3426
3545
|
),
|
|
3427
|
-
/* @__PURE__ */
|
|
3546
|
+
/* @__PURE__ */ jsx49(
|
|
3428
3547
|
Logo,
|
|
3429
3548
|
{
|
|
3430
|
-
className:
|
|
3549
|
+
className: twMerge21(
|
|
3431
3550
|
"col-start-1 row-start-1 text-orange-500",
|
|
3432
3551
|
"transition duration-300",
|
|
3433
3552
|
ens && (!ens.avatar || avatar.isError) ? "opacity-100" : "opacity-0"
|
|
@@ -3435,29 +3554,29 @@ function AccountName({ address }) {
|
|
|
3435
3554
|
}
|
|
3436
3555
|
)
|
|
3437
3556
|
] }),
|
|
3438
|
-
/* @__PURE__ */
|
|
3557
|
+
/* @__PURE__ */ jsx49("span", { className: "flex-grow", children: ens?.name ?? /* @__PURE__ */ jsx49(TruncatedHex, { hex: address }) })
|
|
3439
3558
|
] });
|
|
3440
3559
|
}
|
|
3441
3560
|
|
|
3442
3561
|
// src/AccountButton.tsx
|
|
3443
|
-
import { useRef as
|
|
3444
|
-
import { jsx as
|
|
3445
|
-
var containerClassNames =
|
|
3562
|
+
import { useRef as useRef7 } from "react";
|
|
3563
|
+
import { jsx as jsx50, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
3564
|
+
var containerClassNames = twMerge22(
|
|
3446
3565
|
"w-48 p-3 inline-flex outline-none transition",
|
|
3447
3566
|
"border border-transparent",
|
|
3448
3567
|
"text-base leading-none"
|
|
3449
3568
|
);
|
|
3450
|
-
var secondaryClassNames =
|
|
3569
|
+
var secondaryClassNames = twMerge22(
|
|
3451
3570
|
"bg-neutral-100 border-neutral-300 text-black",
|
|
3452
3571
|
"dark:bg-neutral-800 dark:border-neutral-700 dark:text-white"
|
|
3453
3572
|
);
|
|
3454
|
-
var secondaryInteractiveClassNames =
|
|
3573
|
+
var secondaryInteractiveClassNames = twMerge22(
|
|
3455
3574
|
"cursor-pointer outline-none hover:bg-neutral-200 data-[highlighted]:bg-neutral-200 dark:hover:bg-neutral-700"
|
|
3456
3575
|
);
|
|
3457
3576
|
function AccountButton() {
|
|
3458
3577
|
const { openAccountModal, accountModalOpen } = useAccountModal();
|
|
3459
3578
|
const { status, address: userAddress } = useAccount9();
|
|
3460
|
-
const initialUserAddress =
|
|
3579
|
+
const initialUserAddress = useRef7(userAddress);
|
|
3461
3580
|
const prereqs = usePrerequisites(userAddress);
|
|
3462
3581
|
const isConnected = status === "connected" || status === "reconnecting" && userAddress;
|
|
3463
3582
|
const isNewConnection = userAddress !== initialUserAddress.current;
|
|
@@ -3469,20 +3588,20 @@ function AccountButton() {
|
|
|
3469
3588
|
}
|
|
3470
3589
|
return "Sign in";
|
|
3471
3590
|
})();
|
|
3472
|
-
return /* @__PURE__ */
|
|
3591
|
+
return /* @__PURE__ */ jsx50(Shadow, { mode: "child", children: isSignedIn ? /* @__PURE__ */ jsx50(
|
|
3473
3592
|
"button",
|
|
3474
3593
|
{
|
|
3475
3594
|
type: "button",
|
|
3476
|
-
className:
|
|
3595
|
+
className: twMerge22(containerClassNames, secondaryClassNames, secondaryInteractiveClassNames),
|
|
3477
3596
|
onClick: openAccountModal,
|
|
3478
|
-
children: /* @__PURE__ */
|
|
3597
|
+
children: /* @__PURE__ */ jsx50("span", { className: "flex-grow inline-flex gap-2.5 items-center text-left font-medium", children: userAddress ? /* @__PURE__ */ jsx50(AccountName, { address: userAddress }) : null })
|
|
3479
3598
|
},
|
|
3480
3599
|
"connected"
|
|
3481
|
-
) : /* @__PURE__ */
|
|
3600
|
+
) : /* @__PURE__ */ jsxs29(
|
|
3482
3601
|
"button",
|
|
3483
3602
|
{
|
|
3484
3603
|
type: "button",
|
|
3485
|
-
className:
|
|
3604
|
+
className: twMerge22(
|
|
3486
3605
|
containerClassNames,
|
|
3487
3606
|
"group",
|
|
3488
3607
|
"items-center justify-center gap-2.5",
|
|
@@ -3493,32 +3612,32 @@ function AccountButton() {
|
|
|
3493
3612
|
"aria-busy": accountModalOpen,
|
|
3494
3613
|
onClick: openAccountModal,
|
|
3495
3614
|
children: [
|
|
3496
|
-
/* @__PURE__ */
|
|
3497
|
-
/* @__PURE__ */
|
|
3615
|
+
/* @__PURE__ */ jsxs29("span", { className: "pointer-events-none inline-grid place-items-center -ml-3", children: [
|
|
3616
|
+
/* @__PURE__ */ jsx50(
|
|
3498
3617
|
"span",
|
|
3499
3618
|
{
|
|
3500
|
-
className:
|
|
3619
|
+
className: twMerge22(
|
|
3501
3620
|
"col-start-1 row-start-1 leading-none",
|
|
3502
3621
|
"scale-100 opacity-100 transition duration-300",
|
|
3503
3622
|
"group-aria-busy:scale-125 group-aria-busy:opacity-0"
|
|
3504
3623
|
),
|
|
3505
|
-
children: /* @__PURE__ */
|
|
3624
|
+
children: /* @__PURE__ */ jsx50(Logo, {})
|
|
3506
3625
|
}
|
|
3507
3626
|
),
|
|
3508
|
-
/* @__PURE__ */
|
|
3627
|
+
/* @__PURE__ */ jsx50(
|
|
3509
3628
|
"span",
|
|
3510
3629
|
{
|
|
3511
3630
|
"aria-hidden": true,
|
|
3512
|
-
className:
|
|
3631
|
+
className: twMerge22(
|
|
3513
3632
|
"col-start-1 row-start-1",
|
|
3514
3633
|
"scale-50 opacity-0 transition duration-300 delay-50",
|
|
3515
3634
|
"group-aria-busy:scale-100 group-aria-busy:opacity-100"
|
|
3516
3635
|
),
|
|
3517
|
-
children: /* @__PURE__ */
|
|
3636
|
+
children: /* @__PURE__ */ jsx50(PendingIcon, {})
|
|
3518
3637
|
}
|
|
3519
3638
|
)
|
|
3520
3639
|
] }),
|
|
3521
|
-
/* @__PURE__ */
|
|
3640
|
+
/* @__PURE__ */ jsx50("span", { className: "font-medium", children: buttonLabel })
|
|
3522
3641
|
]
|
|
3523
3642
|
},
|
|
3524
3643
|
"sign in"
|
|
@@ -3540,44 +3659,379 @@ function useSessionClientReady() {
|
|
|
3540
3659
|
}
|
|
3541
3660
|
|
|
3542
3661
|
// src/createWagmiConfig.ts
|
|
3543
|
-
import { connectorsForWallets } from "@rainbow-me/rainbowkit";
|
|
3544
3662
|
import { createConfig } from "wagmi";
|
|
3663
|
+
import { getDefaultConfig } from "connectkit";
|
|
3664
|
+
import { injected, coinbaseWallet, safe } from "wagmi/connectors";
|
|
3545
3665
|
|
|
3546
|
-
// src/
|
|
3547
|
-
import {
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3666
|
+
// src/connectors/walletConnect.ts
|
|
3667
|
+
import { ChainNotConfiguredError, ProviderNotFoundError, createConnector } from "wagmi";
|
|
3668
|
+
import {
|
|
3669
|
+
SwitchChainError,
|
|
3670
|
+
UserRejectedRequestError,
|
|
3671
|
+
getAddress,
|
|
3672
|
+
numberToHex as numberToHex3
|
|
3673
|
+
} from "viem";
|
|
3674
|
+
walletConnect.type = "walletConnect";
|
|
3675
|
+
function walletConnect(parameters) {
|
|
3676
|
+
const isNewChainsStale = parameters.isNewChainsStale ?? true;
|
|
3677
|
+
let provider_;
|
|
3678
|
+
let providerPromise;
|
|
3679
|
+
const NAMESPACE = "eip155";
|
|
3680
|
+
let accountsChanged;
|
|
3681
|
+
let chainChanged;
|
|
3682
|
+
let connect;
|
|
3683
|
+
let displayUri;
|
|
3684
|
+
let sessionDelete;
|
|
3685
|
+
let disconnect;
|
|
3686
|
+
return createConnector((config) => ({
|
|
3687
|
+
id: "walletConnect",
|
|
3688
|
+
name: "WalletConnect",
|
|
3689
|
+
type: walletConnect.type,
|
|
3690
|
+
async setup() {
|
|
3691
|
+
const provider = await this.getProvider().catch(() => null);
|
|
3692
|
+
if (!provider) return;
|
|
3693
|
+
if (!connect) {
|
|
3694
|
+
connect = this.onConnect.bind(this);
|
|
3695
|
+
provider.on("connect", connect);
|
|
3696
|
+
}
|
|
3697
|
+
if (!sessionDelete) {
|
|
3698
|
+
sessionDelete = this.onSessionDelete.bind(this);
|
|
3699
|
+
provider.on("session_delete", sessionDelete);
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
async connect({ chainId, ...rest } = {}) {
|
|
3703
|
+
try {
|
|
3704
|
+
const provider = await this.getProvider();
|
|
3705
|
+
if (!provider) throw new ProviderNotFoundError();
|
|
3706
|
+
if (!displayUri) {
|
|
3707
|
+
displayUri = this.onDisplayUri;
|
|
3708
|
+
provider.on("display_uri", displayUri);
|
|
3709
|
+
}
|
|
3710
|
+
let targetChainId = chainId;
|
|
3711
|
+
if (!targetChainId) {
|
|
3712
|
+
const state = await config.storage?.getItem("state") ?? {};
|
|
3713
|
+
const isChainSupported = config.chains.some((x) => x.id === state.chainId);
|
|
3714
|
+
if (isChainSupported) targetChainId = state.chainId;
|
|
3715
|
+
else targetChainId = config.chains[0]?.id;
|
|
3716
|
+
}
|
|
3717
|
+
if (!targetChainId) throw new Error("No chains found on connector.");
|
|
3718
|
+
const isChainsStale = await this.isChainsStale();
|
|
3719
|
+
if (provider.session && isChainsStale) await provider.disconnect();
|
|
3720
|
+
if (!provider.session || isChainsStale) {
|
|
3721
|
+
const optionalChains = config.chains.filter((chain) => chain.id !== targetChainId).map((optionalChain) => optionalChain.id);
|
|
3722
|
+
await provider.connect({
|
|
3723
|
+
optionalChains: [targetChainId, ...optionalChains],
|
|
3724
|
+
..."pairingTopic" in rest ? { pairingTopic: rest.pairingTopic } : {}
|
|
3725
|
+
});
|
|
3726
|
+
this.setRequestedChainsIds(config.chains.map((x) => x.id));
|
|
3727
|
+
}
|
|
3728
|
+
const accounts = (await provider.enable()).map((x) => getAddress(x));
|
|
3729
|
+
let currentChainId = await this.getChainId();
|
|
3730
|
+
if (chainId && currentChainId !== chainId) {
|
|
3731
|
+
const chain = await this.switchChain({ chainId }).catch((error2) => {
|
|
3732
|
+
if (error2.code === UserRejectedRequestError.code) throw error2;
|
|
3733
|
+
return { id: currentChainId };
|
|
3734
|
+
});
|
|
3735
|
+
currentChainId = chain?.id ?? currentChainId;
|
|
3736
|
+
}
|
|
3737
|
+
if (displayUri) {
|
|
3738
|
+
provider.removeListener("display_uri", displayUri);
|
|
3739
|
+
displayUri = void 0;
|
|
3740
|
+
}
|
|
3741
|
+
if (connect) {
|
|
3742
|
+
provider.removeListener("connect", connect);
|
|
3743
|
+
connect = void 0;
|
|
3744
|
+
}
|
|
3745
|
+
if (!accountsChanged) {
|
|
3746
|
+
accountsChanged = this.onAccountsChanged.bind(this);
|
|
3747
|
+
provider.on("accountsChanged", accountsChanged);
|
|
3748
|
+
}
|
|
3749
|
+
if (!chainChanged) {
|
|
3750
|
+
chainChanged = this.onChainChanged.bind(this);
|
|
3751
|
+
provider.on("chainChanged", chainChanged);
|
|
3752
|
+
}
|
|
3753
|
+
if (!disconnect) {
|
|
3754
|
+
disconnect = this.onDisconnect.bind(this);
|
|
3755
|
+
provider.on("disconnect", disconnect);
|
|
3756
|
+
}
|
|
3757
|
+
if (!sessionDelete) {
|
|
3758
|
+
sessionDelete = this.onSessionDelete.bind(this);
|
|
3759
|
+
provider.on("session_delete", sessionDelete);
|
|
3760
|
+
}
|
|
3761
|
+
return { accounts, chainId: currentChainId };
|
|
3762
|
+
} catch (error2) {
|
|
3763
|
+
if (/(user rejected|connection request reset)/i.test(error2?.message)) {
|
|
3764
|
+
throw new UserRejectedRequestError(error2);
|
|
3765
|
+
}
|
|
3766
|
+
throw error2;
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3769
|
+
async disconnect() {
|
|
3770
|
+
const provider = await this.getProvider();
|
|
3771
|
+
try {
|
|
3772
|
+
await provider?.disconnect();
|
|
3773
|
+
} catch (error2) {
|
|
3774
|
+
if (!/No matching key/i.test(error2.message)) throw error2;
|
|
3775
|
+
} finally {
|
|
3776
|
+
if (chainChanged) {
|
|
3777
|
+
provider?.removeListener("chainChanged", chainChanged);
|
|
3778
|
+
chainChanged = void 0;
|
|
3779
|
+
}
|
|
3780
|
+
if (disconnect) {
|
|
3781
|
+
provider?.removeListener("disconnect", disconnect);
|
|
3782
|
+
disconnect = void 0;
|
|
3783
|
+
}
|
|
3784
|
+
if (!connect) {
|
|
3785
|
+
connect = this.onConnect.bind(this);
|
|
3786
|
+
provider?.on("connect", connect);
|
|
3787
|
+
}
|
|
3788
|
+
if (accountsChanged) {
|
|
3789
|
+
provider?.removeListener("accountsChanged", accountsChanged);
|
|
3790
|
+
accountsChanged = void 0;
|
|
3791
|
+
}
|
|
3792
|
+
if (sessionDelete) {
|
|
3793
|
+
provider?.removeListener("session_delete", sessionDelete);
|
|
3794
|
+
sessionDelete = void 0;
|
|
3795
|
+
}
|
|
3796
|
+
this.setRequestedChainsIds([]);
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3799
|
+
async getAccounts() {
|
|
3800
|
+
const provider = await this.getProvider();
|
|
3801
|
+
return provider.accounts.map((x) => getAddress(x));
|
|
3802
|
+
},
|
|
3803
|
+
async getProvider() {
|
|
3804
|
+
async function initProvider() {
|
|
3805
|
+
const optionalChains = config.chains.map((x) => x.id);
|
|
3806
|
+
if (!optionalChains.length) return;
|
|
3807
|
+
const { EthereumProvider } = await import("@walletconnect/ethereum-provider");
|
|
3808
|
+
return await EthereumProvider.init({
|
|
3809
|
+
...parameters,
|
|
3810
|
+
disableProviderPing: true,
|
|
3811
|
+
optionalChains,
|
|
3812
|
+
projectId: parameters.projectId,
|
|
3813
|
+
rpcMap: Object.fromEntries(
|
|
3814
|
+
config.chains.map((chain) => {
|
|
3815
|
+
const [url] = extractRpcUrls({
|
|
3816
|
+
chain,
|
|
3817
|
+
transports: config.transports
|
|
3818
|
+
});
|
|
3819
|
+
return [chain.id, url];
|
|
3820
|
+
})
|
|
3821
|
+
),
|
|
3822
|
+
showQrModal: parameters.showQrModal ?? true
|
|
3823
|
+
});
|
|
3824
|
+
}
|
|
3825
|
+
if (!provider_) {
|
|
3826
|
+
if (!providerPromise) providerPromise = initProvider();
|
|
3827
|
+
provider_ = await providerPromise;
|
|
3828
|
+
provider_?.events.setMaxListeners(Number.POSITIVE_INFINITY);
|
|
3829
|
+
}
|
|
3830
|
+
return provider_;
|
|
3831
|
+
},
|
|
3832
|
+
async getChainId() {
|
|
3833
|
+
const provider = await this.getProvider();
|
|
3834
|
+
return provider.chainId;
|
|
3835
|
+
},
|
|
3836
|
+
async isAuthorized() {
|
|
3837
|
+
try {
|
|
3838
|
+
const [accounts, provider] = await Promise.all([this.getAccounts(), this.getProvider()]);
|
|
3839
|
+
if (!accounts.length) return false;
|
|
3840
|
+
const isChainsStale = await this.isChainsStale();
|
|
3841
|
+
if (isChainsStale && provider.session) {
|
|
3842
|
+
await provider.disconnect().catch(() => {
|
|
3843
|
+
});
|
|
3844
|
+
return false;
|
|
3845
|
+
}
|
|
3846
|
+
return true;
|
|
3847
|
+
} catch {
|
|
3848
|
+
return false;
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3851
|
+
async switchChain({ addEthereumChainParameter, chainId }) {
|
|
3852
|
+
const provider = await this.getProvider();
|
|
3853
|
+
if (!provider) throw new ProviderNotFoundError();
|
|
3854
|
+
const chain = config.chains.find((x) => x.id === chainId);
|
|
3855
|
+
if (!chain) throw new SwitchChainError(new ChainNotConfiguredError());
|
|
3856
|
+
try {
|
|
3857
|
+
await Promise.all([
|
|
3858
|
+
new Promise((resolve) => {
|
|
3859
|
+
const listener2 = ({ chainId: currentChainId }) => {
|
|
3860
|
+
if (currentChainId === chainId) {
|
|
3861
|
+
config.emitter.off("change", listener2);
|
|
3862
|
+
resolve();
|
|
3863
|
+
}
|
|
3864
|
+
};
|
|
3865
|
+
config.emitter.on("change", listener2);
|
|
3866
|
+
}),
|
|
3867
|
+
provider.request({
|
|
3868
|
+
method: "wallet_switchEthereumChain",
|
|
3869
|
+
params: [{ chainId: numberToHex3(chainId) }]
|
|
3870
|
+
})
|
|
3871
|
+
]);
|
|
3872
|
+
const requestedChains = await this.getRequestedChainsIds();
|
|
3873
|
+
this.setRequestedChainsIds([...requestedChains, chainId]);
|
|
3874
|
+
return chain;
|
|
3875
|
+
} catch (err) {
|
|
3876
|
+
const error2 = err;
|
|
3877
|
+
if (/(user rejected)/i.test(error2.message)) throw new UserRejectedRequestError(error2);
|
|
3878
|
+
try {
|
|
3879
|
+
let blockExplorerUrls;
|
|
3880
|
+
if (addEthereumChainParameter?.blockExplorerUrls)
|
|
3881
|
+
blockExplorerUrls = addEthereumChainParameter.blockExplorerUrls;
|
|
3882
|
+
else blockExplorerUrls = chain.blockExplorers?.default.url ? [chain.blockExplorers?.default.url] : [];
|
|
3883
|
+
let rpcUrls;
|
|
3884
|
+
if (addEthereumChainParameter?.rpcUrls?.length) rpcUrls = addEthereumChainParameter.rpcUrls;
|
|
3885
|
+
else rpcUrls = [...chain.rpcUrls.default.http];
|
|
3886
|
+
const addEthereumChain = {
|
|
3887
|
+
blockExplorerUrls,
|
|
3888
|
+
chainId: numberToHex3(chainId),
|
|
3889
|
+
chainName: addEthereumChainParameter?.chainName ?? chain.name,
|
|
3890
|
+
iconUrls: addEthereumChainParameter?.iconUrls,
|
|
3891
|
+
nativeCurrency: addEthereumChainParameter?.nativeCurrency ?? chain.nativeCurrency,
|
|
3892
|
+
rpcUrls
|
|
3893
|
+
};
|
|
3894
|
+
await provider.request({
|
|
3895
|
+
method: "wallet_addEthereumChain",
|
|
3896
|
+
params: [addEthereumChain]
|
|
3897
|
+
});
|
|
3898
|
+
const requestedChains = await this.getRequestedChainsIds();
|
|
3899
|
+
this.setRequestedChainsIds([...requestedChains, chainId]);
|
|
3900
|
+
return chain;
|
|
3901
|
+
} catch (error3) {
|
|
3902
|
+
throw new UserRejectedRequestError(error3);
|
|
3903
|
+
}
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3906
|
+
onAccountsChanged(accounts) {
|
|
3907
|
+
if (accounts.length === 0) this.onDisconnect();
|
|
3908
|
+
else
|
|
3909
|
+
config.emitter.emit("change", {
|
|
3910
|
+
accounts: accounts.map((x) => getAddress(x))
|
|
3911
|
+
});
|
|
3912
|
+
},
|
|
3913
|
+
onChainChanged(chain) {
|
|
3914
|
+
const chainId = Number(chain);
|
|
3915
|
+
config.emitter.emit("change", { chainId });
|
|
3916
|
+
},
|
|
3917
|
+
async onConnect(connectInfo) {
|
|
3918
|
+
const chainId = Number(connectInfo.chainId);
|
|
3919
|
+
const accounts = await this.getAccounts();
|
|
3920
|
+
config.emitter.emit("connect", { accounts, chainId });
|
|
3921
|
+
},
|
|
3922
|
+
async onDisconnect(_error) {
|
|
3923
|
+
this.setRequestedChainsIds([]);
|
|
3924
|
+
config.emitter.emit("disconnect");
|
|
3925
|
+
const provider = await this.getProvider();
|
|
3926
|
+
if (accountsChanged) {
|
|
3927
|
+
provider.removeListener("accountsChanged", accountsChanged);
|
|
3928
|
+
accountsChanged = void 0;
|
|
3929
|
+
}
|
|
3930
|
+
if (chainChanged) {
|
|
3931
|
+
provider.removeListener("chainChanged", chainChanged);
|
|
3932
|
+
chainChanged = void 0;
|
|
3933
|
+
}
|
|
3934
|
+
if (disconnect) {
|
|
3935
|
+
provider.removeListener("disconnect", disconnect);
|
|
3936
|
+
disconnect = void 0;
|
|
3937
|
+
}
|
|
3938
|
+
if (sessionDelete) {
|
|
3939
|
+
provider.removeListener("session_delete", sessionDelete);
|
|
3940
|
+
sessionDelete = void 0;
|
|
3941
|
+
}
|
|
3942
|
+
if (!connect) {
|
|
3943
|
+
connect = this.onConnect.bind(this);
|
|
3944
|
+
provider.on("connect", connect);
|
|
3945
|
+
}
|
|
3946
|
+
},
|
|
3947
|
+
onDisplayUri(uri) {
|
|
3948
|
+
config.emitter.emit("message", { type: "display_uri", data: uri });
|
|
3949
|
+
},
|
|
3950
|
+
onSessionDelete() {
|
|
3951
|
+
this.onDisconnect();
|
|
3952
|
+
},
|
|
3953
|
+
getNamespaceChainsIds() {
|
|
3954
|
+
if (!provider_) return [];
|
|
3955
|
+
const chainIds = provider_.session?.namespaces[NAMESPACE]?.accounts?.map(
|
|
3956
|
+
(account) => Number.parseInt(account.split(":")[1] || "")
|
|
3957
|
+
);
|
|
3958
|
+
return chainIds ?? [];
|
|
3959
|
+
},
|
|
3960
|
+
async getRequestedChainsIds() {
|
|
3961
|
+
return await config.storage?.getItem(this.requestedChainsStorageKey) ?? [];
|
|
3962
|
+
},
|
|
3963
|
+
/**
|
|
3964
|
+
* Checks if the target chains match the chains that were
|
|
3965
|
+
* initially requested by the connector for the WalletConnect session.
|
|
3966
|
+
* If there is a mismatch, this means that the chains on the connector
|
|
3967
|
+
* are considered stale, and need to be revalidated at a later point (via
|
|
3968
|
+
* connection).
|
|
3969
|
+
*
|
|
3970
|
+
* There may be a scenario where a dapp adds a chain to the
|
|
3971
|
+
* connector later on, however, this chain will not have been approved or rejected
|
|
3972
|
+
* by the wallet. In this case, the chain is considered stale.
|
|
3973
|
+
*/
|
|
3974
|
+
async isChainsStale() {
|
|
3975
|
+
if (!isNewChainsStale) return false;
|
|
3976
|
+
const connectorChains = config.chains.map((x) => x.id);
|
|
3977
|
+
const namespaceChains = this.getNamespaceChainsIds();
|
|
3978
|
+
if (namespaceChains.length && !namespaceChains.some((id) => connectorChains.includes(id))) return false;
|
|
3979
|
+
const requestedChains = await this.getRequestedChainsIds();
|
|
3980
|
+
return !connectorChains.every((id) => requestedChains.includes(id));
|
|
3981
|
+
},
|
|
3982
|
+
async setRequestedChainsIds(chains) {
|
|
3983
|
+
await config.storage?.setItem(this.requestedChainsStorageKey, chains);
|
|
3984
|
+
},
|
|
3985
|
+
get requestedChainsStorageKey() {
|
|
3986
|
+
return `${this.id}.requestedChains`;
|
|
3987
|
+
}
|
|
3988
|
+
}));
|
|
3989
|
+
}
|
|
3990
|
+
function extractRpcUrls(parameters) {
|
|
3991
|
+
const { chain } = parameters;
|
|
3992
|
+
const fallbackUrl = chain.rpcUrls.default.http[0];
|
|
3993
|
+
if (!parameters.transports) return [fallbackUrl];
|
|
3994
|
+
const transport = parameters.transports?.[chain.id]?.({ chain });
|
|
3995
|
+
const transports = transport?.value?.transports || [transport];
|
|
3996
|
+
return transports.map(({ value }) => value?.url || fallbackUrl);
|
|
3554
3997
|
}
|
|
3555
3998
|
|
|
3556
3999
|
// src/createWagmiConfig.ts
|
|
3557
4000
|
function createWagmiConfig(config) {
|
|
3558
|
-
const
|
|
3559
|
-
const
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
4001
|
+
const connectors = [];
|
|
4002
|
+
const shouldUseSafeConnector = !(typeof window === "undefined") && window?.parent !== window;
|
|
4003
|
+
if (shouldUseSafeConnector) {
|
|
4004
|
+
connectors.push(
|
|
4005
|
+
safe({
|
|
4006
|
+
allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/]
|
|
4007
|
+
})
|
|
4008
|
+
);
|
|
4009
|
+
}
|
|
4010
|
+
connectors.push(
|
|
4011
|
+
injected({ target: "metaMask" }),
|
|
4012
|
+
coinbaseWallet({
|
|
4013
|
+
appName: config.appName,
|
|
4014
|
+
overrideIsMetaMask: false
|
|
4015
|
+
})
|
|
4016
|
+
);
|
|
4017
|
+
if (config.walletConnectProjectId) {
|
|
4018
|
+
connectors.push(
|
|
4019
|
+
walletConnect({
|
|
4020
|
+
showQrModal: false,
|
|
4021
|
+
projectId: config.walletConnectProjectId
|
|
4022
|
+
})
|
|
4023
|
+
);
|
|
4024
|
+
}
|
|
4025
|
+
const configParams = getDefaultConfig({
|
|
3565
4026
|
chains: config.chains,
|
|
3566
4027
|
transports: config.transports,
|
|
3567
|
-
pollingInterval: config.pollingInterval
|
|
3568
|
-
});
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
|
-
// src/getConnectors.ts
|
|
3572
|
-
import { connectorsForWallets as connectorsForWallets2 } from "@rainbow-me/rainbowkit";
|
|
3573
|
-
function getConnectors({
|
|
3574
|
-
wallets,
|
|
3575
|
-
...config
|
|
3576
|
-
}) {
|
|
3577
|
-
return connectorsForWallets2(wallets ?? getWallets(config), {
|
|
4028
|
+
pollingInterval: config.pollingInterval,
|
|
3578
4029
|
appName: config.appName,
|
|
3579
|
-
|
|
4030
|
+
walletConnectProjectId: config.walletConnectProjectId,
|
|
4031
|
+
enableFamily: false,
|
|
4032
|
+
connectors
|
|
3580
4033
|
});
|
|
4034
|
+
return createConfig(configParams);
|
|
3581
4035
|
}
|
|
3582
4036
|
|
|
3583
4037
|
// src/validateSigner.ts
|
|
@@ -3628,8 +4082,6 @@ export {
|
|
|
3628
4082
|
EntryKitProvider,
|
|
3629
4083
|
createWagmiConfig,
|
|
3630
4084
|
defineConfig,
|
|
3631
|
-
getConnectors,
|
|
3632
|
-
getWallets,
|
|
3633
4085
|
internal_validateSigner,
|
|
3634
4086
|
useAccountModal,
|
|
3635
4087
|
useEntryKitConfig,
|