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",
"state" : {
"revision" : "3f7b00aa7e3724cd26be9a0913430191e3afd656",
"version" : "6.4.3"
"revision" : "99618ca52ddd35cdaf7e638b737ae65793bef68c",
"version" : "6.5.0"
}
},
{

View File

@@ -147,10 +147,7 @@ enum TimelineItemMenuAction: Identifiable, Hashable {
case .copy:
Label(L10n.actionCopyText, icon: \.copy)
case .translate:
Label { Text(L10n.actionTranslate) } icon: {
Image(systemSymbol: .translate)
.scaledFrame(size: 24)
}
Label(L10n.actionTranslate, icon: \.translate)
case .copyCaption:
Label(L10n.actionCopyCaption, icon: \.copy)
case .edit:

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c455a7b958f2e253dc02e2abb511498667eb32f38c51c6709c2e85cd962428e5
size 154526
oid sha256:dace8f938963722edda9af51dd50ad6445fa5c376d78cddae2996eb2f8547501
size 153807

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27d1d95129f1ae744c145116dd2067fe2236b236a198588b134ecc74b9e0239b
size 163331
oid sha256:1c88f5ba6c01b935862c482ab3d406a3492eff1cb37341a664b5b27e4c518417
size 162596

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e92a95b50dd66644f1b7539e1e5c9ca71fb79584d61dd68e69a6ce8779c36d02
size 105110
oid sha256:6fe703ebc2cacb92fdc7ca1c6958c0112dcf337882f81d6a09c638030b7adcc4
size 104702

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf2de07268d831452eeda9b7478f5cc62658aeb4486e7d27415ac12c46abdd90
size 128708
oid sha256:1fc58d9afa4b707adba978810f554dfd05281c12e754cf03b09f87f0812e4561
size 128308

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"),