@oaknational/oak-components 1.34.1 → 1.36.0
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.
- package/README.md +3 -3
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## Overview
|
|
8
8
|
|
|
9
|
-
This is a React Typescript components library which supports React and Next applications produced by [Oak National Academy](https://www.thenational.academy/).
|
|
9
|
+
This is a React Typescript components library which supports React and Next applications produced by [Oak National Academy](https://www.thenational.academy/).
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -119,7 +119,7 @@ Components are organised into a three tier hierarchical structure applying the f
|
|
|
119
119
|
|
|
120
120
|
### Security and Bug Bounty
|
|
121
121
|
|
|
122
|
-
Please see our [security.txt](
|
|
122
|
+
Please see our [security.txt](https://www.thenational.academy/.well-known/security.txt) file.
|
|
123
123
|
|
|
124
124
|
### Contributing to the Code
|
|
125
125
|
|
|
@@ -135,7 +135,7 @@ Unless stated otherwise, the codebase is released under the [MIT License][mit].
|
|
|
135
135
|
|
|
136
136
|
Any documentation included is © [Oak National Academy][oak] and available under the terms of the [Open Government Licence v3.0][ogl], except where otherwise stated.
|
|
137
137
|
|
|
138
|
-
[mit]:
|
|
138
|
+
[mit]: https://github.com/oaknational/oak-components?tab=MIT-1-ov-file#readme
|
|
139
139
|
[oak]: https://www.thenational.academy/
|
|
140
140
|
[ogl]: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
|
|
141
141
|
[brand]: https://support.thenational.academy/using-the-oak-brand
|