From f86c47baf171844c6ff0b8967d6fc73d26cd1f8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:41:22 +0000 Subject: [PATCH] Update dependency element-hq/compound-design-tokens to v7 --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- compound-ios/Package.resolved | 4 ++-- compound-ios/Package.swift | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index fa5e45590..6ca821528 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", - "version" : "6.10.2" + "revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", + "version" : "7.0.0" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2d58c7b37..57203ecfc 100644 --- a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", - "version" : "6.10.2" + "revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", + "version" : "7.0.0" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index 1d7a98f59..bf0a43792 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "ca585834d6251f9ab44a667e5bdd80ae0705160f", - "version" : "6.10.2" + "revision" : "6df728f0abe575e915c866a38a6e227f6dd38852", + "version" : "7.0.0" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 4f60b3242..f7b7bc571 100644 --- a/compound-ios/Package.swift +++ b/compound-ios/Package.swift @@ -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.10.2"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "7.0.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"),