Skip to content

Commit 24dd186

Browse files
author
dialpad
committed
dialtone-tokens-swift release
1 parent 07f1c70 commit 24dd186

27 files changed

+625
-599
lines changed

Sources/DialtoneTokens/tokens-aegean-dark.swift

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -530,14 +530,15 @@ public enum DialtoneTokensAegeanDark {
530530
public static let dtShellBaseActionColorBackgroundMuted = UIColor(red: 0.957, green: 0.710, blue: 0.624, alpha: 1)
531531
public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.957, green: 0.710, blue: 0.624, alpha: 1)
532532
public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.957, green: 0.710, blue: 0.624, alpha: 1)
533-
public static let dtShellBaseColorAccent = UIColor(red: 0.549, green: 0.729, blue: 0.922, alpha: 1)
533+
public static let dtShellBaseColorAccent = UIColor(red: 0.537, green: 0.910, blue: 0.890, alpha: 1)
534+
public static let dtShellBaseColorAction = UIColor(red: 0.957, green: 0.710, blue: 0.624, alpha: 1)
534535
public static let dtShellBaseColorBorder = UIColor(red: 0.827, green: 0.878, blue: 0.957, alpha: 1)
535536
public static let dtShellBaseColorForeground = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
536537
public static let dtShellBaseColorStatusAway = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
537538
public static let dtShellBaseColorStatusCritical = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
538539
public static let dtShellBaseColorStatusPositive = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
539540
public static let dtShellBaseColorStatusWarning = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
540-
public static let dtShellBaseColorSurface = UIColor(red: 0.027, green: 0.173, blue: 0.165, alpha: 1)
541+
public static let dtShellBaseColorSurface = UIColor(red: 0.020, green: 0.129, blue: 0.200, alpha: 1)
541542
public static let dtShellColorBorderBase = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
542543
public static let dtShellColorBorderDefault = UIColor(red: 0.827, green: 0.878, blue: 0.957, alpha: 0.180)
543544
public static let dtShellColorBorderSubtle = UIColor(red: 0.827, green: 0.878, blue: 0.957, alpha: 0.149)
@@ -550,13 +551,13 @@ public enum DialtoneTokensAegeanDark {
550551
public static let dtShellColorForegroundStrong = UIColor(red: 0.996, green: 0.992, blue: 1.000, alpha: 1)
551552
public static let dtShellColorForegroundTertiary = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 0.722)
552553
public static let dtShellColorForegroundWarning = UIColor(red: 1.000, green: 0.780, blue: 0.388, alpha: 1)
553-
public static let dtShellColorSurfaceDefault = UIColor(red: 0.027, green: 0.173, blue: 0.165, alpha: 1)
554+
public static let dtShellColorSurfaceDefault = UIColor(red: 0.020, green: 0.129, blue: 0.200, alpha: 1)
554555
public static let dtShellLogoColorStar = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
555556
public static let dtShellLogoColorWordmark = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
556557
public static let dtShellMentionColorForegroundPrimary = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
557558
public static let dtShellMentionColorForegroundSecondary = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
558-
public static let dtShellMentionColorSurfacePrimary = UIColor(red: 0.549, green: 0.729, blue: 0.922, alpha: 1)
559-
public static let dtShellMentionColorSurfaceSecondary = UIColor(red: 0.847, green: 0.902, blue: 0.973, alpha: 1)
559+
public static let dtShellMentionColorSurfacePrimary = UIColor(red: 0.537, green: 0.910, blue: 0.890, alpha: 1)
560+
public static let dtShellMentionColorSurfaceSecondary = UIColor(red: 0.851, green: 0.969, blue: 0.961, alpha: 1)
560561
public static let dtShellPresenceColorAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
561562
public static let dtShellPresenceColorBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
562563
public static let dtShellPresenceColorOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)

Sources/DialtoneTokens/tokens-aegean-light.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ public enum DialtoneTokensAegeanLight {
531531
public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.396, green: 0.118, blue: 0.024, alpha: 1)
532532
public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.396, green: 0.118, blue: 0.024, alpha: 1)
533533
public static let dtShellBaseColorAccent = UIColor(red: 0.133, green: 0.529, blue: 0.510, alpha: 1)
534+
public static let dtShellBaseColorAction = UIColor(red: 0.396, green: 0.118, blue: 0.024, alpha: 1)
534535
public static let dtShellBaseColorBorder = UIColor(red: 0.078, green: 0.227, blue: 0.322, alpha: 1)
535536
public static let dtShellBaseColorForeground = UIColor(red: 0.063, green: 0.008, blue: 0.173, alpha: 1)
536537
public static let dtShellBaseColorStatusAway = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)

