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",
"eslint": "8.9.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-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"happy-dom": "2.41.0",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
@ -85,12 +85,12 @@
"vitest": "0.5.4"
},
"dependencies": {
"@mantine/core": "^4.1.2",
"@mantine/dates": "^4.1.2",
"@mantine/form": "^4.2.2",
"@mantine/core": "^4.2.9",
"@mantine/dates": "^4.2.9",
"@mantine/form": "^4.2.9",
"@mantine/hooks": "^4.1.2",
"@mantine/modals": "^4.1.2",
"@mantine/notifications": "^4.1.2",
"@mantine/modals": "^4.2.9",
"@mantine/notifications": "^4.2.9",
"@tanstack/react-table": "^8.0.0-alpha.87",
"dayjs": "^1.11.0",
"electron-store": "^8.0.1",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
exports[`atoms::PasswordInput > renders without exploding 1`] = `
<DocumentFragment>
<div
class="mantine-PasswordInput-root mantine-18udhi"
class="mantine-PasswordInput-root mantine-1m3pqry"
>
<label
class="mantine-PasswordInput-label mantine-7802ha"
@ -17,10 +17,10 @@ exports[`atoms::PasswordInput > renders without exploding 1`] = `
>
<div
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
class="mantine-PasswordInput-innerInput mantine-1bj8gkk"
class="mantine-PasswordInput-innerInput mantine-u0eqyi"
id="pass"
type="password"
/>
@ -30,7 +30,7 @@ exports[`atoms::PasswordInput > renders without exploding 1`] = `
>
<button
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"
type="button"
>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,12 +6,12 @@ exports[`molecules::ReadyToUse > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq"
>
<h1
class="mantine-Title-root mantine-xz2ygd"
class="mantine-Title-root mantine-1krktmh"
>
Haveno is ready for use.
</h1>
<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.
</div>
@ -22,7 +22,7 @@ exports[`molecules::ReadyToUse > renders without exploding 1`] = `
class="mantine-Group-root mantine-19jxmdp"
>
<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"
>
<div

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -9,21 +9,21 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq"
>
<div
class="mantine-Container-root mantine-me1cdz"
class="mantine-Container-root mantine-15pjuqq"
>
<h1
class="mantine-Title-root mantine-1rawl7h"
class="mantine-Title-root mantine-10yhpe6"
>
Create password
</h1>
</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.
</div>
<div
class="mantine-TextInput-root mantine-14qek68"
class="mantine-TextInput-root mantine-1u48g6v"
>
<label
class="mantine-TextInput-label mantine-1bjo575"
@ -38,7 +38,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
<input
aria-invalid="false"
aria-label="Enter password"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-nk8491"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-170eizj"
id="password"
tabindex="1"
type="password"
@ -47,7 +47,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
</div>
</div>
<div
class="mantine-TextInput-root mantine-14qek68"
class="mantine-TextInput-root mantine-1u48g6v"
>
<label
class="mantine-TextInput-label mantine-1bjo575"
@ -62,7 +62,7 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
<input
aria-invalid="false"
aria-label="Repeat password"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-nk8491"
class="mantine-TextInput-defaultVariant mantine-TextInput-input mantine-170eizj"
id="repeatPassword"
tabindex="2"
type="password"
@ -78,18 +78,18 @@ exports[`organisms::SetPassword > renders without exploding 1`] = `
>
<button
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"
>
<span
class="mantine-Text-root mantine-1mwiqnz"
class="mantine-Text-root mantine-1g5fxnv"
>
Go Back
</span>
</button>
<button
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"
>
<div

View File

@ -9,12 +9,12 @@ exports[`molecules::WalletManagement > renders after loading data 1`] = `
class="mantine-63n06h"
/>
<div
class="mantine-Text-root mantine-1ogvxnc"
class="mantine-Text-root mantine-1r7efq5"
>
Loading Wallet Seeds...
</div>
<ol
class="mantine-List-root mantine-14df5ct"
class="mantine-List-root mantine-shpils"
>
<div
class="mantine-Group-root mantine-1qkd5ve"
@ -409,7 +409,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
class="mantine-78ek8g"
/>
<div
class="mantine-PasswordInput-root mantine-14qek68"
class="mantine-PasswordInput-root mantine-1u48g6v"
>
<label
class="mantine-PasswordInput-label mantine-1bjo575"
@ -418,6 +418,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
>
Password
<span
aria-hidden="true"
class="mantine-1wc35tu mantine-PasswordInput-required"
>
*
@ -428,10 +429,10 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
>
<div
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
class="mantine-PasswordInput-innerInput mantine-17c0t6q"
class="mantine-PasswordInput-innerInput mantine-66fxec"
id="password"
required=""
type="password"
@ -443,7 +444,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
>
<button
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"
type="button"
>
@ -472,7 +473,7 @@ exports[`molecules::WalletManagement > renders loading state 1`] = `
class="mantine-Group-root mantine-147cgkf"
>
<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=""
type="submit"
>

View File

@ -15,7 +15,7 @@ exports[`pages::Login > renders without exploding 1`] = `
/>
</header>
<div
class="mantine-Container-root mantine-1hpmr7z"
class="mantine-Container-root mantine-13ldvuy"
>
<div
class="mantine-Stack-root mantine-12lpdrc"
@ -25,16 +25,16 @@ exports[`pages::Login > renders without exploding 1`] = `
class="mantine-Stack-root mantine-lfk3cq"
>
<div
class="mantine-Container-root mantine-me1cdz"
class="mantine-Container-root mantine-15pjuqq"
>
<h1
class="mantine-Title-root mantine-1rawl7h"
class="mantine-Title-root mantine-10yhpe6"
>
Login to Haveno
</h1>
</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.
</div>
@ -42,7 +42,7 @@ exports[`pages::Login > renders without exploding 1`] = `
class="mantine-63n06h"
/>
<div
class="mantine-PasswordInput-root mantine-14qek68"
class="mantine-PasswordInput-root mantine-1u48g6v"
>
<label
class="mantine-PasswordInput-label mantine-1bjo575"
@ -56,11 +56,11 @@ exports[`pages::Login > renders without exploding 1`] = `
>
<div
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
aria-label="Password"
class="mantine-PasswordInput-innerInput mantine-17c0t6q"
class="mantine-PasswordInput-innerInput mantine-66fxec"
id="password"
type="password"
value=""
@ -71,7 +71,7 @@ exports[`pages::Login > renders without exploding 1`] = `
>
<button
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"
type="button"
>
@ -100,7 +100,7 @@ exports[`pages::Login > renders without exploding 1`] = `
class="mantine-Group-root mantine-19jxmdp"
>
<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"
>
<div

View File

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

141
yarn.lock
View File

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