@apolitical/component-library 1.18.6 → 1.18.7

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.
@@ -119,8 +119,8 @@ $theme: (
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
+ discussion-post_highlighted_bg: map.get($c, 'g50'),
123
+ discussion-post_fading_bg: color.adjust(map.get($c, 'g50'), $alpha: -0.9),
124
124
  discussion-actions: map.get($c, 'n600'),
125
125
  discussion-actions_hover_bg: map.get($c, 'b100'),
126
126
  discussion-actions_likes_liked: map.get($c, 'p500'),
@@ -1,2 +0,0 @@
1
- declare const _default: (content?: string) => string;
2
- export default _default;