Sources/DialtoneTokens/tokens-botany-dark.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ public enum DialtoneTokensBotanyDark {
531531
public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 1.000, green: 0.875, blue: 0.749, alpha: 1)
532532
public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 1.000, green: 0.875, blue: 0.749, alpha: 1)
533533
public static let dtShellBaseColorAccent = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
534+
public static let dtShellBaseColorAction = UIColor(red: 1.000, green: 0.875, blue: 0.749, alpha: 1)
534535
public static let dtShellBaseColorBorder = UIColor(red: 0.776, green: 0.894, blue: 1.000, alpha: 1)
535536
public static let dtShellBaseColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
536537
public static let dtShellBaseColorStatusAway = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)

Sources/DialtoneTokens/tokens-botany-light.swift

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -505,18 +505,18 @@ public enum DialtoneTokensBotanyLight {
505505
public static let dtRadioSizeHeight = CGFloat(16.00)
506506
public static let dtRadioSizeRadius = CGFloat(50.00)
507507
public static let dtRadioSizeWidth = CGFloat(16.00)
508-
public static let dtShellActionColorBackgroundMutedActive = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.071)
509-
public static let dtShellActionColorBackgroundMutedDefault = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.051)
510-
public static let dtShellActionColorBackgroundMutedHover = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.102)
511-
public static let dtShellActionColorBackgroundMutedSelected = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.071)
512-
public static let dtShellActionColorBackgroundPrimaryActive = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.161)
513-
public static let dtShellActionColorBackgroundPrimaryDefault = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0)
514-
public static let dtShellActionColorBackgroundPrimaryHover = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.102)
515-
public static let dtShellActionColorBackgroundPrimarySelected = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.129)
516-
public static let dtShellActionColorBackgroundSecondaryActive = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.161)
517-
public static let dtShellActionColorBackgroundSecondaryDefault = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0)
518-
public static let dtShellActionColorBackgroundSecondaryHover = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.102)
519-
public static let dtShellActionColorBackgroundSecondarySelected = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 0.129)
508+
public static let dtShellActionColorBackgroundMutedActive = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.071)
509+
public static let dtShellActionColorBackgroundMutedDefault = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.051)
510+
public static let dtShellActionColorBackgroundMutedHover = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.102)
511+
public static let dtShellActionColorBackgroundMutedSelected = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.071)
512+
public static let dtShellActionColorBackgroundPrimaryActive = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.161)
513+
public static let dtShellActionColorBackgroundPrimaryDefault = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0)
514+
public static let dtShellActionColorBackgroundPrimaryHover = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.102)
515+
public static let dtShellActionColorBackgroundPrimarySelected = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.129)
516+
public static let dtShellActionColorBackgroundSecondaryActive = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.161)
517+
public static let dtShellActionColorBackgroundSecondaryDefault = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0)
518+
public static let dtShellActionColorBackgroundSecondaryHover = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.102)
519+
public static let dtShellActionColorBackgroundSecondarySelected = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 0.129)
520520
public static let dtShellActionColorForegroundMutedActive = UIColor(red: 0.067, green: 0.067, blue: 0.067, alpha: 0.600)
521521
public static let dtShellActionColorForegroundMutedDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.600)
522522
public static let dtShellActionColorForegroundMutedHover = UIColor(red: 0.067, green: 0.067, blue: 0.067, alpha: 0.600)
@@ -527,17 +527,18 @@ public enum DialtoneTokensBotanyLight {
527527
public static let dtShellActionColorForegroundSecondaryDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.859)
528528
public static let dtShellActionColorForegroundSecondaryDisabled = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.569)
529529
public static let dtShellActionColorForegroundTertiaryDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.722)
530-
public static let dtShellBaseActionColorBackgroundMuted = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 1)
531-
public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 1)
532-
public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.051, green: 0.427, blue: 0.298, alpha: 1)
530+
public static let dtShellBaseActionColorBackgroundMuted = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 1)
531+
public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 1)
532+
public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 1)
533533
public static let dtShellBaseColorAccent = UIColor(red: 0.400, green: 0.200, blue: 0.733, alpha: 1)
534+
public static let dtShellBaseColorAction = UIColor(red: 0.224, green: 0.404, blue: 0.322, alpha: 1)
534535
public static let dtShellBaseColorBorder = UIColor(red: 0.008, green: 0.141, blue: 0.263, alpha: 1)
535536
public static let dtShellBaseColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
536537
public static let dtShellBaseColorStatusAway = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
537538
public static let dtShellBaseColorStatusCritical = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
538539
public static let dtShellBaseColorStatusPositive = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
539540
public static let dtShellBaseColorStatusWarning = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
540-
public static let dtShellBaseColorSurface = UIColor(red: 0.902, green: 0.922, blue: 0.859, alpha: 1)
541+
public static let dtShellBaseColorSurface = UIColor(red: 0.914, green: 0.933, blue: 0.871, alpha: 1)
541542
public static let dtShellColorBorderDefault = UIColor(red: 0.008, green: 0.141, blue: 0.263, alpha: 0.169)
542543
public static let dtShellColorBorderSubtle = UIColor(red: 0.008, green: 0.141, blue: 0.263, alpha: 0.102)
543544
public static let dtShellColorForegroundCritical = UIColor(red: 0.549, green: 0.000, blue: 0.157, alpha: 1)
@@ -549,7 +550,7 @@ public enum DialtoneTokensBotanyLight {
549550
public static let dtShellColorForegroundStrong = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
550551
public static let dtShellColorForegroundTertiary = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.722)
551552
public static let dtShellColorForegroundWarning = UIColor(red: 0.627, green: 0.373, blue: 0.000, alpha: 1)
552-
public static let dtShellColorSurfaceDefault = UIColor(red: 0.902, green: 0.922, blue: 0.859, alpha: 1)
553+
public static let dtShellColorSurfaceDefault = UIColor(red: 0.914, green: 0.933, blue: 0.871, alpha: 1)
553554
public static let dtShellLogoColorStar = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
554555
public static let dtShellLogoColorWordmark = UIColor(red: 0.063, green: 0.008, blue: 0.173, alpha: 1)
555556
public static let dtShellMentionColorForegroundPrimary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)

