Skip to content

Commit

Permalink
chore: Bump to 0.0.14 and bump freya
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 6, 2024
1 parent a0a521b commit 5ef933e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "valin"
version = "0.0.13"
version = "0.0.14"
edition = "2021"

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

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

dioxus-radio = "0.2.4"
dioxus = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion src/components/text_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn TextArea(props: TextAreaProps) -> Element {
margin: "0 0 2 0",
cursor_reference,
a11y_id: focus.attribute(),
a11y_role: "textInput",
a11y_role: "text-input",
a11y_auto_focus: "true",
onkeydown,
paragraph {
Expand Down

0 comments on commit 5ef933e

Please sign in to comment.