Skip to content

Commit

Permalink
Handle design token updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jul 8, 2024
1 parent 6d3dce9 commit e7023a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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
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 e7023a4

Please sign in to comment.