@latticexyz/entrykit 2.2.22-ca7a36a114ba65468662dbeef343129fa60f04eb → 2.2.22-d6161103025288c00f13b5adb523af5634b537a8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tsup/exports/internal.js +1498 -359
- package/dist/tsup/exports/internal.js.map +1 -1
- package/package.json +10 -8
|
@@ -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.-mt-2 {\n margin-top: -0.5rem;\n}\n\n.block {\n display: 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.h-12 {\n height: 3rem;\n}\n\n.h-16 {\n height: 4rem;\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-full {\n height: 100%;\n}\n\n.max-h-full {\n max-height: 100%;\n}\n\n.min-h-\\[22rem\\] {\n min-height: 22rem;\n}\n\n.min-h-\\[26rem\\] {\n min-height: 26rem;\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-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-\\[0\\.6em\\] {\n width: 0.6em;\n}\n\n.w-\\[1\\.25em\\] {\n width: 1.25em;\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@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.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-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-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-4 {\n border-width: 4px;\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-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-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-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-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-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-8 {\n padding-bottom: 2rem;\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-none {\n line-height: 1;\n}\n\n.tracking-\\[-1ch\\] {\n letter-spacing: -1ch;\n}\n\n.text-black {\n --tw-text-opacity: 1;\n color: rgb(0 0 0 / 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-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-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-neutral-700\\/50 {\n --tw-ring-color: rgb(64 64 64 / 0.5);\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.duration-100 {\n transition-duration: 100ms;\n}\n\n.duration-300 {\n transition-duration: 300ms;\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.fade-in {\n --tw-enter-opacity: 0;\n}\n\n.slide-in-from-bottom-16 {\n --tw-enter-translate-y: 4rem;\n}\n\n.slide-in-from-bottom-8 {\n --tw-enter-translate-y: 2rem;\n}\n\n.animate-duration-300 {\n animation-duration: 300ms;\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.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.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\\: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.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\\: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.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.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.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';
|
|
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-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-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.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\\: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';
|
|
26
26
|
|
|
27
27
|
// src/ui/Shadow.tsx
|
|
28
28
|
import { useResizeObserver } from "usehooks-ts";
|
|
@@ -37,6 +37,11 @@ function FrameProvider({ frame, children }) {
|
|
|
37
37
|
if (value) throw new Error("`FrameProvider` can only be used once.");
|
|
38
38
|
return /* @__PURE__ */ jsx(Context.Provider, { value: { frame }, children });
|
|
39
39
|
}
|
|
40
|
+
function useFrame() {
|
|
41
|
+
const value = useContext(Context);
|
|
42
|
+
if (!value) throw new Error("`useFrame` can only be used within a `FrameProvider`.");
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
40
45
|
|
|
41
46
|
// src/useTheme.ts
|
|
42
47
|
import { useMediaQuery } from "usehooks-ts";
|
|
@@ -368,10 +373,10 @@ function useAccountModal() {
|
|
|
368
373
|
}
|
|
369
374
|
|
|
370
375
|
// src/AccountModal.tsx
|
|
371
|
-
import { twMerge as
|
|
376
|
+
import { twMerge as twMerge19 } from "tailwind-merge";
|
|
372
377
|
|
|
373
378
|
// src/AccountModalContent.tsx
|
|
374
|
-
import { useAccount as
|
|
379
|
+
import { useAccount as useAccount8, useConnectorClient } from "wagmi";
|
|
375
380
|
|
|
376
381
|
// src/ConnectWallet.tsx
|
|
377
382
|
import { useAccount } from "wagmi";
|
|
@@ -545,16 +550,39 @@ function ConnectWallet() {
|
|
|
545
550
|
}
|
|
546
551
|
|
|
547
552
|
// src/onboarding/ConnectedSteps.tsx
|
|
548
|
-
import { useEffect as
|
|
549
|
-
import { twMerge as
|
|
553
|
+
import { useEffect as useEffect13, useMemo as useMemo4, useRef as useRef4, useState as useState5 } from "react";
|
|
554
|
+
import { twMerge as twMerge17 } from "tailwind-merge";
|
|
550
555
|
|
|
551
|
-
// src/onboarding/
|
|
552
|
-
import {
|
|
553
|
-
|
|
556
|
+
// src/onboarding/usePrerequisites.ts
|
|
557
|
+
import { useClient as useClient6, useConfig } from "wagmi";
|
|
558
|
+
import { getBalanceQueryOptions as getBalanceQueryOptions2 } from "wagmi/query";
|
|
559
|
+
import { queryOptions as queryOptions6, skipToken as skipToken6, useQuery as useQuery7, useQueryClient } from "@tanstack/react-query";
|
|
560
|
+
|
|
561
|
+
// src/getPaymaster.ts
|
|
562
|
+
function getPaymaster(chain) {
|
|
563
|
+
const contracts = chain.contracts ?? {};
|
|
564
|
+
if ("quarryPaymaster" in contracts && contracts.quarryPaymaster != null) {
|
|
565
|
+
if ("address" in contracts.quarryPaymaster) {
|
|
566
|
+
return {
|
|
567
|
+
type: "quarry",
|
|
568
|
+
address: contracts.quarryPaymaster.address,
|
|
569
|
+
isGasPass: !!chain.rpcUrls.quarryPassIssuer?.http?.[0]
|
|
570
|
+
};
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
if ("paymaster" in contracts && contracts.paymaster != null) {
|
|
574
|
+
if ("address" in contracts.paymaster) {
|
|
575
|
+
return {
|
|
576
|
+
type: "simple",
|
|
577
|
+
address: contracts.paymaster.address
|
|
578
|
+
};
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
}
|
|
554
582
|
|
|
555
583
|
// src/onboarding/quarry/useAllowance.ts
|
|
556
584
|
import { useClient } from "wagmi";
|
|
557
|
-
import { queryOptions, useQuery as useQuery2 } from "@tanstack/react-query";
|
|
585
|
+
import { queryOptions, skipToken, useQuery as useQuery2 } from "@tanstack/react-query";
|
|
558
586
|
|
|
559
587
|
// src/quarry/getAllowance.ts
|
|
560
588
|
import { numberToHex as numberToHex2 } from "viem";
|
|
@@ -565,7 +593,10 @@ import { parseAbi } from "viem";
|
|
|
565
593
|
var paymasterAbi = parseAbi([
|
|
566
594
|
"error SpenderSystem_AlreadyRegistered(address spender, address user)",
|
|
567
595
|
"error SpenderSystem_HasOwnBalance(address spender)",
|
|
568
|
-
"
|
|
596
|
+
"error BalanceSystem_BalanceTooHigh(address user, uint256 balance, uint256 max)",
|
|
597
|
+
"error BalanceSystem_InsufficientBalance(address user, uint256 amount, uint256 balance)",
|
|
598
|
+
"function registerSpender(address spender)",
|
|
599
|
+
"function depositTo(address to) payable"
|
|
569
600
|
]);
|
|
570
601
|
var paymasterConfig = defineStore({
|
|
571
602
|
namespaces: {
|
|
@@ -579,6 +610,13 @@ var paymasterConfig = defineStore({
|
|
|
579
610
|
},
|
|
580
611
|
key: ["user"]
|
|
581
612
|
},
|
|
613
|
+
Balance: {
|
|
614
|
+
schema: {
|
|
615
|
+
user: "address",
|
|
616
|
+
balance: "uint256"
|
|
617
|
+
},
|
|
618
|
+
key: ["user"]
|
|
619
|
+
},
|
|
582
620
|
Grantor: {
|
|
583
621
|
schema: {
|
|
584
622
|
grantor: "address",
|
|
@@ -628,29 +666,6 @@ var paymasterTables = paymasterConfig.namespaces.root.tables;
|
|
|
628
666
|
import { getRecord, getStaticDataLocation } from "@latticexyz/store/internal";
|
|
629
667
|
import { getKeyTuple } from "@latticexyz/protocol-parser/internal";
|
|
630
668
|
import { setStorageAt } from "viem/actions";
|
|
631
|
-
|
|
632
|
-
// src/getPaymaster.ts
|
|
633
|
-
function getPaymaster(chain) {
|
|
634
|
-
const contracts = chain.contracts ?? {};
|
|
635
|
-
if ("quarryPaymaster" in contracts && contracts.quarryPaymaster != null) {
|
|
636
|
-
if ("address" in contracts.quarryPaymaster) {
|
|
637
|
-
return {
|
|
638
|
-
type: "quarry",
|
|
639
|
-
address: contracts.quarryPaymaster.address
|
|
640
|
-
};
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
if ("paymaster" in contracts && contracts.paymaster != null) {
|
|
644
|
-
if ("address" in contracts.paymaster) {
|
|
645
|
-
return {
|
|
646
|
-
type: "simple",
|
|
647
|
-
address: contracts.paymaster.address
|
|
648
|
-
};
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
// src/quarry/getAllowance.ts
|
|
654
669
|
async function getAllowance({ client, userAddress }) {
|
|
655
670
|
const paymaster = getPaymaster(client.chain);
|
|
656
671
|
if (paymaster?.type !== "quarry") return null;
|
|
@@ -684,13 +699,10 @@ function getAllowanceQueryOptions({
|
|
|
684
699
|
client,
|
|
685
700
|
userAddress
|
|
686
701
|
}) {
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
client && userAddress ? {
|
|
690
|
-
|
|
691
|
-
queryFn: () => getAllowance({ client, userAddress })
|
|
692
|
-
} : { queryKey, enabled: false }
|
|
693
|
-
);
|
|
702
|
+
return queryOptions({
|
|
703
|
+
queryKey: ["getAllowance", client?.uid, userAddress],
|
|
704
|
+
queryFn: client && userAddress ? () => getAllowance({ client, userAddress }) : skipToken
|
|
705
|
+
});
|
|
694
706
|
}
|
|
695
707
|
function useAllowance(userAddress) {
|
|
696
708
|
const { chainId } = useEntryKitConfig();
|
|
@@ -700,7 +712,7 @@ function useAllowance(userAddress) {
|
|
|
700
712
|
|
|
701
713
|
// src/onboarding/quarry/useSpender.ts
|
|
702
714
|
import { useClient as useClient2 } from "wagmi";
|
|
703
|
-
import { queryOptions as queryOptions2, useQuery as useQuery3 } from "@tanstack/react-query";
|
|
715
|
+
import { queryOptions as queryOptions2, skipToken as skipToken2, useQuery as useQuery3 } from "@tanstack/react-query";
|
|
704
716
|
|
|
705
717
|
// src/onboarding/quarry/getSpender.ts
|
|
706
718
|
import { getRecord as getRecord2 } from "@latticexyz/store/internal";
|
|
@@ -722,18 +734,15 @@ function getSpenderQueryOptions({
|
|
|
722
734
|
userAddress,
|
|
723
735
|
sessionAddress
|
|
724
736
|
}) {
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
client && userAddress && sessionAddress ? {
|
|
728
|
-
|
|
729
|
-
queryFn: () => getSpender({ client, userAddress, sessionAddress })
|
|
730
|
-
} : { queryKey, enabled: false }
|
|
731
|
-
);
|
|
737
|
+
return queryOptions2({
|
|
738
|
+
queryKey: ["getSpender", client?.uid, userAddress, sessionAddress],
|
|
739
|
+
queryFn: client && userAddress && sessionAddress ? () => getSpender({ client, userAddress, sessionAddress }) : skipToken2
|
|
740
|
+
});
|
|
732
741
|
}
|
|
733
742
|
|
|
734
743
|
// src/onboarding/useDelegation.ts
|
|
735
744
|
import { useClient as useClient3 } from "wagmi";
|
|
736
|
-
import { queryOptions as queryOptions3, useQuery as useQuery4 } from "@tanstack/react-query";
|
|
745
|
+
import { queryOptions as queryOptions3, skipToken as skipToken3, useQuery as useQuery4 } from "@tanstack/react-query";
|
|
737
746
|
|
|
738
747
|
// src/onboarding/getDelegation.ts
|
|
739
748
|
import { getRecord as getRecord3 } from "@latticexyz/store/internal";
|
|
@@ -776,22 +785,15 @@ function getDelegationQueryOptions({
|
|
|
776
785
|
userAddress,
|
|
777
786
|
sessionAddress
|
|
778
787
|
}) {
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
client && userAddress && sessionAddress ? {
|
|
782
|
-
|
|
783
|
-
queryFn: () => getDelegation({ client, worldAddress, userAddress, sessionAddress })
|
|
784
|
-
} : { queryKey, enabled: false }
|
|
785
|
-
);
|
|
788
|
+
return queryOptions3({
|
|
789
|
+
queryKey: ["getDelegation", client?.uid, worldAddress, userAddress, sessionAddress],
|
|
790
|
+
queryFn: client && userAddress && sessionAddress ? () => getDelegation({ client, worldAddress, userAddress, sessionAddress }) : skipToken3
|
|
791
|
+
});
|
|
786
792
|
}
|
|
787
793
|
|
|
788
|
-
// src/onboarding/usePrerequisites.ts
|
|
789
|
-
import { queryOptions as queryOptions5, useQuery as useQuery6, useQueryClient } from "@tanstack/react-query";
|
|
790
|
-
import { useClient as useClient5, useConfig } from "wagmi";
|
|
791
|
-
|
|
792
794
|
// src/useSessionAccount.ts
|
|
793
795
|
import { useClient as useClient4 } from "wagmi";
|
|
794
|
-
import { queryOptions as queryOptions4, useQuery as useQuery5 } from "@tanstack/react-query";
|
|
796
|
+
import { queryOptions as queryOptions4, skipToken as skipToken4, useQuery as useQuery5 } from "@tanstack/react-query";
|
|
795
797
|
|
|
796
798
|
// src/getSessionAccount.ts
|
|
797
799
|
import { toSimpleSmartAccount } from "permissionless/accounts";
|
|
@@ -855,20 +857,50 @@ function getSessionAccountQueryOptions({
|
|
|
855
857
|
client,
|
|
856
858
|
userAddress
|
|
857
859
|
}) {
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
client && userAddress ? {
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
860
|
+
return queryOptions4({
|
|
861
|
+
queryKey: ["getSessionAccount", client?.uid, userAddress],
|
|
862
|
+
queryFn: client && userAddress ? () => getSessionAccount({ client, userAddress }) : skipToken4,
|
|
863
|
+
staleTime: Infinity,
|
|
864
|
+
// TODO: replace with function to retry only connection errors
|
|
865
|
+
retry: false
|
|
866
|
+
});
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
// src/onboarding/quarry/useBalance.ts
|
|
870
|
+
import { useClient as useClient5 } from "wagmi";
|
|
871
|
+
import { queryOptions as queryOptions5, skipToken as skipToken5, useQuery as useQuery6 } from "@tanstack/react-query";
|
|
872
|
+
|
|
873
|
+
// src/quarry/getBalance.ts
|
|
874
|
+
import { getRecord as getRecord4 } from "@latticexyz/store/internal";
|
|
875
|
+
async function getBalance({ client, userAddress }) {
|
|
876
|
+
const paymaster = getPaymaster(client.chain);
|
|
877
|
+
if (paymaster?.type !== "quarry") return null;
|
|
878
|
+
const record = await getRecord4(client, {
|
|
879
|
+
address: paymaster.address,
|
|
880
|
+
table: paymasterTables.Balance,
|
|
881
|
+
key: { user: userAddress },
|
|
882
|
+
blockTag: "pending"
|
|
883
|
+
});
|
|
884
|
+
return record.balance;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
// src/onboarding/quarry/useBalance.ts
|
|
888
|
+
function getBalanceQueryOptions({
|
|
889
|
+
client,
|
|
890
|
+
userAddress
|
|
891
|
+
}) {
|
|
892
|
+
return queryOptions5({
|
|
893
|
+
queryKey: ["getBalance", client?.uid, userAddress],
|
|
894
|
+
queryFn: client && userAddress ? () => getBalance({ client, userAddress }) : skipToken5
|
|
895
|
+
});
|
|
896
|
+
}
|
|
897
|
+
function useBalance(userAddress) {
|
|
898
|
+
const { chainId } = useEntryKitConfig();
|
|
899
|
+
const client = useClient5({ chainId });
|
|
900
|
+
return useQuery6(getBalanceQueryOptions({ client, userAddress }));
|
|
868
901
|
}
|
|
869
902
|
|
|
870
903
|
// src/onboarding/usePrerequisites.ts
|
|
871
|
-
import { getBalanceQueryOptions } from "wagmi/query";
|
|
872
904
|
function getPrequisitesQueryOptions({
|
|
873
905
|
queryClient,
|
|
874
906
|
config,
|
|
@@ -876,46 +908,46 @@ function getPrequisitesQueryOptions({
|
|
|
876
908
|
userAddress,
|
|
877
909
|
worldAddress
|
|
878
910
|
}) {
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
client && userAddress ? {
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
);
|
|
911
|
+
return queryOptions6({
|
|
912
|
+
queryKey: ["getPrerequisites", client?.uid, userAddress],
|
|
913
|
+
queryFn: client && userAddress ? async () => {
|
|
914
|
+
const paymaster = getPaymaster(client.chain);
|
|
915
|
+
const {
|
|
916
|
+
account: { address: sessionAddress }
|
|
917
|
+
} = await queryClient.fetchQuery(getSessionAccountQueryOptions({ client, userAddress }));
|
|
918
|
+
const [sessionBalance, allowance, spender, quarryBalance, hasDelegation] = await Promise.all([
|
|
919
|
+
!paymaster ? queryClient.fetchQuery(
|
|
920
|
+
getBalanceQueryOptions2(config, { chainId: client.chain.id, address: sessionAddress })
|
|
921
|
+
) : null,
|
|
922
|
+
paymaster?.type === "quarry" ? queryClient.fetchQuery(getAllowanceQueryOptions({ client, userAddress })) : null,
|
|
923
|
+
paymaster?.type === "quarry" ? queryClient.fetchQuery(getSpenderQueryOptions({ client, userAddress, sessionAddress })) : null,
|
|
924
|
+
paymaster?.type === "quarry" ? queryClient.fetchQuery(getBalanceQueryOptions({ client, userAddress })) : null,
|
|
925
|
+
queryClient.fetchQuery(getDelegationQueryOptions({ client, worldAddress, userAddress, sessionAddress }))
|
|
926
|
+
]);
|
|
927
|
+
const hasAllowance = allowance == null || allowance > 0n;
|
|
928
|
+
const isSpender = spender == null ? true : spender;
|
|
929
|
+
const hasGasBalance = sessionBalance == null || sessionBalance.value > 0n;
|
|
930
|
+
const hasQuarryBalance = quarryBalance == null || quarryBalance > 0n;
|
|
931
|
+
return {
|
|
932
|
+
sessionAddress,
|
|
933
|
+
hasAllowance,
|
|
934
|
+
isSpender,
|
|
935
|
+
hasGasBalance,
|
|
936
|
+
hasQuarryBalance,
|
|
937
|
+
hasDelegation,
|
|
938
|
+
// we intentionally don't enforce an allowance/gas balance here
|
|
939
|
+
complete: isSpender && hasDelegation
|
|
940
|
+
};
|
|
941
|
+
} : skipToken6,
|
|
942
|
+
retry: false
|
|
943
|
+
});
|
|
912
944
|
}
|
|
913
945
|
function usePrerequisites(userAddress) {
|
|
914
946
|
const queryClient = useQueryClient();
|
|
915
947
|
const config = useConfig();
|
|
916
948
|
const { chainId, worldAddress } = useEntryKitConfig();
|
|
917
|
-
const client =
|
|
918
|
-
const prereqs =
|
|
949
|
+
const client = useClient6({ chainId });
|
|
950
|
+
const prereqs = useQuery7(
|
|
919
951
|
getPrequisitesQueryOptions({
|
|
920
952
|
queryClient,
|
|
921
953
|
config,
|
|
@@ -932,10 +964,10 @@ function usePrerequisites(userAddress) {
|
|
|
932
964
|
import { useDisconnect } from "wagmi";
|
|
933
965
|
|
|
934
966
|
// src/useENS.ts
|
|
935
|
-
import { useQuery as
|
|
967
|
+
import { useQuery as useQuery8 } from "@tanstack/react-query";
|
|
936
968
|
function useENS(address) {
|
|
937
969
|
const normalizedAddress = address?.toLowerCase();
|
|
938
|
-
return
|
|
970
|
+
return useQuery8({
|
|
939
971
|
enabled: !!normalizedAddress,
|
|
940
972
|
queryKey: ["ens", normalizedAddress],
|
|
941
973
|
queryFn: async () => {
|
|
@@ -1054,8 +1086,11 @@ function Wallet({ isActive, isExpanded, userAddress }) {
|
|
|
1054
1086
|
] });
|
|
1055
1087
|
}
|
|
1056
1088
|
|
|
1057
|
-
// src/onboarding/quarry/
|
|
1089
|
+
// src/onboarding/quarry/Allowance.tsx
|
|
1058
1090
|
import { parseEther as parseEther3 } from "viem";
|
|
1091
|
+
|
|
1092
|
+
// src/onboarding/quarry/useClaimGasPass.ts
|
|
1093
|
+
import { parseEther as parseEther2 } from "viem";
|
|
1059
1094
|
import { useMutation, useQueryClient as useQueryClient2 } from "@tanstack/react-query";
|
|
1060
1095
|
|
|
1061
1096
|
// src/quarry/transports/quarryPassIssuer.ts
|
|
@@ -1085,11 +1120,11 @@ async function claimGasPass({ chain, userAddress }) {
|
|
|
1085
1120
|
}
|
|
1086
1121
|
|
|
1087
1122
|
// src/onboarding/quarry/useClaimGasPass.ts
|
|
1088
|
-
import { useClient as
|
|
1123
|
+
import { useClient as useClient7 } from "wagmi";
|
|
1089
1124
|
function useClaimGasPass() {
|
|
1090
1125
|
const queryClient = useQueryClient2();
|
|
1091
1126
|
const { chain } = useEntryKitConfig();
|
|
1092
|
-
const client =
|
|
1127
|
+
const client = useClient7({ chainId: chain.id });
|
|
1093
1128
|
const mutationKey = ["claimGasPass", chain.id];
|
|
1094
1129
|
return useMutation({
|
|
1095
1130
|
retry: 0,
|
|
@@ -1097,7 +1132,7 @@ function useClaimGasPass() {
|
|
|
1097
1132
|
mutationFn: async (userAddress) => {
|
|
1098
1133
|
if (chain.id === 31337) {
|
|
1099
1134
|
if (!client) throw new Error("No client?");
|
|
1100
|
-
await setAllowanceSlot({ client, userAddress, allowance:
|
|
1135
|
+
await setAllowanceSlot({ client, userAddress, allowance: parseEther2("1") });
|
|
1101
1136
|
} else {
|
|
1102
1137
|
await claimGasPass({ chain, userAddress });
|
|
1103
1138
|
}
|
|
@@ -1172,7 +1207,7 @@ function Allowance({ isActive, isExpanded, userAddress }) {
|
|
|
1172
1207
|
const claimGasPass2 = useShowMutationError(useClaimGasPass());
|
|
1173
1208
|
useEffect6(() => {
|
|
1174
1209
|
const timer = setTimeout(() => {
|
|
1175
|
-
if (isActive && claimGasPass2.status === "idle" && allowance.isSuccess && allowance.data != null && allowance.data <
|
|
1210
|
+
if (isActive && claimGasPass2.status === "idle" && allowance.isSuccess && allowance.data != null && allowance.data < parseEther3("0.01")) {
|
|
1176
1211
|
claimGasPass2.mutate(userAddress);
|
|
1177
1212
|
}
|
|
1178
1213
|
});
|
|
@@ -1213,7 +1248,7 @@ function defineCall(call) {
|
|
|
1213
1248
|
}
|
|
1214
1249
|
|
|
1215
1250
|
// src/onboarding/useSetupSession.ts
|
|
1216
|
-
import { useClient as
|
|
1251
|
+
import { useClient as useClient8 } from "wagmi";
|
|
1217
1252
|
import { resourceToHex as resourceToHex2 } from "@latticexyz/common";
|
|
1218
1253
|
import IBaseWorldAbi from "@latticexyz/world/out/IBaseWorld.sol/IBaseWorld.abi.json";
|
|
1219
1254
|
|
|
@@ -1225,7 +1260,7 @@ import { getAction as getAction3 } from "viem/utils";
|
|
|
1225
1260
|
import { toHex } from "viem";
|
|
1226
1261
|
import { signTypedData } from "viem/actions";
|
|
1227
1262
|
import { callWithSignatureTypes } from "@latticexyz/world-module-callwithsignature/internal";
|
|
1228
|
-
import { getRecord as
|
|
1263
|
+
import { getRecord as getRecord5 } from "@latticexyz/store/internal";
|
|
1229
1264
|
import moduleConfig from "@latticexyz/world-module-callwithsignature/mud.config";
|
|
1230
1265
|
import { hexToResource } from "@latticexyz/common";
|
|
1231
1266
|
import { getAction as getAction2 } from "viem/utils";
|
|
@@ -1237,7 +1272,7 @@ async function signCall({
|
|
|
1237
1272
|
nonce: initialNonce,
|
|
1238
1273
|
client
|
|
1239
1274
|
}) {
|
|
1240
|
-
const nonce = initialNonce ?? (client ? (await
|
|
1275
|
+
const nonce = initialNonce ?? (client ? (await getRecord5(client, {
|
|
1241
1276
|
address: worldAddress,
|
|
1242
1277
|
table: moduleConfig.tables.CallWithSignatureNonces,
|
|
1243
1278
|
key: { signer: userClient.account.address },
|
|
@@ -1290,7 +1325,7 @@ import { systemsConfig as worldSystemsConfig } from "@latticexyz/world/mud.confi
|
|
|
1290
1325
|
function useSetupSession({ userClient }) {
|
|
1291
1326
|
const queryClient = useQueryClient3();
|
|
1292
1327
|
const { chainId, worldAddress } = useEntryKitConfig();
|
|
1293
|
-
const client =
|
|
1328
|
+
const client = useClient8({ chainId });
|
|
1294
1329
|
const mutationKey = ["setupSession", client?.chain.id, userClient.account.address];
|
|
1295
1330
|
return useMutation2({
|
|
1296
1331
|
retry: 0,
|
|
@@ -1400,16 +1435,17 @@ function useSetupSession({ userClient }) {
|
|
|
1400
1435
|
import { useEffect as useEffect7 } from "react";
|
|
1401
1436
|
|
|
1402
1437
|
// src/useSessionClient.ts
|
|
1403
|
-
import { useClient as
|
|
1438
|
+
import { useClient as useClient9 } from "wagmi";
|
|
1404
1439
|
import {
|
|
1405
|
-
queryOptions as
|
|
1406
|
-
|
|
1440
|
+
queryOptions as queryOptions7,
|
|
1441
|
+
skipToken as skipToken7,
|
|
1442
|
+
useQuery as useQuery9,
|
|
1407
1443
|
useQueryClient as useQueryClient4
|
|
1408
1444
|
} from "@tanstack/react-query";
|
|
1409
1445
|
|
|
1410
1446
|
// src/getSessionClient.ts
|
|
1411
1447
|
import { smartAccountActions } from "permissionless";
|
|
1412
|
-
import { callFrom } from "@latticexyz/world/internal";
|
|
1448
|
+
import { callFrom, sendUserOperationFrom } from "@latticexyz/world/internal";
|
|
1413
1449
|
|
|
1414
1450
|
// src/createBundlerClient.ts
|
|
1415
1451
|
import {
|
|
@@ -1468,6 +1504,12 @@ async function getSessionClient({
|
|
|
1468
1504
|
delegatorAddress: userAddress,
|
|
1469
1505
|
publicClient: client
|
|
1470
1506
|
})
|
|
1507
|
+
).extend(
|
|
1508
|
+
sendUserOperationFrom({
|
|
1509
|
+
worldAddress,
|
|
1510
|
+
delegatorAddress: userAddress,
|
|
1511
|
+
publicClient: client
|
|
1512
|
+
})
|
|
1471
1513
|
).extend(() => ({ userAddress, worldAddress, internal_signer: sessionSigner }));
|
|
1472
1514
|
return sessionClient;
|
|
1473
1515
|
}
|
|
@@ -1482,32 +1524,29 @@ function getSessionClientQueryOptions({
|
|
|
1482
1524
|
userAddress,
|
|
1483
1525
|
worldAddress
|
|
1484
1526
|
}) {
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
userAddress ? {
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
retry: false
|
|
1503
|
-
} : { queryKey, enabled: false }
|
|
1504
|
-
);
|
|
1527
|
+
return queryOptions7({
|
|
1528
|
+
queryKey: ["getSessionClient", client?.uid, userAddress, worldAddress],
|
|
1529
|
+
queryFn: userAddress ? async () => {
|
|
1530
|
+
const { account: sessionAccount, signer: sessionSigner } = await queryClient.fetchQuery(
|
|
1531
|
+
getSessionAccountQueryOptions({ client, userAddress })
|
|
1532
|
+
);
|
|
1533
|
+
return await getSessionClient({
|
|
1534
|
+
sessionAccount,
|
|
1535
|
+
sessionSigner,
|
|
1536
|
+
userAddress,
|
|
1537
|
+
worldAddress
|
|
1538
|
+
});
|
|
1539
|
+
} : skipToken7,
|
|
1540
|
+
staleTime: Infinity,
|
|
1541
|
+
// TODO: replace with function to retry only connection errors
|
|
1542
|
+
retry: false
|
|
1543
|
+
});
|
|
1505
1544
|
}
|
|
1506
1545
|
function useSessionClient(userAddress) {
|
|
1507
1546
|
const queryClient = useQueryClient4();
|
|
1508
1547
|
const { chainId, worldAddress } = useEntryKitConfig();
|
|
1509
|
-
const client =
|
|
1510
|
-
return
|
|
1548
|
+
const client = useClient9({ chainId });
|
|
1549
|
+
return useQuery9(
|
|
1511
1550
|
getSessionClientQueryOptions({
|
|
1512
1551
|
queryClient,
|
|
1513
1552
|
client,
|
|
@@ -1562,7 +1601,8 @@ function Session({ isActive, isExpanded, userClient, registerSpender, registerDe
|
|
|
1562
1601
|
}
|
|
1563
1602
|
|
|
1564
1603
|
// src/onboarding/GasBalance.tsx
|
|
1565
|
-
import {
|
|
1604
|
+
import { parseEther as parseEther4 } from "viem";
|
|
1605
|
+
import { useBalance as useBalance2, useWatchBlockNumber } from "wagmi";
|
|
1566
1606
|
|
|
1567
1607
|
// src/data/relayChains.json
|
|
1568
1608
|
var relayChains_default = {
|
|
@@ -1847,11 +1887,11 @@ var relayChains_default = {
|
|
|
1847
1887
|
// src/onboarding/useSetBalance.ts
|
|
1848
1888
|
import { useQueryClient as useQueryClient5, useMutation as useMutation3 } from "@tanstack/react-query";
|
|
1849
1889
|
import { setBalance as setBalance2 } from "viem/actions";
|
|
1850
|
-
import { useClient as
|
|
1890
|
+
import { useClient as useClient10 } from "wagmi";
|
|
1851
1891
|
function useSetBalance() {
|
|
1852
1892
|
const queryClient = useQueryClient5();
|
|
1853
1893
|
const { chainId } = useEntryKitConfig();
|
|
1854
|
-
const client =
|
|
1894
|
+
const client = useClient10({ chainId });
|
|
1855
1895
|
return useMutation3({
|
|
1856
1896
|
retry: 0,
|
|
1857
1897
|
mutationKey: ["setBalance", chainId],
|
|
@@ -1871,7 +1911,7 @@ function useSetBalance() {
|
|
|
1871
1911
|
import { Fragment, jsx as jsx16, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
1872
1912
|
function GasBalance({ isActive, isExpanded, sessionAddress }) {
|
|
1873
1913
|
const { chain } = useEntryKitConfig();
|
|
1874
|
-
const balance = useShowQueryError(
|
|
1914
|
+
const balance = useShowQueryError(useBalance2({ chainId: chain.id, address: sessionAddress }));
|
|
1875
1915
|
useWatchBlockNumber({ onBlockNumber: () => balance.refetch() });
|
|
1876
1916
|
const setBalance3 = useShowMutationError(useSetBalance());
|
|
1877
1917
|
const relayChain = relayChains_default[chain.id];
|
|
@@ -1890,7 +1930,7 @@ function GasBalance({ isActive, isExpanded, sessionAddress }) {
|
|
|
1890
1930
|
pending: balance.status === "pending" || setBalance3.status === "pending",
|
|
1891
1931
|
onClick: () => setBalance3.mutate({
|
|
1892
1932
|
address: sessionAddress,
|
|
1893
|
-
value:
|
|
1933
|
+
value: parseEther4("0.01") + (balance.data?.value ?? 0n)
|
|
1894
1934
|
}),
|
|
1895
1935
|
children: "Top up"
|
|
1896
1936
|
}
|
|
@@ -1899,7 +1939,7 @@ function GasBalance({ isActive, isExpanded, sessionAddress }) {
|
|
|
1899
1939
|
/* @__PURE__ */ jsx16(
|
|
1900
1940
|
"a",
|
|
1901
1941
|
{
|
|
1902
|
-
href: `${relayChain.bridgeUrl}?${new URLSearchParams({ toAddress: sessionAddress })}`,
|
|
1942
|
+
href: `${relayChain.bridgeUrl}?${new URLSearchParams({ toAddress: sessionAddress, amount: "0.01" })}`,
|
|
1903
1943
|
target: "_blank",
|
|
1904
1944
|
rel: "noopener noreferrer",
|
|
1905
1945
|
children: /* @__PURE__ */ jsx16(
|
|
@@ -1931,191 +1971,1290 @@ function GasBalance({ isActive, isExpanded, sessionAddress }) {
|
|
|
1931
1971
|
] });
|
|
1932
1972
|
}
|
|
1933
1973
|
|
|
1934
|
-
// src/onboarding/
|
|
1935
|
-
import {
|
|
1936
|
-
|
|
1937
|
-
const { chain } = useEntryKitConfig();
|
|
1938
|
-
const paymaster = getPaymaster(chain);
|
|
1939
|
-
const userAddress = userClient.account.address;
|
|
1940
|
-
const { data: prerequisites, error: prerequisitesError } = usePrerequisites(userAddress);
|
|
1941
|
-
useEffect8(() => {
|
|
1942
|
-
if (prerequisitesError) {
|
|
1943
|
-
console.error("Could not get prerequisites", prerequisitesError);
|
|
1944
|
-
}
|
|
1945
|
-
}, [prerequisitesError]);
|
|
1946
|
-
const { closeAccountModal } = useAccountModal();
|
|
1947
|
-
const isNewConnection = userAddress !== initialUserAddress;
|
|
1948
|
-
const initialPrerequisites = useRef2(prerequisites);
|
|
1949
|
-
useEffect8(() => {
|
|
1950
|
-
if (prerequisites == null) return;
|
|
1951
|
-
if (initialPrerequisites.current == null) {
|
|
1952
|
-
initialPrerequisites.current = prerequisites;
|
|
1953
|
-
}
|
|
1954
|
-
if (prerequisites.complete) {
|
|
1955
|
-
if (isNewConnection || !initialPrerequisites.current.complete) {
|
|
1956
|
-
closeAccountModal();
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
}, [closeAccountModal, isNewConnection, prerequisites]);
|
|
1960
|
-
const { sessionAddress, hasAllowance, isSpender, hasDelegation, hasGasBalance } = prerequisites ?? {};
|
|
1961
|
-
const steps = useMemo2(() => {
|
|
1962
|
-
if (!userAddress) {
|
|
1963
|
-
return [
|
|
1964
|
-
{
|
|
1965
|
-
id: "wallet",
|
|
1966
|
-
isComplete: false,
|
|
1967
|
-
content: () => null
|
|
1968
|
-
}
|
|
1969
|
-
];
|
|
1970
|
-
}
|
|
1971
|
-
const steps2 = [
|
|
1972
|
-
{
|
|
1973
|
-
id: "wallet",
|
|
1974
|
-
isComplete: true,
|
|
1975
|
-
content: (props) => /* @__PURE__ */ jsx17(Wallet, { ...props, userAddress })
|
|
1976
|
-
}
|
|
1977
|
-
];
|
|
1978
|
-
if (!paymaster) {
|
|
1979
|
-
if (sessionAddress != null) {
|
|
1980
|
-
steps2.push({
|
|
1981
|
-
id: "gasBalance",
|
|
1982
|
-
isComplete: !!hasGasBalance,
|
|
1983
|
-
content: (props) => /* @__PURE__ */ jsx17(GasBalance, { ...props, sessionAddress })
|
|
1984
|
-
});
|
|
1985
|
-
}
|
|
1986
|
-
} else if (paymaster.type === "quarry") {
|
|
1987
|
-
steps2.push({
|
|
1988
|
-
id: "allowance",
|
|
1989
|
-
isComplete: !!hasAllowance,
|
|
1990
|
-
content: (props) => /* @__PURE__ */ jsx17(Allowance, { ...props, userAddress })
|
|
1991
|
-
});
|
|
1992
|
-
}
|
|
1993
|
-
steps2.push({
|
|
1994
|
-
id: "session",
|
|
1995
|
-
isComplete: !!isSpender && !!hasDelegation,
|
|
1996
|
-
content: (props) => /* @__PURE__ */ jsx17(Session, { ...props, userClient, registerSpender: !isSpender, registerDelegation: !hasDelegation })
|
|
1997
|
-
});
|
|
1998
|
-
return steps2;
|
|
1999
|
-
}, [hasAllowance, hasDelegation, hasGasBalance, isSpender, paymaster, sessionAddress, userAddress, userClient]);
|
|
2000
|
-
const [selectedStepId] = useState3(null);
|
|
2001
|
-
const nextStep = steps.find((step) => step.content != null && !step.isComplete);
|
|
2002
|
-
const completedSteps = steps.filter((step) => step.isComplete);
|
|
2003
|
-
const activeStep = (selectedStepId != null ? steps.find((step) => step.id === selectedStepId) : null) ?? nextStep ?? (completedSteps.length < steps.length ? completedSteps.at(-1) : null);
|
|
2004
|
-
const activeStepIndex = activeStep ? steps.indexOf(activeStep) : -1;
|
|
2005
|
-
return /* @__PURE__ */ jsx17(
|
|
2006
|
-
"div",
|
|
2007
|
-
{
|
|
2008
|
-
className: twMerge7(
|
|
2009
|
-
// steps.length === 2 ? "min-h-[22rem]" : "min-h-[26rem]",
|
|
2010
|
-
"px-8 flex flex-col divide-y divide-neutral-800",
|
|
2011
|
-
"animate-in animate-duration-300 fade-in slide-in-from-bottom-8"
|
|
2012
|
-
),
|
|
2013
|
-
children: steps.map((step, i) => {
|
|
2014
|
-
const isActive = step === activeStep;
|
|
2015
|
-
const isExpanded = isActive || completedSteps.length === steps.length;
|
|
2016
|
-
const isDisabled = !step.isComplete && activeStepIndex !== -1 && i > activeStepIndex;
|
|
2017
|
-
return /* @__PURE__ */ jsx17("div", { className: twMerge7("py-8 flex flex-col justify-center", isActive ? "flex-grow" : null), children: /* @__PURE__ */ jsx17("div", { className: twMerge7("flex flex-col", isDisabled ? "opacity-30 pointer-events-none" : null), children: step.content({ isActive, isExpanded }) }) }, step.id);
|
|
2018
|
-
})
|
|
2019
|
-
}
|
|
2020
|
-
);
|
|
2021
|
-
}
|
|
1974
|
+
// src/onboarding/deposit/DepositFormContainer.tsx
|
|
1975
|
+
import { useState as useState4 } from "react";
|
|
1976
|
+
import { useChains as useChains5, useChainId } from "wagmi";
|
|
2022
1977
|
|
|
2023
|
-
// src/
|
|
2024
|
-
import {
|
|
2025
|
-
import {
|
|
2026
|
-
|
|
2027
|
-
const { chainId } = useEntryKitConfig();
|
|
2028
|
-
const userClient = useConnectorClient({ chainId });
|
|
2029
|
-
const { address: userAddress } = useAccount2();
|
|
2030
|
-
const initialUserAddress = useRef3(userAddress);
|
|
2031
|
-
if (userClient.status !== "success") {
|
|
2032
|
-
return /* @__PURE__ */ jsx18(ConnectWallet, {});
|
|
2033
|
-
}
|
|
2034
|
-
return /* @__PURE__ */ jsx18(ConnectedSteps, { userClient: userClient.data, initialUserAddress: initialUserAddress.current });
|
|
2035
|
-
}
|
|
1978
|
+
// src/onboarding/deposit/DepositViaTransferForm.tsx
|
|
1979
|
+
import { useAccount as useAccount5, useWriteContract, usePrepareTransactionRequest, usePublicClient } from "wagmi";
|
|
1980
|
+
import { encodeFunctionData as encodeFunctionData2 } from "viem";
|
|
1981
|
+
import { useMutation as useMutation4, useQuery as useQuery11 } from "@tanstack/react-query";
|
|
2036
1982
|
|
|
2037
|
-
// src/
|
|
2038
|
-
import {
|
|
1983
|
+
// src/onboarding/deposit/DepositForm.tsx
|
|
1984
|
+
import { useEffect as useEffect8, useRef as useRef2 } from "react";
|
|
1985
|
+
import { useAccount as useAccount4, useBalance as useBalance5, useWatchBlockNumber as useWatchBlockNumber2 } from "wagmi";
|
|
1986
|
+
import { useIsMounted } from "usehooks-ts";
|
|
1987
|
+
import { twMerge as twMerge15 } from "tailwind-merge";
|
|
1988
|
+
|
|
1989
|
+
// src/onboarding/deposit/ChainSelect.tsx
|
|
1990
|
+
import { useMemo as useMemo2 } from "react";
|
|
1991
|
+
import { twMerge as twMerge12 } from "tailwind-merge";
|
|
1992
|
+
import * as Select from "@radix-ui/react-select";
|
|
1993
|
+
import { useAccount as useAccount2, useChains as useChains2 } from "wagmi";
|
|
2039
1994
|
|
|
2040
1995
|
// src/icons/IconSVG.tsx
|
|
2041
|
-
import { twMerge as
|
|
2042
|
-
import { jsx as
|
|
1996
|
+
import { twMerge as twMerge7 } from "tailwind-merge";
|
|
1997
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
2043
1998
|
function IconSVG({ className, children, ...props }) {
|
|
2044
|
-
return /* @__PURE__ */
|
|
1999
|
+
return /* @__PURE__ */ jsx17(
|
|
2045
2000
|
"svg",
|
|
2046
2001
|
{
|
|
2047
2002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2048
2003
|
viewBox: "0 0 24 24",
|
|
2049
2004
|
fill: "currentColor",
|
|
2050
|
-
className:
|
|
2005
|
+
className: twMerge7("-my-[0.125em] h-[1.25em] w-[1.25em]", className),
|
|
2051
2006
|
...props,
|
|
2052
2007
|
children
|
|
2053
2008
|
}
|
|
2054
2009
|
);
|
|
2055
2010
|
}
|
|
2056
2011
|
|
|
2057
|
-
// src/icons/
|
|
2058
|
-
import { jsx as
|
|
2059
|
-
function
|
|
2060
|
-
return /* @__PURE__ */
|
|
2012
|
+
// src/icons/ChevronUpIcon.tsx
|
|
2013
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
2014
|
+
function ChevronUpIcon(props) {
|
|
2015
|
+
return /* @__PURE__ */ jsx18(IconSVG, { viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx18(
|
|
2061
2016
|
"path",
|
|
2062
2017
|
{
|
|
2063
|
-
d: "
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
strokeWidth: "2",
|
|
2067
|
-
strokeLinecap: "round",
|
|
2068
|
-
strokeLinejoin: "round"
|
|
2018
|
+
d: "M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z",
|
|
2019
|
+
fillRule: "evenodd",
|
|
2020
|
+
clipRule: "evenodd"
|
|
2069
2021
|
}
|
|
2070
2022
|
) });
|
|
2071
2023
|
}
|
|
2072
2024
|
|
|
2073
|
-
// src/
|
|
2074
|
-
import {
|
|
2025
|
+
// src/icons/ChevronDownIcon.tsx
|
|
2026
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
2027
|
+
function ChevronDownIcon(props) {
|
|
2028
|
+
return /* @__PURE__ */ jsx19(IconSVG, { viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx19(
|
|
2029
|
+
"path",
|
|
2030
|
+
{
|
|
2031
|
+
d: "M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z",
|
|
2032
|
+
fillRule: "evenodd",
|
|
2033
|
+
clipRule: "evenodd"
|
|
2034
|
+
}
|
|
2035
|
+
) });
|
|
2036
|
+
}
|
|
2075
2037
|
|
|
2076
|
-
// src/
|
|
2077
|
-
import {
|
|
2078
|
-
import {
|
|
2038
|
+
// src/ui/Slot.tsx
|
|
2039
|
+
import { isValidElement, cloneElement, Children } from "react";
|
|
2040
|
+
import { twMerge as twMerge8 } from "tailwind-merge";
|
|
2041
|
+
function Slot({
|
|
2042
|
+
children,
|
|
2043
|
+
...props
|
|
2044
|
+
}) {
|
|
2045
|
+
if (isValidElement(children)) {
|
|
2046
|
+
return cloneElement(children, {
|
|
2047
|
+
...props,
|
|
2048
|
+
...children.props,
|
|
2049
|
+
style: {
|
|
2050
|
+
...props.style,
|
|
2051
|
+
...children.props.style
|
|
2052
|
+
},
|
|
2053
|
+
className: twMerge8(props.className, children.props.className)
|
|
2054
|
+
});
|
|
2055
|
+
}
|
|
2056
|
+
if (Children.count(children) > 1) {
|
|
2057
|
+
Children.only(null);
|
|
2058
|
+
}
|
|
2059
|
+
return null;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
// src/ui/Input.tsx
|
|
2079
2063
|
import { twMerge as twMerge9 } from "tailwind-merge";
|
|
2080
|
-
import {
|
|
2081
|
-
function
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2064
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
2065
|
+
function Input({ asChild, className, ...props }) {
|
|
2066
|
+
const Child = asChild ? Slot : "input";
|
|
2067
|
+
return /* @__PURE__ */ jsx20(
|
|
2068
|
+
Child,
|
|
2069
|
+
{
|
|
2070
|
+
className: twMerge9(
|
|
2071
|
+
"p-2.5 gap-1 border text-lg font-medium transition",
|
|
2072
|
+
"outline-none ring-2 ring-transparent focus-within:ring-orange-500 focus-within:border-transparent",
|
|
2073
|
+
"bg-white border-neutral-300 text-black placeholder:text-neutral-400",
|
|
2074
|
+
"dark:bg-neutral-900 dark:border-neutral-700 dark:text-white dark:placeholder:text-neutral-500",
|
|
2075
|
+
className
|
|
2076
|
+
),
|
|
2077
|
+
...props
|
|
2085
2078
|
}
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2079
|
+
);
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
// src/onboarding/deposit/ChainBalance.tsx
|
|
2083
|
+
import { useBalance as useBalance3 } from "wagmi";
|
|
2084
|
+
import { Fragment as Fragment2, jsx as jsx21 } from "react/jsx-runtime";
|
|
2085
|
+
function ChainBalance({ chainId, address }) {
|
|
2086
|
+
const balance = useBalance3({ chainId, address });
|
|
2087
|
+
return /* @__PURE__ */ jsx21(Fragment2, { children: balance.data ? /* @__PURE__ */ jsx21(Balance, { wei: balance.data.value }) : /* @__PURE__ */ jsx21(PendingIcon, {}) });
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
// src/onboarding/deposit/ChainIcon.tsx
|
|
2091
|
+
import { twMerge as twMerge11 } from "tailwind-merge";
|
|
2092
|
+
|
|
2093
|
+
// src/onboarding/deposit/PreloadedImage.tsx
|
|
2094
|
+
import { twMerge as twMerge10 } from "tailwind-merge";
|
|
2095
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
2096
|
+
function PreloadedImage({ url, fallback: fallback2, className }) {
|
|
2097
|
+
const { isSuccess, isLoading } = usePreloadImage(url);
|
|
2098
|
+
return /* @__PURE__ */ jsx22("span", { className: twMerge10("inline-flex w-full h-full items-center justify-center overflow-clip", className), children: !isLoading ? isSuccess ? /* @__PURE__ */ jsx22("img", { src: url, className: "w-full h-full object-cover" }) : fallback2 : null });
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
// src/onboarding/deposit/ChainIcon.tsx
|
|
2102
|
+
import { forwardRef as forwardRef2 } from "react";
|
|
2103
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
2104
|
+
var ChainIcon = forwardRef2(function ChainIcon2({ name, url, className }, forwardedRef) {
|
|
2105
|
+
return /* @__PURE__ */ jsx23(
|
|
2106
|
+
"span",
|
|
2107
|
+
{
|
|
2108
|
+
ref: forwardedRef,
|
|
2109
|
+
className: twMerge11("flex-shrink-0 inline-flex w-6 aspect-square rounded-full overflow-clip", className),
|
|
2110
|
+
children: url ? /* @__PURE__ */ jsx23(PreloadedImage, { url }) : (
|
|
2111
|
+
// TODO: better placeholder
|
|
2112
|
+
/* @__PURE__ */ jsx23(
|
|
2113
|
+
"span",
|
|
2114
|
+
{
|
|
2115
|
+
className: twMerge11(
|
|
2116
|
+
"inline-flex items-center justify-center w-full h-full rounded-full",
|
|
2117
|
+
"border-2 border-dashed border-black/20 dark:border-white/50 opacity-50"
|
|
2118
|
+
),
|
|
2119
|
+
children: name?.slice(0, 1)
|
|
2120
|
+
}
|
|
2121
|
+
)
|
|
2122
|
+
)
|
|
2123
|
+
}
|
|
2124
|
+
);
|
|
2125
|
+
});
|
|
2126
|
+
|
|
2127
|
+
// src/onboarding/deposit/useRelay.ts
|
|
2128
|
+
import {
|
|
2129
|
+
MAINNET_RELAY_API,
|
|
2130
|
+
TESTNET_RELAY_API,
|
|
2131
|
+
fetchChainConfigs,
|
|
2132
|
+
createClient as createClient2,
|
|
2133
|
+
LogLevel
|
|
2134
|
+
} from "@reservoir0x/relay-sdk";
|
|
2135
|
+
import { useQuery as useQuery10 } from "@tanstack/react-query";
|
|
2136
|
+
function useRelay() {
|
|
2137
|
+
const { chain } = useEntryKitConfig();
|
|
2138
|
+
const appOrigin = location.host;
|
|
2139
|
+
const baseApiUrl = chain.testnet ? TESTNET_RELAY_API : MAINNET_RELAY_API;
|
|
2140
|
+
return useQuery10({
|
|
2141
|
+
queryKey: ["relayChains", baseApiUrl, appOrigin],
|
|
2142
|
+
queryFn: async () => {
|
|
2143
|
+
debug("fetching relay chains from", baseApiUrl);
|
|
2144
|
+
const chains = await fetchChainConfigs(baseApiUrl);
|
|
2145
|
+
debug("got relay chains", chains);
|
|
2146
|
+
const client = createClient2({
|
|
2147
|
+
baseApiUrl,
|
|
2148
|
+
source: appOrigin,
|
|
2149
|
+
chains,
|
|
2150
|
+
logLevel: LogLevel.Verbose
|
|
2151
|
+
});
|
|
2152
|
+
return { client, chains };
|
|
2153
|
+
},
|
|
2154
|
+
refetchOnMount: false,
|
|
2155
|
+
refetchOnReconnect: false,
|
|
2156
|
+
refetchOnWindowFocus: false,
|
|
2157
|
+
staleTime: Infinity
|
|
2158
|
+
});
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
// src/onboarding/deposit/ChainSelect.tsx
|
|
2162
|
+
import { Fragment as Fragment3, jsx as jsx24, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
2163
|
+
function ChainSelect({ value, onChange }) {
|
|
2164
|
+
const theme = useTheme();
|
|
2165
|
+
const { frame } = useFrame();
|
|
2166
|
+
const userAccount = useAccount2();
|
|
2167
|
+
const chains = useChains2();
|
|
2168
|
+
const relay = useRelay();
|
|
2169
|
+
const relayChains = relay.data?.chains;
|
|
2170
|
+
const sourceChains = useMemo2(() => {
|
|
2171
|
+
return chains.map((sourceChain) => {
|
|
2172
|
+
const relayChain = relayChains?.find((c) => c.id === sourceChain.id);
|
|
2173
|
+
return {
|
|
2174
|
+
...sourceChain,
|
|
2175
|
+
relayChain
|
|
2176
|
+
};
|
|
2177
|
+
}).filter((c) => c.relayChain);
|
|
2178
|
+
}, [chains, relayChains]);
|
|
2179
|
+
const selectedChain = sourceChains.find((c) => c.id === value);
|
|
2180
|
+
return /* @__PURE__ */ jsxs15(
|
|
2181
|
+
Select.Root,
|
|
2182
|
+
{
|
|
2183
|
+
value: value.toString(),
|
|
2184
|
+
onValueChange: (value2) => {
|
|
2185
|
+
if (value2) {
|
|
2186
|
+
const chain = sourceChains.find((chain2) => chain2.id.toString() === value2);
|
|
2187
|
+
if (!chain) throw new Error(`Unknown chain selected: ${value2}`);
|
|
2188
|
+
onChange(chain.id);
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
children: [
|
|
2192
|
+
/* @__PURE__ */ jsx24(Input, { asChild: true, children: /* @__PURE__ */ jsxs15(Select.Trigger, { className: "group inline-flex items-center justify-center", children: [
|
|
2193
|
+
/* @__PURE__ */ jsx24(Select.Value, { asChild: true, children: /* @__PURE__ */ jsx24(
|
|
2194
|
+
ChainIcon,
|
|
2195
|
+
{
|
|
2196
|
+
id: selectedChain?.id,
|
|
2197
|
+
name: selectedChain?.name,
|
|
2198
|
+
url: selectedChain?.relayChain?.icon?.[theme],
|
|
2199
|
+
className: "w-8"
|
|
2200
|
+
}
|
|
2201
|
+
) }),
|
|
2202
|
+
/* @__PURE__ */ jsx24(Select.Icon, { asChild: true, children: /* @__PURE__ */ jsxs15(Fragment3, { children: [
|
|
2203
|
+
/* @__PURE__ */ jsx24(ChevronDownIcon, { className: "text-sm -mr-1 group-aria-expanded:hidden" }),
|
|
2204
|
+
/* @__PURE__ */ jsx24(ChevronUpIcon, { className: "text-sm -mr-1 hidden group-aria-expanded:inline" })
|
|
2205
|
+
] }) })
|
|
2206
|
+
] }) }),
|
|
2207
|
+
frame.contentDocument ? /* @__PURE__ */ jsx24(Select.Portal, { container: frame.contentDocument.body, children: /* @__PURE__ */ jsx24(Select.Content, { position: "popper", className: "w-[352px] mt-1 animate-in fade-in slide-in-from-top-2", children: /* @__PURE__ */ jsx24(Select.Viewport, { children: /* @__PURE__ */ jsx24(
|
|
2208
|
+
Select.Group,
|
|
2209
|
+
{
|
|
2210
|
+
className: twMerge12(
|
|
2211
|
+
"flex flex-col border divide-y",
|
|
2212
|
+
"bg-neutral-100 text-neutral-700 border-neutral-300 divide-neutral-300",
|
|
2213
|
+
"dark:bg-neutral-800 dark:text-neutral-300 dark:border-neutral-700 dark:divide-neutral-700"
|
|
2214
|
+
),
|
|
2215
|
+
children: sourceChains.map((chain) => (
|
|
2216
|
+
// TODO: figure out why up/down arrow jump to top/bottom rather than cycling through items
|
|
2217
|
+
/* @__PURE__ */ jsxs15(
|
|
2218
|
+
Select.Item,
|
|
2219
|
+
{
|
|
2220
|
+
value: chain.id.toString(),
|
|
2221
|
+
className: twMerge12(
|
|
2222
|
+
"group flex p-2.5 gap-2.5 items-center cursor-pointer outline-none",
|
|
2223
|
+
// TODO: different style for checked/active state
|
|
2224
|
+
"text-black focus:bg-white data-[state=checked]:bg-neutral-200",
|
|
2225
|
+
"dark:text-white dark:focus:bg-neutral-700 dark:data-[state=checked]:bg-neutral-900"
|
|
2226
|
+
),
|
|
2227
|
+
children: [
|
|
2228
|
+
/* @__PURE__ */ jsx24(ChainIcon, { id: chain.id, name: chain.name, url: chain.relayChain?.icon?.[theme] }),
|
|
2229
|
+
/* @__PURE__ */ jsx24("span", { className: "flex-grow flex-shrink-0", children: chain.name }),
|
|
2230
|
+
/* @__PURE__ */ jsx24("span", { className: "flex-shrink-0 font-mono text-sm text-neutral-500 dark:text-neutral-400", children: /* @__PURE__ */ jsx24(ChainBalance, { chainId: chain.id, address: userAccount.address }) })
|
|
2231
|
+
]
|
|
2232
|
+
},
|
|
2233
|
+
chain.id
|
|
2234
|
+
)
|
|
2235
|
+
))
|
|
2236
|
+
}
|
|
2237
|
+
) }) }) }) : null
|
|
2238
|
+
]
|
|
2239
|
+
}
|
|
2240
|
+
);
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
// src/onboarding/deposit/AmountInput.tsx
|
|
2244
|
+
import { formatEther as formatEther3, parseEther as parseEther5 } from "viem";
|
|
2245
|
+
import { twMerge as twMerge13 } from "tailwind-merge";
|
|
2246
|
+
import { forwardRef as forwardRef3 } from "react";
|
|
2247
|
+
import { jsx as jsx25, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
2248
|
+
var AmountInput = forwardRef3(function AmountInput2({ initialAmount, onChange }, forwardedRef) {
|
|
2249
|
+
return /* @__PURE__ */ jsx25(Input, { asChild: true, className: "w-full cursor-text flex items-center", children: /* @__PURE__ */ jsxs16("label", { children: [
|
|
2250
|
+
/* @__PURE__ */ jsx25(
|
|
2251
|
+
"input",
|
|
2252
|
+
{
|
|
2253
|
+
ref: forwardedRef,
|
|
2254
|
+
className: twMerge13(
|
|
2255
|
+
"peer flex-grow outline-none bg-transparent",
|
|
2256
|
+
"placeholder:text-neutral-400",
|
|
2257
|
+
"dark:placeholder:text-neutral-500"
|
|
2258
|
+
),
|
|
2259
|
+
placeholder: "0.005",
|
|
2260
|
+
required: true,
|
|
2261
|
+
autoFocus: true,
|
|
2262
|
+
defaultValue: initialAmount == null ? "" : formatEther3(initialAmount),
|
|
2263
|
+
onChange: (event) => {
|
|
2264
|
+
const input = event.currentTarget;
|
|
2265
|
+
if (input.value.trim() === "") {
|
|
2266
|
+
input.setCustomValidity("");
|
|
2267
|
+
onChange(void 0);
|
|
2268
|
+
return;
|
|
2269
|
+
}
|
|
2270
|
+
const value = input.value.trim().replace(/\.$/, ".0");
|
|
2271
|
+
if (!/^\d*(\.\d+)?$/.test(value)) {
|
|
2272
|
+
return input.setCustomValidity("Invalid amount.");
|
|
2273
|
+
}
|
|
2274
|
+
input.setCustomValidity("");
|
|
2275
|
+
onChange(parseEther5(value));
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
),
|
|
2279
|
+
/* @__PURE__ */ jsx25(
|
|
2280
|
+
"span",
|
|
2281
|
+
{
|
|
2282
|
+
className: twMerge13(
|
|
2283
|
+
"flex-shrink-0 text-2xl",
|
|
2284
|
+
"peer-placeholder-shown:text-neutral-400",
|
|
2285
|
+
"dark:peer-placeholder-shown:text-neutral-500"
|
|
2286
|
+
),
|
|
2287
|
+
children: /* @__PURE__ */ jsx25(EthIcon, {})
|
|
2288
|
+
}
|
|
2289
|
+
)
|
|
2290
|
+
] }) });
|
|
2291
|
+
});
|
|
2292
|
+
|
|
2293
|
+
// src/onboarding/deposit/SubmitButton.tsx
|
|
2294
|
+
import { useAccount as useAccount3, useBalance as useBalance4, useSwitchChain } from "wagmi";
|
|
2295
|
+
import { twMerge as twMerge14 } from "tailwind-merge";
|
|
2296
|
+
import { parseEther as parseEther6 } from "viem";
|
|
2297
|
+
import { jsx as jsx26, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
2298
|
+
var MAX_DEPOSIT_AMOUNT = "0.1";
|
|
2299
|
+
function SubmitButton({ amount, chainId, className, ...buttonProps }) {
|
|
2300
|
+
const { chainId: userChainId, address: userAddress } = useAccount3();
|
|
2301
|
+
const { data: userBalance } = useBalance4({ address: userAddress });
|
|
2302
|
+
const shouldSwitchChain = chainId != null && chainId !== userChainId;
|
|
2303
|
+
const switchChain = useSwitchChain();
|
|
2304
|
+
if (shouldSwitchChain) {
|
|
2305
|
+
return /* @__PURE__ */ jsx26(
|
|
2306
|
+
Button,
|
|
2307
|
+
{
|
|
2308
|
+
type: "button",
|
|
2309
|
+
className: twMerge14("w-full", className),
|
|
2310
|
+
pending: switchChain.isPending,
|
|
2311
|
+
onClick: () => switchChain.switchChain({ chainId }),
|
|
2312
|
+
children: "Switch chain"
|
|
2313
|
+
}
|
|
2314
|
+
);
|
|
2315
|
+
} else if (amount) {
|
|
2316
|
+
if (amount > parseEther6(MAX_DEPOSIT_AMOUNT)) {
|
|
2317
|
+
return /* @__PURE__ */ jsxs17(Button, { type: "button", className: twMerge14("w-full", className), disabled: true, children: [
|
|
2318
|
+
"Max amount is ",
|
|
2319
|
+
MAX_DEPOSIT_AMOUNT,
|
|
2320
|
+
" ETH"
|
|
2321
|
+
] });
|
|
2322
|
+
} else if (amount > (userBalance?.value ?? 0n)) {
|
|
2323
|
+
return /* @__PURE__ */ jsx26(Button, { type: "button", className: twMerge14("w-full", className), disabled: true, children: "Insufficient balance" });
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2326
|
+
return /* @__PURE__ */ jsx26(Button, { type: "submit", className: twMerge14("w-full", className), ...buttonProps });
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
// src/icons/WarningIcon.tsx
|
|
2330
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
2331
|
+
function WarningIcon(props) {
|
|
2332
|
+
return /* @__PURE__ */ jsx27(IconSVG, { fill: "none", ...props, children: /* @__PURE__ */ jsx27(
|
|
2333
|
+
"path",
|
|
2334
|
+
{
|
|
2335
|
+
d: "M12 9V11M12 15H12.01M5.07183 19H18.9282C20.4678 19 21.4301 17.3333 20.6603 16L13.7321 4C12.9623 2.66667 11.0378 2.66667 10.268 4L3.33978 16C2.56998 17.3333 3.53223 19 5.07183 19Z",
|
|
2336
|
+
stroke: "currentColor",
|
|
2337
|
+
strokeWidth: "2",
|
|
2338
|
+
strokeLinecap: "round",
|
|
2339
|
+
strokeLinejoin: "round"
|
|
2340
|
+
}
|
|
2341
|
+
) });
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
// src/formatGas.ts
|
|
2345
|
+
import { formatGwei } from "viem";
|
|
2346
|
+
function formatGas(wei) {
|
|
2347
|
+
const formatted = formatGwei(wei);
|
|
2348
|
+
const magnitude = Math.floor(parseFloat(formatted)).toString().length;
|
|
2349
|
+
return parseFloat(formatted).toLocaleString("en-US", { maximumFractionDigits: Math.max(0, 6 - magnitude) });
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
// src/onboarding/deposit/DepositForm.tsx
|
|
2353
|
+
import { Fragment as Fragment4, jsx as jsx28, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
2354
|
+
function DepositForm({
|
|
2355
|
+
sourceChain,
|
|
2356
|
+
setSourceChainId,
|
|
2357
|
+
amount,
|
|
2358
|
+
setAmount,
|
|
2359
|
+
estimatedFee,
|
|
2360
|
+
estimatedTime,
|
|
2361
|
+
onSubmit,
|
|
2362
|
+
submitButton
|
|
2363
|
+
}) {
|
|
2364
|
+
const amountInputRef = useRef2(null);
|
|
2365
|
+
const isMounted = useIsMounted();
|
|
2366
|
+
const { address: userAddress, chainId: userChainId } = useAccount4();
|
|
2367
|
+
const balance = useShowQueryError(useBalance5({ chainId: sourceChain.id, address: userAddress }));
|
|
2368
|
+
const quarryBalance = useShowQueryError(useBalance(userAddress));
|
|
2369
|
+
useWatchBlockNumber2({
|
|
2370
|
+
onBlockNumber: () => {
|
|
2371
|
+
balance.refetch();
|
|
2372
|
+
quarryBalance.refetch();
|
|
2373
|
+
}
|
|
2374
|
+
});
|
|
2375
|
+
const minimumBalance = amount != null ? amount + (estimatedFee?.fee ?? 0n) : void 0;
|
|
2376
|
+
const hasMinimumBalance = balance.data != null ? balance.data.value > (minimumBalance ?? 0n) : void 0;
|
|
2377
|
+
useEffect8(() => {
|
|
2378
|
+
amountInputRef.current?.focus();
|
|
2379
|
+
}, [userChainId]);
|
|
2380
|
+
return /* @__PURE__ */ jsxs18(
|
|
2381
|
+
"form",
|
|
2382
|
+
{
|
|
2383
|
+
className: "flex flex-col gap-5",
|
|
2384
|
+
onSubmit: async (event) => {
|
|
2385
|
+
event.preventDefault();
|
|
2386
|
+
try {
|
|
2387
|
+
await onSubmit();
|
|
2388
|
+
if (isMounted()) {
|
|
2389
|
+
setAmount(void 0);
|
|
2390
|
+
if (amountInputRef.current) {
|
|
2391
|
+
amountInputRef.current.value = "";
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
} catch (error2) {
|
|
2395
|
+
console.error("Error during deposit", error2);
|
|
2396
|
+
} finally {
|
|
2397
|
+
amountInputRef.current?.focus();
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
children: [
|
|
2401
|
+
/* @__PURE__ */ jsxs18("div", { className: "flex gap-2", children: [
|
|
2402
|
+
/* @__PURE__ */ jsx28(ChainSelect, { value: sourceChain.id, onChange: setSourceChainId }),
|
|
2403
|
+
/* @__PURE__ */ jsx28(AmountInput, { ref: amountInputRef, initialAmount: amount, onChange: setAmount })
|
|
2404
|
+
] }),
|
|
2405
|
+
/* @__PURE__ */ jsxs18(
|
|
2406
|
+
"dl",
|
|
2407
|
+
{
|
|
2408
|
+
className: twMerge15(
|
|
2409
|
+
"grid grid-cols-2 divide-y text-sm leading-loose [&_>_:is(dt,dd)]:px-1 [&_>_dd]:text-right",
|
|
2410
|
+
"divide-neutral-200 text-neutral-500",
|
|
2411
|
+
"dark:divide-neutral-700 dark:text-neutral-400"
|
|
2412
|
+
),
|
|
2413
|
+
children: [
|
|
2414
|
+
/* @__PURE__ */ jsx28("dt", { children: "Available to deposit" }),
|
|
2415
|
+
/* @__PURE__ */ jsx28("dd", { children: balance.isSuccess ? /* @__PURE__ */ jsx28(Balance, { wei: balance.data.value }) : balance.isError ? /* @__PURE__ */ jsx28("span", { title: String(balance.error), children: /* @__PURE__ */ jsx28(WarningIcon, { className: "inline-block text-amber-500" }) }) : balance.isLoading ? /* @__PURE__ */ jsx28(PendingIcon, { className: "inline-block text-xs" }) : null }),
|
|
2416
|
+
/* @__PURE__ */ jsx28("dt", { children: "Gas balance after deposit" }),
|
|
2417
|
+
/* @__PURE__ */ jsx28("dd", { children: /* @__PURE__ */ jsx28(Balance, { wei: (quarryBalance.data ?? 0n) + (amount ?? 0n) }) }),
|
|
2418
|
+
/* @__PURE__ */ jsx28("dt", { children: "Estimated fee" }),
|
|
2419
|
+
/* @__PURE__ */ jsx28("dd", { children: estimatedFee.fee ? /* @__PURE__ */ jsxs18(Fragment4, { children: [
|
|
2420
|
+
formatGas(estimatedFee.fee),
|
|
2421
|
+
" gwei"
|
|
2422
|
+
] }) : estimatedFee.error ? /* @__PURE__ */ jsx28("span", { title: String(estimatedFee.error), children: /* @__PURE__ */ jsx28(WarningIcon, { className: "inline-block text-amber-500" }) }) : estimatedFee.isLoading ? /* @__PURE__ */ jsx28(PendingIcon, { className: "inline-block text-xs" }) : null }),
|
|
2423
|
+
/* @__PURE__ */ jsx28("dt", { children: "Time to deposit" }),
|
|
2424
|
+
/* @__PURE__ */ jsx28("dd", { children: estimatedTime })
|
|
2425
|
+
]
|
|
2426
|
+
}
|
|
2427
|
+
),
|
|
2428
|
+
hasMinimumBalance ? submitButton : /* @__PURE__ */ jsx28(SubmitButton, { disabled: true, children: "Not enough funds" })
|
|
2429
|
+
]
|
|
2430
|
+
}
|
|
2431
|
+
);
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
// src/onboarding/deposit/useDeposits.ts
|
|
2435
|
+
import { createStore as createStore4 } from "zustand/vanilla";
|
|
2436
|
+
import { useStore as useStore2 } from "zustand";
|
|
2437
|
+
import { useCallback as useCallback2, useMemo as useMemo3 } from "react";
|
|
2438
|
+
var store4 = createStore4(() => ({
|
|
2439
|
+
count: 0,
|
|
2440
|
+
deposits: []
|
|
2441
|
+
}));
|
|
2442
|
+
function useDeposits() {
|
|
2443
|
+
const deposits = useStore2(store4, (state) => state.deposits);
|
|
2444
|
+
const addDeposit = useCallback2((transaction) => {
|
|
2445
|
+
store4.setState((state) => {
|
|
2446
|
+
if (transaction.type === "relay") {
|
|
2447
|
+
const existingDeposit = state.deposits.find(
|
|
2448
|
+
(deposit) => deposit.type === "relay" && deposit.requestId === transaction.requestId
|
|
2449
|
+
);
|
|
2450
|
+
if (existingDeposit) {
|
|
2451
|
+
return state;
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
return {
|
|
2455
|
+
count: state.count + 1,
|
|
2456
|
+
deposits: [
|
|
2457
|
+
...state.deposits,
|
|
2458
|
+
{
|
|
2459
|
+
...transaction,
|
|
2460
|
+
uid: `deposit-${state.count}`
|
|
2461
|
+
}
|
|
2462
|
+
]
|
|
2463
|
+
};
|
|
2464
|
+
});
|
|
2465
|
+
}, []);
|
|
2466
|
+
const removeDeposit = useCallback2((uid) => {
|
|
2467
|
+
store4.setState((state) => ({
|
|
2468
|
+
deposits: state.deposits.filter((deposit) => deposit.uid !== uid)
|
|
2469
|
+
}));
|
|
2470
|
+
}, []);
|
|
2471
|
+
return useMemo3(
|
|
2472
|
+
() => ({
|
|
2473
|
+
deposits,
|
|
2474
|
+
addDeposit,
|
|
2475
|
+
removeDeposit
|
|
2476
|
+
}),
|
|
2477
|
+
[addDeposit, deposits, removeDeposit]
|
|
2478
|
+
);
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
// src/onboarding/deposit/DepositViaTransferForm.tsx
|
|
2482
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
2483
|
+
function DepositViaTransferForm({ amount, setAmount, sourceChain, setSourceChainId }) {
|
|
2484
|
+
const { chain } = useEntryKitConfig();
|
|
2485
|
+
const paymaster = getPaymaster(chain);
|
|
2486
|
+
const publicClient = usePublicClient();
|
|
2487
|
+
const { address: userAddress } = useAccount5();
|
|
2488
|
+
const { writeContractAsync } = useWriteContract();
|
|
2489
|
+
const { addDeposit } = useDeposits();
|
|
2490
|
+
if (!userAddress) {
|
|
2491
|
+
throw new Error("User address not found");
|
|
2492
|
+
}
|
|
2493
|
+
const { data: gasPrice } = useQuery11({
|
|
2494
|
+
queryKey: ["gasPrice", sourceChain.id],
|
|
2495
|
+
queryFn: async () => {
|
|
2496
|
+
if (!publicClient) throw new Error("Public client not available");
|
|
2497
|
+
return publicClient.getGasPrice();
|
|
2498
|
+
},
|
|
2499
|
+
refetchInterval: 15e3,
|
|
2500
|
+
enabled: !!publicClient
|
|
2501
|
+
});
|
|
2502
|
+
const { data: prepareData, error: prepareError } = usePrepareTransactionRequest({
|
|
2503
|
+
to: paymaster?.address,
|
|
2504
|
+
data: encodeFunctionData2({
|
|
2505
|
+
abi: paymasterAbi,
|
|
2506
|
+
functionName: "depositTo",
|
|
2507
|
+
args: [userAddress]
|
|
2508
|
+
}),
|
|
2509
|
+
value: amount
|
|
2510
|
+
});
|
|
2511
|
+
const deposit = useMutation4({
|
|
2512
|
+
mutationKey: ["depositViaTransfer", amount?.toString()],
|
|
2513
|
+
mutationFn: async () => {
|
|
2514
|
+
if (!paymaster) throw new Error("Paymaster not found");
|
|
2515
|
+
if (!publicClient) throw new Error("Public client not found");
|
|
2516
|
+
if (!amount) throw new Error("Amount cannot be 0");
|
|
2517
|
+
try {
|
|
2518
|
+
const hash = await writeContractAsync({
|
|
2519
|
+
address: paymaster.address,
|
|
2520
|
+
abi: paymasterAbi,
|
|
2521
|
+
functionName: "depositTo",
|
|
2522
|
+
args: [userAddress],
|
|
2523
|
+
value: amount
|
|
2524
|
+
});
|
|
2525
|
+
const receipt = publicClient.waitForTransactionReceipt({ hash }).then((receipt2) => {
|
|
2526
|
+
if (receipt2.status === "reverted") {
|
|
2527
|
+
throw new Error("Transfer transaction reverted.");
|
|
2528
|
+
}
|
|
2529
|
+
return receipt2;
|
|
2530
|
+
});
|
|
2531
|
+
const pendingDeposit = {
|
|
2532
|
+
type: "transfer",
|
|
2533
|
+
amount,
|
|
2534
|
+
chainL1Id: sourceChain.id,
|
|
2535
|
+
chainL2Id: chain.id,
|
|
2536
|
+
hash,
|
|
2537
|
+
receipt,
|
|
2538
|
+
start: /* @__PURE__ */ new Date(),
|
|
2539
|
+
estimatedTime: 1e3 * 12,
|
|
2540
|
+
isComplete: receipt.then(() => void 0)
|
|
2541
|
+
};
|
|
2542
|
+
addDeposit(pendingDeposit);
|
|
2543
|
+
} catch (error2) {
|
|
2544
|
+
console.error("Error while depositing via bridge", error2);
|
|
2545
|
+
throw error2;
|
|
2546
|
+
}
|
|
2547
|
+
}
|
|
2548
|
+
});
|
|
2549
|
+
const estimatedFee = prepareData?.gas && gasPrice ? prepareData.gas * gasPrice : void 0;
|
|
2550
|
+
return /* @__PURE__ */ jsx29(
|
|
2551
|
+
DepositForm,
|
|
2552
|
+
{
|
|
2553
|
+
sourceChain,
|
|
2554
|
+
setSourceChainId,
|
|
2555
|
+
amount,
|
|
2556
|
+
setAmount,
|
|
2557
|
+
estimatedFee: {
|
|
2558
|
+
fee: estimatedFee,
|
|
2559
|
+
isLoading: !prepareData && !prepareError || !gasPrice,
|
|
2560
|
+
error: prepareError instanceof Error ? prepareError : void 0
|
|
2561
|
+
},
|
|
2562
|
+
estimatedTime: "A few seconds",
|
|
2563
|
+
onSubmit: async () => {
|
|
2564
|
+
await deposit.mutateAsync();
|
|
2565
|
+
},
|
|
2566
|
+
submitButton: /* @__PURE__ */ jsx29(
|
|
2567
|
+
SubmitButton,
|
|
2568
|
+
{
|
|
2569
|
+
variant: "primary",
|
|
2570
|
+
amount,
|
|
2571
|
+
chainId: sourceChain.id,
|
|
2572
|
+
disabled: !!prepareError || !amount || !userAddress,
|
|
2573
|
+
pending: deposit.isPending,
|
|
2574
|
+
children: "Deposit"
|
|
2575
|
+
}
|
|
2576
|
+
)
|
|
2577
|
+
}
|
|
2578
|
+
);
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
// src/onboarding/deposit/DepositViaRelayForm.tsx
|
|
2582
|
+
import { encodeFunctionData as encodeFunctionData3 } from "viem";
|
|
2583
|
+
import { useAccount as useAccount6, useWalletClient } from "wagmi";
|
|
2584
|
+
import { useMutation as useMutation5, useQuery as useQuery12 } from "@tanstack/react-query";
|
|
2585
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
2586
|
+
var ETH_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
2587
|
+
function DepositViaRelayForm({ amount, setAmount, sourceChain, setSourceChainId }) {
|
|
2588
|
+
const { chain, chainId: destinationChainId } = useEntryKitConfig();
|
|
2589
|
+
const paymaster = getPaymaster(chain);
|
|
2590
|
+
const { data: wallet } = useWalletClient();
|
|
2591
|
+
const { address: userAddress } = useAccount6();
|
|
2592
|
+
const { addDeposit } = useDeposits();
|
|
2593
|
+
const { data: relay } = useRelay();
|
|
2594
|
+
const relayClient = relay?.client;
|
|
2595
|
+
const quote = useQuery12({
|
|
2596
|
+
queryKey: ["relayBridgeQuote", sourceChain.id, amount?.toString()],
|
|
2597
|
+
queryFn: async () => {
|
|
2598
|
+
if (!relayClient) throw new Error("No Relay client found.");
|
|
2599
|
+
if (!userAddress) throw new Error("No user address found.");
|
|
2600
|
+
const result = await relayClient.actions.getQuote({
|
|
2601
|
+
chainId: sourceChain.id,
|
|
2602
|
+
toChainId: destinationChainId,
|
|
2603
|
+
currency: ETH_ADDRESS,
|
|
2604
|
+
toCurrency: ETH_ADDRESS,
|
|
2605
|
+
amount: amount?.toString(),
|
|
2606
|
+
tradeType: "EXACT_OUTPUT",
|
|
2607
|
+
recipient: paymaster?.address,
|
|
2608
|
+
wallet,
|
|
2609
|
+
txs: [
|
|
2610
|
+
{
|
|
2611
|
+
to: paymaster?.address,
|
|
2612
|
+
data: encodeFunctionData3({
|
|
2613
|
+
abi: paymasterAbi,
|
|
2614
|
+
functionName: "depositTo",
|
|
2615
|
+
args: [userAddress]
|
|
2616
|
+
}),
|
|
2617
|
+
value: amount?.toString()
|
|
2618
|
+
}
|
|
2619
|
+
]
|
|
2620
|
+
});
|
|
2621
|
+
if (!result) {
|
|
2622
|
+
throw new Error("Failed to get relay quote");
|
|
2623
|
+
}
|
|
2624
|
+
return result;
|
|
2625
|
+
},
|
|
2626
|
+
retry: 1,
|
|
2627
|
+
refetchInterval: 15e3,
|
|
2628
|
+
enabled: !!amount && !!userAddress && !!relayClient
|
|
2629
|
+
});
|
|
2630
|
+
const deposit = useMutation5({
|
|
2631
|
+
mutationKey: ["depositViaRelay", sourceChain.id, amount?.toString()],
|
|
2632
|
+
mutationFn: async ({ quote: quote2, amount: amount2 }) => {
|
|
2633
|
+
if (!relayClient) throw new Error("No Relay client found.");
|
|
2634
|
+
if (!wallet) throw new Error("No wallet found.");
|
|
2635
|
+
try {
|
|
2636
|
+
return new Promise((resolve) => {
|
|
2637
|
+
const pendingDeposit = relayClient.actions.execute({
|
|
2638
|
+
quote: quote2,
|
|
2639
|
+
wallet,
|
|
2640
|
+
onProgress(progress) {
|
|
2641
|
+
const currentStep = progress.currentStep;
|
|
2642
|
+
const requestId = currentStep?.requestId;
|
|
2643
|
+
const currentState = currentStep?.items[0]?.progressState;
|
|
2644
|
+
if (requestId && currentState === "validating") {
|
|
2645
|
+
addDeposit({
|
|
2646
|
+
type: "relay",
|
|
2647
|
+
requestId,
|
|
2648
|
+
amount: amount2,
|
|
2649
|
+
chainL1Id: sourceChain.id,
|
|
2650
|
+
chainL2Id: destinationChainId,
|
|
2651
|
+
start: /* @__PURE__ */ new Date(),
|
|
2652
|
+
estimatedTime: 1e3 * 30,
|
|
2653
|
+
depositPromise: pendingDeposit,
|
|
2654
|
+
isComplete: pendingDeposit.then(() => void 0)
|
|
2655
|
+
});
|
|
2656
|
+
resolve(void 0);
|
|
2657
|
+
}
|
|
2658
|
+
}
|
|
2659
|
+
});
|
|
2660
|
+
});
|
|
2661
|
+
} catch (error2) {
|
|
2662
|
+
console.error("Error while depositing via Relay", error2);
|
|
2663
|
+
throw error2;
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
});
|
|
2667
|
+
const fees = quote.data?.fees;
|
|
2668
|
+
const gasFee = BigInt(fees?.gas?.amount ?? 0);
|
|
2669
|
+
const relayerFee = BigInt(fees?.relayer?.amount ?? 0);
|
|
2670
|
+
const fee = gasFee + relayerFee;
|
|
2671
|
+
return /* @__PURE__ */ jsx30(
|
|
2672
|
+
DepositForm,
|
|
2673
|
+
{
|
|
2674
|
+
sourceChain,
|
|
2675
|
+
setSourceChainId,
|
|
2676
|
+
amount,
|
|
2677
|
+
setAmount,
|
|
2678
|
+
estimatedFee: {
|
|
2679
|
+
fee: fee != null ? BigInt(fee) : void 0,
|
|
2680
|
+
isLoading: quote.isLoading,
|
|
2681
|
+
error: quote.error instanceof Error ? quote.error : void 0
|
|
2682
|
+
},
|
|
2683
|
+
estimatedTime: "A few seconds",
|
|
2684
|
+
onSubmit: async () => {
|
|
2685
|
+
if (!quote.data || !amount) return;
|
|
2686
|
+
await deposit.mutateAsync({ quote: quote.data, amount });
|
|
2687
|
+
},
|
|
2688
|
+
submitButton: /* @__PURE__ */ jsx30(
|
|
2689
|
+
SubmitButton,
|
|
2690
|
+
{
|
|
2691
|
+
variant: "primary",
|
|
2692
|
+
amount,
|
|
2693
|
+
chainId: sourceChain.id,
|
|
2694
|
+
disabled: quote.isError || !amount,
|
|
2695
|
+
pending: deposit.isPending,
|
|
2696
|
+
children: "Deposit"
|
|
2697
|
+
}
|
|
2698
|
+
)
|
|
2699
|
+
}
|
|
2700
|
+
);
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
// src/onboarding/deposit/Deposits.tsx
|
|
2704
|
+
import { useEffect as useEffect10 } from "react";
|
|
2705
|
+
import { useQuery as useQuery15, useQueryClient as useQueryClient6 } from "@tanstack/react-query";
|
|
2706
|
+
|
|
2707
|
+
// src/onboarding/deposit/TransferDepositStatus.tsx
|
|
2708
|
+
import { useQuery as useQuery13 } from "@tanstack/react-query";
|
|
2709
|
+
|
|
2710
|
+
// src/onboarding/deposit/DepositStatus.tsx
|
|
2711
|
+
import { useEffect as useEffect9, useState as useState3 } from "react";
|
|
2712
|
+
import { twMerge as twMerge16 } from "tailwind-merge";
|
|
2713
|
+
|
|
2714
|
+
// src/icons/CheckIcon.tsx
|
|
2715
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
2716
|
+
function CheckIcon(props) {
|
|
2717
|
+
return /* @__PURE__ */ jsx31(IconSVG, { ...props, children: /* @__PURE__ */ jsx31(
|
|
2718
|
+
"path",
|
|
2719
|
+
{
|
|
2720
|
+
d: "M5 13L9 17L19 7",
|
|
2721
|
+
fill: "none",
|
|
2722
|
+
stroke: "currentColor",
|
|
2723
|
+
strokeWidth: "2",
|
|
2724
|
+
strokeLinecap: "round",
|
|
2725
|
+
strokeLinejoin: "round"
|
|
2726
|
+
}
|
|
2727
|
+
) });
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2730
|
+
// src/icons/CloseIcon.tsx
|
|
2731
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
2732
|
+
function CloseIcon(props) {
|
|
2733
|
+
return /* @__PURE__ */ jsx32(IconSVG, { strokeWidth: "2", stroke: "currentColor", ...props, children: /* @__PURE__ */ jsx32(
|
|
2734
|
+
"path",
|
|
2735
|
+
{
|
|
2736
|
+
d: "M6 18L18 6M6 6L18 18",
|
|
2737
|
+
fill: "none",
|
|
2738
|
+
stroke: "currentColor",
|
|
2739
|
+
strokeWidth: "2",
|
|
2740
|
+
strokeLinecap: "round",
|
|
2741
|
+
strokeLinejoin: "round"
|
|
2742
|
+
}
|
|
2743
|
+
) });
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
// src/onboarding/deposit/DepositStatus.tsx
|
|
2747
|
+
import { jsx as jsx33, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
2748
|
+
function DepositStatus({ status, progress, children, onDismiss }) {
|
|
2749
|
+
const [appear, setAppear] = useState3(false);
|
|
2750
|
+
useEffect9(() => {
|
|
2751
|
+
setAppear(true);
|
|
2752
|
+
}, []);
|
|
2753
|
+
return /* @__PURE__ */ jsxs19("div", { className: "group bg-white dark:bg-neutral-900 flex flex-col animate-in fade-in slide-in-from-bottom-2 animate-out fade-out", children: [
|
|
2754
|
+
/* @__PURE__ */ jsxs19("div", { className: "py-1 text-sm flex items-center gap-2", children: [
|
|
2755
|
+
/* @__PURE__ */ jsx33("div", { className: "flex-grow", children }),
|
|
2756
|
+
/* @__PURE__ */ jsxs19("div", { className: "flex-shrink-0 grid", children: [
|
|
2757
|
+
/* @__PURE__ */ jsx33("span", { className: "col-start-1 row-start-1 transition opacity-100 group-hover:opacity-0 group-hover:pointer-events-none", children: status === "success" ? /* @__PURE__ */ jsx33(CheckIcon, { className: "text-green-600" }) : status === "error" ? /* @__PURE__ */ jsx33(WarningIcon, { className: "text-amber-500" }) : /* @__PURE__ */ jsx33(PendingIcon, { className: "text-neutral-400 dark:text-neutral-500 transition" }) }),
|
|
2758
|
+
/* @__PURE__ */ jsx33(
|
|
2759
|
+
"button",
|
|
2760
|
+
{
|
|
2761
|
+
type: "button",
|
|
2762
|
+
className: twMerge16(
|
|
2763
|
+
"col-start-1 row-start-1 flex items-center justify-center transition",
|
|
2764
|
+
"opacity-0 pointer-events-none",
|
|
2765
|
+
"group-hover:opacity-100 group-hover:pointer-events-auto",
|
|
2766
|
+
"text-neutral-400 hover:text-black",
|
|
2767
|
+
"dark:text-neutral-500 dark:hover:text-white"
|
|
2768
|
+
),
|
|
2769
|
+
title: "Dismiss",
|
|
2770
|
+
onClick: onDismiss,
|
|
2771
|
+
children: /* @__PURE__ */ jsx33(CloseIcon, {})
|
|
2772
|
+
}
|
|
2773
|
+
)
|
|
2774
|
+
] })
|
|
2775
|
+
] }),
|
|
2776
|
+
/* @__PURE__ */ jsx33("div", { className: "w-full h-[2px] -mt-full overflow-clip", children: /* @__PURE__ */ jsx33(
|
|
2777
|
+
"div",
|
|
2778
|
+
{
|
|
2779
|
+
className: twMerge16(
|
|
2780
|
+
"w-full h-full transition ease-linear",
|
|
2781
|
+
status === "success" ? "bg-green-500 dark:bg-green-600" : status === "error" ? "bg-red-500 dark:bg-red-600" : "bg-blue-500 dark:bg-blue-600",
|
|
2782
|
+
status === "pending" ? "opacity-100" : "opacity-0"
|
|
2783
|
+
),
|
|
2784
|
+
style: status === "pending" ? {
|
|
2785
|
+
transform: appear ? `translateX(0)` : "translate(-100%)",
|
|
2786
|
+
transitionDuration: `${progress.duration}ms`,
|
|
2787
|
+
transitionDelay: `-${Math.min(progress.duration, progress.elapsed)}ms`
|
|
2788
|
+
} : void 0
|
|
2789
|
+
}
|
|
2790
|
+
) })
|
|
2791
|
+
] });
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
// src/onboarding/deposit/TransferDepositStatus.tsx
|
|
2795
|
+
import { useChains as useChains3 } from "wagmi";
|
|
2796
|
+
import { Fragment as Fragment5, jsx as jsx34, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
2797
|
+
function TransferDepositStatus({
|
|
2798
|
+
amount,
|
|
2799
|
+
chainL1Id,
|
|
2800
|
+
hash,
|
|
2801
|
+
receipt: receiptPromise,
|
|
2802
|
+
start,
|
|
2803
|
+
estimatedTime,
|
|
2804
|
+
onDismiss
|
|
2805
|
+
}) {
|
|
2806
|
+
const chains = useChains3();
|
|
2807
|
+
const chain = chains.find((chain2) => chain2.id === chainL1Id);
|
|
2808
|
+
const receipt = useQuery13({
|
|
2809
|
+
queryKey: ["transferDepositStatus", hash],
|
|
2810
|
+
queryFn: () => receiptPromise
|
|
2811
|
+
});
|
|
2812
|
+
return /* @__PURE__ */ jsx34(
|
|
2813
|
+
DepositStatus,
|
|
2814
|
+
{
|
|
2815
|
+
status: receipt.status,
|
|
2816
|
+
progress: {
|
|
2817
|
+
duration: estimatedTime,
|
|
2818
|
+
elapsed: Math.min(estimatedTime, Date.now() - start.getTime())
|
|
2819
|
+
},
|
|
2820
|
+
onDismiss,
|
|
2821
|
+
children: (() => {
|
|
2822
|
+
const blockExplorer = chain.blockExplorers?.default.url;
|
|
2823
|
+
if (receipt.status === "pending") {
|
|
2824
|
+
return /* @__PURE__ */ jsxs20(Fragment5, { children: [
|
|
2825
|
+
"Confirming deposit on",
|
|
2826
|
+
" ",
|
|
2827
|
+
/* @__PURE__ */ jsx34(
|
|
2828
|
+
"a",
|
|
2829
|
+
{
|
|
2830
|
+
href: blockExplorer ? `${blockExplorer}/tx/${hash}` : void 0,
|
|
2831
|
+
target: "_blank",
|
|
2832
|
+
rel: "noreferrer noopener",
|
|
2833
|
+
children: chain.name
|
|
2834
|
+
}
|
|
2835
|
+
),
|
|
2836
|
+
"\u2026"
|
|
2837
|
+
] });
|
|
2838
|
+
}
|
|
2839
|
+
if (receipt.status === "error") {
|
|
2840
|
+
return /* @__PURE__ */ jsxs20(Fragment5, { children: [
|
|
2841
|
+
"Could not find deposit on",
|
|
2842
|
+
" ",
|
|
2843
|
+
/* @__PURE__ */ jsx34(
|
|
2844
|
+
"a",
|
|
2845
|
+
{
|
|
2846
|
+
href: blockExplorer ? `${blockExplorer}/tx/${hash}` : void 0,
|
|
2847
|
+
target: "_blank",
|
|
2848
|
+
rel: "noreferrer noopener",
|
|
2849
|
+
children: chain.name
|
|
2850
|
+
}
|
|
2851
|
+
),
|
|
2852
|
+
"."
|
|
2853
|
+
] });
|
|
2854
|
+
}
|
|
2855
|
+
return /* @__PURE__ */ jsxs20(Fragment5, { children: [
|
|
2856
|
+
"Successfully",
|
|
2857
|
+
" ",
|
|
2858
|
+
/* @__PURE__ */ jsx34(
|
|
2859
|
+
"a",
|
|
2860
|
+
{
|
|
2861
|
+
href: blockExplorer ? `${blockExplorer}/tx/${receipt.data.transactionHash}` : void 0,
|
|
2862
|
+
target: "_blank",
|
|
2863
|
+
rel: "noreferrer noopener",
|
|
2864
|
+
children: "deposited"
|
|
2865
|
+
}
|
|
2866
|
+
),
|
|
2867
|
+
" ",
|
|
2868
|
+
/* @__PURE__ */ jsx34(Balance, { wei: amount }),
|
|
2869
|
+
" !"
|
|
2870
|
+
] });
|
|
2871
|
+
})()
|
|
2872
|
+
}
|
|
2873
|
+
);
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2876
|
+
// src/onboarding/deposit/RelayDepositStatus.tsx
|
|
2877
|
+
import { useQuery as useQuery14 } from "@tanstack/react-query";
|
|
2878
|
+
import { useChains as useChains4 } from "wagmi";
|
|
2879
|
+
import { Fragment as Fragment6, jsx as jsx35, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
2880
|
+
function RelayDepositStatus({
|
|
2881
|
+
amount,
|
|
2882
|
+
chainL1Id,
|
|
2883
|
+
chainL2Id,
|
|
2884
|
+
start,
|
|
2885
|
+
estimatedTime,
|
|
2886
|
+
depositPromise,
|
|
2887
|
+
onDismiss
|
|
2888
|
+
}) {
|
|
2889
|
+
const chains = useChains4();
|
|
2890
|
+
const chainL1 = chains.find((chain) => chain.id === chainL1Id);
|
|
2891
|
+
const chainL2 = chains.find((chain) => chain.id === chainL2Id);
|
|
2892
|
+
const deposit = useQuery14({
|
|
2893
|
+
queryKey: ["relayDepositPromise", chainL1Id, chainL2Id, amount.toString(), start.toISOString()],
|
|
2894
|
+
queryFn: () => depositPromise
|
|
2895
|
+
});
|
|
2896
|
+
return /* @__PURE__ */ jsx35(
|
|
2897
|
+
DepositStatus,
|
|
2898
|
+
{
|
|
2899
|
+
status: deposit.status,
|
|
2900
|
+
progress: {
|
|
2901
|
+
duration: estimatedTime,
|
|
2902
|
+
elapsed: Math.min(estimatedTime, Date.now() - start.getTime())
|
|
2903
|
+
},
|
|
2904
|
+
onDismiss,
|
|
2905
|
+
children: (() => {
|
|
2906
|
+
if (deposit.status === "pending") {
|
|
2907
|
+
return /* @__PURE__ */ jsxs21(Fragment6, { children: [
|
|
2908
|
+
"Relay bridge deposit pending on ",
|
|
2909
|
+
chainL1.name,
|
|
2910
|
+
"\u2026"
|
|
2911
|
+
] });
|
|
2912
|
+
}
|
|
2913
|
+
if (deposit.status === "error") {
|
|
2914
|
+
return /* @__PURE__ */ jsxs21(Fragment6, { children: [
|
|
2915
|
+
"Relay bridge deposit to ",
|
|
2916
|
+
chainL2.name,
|
|
2917
|
+
" failed."
|
|
2918
|
+
] });
|
|
2919
|
+
}
|
|
2920
|
+
return /* @__PURE__ */ jsxs21(Fragment6, { children: [
|
|
2921
|
+
"Successfully bridged ",
|
|
2922
|
+
/* @__PURE__ */ jsx35(Balance, { wei: amount }),
|
|
2923
|
+
" to ",
|
|
2924
|
+
chainL2.name,
|
|
2925
|
+
"!"
|
|
2926
|
+
] });
|
|
2927
|
+
})()
|
|
2928
|
+
}
|
|
2929
|
+
);
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
// src/onboarding/deposit/Deposits.tsx
|
|
2933
|
+
import { useAccount as useAccount7, useClient as useClient11 } from "wagmi";
|
|
2934
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
2935
|
+
function Deposits() {
|
|
2936
|
+
const queryClient = useQueryClient6();
|
|
2937
|
+
const { chainId } = useEntryKitConfig();
|
|
2938
|
+
const client = useClient11({ chainId });
|
|
2939
|
+
const { address: userAddress } = useAccount7();
|
|
2940
|
+
const { deposits, removeDeposit } = useDeposits();
|
|
2941
|
+
const { data: isComplete } = useQuery15({
|
|
2942
|
+
queryKey: ["depositsComplete", deposits.map((deposit) => deposit.uid)],
|
|
2943
|
+
queryFn: async () => {
|
|
2944
|
+
if (!deposits.length) return false;
|
|
2945
|
+
await Promise.all(deposits.map((deposit) => deposit.isComplete));
|
|
2946
|
+
return true;
|
|
2947
|
+
}
|
|
2948
|
+
});
|
|
2949
|
+
useEffect10(() => {
|
|
2950
|
+
if (isComplete) {
|
|
2951
|
+
queryClient.invalidateQueries({ queryKey: ["balance"] });
|
|
2952
|
+
queryClient.invalidateQueries({ queryKey: ["getBalance", client?.uid, userAddress] });
|
|
2953
|
+
}
|
|
2954
|
+
}, [client?.uid, isComplete, queryClient, userAddress]);
|
|
2955
|
+
if (!deposits.length) return null;
|
|
2956
|
+
return /* @__PURE__ */ jsx36("div", { className: "flex flex-col gap-1 mt-4", children: deposits.map((deposit) => {
|
|
2957
|
+
if (deposit.type === "transfer") {
|
|
2958
|
+
return /* @__PURE__ */ jsx36(TransferDepositStatus, { ...deposit, onDismiss: () => removeDeposit(deposit.uid) }, deposit.uid);
|
|
2959
|
+
} else if (deposit.type === "relay") {
|
|
2960
|
+
return /* @__PURE__ */ jsx36(RelayDepositStatus, { ...deposit, onDismiss: () => removeDeposit(deposit.uid) }, deposit.uid);
|
|
2961
|
+
}
|
|
2962
|
+
}) });
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
// src/onboarding/deposit/DepositFormContainer.tsx
|
|
2966
|
+
import { jsx as jsx37, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
2967
|
+
function DepositFormContainer() {
|
|
2968
|
+
const { chainId: destinationChainId } = useEntryKitConfig();
|
|
2969
|
+
const chainId = useChainId();
|
|
2970
|
+
const chains = useChains5();
|
|
2971
|
+
const [amount, setAmount] = useState4(void 0);
|
|
2972
|
+
const [sourceChainId, setSourceChainId] = useState4(chainId);
|
|
2973
|
+
const sourceChain = chains.find(({ id }) => id === sourceChainId);
|
|
2974
|
+
return /* @__PURE__ */ jsxs22("div", { className: "pt-10 pb-2", children: [
|
|
2975
|
+
destinationChainId === sourceChainId ? /* @__PURE__ */ jsx37(
|
|
2976
|
+
DepositViaTransferForm,
|
|
2977
|
+
{
|
|
2978
|
+
amount,
|
|
2979
|
+
setAmount,
|
|
2980
|
+
sourceChain,
|
|
2981
|
+
setSourceChainId
|
|
2982
|
+
}
|
|
2983
|
+
) : /* @__PURE__ */ jsx37(
|
|
2984
|
+
DepositViaRelayForm,
|
|
2985
|
+
{
|
|
2986
|
+
amount,
|
|
2987
|
+
setAmount,
|
|
2988
|
+
sourceChain,
|
|
2989
|
+
setSourceChainId
|
|
2990
|
+
}
|
|
2991
|
+
),
|
|
2992
|
+
/* @__PURE__ */ jsx37(Deposits, {})
|
|
2993
|
+
] });
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2996
|
+
// src/icons/ArrowLeftIcon.tsx
|
|
2997
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
2998
|
+
function ArrowLeftIcon(props) {
|
|
2999
|
+
return /* @__PURE__ */ jsx38(IconSVG, { ...props, children: /* @__PURE__ */ jsx38(
|
|
3000
|
+
"path",
|
|
3001
|
+
{
|
|
3002
|
+
d: "M19 12H5M12 19l-7-7 7-7",
|
|
3003
|
+
fill: "none",
|
|
3004
|
+
stroke: "currentColor",
|
|
3005
|
+
strokeWidth: "2",
|
|
3006
|
+
strokeLinecap: "round",
|
|
3007
|
+
strokeLinejoin: "round"
|
|
3008
|
+
}
|
|
3009
|
+
) });
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
// src/onboarding/quarry/GasBalance.tsx
|
|
3013
|
+
import { useEffect as useEffect12 } from "react";
|
|
3014
|
+
import { useQueryClient as useQueryClient7 } from "@tanstack/react-query";
|
|
3015
|
+
|
|
3016
|
+
// src/errors/usePrevious.ts
|
|
3017
|
+
import { useEffect as useEffect11, useRef as useRef3 } from "react";
|
|
3018
|
+
function usePrevious(value, initialValue) {
|
|
3019
|
+
const ref = useRef3();
|
|
3020
|
+
useEffect11(() => {
|
|
3021
|
+
ref.current = { value };
|
|
3022
|
+
}, [value]);
|
|
3023
|
+
return ref.current ? ref.current.value : initialValue;
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
// src/onboarding/quarry/GasBalance.tsx
|
|
3027
|
+
import { Fragment as Fragment7, jsx as jsx39, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
3028
|
+
function GasBalance2({ isActive, isExpanded, isFocused, setFocused, userAddress }) {
|
|
3029
|
+
const queryClient = useQueryClient7();
|
|
3030
|
+
const balance = useShowQueryError(useBalance(userAddress));
|
|
3031
|
+
const prevBalance = usePrevious(balance.data || 0n);
|
|
3032
|
+
useEffect12(() => {
|
|
3033
|
+
const checkBalance = async () => {
|
|
3034
|
+
if (balance.data != null && prevBalance === 0n && balance.data > 0n) {
|
|
3035
|
+
await queryClient.invalidateQueries({ queryKey: ["getPrerequisites"] });
|
|
3036
|
+
setFocused(false);
|
|
3037
|
+
}
|
|
3038
|
+
};
|
|
3039
|
+
checkBalance();
|
|
3040
|
+
}, [balance.data, prevBalance, setFocused, queryClient, userAddress]);
|
|
3041
|
+
if (isFocused) {
|
|
3042
|
+
return /* @__PURE__ */ jsxs23(Fragment7, { children: [
|
|
3043
|
+
isFocused && /* @__PURE__ */ jsx39("div", { className: "absolute top-0 left-0", children: /* @__PURE__ */ jsx39(
|
|
3044
|
+
"div",
|
|
3045
|
+
{
|
|
3046
|
+
className: "flex items-center justify-center w-10 h-10 text-white/20 hover:text-white/40 cursor-pointer",
|
|
3047
|
+
onClick: () => setFocused(false),
|
|
3048
|
+
children: /* @__PURE__ */ jsx39(ArrowLeftIcon, { className: "m-0" })
|
|
3049
|
+
}
|
|
3050
|
+
) }),
|
|
3051
|
+
/* @__PURE__ */ jsx39(DepositFormContainer, {})
|
|
3052
|
+
] });
|
|
3053
|
+
}
|
|
3054
|
+
return /* @__PURE__ */ jsxs23("div", { className: "flex flex-col gap-4", children: [
|
|
3055
|
+
/* @__PURE__ */ jsxs23("div", { className: "flex justify-between gap-4", children: [
|
|
3056
|
+
/* @__PURE__ */ jsxs23("div", { children: [
|
|
3057
|
+
/* @__PURE__ */ jsx39("div", { children: "Gas balance" }),
|
|
3058
|
+
/* @__PURE__ */ jsx39("div", { className: "font-mono text-white", children: balance.data != null ? /* @__PURE__ */ jsx39(Balance, { wei: balance.data }) : /* @__PURE__ */ jsx39(PendingIcon, { className: "text-sm" }) })
|
|
3059
|
+
] }),
|
|
3060
|
+
/* @__PURE__ */ jsx39(
|
|
3061
|
+
Button,
|
|
3062
|
+
{
|
|
3063
|
+
variant: isActive ? "primary" : "tertiary",
|
|
3064
|
+
className: "flex-shrink-0 text-sm p-1 w-28",
|
|
3065
|
+
autoFocus: isActive || isExpanded,
|
|
3066
|
+
pending: balance.status === "pending",
|
|
3067
|
+
onClick: () => setFocused(true),
|
|
3068
|
+
children: "Top up"
|
|
3069
|
+
}
|
|
3070
|
+
)
|
|
3071
|
+
] }),
|
|
3072
|
+
isExpanded ? /* @__PURE__ */ jsx39("p", { className: "text-sm", children: "Your gas balance is used to pay for onchain computation." }) : null
|
|
3073
|
+
] });
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
// src/onboarding/ConnectedSteps.tsx
|
|
3077
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
3078
|
+
function ConnectedSteps({ userClient, initialUserAddress }) {
|
|
3079
|
+
const { chain } = useEntryKitConfig();
|
|
3080
|
+
const paymaster = getPaymaster(chain);
|
|
3081
|
+
const [focusedId, setFocusedId] = useState5(null);
|
|
3082
|
+
const userAddress = userClient.account.address;
|
|
3083
|
+
const { data: prerequisites, error: prerequisitesError } = usePrerequisites(userAddress);
|
|
3084
|
+
useEffect13(() => {
|
|
3085
|
+
if (prerequisitesError) {
|
|
3086
|
+
console.error("Could not get prerequisites", prerequisitesError);
|
|
3087
|
+
}
|
|
3088
|
+
}, [prerequisitesError]);
|
|
3089
|
+
const { closeAccountModal } = useAccountModal();
|
|
3090
|
+
const isNewConnection = userAddress !== initialUserAddress;
|
|
3091
|
+
const initialPrerequisites = useRef4(prerequisites);
|
|
3092
|
+
useEffect13(() => {
|
|
3093
|
+
if (prerequisites == null) return;
|
|
3094
|
+
if (initialPrerequisites.current == null) {
|
|
3095
|
+
initialPrerequisites.current = prerequisites;
|
|
3096
|
+
}
|
|
3097
|
+
if (prerequisites.complete) {
|
|
3098
|
+
if (isNewConnection || !initialPrerequisites.current.complete) {
|
|
3099
|
+
closeAccountModal();
|
|
3100
|
+
}
|
|
3101
|
+
}
|
|
3102
|
+
}, [closeAccountModal, isNewConnection, prerequisites]);
|
|
3103
|
+
const { sessionAddress, hasAllowance, isSpender, hasDelegation, hasGasBalance, hasQuarryBalance } = prerequisites ?? {};
|
|
3104
|
+
const steps = useMemo4(() => {
|
|
3105
|
+
if (!userAddress) {
|
|
3106
|
+
return [
|
|
3107
|
+
{
|
|
3108
|
+
id: "wallet",
|
|
3109
|
+
isComplete: false,
|
|
3110
|
+
content: () => null
|
|
3111
|
+
}
|
|
3112
|
+
];
|
|
3113
|
+
}
|
|
3114
|
+
const steps2 = [
|
|
3115
|
+
{
|
|
3116
|
+
id: "wallet",
|
|
3117
|
+
isComplete: true,
|
|
3118
|
+
content: (props) => /* @__PURE__ */ jsx40(Wallet, { ...props, userAddress })
|
|
3119
|
+
}
|
|
3120
|
+
];
|
|
3121
|
+
if (!paymaster) {
|
|
3122
|
+
if (sessionAddress != null) {
|
|
3123
|
+
steps2.push({
|
|
3124
|
+
id: "gasBalance",
|
|
3125
|
+
isComplete: !!hasGasBalance,
|
|
3126
|
+
content: (props) => /* @__PURE__ */ jsx40(GasBalance, { ...props, sessionAddress })
|
|
3127
|
+
});
|
|
3128
|
+
}
|
|
3129
|
+
} else if (paymaster.type === "quarry") {
|
|
3130
|
+
if (paymaster.isGasPass) {
|
|
3131
|
+
steps2.push({
|
|
3132
|
+
id: "allowance",
|
|
3133
|
+
isComplete: !!hasAllowance,
|
|
3134
|
+
content: (props) => /* @__PURE__ */ jsx40(Allowance, { ...props, userAddress })
|
|
3135
|
+
});
|
|
3136
|
+
} else {
|
|
3137
|
+
steps2.push({
|
|
3138
|
+
id: "gasBalanceQuarry",
|
|
3139
|
+
isComplete: !!hasQuarryBalance,
|
|
3140
|
+
content: (props) => /* @__PURE__ */ jsx40(GasBalance2, { ...props, userAddress })
|
|
3141
|
+
});
|
|
3142
|
+
}
|
|
3143
|
+
}
|
|
3144
|
+
steps2.push({
|
|
3145
|
+
id: "session",
|
|
3146
|
+
isComplete: !!isSpender && !!hasDelegation,
|
|
3147
|
+
content: (props) => /* @__PURE__ */ jsx40(Session, { ...props, userClient, registerSpender: !isSpender, registerDelegation: !hasDelegation })
|
|
3148
|
+
});
|
|
3149
|
+
return steps2;
|
|
3150
|
+
}, [
|
|
3151
|
+
hasAllowance,
|
|
3152
|
+
hasDelegation,
|
|
3153
|
+
hasGasBalance,
|
|
3154
|
+
hasQuarryBalance,
|
|
3155
|
+
isSpender,
|
|
3156
|
+
paymaster,
|
|
3157
|
+
sessionAddress,
|
|
3158
|
+
userAddress,
|
|
3159
|
+
userClient
|
|
3160
|
+
]);
|
|
3161
|
+
const [selectedStepId] = useState5(null);
|
|
3162
|
+
const nextStep = steps.find((step) => step.content != null && !step.isComplete);
|
|
3163
|
+
const completedSteps = steps.filter((step) => step.isComplete);
|
|
3164
|
+
const activeStep = (selectedStepId != null ? steps.find((step) => step.id === selectedStepId) : null) ?? nextStep ?? (completedSteps.length < steps.length ? completedSteps.at(-1) : null);
|
|
3165
|
+
const activeStepIndex = activeStep ? steps.indexOf(activeStep) : -1;
|
|
3166
|
+
return /* @__PURE__ */ jsx40(
|
|
3167
|
+
"div",
|
|
3168
|
+
{
|
|
3169
|
+
className: twMerge17(
|
|
3170
|
+
"px-8 flex flex-col",
|
|
3171
|
+
focusedId && "divide-y divide-neutral-800",
|
|
3172
|
+
"animate-in animate-duration-300 fade-in slide-in-from-bottom-8"
|
|
3173
|
+
),
|
|
3174
|
+
children: steps.map((step, i) => {
|
|
3175
|
+
const isActive = step === activeStep;
|
|
3176
|
+
const isExpanded = isActive || completedSteps.length === steps.length;
|
|
3177
|
+
const isDisabled = !step.isComplete && activeStepIndex !== -1 && i > activeStepIndex;
|
|
3178
|
+
const isFocused = focusedId === step.id;
|
|
3179
|
+
const content = step.content({
|
|
3180
|
+
isActive,
|
|
3181
|
+
isExpanded,
|
|
3182
|
+
isFocused,
|
|
3183
|
+
setFocused: (focused) => setFocusedId(focused ? step.id : null)
|
|
3184
|
+
});
|
|
3185
|
+
if (focusedId) {
|
|
3186
|
+
if (step.id === focusedId) {
|
|
3187
|
+
return content;
|
|
3188
|
+
}
|
|
3189
|
+
return null;
|
|
3190
|
+
}
|
|
3191
|
+
return /* @__PURE__ */ jsx40("div", { className: twMerge17("py-8 flex flex-col justify-center", isActive ? "flex-grow" : null), children: /* @__PURE__ */ jsx40("div", { className: twMerge17("flex flex-col", isDisabled ? "opacity-30 pointer-events-none" : null), children: content }) }, step.id);
|
|
3192
|
+
})
|
|
3193
|
+
}
|
|
3194
|
+
);
|
|
3195
|
+
}
|
|
3196
|
+
|
|
3197
|
+
// src/AccountModalContent.tsx
|
|
3198
|
+
import { useRef as useRef5 } from "react";
|
|
3199
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
3200
|
+
function AccountModalContent() {
|
|
3201
|
+
const { chainId } = useEntryKitConfig();
|
|
3202
|
+
const userClient = useConnectorClient({ chainId });
|
|
3203
|
+
const { address: userAddress } = useAccount8();
|
|
3204
|
+
const initialUserAddress = useRef5(userAddress);
|
|
3205
|
+
if (userClient.status !== "success") {
|
|
3206
|
+
return /* @__PURE__ */ jsx41(ConnectWallet, {});
|
|
3207
|
+
}
|
|
3208
|
+
return /* @__PURE__ */ jsx41(ConnectedSteps, { userClient: userClient.data, initialUserAddress: initialUserAddress.current });
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
// src/AccountModal.tsx
|
|
3212
|
+
import { DialogClose } from "@radix-ui/react-dialog";
|
|
3213
|
+
import { ErrorBoundary } from "react-error-boundary";
|
|
3214
|
+
|
|
3215
|
+
// src/errors/ErrorOverlay.tsx
|
|
3216
|
+
import { wait } from "@latticexyz/common/utils";
|
|
3217
|
+
import { useEffect as useEffect14 } from "react";
|
|
3218
|
+
import { twMerge as twMerge18 } from "tailwind-merge";
|
|
3219
|
+
import { Fragment as Fragment8, jsx as jsx42, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
3220
|
+
function ErrorOverlay({ error: error2, retry, dismiss }) {
|
|
3221
|
+
useEffect14(() => {
|
|
3222
|
+
if (error2) {
|
|
3223
|
+
console.error(error2);
|
|
3224
|
+
}
|
|
3225
|
+
}, [error2]);
|
|
3226
|
+
return /* @__PURE__ */ jsxs24("div", { className: "pointer-events-none absolute inset-0 overflow-clip", children: [
|
|
3227
|
+
/* @__PURE__ */ jsx42(
|
|
3228
|
+
"div",
|
|
3229
|
+
{
|
|
3230
|
+
className: twMerge18(
|
|
3231
|
+
"absolute inset-0 bg-blue-700/60",
|
|
3232
|
+
"transition duration-300",
|
|
3233
|
+
error2 ? "opacity-100 pointer-events-auto" : "opacity-0"
|
|
3234
|
+
)
|
|
3235
|
+
}
|
|
3236
|
+
),
|
|
3237
|
+
/* @__PURE__ */ jsx42(
|
|
3238
|
+
"div",
|
|
3239
|
+
{
|
|
3240
|
+
className: twMerge18(
|
|
3241
|
+
"absolute inset-0 pb-8",
|
|
2103
3242
|
"transition duration-300",
|
|
2104
3243
|
error2 ? "translate-y-0 opacity-100 pointer-events-auto" : "-translate-y-4 opacity-0"
|
|
2105
3244
|
),
|
|
2106
|
-
children: error2 ? /* @__PURE__ */
|
|
2107
|
-
/* @__PURE__ */
|
|
2108
|
-
/* @__PURE__ */
|
|
2109
|
-
/* @__PURE__ */
|
|
2110
|
-
/* @__PURE__ */
|
|
3245
|
+
children: error2 ? /* @__PURE__ */ jsx42(Fragment8, { children: /* @__PURE__ */ jsxs24("div", { className: "w-full max-h-full bg-blue-700 text-white/80 overflow-auto", children: [
|
|
3246
|
+
/* @__PURE__ */ jsxs24("div", { className: "space-y-6 px-8 pt-8", children: [
|
|
3247
|
+
/* @__PURE__ */ jsx42("div", { className: "text-white text-lg font-bold", children: "Oops! It broke :(" }),
|
|
3248
|
+
/* @__PURE__ */ jsx42("div", { className: "font-mono text-xs whitespace-pre-wrap", children: error2.message.trim() }),
|
|
3249
|
+
/* @__PURE__ */ jsx42("div", { className: "text-sm", children: "See the console for more info." })
|
|
2111
3250
|
] }),
|
|
2112
|
-
/* @__PURE__ */
|
|
2113
|
-
/* @__PURE__ */
|
|
2114
|
-
retry ? /* @__PURE__ */
|
|
3251
|
+
/* @__PURE__ */ jsxs24("div", { className: "pointer-events-none sticky bottom-0 left-0 -mt-2", children: [
|
|
3252
|
+
/* @__PURE__ */ jsx42("div", { className: "w-full h-12 bg-gradient-to-b from-transparent to-blue-700" }),
|
|
3253
|
+
retry ? /* @__PURE__ */ jsx42("div", { className: "bg-blue-700 text-center", children: /* @__PURE__ */ jsxs24(
|
|
2115
3254
|
"button",
|
|
2116
3255
|
{
|
|
2117
3256
|
type: "button",
|
|
2118
|
-
className:
|
|
3257
|
+
className: twMerge18(
|
|
2119
3258
|
"pointer-events-auto group w-24 p-1 -translate-y-2 transition",
|
|
2120
3259
|
"bg-blue-600 hover:bg-blue-500 aria-busy:bg-blue-500",
|
|
2121
3260
|
"text-white text-sm font-medium",
|
|
@@ -2130,15 +3269,15 @@ function ErrorOverlay({ error: error2, retry, dismiss }) {
|
|
|
2130
3269
|
}
|
|
2131
3270
|
},
|
|
2132
3271
|
children: [
|
|
2133
|
-
/* @__PURE__ */
|
|
2134
|
-
/* @__PURE__ */
|
|
3272
|
+
/* @__PURE__ */ jsx42("span", { className: "group-aria-busy:hidden", children: "Retry" }),
|
|
3273
|
+
/* @__PURE__ */ jsx42("span", { className: "hidden group-aria-busy:inline", children: "Retrying\u2026" })
|
|
2135
3274
|
]
|
|
2136
3275
|
}
|
|
2137
|
-
) }) : dismiss ? /* @__PURE__ */
|
|
3276
|
+
) }) : dismiss ? /* @__PURE__ */ jsx42("div", { className: "bg-blue-700 text-center", children: /* @__PURE__ */ jsx42(
|
|
2138
3277
|
"button",
|
|
2139
3278
|
{
|
|
2140
3279
|
type: "button",
|
|
2141
|
-
className:
|
|
3280
|
+
className: twMerge18(
|
|
2142
3281
|
"pointer-events-auto group w-24 p-1 -translate-y-2 transition",
|
|
2143
3282
|
"bg-blue-600 hover:bg-blue-500 aria-busy:bg-blue-500",
|
|
2144
3283
|
"text-white text-sm font-medium",
|
|
@@ -2156,27 +3295,27 @@ function ErrorOverlay({ error: error2, retry, dismiss }) {
|
|
|
2156
3295
|
}
|
|
2157
3296
|
|
|
2158
3297
|
// src/errors/ErrorFallback.tsx
|
|
2159
|
-
import { jsx as
|
|
3298
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
2160
3299
|
function ErrorFallback({ error: error2, resetErrorBoundary }) {
|
|
2161
|
-
return /* @__PURE__ */
|
|
3300
|
+
return /* @__PURE__ */ jsx43("div", { className: "h-64", children: /* @__PURE__ */ jsx43(ErrorOverlay, { error: error2, retry: resetErrorBoundary }) });
|
|
2162
3301
|
}
|
|
2163
3302
|
|
|
2164
3303
|
// src/errors/ErrorsOverlay.tsx
|
|
2165
|
-
import { useStore as
|
|
2166
|
-
import { jsx as
|
|
3304
|
+
import { useStore as useStore3 } from "zustand";
|
|
3305
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
2167
3306
|
function ErrorsOverlay() {
|
|
2168
|
-
const error2 =
|
|
2169
|
-
return /* @__PURE__ */
|
|
3307
|
+
const error2 = useStore3(store3, (state) => state.errors.at(0));
|
|
3308
|
+
return /* @__PURE__ */ jsx44(ErrorOverlay, { error: error2?.error, retry: error2?.retry, dismiss: error2?.dismiss });
|
|
2170
3309
|
}
|
|
2171
3310
|
|
|
2172
3311
|
// src/AccountModal.tsx
|
|
2173
|
-
import { jsx as
|
|
3312
|
+
import { jsx as jsx45, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
2174
3313
|
function AccountModal() {
|
|
2175
3314
|
const { accountModalOpen, toggleAccountModal } = useAccountModal();
|
|
2176
|
-
return /* @__PURE__ */
|
|
3315
|
+
return /* @__PURE__ */ jsx45(Modal, { open: accountModalOpen, onOpenChange: toggleAccountModal, children: accountModalOpen ? /* @__PURE__ */ jsxs25(
|
|
2177
3316
|
"div",
|
|
2178
3317
|
{
|
|
2179
|
-
className:
|
|
3318
|
+
className: twMerge19(
|
|
2180
3319
|
"relative py-2 ring-1",
|
|
2181
3320
|
"bg-neutral-900 text-neutral-400 ring-neutral-700/50",
|
|
2182
3321
|
"links:font-medium links:underline links:underline-offset-4",
|
|
@@ -2184,11 +3323,11 @@ function AccountModal() {
|
|
|
2184
3323
|
"links:decoration-neutral-500 hover:links:decoration-orange-500"
|
|
2185
3324
|
),
|
|
2186
3325
|
children: [
|
|
2187
|
-
/* @__PURE__ */
|
|
2188
|
-
/* @__PURE__ */
|
|
2189
|
-
/* @__PURE__ */
|
|
3326
|
+
/* @__PURE__ */ jsxs25(ErrorBoundary, { FallbackComponent: ErrorFallback, children: [
|
|
3327
|
+
/* @__PURE__ */ jsx45(AccountModalContent, {}),
|
|
3328
|
+
/* @__PURE__ */ jsx45(ErrorsOverlay, {})
|
|
2190
3329
|
] }),
|
|
2191
|
-
/* @__PURE__ */
|
|
3330
|
+
/* @__PURE__ */ jsxs25(
|
|
2192
3331
|
"a",
|
|
2193
3332
|
{
|
|
2194
3333
|
href: "https://mud.dev",
|
|
@@ -2196,20 +3335,20 @@ function AccountModal() {
|
|
|
2196
3335
|
rel: "noreferrer noopener",
|
|
2197
3336
|
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",
|
|
2198
3337
|
children: [
|
|
2199
|
-
/* @__PURE__ */
|
|
2200
|
-
/* @__PURE__ */
|
|
3338
|
+
/* @__PURE__ */ jsx45("span", { className: "block w-4 h-4", children: /* @__PURE__ */ jsx45(Logo, { className: "w-full h-full text-orange-500 group-hover:rotate-90 transition duration-300" }) }),
|
|
3339
|
+
/* @__PURE__ */ jsx45("span", { children: "Powered by MUD" })
|
|
2201
3340
|
]
|
|
2202
3341
|
}
|
|
2203
3342
|
),
|
|
2204
|
-
/* @__PURE__ */
|
|
3343
|
+
/* @__PURE__ */ jsx45("div", { className: "absolute top-0 right-0", children: /* @__PURE__ */ jsx45(
|
|
2205
3344
|
DialogClose,
|
|
2206
3345
|
{
|
|
2207
|
-
className:
|
|
3346
|
+
className: twMerge19(
|
|
2208
3347
|
"pointer-events-auto leading-none p-2 transition",
|
|
2209
3348
|
"text-white/20 hover:text-white/40"
|
|
2210
3349
|
),
|
|
2211
3350
|
title: "Close",
|
|
2212
|
-
children: /* @__PURE__ */
|
|
3351
|
+
children: /* @__PURE__ */ jsx45(CloseIcon, { className: "m-0" })
|
|
2213
3352
|
}
|
|
2214
3353
|
) })
|
|
2215
3354
|
]
|
|
@@ -2218,31 +3357,31 @@ function AccountModal() {
|
|
|
2218
3357
|
}
|
|
2219
3358
|
|
|
2220
3359
|
// src/EntryKitProvider.tsx
|
|
2221
|
-
import { jsx as
|
|
3360
|
+
import { jsx as jsx46, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
2222
3361
|
function EntryKitProvider({ config, children }) {
|
|
2223
|
-
return /* @__PURE__ */
|
|
3362
|
+
return /* @__PURE__ */ jsxs26(EntryKitConfigProvider, { config, children: [
|
|
2224
3363
|
children,
|
|
2225
|
-
/* @__PURE__ */
|
|
3364
|
+
/* @__PURE__ */ jsx46(AccountModal, {})
|
|
2226
3365
|
] });
|
|
2227
3366
|
}
|
|
2228
3367
|
|
|
2229
3368
|
// src/AccountButton.tsx
|
|
2230
|
-
import { useAccount as
|
|
2231
|
-
import { twMerge as
|
|
3369
|
+
import { useAccount as useAccount9 } from "wagmi";
|
|
3370
|
+
import { twMerge as twMerge21 } from "tailwind-merge";
|
|
2232
3371
|
|
|
2233
3372
|
// src/AccountName.tsx
|
|
2234
|
-
import { twMerge as
|
|
2235
|
-
import { Fragment as
|
|
3373
|
+
import { twMerge as twMerge20 } from "tailwind-merge";
|
|
3374
|
+
import { Fragment as Fragment9, jsx as jsx47, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
2236
3375
|
function AccountName({ address }) {
|
|
2237
3376
|
const { data: ens } = useENS(address);
|
|
2238
3377
|
const avatar = usePreloadImage(ens?.avatar);
|
|
2239
|
-
return /* @__PURE__ */
|
|
2240
|
-
/* @__PURE__ */
|
|
2241
|
-
/* @__PURE__ */
|
|
3378
|
+
return /* @__PURE__ */ jsxs27(Fragment9, { children: [
|
|
3379
|
+
/* @__PURE__ */ jsxs27("span", { className: "flex-shrink-0 w-6 h-6 -my-1 -mx-0.5 grid place-items-center", children: [
|
|
3380
|
+
/* @__PURE__ */ jsx47(
|
|
2242
3381
|
"img",
|
|
2243
3382
|
{
|
|
2244
3383
|
src: ens?.avatar && avatar.isSuccess ? ens.avatar : void 0,
|
|
2245
|
-
className:
|
|
3384
|
+
className: twMerge20(
|
|
2246
3385
|
"col-start-1 row-start-1",
|
|
2247
3386
|
"inline-flex w-full h-full rounded-full bg-black/10 dark:bg-white/10 bg-cover bg-no-repeat bg-center",
|
|
2248
3387
|
"transtion duration-300",
|
|
@@ -2250,10 +3389,10 @@ function AccountName({ address }) {
|
|
|
2250
3389
|
)
|
|
2251
3390
|
}
|
|
2252
3391
|
),
|
|
2253
|
-
/* @__PURE__ */
|
|
3392
|
+
/* @__PURE__ */ jsx47(
|
|
2254
3393
|
Logo,
|
|
2255
3394
|
{
|
|
2256
|
-
className:
|
|
3395
|
+
className: twMerge20(
|
|
2257
3396
|
"col-start-1 row-start-1 text-orange-500",
|
|
2258
3397
|
"transition duration-300",
|
|
2259
3398
|
ens && (!ens.avatar || avatar.isError) ? "opacity-100" : "opacity-0"
|
|
@@ -2261,29 +3400,29 @@ function AccountName({ address }) {
|
|
|
2261
3400
|
}
|
|
2262
3401
|
)
|
|
2263
3402
|
] }),
|
|
2264
|
-
/* @__PURE__ */
|
|
3403
|
+
/* @__PURE__ */ jsx47("span", { className: "flex-grow", children: ens?.name ?? /* @__PURE__ */ jsx47(TruncatedHex, { hex: address }) })
|
|
2265
3404
|
] });
|
|
2266
3405
|
}
|
|
2267
3406
|
|
|
2268
3407
|
// src/AccountButton.tsx
|
|
2269
|
-
import { useRef as
|
|
2270
|
-
import { jsx as
|
|
2271
|
-
var containerClassNames =
|
|
3408
|
+
import { useRef as useRef6 } from "react";
|
|
3409
|
+
import { jsx as jsx48, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
3410
|
+
var containerClassNames = twMerge21(
|
|
2272
3411
|
"w-48 p-3 inline-flex outline-none transition",
|
|
2273
3412
|
"border border-transparent",
|
|
2274
3413
|
"text-base leading-none"
|
|
2275
3414
|
);
|
|
2276
|
-
var secondaryClassNames =
|
|
3415
|
+
var secondaryClassNames = twMerge21(
|
|
2277
3416
|
"bg-neutral-100 border-neutral-300 text-black",
|
|
2278
3417
|
"dark:bg-neutral-800 dark:border-neutral-700 dark:text-white"
|
|
2279
3418
|
);
|
|
2280
|
-
var secondaryInteractiveClassNames =
|
|
3419
|
+
var secondaryInteractiveClassNames = twMerge21(
|
|
2281
3420
|
"cursor-pointer outline-none hover:bg-neutral-200 data-[highlighted]:bg-neutral-200 dark:hover:bg-neutral-700"
|
|
2282
3421
|
);
|
|
2283
3422
|
function AccountButton() {
|
|
2284
3423
|
const { openAccountModal, accountModalOpen } = useAccountModal();
|
|
2285
|
-
const { status, address: userAddress } =
|
|
2286
|
-
const initialUserAddress =
|
|
3424
|
+
const { status, address: userAddress } = useAccount9();
|
|
3425
|
+
const initialUserAddress = useRef6(userAddress);
|
|
2287
3426
|
const prereqs = usePrerequisites(userAddress);
|
|
2288
3427
|
const isConnected = status === "connected" || status === "reconnecting" && userAddress;
|
|
2289
3428
|
const isNewConnection = userAddress !== initialUserAddress.current;
|
|
@@ -2295,20 +3434,20 @@ function AccountButton() {
|
|
|
2295
3434
|
}
|
|
2296
3435
|
return "Sign in";
|
|
2297
3436
|
})();
|
|
2298
|
-
return /* @__PURE__ */
|
|
3437
|
+
return /* @__PURE__ */ jsx48(Shadow, { mode: "child", children: isSignedIn ? /* @__PURE__ */ jsx48(
|
|
2299
3438
|
"button",
|
|
2300
3439
|
{
|
|
2301
3440
|
type: "button",
|
|
2302
|
-
className:
|
|
3441
|
+
className: twMerge21(containerClassNames, secondaryClassNames, secondaryInteractiveClassNames),
|
|
2303
3442
|
onClick: openAccountModal,
|
|
2304
|
-
children: /* @__PURE__ */
|
|
3443
|
+
children: /* @__PURE__ */ jsx48("span", { className: "flex-grow inline-flex gap-2.5 items-center text-left font-medium", children: userAddress ? /* @__PURE__ */ jsx48(AccountName, { address: userAddress }) : null })
|
|
2305
3444
|
},
|
|
2306
3445
|
"connected"
|
|
2307
|
-
) : /* @__PURE__ */
|
|
3446
|
+
) : /* @__PURE__ */ jsxs28(
|
|
2308
3447
|
"button",
|
|
2309
3448
|
{
|
|
2310
3449
|
type: "button",
|
|
2311
|
-
className:
|
|
3450
|
+
className: twMerge21(
|
|
2312
3451
|
containerClassNames,
|
|
2313
3452
|
"group",
|
|
2314
3453
|
"items-center justify-center gap-2.5",
|
|
@@ -2319,32 +3458,32 @@ function AccountButton() {
|
|
|
2319
3458
|
"aria-busy": accountModalOpen,
|
|
2320
3459
|
onClick: openAccountModal,
|
|
2321
3460
|
children: [
|
|
2322
|
-
/* @__PURE__ */
|
|
2323
|
-
/* @__PURE__ */
|
|
3461
|
+
/* @__PURE__ */ jsxs28("span", { className: "pointer-events-none inline-grid place-items-center -ml-3", children: [
|
|
3462
|
+
/* @__PURE__ */ jsx48(
|
|
2324
3463
|
"span",
|
|
2325
3464
|
{
|
|
2326
|
-
className:
|
|
3465
|
+
className: twMerge21(
|
|
2327
3466
|
"col-start-1 row-start-1 leading-none",
|
|
2328
3467
|
"scale-100 opacity-100 transition duration-300",
|
|
2329
3468
|
"group-aria-busy:scale-125 group-aria-busy:opacity-0"
|
|
2330
3469
|
),
|
|
2331
|
-
children: /* @__PURE__ */
|
|
3470
|
+
children: /* @__PURE__ */ jsx48(Logo, {})
|
|
2332
3471
|
}
|
|
2333
3472
|
),
|
|
2334
|
-
/* @__PURE__ */
|
|
3473
|
+
/* @__PURE__ */ jsx48(
|
|
2335
3474
|
"span",
|
|
2336
3475
|
{
|
|
2337
3476
|
"aria-hidden": true,
|
|
2338
|
-
className:
|
|
3477
|
+
className: twMerge21(
|
|
2339
3478
|
"col-start-1 row-start-1",
|
|
2340
3479
|
"scale-50 opacity-0 transition duration-300 delay-50",
|
|
2341
3480
|
"group-aria-busy:scale-100 group-aria-busy:opacity-100"
|
|
2342
3481
|
),
|
|
2343
|
-
children: /* @__PURE__ */
|
|
3482
|
+
children: /* @__PURE__ */ jsx48(PendingIcon, {})
|
|
2344
3483
|
}
|
|
2345
3484
|
)
|
|
2346
3485
|
] }),
|
|
2347
|
-
/* @__PURE__ */
|
|
3486
|
+
/* @__PURE__ */ jsx48("span", { className: "font-medium", children: buttonLabel })
|
|
2348
3487
|
]
|
|
2349
3488
|
},
|
|
2350
3489
|
"sign in"
|