Skip to content

Commit

Permalink
dialtone-tokens-swift release
Browse files Browse the repository at this point in the history
  • Loading branch information
dialpad committed Nov 26, 2024
1 parent c346571 commit c522801
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sources/DialtoneTokens/tokens-dp-dark.swift
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public enum DialtoneTokensDpDark {
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
public static let dtThemePresenceColorBackgroundBusy = UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
public static let dtThemePresenceColorBackgroundOffline = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
public static let dtThemeSidebarColorBackground = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)
public static let dtThemeSidebarColorForeground = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
Expand Down
2 changes: 1 addition & 1 deletion Sources/DialtoneTokens/tokens-expressive-dark.swift
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public enum DialtoneTokensExpressiveDark {
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
public static let dtThemePresenceColorBackgroundBusy = UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
public static let dtThemePresenceColorBackgroundOffline = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
public static let dtThemeSidebarColorBackground = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)
public static let dtThemeSidebarColorForeground = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
Expand Down
2 changes: 1 addition & 1 deletion Sources/DialtoneTokens/tokens-expressive-sm-dark.swift
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public enum DialtoneTokensExpressiveSmDark {
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
public static let dtThemePresenceColorBackgroundBusy = UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
public static let dtThemePresenceColorBackgroundOffline = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
public static let dtThemeSidebarColorBackground = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)
public static let dtThemeSidebarColorForeground = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
Expand Down
2 changes: 1 addition & 1 deletion Sources/DialtoneTokens/tokens-tmo-dark.swift
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public enum DialtoneTokensTmoDark {
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
public static let dtThemePresenceColorBackgroundBusy = UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
public static let dtThemePresenceColorBackgroundOffline = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
public static let dtThemeSidebarColorBackground = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)
public static let dtThemeSidebarColorForeground = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.37.0
1.37.1

0 comments on commit c522801

Please sign in to comment.