Skip to content

Commit f2b4abe

Browse files
author
dialpad
committed
dialtone-tokens-swift release
1 parent c68e1c1 commit f2b4abe

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

Sources/DialtoneTokens/tokens-dp-dark.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@ public enum DialtoneTokensDpDark {
271271
public static let dtColorSurfaceSuccessSubtleInverted = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 1)
272272
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha: 0.600)
273273
public static let dtColorSurfaceSuccessSubtleOpaqueInverted = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 0.659)
274-
public static let dtColorSurfaceWarning = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
274+
public static let dtColorSurfaceWarning = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
275275
public static let dtColorSurfaceWarningInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
276-
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 0.349)
276+
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 0.549)
277277
public static let dtColorSurfaceWarningOpaqueInverted = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha: 0.502)
278278
public static let dtColorSurfaceWarningStrong = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
279279
public static let dtColorSurfaceWarningStrongInverted = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
280-
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.086, green: 0.055, blue: 0.004, alpha: 1)
280+
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
281281
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
282-
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha: 0.702)
282+
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
283283
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
284284
public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
285285
public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75

Sources/DialtoneTokens/tokens-expressive-dark.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,15 @@ public enum DialtoneTokensExpressiveDark {
251251
public static let dtColorSurfaceSuccessSubtleInverted = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 1)
252252
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha: 0.600)
253253
public static let dtColorSurfaceSuccessSubtleOpaqueInverted = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 0.659)
254-
public static let dtColorSurfaceWarning = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
254+
public static let dtColorSurfaceWarning = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
255255
public static let dtColorSurfaceWarningInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
256-
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 0.349)
256+
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 0.549)
257257
public static let dtColorSurfaceWarningOpaqueInverted = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha: 0.502)
258258
public static let dtColorSurfaceWarningStrong = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
259259
public static let dtColorSurfaceWarningStrongInverted = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
260-
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.086, green: 0.055, blue: 0.004, alpha: 1)
260+
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
261261
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
262-
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha: 0.702)
262+
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
263263
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
264264
public static let dtFontSize100 = CGFloat(10.00) * 1.6
265265
public static let dtFontSize200 = CGFloat(10.00) * 2

Sources/DialtoneTokens/tokens-expressive-sm-dark.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,15 @@ public enum DialtoneTokensExpressiveSmDark {
251251
public static let dtColorSurfaceSuccessSubtleInverted = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 1)
252252
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha: 0.600)
253253
public static let dtColorSurfaceSuccessSubtleOpaqueInverted = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 0.659)
254-
public static let dtColorSurfaceWarning = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
254+
public static let dtColorSurfaceWarning = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
255255
public static let dtColorSurfaceWarningInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
256-
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 0.349)
256+
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 0.549)
257257
public static let dtColorSurfaceWarningOpaqueInverted = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha: 0.502)
258258
public static let dtColorSurfaceWarningStrong = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
259259
public static let dtColorSurfaceWarningStrongInverted = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
260-
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.086, green: 0.055, blue: 0.004, alpha: 1)
260+
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
261261
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
262-
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha: 0.702)
262+
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
263263
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
264264
public static let dtFontSize100 = CGFloat(10.00) * 1.2
265265
public static let dtFontSize200 = CGFloat(10.00) * 1.6

Sources/DialtoneTokens/tokens-tmo-dark.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@ public enum DialtoneTokensTmoDark {
271271
public static let dtColorSurfaceSuccessSubtleInverted = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 1)
272272
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha: 0.600)
273273
public static let dtColorSurfaceSuccessSubtleOpaqueInverted = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 0.659)
274-
public static let dtColorSurfaceWarning = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
274+
public static let dtColorSurfaceWarning = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
275275
public static let dtColorSurfaceWarningInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
276-
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 0.349)
276+
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 0.549)
277277
public static let dtColorSurfaceWarningOpaqueInverted = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha: 0.502)
278278
public static let dtColorSurfaceWarningStrong = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
279279
public static let dtColorSurfaceWarningStrongInverted = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
280-
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.086, green: 0.055, blue: 0.004, alpha: 1)
280+
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
281281
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
282-
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha: 0.702)
282+
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
283283
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
284284
public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
285285
public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.42.0
1+
1.42.1

0 commit comments

Comments
 (0)