Skip to content

Commit

Permalink
Update dependency element-hq/compound-design-tokens to v1.4.0 (#92)
Browse files Browse the repository at this point in the history
* 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 <douglase@element.io>
  • Loading branch information
renovate[bot] and pixlwave committed Jul 8, 2024
1 parent 35d70f3 commit a56eca3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
1 change: 1 addition & 0 deletions Sources/Compound/Colors/CompoundColors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Sources/Compound/Colors/CompoundUIColors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a56eca3

Please sign in to comment.