From a56eca3ec4fc20246f17d3460fb107279e2aa88b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:29:05 +0100 Subject: [PATCH] Update dependency element-hq/compound-design-tokens to v1.4.0 (#92) * Update dependency element-hq/compound-design-tokens to v1.4.0 * Handle design token updates. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Doug --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- Sources/Compound/Colors/CompoundColors.swift | 1 + Sources/Compound/Colors/CompoundUIColors.swift | 1 + 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 09c8d67..c3ccc9d 100644 --- a/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "5086370e2c8d6d23c761369c0ac6c3aef33fc5d6", - "version" : "1.3.0" + "revision" : "df53a1a8804b90b6a1f2a290fa6d1c2977c317ec", + "version" : "1.4.0" } }, { diff --git a/Package.resolved b/Package.resolved index 09c8d67..c3ccc9d 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "5086370e2c8d6d23c761369c0ac6c3aef33fc5d6", - "version" : "1.3.0" + "revision" : "df53a1a8804b90b6a1f2a290fa6d1c2977c317ec", + "version" : "1.4.0" } }, { diff --git a/Package.swift b/Package.swift index 2aff583..a436a25 100644 --- a/Package.swift +++ b/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: "1.3.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.4.0"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.2.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.3.0"), .package(url: "https://github.com/BarredEwe/Prefire", from: "2.8.0"), diff --git a/Sources/Compound/Colors/CompoundColors.swift b/Sources/Compound/Colors/CompoundColors.swift index 0e20116..ce88bc0 100644 --- a/Sources/Compound/Colors/CompoundColors.swift +++ b/Sources/Compound/Colors/CompoundColors.swift @@ -40,6 +40,7 @@ public struct CompoundColors { public let iconInfoPrimary = compound.colorIconInfoPrimary public let iconSuccessPrimary = compound.colorIconSuccessPrimary public let iconCriticalPrimary = compound.colorIconCriticalPrimary + public let iconAccentPrimary = compound.colorIconAccentPrimary public let iconAccentTertiary = compound.colorIconAccentTertiary public let iconQuaternaryAlpha = compound.colorIconQuaternaryAlpha public let iconTertiaryAlpha = compound.colorIconTertiaryAlpha diff --git a/Sources/Compound/Colors/CompoundUIColors.swift b/Sources/Compound/Colors/CompoundUIColors.swift index 9c31ea0..f4e20e7 100644 --- a/Sources/Compound/Colors/CompoundUIColors.swift +++ b/Sources/Compound/Colors/CompoundUIColors.swift @@ -35,6 +35,7 @@ public struct CompoundUIColors { public let iconInfoPrimary = compound.colorIconInfoPrimary public let iconSuccessPrimary = compound.colorIconSuccessPrimary public let iconCriticalPrimary = compound.colorIconCriticalPrimary + public let iconAccentPrimary = compound.colorIconAccentPrimary public let iconAccentTertiary = compound.colorIconAccentTertiary public let iconQuaternaryAlpha = compound.colorIconQuaternaryAlpha public let iconTertiaryAlpha = compound.colorIconTertiaryAlpha