@nnc-digital/nnc-design-system 1.0.0-alpha11 → 1.0.0-alpha13
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.
|
@@ -12,11 +12,15 @@ export interface HeroImageProps {
|
|
|
12
12
|
/**
|
|
13
13
|
* URL of the hero image (min 400pix high)
|
|
14
14
|
*/
|
|
15
|
-
imageLarge
|
|
15
|
+
imageLarge?: string;
|
|
16
16
|
/**
|
|
17
17
|
* URL of the a smaller version of the image for lazy loading
|
|
18
18
|
*/
|
|
19
|
-
imageSmall
|
|
19
|
+
imageSmall?: string;
|
|
20
|
+
/**
|
|
21
|
+
* URL of the hero video
|
|
22
|
+
*/
|
|
23
|
+
heroVideoUrl?: string;
|
|
20
24
|
/**
|
|
21
25
|
* Optional alt text for the image - ideally the image should be decorative only and not require a long description
|
|
22
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nnc-digital/nnc-design-system",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-alpha13",
|
|
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": {
|