diff --git a/packages/leptos/form/Cargo.toml b/packages/leptos/form/Cargo.toml index 3290328..57ae087 100644 --- a/packages/leptos/form/Cargo.toml +++ b/packages/leptos/form/Cargo.toml @@ -15,8 +15,8 @@ leptos-style = "0.2" web-sys = { version = "0.3", features = ["HtmlFormElement", "HtmlInputElement", "HtmlElement", "Element", "Node", "Event", "EventTarget", "SubmitEvent"] } wasm-bindgen = "0.2" tailwind_fuse = "0.1" -leptos-shadcn-input = { path = "../input" } -leptos-shadcn-button = { path = "../button" } +leptos-shadcn-input = "0.1.0" +leptos-shadcn-button = "0.1.0" gloo-timers = "0.3" leptos-struct-component = "0.2" diff --git a/packages/leptos/pagination/Cargo.toml b/packages/leptos/pagination/Cargo.toml index a1689af..393ecf3 100644 --- a/packages/leptos/pagination/Cargo.toml +++ b/packages/leptos/pagination/Cargo.toml @@ -17,7 +17,7 @@ leptos-style.workspace = true tailwind_fuse.workspace = true web-sys.workspace = true lucide-leptos = { workspace = true, features = ["navigation"] } -leptos-shadcn-button = { path = "../button" } +leptos-shadcn-button = "0.1.0" [features] default = []