Sources/DialtoneTokens/tokens-buttercream-dark.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,13 +531,14 @@ public enum DialtoneTokensButtercreamDark {
531531
public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 1.000, green: 0.961, blue: 0.827, alpha: 1)
532532
public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 1.000, green: 0.961, blue: 0.827, alpha: 1)
533533
public static let dtShellBaseColorAccent = UIColor(red: 0.957, green: 0.804, blue: 0.043, alpha: 1)
534+
public static let dtShellBaseColorAction = UIColor(red: 1.000, green: 0.961, blue: 0.827, alpha: 1)
534535
public static let dtShellBaseColorBorder = UIColor(red: 0.824, green: 0.929, blue: 1.000, alpha: 1)
535536
public static let dtShellBaseColorForeground = UIColor(red: 0.925, green: 0.976, blue: 0.973, alpha: 1)
536537
public static let dtShellBaseColorStatusAway = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
537538
public static let dtShellBaseColorStatusCritical = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
538539
public static let dtShellBaseColorStatusPositive = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
539540
public static let dtShellBaseColorStatusWarning = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
540-
public static let dtShellBaseColorSurface = UIColor(red: 0.157, green: 0.137, blue: 0.090, alpha: 1)
541+
public static let dtShellBaseColorSurface = UIColor(red: 0.137, green: 0.122, blue: 0.082, alpha: 1)
541542
public static let dtShellColorBorderBase = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
542543
public static let dtShellColorBorderDefault = UIColor(red: 0.824, green: 0.929, blue: 1.000, alpha: 0.180)
543544
public static let dtShellColorBorderSubtle = UIColor(red: 0.824, green: 0.929, blue: 1.000, alpha: 0.149)
@@ -550,7 +551,7 @@ public enum DialtoneTokensButtercreamDark {
550551
public static let dtShellColorForegroundStrong = UIColor(red: 0.984, green: 0.996, blue: 0.996, alpha: 1)
551552
public static let dtShellColorForegroundTertiary = UIColor(red: 0.925, green: 0.976, blue: 0.973, alpha: 0.722)
552553
public static let dtShellColorForegroundWarning = UIColor(red: 1.000, green: 0.780, blue: 0.388, alpha: 1)
553-
public static let dtShellColorSurfaceDefault = UIColor(red: 0.157, green: 0.137, blue: 0.090, alpha: 1)
554+
public static let dtShellColorSurfaceDefault = UIColor(red: 0.137, green: 0.122, blue: 0.082, alpha: 1)
554555
public static let dtShellLogoColorStar = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
555556
public static let dtShellLogoColorWordmark = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
556557
public static let dtShellMentionColorForegroundPrimary = UIColor(red: 0.035, green: 0.059, blue: 0.078, alpha: 1)

Sources/DialtoneTokens/tokens-buttercream-light.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ public enum DialtoneTokensButtercreamLight {
531531
public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.169, green: 0.294, blue: 0.373, alpha: 1)
532532
public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.169, green: 0.294, blue: 0.373, alpha: 1)
533533
public static let dtShellBaseColorAccent = UIColor(red: 0.957, green: 0.804, blue: 0.043, alpha: 1)
534+
public static let dtShellBaseColorAction = UIColor(red: 0.169, green: 0.294, blue: 0.373, alpha: 1)
534535
public static let dtShellBaseColorBorder = UIColor(red: 0.082, green: 0.141, blue: 0.180, alpha: 1)
535536
public static let dtShellBaseColorForeground = UIColor(red: 0.027, green: 0.173, blue: 0.165, alpha: 1)
536537
public static let dtShellBaseColorStatusAway = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)

0 commit comments

Comments
 (0)