@apolitical/component-library 1.14.7-rc.4 → 1.14.9-beta.0

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.
@@ -24,6 +24,11 @@ $icons: ('arrow_left', (d, d, 3, 8), (d, d, 3, 8), (d, d, 4, 7)),
24
24
  ('pencil-paper', (22, 22, 0, 10), (18, 18, 1, d), (d, d, 3, 10)),
25
25
  ('plus', (d, d, 4, d), (d, d, 2, d), (11, 11, 3, d)),
26
26
  ('share', (22, 22, 0, 10), (18, 18, 1, d), (d, d, 3, 10)),
27
+ ('share_copy-link', (30, 29, d, d), (22, 21, d, d), (d, d, d, d)),
28
+ ('share_email', (30, 21, d, d), (24, 17, d, d), (d, d, d, d)),
29
+ ('social_facebook', (40, 40, d, d), (32, 32, d, d), (d, d, d, d)),
30
+ ('social_linkedin', (40, 40, d, d), (32, 32, d, d), (d, d, d, d)),
31
+ ('social_twitter', (40, 40, d, d), (32, 32, d, d), (d, d, d, d)),
27
32
  ('speech-bubble_square_thick', (22, 22, 0, 10), (18, 18, 1, d), (d, d, 3, 10)),
28
33
  ('star', (16, 16, 0, 0), (d, d, 0, 0), (16, 16, 0, 0)),
29
34
  ('star_empty', (16, 16, 0, 0), (d, d, 0, 0), (16, 16, 0, 0)),
@@ -241,6 +241,8 @@ $theme: (
241
241
  navigation-menu_link_hover_bg: map.get($c, 'n50'),
242
242
  navigation-menu_link_active_bg: map.get($c, 'b100'),
243
243
  navigation-menu_profile-picture_border: map.get($c, 'n700'),
244
+ share-links: map.get($c, 'n800'),
245
+ share-links_muted: map.get($c, 'n600'),
244
246
  tags: map.get($c, 'b700'),
245
247
  tags_light: map.get($c, 'p500'),
246
248
  // Text
@@ -294,4 +296,8 @@ $theme: (
294
296
  member_small: map.get($c, 'n700'),
295
297
 
296
298
  profile-picture_img_bg: map.get($c, 'b50'),
299
+ // Pages
300
+ not-found_title: map.get($c, 'y300'),
301
+ not-found_subtitle: map.get($c, 'white'),
302
+ not-found_appended_bg: map.get($c, 'white')
297
303
  );