@nnc-digital/nnc-design-system 1.0.0-alpha42 → 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
  */
@@ -7,6 +7,10 @@ export interface ServiceContactComponentProps {
7
7
  * The optional website address
8
8
  */
9
9
  website?: string;
10
+ /**
11
+ * The optional website title (if provided, used as link text)
12
+ */
13
+ websiteTitle?: string;
10
14
  /**
11
15
  * An array of service contacts. May be empty.
12
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nnc-digital/nnc-design-system",
3
- "version": "1.0.0-alpha42",
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": {