Skip to content

Commit 5ef933e

Browse files
committed
chore: Bump to 0.0.14 and bump freya
1 parent a0a521b commit 5ef933e

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "valin"
3-
version = "0.0.13"
3+
version = "0.0.14"
44
edition = "2021"
55

66
[patch.crates-io]
77
dioxus-sdk = { git = "https://github.com/DioxusLabs/sdk", rev = "57ab3fa972c6d4a7acc25e82a0aafc3ff9e63403" }
88

99
[dependencies]
10-
freya-node-state = { git = "https://github.com/marc2332/freya", rev = "523a9d98339c356d4edc43fec7f87ba35c3ffe59" }
11-
freya = { git = "https://github.com/marc2332/freya", rev = "523a9d98339c356d4edc43fec7f87ba35c3ffe59" }
12-
freya-hooks = { git = "https://github.com/marc2332/freya", rev = "523a9d98339c356d4edc43fec7f87ba35c3ffe59" }
10+
freya-node-state = { git = "https://github.com/marc2332/freya", rev = "44d1ee86154fa12bb3e5a0f70dbd752f012a909a" }
11+
freya = { git = "https://github.com/marc2332/freya", rev = "44d1ee86154fa12bb3e5a0f70dbd752f012a909a" }
12+
freya-hooks = { git = "https://github.com/marc2332/freya", rev = "44d1ee86154fa12bb3e5a0f70dbd752f012a909a" }
1313

1414
dioxus-radio = "0.2.4"
1515
dioxus = "0.5"

src/components/text_area.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub fn TextArea(props: TextAreaProps) -> Element {
8383
margin: "0 0 2 0",
8484
cursor_reference,
8585
a11y_id: focus.attribute(),
86-
a11y_role: "textInput",
86+
a11y_role: "text-input",
8787
a11y_auto_focus: "true",
8888
onkeydown,
8989
paragraph {

0 commit comments

Comments
 (0)