@apolitical/component-library 1.9.1 → 1.9.2

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.
@@ -222,6 +222,11 @@ $theme: (
222
222
  filters_outline: map.get($c, 'n200'),
223
223
  filters_selected_outline: map.get($c, 'g200'),
224
224
 
225
+ language-switcher_bg: map.get($c, 'n50'),
226
+ language-switcher_a: map.get($c, 'n900'),
227
+ language-switcher_a_selected: map.get($c, 'b700'),
228
+ language-switcher_a_hover: map.get($c, 'b800'),
229
+
225
230
  more-menu: map.get($c, 'n700'),
226
231
  more-menu_hover_button_bg: map.get($c, 'b100'),
227
232
  more-menu_menu_bg: map.get($c, 'white'),