249 new page certify #258
Open
249 new page certify #258
Fleek.co / lingering-wave-2485
succeeded
Oct 6, 2023 in 1m 29s
Build succeed
You can preview build output on the link below.
Details
...
[vite-plugin-svelte] /src/routes/Manual.svelte:14:2 A11y: <iframe> element should have a title attribute
2023-10-06T10:06:19.534Z: 12: <div class="pdf-container">
2023-10-06T10:06:19.534Z: 13: <!-- <div class="preview">{@html marked(markdown)}</div>-->
2023-10-06T10:06:19.534Z: 14: <iframe src={`${manual}#view=fit`} height="100%" width="100%"></iframe>
2023-10-06T10:06:19.534Z: ^
2023-10-06T10:06:19.534Z: 15:
2023-10-06T10:06:19.534Z: 16: </div>
2023-10-06T10:06:19.660Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/Home.svelte:246:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.660Z: 244: <div class="flex flex-col w-full items-center home-container relative">
2023-10-06T10:06:19.660Z: 245: <div class="views flex justify-end w-full space-x-3 pr-5 pt-5">
2023-10-06T10:06:19.660Z: 246: <div class="cursor-pointer tile-view-button" on:click={()=>{view = "tile"}}>
2023-10-06T10:06:19.660Z: ^
2023-10-06T10:06:19.660Z: 247: <img src={icons.tile_view} alt="tiles">
2023-10-06T10:06:19.660Z: 248: </div>
2023-10-06T10:06:19.660Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/Home.svelte:249:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.660Z: 247: <img src={icons.tile_view} alt="tiles">
2023-10-06T10:06:19.660Z: 248: </div>
2023-10-06T10:06:19.660Z: 249: <div class="cursor-pointer list-view-button" on:click={()=>{view = "list"}}>
2023-10-06T10:06:19.660Z: ^
2023-10-06T10:06:19.660Z: 250: <img src={icons.list_view} alt="tiles">
2023-10-06T10:06:19.660Z: 251: </div>
2023-10-06T10:06:19.707Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/AssetRegister.svelte:115:14 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.707Z: 113: {#each filteredReceipts as receipt}
2023-10-06T10:06:19.707Z: 114: <tr class="tb-row">
2023-10-06T10:06:19.707Z: 115: <td class="brown hover-underline cursor-pointer"
2023-10-06T10:06:19.707Z: ^
2023-10-06T10:06:19.707Z: 116: on:click={()=>{goToAssetInformation(receipt)}}>{receipt.receipt.receiptId}</td>
2023-10-06T10:06:19.707Z: 117: <td>{receipt.schema?.displayName || ""}</td>
2023-10-06T10:06:19.757Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/AssetInformation.svelte:121:58 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.757Z: 119: <div class="card-content">
2023-10-06T10:06:19.757Z: 120: {#if !isCurrentRevision}
2023-10-06T10:06:19.757Z: 121: <div class="mb-5">This is not the current revision. <span
2023-10-06T10:06:19.757Z: ^
2023-10-06T10:06:19.757Z: 122: class="brown underline cursor-pointer ml-1" on:click={()=>setCurrentRevision()}>Current revision</span></div>
2023-10-06T10:06:19.757Z: 123: {/if}
2023-10-06T10:06:19.856Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/TokenOverview.svelte:308:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.856Z: 306: {#if isEditorOpen}
2023-10-06T10:06:19.856Z: 307: <div class="editor mr-16 pt-4 left-margin w-full">
2023-10-06T10:06:19.856Z: 308: <div class="back flex ml-5 w-full cursor-pointer" on:click={()=>{isEditorOpen = false}}>
2023-10-06T10:06:19.856Z: ^
2023-10-06T10:06:19.856Z: 309: <img src={icons.back} alt="back" class="mr-6">
2023-10-06T10:06:19.856Z: 310: </div>
2023-10-06T10:06:19.916Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/NewRevision.svelte:213:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.916Z: 211: 0}</div>
2023-10-06T10:06:19.916Z: 212: </div>
2023-10-06T10:06:19.916Z: 213: <div class="default-btn self-end" on:click={()=>{upload()}}>Upload</div>
2023-10-06T10:06:19.916Z: ^
2023-10-06T10:06:19.916Z: 214: </div>
2023-10-06T10:06:19.916Z: 215: <div class="footer">
2023-10-06T10:06:19.971Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/AssetHistory.svelte:122:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.971Z: 120: </td>
2023-10-06T10:06:19.971Z: 121: <td class="date underline cursor-pointer">
2023-10-06T10:06:19.971Z: 122: <span
2023-10-06T10:06:19.971Z: ^
2023-10-06T10:06:19.971Z: 123: on:click={()=>{goToAssetInformation(information)}}>{timeStampToDate(information.timestamp, "yy-mm-dd/tt:tt")}
2023-10-06T10:06:19.971Z: 124: </span>
2023-10-06T10:06:19.971Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/AssetHistory.svelte:126:14 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.971Z: 124: </span>
2023-10-06T10:06:19.971Z: 125: </td>
2023-10-06T10:06:19.971Z: 126: <td class="underline cursor-pointer brown"
2023-10-06T10:06:19.971Z: ^
2023-10-06T10:06:19.971Z: 127: on:click={()=>{viewInExplorer(information.transaction.id)}}>{formatHash(information.transaction.id) ||
2023-10-06T10:06:19.971Z: 128: ""}</td>
2023-10-06T10:06:19.971Z: 10:06:19 AM [vite-plugin-svelte] /src/routes/AssetHistory.svelte:131:15 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:19.971Z: 129:
2023-10-06T10:06:19.971Z: 130: <td>
2023-10-06T10:06:19.971Z: 131: <span class="brown underline cursor-pointer"
2023-10-06T10:06:19.971Z: ^
2023-10-06T10:06:19.971Z: 132: on:click={()=>{navigate(`#address-overview/${information.emitter.address}`)}}>
2023-10-06T10:06:19.971Z: 133: {formatAddress(information.emitter.address) || ""}
2023-10-06T10:06:20.022Z: 10:06:20 AM [vite-plugin-svelte] /src/routes/ChangeComparison.svelte:169:4 Unused CSS selector ".date"
2023-10-06T10:06:20.022Z: 167: <style>
2023-10-06T10:06:20.022Z: 168:
2023-10-06T10:06:20.022Z: 169: .date {
2023-10-06T10:06:20.022Z: ^
2023-10-06T10:06:20.022Z: 170: color: #9D7334
2023-10-06T10:06:20.022Z: 171: }
2023-10-06T10:06:20.022Z: 10:06:20 AM [vite-plugin-svelte] /src/routes/ChangeComparison.svelte:177:4 Unused CSS selector ".receipt-id"
2023-10-06T10:06:20.022Z: 175: }
2023-10-06T10:06:20.022Z: 176:
2023-10-06T10:06:20.022Z: 177: .receipt-id {
2023-10-06T10:06:20.022Z: ^
2023-10-06T10:06:20.022Z: 178: justify-content: center;
2023-10-06T10:06:20.022Z: 179: display: flex;
2023-10-06T10:06:20.022Z: 10:06:20 AM [vite-plugin-svelte] /src/routes/ChangeComparison.svelte:182:4 Unused CSS selector ".check-container"
2023-10-06T10:06:20.022Z: 180: }
2023-10-06T10:06:20.022Z: 181:
2023-10-06T10:06:20.022Z: 182: .check-container {
2023-10-06T10:06:20.022Z: ^
2023-10-06T10:06:20.022Z: 183: top: 8px;
2023-10-06T10:06:20.022Z: 184: left: 18px;
2023-10-06T10:06:20.195Z: 10:06:20 AM [vite-plugin-svelte] /src/routes/AuditReport.svelte:108:81 'formatAddress' is not defined
2023-10-06T10:06:20.195Z: 106: <span class="whitespace-nowrap">{info.label} </span>
2023-10-06T10:06:20.195Z: 107: <span class="dots f-weight-700"></span>
2023-10-06T10:06:20.195Z: 108: <span class="text-right w-1/5">{ethers.utils.isAddress(info.value) ? formatAddress(info.value) : info.value}</span>
2023-10-06T10:06:20.195Z: ^
2023-10-06T10:06:20.195Z: 109: {/if}
2023-10-06T10:06:20.195Z: 110:
2023-10-06T10:06:20.234Z: 10:06:20 AM [vite-plugin-svelte] /src/components/HeaderDropdown.svelte:63:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:20.234Z: 61: <ul class="dropdown-items" aria-labelledby="dropdownDefaultButton">
2023-10-06T10:06:20.234Z: 62: {#each items as item}
2023-10-06T10:06:20.234Z: 63: <li on:click={()=>handleNavItemClick(item)} class="list-item cursor-pointer display-flex">
2023-10-06T10:06:20.234Z: ^
2023-10-06T10:06:20.234Z: 64: {#if item.icon}
2023-10-06T10:06:20.234Z: 65: <img src={icons[item.icon]} alt={item?.displayName}/>
2023-10-06T10:06:20.429Z: [vite:css] end value has mixed support, consider using flex-end instead
2023-10-06T10:06:20.429Z: 1 | .left-margin.svelte-1sw3z0k{margin-left:223px}.certify-btn-container.svelte-1sw3z0k{display:flex;justify-content:end}.until.svelte-1sw3z0k{color:#F11717;;}.cert-date.svelte-1sw3z0k{color:#9D9D9D}.actions.svelte-1sw3z0k{display:flex
2023-10-06T10:06:20.429Z: | ^
2023-10-06T10:06:20.429Z: 2 | }
2023-10-06T10:06:20.571Z: 10:06:20 AM [vite-plugin-svelte] /src/components/IpfsLogin.svelte:57:8 A11y: A form label must be associated with a control.
2023-10-06T10:06:20.571Z: 55: <div class="flex flex-col gap-2 w-full">
2023-10-06T10:06:20.571Z: 56: <div class="w-full space-between items-center">
2023-10-06T10:06:20.571Z: 57: <label class="mr-2">Username:</label>
2023-10-06T10:06:20.571Z: ^
2023-10-06T10:06:20.571Z: 58: <input class="default-input" type="text" bind:value={username} autofocus/>
2023-10-06T10:06:20.571Z: 59: </div>
2023-10-06T10:06:20.571Z: 10:06:20 AM [vite-plugin-svelte] /src/components/IpfsLogin.svelte:58:71 A11y: Avoid using autofocus
2023-10-06T10:06:20.571Z: 56: <div class="w-full space-between items-center">
2023-10-06T10:06:20.571Z: 57: <label class="mr-2">Username:</label>
2023-10-06T10:06:20.571Z: 58: <input class="default-input" type="text" bind:value={username} autofocus/>
2023-10-06T10:06:20.571Z: ^
2023-10-06T10:06:20.571Z: 59: </div>
2023-10-06T10:06:20.571Z: 60: <div class="w-full space-between password items-center">
2023-10-06T10:06:20.571Z: 10:06:20 AM [vite-plugin-svelte] /src/components/IpfsLogin.svelte:61:8 A11y: A form label must be associated with a control.
2023-10-06T10:06:20.571Z: 59: </div>
2023-10-06T10:06:20.571Z: 60: <div class="w-full space-between password items-center">
2023-10-06T10:06:20.571Z: 61: <label class="mr-3">Password:</label>
2023-10-06T10:06:20.571Z: ^
2023-10-06T10:06:20.571Z: 62: <input class="default-input" type="password" bind:value={password} bind:this={passwordInput}/>
2023-10-06T10:06:20.571Z: 63: {#if password}
2023-10-06T10:06:20.571Z: 10:06:20 AM [vite-plugin-svelte] /src/components/IpfsLogin.svelte:64:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:20.571Z: 62: <input class="default-input" type="password" bind:value={password} bind:this={passwordInput}/>
2023-10-06T10:06:20.571Z: 63: {#if password}
2023-10-06T10:06:20.571Z: 64: <div class="view" on:click={()=>{toggleShowPassword()}}>{show ? 'show' : 'hide'}</div>
2023-10-06T10:06:20.571Z: ^
2023-10-06T10:06:20.571Z: 65: {/if}
2023-10-06T10:06:20.571Z: 66: </div>
2023-10-06T10:06:20.750Z: 10:06:20 AM [vite-plugin-svelte] /src/components/MintRedeemView.svelte:48:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:20.750Z: 46: <td>{mr.amount ? ethers.utils.formatUnits(mr.amount, 18) : 0}</td>
2023-10-06T10:06:20.750Z: 47: <td>
2023-10-06T10:06:20.750Z: 48: <span class="brown underline cursor-pointer"
2023-10-06T10:06:20.750Z: ^
2023-10-06T10:06:20.750Z: 49: on:click={()=>{ navigate(`#asset-information/${mr.receiptId}/${mr.revisionId}`)}}>
2023-10-06T10:06:20.750Z: 50: {mr.receiptId}
2023-10-06T10:06:20.750Z: 10:06:20 AM [vite-plugin-svelte] /src/components/MintRedeemView.svelte:54:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:20.750Z: 52: </td>
2023-10-06T10:06:20.750Z: 53: <td>
2023-10-06T10:06:20.750Z: 54: <span class="brown underline cursor-pointer" on:click={()=>{ navigate(`#asset-information/${mr.receiptId}/${mr.revisionId}`)}}>
2023-10-06T10:06:20.750Z: ^
2023-10-06T10:06:20.750Z: 55: {formatHash(mr.transaction)}
2023-10-06T10:06:20.750Z: 56: </span>
2023-10-06T10:06:20.834Z: 10:06:20 AM [vite-plugin-svelte] /src/components/AccountSftsView.svelte:43:12 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:20.834Z: 41: </a>
2023-10-06T10:06:20.834Z: 42: </td>
2023-10-06T10:06:20.834Z: 43: <td><span on:click={()=>{navigate(`#token-overview/${sft.address}`)}} class="brown underline cursor-pointer">{sft.name}</span></td>
2023-10-06T10:06:20.834Z: ^
2023-10-06T10:06:20.834Z: 44: <td>{ethers.utils.formatUnits(sft.totalShares, 18)}</td>
2023-10-06T10:06:20.834Z: 45: </tr>
2023-10-06T10:06:20.920Z: 10:06:20 AM [vite-plugin-svelte] /src/components/Erc1155ConfiscationsView.svelte:48:11 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:20.920Z: 46: <td>
2023-10-06T10:06:20.920Z: 47: {#if (confiscation.receipt.receiptInformations.length)}
2023-10-06T10:06:20.920Z: 48: <span class="brown underline cursor-pointer"
2023-10-06T10:06:20.920Z: ^
2023-10-06T10:06:20.920Z: 49: on:click={()=>{ navigate(`#asset-information/${confiscation.receipt.receiptId}/${confiscation.receipt.receiptInformations[0].id}`)}}>
2023-10-06T10:06:20.920Z: 50: {confiscation.receipt.receiptId}
2023-10-06T10:06:21.330Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Role.svelte:58:12 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.330Z: 56: {#each roleHolders as roleHolder}
2023-10-06T10:06:21.330Z: 57: <div class="flex items-center">
2023-10-06T10:06:21.330Z: 58: <span class="underline btn-hover flex items-center mr-2 cursor-pointer"
2023-10-06T10:06:21.330Z: ^
2023-10-06T10:06:21.330Z: 59: on:click={()=>showAddress(roleHolder.account.address)}>
2023-10-06T10:06:21.330Z: 60: {formatAddress(roleHolder.account.address)}
2023-10-06T10:06:21.330Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Role.svelte:63:12 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.330Z: 61: <img class="action-icon ml-2" src={icons.show} alt="show"/>
2023-10-06T10:06:21.330Z: 62: </span>
2023-10-06T10:06:21.330Z: 63: <img class="btn-hover action-icon" src={icons.delete_icon}
2023-10-06T10:06:21.330Z: ^
2023-10-06T10:06:21.330Z: 64: on:click={()=>revokeRole(name,roleHolder.account.address)}
2023-10-06T10:06:21.330Z: 65: alt="delete"/>
2023-10-06T10:06:21.446Z: 10:06:21 AM [vite-plugin-svelte] /src/components/MintInput.svelte:38:62 A11y: Avoid using autofocus
2023-10-06T10:06:21.446Z: 36: </div>
2023-10-06T10:06:21.446Z: 37: <div class="options-input flex ">
2023-10-06T10:06:21.446Z: 38: <input class="focus:shadow-none focus:ring-0 w-100" autofocus type="text" bind:value={amount}
2023-10-06T10:06:21.446Z: ^
2023-10-06T10:06:21.446Z: 39: on:keydown={(e)=>allowNumbersOnly(e)}>
2023-10-06T10:06:21.446Z: 40: {#if maxButton}
2023-10-06T10:06:21.501Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Pagination.svelte:90:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.501Z: 88: </button>
2023-10-06T10:06:21.501Z: 89: {#each pagesArray as page, i}
2023-10-06T10:06:21.501Z: 90: <div on:click={()=>{setPage(page)}}
2023-10-06T10:06:21.501Z: ^
2023-10-06T10:06:21.501Z: 91: class="pagination-button {i===pagesArray.length-1? 'last':''} {page===currentPage ? 'active':''}">{page}</div>
2023-10-06T10:06:21.501Z: 92: {/each}
2023-10-06T10:06:21.537Z: 10:06:21 AM [vite-plugin-svelte] /src/components/NavigationButton.svelte:29:2 A11y: A form label must be associated with a control.
2023-10-06T10:06:21.537Z: 27: <slot name="icon"></slot>
2023-10-06T10:06:21.537Z: 28: </span>
2023-10-06T10:06:21.537Z: 29: <label class="text-base leading-5 ">{targetPath ? ROUTE_LABEL_MAP.get(targetPath) : label.slice(0,15)} {label?.length>15? '...':''}
2023-10-06T10:06:21.537Z: ^
2023-10-06T10:06:21.537Z: 30: {#if label && label.length > 15}<span class="tooltip-text">{label}</span>{/if}
2023-10-06T10:06:21.537Z: 31: </label>
2023-10-06T10:06:21.614Z: 10:06:21 AM [vite-plugin-svelte] /src/components/TokenOverviewTable.svelte:84:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.614Z: 82: {#each auditors as auditor}
2023-10-06T10:06:21.614Z: 83: <div class="underline brown cursor-pointer ">
2023-10-06T10:06:21.614Z: 84: <span on:click={()=>{navigate(`#address-overview/${auditor}`)}}>{formatAddress(auditor)}</span>
2023-10-06T10:06:21.614Z: ^
2023-10-06T10:06:21.614Z: 85: </div>
2023-10-06T10:06:21.614Z: 86: {/each}
2023-10-06T10:06:21.614Z: 10:06:21 AM [vite-plugin-svelte] /src/components/TokenOverviewTable.svelte:99:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.614Z: 97: {#each issuers as issuer}
2023-10-06T10:06:21.614Z: 98: <div class="underline brown cursor-pointer">
2023-10-06T10:06:21.614Z: 99: <span on:click={()=>{navigate(`#address-overview/${issuer}`)}}>{formatAddress(issuer)}</span>
2023-10-06T10:06:21.614Z: ^
2023-10-06T10:06:21.614Z: 100: </div>
2023-10-06T10:06:21.614Z: 101: {/each}
2023-10-06T10:06:21.764Z: 10:06:21 AM [vite-plugin-svelte] /src/components/ListView.svelte:69:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.764Z: 67: {#if isEditorOpen}
2023-10-06T10:06:21.764Z: 68: <div class="editor mr-16 pt-4">
2023-10-06T10:06:21.764Z: 69: <div class="back flex ml-5 w-full cursor-pointer" on:click={()=>{editorClosed()}}>
2023-10-06T10:06:21.764Z: ^
2023-10-06T10:06:21.764Z: 70: <img src={icons.back} alt="back" class="mr-6">
2023-10-06T10:06:21.764Z: 71: </div>
2023-10-06T10:06:21.886Z: 10:06:21 AM [vite-plugin-svelte] /src/components/SftCredentialLinks.svelte:36:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.886Z: 34: </a>
2023-10-06T10:06:21.886Z: 35: {#if sft?.deployer?.toLowerCase() === $account.toLowerCase()}
2023-10-06T10:06:21.886Z: 36: <img class="link-icon edit" src={icons.edit} alt="edit" on:click={handleEditClick}>
2023-10-06T10:06:21.886Z: ^
2023-10-06T10:06:21.886Z: 37: {/if}
2023-10-06T10:06:21.886Z: 38: </div>
2023-10-06T10:06:21.978Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Calendar.svelte:167:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.978Z: 165: <div class="date-picker" use:clickOutside
2023-10-06T10:06:21.978Z: 166: on:click_outside={()=>okClick()}>
2023-10-06T10:06:21.978Z: 167: <div class="input" on:click={toggleCalendar}>
2023-10-06T10:06:21.978Z: ^
2023-10-06T10:06:21.978Z: 168: {#if selectedDate}
2023-10-06T10:06:21.978Z: 169: {selectedDate.toLocaleDateString()}
2023-10-06T10:06:21.978Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Calendar.svelte:178:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.978Z: 176: <div class="calendar">
2023-10-06T10:06:21.978Z: 177: <div class="header">
2023-10-06T10:06:21.978Z: 178: <div on:click={prevMonth}>
2023-10-06T10:06:21.978Z: ^
2023-10-06T10:06:21.978Z: 179: <img src={icons.arrow_narrow_left} alt="prev">
2023-10-06T10:06:21.978Z: 180: </div>
2023-10-06T10:06:21.978Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Calendar.svelte:182:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.978Z: 180: </div>
2023-10-06T10:06:21.978Z: 181: <span>{getMonthName(currentMonth + 1)} {currentYear}</span>
2023-10-06T10:06:21.978Z: 182: <div on:click={nextMonth}>
2023-10-06T10:06:21.978Z: ^
2023-10-06T10:06:21.978Z: 183: <img src={icons.arrow_narrow_right} alt="next">
2023-10-06T10:06:21.978Z: 184: </div>
2023-10-06T10:06:21.978Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Calendar.svelte:203:14 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.978Z: 201: <div class="empty"></div>
2023-10-06T10:06:21.978Z: 202: {:else}
2023-10-06T10:06:21.978Z: 203: <div class="date"
2023-10-06T10:06:21.978Z: ^
2023-10-06T10:06:21.978Z: 204: class:selected={selectedDate.getTime() === day.getTime()}
2023-10-06T10:06:21.978Z: 205: class:today={today.toDateString() === day.toDateString()}
2023-10-06T10:06:21.978Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Calendar.svelte:214:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.978Z: 212: {/each}
2023-10-06T10:06:21.978Z: 213: <div class="buttons mt-2">
2023-10-06T10:06:21.978Z: 214: <div class="ok-btn" on:click={()=>{okClick()}}>Ok</div>
2023-10-06T10:06:21.978Z: ^
2023-10-06T10:06:21.978Z: 215: <div class="cancel-btn" on:click={()=>{cancelClick()}}>Cancel</div>
2023-10-06T10:06:21.978Z: 216: </div>
2023-10-06T10:06:21.978Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Calendar.svelte:215:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:21.978Z: 213: <div class="buttons mt-2">
2023-10-06T10:06:21.978Z: 214: <div class="ok-btn" on:click={()=>{okClick()}}>Ok</div>
2023-10-06T10:06:21.978Z: 215: <div class="cancel-btn" on:click={()=>{cancelClick()}}>Cancel</div>
2023-10-06T10:06:21.978Z: ^
2023-10-06T10:06:21.978Z: 216: </div>
2023-10-06T10:06:21.978Z: 217: </div>
2023-10-06T10:06:21.978Z: 10:06:21 AM [vite-plugin-svelte] /src/components/Calendar.svelte:261:4 Unused CSS selector ".header button"
2023-10-06T10:06:21.978Z: 259: }
2023-10-06T10:06:21.978Z: 260:
2023-10-06T10:06:21.978Z: 261: .header button {
2023-10-06T10:06:21.978Z: ^
2023-10-06T10:06:21.978Z: 262: background: none;
2023-10-06T10:06:21.978Z: 263: border: none;
2023-10-06T10:06:22.331Z: 10:06:22 AM [vite-plugin-svelte] /src/components/SftTile.svelte:106:12 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:22.331Z: 104: <td class="font-bold label ">Token name</td>
2023-10-06T10:06:22.331Z: 105: <td class=" brown">
2023-10-06T10:06:22.331Z: 106: <div on:click={()=>onTokenSelect(sft)} class="sft-name underline cursor-pointer"
2023-10-06T10:06:22.331Z: ^
2023-10-06T10:06:22.331Z: 107: id="{`token-name-${sft.name}`}">
2023-10-06T10:06:22.331Z: 108: {sft.name.slice(0, 20)} {sft.name.length > 20 ? '...' : ''}
2023-10-06T10:06:22.331Z: 10:06:22 AM [vite-plugin-svelte] /src/components/SftTile.svelte:138:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:22.331Z: 136: {#if auditors.length <= 2}
2023-10-06T10:06:22.331Z: 137: <div class="underline brown cursor-pointer">
2023-10-06T10:06:22.331Z: 138: <span
2023-10-06T10:06:22.331Z: ^
2023-10-06T10:06:22.331Z: 139: on:click={()=>{navigate(`#address-overview/${auditor}`, {clear : true})}}>{formatAddress(auditor)}</span>
2023-10-06T10:06:22.331Z: 140: </div>
2023-10-06T10:06:22.331Z: 10:06:22 AM [vite-plugin-svelte] /src/components/SftTile.svelte:144:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:22.331Z: 142: {#if auditors.length > 2 && i < 1}
2023-10-06T10:06:22.331Z: 143: <div class="underline brown cursor-pointer">
2023-10-06T10:06:22.331Z: 144: <span
2023-10-06T10:06:22.331Z: ^
2023-10-06T10:06:22.331Z: 145: on:click={()=>{navigate(`#address-overview/${auditor}`, {clear : true})}}>{formatAddress(auditor)}</span>
2023-10-06T10:06:22.331Z: 146: </div>
2023-10-06T10:06:22.331Z: 10:06:22 AM [vite-plugin-svelte] /src/components/SftTile.svelte:151:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:22.331Z: 149: {#if auditors.length > 2}
2023-10-06T10:06:22.331Z: 150: <div class="underline brown cursor-pointer">
2023-10-06T10:06:22.331Z: 151: <span on:click={()=>{navigate(`#token-overview/${sft.address}`)}}>...more</span>
2023-10-06T10:06:22.331Z: ^
2023-10-06T10:06:22.331Z: 152: </div>
2023-10-06T10:06:22.331Z: 153: {/if}
2023-10-06T10:06:22.331Z: 10:06:22 AM [vite-plugin-svelte] /src/components/SftTile.svelte:166:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:22.331Z: 164: {#if issuers.length <= 2}
2023-10-06T10:06:22.331Z: 165: <div class="underline brown cursor-pointer">
2023-10-06T10:06:22.331Z: 166: <span
2023-10-06T10:06:22.331Z: ^
2023-10-06T10:06:22.331Z: 167: on:click={()=>{navigate(`#address-overview/${issuer}`, {clear : true})}}>{formatAddress(issuer)}</span>
2023-10-06T10:06:22.331Z: 168: </div>
2023-10-06T10:06:22.331Z: 10:06:22 AM [vite-plugin-svelte] /src/components/SftTile.svelte:172:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:22.331Z: 170: {#if issuers.length > 2 && i < 1}
2023-10-06T10:06:22.331Z: 171: <div class="underline brown cursor-pointer">
2023-10-06T10:06:22.331Z: 172: <span
2023-10-06T10:06:22.331Z: ^
2023-10-06T10:06:22.331Z: 173: on:click={()=>{navigate(`#address-overview/${issuer}`, {clear : true})}}>{formatAddress(issuer)}</span>
2023-10-06T10:06:22.331Z: 174: </div>
2023-10-06T10:06:22.331Z: 10:06:22 AM [vite-plugin-svelte] /src/components/SftTile.svelte:179:16 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:22.331Z: 177: {#if issuers.length > 2}
2023-10-06T10:06:22.331Z: 178: <div class="underline brown cursor-pointer">
2023-10-06T10:06:22.331Z: 179: <span on:click={()=>{navigate(`#token-overview/${sft.address}`)}}>...more</span>
2023-10-06T10:06:22.331Z: ^
2023-10-06T10:06:22.331Z: 180: </div>
2023-10-06T10:06:22.331Z: 181: {/if}
2023-10-06T10:06:22.331Z: 10:06:22 AM [vite-plugin-svelte] /src/components/SftTile.svelte:222:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:22.331Z: 220: {#if isEditorOpen}
2023-10-06T10:06:22.331Z: 221: <CredentialLinksEditor on:okClick={handleOkButtonClick} {sft}/>
2023-10-06T10:06:22.331Z: 222: <div class="back flex justify-end w-full cursor-pointer" on:click={()=>{isEditorOpen = false}}>
2023-10-06T10:06:22.331Z: ^
2023-10-06T10:06:22.331Z: 223: <img src={icons.back} alt="back" class="mr-6">
2023-10-06T10:06:22.331Z: 224: </div>
2023-10-06T10:06:22.922Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-10-06T10:06:22.922Z: 1 | .nav-item.svelte-v2fvkg.svelte-v2fvkg{color:#575757;display:flex;justify-content:start;align-items:center;width:100%;font-weight:700;padding-left:1.25rem;padding-top:0.5rem;padding-bottom:0.5rem}.nav-item.svelte-v2fvkg.svelte-v2fvkg:hover{background:#ECECEC
2023-10-06T10:06:22.922Z: | ^
2023-10-06T10:06:22.922Z: 2 | }.nav-item.svelte-v2fvkg.svelte-v2fvkg:focus{outline-offset:2px}.nav-item.svelte-v2fvkg.svelte-v2fvkg:disabled{color:#B7B7B7}.active.svelte-v2fvkg.svelte-v2fvkg{background:#CAE6FF}.sub-nav-item.svelte-v2fvkg.svelte-v2fvkg{color:#575757;display:flex;justify-content:start;align-items:center;width:100%;font-weight:500;padding-left:2.5rem;padding-top:0.5rem;padding-bottom:0.5rem;border-radius:0.25rem;cursor:pointer}.sub-nav-item.svelte-v2fvkg.svelte-v2fvkg:hover{background:#ECECEC}.nav-item.svelte-v2fvkg.svelte-v2fvkg,.nav-item.svelte-v2fvkg label.svelte-v2fvkg,.sub-nav-item.svelte-v2fvkg label.svelte-v2fvkg{cursor:pointer}.text-base.svelte-v2fvkg.svelte-v2fvkg{position:relative}.text-base.svelte-v2fvkg:hover .tooltip-text.svelte-v2fvkg{visibility:visible;opacity:1}.tooltip-text.svelte-v2fvkg.svelte-v2fvkg{left:0;transform:unset}
2023-10-06T10:06:22.923Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-10-06T10:06:22.923Z: 1 | .nav-item.svelte-v2fvkg.svelte-v2fvkg{color:#575757;display:flex;justify-content:start;align-items:center;width:100%;font-weight:700;padding-left:1.25rem;padding-top:0.5rem;padding-bottom:0.5rem}.nav-item.svelte-v2fvkg.svelte-v2fvkg:hover{background:#ECECEC
2023-10-06T10:06:22.923Z: 2 | }.nav-item.svelte-v2fvkg.svelte-v2fvkg:focus{outline-offset:2px}.nav-item.svelte-v2fvkg.svelte-v2fvkg:disabled{color:#B7B7B7}.active.svelte-v2fvkg.svelte-v2fvkg{background:#CAE6FF}.sub-nav-item.svelte-v2fvkg.svelte-v2fvkg{color:#575757;display:flex;justify-content:start;align-items:center;width:100%;font-weight:500;padding-left:2.5rem;padding-top:0.5rem;padding-bottom:0.5rem;border-radius:0.25rem;cursor:pointer}.sub-nav-item.svelte-v2fvkg.svelte-v2fvkg:hover{background:#ECECEC}.nav-item.svelte-v2fvkg.svelte-v2fvkg,.nav-item.svelte-v2fvkg label.svelte-v2fvkg,.sub-nav-item.svelte-v2fvkg label.svelte-v2fvkg{cursor:pointer}.text-base.svelte-v2fvkg.svelte-v2fvkg{position:relative}.text-base.svelte-v2fvkg:hover .tooltip-text.svelte-v2fvkg{visibility:visible;opacity:1}.tooltip-text.svelte-v2fvkg.svelte-v2fvkg{left:0;transform:unset}
2023-10-06T10:06:22.923Z: | ^
2023-10-06T10:06:23.652Z: 10:06:23 AM [vite-plugin-svelte] /src/components/SftList.svelte:105:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:23.652Z: 103: </td>
2023-10-06T10:06:23.653Z: 104: <td class="brown">
2023-10-06T10:06:23.653Z: 105: <span on:click={()=>onTokenSelect(sft)} class="underline cursor-pointer">{sft.name}</span>
2023-10-06T10:06:23.653Z: ^
2023-10-06T10:06:23.653Z: 106: </td>
2023-10-06T10:06:23.653Z: 107: <td class="sft-info">{sft.symbol}</td>
2023-10-06T10:06:23.653Z: 10:06:23 AM [vite-plugin-svelte] /src/components/SftList.svelte:116:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:23.653Z: 114: {#if i < 1}
2023-10-06T10:06:23.653Z: 115: <div class="underline brown cursor-pointer">
2023-10-06T10:06:23.653Z: 116: <span
2023-10-06T10:06:23.653Z: ^
2023-10-06T10:06:23.653Z: 117: on:click={()=>{navigate(`#address-overview/${auditor}`, {clear : true})}}> {formatAddress(auditor)}</span>
2023-10-06T10:06:23.653Z: 118: </div>
2023-10-06T10:06:23.653Z: 10:06:23 AM [vite-plugin-svelte] /src/components/SftList.svelte:123:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:23.653Z: 121: {/each}
2023-10-06T10:06:23.653Z: 122: {#if auditors.length > 1}
2023-10-06T10:06:23.653Z: 123: <span class="underline brown cursor-pointer"
2023-10-06T10:06:23.653Z: ^
2023-10-06T10:06:23.653Z: 124: on:click={()=>{navigate(`#token-overview/${sft.address}`)}}>...more</span>
2023-10-06T10:06:23.653Z: 125: {/if}
2023-10-06T10:06:23.653Z: 10:06:23 AM [vite-plugin-svelte] /src/components/SftList.svelte:135:10 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:23.653Z: 133: {#if i < 1}
2023-10-06T10:06:23.653Z: 134: <div class="underline brown cursor-pointer">
2023-10-06T10:06:23.653Z: 135: <span
2023-10-06T10:06:23.653Z: ^
2023-10-06T10:06:23.653Z: 136: on:click={()=>{navigate(`#address-overview/${issuer}`, {clear : true})}}> {formatAddress(issuer)}</span>
2023-10-06T10:06:23.653Z: 137: </div>
2023-10-06T10:06:23.653Z: 10:06:23 AM [vite-plugin-svelte] /src/components/SftList.svelte:142:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:23.653Z: 140: {/each}
2023-10-06T10:06:23.653Z: 141: {#if issuers.length > 1}
2023-10-06T10:06:23.653Z: 142: <span class="underline brown cursor-pointer"
2023-10-06T10:06:23.653Z: ^
2023-10-06T10:06:23.653Z: 143: on:click={()=>{navigate(`#token-overview/${sft.address}`)}}>...more</span>
2023-10-06T10:06:23.653Z: 144: {/if}
2023-10-06T10:06:23.653Z: 10:06:23 AM [vite-plugin-svelte] /src/components/SftList.svelte:149:6 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:23.653Z: 147: <td>
2023-10-06T10:06:23.653Z: 148: {#if sft.deployer.toLowerCase() === $account.toLowerCase()}
2023-10-06T10:06:23.653Z: 149: <img class="link-icon ml-5 cursor-pointer" src={icons.edit} alt="edit" on:click={()=>{openEditor(sft)}}>
2023-10-06T10:06:23.653Z: ^
2023-10-06T10:06:23.653Z: 150: {/if}
2023-10-06T10:06:23.653Z: 151: </td>
2023-10-06T10:06:24.341Z: 10:06:24 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Object.svelte:23:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:24.341Z: 21: <legend class="subset-label object-label">
2023-10-06T10:06:24.341Z: 22: {#if params.collapsible }
2023-10-06T10:06:24.341Z: 23: <span class="collapser {collapserOpenState}" on:click={toggle}></span>
2023-10-06T10:06:24.341Z: ^
2023-10-06T10:06:24.341Z: 24: {/if}
2023-10-06T10:06:24.341Z: 25: {#if params.containerParent !== "array" || schema.title}
2023-10-06T10:06:24.445Z: 10:06:24 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Array.svelte:63:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:24.445Z: 61: <legend class="subset-label array-label">
2023-10-06T10:06:24.445Z: 62: {#if params.collapsible }
2023-10-06T10:06:24.445Z: 63: <span class="collapser {collapserOpenState}" on:click={toggle}></span>
2023-10-06T10:06:24.445Z: ^
2023-10-06T10:06:24.445Z: 64: {/if}
2023-10-06T10:06:24.445Z: 65: <span class="subset-label-title object-label-title">{@html stringToHtml(legendText)}</span>
2023-10-06T10:06:24.545Z: 10:06:24 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/ArrayBlocks.svelte:141:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:24.545Z: 139: </a>
2023-10-06T10:06:24.545Z: 140: <div class="actions">
2023-10-06T10:06:24.545Z: 141: <span class="duplicate" on:click={onDuplicate(idx)} title="Duplicate this"></span>
2023-10-06T10:06:24.545Z: ^
2023-10-06T10:06:24.545Z: 142: <span class="delete" on:click={onDelete(idx)} title="Delete this"></span>
2023-10-06T10:06:24.545Z: 143: </div>
2023-10-06T10:06:24.545Z: 10:06:24 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/ArrayBlocks.svelte:142:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:24.545Z: 140: <div class="actions">
2023-10-06T10:06:24.545Z: 141: <span class="duplicate" on:click={onDuplicate(idx)} title="Duplicate this"></span>
2023-10-06T10:06:24.545Z: 142: <span class="delete" on:click={onDelete(idx)} title="Delete this"></span>
2023-10-06T10:06:24.545Z: ^
2023-10-06T10:06:24.545Z: 143: </div>
2023-10-06T10:06:24.545Z: 144: </li>
2023-10-06T10:06:24.545Z: 10:06:24 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/ArrayBlocks.svelte:148:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:24.545Z: 146:
2023-10-06T10:06:24.545Z: 147: {#if !adding}
2023-10-06T10:06:24.545Z: 148: <li class="array-block add" on:click={onAdd}
2023-10-06T10:06:24.545Z: ^
2023-10-06T10:06:24.545Z: 149: on:drop|preventDefault={onDrop(lastIdx)}
2023-10-06T10:06:24.545Z: 150: on:dragover|preventDefault={() => false}
2023-10-06T10:06:24.593Z: 10:06:24 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Autocomplete.svelte:62:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:24.593Z: 60: <svelte:component this={params.components['fieldWrapper']} {params} {schema}>
2023-10-06T10:06:24.593Z: 61: <div class="sf-autocomplete" class:readonly={readOnly}>
2023-10-06T10:06:24.593Z: 62: <div class="sf-selected-item input" on:click={toggleDropDown}>
2023-10-06T10:06:24.593Z: ^
2023-10-06T10:06:24.593Z: 63: {#if inputState === "searching"}
2023-10-06T10:06:24.593Z: 64: <input type="text" bind:value={match} on:keyup={keyup} bind:this={input}/>
2023-10-06T10:06:24.593Z: 10:06:24 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Autocomplete.svelte:75:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:24.593Z: 73: <div style:display={dropdownState === "open" ? 'block' : 'none'} class="sf-items">
2023-10-06T10:06:24.593Z: 74: {#each options as item (item.id)}
2023-10-06T10:06:24.593Z: 75: <div on:click={handleSelect(item)} class:selected={value === item.text}>
2023-10-06T10:06:24.593Z: ^
2023-10-06T10:06:24.593Z: 76: {#if item.image}
2023-10-06T10:06:24.593Z: 77: <img src={item.image} alt={item.text}/>
2023-10-06T10:06:24.633Z: 10:06:24 AM [vite-plugin-svelte] /node_modules/sv-bootstrap-dropdown/src/Dropdown.svelte:211:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:24.633Z: 209: <slot />
2023-10-06T10:06:24.633Z: 210: {#if open}
2023-10-06T10:06:24.633Z: 211: <div
2023-10-06T10:06:24.633Z: ^
2023-10-06T10:06:24.633Z: 212: class="dropdown-menu show {menuClasses}"
2023-10-06T10:06:24.633Z: 213: bind:this={_menuItem}
2023-10-06T10:06:25.038Z: 10:06:25 AM [vite-plugin-svelte] /src/plugins/@restspace/svelte-schema-form/editors/Upload.svelte:120:4 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
2023-10-06T10:06:25.038Z: 118: style="display: none" disabled={$uploadBtnLoading}/>
2023-10-06T10:06:25.038Z: 119: <div class="sf-drop-area-container flex items-center">
2023-10-06T10:06:25.038Z: 120: <div class="sf-drop-area {mode} default-btn"
2023-10-06T10:06:25.038Z: ^
2023-10-06T10:06:25.038Z: 121: class:highlight
2023-10-06T10:06:25.038Z: 122: tabIndex="0"
2023-10-06T10:06:26.313Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-10-06T10:06:26.313Z: 1 | .jse-table-mode.svelte-9oayqp.svelte-9oayqp{flex:1;display:flex;flex-direction:column;position:relative;background:var(--jse-background-color);min-width:0;min-height:0;font-family:var(--jse-font-family-mono);font-size:var(--jse-font-size-mono);color:var(--jse-text-color)}.jse-table-mode.no-main-menu.svelte-9oayqp.svelte-9oayqp{border-top:var(--jse-main-border)}.jse-table-mode.svelte-9oayqp .jse-hidden-input-label.svelte-9oayqp{position:fixed;right:0;top:0;width:0;height:0}.jse-table-mode.svelte-9oayqp .jse-hidden-input-label .jse-hidden-input.svelte-9oayqp{width:0;height:0;padding:0;border:0;outline:none}.jse-table-mode.svelte-9oayqp .jse-contents.svelte-9oayqp{flex:1;align-items:start;flex-direction:column;display:flex;overflow:auto;overflow-anchor:none;border-left:var(--jse-main-border);border-right:var(--jse-main-border)}.jse-table-mode.svelte-9oayqp .jse-contents.svelte-9oayqp:last-child{border-bottom:var(--jse-main-border)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main.svelte-9oayqp{border-collapse:collapse;border-spacing:0}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-invisible-start-section td.svelte-9oayqp,.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-invisible-end-section td.svelte-9oayqp{margin:0;padding:0}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-invisible-end-section td.svelte-9oayqp{padding-bottom:var(--jse-padding)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row.svelte-9oayqp:hover{background-color:var(--jse-table-row-odd-background)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.svelte-9oayqp{padding:0 var(--jse-padding) 0 0;vertical-align:top;white-space:nowrap;height:var(--jse-line-height)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header.svelte-9oayqp,.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-gutter.svelte-9oayqp{font-weight:normal;text-align:left;color:var(--jse-text-readonly);background:var(--jse-table-header-background)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header.svelte-9oayqp{padding:0;position:sticky;top:0}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-header .jse-table-root-error.svelte-9oayqp{padding:calc(0.5 * var(--jse-padding)) var(--jse-padding) calc(0.5 * var(--jse-padding)) calc(0.5 * var(--jse-padding))}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-table-cell-gutter.svelte-9oayqp{padding:0 var(--jse-padding) 0 calc(0.5 * var(--jse-padding))}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.jse-selected-value.svelte-9oayqp>.jse-value{background:var(--jse-selection-background-color)}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.svelte-9oayqp div{display:inline-flex}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell.svelte-9oayqp div.jse-value{overflow-wrap:normal;white-space:nowrap;vertical-align:top;display:inline-block}.jse-table-mode.svelte-9oayqp .jse-contents table.jse-table-main .jse-table-row .jse-table-cell .jse-context-menu-anchor.svelte-9oayqp{position:relative;vertical-align:top}.jse-table-mode.svelte-9oayqp .jse-contents.jse-contents-loading.svelte-9oayqp{align-items:unset}.jse-table-mode.svelte-9oayqp .jse-contents.jse-contents-loading .jse-loading-space.svelte-9oayqp{flex:1}.jse-table-mode.svelte-9oayqp .jse-contents.jse-contents-loading .jse-loading.svelte-9oayqp{flex:2;text-align:center;color:var(--jse-panel-color-readonly);box-sizing:border-box;font-family:var(--jse-font-family);font-size:var(--jse-font-size)}
2023-10-06T10:06:26.313Z: | ^
2023-10-06T10:06:28.329Z: 10:06:28 AM [vite-plugin-svelte] /node_modules/svelte-jsoneditor/components/modes/tablemode/RefreshColumnHeader.svelte:41:0 Unused CSS selector ".jse-column-header span.jse-column-sort-icon"
2023-10-06T10:06:28.329Z: 39: }
2023-10-06T10:06:28.329Z: 40:
2023-10-06T10:06:28.329Z: 41: .jse-column-header span.jse-column-sort-icon {
2023-10-06T10:06:28.329Z: ^
2023-10-06T10:06:28.329Z: 42: height: 1em;
2023-10-06T10:06:28.329Z: 43: }</style>
2023-10-06T10:06:28.853Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-10-06T10:06:28.853Z: 1 | .jse-json-node.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{position:relative;color:var(--jse-text-color)}.jse-json-node.jse-root.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{min-height:100%;padding-bottom:2px;box-sizing:border-box}.jse-json-node.jse-root.svelte-510zz5>.jse-header-outer.svelte-510zz5 .jse-context-menu-pointer,.jse-json-node.jse-root.svelte-510zz5>.jse-contents-outer.svelte-510zz5>.jse-contents.svelte-510zz5 .jse-context-menu-pointer{top:0;right:calc(-2px - var(--jse-context-menu-pointer-size))}.jse-json-node.jse-root.svelte-510zz5>.jse-contents-outer.svelte-510zz5>.jse-contents.svelte-510zz5.svelte-510zz5{padding-left:0}.jse-json-node.svelte-510zz5 .jse-props.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-items.svelte-510zz5.svelte-510zz5.svelte-510zz5{position:relative}.jse-json-node.svelte-510zz5 .jse-header-outer.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-footer-outer.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex}.jse-json-node.svelte-510zz5 .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5{position:relative}.jse-json-node.svelte-510zz5 .jse-header .jse-meta.svelte-510zz5>.jse-meta-inner.svelte-510zz5.svelte-510zz5{display:flex;justify-content:center}.jse-json-node.svelte-510zz5 .jse-contents-outer.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex}.jse-json-node.svelte-510zz5 .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex;flex-direction:row;align-items:start}.jse-json-node.svelte-510zz5 .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5{padding-left:var(--jse-indent-size)}.jse-json-node.svelte-510zz5 .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:inline-flex;padding-left:calc(var(--jse-indent-size) + 5px)}.jse-json-node.svelte-510zz5 .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.svelte-510zz5 .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5{background:var(--jse-contents-background-color)}.jse-json-node.svelte-510zz5 .jse-insert-selection-area.svelte-510zz5.svelte-510zz5.svelte-510zz5{visibility:hidden;padding:0 calc(0.5 * var(--jse-padding));flex:1}.jse-json-node.svelte-510zz5 .jse-insert-selection-area.jse-inside.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:inline-flex;align-items:center}.jse-json-node.svelte-510zz5 .jse-insert-selection-area.jse-after.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex;align-items:flex-end}.jse-json-node.svelte-510zz5 .jse-context-menu-pointer-anchor.svelte-510zz5.svelte-510zz5.svelte-510zz5{position:relative}.jse-json-node.svelte-510zz5 .jse-insert-area.svelte-510zz5.svelte-510zz5.svelte-510zz5{display:flex;position:relative;z-index:1;max-width:250px;min-width:100px;height:0;margin-right:calc(0.5 * var(--jse-padding));outline:1px solid}.jse-json-node.svelte-510zz5 .jse-insert-area.svelte-510zz5 .jse-context-menu-pointer{right:-1px;background:var(--jse-context-menu-pointer-hover-background)}.jse-json-node.svelte-510zz5 .jse-insert-area.jse-hovered.svelte-510zz5.svelte-510zz5.svelte-510zz5{outline-color:var(--jse-context-menu-pointer-hover-background)}.jse-json-node.svelte-510zz5:hover>.jse-contents-outer .jse-insert-selection-area.svelte-510zz5.svelte-510zz5.svelte-510zz5:not(.jse-selected),.jse-json-node.svelte-510zz5 .jse-header-outer.svelte-510zz5:hover>.jse-insert-selection-area.svelte-510zz5.svelte-510zz5:not(.jse-selected),.jse-json-node.svelte-510zz5 .jse-footer-outer:hover .jse-insert-selection-area.svelte-510zz5.svelte-510zz5.svelte-510zz5:not(.jse-selected){visibility:visible}.jse-json-node.jse-hovered.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-props .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-items .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-hovered.svelte-510zz5 .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5{background:var(--jse-hover-background-color)}.jse-json-node.jse-selected.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-props .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-items .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected.svelte-510zz5 .jse-key,.jse-json-node.jse-selected.svelte-510zz5 .jse-value{background:var(--jse-selection-background-color);cursor:var(--jse-contents-selected-cursor)}.jse-json-node.jse-selected.svelte-510zz5 .jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5{background:var(--jse-selection-background-color)}.jse-json-node.jse-selected-key.svelte-510zz5>.jse-contents-outer.svelte-510zz5>.jse-contents.svelte-510zz5>.jse-identifier>.jse-key,.jse-json-node.jse-selected-key.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-identifier>.jse-key{background:var(--jse-selection-background-color);cursor:var(--jse-contents-selected-cursor)}.jse-json-node.jse-selected-value.svelte-510zz5>.jse-contents-outer.svelte-510zz5>.jse-contents.svelte-510zz5>.jse-value{background:var(--jse-selection-background-color);cursor:var(--jse-contents-selected-cursor)}.jse-json-node.svelte-510zz5 .jse-collapsed-items.jse-selected,.jse-json-node.jse-selected.svelte-510zz5 .jse-collapsed-items,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-collapsed-items{background-color:var(--jse-selection-background-color);--jse-collapsed-items-background-color:var(--jse-collapsed-items-selected-background-color)}.jse-json-node.jse-selected-value.svelte-510zz5 .jse-meta.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-footer-outer.svelte-510zz5>.jse-footer.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-header.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-footer.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5{background:var(--jse-selection-background-color)}.jse-json-node.jse-selected-value.svelte-510zz5 .jse-meta.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-meta.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-header-outer.svelte-510zz5>.jse-header.svelte-510zz5>.jse-meta.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-footer-outer.svelte-510zz5>.jse-footer.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5>.jse-footer-outer.svelte-510zz5>.jse-footer.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-contents.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-header.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-header.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-footer.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-footer.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-expand.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-props .jse-expand.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-contents.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-header.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-header.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-footer.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-footer.svelte-510zz5 .jse-value,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-expand.svelte-510zz5 .jse-key,.jse-json-node.jse-selected-value.svelte-510zz5 .jse-items .jse-expand.svelte-510zz5 .jse-value{background:var(--jse-selection-background-color);cursor:var(--jse-contents-selected-cursor)}.jse-json-node.jse-readonly.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{--jse-contents-selected-cursor:pointer}.jse-json-node.svelte-510zz5 .jse-insert-area.jse-selected.svelte-510zz5.svelte-510zz5.svelte-510zz5{outline-color:var(--jse-context-menu-pointer-background)}.jse-json-node.svelte-510zz5 .jse-insert-area.jse-selected.svelte-510zz5 .jse-context-menu-pointer{background:var(--jse-context-menu-pointer-background)}.jse-json-node.svelte-510zz5 .jse-insert-area.jse-selected.svelte-510zz5 .jse-context-menu-pointer:hover{background:var(--jse-context-menu-pointer-background-highlight)}.jse-main:not(.jse-focus) .jse-json-node.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{--jse-selection-background-color:var(--jse-selection-background-inactive-color);--jse-context-menu-pointer-background:var(--jse-context-menu-pointer-hover-background)}.jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{width:var(--jse-indent-size);padding:0;margin:0;border:none;cursor:pointer;background:transparent;color:var(--jse-delimiter-color);font-size:var(--jse-font-size-mono);height:var(--jse-line-height)}.jse-expand.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5:hover{opacity:0.8}.jse-meta.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-separator.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-index.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5,.jse-bracket.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{vertical-align:top;color:var(--jse-delimiter-color)}.jse-index.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{padding:0 calc(0.5 * var(--jse-padding))}.jse-bracket.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{padding:0 2px}.jse-bracket.jse-expanded.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{padding-right:var(--jse-padding)}.jse-tag.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{border:none;font-size:80%;font-family:var(--jse-font-family);color:var(--jse-tag-color);background:var(--jse-tag-background);border-radius:2px;cursor:pointer;display:inline-block;padding:0 4px;line-height:normal;margin:1px 0}.jse-tag.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5:hover{opacity:0.8}.jse-tag.jse-expanded.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{opacity:0.7;cursor:inherit}.jse-identifier.svelte-510zz5.svelte-510zz5.svelte-510zz5.svelte-510zz5{vertical-align:top;position:relative}
2023-10-06T10:06:28.853Z: | ^
2023-10-06T10:06:29.319Z: [vite:css] start value has mixed support, consider using flex-start instead
2023-10-06T10:06:29.319Z: 1 | .jse-contextmenu.svelte-lq4dwz.svelte-lq4dwz{box-shadow:var(--jse-controls-box-shadow);font-family:var(--jse-font-family);font-size:var(--jse-font-size);background:var(--jse-context-menu-background);color:var(--jse-context-menu-color)}.jse-contextmenu.svelte-lq4dwz .jse-row.svelte-lq4dwz{display:flex;flex-direction:row;align-items:flex-start;justify-content:stretch}.jse-contextmenu.svelte-lq4dwz .jse-row div.jse-label.svelte-lq4dwz{flex:1;white-space:nowrap;padding:var(--jse-padding);color:var(--jse-context-menu-color-disabled);line-height:normal}.jse-contextmenu.svelte-lq4dwz .jse-row div.jse-tip.svelte-lq4dwz{flex:1;background:var(--jse-context-menu-tip-background);color:var(--jse-context-menu-tip-color);margin:calc(0.5 * var(--jse-padding));padding:calc(0.5 * var(--jse-padding)) var(--jse-padding);font-size:80%;line-height:1.3em;display:flex;flex-direction:row;align-items:start;gap:var(--jse-padding);border-radius:3px}.jse-contextmenu.svelte-lq4dwz .jse-row div.jse-tip div.jse-tip-icon.svelte-lq4dwz{padding-top:calc(0.5 * var(--jse-padding))}.jse-contextmenu.svelte-lq4dwz .jse-column.svelte-lq4dwz{flex:1;display:flex;flex-direction:column;align-items:stretch}.jse-contextmenu.svelte-lq4dwz .jse-column.svelte-lq4dwz:not(:last-child){border-right:1px solid var(--jse-context-menu-separator-color)}.jse-contextmenu.svelte-lq4dwz .jse-separator.svelte-lq4dwz{width:100%;height:1px;background:var(--jse-context-menu-separator-color)}
2023-10-06T10:06:29.319Z: | ^
2023-10-06T10:06:34.866Z: ✓ 1700 modules transformed.
2023-10-06T10:06:34.868Z: 10:06:34 AM [vite-plugin-svelte] dom compile done.
2023-10-06T10:06:34.868Z: package files time avg
2023-10-06T10:06:34.868Z: sft 138 5.39s 39.1ms
2023-10-06T10:06:35.660Z: rendering chunks...
2023-10-06T10:06:38.483Z: Deployed to IPFS and got the hash:
2023-10-06T10:06:38.483Z: QmQo7ibSoSY3A5fe9QGxvSA7bBVL6tMraV4Xr5ZzsWtT2s
2023-10-06T10:06:38.483Z: Checking content availability on IPFS...
2023-10-06T10:06:40.444Z: You can preview this build on :
2023-10-06T10:06:40.444Z: https://bafybeibep4bw4n23e2aktb6o2pgbqypo5xtoizawk5cnzqhdb4nmaksclq.on.fleek.co
Loading