mirror of
https://github.com/mztlive/dx-admin-template.git
synced 2025-12-22 21:59:59 +00:00
fix style
This commit is contained in:
493
Cargo.lock
generated
493
Cargo.lock
generated
@@ -569,6 +569,15 @@ version = "0.4.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "convert_case"
|
||||||
|
version = "0.6.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
||||||
|
dependencies = [
|
||||||
|
"unicode-segmentation",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "convert_case"
|
name = "convert_case"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
@@ -840,6 +849,20 @@ dependencies = [
|
|||||||
"crypto-common",
|
"crypto-common",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "60a247114500f1a78e87022defa8173de847accfada8e8809dfae23a118a580c"
|
||||||
|
dependencies = [
|
||||||
|
"dioxus-core 0.6.3",
|
||||||
|
"dioxus-core-macro 0.6.3",
|
||||||
|
"dioxus-hooks 0.6.2",
|
||||||
|
"dioxus-html 0.6.3",
|
||||||
|
"dioxus-router 0.6.3",
|
||||||
|
"dioxus-signals 0.6.3",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus"
|
name = "dioxus"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -847,24 +870,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "9361dcb0cacb57f8af31010e1a3503404415ce5ff33dd83c760dfdcf505aded9"
|
checksum = "9361dcb0cacb57f8af31010e1a3503404415ce5ff33dd83c760dfdcf505aded9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-asset-resolver",
|
"dioxus-asset-resolver",
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-config-macro",
|
"dioxus-config-macro 0.7.0",
|
||||||
"dioxus-config-macros",
|
"dioxus-config-macros",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-core-macro",
|
"dioxus-core-macro 0.7.0",
|
||||||
"dioxus-desktop",
|
"dioxus-desktop",
|
||||||
"dioxus-devtools",
|
"dioxus-devtools",
|
||||||
"dioxus-document",
|
"dioxus-document 0.7.0",
|
||||||
"dioxus-fullstack",
|
"dioxus-fullstack",
|
||||||
"dioxus-fullstack-macro",
|
"dioxus-fullstack-macro",
|
||||||
"dioxus-history",
|
"dioxus-history 0.7.0",
|
||||||
"dioxus-hooks",
|
"dioxus-hooks 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"dioxus-liveview",
|
"dioxus-liveview",
|
||||||
"dioxus-logger",
|
"dioxus-logger",
|
||||||
"dioxus-router",
|
"dioxus-router 0.7.0",
|
||||||
"dioxus-server",
|
"dioxus-server",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"dioxus-ssr",
|
"dioxus-ssr",
|
||||||
"dioxus-stores",
|
"dioxus-stores",
|
||||||
"dioxus-web",
|
"dioxus-web",
|
||||||
@@ -880,7 +903,7 @@ version = "0.7.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "954badc855b8e61d8880d204c7e3e2570daa59302c3843b2de1fae30ec266e64"
|
checksum = "954badc855b8e61d8880d204c7e3e2570daa59302c3843b2de1fae30ec266e64"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"http",
|
"http",
|
||||||
"infer",
|
"infer",
|
||||||
"jni",
|
"jni",
|
||||||
@@ -895,6 +918,12 @@ dependencies = [
|
|||||||
"web-sys",
|
"web-sys",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-cli-config"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "cdd16948f1ffdb068dd9a64812158073a4250e2af4e98ea31fdac0312e6bce86"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-cli-config"
|
name = "dioxus-cli-config"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -904,6 +933,16 @@ dependencies = [
|
|||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-config-macro"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "75cbf582fbb1c32d34a1042ea675469065574109c95154468710a4d73ee98b49"
|
||||||
|
dependencies = [
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-config-macro"
|
name = "dioxus-config-macro"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -920,6 +959,26 @@ version = "0.7.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "060c2e384709a434a74d24a676f4ccd61e7a97f812b0807fa71a8ef8896cfd3b"
|
checksum = "060c2e384709a434a74d24a676f4ccd61e7a97f812b0807fa71a8ef8896cfd3b"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-core"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "9c03f451a119e47433c16e2d8eb5b15bf7d6e6734eb1a4c47574e6711dadff8d"
|
||||||
|
dependencies = [
|
||||||
|
"const_format",
|
||||||
|
"dioxus-core-types 0.6.2",
|
||||||
|
"futures-channel",
|
||||||
|
"futures-util",
|
||||||
|
"generational-box 0.6.2",
|
||||||
|
"longest-increasing-subsequence",
|
||||||
|
"rustc-hash 1.1.0",
|
||||||
|
"rustversion",
|
||||||
|
"slab",
|
||||||
|
"slotmap",
|
||||||
|
"tracing",
|
||||||
|
"warnings",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-core"
|
name = "dioxus-core"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -928,10 +987,10 @@ checksum = "743e05cc98a6c7189e7df49791c0affb860cb858ba2a19dde4ecadf2a8729e8c"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"const_format",
|
"const_format",
|
||||||
"dioxus-core-types",
|
"dioxus-core-types 0.7.0",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"longest-increasing-subsequence",
|
"longest-increasing-subsequence",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"rustversion",
|
"rustversion",
|
||||||
@@ -943,6 +1002,19 @@ dependencies = [
|
|||||||
"warnings",
|
"warnings",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-core-macro"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "105c954caaaedf8cd10f3d1ba576b01e18aa8d33ad435182125eefe488cf0064"
|
||||||
|
dependencies = [
|
||||||
|
"convert_case 0.6.0",
|
||||||
|
"dioxus-rsx 0.6.2",
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"syn 2.0.108",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-core-macro"
|
name = "dioxus-core-macro"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -950,12 +1022,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "fa557c3d165eb2df73414f4678912e4595de80d6cd13566a3377f16c438c5ec3"
|
checksum = "fa557c3d165eb2df73414f4678912e4595de80d6cd13566a3377f16c438c5ec3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"convert_case 0.8.0",
|
"convert_case 0.8.0",
|
||||||
"dioxus-rsx",
|
"dioxus-rsx 0.7.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.108",
|
"syn 2.0.108",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-core-types"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "91a82fccfa48574eb7aa183e297769540904694844598433a9eb55896ad9f93b"
|
||||||
|
dependencies = [
|
||||||
|
"once_cell",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-core-types"
|
name = "dioxus-core-types"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -974,23 +1055,23 @@ dependencies = [
|
|||||||
"cocoa",
|
"cocoa",
|
||||||
"core-foundation 0.10.1",
|
"core-foundation 0.10.1",
|
||||||
"dioxus-asset-resolver",
|
"dioxus-asset-resolver",
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-devtools",
|
"dioxus-devtools",
|
||||||
"dioxus-document",
|
"dioxus-document 0.7.0",
|
||||||
"dioxus-history",
|
"dioxus-history 0.7.0",
|
||||||
"dioxus-hooks",
|
"dioxus-hooks 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"dioxus-interpreter-js",
|
"dioxus-interpreter-js",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"dunce",
|
"dunce",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"global-hotkey",
|
"global-hotkey",
|
||||||
"infer",
|
"infer",
|
||||||
"jni",
|
"jni",
|
||||||
"lazy-js-bundle",
|
"lazy-js-bundle 0.7.0",
|
||||||
"libc",
|
"libc",
|
||||||
"muda",
|
"muda",
|
||||||
"ndk",
|
"ndk",
|
||||||
@@ -1023,10 +1104,10 @@ version = "0.7.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "419353dace2fb67ac7b35070a56c00a66c920c0191e7a81cf9c9ac8dd7ab3798"
|
checksum = "419353dace2fb67ac7b35070a56c00a66c920c0191e7a81cf9c9ac8dd7ab3798"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-devtools-types",
|
"dioxus-devtools-types",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -1044,25 +1125,44 @@ version = "0.7.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e6eb8755823ca644da88a50e80676330f4f0c1a40650af03d2fd617d3478a8e7"
|
checksum = "e6eb8755823ca644da88a50e80676330f4f0c1a40650af03d2fd617d3478a8e7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"serde",
|
"serde",
|
||||||
"subsecond-types",
|
"subsecond-types",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-document"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "802a2014d1662b6615eec0a275745822ee4fc66aacd9d0f2fb33d6c8da79b8f2"
|
||||||
|
dependencies = [
|
||||||
|
"dioxus-core 0.6.3",
|
||||||
|
"dioxus-core-macro 0.6.3",
|
||||||
|
"dioxus-core-types 0.6.2",
|
||||||
|
"dioxus-html 0.6.3",
|
||||||
|
"futures-channel",
|
||||||
|
"futures-util",
|
||||||
|
"generational-box 0.6.2",
|
||||||
|
"lazy-js-bundle 0.6.2",
|
||||||
|
"serde",
|
||||||
|
"serde_json",
|
||||||
|
"tracing",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-document"
|
name = "dioxus-document"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "94cc73e120c260a07689353b09b8fdb0c49960fb88ba8e669992245c80720bb6"
|
checksum = "94cc73e120c260a07689353b09b8fdb0c49960fb88ba8e669992245c80720bb6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-core-macro",
|
"dioxus-core-macro 0.7.0",
|
||||||
"dioxus-core-types",
|
"dioxus-core-types 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"lazy-js-bundle",
|
"lazy-js-bundle 0.7.0",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tracing",
|
"tracing",
|
||||||
@@ -1088,13 +1188,13 @@ dependencies = [
|
|||||||
"content_disposition",
|
"content_disposition",
|
||||||
"derive_more 2.0.1",
|
"derive_more 2.0.1",
|
||||||
"dioxus-asset-resolver",
|
"dioxus-asset-resolver",
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-fullstack-core",
|
"dioxus-fullstack-core",
|
||||||
"dioxus-fullstack-macro",
|
"dioxus-fullstack-macro",
|
||||||
"dioxus-hooks",
|
"dioxus-hooks 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"form_urlencoded",
|
"form_urlencoded",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
@@ -1143,14 +1243,14 @@ dependencies = [
|
|||||||
"axum-core",
|
"axum-core",
|
||||||
"base64",
|
"base64",
|
||||||
"ciborium",
|
"ciborium",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-document",
|
"dioxus-document 0.7.0",
|
||||||
"dioxus-history",
|
"dioxus-history 0.7.0",
|
||||||
"dioxus-hooks",
|
"dioxus-hooks 0.7.0",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"http",
|
"http",
|
||||||
"inventory",
|
"inventory",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
@@ -1175,33 +1275,82 @@ dependencies = [
|
|||||||
"xxhash-rust",
|
"xxhash-rust",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-history"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "5ae4e22616c698f35b60727313134955d885de2d32e83689258e586ebc9b7909"
|
||||||
|
dependencies = [
|
||||||
|
"dioxus-core 0.6.3",
|
||||||
|
"tracing",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-history"
|
name = "dioxus-history"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1ea04ad918a08b81af66f1128f759162e33e8f7e7e062597e6dd542a45211905"
|
checksum = "1ea04ad918a08b81af66f1128f759162e33e8f7e7e062597e6dd542a45211905"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-hooks"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "948e2b3f20d9d4b2c300aaa60281b1755f3298684448920b27106da5841896d0"
|
||||||
|
dependencies = [
|
||||||
|
"dioxus-core 0.6.3",
|
||||||
|
"dioxus-signals 0.6.3",
|
||||||
|
"futures-channel",
|
||||||
|
"futures-util",
|
||||||
|
"generational-box 0.6.2",
|
||||||
|
"rustversion",
|
||||||
|
"slab",
|
||||||
|
"tracing",
|
||||||
|
"warnings",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-hooks"
|
name = "dioxus-hooks"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0e7c1a9c7e8d2422198d082d03a9e1f4eb5789cdc1d73f1eb08e0d36a62fdfcb"
|
checksum = "0e7c1a9c7e8d2422198d082d03a9e1f4eb5789cdc1d73f1eb08e0d36a62fdfcb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"rustversion",
|
"rustversion",
|
||||||
"slab",
|
"slab",
|
||||||
"tracing",
|
"tracing",
|
||||||
"warnings",
|
"warnings",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-html"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "59c9a40e6fee20ce7990095492dedb6a753eebe05e67d28271a249de74dc796d"
|
||||||
|
dependencies = [
|
||||||
|
"async-trait",
|
||||||
|
"dioxus-core 0.6.3",
|
||||||
|
"dioxus-core-macro 0.6.3",
|
||||||
|
"dioxus-core-types 0.6.2",
|
||||||
|
"dioxus-hooks 0.6.2",
|
||||||
|
"dioxus-html-internal-macro 0.6.2",
|
||||||
|
"enumset",
|
||||||
|
"euclid",
|
||||||
|
"futures-channel",
|
||||||
|
"generational-box 0.6.2",
|
||||||
|
"keyboard-types",
|
||||||
|
"lazy-js-bundle 0.6.2",
|
||||||
|
"rustversion",
|
||||||
|
"tracing",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-html"
|
name = "dioxus-html"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -1210,18 +1359,18 @@ checksum = "fe86f40430acb0ee310f91e7dbdd48ea4e26267dedab6e54f0c45f0c692db924"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"bytes",
|
"bytes",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-core-macro",
|
"dioxus-core-macro 0.7.0",
|
||||||
"dioxus-core-types",
|
"dioxus-core-types 0.7.0",
|
||||||
"dioxus-hooks",
|
"dioxus-hooks 0.7.0",
|
||||||
"dioxus-html-internal-macro",
|
"dioxus-html-internal-macro 0.7.0",
|
||||||
"enumset",
|
"enumset",
|
||||||
"euclid",
|
"euclid",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"keyboard-types",
|
"keyboard-types",
|
||||||
"lazy-js-bundle",
|
"lazy-js-bundle 0.7.0",
|
||||||
"rustversion",
|
"rustversion",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
@@ -1229,6 +1378,18 @@ dependencies = [
|
|||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-html-internal-macro"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "43ba87b53688a2c9f619ecdf4b3b955bc1f08bd0570a80a0d626c405f6d14a76"
|
||||||
|
dependencies = [
|
||||||
|
"convert_case 0.6.0",
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"syn 2.0.108",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-html-internal-macro"
|
name = "dioxus-html-internal-macro"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -1247,11 +1408,11 @@ version = "0.7.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "14c429cd5057cec2eb00acef02a699ebd359a98d392629464b2e1c350eaed8ce"
|
checksum = "14c429cd5057cec2eb00acef02a699ebd359a98d392629464b2e1c350eaed8ce"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-core-types",
|
"dioxus-core-types 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"lazy-js-bundle",
|
"lazy-js-bundle 0.7.0",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"serde",
|
"serde",
|
||||||
"sledgehammer_bindgen",
|
"sledgehammer_bindgen",
|
||||||
@@ -1261,6 +1422,24 @@ dependencies = [
|
|||||||
"web-sys",
|
"web-sys",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-lib"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "5405b71aa9b8b0c3e0d22728f12f34217ca5277792bd315878cc6ecab7301b72"
|
||||||
|
dependencies = [
|
||||||
|
"dioxus-config-macro 0.6.2",
|
||||||
|
"dioxus-core 0.6.3",
|
||||||
|
"dioxus-core-macro 0.6.3",
|
||||||
|
"dioxus-document 0.6.3",
|
||||||
|
"dioxus-history 0.6.2",
|
||||||
|
"dioxus-hooks 0.6.2",
|
||||||
|
"dioxus-html 0.6.3",
|
||||||
|
"dioxus-rsx 0.6.2",
|
||||||
|
"dioxus-signals 0.6.3",
|
||||||
|
"warnings",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-liveview"
|
name = "dioxus-liveview"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -1268,16 +1447,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "36d558d71ee41b33d2b35fd39444bfaab65fbda0b608c3eba33ea8ff97247115"
|
checksum = "36d558d71ee41b33d2b35fd39444bfaab65fbda0b608c3eba33ea8ff97247115"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-devtools",
|
"dioxus-devtools",
|
||||||
"dioxus-document",
|
"dioxus-document 0.7.0",
|
||||||
"dioxus-history",
|
"dioxus-history 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"dioxus-interpreter-js",
|
"dioxus-interpreter-js",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
@@ -1295,33 +1474,76 @@ version = "0.7.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7a54751cf6aa00132c8a17343ad8d8cdb587d67a4b71acfc19ed78a924128edb"
|
checksum = "7a54751cf6aa00132c8a17343ad8d8cdb587d67a4b71acfc19ed78a924128edb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"tracing-wasm",
|
"tracing-wasm",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-motion"
|
||||||
|
version = "0.3.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "05b22f47699c0f8cdba183906f4ff9dd633d0bc36ddd57db370000e79d123917"
|
||||||
|
dependencies = [
|
||||||
|
"dioxus 0.6.3",
|
||||||
|
"easer",
|
||||||
|
"futures-channel",
|
||||||
|
"futures-util",
|
||||||
|
"instant",
|
||||||
|
"wasm-bindgen",
|
||||||
|
"web-sys",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-router"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "7266a76fc9e4a91f56499d1d1aecfff7168952b6627a6008b4e9748d6bf863e4"
|
||||||
|
dependencies = [
|
||||||
|
"dioxus-cli-config 0.6.3",
|
||||||
|
"dioxus-history 0.6.2",
|
||||||
|
"dioxus-lib",
|
||||||
|
"dioxus-router-macro 0.6.3",
|
||||||
|
"rustversion",
|
||||||
|
"tracing",
|
||||||
|
"url",
|
||||||
|
"urlencoding",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-router"
|
name = "dioxus-router"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "577cc2680066242ef0e672c379c7b63072dee838a7dac6a4296f0c768ab2f72f"
|
checksum = "577cc2680066242ef0e672c379c7b63072dee838a7dac6a4296f0c768ab2f72f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-core-macro",
|
"dioxus-core-macro 0.7.0",
|
||||||
"dioxus-fullstack-core",
|
"dioxus-fullstack-core",
|
||||||
"dioxus-history",
|
"dioxus-history 0.7.0",
|
||||||
"dioxus-hooks",
|
"dioxus-hooks 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"dioxus-router-macro",
|
"dioxus-router-macro 0.7.0",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"rustversion",
|
"rustversion",
|
||||||
"tracing",
|
"tracing",
|
||||||
"url",
|
"url",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-router-macro"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "2743ffb79e9a7d33d779c87d6deea2a6c047d0736012f95d63b909b83f0a6fd2"
|
||||||
|
dependencies = [
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"slab",
|
||||||
|
"syn 2.0.108",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-router-macro"
|
name = "dioxus-router-macro"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -1337,6 +1559,18 @@ dependencies = [
|
|||||||
"syn 2.0.108",
|
"syn 2.0.108",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-rsx"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "3eb588e05800b5a7eb90b2f40fca5bbd7626e823fb5e1ba21e011de649b45aa1"
|
||||||
|
dependencies = [
|
||||||
|
"proc-macro2",
|
||||||
|
"proc-macro2-diagnostics",
|
||||||
|
"quote",
|
||||||
|
"syn 2.0.108",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-rsx"
|
name = "dioxus-rsx"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -1363,25 +1597,25 @@ dependencies = [
|
|||||||
"chrono",
|
"chrono",
|
||||||
"ciborium",
|
"ciborium",
|
||||||
"dashmap",
|
"dashmap",
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-core-macro",
|
"dioxus-core-macro 0.7.0",
|
||||||
"dioxus-devtools",
|
"dioxus-devtools",
|
||||||
"dioxus-document",
|
"dioxus-document 0.7.0",
|
||||||
"dioxus-fullstack-core",
|
"dioxus-fullstack-core",
|
||||||
"dioxus-history",
|
"dioxus-history 0.7.0",
|
||||||
"dioxus-hooks",
|
"dioxus-hooks 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"dioxus-interpreter-js",
|
"dioxus-interpreter-js",
|
||||||
"dioxus-logger",
|
"dioxus-logger",
|
||||||
"dioxus-router",
|
"dioxus-router 0.7.0",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"dioxus-ssr",
|
"dioxus-ssr",
|
||||||
"enumset",
|
"enumset",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"http",
|
"http",
|
||||||
"http-body-util",
|
"http-body-util",
|
||||||
"hyper",
|
"hyper",
|
||||||
@@ -1407,16 +1641,33 @@ dependencies = [
|
|||||||
"walkdir",
|
"walkdir",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dioxus-signals"
|
||||||
|
version = "0.6.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "10e032dbb3a2c0386ec8b8ee59bc20b5aeb67038147c855801237b45b13d72ac"
|
||||||
|
dependencies = [
|
||||||
|
"dioxus-core 0.6.3",
|
||||||
|
"futures-channel",
|
||||||
|
"futures-util",
|
||||||
|
"generational-box 0.6.2",
|
||||||
|
"once_cell",
|
||||||
|
"parking_lot",
|
||||||
|
"rustc-hash 1.1.0",
|
||||||
|
"tracing",
|
||||||
|
"warnings",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dioxus-signals"
|
name = "dioxus-signals"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4fce8fe43f49769d7a05bef9e1acafcefc9b5f7da2b9bb58e0bde12a145028b9"
|
checksum = "4fce8fe43f49769d7a05bef9e1acafcefc9b5f7da2b9bb58e0bde12a145028b9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"tracing",
|
"tracing",
|
||||||
@@ -1430,8 +1681,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "c180307efbf0f2cb64ad125fd4e6e00d0586dba73875bdea0d6587f5c89524b7"
|
checksum = "c180307efbf0f2cb64ad125fd4e6e00d0586dba73875bdea0d6587f5c89524b7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"askama_escape",
|
"askama_escape",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-core-types",
|
"dioxus-core-types 0.7.0",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -1441,8 +1692,8 @@ version = "0.7.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "01f9b29b4486f4aa515ab59b5d5b9177b1abf1a3f4c1940cedc8031ca6c11933"
|
checksum = "01f9b29b4486f4aa515ab59b5d5b9177b1abf1a3f4c1940cedc8031ca6c11933"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"dioxus-stores-macro",
|
"dioxus-stores-macro",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -1464,22 +1715,22 @@ version = "0.7.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6d877058b49e547fee2b0fe26af17018142983262a9dd3f739963903799aea8e"
|
checksum = "6d877058b49e547fee2b0fe26af17018142983262a9dd3f739963903799aea8e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-core",
|
"dioxus-core 0.7.0",
|
||||||
"dioxus-core-types",
|
"dioxus-core-types 0.7.0",
|
||||||
"dioxus-devtools",
|
"dioxus-devtools",
|
||||||
"dioxus-document",
|
"dioxus-document 0.7.0",
|
||||||
"dioxus-fullstack-core",
|
"dioxus-fullstack-core",
|
||||||
"dioxus-history",
|
"dioxus-history 0.7.0",
|
||||||
"dioxus-html",
|
"dioxus-html 0.7.0",
|
||||||
"dioxus-interpreter-js",
|
"dioxus-interpreter-js",
|
||||||
"dioxus-signals",
|
"dioxus-signals 0.7.0",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generational-box",
|
"generational-box 0.7.0",
|
||||||
"gloo-timers",
|
"gloo-timers",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"lazy-js-bundle",
|
"lazy-js-bundle 0.7.0",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"send_wrapper",
|
"send_wrapper",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -1620,7 +1871,17 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|||||||
name = "dx-admin-template"
|
name = "dx-admin-template"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dioxus",
|
"dioxus 0.7.0",
|
||||||
|
"dioxus-motion",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "easer"
|
||||||
|
version = "0.3.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "fba524f8b83c9c5bde02c2bb1627de9d1f81980489a6d54168cdfd08c258f917"
|
||||||
|
dependencies = [
|
||||||
|
"num-traits",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2037,6 +2298,16 @@ dependencies = [
|
|||||||
"x11",
|
"x11",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "generational-box"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "a673cf4fb0ea6a91aa86c08695756dfe875277a912cdbf33db9a9f62d47ed82b"
|
||||||
|
dependencies = [
|
||||||
|
"parking_lot",
|
||||||
|
"tracing",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "generational-box"
|
name = "generational-box"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -2680,6 +2951,18 @@ dependencies = [
|
|||||||
"cfb",
|
"cfb",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "instant"
|
||||||
|
version = "0.1.13"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
||||||
|
dependencies = [
|
||||||
|
"cfg-if",
|
||||||
|
"js-sys",
|
||||||
|
"wasm-bindgen",
|
||||||
|
"web-sys",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "inventory"
|
name = "inventory"
|
||||||
version = "0.3.21"
|
version = "0.3.21"
|
||||||
@@ -2789,6 +3072,12 @@ dependencies = [
|
|||||||
"selectors",
|
"selectors",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "lazy-js-bundle"
|
||||||
|
version = "0.6.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "e49596223b9d9d4947a14a25c142a6e7d8ab3f27eb3ade269d238bb8b5c267e2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lazy-js-bundle"
|
name = "lazy-js-bundle"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -2978,8 +3267,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "058d5b28351649020f1a1a3c36a8019a5e1d747f4103e3adb6b5eef15f1683e0"
|
checksum = "058d5b28351649020f1a1a3c36a8019a5e1d747f4103e3adb6b5eef15f1683e0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"const-serialize",
|
"const-serialize",
|
||||||
"dioxus-cli-config",
|
"dioxus-cli-config 0.7.0",
|
||||||
"dioxus-core-types",
|
"dioxus-core-types 0.7.0",
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dioxus = { version = "0.7.0", features = ["router", "fullstack"] }
|
dioxus = { version = "0.7.0", features = ["router", "fullstack"] }
|
||||||
|
dioxus-motion = "0.3.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["web"]
|
default = ["web"]
|
||||||
|
|||||||
@@ -20,8 +20,10 @@
|
|||||||
--destructive-foreground: 210 40% 98%;
|
--destructive-foreground: 210 40% 98%;
|
||||||
--ring: 215 20.2% 65.1%;
|
--ring: 215 20.2% 65.1%;
|
||||||
--radius: 0.5rem;
|
--radius: 0.5rem;
|
||||||
--shadow-sm: 0 1px 2px 0 rgb(15 23 42 / 0.04);
|
--shadow-sm: 0 1px 2px 0 rgb(15 23 42 / 0.05);
|
||||||
--shadow-md: 0 8px 20px -12px rgb(15 23 42 / 0.45);
|
--shadow-md:
|
||||||
|
0 4px 6px -1px rgb(15 23 42 / 0.1),
|
||||||
|
0 2px 4px -2px rgb(15 23 42 / 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark,
|
.dark,
|
||||||
@@ -68,22 +70,22 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
|
box-shadow: 0 0 0 1px transparent;
|
||||||
transition:
|
transition:
|
||||||
background-color 0.2s ease,
|
background-color 0.2s ease,
|
||||||
color 0.2s ease,
|
color 0.2s ease,
|
||||||
border-color 0.2s ease,
|
border-color 0.2s ease,
|
||||||
box-shadow 0.2s ease;
|
box-shadow 0.2s ease,
|
||||||
|
transform 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-button[data-size="sm"] {
|
.ui-button[data-size="sm"] {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
border-radius: calc(var(--radius) - 4px);
|
|
||||||
padding: 0 0.75rem;
|
padding: 0 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-button[data-size="lg"] {
|
.ui-button[data-size="lg"] {
|
||||||
height: 2.75rem;
|
height: 2.75rem;
|
||||||
border-radius: calc(var(--radius) + 2px);
|
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
@@ -92,7 +94,7 @@
|
|||||||
width: 2.25rem;
|
width: 2.25rem;
|
||||||
height: 2.25rem;
|
height: 2.25rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: calc(var(--radius) - 2px);
|
border-radius: 9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-button[data-variant="secondary"] {
|
.ui-button[data-variant="secondary"] {
|
||||||
@@ -174,13 +176,14 @@
|
|||||||
|
|
||||||
.ui-button:hover {
|
.ui-button:hover {
|
||||||
background-color: hsl(var(--primary) / 0.9);
|
background-color: hsl(var(--primary) / 0.9);
|
||||||
|
transform: translateY(-1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-button:focus-visible {
|
.ui-button:focus-visible {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 0 2px hsl(var(--ring) / 0.6),
|
0 0 0 2px hsl(var(--background)),
|
||||||
0 0 0 4px hsl(var(--background));
|
0 0 0 4px hsl(var(--ring) / 0.55);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-button:disabled,
|
.ui-button:disabled,
|
||||||
@@ -193,7 +196,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: hsl(var(--primary) / 0.1);
|
background-color: hsl(var(--primary) / 0.1);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: calc(var(--radius) - 6px);
|
border-radius: 9999px;
|
||||||
color: hsl(var(--primary));
|
color: hsl(var(--primary));
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
@@ -226,14 +229,15 @@
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
background-color: hsl(var(--background));
|
background-color: hsl(var(--background));
|
||||||
border: 1px solid hsl(var(--input));
|
border: 1px solid hsl(var(--input));
|
||||||
border-radius: calc(var(--radius) - 2px);
|
border-radius: var(--radius);
|
||||||
color: hsl(var(--foreground));
|
color: hsl(var(--foreground));
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
outline: none;
|
outline: none;
|
||||||
transition:
|
transition:
|
||||||
border-color 0.2s ease,
|
border-color 0.2s ease,
|
||||||
box-shadow 0.2s ease;
|
box-shadow 0.2s ease,
|
||||||
|
background-color 0.2s ease;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -256,7 +260,9 @@
|
|||||||
.ui-input:focus-visible,
|
.ui-input:focus-visible,
|
||||||
.ui-textarea:focus-visible {
|
.ui-textarea:focus-visible {
|
||||||
border-color: hsl(var(--ring));
|
border-color: hsl(var(--ring));
|
||||||
box-shadow: 0 0 0 1px hsl(var(--ring));
|
box-shadow:
|
||||||
|
0 0 0 1px hsl(var(--ring)),
|
||||||
|
0 0 0 4px hsl(var(--ring) / 0.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-input:disabled,
|
.ui-input:disabled,
|
||||||
@@ -282,47 +288,95 @@
|
|||||||
.ui-radio {
|
.ui-radio {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: calc(var(--radius) - 6px);
|
background-color: hsl(var(--background));
|
||||||
border: 1px solid hsl(var(--border));
|
border: 1px solid hsl(var(--border));
|
||||||
|
border-radius: calc(var(--radius) - 0.25rem);
|
||||||
|
cursor: pointer;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
height: 1.1rem;
|
height: 1.1rem;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
position: relative;
|
||||||
width: 1.1rem;
|
width: 1.1rem;
|
||||||
background-color: hsl(var(--background));
|
|
||||||
transition:
|
transition:
|
||||||
border-color 0.2s ease,
|
border-color 0.2s ease,
|
||||||
background-color 0.2s ease,
|
background-color 0.2s ease,
|
||||||
box-shadow 0.2s ease;
|
box-shadow 0.2s ease,
|
||||||
|
transform 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-checkbox:focus-visible,
|
.ui-checkbox:focus-visible,
|
||||||
.ui-radio:focus-visible {
|
.ui-radio:focus-visible {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: 0 0 0 2px hsl(var(--ring) / 0.5);
|
}
|
||||||
|
|
||||||
|
.ui-checkbox:focus-visible {
|
||||||
|
box-shadow:
|
||||||
|
0 0 0 2px hsl(var(--background)),
|
||||||
|
0 0 0 4px hsl(var(--ring) / 0.45);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-radio {
|
||||||
|
border-color: transparent;
|
||||||
|
border-radius: 9999px;
|
||||||
|
box-shadow: inset 0 0 0 1px hsl(var(--border) / 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-checkbox:checked {
|
.ui-checkbox:checked {
|
||||||
background-color: hsl(var(--primary));
|
background-color: hsl(var(--primary));
|
||||||
border-color: hsl(var(--primary));
|
border-color: hsl(var(--primary));
|
||||||
color: hsl(var(--primary-foreground));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-checkbox:checked::after {
|
.ui-checkbox:checked::after {
|
||||||
content: "";
|
content: "";
|
||||||
|
height: 0.55rem;
|
||||||
|
width: 0.65rem;
|
||||||
display: block;
|
display: block;
|
||||||
width: 0.45rem;
|
position: absolute;
|
||||||
height: 0.45rem;
|
top: 50%;
|
||||||
border-radius: 0.1rem;
|
left: 50%;
|
||||||
background-color: currentColor;
|
transform: translate(-50%, -50%);
|
||||||
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 10'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-radio {
|
.ui-checkbox:disabled,
|
||||||
border-radius: 9999px;
|
.ui-radio:disabled {
|
||||||
|
opacity: 0.6;
|
||||||
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-radio:checked {
|
.ui-radio:checked {
|
||||||
|
background-color: hsl(var(--primary) / 0.25);
|
||||||
border-color: hsl(var(--primary));
|
border-color: hsl(var(--primary));
|
||||||
box-shadow: inset 0 0 0 4px hsl(var(--primary));
|
box-shadow: inset 0 0 0 1px hsl(var(--primary));
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-radio:focus-visible {
|
||||||
|
box-shadow:
|
||||||
|
inset 0 0 0 1px hsl(var(--border) / 0.6),
|
||||||
|
0 0 0 2px hsl(var(--background)),
|
||||||
|
0 0 0 4px hsl(var(--ring) / 0.45);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-radio::after {
|
||||||
|
content: "";
|
||||||
|
width: 0.5rem;
|
||||||
|
height: 0.5rem;
|
||||||
|
border-radius: 9999px;
|
||||||
|
background-color: hsl(var(--primary));
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%) scale(0);
|
||||||
|
transition:
|
||||||
|
transform 0.2s ease,
|
||||||
|
background-color 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-radio:checked::after {
|
||||||
|
transform: translate(-50%, -50%) scale(1);
|
||||||
|
background-color: hsl(var(--primary));
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-radio-group {
|
.ui-radio-group {
|
||||||
@@ -388,7 +442,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
background-color: hsl(var(--muted));
|
background-color: hsl(var(--muted));
|
||||||
border-radius: calc(var(--radius) - 4px);
|
border-radius: var(--radius);
|
||||||
|
border: 1px solid hsl(var(--border));
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
@@ -397,26 +452,30 @@
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: calc(var(--radius) - 6px);
|
border-radius: var(--radius);
|
||||||
color: hsl(var(--muted-foreground));
|
color: hsl(var(--muted-foreground));
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 0.4rem 0.9rem;
|
padding: 0.4rem 0.9rem;
|
||||||
|
box-shadow: inset 0 0 0 1px transparent;
|
||||||
transition:
|
transition:
|
||||||
color 0.2s ease,
|
color 0.2s ease,
|
||||||
background-color 0.2s ease;
|
background-color 0.2s ease,
|
||||||
|
box-shadow 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-tabs-trigger[data-state="active"] {
|
.ui-tabs-trigger[data-state="active"] {
|
||||||
background-color: hsl(var(--background));
|
background-color: hsl(var(--background));
|
||||||
color: hsl(var(--foreground));
|
color: hsl(var(--foreground));
|
||||||
box-shadow: var(--shadow-sm);
|
box-shadow: inset 0 0 0 1px hsl(var(--border));
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-tabs-trigger:focus-visible {
|
.ui-tabs-trigger:focus-visible {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: 0 0 0 2px hsl(var(--ring) / 0.4);
|
box-shadow:
|
||||||
|
0 0 0 2px hsl(var(--background)),
|
||||||
|
0 0 0 4px hsl(var(--ring) / 0.45);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-tabs-content {
|
.ui-tabs-content {
|
||||||
@@ -429,9 +488,9 @@
|
|||||||
|
|
||||||
.ui-card {
|
.ui-card {
|
||||||
background-color: hsl(var(--card));
|
background-color: hsl(var(--card));
|
||||||
border-radius: calc(var(--radius) + 4px);
|
border-radius: calc(var(--radius) + 0.25rem);
|
||||||
border: 1px solid hsl(var(--border));
|
border: 1px solid hsl(var(--border));
|
||||||
box-shadow: var(--shadow-md);
|
box-shadow: none;
|
||||||
color: hsl(var(--card-foreground));
|
color: hsl(var(--card-foreground));
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -538,7 +597,7 @@
|
|||||||
min-width: 2.25rem;
|
min-width: 2.25rem;
|
||||||
height: 2.25rem;
|
height: 2.25rem;
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
border-radius: calc(var(--radius) - 2px);
|
border-radius: var(--radius);
|
||||||
border: 1px solid hsl(var(--border));
|
border: 1px solid hsl(var(--border));
|
||||||
background-color: hsl(var(--background));
|
background-color: hsl(var(--background));
|
||||||
color: hsl(var(--foreground));
|
color: hsl(var(--foreground));
|
||||||
|
|||||||
Reference in New Issue
Block a user