@nnc-digital/nnc-design-system 1.0.0-beta7 → 1.0.0-beta8

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.
@@ -1,6 +1,6 @@
1
1
  export interface PromotedLinksProps {
2
2
  /**
3
- * The main promoted links, an array that should be from 1-4, preferably 3
3
+ * The main promoted links, an array that should be from 1-6, preferably 3 or 6
4
4
  */
5
5
  promotedLinksArray: Array<PromotedLinkProp>;
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  export interface PromotedLinksProps {
2
2
  /**
3
- * The main promoted links, an array that should be from 1-4, preferably 3
3
+ * The main promoted links, an array that should be from 1-6, preferably 3 or 6
4
4
  */
5
5
  promotedLinksArray: Array<PromotedLinkProp>;
6
6
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nnc-digital/nnc-design-system",
3
- "version": "1.0.0-beta7",
3
+ "version": "1.0.0-beta8",
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": {