@@ -34,6 +34,8 @@ data class SemanticColors(
3434 val bgAccentPressed : Color ,
3535 /* * Background colour for accent or brand actions. State: Rest. */
3636 val bgAccentRest : Color ,
37+ /* * Background colour for accent or brand actions. State: Selected */
38+ val bgAccentSelected : Color ,
3739 /* * Background colour for primary actions. State: Disabled. */
3840 val bgActionPrimaryDisabled : Color ,
3941 /* * Background colour for primary actions. State: Hover. */
@@ -50,6 +52,8 @@ data class SemanticColors(
5052 val bgActionSecondaryRest : Color ,
5153 /* * Badge accent background colour */
5254 val bgBadgeAccent : Color ,
55+ /* * Badge default background colour */
56+ val bgBadgeDefault : Color ,
5357 /* * Badge info background colour */
5458 val bgBadgeInfo : Color ,
5559 /* * Default global background for the user interface.
@@ -93,6 +97,8 @@ Elevation: Level 0. */
9397 val bgSubtleSecondaryLevel0 : Color ,
9498 /* * Subtle background colour for success state elements. State: Rest. */
9599 val bgSuccessSubtle : Color ,
100+ /* * accent border intended for keylines on message highlights */
101+ val borderAccentSubtle : Color ,
96102 /* * High-contrast border for critical state. State: Hover. */
97103 val borderCriticalHovered : Color ,
98104 /* * High-contrast border for critical state. State: Rest. */
@@ -113,6 +119,38 @@ Elevation: Level 0. */
113119 val borderInteractiveSecondary : Color ,
114120 /* * Subtle border colour for success state elements. */
115121 val borderSuccessSubtle : Color ,
122+ /* * Background gradient stop for super and send buttons */
123+ val gradientActionStop1 : Color ,
124+ /* * Background gradient stop for super and send buttons */
125+ val gradientActionStop2 : Color ,
126+ /* * Background gradient stop for super and send buttons */
127+ val gradientActionStop3 : Color ,
128+ /* * Background gradient stop for super and send buttons */
129+ val gradientActionStop4 : Color ,
130+ /* * Subtle background gradient stop for info */
131+ val gradientInfoStop1 : Color ,
132+ /* * Subtle background gradient stop for info */
133+ val gradientInfoStop2 : Color ,
134+ /* * Subtle background gradient stop for info */
135+ val gradientInfoStop3 : Color ,
136+ /* * Subtle background gradient stop for info */
137+ val gradientInfoStop4 : Color ,
138+ /* * Subtle background gradient stop for info */
139+ val gradientInfoStop5 : Color ,
140+ /* * Subtle background gradient stop for info */
141+ val gradientInfoStop6 : Color ,
142+ /* * Subtle background gradient stop for message highlight and bloom */
143+ val gradientSubtleStop1 : Color ,
144+ /* * Subtle background gradient stop for message highlight and bloom */
145+ val gradientSubtleStop2 : Color ,
146+ /* * Subtle background gradient stop for message highlight and bloom */
147+ val gradientSubtleStop3 : Color ,
148+ /* * Subtle background gradient stop for message highlight and bloom */
149+ val gradientSubtleStop4 : Color ,
150+ /* * Subtle background gradient stop for message highlight and bloom */
151+ val gradientSubtleStop5 : Color ,
152+ /* * Subtle background gradient stop for message highlight and bloom */
153+ val gradientSubtleStop6 : Color ,
116154 /* * Highest contrast accessible accent icons. */
117155 val iconAccentPrimary : Color ,
118156 /* * Lowest contrast accessible accent icons. */
0 commit comments