@apolitical/component-library 1.14.3 → 1.14.5

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.
@@ -184,6 +184,13 @@ $theme: (
184
184
  logos_small: map.get($c, 'n600'),
185
185
  page-layout_gradient_bg_1: map.get($c, 'n50'),
186
186
  page-layout_gradient_bg_2: rgb(240 245 255 / 0%),
187
+ page-layout_bold: map.get($c, 'white'),
188
+ page-layout_bold_bg: map.get($c, 'b700'),
189
+ page-layout_inverted_bg: map.get($c, 'g300'),
190
+ page-layout_bold_circle: map.get($c, 'g300'),
191
+ page-layout_inverted_circle: map.get($c, 'b700'),
192
+ page-layout_alt-1_circle: map.get($c, 'y300'),
193
+ page-layout_alt-2_circle: map.get($c, 'p300'),
187
194
  // Loaders
188
195
  loading-block_icon_bg: map.get($c, 'n600'),
189
196
  loading-placeholder_bg: map.get($c, 'n10'),