@nnc-digital/nnc-design-system 1.0.0-alpha12 → 1.0.0-alpha14

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.
@@ -20,7 +20,7 @@ export interface HeroImageProps {
20
20
  /**
21
21
  * URL of the hero video
22
22
  */
23
- heroVideo?: string;
23
+ heroVideoUrl?: string;
24
24
  /**
25
25
  * Optional alt text for the image - ideally the image should be decorative only and not require a long description
26
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nnc-digital/nnc-design-system",
3
- "version": "1.0.0-alpha12",
3
+ "version": "1.0.0-alpha14",
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": {