chore: update mantine to v4.2.9

- update mantine and related packages
- update snapshots

---

Reviewed-by: @schowdhuri
This commit is contained in:
Ahmed Bouhuolia 2022-06-14 12:44:44 +02:00 committed by GitHub
parent 674b31d0c3
commit 1c0e371c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 273 additions and 268 deletions

View File

@ -68,10 +68,10 @@
"electron-devtools-installer": "3.2.0", "electron-devtools-installer": "3.2.0",
"eslint": "8.9.0", "eslint": "8.9.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-import-resolver-typescript": "^2.7.1", "eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"happy-dom": "2.41.0", "happy-dom": "2.41.0",
"husky": "^7.0.4", "husky": "^7.0.4",
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
@ -85,12 +85,12 @@
"vitest": "0.5.4" "vitest": "0.5.4"
}, },
"dependencies": { "dependencies": {
"@mantine/core": "^4.1.2", "@mantine/core": "^4.2.9",
"@mantine/dates": "^4.1.2", "@mantine/dates": "^4.2.9",
"@mantine/form": "^4.2.2", "@mantine/form": "^4.2.9",
"@mantine/hooks": "^4.1.2", "@mantine/hooks": "^4.1.2",
"@mantine/modals": "^4.1.2", "@mantine/modals": "^4.2.9",
"@mantine/notifications": "^4.1.2", "@mantine/notifications": "^4.2.9",
"@tanstack/react-table": "^8.0.0-alpha.87", "@tanstack/react-table": "^8.0.0-alpha.87",
"dayjs": "^1.11.0", "dayjs": "^1.11.0",
"electron-store": "^8.0.1", "electron-store": "^8.0.1",

View File

@ -3,7 +3,7 @@
exports[`atoms::Buttons > renders error button 1`] = ` exports[`atoms::Buttons > renders error button 1`] = `
<DocumentFragment> <DocumentFragment>
<button <button
class="mantine-Button-filled mantine-Button-root mantine-17e9v6f" class="mantine-Button-filled mantine-Button-root mantine-b4sl6"
type="button" type="button"
> >
<div <div
@ -22,7 +22,7 @@ exports[`atoms::Buttons > renders error button 1`] = `
exports[`atoms::Buttons > renders neutral button 1`] = ` exports[`atoms::Buttons > renders neutral button 1`] = `
<DocumentFragment> <DocumentFragment>
<button <button
class="mantine-Button-filled mantine-Button-root mantine-13v2nwn" class="mantine-Button-filled mantine-Button-root mantine-h60jl4"
type="button" type="button"
> >
<div <div
@ -41,7 +41,7 @@ exports[`atoms::Buttons > renders neutral button 1`] = `
exports[`atoms::Buttons > renders primary button by default 1`] = ` exports[`atoms::Buttons > renders primary button by default 1`] = `
<DocumentFragment> <DocumentFragment>
<button <button
class="mantine-Button-filled mantine-Button-root mantine-pfssi" class="mantine-Button-filled mantine-Button-root mantine-11hawrf"
type="button" type="button"
> >
<div <div
@ -60,7 +60,7 @@ exports[`atoms::Buttons > renders primary button by default 1`] = `
exports[`atoms::Buttons > renders success button 1`] = ` exports[`atoms::Buttons > renders success button 1`] = `
<DocumentFragment> <DocumentFragment>
<button <button
class="mantine-Button-filled mantine-Button-root mantine-1phtj0c" class="mantine-Button-filled mantine-Button-root mantine-1wbcmdw"
type="button" type="button"
> >
<div <div
@ -79,11 +79,11 @@ exports[`atoms::Buttons > renders success button 1`] = `
exports[`atoms::Buttons > renders text button 1`] = ` exports[`atoms::Buttons > renders text button 1`] = `
<DocumentFragment> <DocumentFragment>
<button <button
class="mantine-UnstyledButton-root mantine-13uxwbm" class="mantine-UnstyledButton-root mantine-jxthji"
type="button" type="button"
> >
<span <span
class="mantine-Text-root mantine-10a0kig" class="mantine-Text-root mantine-1xu8ypy"
> >
This is a Text Button This is a Text Button
</span> </span>

View File

@ -6,7 +6,7 @@ exports[`atoms::ConnectionProgress > renders without exploding 1`] = `
class="mantine-Stack-root mantine-njf2rt" class="mantine-Stack-root mantine-njf2rt"
> >
<div <div
class="mantine-Text-root mantine-1ourfup" class="mantine-Text-root mantine-1xgwjc0"
> >
Connecting to Monero Network Connecting to Monero Network
</div> </div>

View File

@ -6,12 +6,12 @@ exports[`atoms::DetailItem > renders without exploding 1`] = `
class="mantine-Stack-root mantine-DetailItem-root mantine-fpp2be" class="mantine-Stack-root mantine-DetailItem-root mantine-fpp2be"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-1mkytp" class="mantine-Text-root mantine-DetailItem-label mantine-8r3ub3"
> >
Label Label
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-17mq3ni" class="mantine-Text-root mantine-DetailItem-content mantine-m3tadk"
> >
Content Content
</div> </div>

View File

@ -6,7 +6,7 @@ exports[`atoms::Link > renders without exploding 1`] = `
href="#/" href="#/"
> >
<span <span
class="mantine-Text-root mantine-ix3vgq" class="mantine-Text-root mantine-1o3tzv8"
> >
Click me Click me
</span> </span>

View File

@ -3,11 +3,11 @@
exports[`atoms::MoneroNodeListItem > renders without exploding 1`] = ` exports[`atoms::MoneroNodeListItem > renders without exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<button <button
class="mantine-UnstyledButton-root mantine-pk5m2t" class="mantine-UnstyledButton-root mantine-146e5sp"
type="button" type="button"
> >
<div <div
class="mantine-Text-root mantine-14byb36" class="mantine-Text-root mantine-jmvuvj"
> >
node.moneroworldcom:18089:active node.moneroworldcom:18089:active
</div> </div>
@ -20,11 +20,11 @@ exports[`atoms::MoneroNodeListItem > renders without exploding 1`] = `
</div> </div>
</button> </button>
<button <button
class="mantine-UnstyledButton-root mantine-1v48mh9" class="mantine-UnstyledButton-root mantine-9tasfa"
type="button" type="button"
> >
<div <div
class="mantine-Text-root mantine-14byb36" class="mantine-Text-root mantine-jmvuvj"
> >
node.moneroworldcom:18089:inactive node.moneroworldcom:18089:inactive
</div> </div>

View File

@ -3,7 +3,7 @@
exports[`atoms::PasswordInput > renders without exploding 1`] = ` exports[`atoms::PasswordInput > renders without exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<div <div
class="mantine-PasswordInput-root mantine-18udhi" class="mantine-PasswordInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-PasswordInput-label mantine-7802ha" class="mantine-PasswordInput-label mantine-7802ha"
@ -17,10 +17,10 @@ exports[`atoms::PasswordInput > renders without exploding 1`] = `
> >
<div <div
aria-invalid="false" aria-invalid="false"
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1i2duzg" class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1fntf85"
> >
<input <input
class="mantine-PasswordInput-innerInput mantine-1bj8gkk" class="mantine-PasswordInput-innerInput mantine-u0eqyi"
id="pass" id="pass"
type="password" type="password"
/> />
@ -30,7 +30,7 @@ exports[`atoms::PasswordInput > renders without exploding 1`] = `
> >
<button <button
aria-hidden="true" aria-hidden="true"
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-vao037" class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-1vhreye"
tabindex="-1" tabindex="-1"
type="button" type="button"
> >

View File

@ -3,7 +3,7 @@
exports[`atoms::Select > renders without exploding 1`] = ` exports[`atoms::Select > renders without exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<div <div
class="mantine-Select-root mantine-18udhi" class="mantine-Select-root mantine-1m3pqry"
> >
<label <label
class="mantine-Select-label mantine-7802ha" class="mantine-Select-label mantine-7802ha"
@ -16,7 +16,6 @@ exports[`atoms::Select > renders without exploding 1`] = `
aria-controls="select" aria-controls="select"
aria-expanded="false" aria-expanded="false"
aria-haspopup="listbox" aria-haspopup="listbox"
aria-owns="select-items"
role="combobox" role="combobox"
tabindex="-1" tabindex="-1"
> >
@ -30,13 +29,13 @@ exports[`atoms::Select > renders without exploding 1`] = `
<input <input
aria-autocomplete="list" aria-autocomplete="list"
aria-invalid="false" aria-invalid="false"
autocomplete="nope" autocomplete="off"
class="mantine-Select-defaultVariant mantine-Select-input mantine-93d3e4" class="mantine-Select-defaultVariant mantine-Select-input mantine-1ihdofq"
data-mantine-stop-propagation="false" data-mantine-stop-propagation="false"
id="select" id="select"
placeholder="Pick one" placeholder="Pick one"
readonly="" readonly=""
type="text" type="search"
value="" value=""
/> />
<div <div

View File

@ -12,13 +12,13 @@ exports[`atoms::Sync Status > renders the fully synced status 1`] = `
class="mantine-Group-child mantine-16wvh2m" class="mantine-Group-child mantine-16wvh2m"
/> />
<div <div
class="mantine-Text-root mantine-Group-child mantine-1bxawp9" class="mantine-Text-root mantine-Group-child mantine-17p1w3"
> >
Fully Synced Fully Synced
</div> </div>
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
node.sethforprivacy.com node.sethforprivacy.com
</div> </div>
@ -38,13 +38,13 @@ exports[`atoms::Sync Status > renders the not synced status by default 1`] = `
class="mantine-Group-child mantine-1mmj0t1" class="mantine-Group-child mantine-1mmj0t1"
/> />
<div <div
class="mantine-Text-root mantine-Group-child mantine-1bxawp9" class="mantine-Text-root mantine-Group-child mantine-17p1w3"
> >
Not Synced Not Synced
</div> </div>
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
node.sethforprivacy.com node.sethforprivacy.com
</div> </div>
@ -64,13 +64,13 @@ exports[`atoms::Sync Status > renders the sync in progress status 1`] = `
class="mantine-Group-child mantine-6c6x3l" class="mantine-Group-child mantine-6c6x3l"
/> />
<div <div
class="mantine-Text-root mantine-Group-child mantine-1bxawp9" class="mantine-Text-root mantine-Group-child mantine-17p1w3"
> >
Syncing Syncing
</div> </div>
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
node.sethforprivacy.com node.sethforprivacy.com
</div> </div>

View File

@ -3,7 +3,7 @@
exports[`atoms::TextInput > renders without exploding 1`] = ` exports[`atoms::TextInput > renders without exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<div <div
class="mantine-TextInput-root mantine-18udhi" class="mantine-TextInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-TextInput-label mantine-7802ha" class="mantine-TextInput-label mantine-7802ha"
@ -17,7 +17,7 @@ exports[`atoms::TextInput > renders without exploding 1`] = `
> >
<input <input
aria-invalid="false" aria-invalid="false"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
id="textfield" id="textfield"
placeholder="johndoe@gmail.com" placeholder="johndoe@gmail.com"
type="email" type="email"

View File

@ -3,7 +3,7 @@
exports[`atoms::Typography > ::BodyText > renders heavy variant exploding 1`] = ` exports[`atoms::Typography > ::BodyText > renders heavy variant exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<div <div
class="mantine-Text-root mantine-119fjqf" class="mantine-Text-root mantine-1ikb0mj"
> >
body text body text
</div> </div>
@ -13,7 +13,7 @@ exports[`atoms::Typography > ::BodyText > renders heavy variant exploding 1`] =
exports[`atoms::Typography > ::BodyText > renders without exploding 1`] = ` exports[`atoms::Typography > ::BodyText > renders without exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<div <div
class="mantine-Text-root mantine-1q69ff6" class="mantine-Text-root mantine-1ud14e1"
> >
body text body text
</div> </div>
@ -23,7 +23,7 @@ exports[`atoms::Typography > ::BodyText > renders without exploding 1`] = `
exports[`atoms::Typography > ::Heading > renders h1 by default 1`] = ` exports[`atoms::Typography > ::Heading > renders h1 by default 1`] = `
<DocumentFragment> <DocumentFragment>
<h1 <h1
class="mantine-Title-root mantine-xz2ygd" class="mantine-Title-root mantine-1krktmh"
> >
heading text heading text
</h1> </h1>
@ -33,7 +33,7 @@ exports[`atoms::Typography > ::Heading > renders h1 by default 1`] = `
exports[`atoms::Typography > ::Heading > renders h2 1`] = ` exports[`atoms::Typography > ::Heading > renders h2 1`] = `
<DocumentFragment> <DocumentFragment>
<h2 <h2
class="mantine-Title-root mantine-1dbhwd4" class="mantine-Title-root mantine-u6vx0o"
> >
heading text heading text
</h2> </h2>
@ -43,7 +43,7 @@ exports[`atoms::Typography > ::Heading > renders h2 1`] = `
exports[`atoms::Typography > ::InfoText > renders without exploding 1`] = ` exports[`atoms::Typography > ::InfoText > renders without exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<div <div
class="mantine-Text-root mantine-5q0bln" class="mantine-Text-root mantine-g6pedd"
> >
Info text Info text
</div> </div>
@ -53,7 +53,7 @@ exports[`atoms::Typography > ::InfoText > renders without exploding 1`] = `
exports[`atoms::Typography > ::LabelText > renders without exploding 1`] = ` exports[`atoms::Typography > ::LabelText > renders without exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<label <label
class="mantine-Text-root mantine-12ze1td" class="mantine-Text-root mantine-1djydci"
> >
Label text Label text
</label> </label>

View File

@ -10,7 +10,7 @@ exports[`molecules::AddressCard > renderes the address hash code. 1`] = `
exports[`molecules::AddressCard > renderes the address label. 1`] = ` exports[`molecules::AddressCard > renderes the address label. 1`] = `
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Primary Address Primary Address
</div> </div>
@ -25,12 +25,12 @@ exports[`molecules::AddressCard > renders without exploding 1`] = `
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-1a4fzbd" class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-1a4fzbd"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Address label Address label
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
<div <div
class="mantine-Group-root mantine-1i932k4" class="mantine-Group-root mantine-1i932k4"
@ -44,12 +44,12 @@ exports[`molecules::AddressCard > renders without exploding 1`] = `
class="mantine-Group-root mantine-Group-child mantine-ze53qg" class="mantine-Group-root mantine-Group-child mantine-ze53qg"
> >
<a <a
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-1yvb6qd" class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-odvvvx"
> >
Copy Copy
</a> </a>
<a <a
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-1yvb6qd" class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-odvvvx"
> >
QR QR
</a> </a>

View File

@ -3,7 +3,7 @@
exports[`molecules::AddPaymentMethodButton > renders without exploding 1`] = ` exports[`molecules::AddPaymentMethodButton > renders without exploding 1`] = `
<DocumentFragment> <DocumentFragment>
<button <button
class="mantine-UnstyledButton-root mantine-17b3lsu" class="mantine-UnstyledButton-root mantine-eowpmc"
type="button" type="button"
> >
<svg <svg

View File

@ -32,13 +32,13 @@ exports[`molecules::PaymentMethodCard > renders without exploding 1`] = `
/> />
</svg> </svg>
<div <div
class="mantine-Text-root mantine-Group-child mantine-xrxbf2" class="mantine-Text-root mantine-Group-child mantine-1hqopbt"
> >
BTC BTC
</div> </div>
</div> </div>
<button <button
class="mantine-UnstyledButton-root mantine-Group-child mantine-1e6tu8r" class="mantine-UnstyledButton-root mantine-Group-child mantine-19cytdf"
type="button" type="button"
> >
<svg <svg
@ -57,7 +57,7 @@ exports[`molecules::PaymentMethodCard > renders without exploding 1`] = `
</button> </button>
</div> </div>
<div <div
class="mantine-Text-root mantine-17kke86" class="mantine-Text-root mantine-1ujh5f3"
> >
01234567abcdef 01234567abcdef
</div> </div>

View File

@ -6,12 +6,12 @@ exports[`molecules::ReadyToUse > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq" class="mantine-Stack-root mantine-lfk3cq"
> >
<h1 <h1
class="mantine-Title-root mantine-xz2ygd" class="mantine-Title-root mantine-1krktmh"
> >
Haveno is ready for use. Haveno is ready for use.
</h1> </h1>
<div <div
class="mantine-Text-root mantine-1w4ewzw" class="mantine-Text-root mantine-8at25l"
> >
Youve succesfully set up Haveno. Please note that to be able to trade, you need to deposit Monero in your Haveno wallet and set up a payment account. Youve succesfully set up Haveno. Please note that to be able to trade, you need to deposit Monero in your Haveno wallet and set up a payment account.
</div> </div>
@ -22,7 +22,7 @@ exports[`molecules::ReadyToUse > renders without exploding 1`] = `
class="mantine-Group-root mantine-19jxmdp" class="mantine-Group-root mantine-19jxmdp"
> >
<button <button
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1bqp2m7" class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1hjgevl"
type="submit" type="submit"
> >
<div <div

View File

@ -6,45 +6,45 @@ exports[`molecules::SecondarySidebar > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq" class="mantine-Stack-root mantine-lfk3cq"
> >
<nav <nav
class="mantine-Navbar-root mantine-vf15cs" class="mantine-Navbar-root mantine-k1d20c"
> >
<button <button
class="mantine-UnstyledButton-root mantine-8x6xy1" class="mantine-UnstyledButton-root mantine-sfl8nt"
type="button" type="button"
> >
<div <div
class="mantine-Group-root mantine-2jlg77" class="mantine-Group-root mantine-2jlg77"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-1c1t80j" class="mantine-Text-root mantine-Group-child mantine-1ayoq5h"
> >
Active item Active item
</div> </div>
</div> </div>
</button> </button>
<button <button
class="mantine-UnstyledButton-root mantine-1us1eqc" class="mantine-UnstyledButton-root mantine-ja4sdk"
type="button" type="button"
> >
<div <div
class="mantine-Group-root mantine-2jlg77" class="mantine-Group-root mantine-2jlg77"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-17vcv21" class="mantine-Text-root mantine-Group-child mantine-toslzp"
> >
Inactive item Inactive item
</div> </div>
</div> </div>
</button> </button>
<button <button
class="mantine-UnstyledButton-root mantine-8x6xy1" class="mantine-UnstyledButton-root mantine-sfl8nt"
type="button" type="button"
> >
<div <div
class="mantine-Group-root mantine-2jlg77" class="mantine-Group-root mantine-2jlg77"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-1c1t80j" class="mantine-Text-root mantine-Group-child mantine-1ayoq5h"
> >
Active item Active item
</div> </div>

View File

@ -3,7 +3,7 @@
exports[`molecules::Table > renders without exploding. 1`] = ` exports[`molecules::Table > renders without exploding. 1`] = `
<DocumentFragment> <DocumentFragment>
<table <table
class="mantine-Table-root mantine-1uvqbeb" class="mantine-Table-root mantine-16nz4s2"
> >
<thead> <thead>
<tr> <tr>

View File

@ -9,12 +9,12 @@ exports[`molecules::WalletBalance > renders after loading data 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Available Balance Available Balance
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
0.00 0.00
</div> </div>
@ -23,12 +23,12 @@ exports[`molecules::WalletBalance > renders after loading data 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Locked Funds Locked Funds
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
12.00 12.00
</div> </div>
@ -37,12 +37,12 @@ exports[`molecules::WalletBalance > renders after loading data 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Reserved Funds Reserved Funds
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
0.00 0.00
</div> </div>
@ -60,12 +60,12 @@ exports[`molecules::WalletBalance > renders loading state 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Available Balance Available Balance
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
0.00 0.00
</div> </div>
@ -74,12 +74,12 @@ exports[`molecules::WalletBalance > renders loading state 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Locked Funds Locked Funds
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
12.00 12.00
</div> </div>
@ -88,12 +88,12 @@ exports[`molecules::WalletBalance > renders loading state 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Reserved Funds Reserved Funds
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
0.00 0.00
</div> </div>

View File

@ -6,7 +6,7 @@ exports[`molecules::AccountSidebar > renders without exploding 1`] = `
class="mantine-37r7j5" class="mantine-37r7j5"
> >
<h3 <h3
class="mantine-Title-root mantine-19bfor4" class="mantine-Title-root mantine-dpnfrz"
> >
Account Account
</h3> </h3>
@ -14,73 +14,73 @@ exports[`molecules::AccountSidebar > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq" class="mantine-Stack-root mantine-lfk3cq"
> >
<nav <nav
class="mantine-Navbar-root mantine-vf15cs" class="mantine-Navbar-root mantine-k1d20c"
> >
<button <button
class="mantine-UnstyledButton-root mantine-1us1eqc" class="mantine-UnstyledButton-root mantine-ja4sdk"
type="button" type="button"
> >
<div <div
class="mantine-Group-root mantine-2jlg77" class="mantine-Group-root mantine-2jlg77"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-17vcv21" class="mantine-Text-root mantine-Group-child mantine-toslzp"
> >
Payment Accounts Payment Accounts
</div> </div>
</div> </div>
</button> </button>
<button <button
class="mantine-UnstyledButton-root mantine-1us1eqc" class="mantine-UnstyledButton-root mantine-ja4sdk"
type="button" type="button"
> >
<div <div
class="mantine-Group-root mantine-2jlg77" class="mantine-Group-root mantine-2jlg77"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-17vcv21" class="mantine-Text-root mantine-Group-child mantine-toslzp"
> >
Node Settings Node Settings
</div> </div>
</div> </div>
</button> </button>
<button <button
class="mantine-UnstyledButton-root mantine-1us1eqc" class="mantine-UnstyledButton-root mantine-ja4sdk"
type="button" type="button"
> >
<div <div
class="mantine-Group-root mantine-2jlg77" class="mantine-Group-root mantine-2jlg77"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-17vcv21" class="mantine-Text-root mantine-Group-child mantine-toslzp"
> >
Security Security
</div> </div>
</div> </div>
</button> </button>
<button <button
class="mantine-UnstyledButton-root mantine-1us1eqc" class="mantine-UnstyledButton-root mantine-ja4sdk"
type="button" type="button"
> >
<div <div
class="mantine-Group-root mantine-2jlg77" class="mantine-Group-root mantine-2jlg77"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-17vcv21" class="mantine-Text-root mantine-Group-child mantine-toslzp"
> >
Wallet Wallet
</div> </div>
</div> </div>
</button> </button>
<button <button
class="mantine-UnstyledButton-root mantine-1us1eqc" class="mantine-UnstyledButton-root mantine-ja4sdk"
type="button" type="button"
> >
<div <div
class="mantine-Group-root mantine-2jlg77" class="mantine-Group-root mantine-2jlg77"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-17vcv21" class="mantine-Text-root mantine-Group-child mantine-toslzp"
> >
Backup Backup
</div> </div>

View File

@ -10,7 +10,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
class="mantine-Stack-root mantine-lfk3cq" class="mantine-Stack-root mantine-lfk3cq"
> >
<div <div
class="mantine-TextInput-root mantine-18udhi" class="mantine-TextInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-TextInput-label mantine-7802ha" class="mantine-TextInput-label mantine-7802ha"
@ -19,6 +19,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
> >
Node address Node address
<span <span
aria-hidden="true"
class="mantine-1m203yh mantine-TextInput-required" class="mantine-1m203yh mantine-TextInput-required"
> >
* *
@ -30,7 +31,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
<input <input
aria-invalid="false" aria-invalid="false"
aria-label="Node address" aria-label="Node address"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
id="address" id="address"
required="" required=""
type="text" type="text"
@ -39,7 +40,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
</div> </div>
</div> </div>
<div <div
class="mantine-TextInput-root mantine-18udhi" class="mantine-TextInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-TextInput-label mantine-7802ha" class="mantine-TextInput-label mantine-7802ha"
@ -48,6 +49,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
> >
Port Port
<span <span
aria-hidden="true"
class="mantine-1m203yh mantine-TextInput-required" class="mantine-1m203yh mantine-TextInput-required"
> >
* *
@ -59,7 +61,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
<input <input
aria-invalid="false" aria-invalid="false"
aria-label="Port" aria-label="Port"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
id="port" id="port"
required="" required=""
type="text" type="text"
@ -68,7 +70,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
</div> </div>
</div> </div>
<div <div
class="mantine-TextInput-root mantine-18udhi" class="mantine-TextInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-TextInput-label mantine-7802ha" class="mantine-TextInput-label mantine-7802ha"
@ -82,7 +84,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
> >
<input <input
aria-invalid="false" aria-invalid="false"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
id="user" id="user"
type="text" type="text"
value="" value=""
@ -90,7 +92,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
</div> </div>
</div> </div>
<div <div
class="mantine-PasswordInput-root mantine-18udhi" class="mantine-PasswordInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-PasswordInput-label mantine-7802ha" class="mantine-PasswordInput-label mantine-7802ha"
@ -104,10 +106,10 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
> >
<div <div
aria-invalid="false" aria-invalid="false"
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1i2duzg" class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1fntf85"
> >
<input <input
class="mantine-PasswordInput-innerInput mantine-1bj8gkk" class="mantine-PasswordInput-innerInput mantine-u0eqyi"
id="password" id="password"
type="password" type="password"
value="" value=""
@ -118,7 +120,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
> >
<button <button
aria-hidden="true" aria-hidden="true"
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-vao037" class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-1vhreye"
tabindex="-1" tabindex="-1"
type="button" type="button"
> >
@ -147,7 +149,7 @@ exports[`organisms::AddNode > can render the form without the title 1`] = `
class="mantine-Group-root mantine-147cgkf" class="mantine-Group-root mantine-147cgkf"
> >
<button <button
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1bqp2m7" class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1hjgevl"
type="submit" type="submit"
> >
<div <div
@ -173,7 +175,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
class="mantine-Stack-root mantine-ngu3vw" class="mantine-Stack-root mantine-ngu3vw"
> >
<h3 <h3
class="mantine-Title-root mantine-ha7ih2" class="mantine-Title-root mantine-biockz"
> >
Add a new node Add a new node
</h3> </h3>
@ -182,7 +184,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq" class="mantine-Stack-root mantine-lfk3cq"
> >
<div <div
class="mantine-TextInput-root mantine-18udhi" class="mantine-TextInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-TextInput-label mantine-7802ha" class="mantine-TextInput-label mantine-7802ha"
@ -191,6 +193,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
> >
Node address Node address
<span <span
aria-hidden="true"
class="mantine-1m203yh mantine-TextInput-required" class="mantine-1m203yh mantine-TextInput-required"
> >
* *
@ -202,7 +205,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
<input <input
aria-invalid="false" aria-invalid="false"
aria-label="Node address" aria-label="Node address"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
id="address" id="address"
required="" required=""
type="text" type="text"
@ -211,7 +214,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
</div> </div>
</div> </div>
<div <div
class="mantine-TextInput-root mantine-18udhi" class="mantine-TextInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-TextInput-label mantine-7802ha" class="mantine-TextInput-label mantine-7802ha"
@ -220,6 +223,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
> >
Port Port
<span <span
aria-hidden="true"
class="mantine-1m203yh mantine-TextInput-required" class="mantine-1m203yh mantine-TextInput-required"
> >
* *
@ -231,7 +235,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
<input <input
aria-invalid="false" aria-invalid="false"
aria-label="Port" aria-label="Port"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
id="port" id="port"
required="" required=""
type="text" type="text"
@ -240,7 +244,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
</div> </div>
</div> </div>
<div <div
class="mantine-TextInput-root mantine-18udhi" class="mantine-TextInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-TextInput-label mantine-7802ha" class="mantine-TextInput-label mantine-7802ha"
@ -254,7 +258,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
> >
<input <input
aria-invalid="false" aria-invalid="false"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
id="user" id="user"
type="text" type="text"
value="" value=""
@ -262,7 +266,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
</div> </div>
</div> </div>
<div <div
class="mantine-PasswordInput-root mantine-18udhi" class="mantine-PasswordInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-PasswordInput-label mantine-7802ha" class="mantine-PasswordInput-label mantine-7802ha"
@ -276,10 +280,10 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
> >
<div <div
aria-invalid="false" aria-invalid="false"
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1i2duzg" class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1fntf85"
> >
<input <input
class="mantine-PasswordInput-innerInput mantine-1bj8gkk" class="mantine-PasswordInput-innerInput mantine-u0eqyi"
id="password" id="password"
type="password" type="password"
value="" value=""
@ -290,7 +294,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
> >
<button <button
aria-hidden="true" aria-hidden="true"
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-vao037" class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-1vhreye"
tabindex="-1" tabindex="-1"
type="button" type="button"
> >
@ -319,7 +323,7 @@ exports[`organisms::AddNode > renders without exploding 1`] = `
class="mantine-Group-root mantine-147cgkf" class="mantine-Group-root mantine-147cgkf"
> >
<button <button
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1bqp2m7" class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1hjgevl"
type="submit" type="submit"
> >
<div <div

View File

@ -10,7 +10,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
class="mantine-Stack-root mantine-1i7neaa" class="mantine-Stack-root mantine-1i7neaa"
> >
<div <div
class="mantine-Select-root mantine-18udhi" class="mantine-Select-root mantine-1m3pqry"
> >
<label <label
class="mantine-Select-label mantine-7802ha" class="mantine-Select-label mantine-7802ha"
@ -23,7 +23,6 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
aria-controls="currency" aria-controls="currency"
aria-expanded="false" aria-expanded="false"
aria-haspopup="listbox" aria-haspopup="listbox"
aria-owns="currency-items"
role="combobox" role="combobox"
tabindex="-1" tabindex="-1"
> >
@ -37,13 +36,13 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
<input <input
aria-autocomplete="list" aria-autocomplete="list"
aria-invalid="false" aria-invalid="false"
autocomplete="nope" autocomplete="off"
class="mantine-Select-defaultVariant mantine-Select-input mantine-93d3e4" class="mantine-Select-defaultVariant mantine-Select-input mantine-1ihdofq"
data-mantine-stop-propagation="false" data-mantine-stop-propagation="false"
id="currency" id="currency"
placeholder="Pick one" placeholder="Pick one"
readonly="" readonly=""
type="text" type="search"
value="" value=""
/> />
<div <div
@ -77,7 +76,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
style="opacity: 0; transition: opacity 200ms ease;" style="opacity: 0; transition: opacity 200ms ease;"
> >
<div <div
class="mantine-Select-root mantine-18udhi" class="mantine-Select-root mantine-1m3pqry"
> >
<label <label
class="mantine-Select-label mantine-7802ha" class="mantine-Select-label mantine-7802ha"
@ -90,7 +89,6 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
aria-controls="paymentMethod" aria-controls="paymentMethod"
aria-expanded="false" aria-expanded="false"
aria-haspopup="listbox" aria-haspopup="listbox"
aria-owns="paymentMethod-items"
role="combobox" role="combobox"
tabindex="-1" tabindex="-1"
> >
@ -104,12 +102,12 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
<input <input
aria-autocomplete="list" aria-autocomplete="list"
aria-invalid="false" aria-invalid="false"
autocomplete="nope" autocomplete="off"
class="mantine-Select-defaultVariant mantine-Select-input mantine-16ko5f2" class="mantine-Select-defaultVariant mantine-Select-input mantine-1c1daci"
data-mantine-stop-propagation="false" data-mantine-stop-propagation="false"
id="paymentMethod" id="paymentMethod"
placeholder="Pick one" placeholder="Pick one"
type="text" type="search"
value="" value=""
/> />
<div <div
@ -145,7 +143,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
style="opacity: 0; transition: opacity 200ms ease;" style="opacity: 0; transition: opacity 200ms ease;"
> >
<div <div
class="mantine-TextInput-root mantine-18udhi" class="mantine-TextInput-root mantine-1m3pqry"
> >
<label <label
class="mantine-TextInput-label mantine-7802ha" class="mantine-TextInput-label mantine-7802ha"
@ -159,7 +157,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
> >
<input <input
aria-invalid="false" aria-invalid="false"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-dagq8e" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-yxlzy5"
id="accountNumber" id="accountNumber"
type="text" type="text"
value="" value=""
@ -172,7 +170,7 @@ exports[`organisms::AddPaymentMethod > renders without exploding 1`] = `
class="mantine-Group-root mantine-mk7hdv" class="mantine-Group-root mantine-mk7hdv"
> >
<button <button
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1bqp2m7" class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-1hjgevl"
type="submit" type="submit"
> >
<div <div

View File

@ -3,7 +3,7 @@
exports[`molecules::MarketOffersTable > renders without exploding. 1`] = ` exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
<DocumentFragment> <DocumentFragment>
<table <table
class="mantine-Table-root mantine-1ei5v84" class="mantine-Table-root mantine-shky0d"
> >
<thead> <thead>
<tr> <tr>
@ -42,12 +42,12 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
class="mantine-Group-root mantine-1lumg83" class="mantine-Group-root mantine-1lumg83"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-1h17kkk" class="mantine-Text-root mantine-Group-child mantine-1yy4n5b"
> >
€5,000.96 €5,000.96
</div> </div>
<div <div
class="mantine-Text-root mantine-Group-child mantine-1qscdi2" class="mantine-Text-root mantine-Group-child mantine-fvwhc7"
> >
12% 12%
</div> </div>
@ -57,7 +57,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
style="width: 400px;" style="width: 400px;"
> >
<div <div
class="mantine-Text-root mantine-ix3vgq" class="mantine-Text-root mantine-1o3tzv8"
> >
XMR 7,564.94 XMR 7,564.94
</div> </div>
@ -66,7 +66,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
style="width: 400px;" style="width: 400px;"
> >
<div <div
class="mantine-Text-root mantine-ix3vgq" class="mantine-Text-root mantine-1o3tzv8"
> >
$532.34 $532.34
</div> </div>
@ -75,7 +75,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
style="width: 400px;" style="width: 400px;"
> >
<div <div
class="mantine-Text-root mantine-ix3vgq" class="mantine-Text-root mantine-1o3tzv8"
> >
Bitcoin Bitcoin
</div> </div>
@ -89,12 +89,12 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
class="mantine-Group-root mantine-1lumg83" class="mantine-Group-root mantine-1lumg83"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-1h17kkk" class="mantine-Text-root mantine-Group-child mantine-1yy4n5b"
> >
€9,637.41 €9,637.41
</div> </div>
<div <div
class="mantine-Text-root mantine-Group-child mantine-1qscdi2" class="mantine-Text-root mantine-Group-child mantine-fvwhc7"
> >
15% 15%
</div> </div>
@ -104,7 +104,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
style="width: 400px;" style="width: 400px;"
> >
<div <div
class="mantine-Text-root mantine-ix3vgq" class="mantine-Text-root mantine-1o3tzv8"
> >
XMR 6,483.23 XMR 6,483.23
</div> </div>
@ -113,7 +113,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
style="width: 400px;" style="width: 400px;"
> >
<div <div
class="mantine-Text-root mantine-ix3vgq" class="mantine-Text-root mantine-1o3tzv8"
> >
$983.32 $983.32
</div> </div>
@ -122,7 +122,7 @@ exports[`molecules::MarketOffersTable > renders without exploding. 1`] = `
style="width: 400px;" style="width: 400px;"
> >
<div <div
class="mantine-Text-root mantine-ix3vgq" class="mantine-Text-root mantine-1o3tzv8"
> >
Altcoins Altcoins
</div> </div>

View File

@ -45,12 +45,12 @@ exports[`organisms::MoneroBalance > renders without exploding. 1`] = `
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn" class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-1mkytp" class="mantine-Text-root mantine-DetailItem-label mantine-8r3ub3"
> >
Balance Balance
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-17mq3ni" class="mantine-Text-root mantine-DetailItem-content mantine-m3tadk"
> >
10.20 10.20
</div> </div>

View File

@ -46,12 +46,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding 1`] = `
data-testid="total-balance" data-testid="total-balance"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Total Balance Total Balance
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
1,000.10 1,000.10
</div> </div>
@ -61,12 +61,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding 1`] = `
data-testid="available-balance" data-testid="available-balance"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Available Balance Available Balance
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
8,000.65 8,000.65
</div> </div>
@ -76,12 +76,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding 1`] = `
data-testid="reserved-funds" data-testid="reserved-funds"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Reserved Funds Reserved Funds
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
74,610.1236 74,610.1236
</div> </div>
@ -91,12 +91,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding 1`] = `
data-testid="locked-funds" data-testid="locked-funds"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Locked Funds Locked Funds
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
90,371.161239 90,371.161239
</div> </div>

View File

@ -45,12 +45,12 @@ exports[`organisms::MyWalletMeneroBalanceSkeleton > renders without exploding 1`
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn" class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Total Balance Total Balance
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
<div <div
class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24" class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24"
@ -61,12 +61,12 @@ exports[`organisms::MyWalletMeneroBalanceSkeleton > renders without exploding 1`
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn" class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Available Balance Available Balance
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
<div <div
class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24" class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24"
@ -77,12 +77,12 @@ exports[`organisms::MyWalletMeneroBalanceSkeleton > renders without exploding 1`
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn" class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Reserved Funds Reserved Funds
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
<div <div
class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24" class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24"
@ -93,12 +93,12 @@ exports[`organisms::MyWalletMeneroBalanceSkeleton > renders without exploding 1`
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn" class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-2d5onn"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Locked Funds Locked Funds
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
<div <div
class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24" class="mantine-Skeleton-root mantine-Skeleton-visible mantine-12edv24"

View File

@ -9,12 +9,12 @@ exports[`organisms::MyWalletPrimaryAddress > renders without exploding 1`] = `
class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-1a4fzbd" class="mantine-Stack-root mantine-DetailItem-root mantine-Group-child mantine-1a4fzbd"
> >
<div <div
class="mantine-Text-root mantine-DetailItem-label mantine-10gsq91" class="mantine-Text-root mantine-DetailItem-label mantine-1ece26k"
> >
Primary Address Primary Address
</div> </div>
<div <div
class="mantine-Text-root mantine-DetailItem-content mantine-oat2gy" class="mantine-Text-root mantine-DetailItem-content mantine-1tq817k"
> >
<div <div
class="mantine-Group-root mantine-1i932k4" class="mantine-Group-root mantine-1i932k4"
@ -28,12 +28,12 @@ exports[`organisms::MyWalletPrimaryAddress > renders without exploding 1`] = `
class="mantine-Group-root mantine-Group-child mantine-ze53qg" class="mantine-Group-root mantine-Group-child mantine-ze53qg"
> >
<a <a
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-1yvb6qd" class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-odvvvx"
> >
Copy Copy
</a> </a>
<a <a
class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-1yvb6qd" class="mantine-Text-root mantine-Anchor-root mantine-Group-child mantine-odvvvx"
> >
QR QR
</a> </a>

View File

@ -3,7 +3,7 @@
exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = ` exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = `
<DocumentFragment> <DocumentFragment>
<table <table
class="mantine-Table-root mantine-u2os4d" class="mantine-Table-root mantine-qaazp5"
> >
<tbody> <tbody>
<tr> <tr>
@ -34,7 +34,7 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = `
class="mantine-Group-child mantine-1oprzqz" class="mantine-Group-child mantine-1oprzqz"
> >
<div <div
class="mantine-Text-root mantine-3v9dod" class="mantine-Text-root mantine-8y7ope"
> >
Received Received
</div> </div>
@ -42,12 +42,12 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = `
class="mantine-Group-root mantine-bhsibn" class="mantine-Group-root mantine-bhsibn"
> >
<div <div
class="mantine-Text-root mantine-Group-child mantine-e2rvui" class="mantine-Text-root mantine-Group-child mantine-8uy9kb"
> >
7:34 PM 7:34 PM
</div> </div>
<div <div
class="mantine-Text-root mantine-Group-child mantine-e2rvui" class="mantine-Text-root mantine-Group-child mantine-8uy9kb"
> >
May 26, 2022 May 26, 2022
</div> </div>
@ -62,7 +62,7 @@ exports[`organisms::MyWalletMoneroBalance > renders without exploding. 1`] = `
class="mantine-Stack-root mantine-1yjxaby" class="mantine-Stack-root mantine-1yjxaby"
> >
<div <div
class="mantine-Text-root mantine-3v9dod" class="mantine-Text-root mantine-8y7ope"
> >
XMR 10,000.00 XMR 10,000.00
</div> </div>

View File

@ -28,7 +28,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
href="#/" href="#/"
> >
<div <div
class="mantine-Text-root mantine-dnz1r0" class="mantine-Text-root mantine-8jknfx"
> >
Dashboard Dashboard
</div> </div>
@ -38,7 +38,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
href="#/markets" href="#/markets"
> >
<div <div
class="mantine-Text-root mantine-dnz1r0" class="mantine-Text-root mantine-8jknfx"
> >
Market Market
</div> </div>
@ -48,7 +48,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
href="#/my-offers" href="#/my-offers"
> >
<div <div
class="mantine-Text-root mantine-dnz1r0" class="mantine-Text-root mantine-8jknfx"
> >
My Offers My Offers
</div> </div>
@ -58,7 +58,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
href="#/my-trades" href="#/my-trades"
> >
<div <div
class="mantine-Text-root mantine-dnz1r0" class="mantine-Text-root mantine-8jknfx"
> >
My Trades My Trades
</div> </div>
@ -68,7 +68,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
href="#/my-wallet" href="#/my-wallet"
> >
<div <div
class="mantine-Text-root mantine-dnz1r0" class="mantine-Text-root mantine-8jknfx"
> >
Wallet Wallet
</div> </div>
@ -90,13 +90,13 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
class="mantine-Group-child mantine-1mmj0t1" class="mantine-Group-child mantine-1mmj0t1"
/> />
<div <div
class="mantine-Text-root mantine-Group-child mantine-1bxawp9" class="mantine-Text-root mantine-Group-child mantine-17p1w3"
> >
Not Synced Not Synced
</div> </div>
</div> </div>
<div <div
class="mantine-Text-root mantine-1azyhhz" class="mantine-Text-root mantine-1swgem8"
> >
node.sethforprivacy.com node.sethforprivacy.com
</div> </div>
@ -108,7 +108,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Available Balance Available Balance
</div> </div>
@ -120,7 +120,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Locked Funds Locked Funds
</div> </div>
@ -132,7 +132,7 @@ exports[`molecules::Navbar > renders without exploding 1`] = `
class="mantine-Stack-root mantine-Group-child mantine-1vgxq13" class="mantine-Stack-root mantine-Group-child mantine-1vgxq13"
> >
<div <div
class="mantine-Text-root mantine-1l9p15c" class="mantine-Text-root mantine-hbkn2v"
> >
Reserved Funds Reserved Funds
</div> </div>

View File

@ -9,21 +9,21 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq" class="mantine-Stack-root mantine-lfk3cq"
> >
<div <div
class="mantine-Container-root mantine-me1cdz" class="mantine-Container-root mantine-15pjuqq"
> >
<h1 <h1
class="mantine-Title-root mantine-1rawl7h" class="mantine-Title-root mantine-10yhpe6"
> >
Create password Create password
</h1> </h1>
</div> </div>
<div <div
class="mantine-Text-root mantine-1ourfup" class="mantine-Text-root mantine-1xgwjc0"
> >
All your data is stored locally on your machine. Haveno uses solely a password. All your data is stored locally on your machine. Haveno uses solely a password.
</div> </div>
<div <div
class="mantine-TextInput-root mantine-14qek68" class="mantine-TextInput-root mantine-1u48g6v"
> >
<label <label
class="mantine-TextInput-label mantine-1bjo575" class="mantine-TextInput-label mantine-1bjo575"
@ -38,7 +38,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
<input <input
aria-invalid="false" aria-invalid="false"
aria-label="Enter password" aria-label="Enter password"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-nk8491" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-170eizj"
id="password" id="password"
tabindex="1" tabindex="1"
type="password" type="password"
@ -47,7 +47,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
</div> </div>
</div> </div>
<div <div
class="mantine-TextInput-root mantine-14qek68" class="mantine-TextInput-root mantine-1u48g6v"
> >
<label <label
class="mantine-TextInput-label mantine-1bjo575" class="mantine-TextInput-label mantine-1bjo575"
@ -62,7 +62,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
<input <input
aria-invalid="false" aria-invalid="false"
aria-label="Repeat password" aria-label="Repeat password"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-nk8491" class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-170eizj"
id="repeatPassword" id="repeatPassword"
tabindex="2" tabindex="2"
type="password" type="password"
@ -78,18 +78,18 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
> >
<button <button
aria-label="Click to go back" aria-label="Click to go back"
class="mantine-UnstyledButton-root mantine-Group-child mantine-1smyfmn" class="mantine-UnstyledButton-root mantine-Group-child mantine-7r9su"
type="button" type="button"
> >
<span <span
class="mantine-Text-root mantine-1mwiqnz" class="mantine-Text-root mantine-1g5fxnv"
> >
Go Back Go Back
</span> </span>
</button> </button>
<button <button
aria-label="Click to submit" aria-label="Click to submit"
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-s2bdxi" class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-18llzhv"
type="submit" type="submit"
> >
<div <div

View File

@ -9,12 +9,12 @@ exports[`molecules::WalletManagement > renders after loading data 1`] = `
class="mantine-63n06h" class="mantine-63n06h"
/> />
<div <div
class="mantine-Text-root mantine-1ogvxnc" class="mantine-Text-root mantine-1r7efq5"
> >
Loading Wallet Seeds... Loading Wallet Seeds...
</div> </div>
<ol <ol
class="mantine-List-root mantine-14df5ct" class="mantine-List-root mantine-shpils"
> >
<div <div
class="mantine-Group-root mantine-1qkd5ve" class="mantine-Group-root mantine-1qkd5ve"
@ -409,7 +409,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
class="mantine-78ek8g" class="mantine-78ek8g"
/> />
<div <div
class="mantine-PasswordInput-root mantine-14qek68" class="mantine-PasswordInput-root mantine-1u48g6v"
> >
<label <label
class="mantine-PasswordInput-label mantine-1bjo575" class="mantine-PasswordInput-label mantine-1bjo575"
@ -418,6 +418,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
> >
Password Password
<span <span
aria-hidden="true"
class="mantine-1wc35tu mantine-PasswordInput-required" class="mantine-1wc35tu mantine-PasswordInput-required"
> >
* *
@ -428,10 +429,10 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
> >
<div <div
aria-invalid="false" aria-invalid="false"
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-nakpsh" class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1hlli39"
> >
<input <input
class="mantine-PasswordInput-innerInput mantine-17c0t6q" class="mantine-PasswordInput-innerInput mantine-66fxec"
id="password" id="password"
required="" required=""
type="password" type="password"
@ -443,7 +444,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
> >
<button <button
aria-hidden="true" aria-hidden="true"
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-910bvd" class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-11pctd2"
tabindex="-1" tabindex="-1"
type="button" type="button"
> >
@ -472,7 +473,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
class="mantine-Group-root mantine-147cgkf" class="mantine-Group-root mantine-147cgkf"
> >
<button <button
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-s2bdxi" class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-18llzhv"
disabled="" disabled=""
type="submit" type="submit"
> >

View File

@ -15,7 +15,7 @@ exports[`pages::Login > renders without exploding 1`] = `
/> />
</header> </header>
<div <div
class="mantine-Container-root mantine-1hpmr7z" class="mantine-Container-root mantine-13ldvuy"
> >
<div <div
class="mantine-Stack-root mantine-12lpdrc" class="mantine-Stack-root mantine-12lpdrc"
@ -25,16 +25,16 @@ exports[`pages::Login > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq" class="mantine-Stack-root mantine-lfk3cq"
> >
<div <div
class="mantine-Container-root mantine-me1cdz" class="mantine-Container-root mantine-15pjuqq"
> >
<h1 <h1
class="mantine-Title-root mantine-1rawl7h" class="mantine-Title-root mantine-10yhpe6"
> >
Login to Haveno Login to Haveno
</h1> </h1>
</div> </div>
<div <div
class="mantine-Text-root mantine-1ourfup" class="mantine-Text-root mantine-1xgwjc0"
> >
All your data is stored locally on your machine. Haveno uses solely a password. All your data is stored locally on your machine. Haveno uses solely a password.
</div> </div>
@ -42,7 +42,7 @@ exports[`pages::Login > renders without exploding 1`] = `
class="mantine-63n06h" class="mantine-63n06h"
/> />
<div <div
class="mantine-PasswordInput-root mantine-14qek68" class="mantine-PasswordInput-root mantine-1u48g6v"
> >
<label <label
class="mantine-PasswordInput-label mantine-1bjo575" class="mantine-PasswordInput-label mantine-1bjo575"
@ -56,11 +56,11 @@ exports[`pages::Login > renders without exploding 1`] = `
> >
<div <div
aria-invalid="false" aria-invalid="false"
class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-nakpsh" class="mantine-PasswordInput-defaultVariant mantine-PasswordInput-input mantine-PasswordInput-input mantine-1hlli39"
> >
<input <input
aria-label="Password" aria-label="Password"
class="mantine-PasswordInput-innerInput mantine-17c0t6q" class="mantine-PasswordInput-innerInput mantine-66fxec"
id="password" id="password"
type="password" type="password"
value="" value=""
@ -71,7 +71,7 @@ exports[`pages::Login > renders without exploding 1`] = `
> >
<button <button
aria-hidden="true" aria-hidden="true"
class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-910bvd" class="mantine-ActionIcon-hover mantine-ActionIcon-root mantine-PasswordInput-visibilityToggle mantine-11pctd2"
tabindex="-1" tabindex="-1"
type="button" type="button"
> >
@ -100,7 +100,7 @@ exports[`pages::Login > renders without exploding 1`] = `
class="mantine-Group-root mantine-19jxmdp" class="mantine-Group-root mantine-19jxmdp"
> >
<button <button
class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-s2bdxi" class="mantine-Button-filled mantine-Button-root mantine-Group-child mantine-18llzhv"
type="submit" type="submit"
> >
<div <div

View File

@ -14,7 +14,7 @@
// limitations under the License. // limitations under the License.
// ============================================================================= // =============================================================================
import type { CSSObject } from "@mantine/core"; import type { CSSObject } from "@emotion/react";
import InterFont from "@assets/fonts/Inter-Variable.ttf"; import InterFont from "@assets/fonts/Inter-Variable.ttf";
export const globalStyles: CSSObject = { export const globalStyles: CSSObject = {

141
yarn.lock
View File

@ -558,7 +558,7 @@
dependencies: dependencies:
"@babel/helper-plugin-utils" "^7.10.4" "@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.16.7": "@babel/plugin-syntax-jsx@^7.16.7":
version "7.16.7" version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665"
integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==
@ -1341,22 +1341,15 @@
dir-compare "^2.4.0" dir-compare "^2.4.0"
fs-extra "^9.0.1" fs-extra "^9.0.1"
"@emotion/babel-plugin@^11.7.1": "@emotion/cache@11.7.1", "@emotion/cache@^11.7.1":
version "11.7.2" version "11.7.1"
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.7.2.tgz#fec75f38a6ab5b304b0601c74e2a5e77c95e5fa0" resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.7.1.tgz#08d080e396a42e0037848214e8aa7bf879065539"
integrity sha512-6mGSCWi9UzXut/ZAN6lGFu33wGR3SJisNl3c0tvlmb8XChH1b2SUvxvnOh7hvLpqyRdHHU9AiazV3Cwbk5SXKQ== integrity sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A==
dependencies: dependencies:
"@babel/helper-module-imports" "^7.12.13" "@emotion/memoize" "^0.7.4"
"@babel/plugin-syntax-jsx" "^7.12.13" "@emotion/sheet" "^1.1.0"
"@babel/runtime" "^7.13.10" "@emotion/utils" "^1.0.0"
"@emotion/hash" "^0.8.0" "@emotion/weak-memoize" "^0.2.5"
"@emotion/memoize" "^0.7.5"
"@emotion/serialize" "^1.0.2"
babel-plugin-macros "^2.6.1"
convert-source-map "^1.5.0"
escape-string-regexp "^4.0.0"
find-root "^1.1.0"
source-map "^0.5.7"
stylis "4.0.13" stylis "4.0.13"
"@emotion/cache@^10.0.27": "@emotion/cache@^10.0.27":
@ -1369,17 +1362,6 @@
"@emotion/utils" "0.11.3" "@emotion/utils" "0.11.3"
"@emotion/weak-memoize" "0.2.5" "@emotion/weak-memoize" "0.2.5"
"@emotion/cache@^11.7.1":
version "11.7.1"
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.7.1.tgz#08d080e396a42e0037848214e8aa7bf879065539"
integrity sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A==
dependencies:
"@emotion/memoize" "^0.7.4"
"@emotion/sheet" "^1.1.0"
"@emotion/utils" "^1.0.0"
"@emotion/weak-memoize" "^0.2.5"
stylis "4.0.13"
"@emotion/core@^10.1.1": "@emotion/core@^10.1.1":
version "10.3.1" version "10.3.1"
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.3.1.tgz#4021b6d8b33b3304d48b0bb478485e7d7421c69d" resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.3.1.tgz#4021b6d8b33b3304d48b0bb478485e7d7421c69d"
@ -1418,24 +1400,35 @@
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
"@emotion/memoize@^0.7.4", "@emotion/memoize@^0.7.5": "@emotion/memoize@^0.7.4":
version "0.7.5" version "0.7.5"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50" resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
"@emotion/react@^11.7.1": "@emotion/react@11.7.1":
version "11.9.0" version "11.7.1"
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.0.tgz#b6d42b1db3bd7511e7a7c4151dc8bc82e14593b8" resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.7.1.tgz#3f800ce9b20317c13e77b8489ac4a0b922b2fe07"
integrity sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ== integrity sha512-DV2Xe3yhkF1yT4uAUoJcYL1AmrnO5SVsdfvu+fBuS7IbByDeTVx9+wFmvx9Idzv7/78+9Mgx2Hcmr7Fex3tIyw==
dependencies: dependencies:
"@babel/runtime" "^7.13.10" "@babel/runtime" "^7.13.10"
"@emotion/babel-plugin" "^11.7.1"
"@emotion/cache" "^11.7.1" "@emotion/cache" "^11.7.1"
"@emotion/serialize" "^1.0.3" "@emotion/serialize" "^1.0.2"
"@emotion/utils" "^1.1.0" "@emotion/sheet" "^1.1.0"
"@emotion/utils" "^1.0.0"
"@emotion/weak-memoize" "^0.2.5" "@emotion/weak-memoize" "^0.2.5"
hoist-non-react-statics "^3.3.1" hoist-non-react-statics "^3.3.1"
"@emotion/serialize@1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965"
integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==
dependencies:
"@emotion/hash" "^0.8.0"
"@emotion/memoize" "^0.7.4"
"@emotion/unitless" "^0.7.5"
"@emotion/utils" "^1.0.0"
csstype "^3.0.2"
"@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16": "@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16":
version "0.11.16" version "0.11.16"
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad" resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad"
@ -1447,7 +1440,7 @@
"@emotion/utils" "0.11.3" "@emotion/utils" "0.11.3"
csstype "^2.5.7" csstype "^2.5.7"
"@emotion/serialize@^1.0.2", "@emotion/serialize@^1.0.3": "@emotion/serialize@^1.0.2":
version "1.0.3" version "1.0.3"
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.3.tgz#99e2060c26c6292469fb30db41f4690e1c8fea63" resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.3.tgz#99e2060c26c6292469fb30db41f4690e1c8fea63"
integrity sha512-2mSSvgLfyV3q+iVh3YWgNlUc2a9ZlDU7DjuP5MjK3AXRR0dYigCrP99aeFtaB2L/hjfEZdSThn5dsZ0ufqbvsA== integrity sha512-2mSSvgLfyV3q+iVh3YWgNlUc2a9ZlDU7DjuP5MjK3AXRR0dYigCrP99aeFtaB2L/hjfEZdSThn5dsZ0ufqbvsA==
@ -1501,7 +1494,12 @@
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924" resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924"
integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw== integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==
"@emotion/utils@^1.0.0", "@emotion/utils@^1.1.0": "@emotion/utils@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af"
integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==
"@emotion/utils@^1.0.0":
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.1.0.tgz#86b0b297f3f1a0f2bdb08eeac9a2f49afd40d0cf" resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.1.0.tgz#86b0b297f3f1a0f2bdb08eeac9a2f49afd40d0cf"
integrity sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ== integrity sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ==
@ -1739,55 +1737,55 @@
lodash "^4.17.15" lodash "^4.17.15"
tmp-promise "^3.0.2" tmp-promise "^3.0.2"
"@mantine/core@^4.1.2": "@mantine/core@^4.2.9":
version "4.1.2" version "4.2.9"
resolved "https://registry.yarnpkg.com/@mantine/core/-/core-4.1.2.tgz#741bb313ebf4cbbe0b6802aa29f5beb4a1f7296f" resolved "https://registry.yarnpkg.com/@mantine/core/-/core-4.2.9.tgz#395895457a8b616abdb37f16c896e243281cc5fe"
integrity sha512-7P3dhcTkA6zod7L9kSlIpEr4IcHX31LqFetbmoD/q8TqxBVBS2ckNYTwQaH5o446j2ORKrPZ0r28xBCI+lib8Q== integrity sha512-25krgKF7FUFDsF5IYk+A/7GjgAZFzEcaFmGvscXS/7ccOickBmXzENwY9eJpv+MDo/7Sj5eiS0ZBi+WN27tdcw==
dependencies: dependencies:
"@mantine/styles" "4.1.2" "@mantine/styles" "4.2.9"
"@popperjs/core" "^2.9.3" "@popperjs/core" "^2.9.3"
"@radix-ui/react-scroll-area" "^0.1.1" "@radix-ui/react-scroll-area" "^0.1.1"
react-popper "^2.2.5" react-popper "^2.2.5"
react-textarea-autosize "^8.3.2" react-textarea-autosize "^8.3.2"
"@mantine/dates@^4.1.2": "@mantine/dates@^4.2.9":
version "4.1.2" version "4.2.9"
resolved "https://registry.yarnpkg.com/@mantine/dates/-/dates-4.1.2.tgz#21290c24513622df3f701d3bee1a548a3ae7e4b9" resolved "https://registry.yarnpkg.com/@mantine/dates/-/dates-4.2.9.tgz#67d01c0094c1102d3236392237a04a96d9649429"
integrity sha512-Eb47531xlgZlhlkPsesyWGnfH+0mSYtKP5AylXdJAdi9rqC/9bxsEyIJHTUiJmVs+Cr5LvnVblubKBemapGWGg== integrity sha512-9snMNFIbC2PWPCQlfIC7pLQ9yWLImFQeECBPhULZHsmBMvy0OYH/V1jmp2BLIBNLAxzmfG19McX/iJl6Nd5DjA==
"@mantine/form@^4.2.2": "@mantine/form@^4.2.9":
version "4.2.2" version "4.2.9"
resolved "https://registry.yarnpkg.com/@mantine/form/-/form-4.2.2.tgz#083cbd3d8554f3efa3c12421b8c6ebb0154d056d" resolved "https://registry.yarnpkg.com/@mantine/form/-/form-4.2.9.tgz#33957a3d03350c09fd7ed8c4d1e022a7c5601aeb"
integrity sha512-wrC1m3TV4icaaUwfd4sUV8xyjx6MHsVNSdaP7hqALCVC3iNWLOHLxkDCZZbOn0lg1X7UX62JUqcJm6E+41PNog== integrity sha512-tr9DwZBNM404zKNk+5l7RWBxn23K0m6irRmdMeWtruxNRbHmpWncqJ68WExTzvJMk/tWaVchJwXmq7M2DO+RxQ==
"@mantine/hooks@^4.1.2": "@mantine/hooks@^4.1.2":
version "4.1.2" version "4.1.2"
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-4.1.2.tgz#7d9af7e505bdfb017a37181ed4061fa66e37cbae" resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-4.1.2.tgz#7d9af7e505bdfb017a37181ed4061fa66e37cbae"
integrity sha512-ccTD4q7jViYisizjydRkCZdiMrtbC+uxEsZHHjyy/adcK8zOix178bag53OKn5TIFFMH6dXHZmto0IZsVCY1vw== integrity sha512-ccTD4q7jViYisizjydRkCZdiMrtbC+uxEsZHHjyy/adcK8zOix178bag53OKn5TIFFMH6dXHZmto0IZsVCY1vw==
"@mantine/modals@^4.1.2": "@mantine/modals@^4.2.9":
version "4.1.2" version "4.2.9"
resolved "https://registry.yarnpkg.com/@mantine/modals/-/modals-4.1.2.tgz#28470f6be953c9d23ccf9b654657964956c83d26" resolved "https://registry.yarnpkg.com/@mantine/modals/-/modals-4.2.9.tgz#b3e6c2b489d9c4fee0d7369770d749d3dc0cea3b"
integrity sha512-mJN+x2IBDPYyllvJaw3DhpDMnVt7CCa84jkWj0Ul5CxxeFa8hTGopkAKeJ+U0sk0WoP0AW1m2YYpJlQOSpkLqQ== integrity sha512-uf4tW5X2xedKU0ykArFhmcOr1H7voi+s/mBAZ+aE+AxiR+MJVymSVmudK636vkZ3v7Ifpenxk1TzdNEiOjd/OQ==
"@mantine/notifications@^4.1.2": "@mantine/notifications@^4.2.9":
version "4.1.2" version "4.2.9"
resolved "https://registry.yarnpkg.com/@mantine/notifications/-/notifications-4.1.2.tgz#fd33a68f9af3740c2c882ab962fb50959a76e26a" resolved "https://registry.yarnpkg.com/@mantine/notifications/-/notifications-4.2.9.tgz#b25b84e7beaefe190893f5c749e3aac1c3a9a5fc"
integrity sha512-wC9PgNs1xkKGd2Hlq9GhKRb5Mu74eIZNE+6N1Pp8gJ6VyCXQ7sLVgJ64SCEXGYP8Da4EZpyrj/9ZjhrQi7tB5Q== integrity sha512-t19JCCBmJl9/vXlE4vLiz9WqssvNL50MFgJ30MwI+Rc36xO3PnvY3LX3hULKmqOtOlVdTcWz2RwbPkVjM8/c7A==
dependencies: dependencies:
react-transition-group "^4.4.2" react-transition-group "^4.4.2"
"@mantine/styles@4.1.2": "@mantine/styles@4.2.9":
version "4.1.2" version "4.2.9"
resolved "https://registry.yarnpkg.com/@mantine/styles/-/styles-4.1.2.tgz#81440bb8fc72fb3d05df1e7779d8326d2c6c297f" resolved "https://registry.yarnpkg.com/@mantine/styles/-/styles-4.2.9.tgz#97fbc96be5ea970218aab0ad62a8f7c736bc6225"
integrity sha512-HcBrmKzEV7jbBBxicnHUl/Ol/eS5hrZ4lt4hpoi/yD/VVx0BHolK4LkiHCvoh9vFHHN2o9gQo236LgHbqYMEGA== integrity sha512-UT5m1412N20HPl+Mg2zTN7gP34J1GIa3o7eQ+fHThAQkAMm/vBehzX8nkbdxwyYkwuu6+/4kizcbM/Op4jMI3g==
dependencies: dependencies:
"@emotion/cache" "^11.7.1" "@emotion/cache" "11.7.1"
"@emotion/react" "^11.7.1" "@emotion/react" "11.7.1"
"@emotion/serialize" "^1.0.2" "@emotion/serialize" "1.0.2"
"@emotion/utils" "^1.0.0" "@emotion/utils" "1.0.0"
clsx "^1.1.1" clsx "^1.1.1"
csstype "^3.0.9" csstype "3.0.9"
"@mdx-js/loader@^1.6.22": "@mdx-js/loader@^1.6.22":
version "1.6.22" version "1.6.22"
@ -4366,7 +4364,7 @@ babel-plugin-istanbul@^6.0.0:
istanbul-lib-instrument "^5.0.4" istanbul-lib-instrument "^5.0.4"
test-exclude "^6.0.0" test-exclude "^6.0.0"
babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0: babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.8.0:
version "2.8.0" version "2.8.0"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
@ -5811,12 +5809,17 @@ cssstyle@^2.3.0:
dependencies: dependencies:
cssom "~0.3.6" cssom "~0.3.6"
csstype@3.0.9:
version "3.0.9"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
csstype@^2.5.7: csstype@^2.5.7:
version "2.6.20" version "2.6.20"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda" resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda"
integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA== integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==
csstype@^3.0.2, csstype@^3.0.9: csstype@^3.0.2:
version "3.0.11" version "3.0.11"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33" resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw== integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==