Update dependency element-hq/compound-design-tokens to v6.5.0 (#4920)

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

* Update Package.resolved files.

* Use the new translate icon.

---------

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]
2026-01-06 21:48:42 +00:00
committed by GitHub
parent afe6ce2bbd
commit 7ee80774cf
41 changed files with 80 additions and 83 deletions

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens.git",
"state" : {
"revision" : "3f7b00aa7e3724cd26be9a0913430191e3afd656",
"version" : "6.4.3"
"revision" : "99618ca52ddd35cdaf7e638b737ae65793bef68c",
"version" : "6.5.0"
}
},
{

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/compound-design-tokens",
"state" : {
"revision" : "3f7b00aa7e3724cd26be9a0913430191e3afd656",
"version" : "6.4.3"
"revision" : "99618ca52ddd35cdaf7e638b737ae65793bef68c",
"version" : "6.5.0"
}
},
{

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.3"),
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.5.0"),
// .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"),