@apolitical/component-library 4.5.0 → 4.5.1-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,7 +24,7 @@ export interface BannerSectionType {
|
|
|
24
24
|
/** The image to display */
|
|
25
25
|
image?: ResponsiveImageType;
|
|
26
26
|
/** The colour variant (when there's no image) */
|
|
27
|
-
variant?: 'default' | 'light' | '
|
|
27
|
+
variant?: 'default' | 'light' | 'subtle';
|
|
28
28
|
/** How to handle spacing on the banner */
|
|
29
29
|
spacing?: 'normal' | 'slim';
|
|
30
30
|
/** Styling meta data */
|
package/helpers/intl.d.ts
CHANGED
|
@@ -308,6 +308,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
308
308
|
footer_community_guidelines: string;
|
|
309
309
|
footer_company: string;
|
|
310
310
|
footer_company_news: string;
|
|
311
|
+
footer_company_insights: string;
|
|
311
312
|
footer_company_story: string;
|
|
312
313
|
footer_company_team: string;
|
|
313
314
|
footer_company_careers: string;
|