mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
feat: Update main package to use published v0.6.0 dependencies for lazy-loading
- Main package now uses published dependencies for 35 components - Ready to publish main leptos-shadcn-ui v0.6.0 package
This commit is contained in:
48
Cargo.lock
generated
48
Cargo.lock
generated
@@ -2207,6 +2207,21 @@ dependencies = [
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-drawer"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d54552bb3d3f6f6ac256501f96aebc1738055238f884b3386340a60843b48510"
|
||||
dependencies = [
|
||||
"leptos",
|
||||
"leptos-node-ref",
|
||||
"leptos-struct-component",
|
||||
"leptos-style",
|
||||
"tailwind_fuse 0.3.2",
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-dropdown-menu"
|
||||
version = "0.6.0"
|
||||
@@ -2305,6 +2320,20 @@ dependencies = [
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-hover-card"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f77746808393193f4b03c251e8001eac040ee45dfbbdd210b2933fcdeac87a2"
|
||||
dependencies = [
|
||||
"leptos",
|
||||
"leptos-node-ref",
|
||||
"leptos-struct-component",
|
||||
"leptos-style",
|
||||
"tailwind_fuse 0.3.2",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-input"
|
||||
version = "0.2.0"
|
||||
@@ -2360,6 +2389,19 @@ dependencies = [
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-input-otp"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "353a3fd2fd0c401c5e233a99bd65624ea9d4dcc081feb1f6f4229f4cb3934f69"
|
||||
dependencies = [
|
||||
"leptos",
|
||||
"serde",
|
||||
"tailwind_fuse 0.3.2",
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-label"
|
||||
version = "0.6.0"
|
||||
@@ -2888,13 +2930,13 @@ dependencies = [
|
||||
"leptos-shadcn-context-menu 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-date-picker 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-dialog 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-drawer",
|
||||
"leptos-shadcn-drawer 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-dropdown-menu 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-error-boundary 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-form 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-hover-card",
|
||||
"leptos-shadcn-hover-card 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-input 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-input-otp",
|
||||
"leptos-shadcn-input-otp 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-label 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-lazy-loading",
|
||||
"leptos-shadcn-menubar 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
@@ -72,7 +72,7 @@ leptos-shadcn-performance-audit = { version = "0.1.0", optional = true }
|
||||
|
||||
# Additional packages (published dependencies for v0.4.0 release)
|
||||
leptos-shadcn-error-boundary = { version = "0.6.0", optional = true }
|
||||
leptos-shadcn-lazy-loading = { path = "../leptos/lazy-loading", version = "0.6.0", optional = true }
|
||||
leptos-shadcn-lazy-loading = { version = "0.6.0", optional = true }
|
||||
leptos-shadcn-registry = { version = "0.1.0", optional = true }
|
||||
|
||||
# Additional dependencies
|
||||
|
||||
Reference in New Issue
Block a user