@nnc-digital/nnc-design-system 1.0.0-beta14 → 1.0.0-beta15

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.
@@ -4,6 +4,7 @@ import { HeroImageProps } from '../../structure/HeroImage/HeroImage.types';
4
4
  import { SectionLinksProps } from '../../structure/SectionLinks/SectionLinks.types';
5
5
  import { ServicesLinksListProps } from '../../structure/ServicesLinksList/ServicesLinksList.types';
6
6
  import { AlertBannerServiceProps } from '../../structure/AlertBannerService/AlertBannerService.types';
7
+ import { AlertBannerProps } from '../../structure/AlertBanner/AlertBanner.types';
7
8
  export interface ServiceLandingPageExampleProps {
8
9
  /**
9
10
  * The Service landing page title
@@ -45,6 +46,10 @@ export interface ServiceLandingPageExampleProps {
45
46
  * Optional service alert banner
46
47
  */
47
48
  serviceAlert?: AlertBannerServiceProps;
49
+ /**
50
+ * Optional site-wide alert banner
51
+ */
52
+ siteAlert?: AlertBannerProps;
48
53
  /**
49
54
  * Optional heading icon
50
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nnc-digital/nnc-design-system",
3
- "version": "1.0.0-beta14",
3
+ "version": "1.0.0-beta15",
4
4
  "description": "Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.",
5
5
  "main": "build/index.js",
6
6
  "repository": {