@nnc-digital/nnc-design-system 1.0.0-alpha43 → 1.0.0-alpha44

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.
@@ -79,6 +79,10 @@ export interface DirectoryServiceProps {
79
79
  * The service website address
80
80
  */
81
81
  url?: string;
82
+ /**
83
+ * The service website url title
84
+ */
85
+ websiteUrlTitle?: string;
82
86
  /**
83
87
  * An optional array of files/links belonging to the service
84
88
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nnc-digital/nnc-design-system",
3
- "version": "1.0.0-alpha43",
3
+ "version": "1.0.0-alpha44",
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": {