Update dependency element-hq/compound-design-tokens to v6.4.1 (#4780)

* Update dependency element-hq/compound-design-tokens to v6.4.1

* Update snapshots and Package.resolved files.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Doug <douglase@element.io>
This commit is contained in:
renovate[bot]
2025-11-25 13:26:52 +00:00
committed by GitHub
parent 7e3efb4ce5
commit eecc4ebc78
76 changed files with 151 additions and 151 deletions

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens.git",
"state" : {
"revision" : "7a690afa3d704a27c91435f3704f5419df103d89",
"version" : "6.4.0"
"revision" : "11dfd76ac72548dd85d4902bf7d9a20bd35d0559",
"version" : "6.4.1"
}
},
{

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens",
"state" : {
"revision" : "7a690afa3d704a27c91435f3704f5419df103d89",
"version" : "6.4.0"
"revision" : "11dfd76ac72548dd85d4902bf7d9a20bd35d0559",
"version" : "6.4.1"
}
},
{

View File

@@ -9,7 +9,7 @@ let package = Package(
.library(name: "Compound", targets: ["Compound"])
],
dependencies: [
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.4.0"),
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.4.1"),
// .package(path: "../compound-design-tokens"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),