@apolitical/component-library 1.18.5 → 1.18.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
+ @use 'sass:color';
1
2
  @use 'sass:map';
2
3
  @import 'colors';
3
4
 
@@ -115,10 +116,11 @@ $theme: (
115
116
  carousel_pagination_bg: map.get($c, 'n100'),
116
117
  carousel_pagination_hover_bg: map.get($c, 'b200'),
117
118
  carousel_pagination_selected_bg: map.get($c, 'b500'),
118
-
119
119
  // Communities
120
120
  community-details_link_hover: map.get($c, 'b500'),
121
121
  // Discussion
122
+ discussion-post_highlighted_bg: map.get($c, 'y50'),
123
+ discussion-post_fading_bg: color.adjust(map.get($c, 'y50'), $alpha: -0.9),
122
124
  discussion-actions: map.get($c, 'n600'),
123
125
  discussion-actions_hover_bg: map.get($c, 'b100'),
124
126
  discussion-actions_likes_liked: map.get($c, 'p500'),