@linzjs/lui 10.11.4 → 10.11.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [10.11.5](https://github.com/linz/lui/compare/v10.11.4...v10.11.5) (2021-12-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * testing whitespace addition ([#481](https://github.com/linz/lui/issues/481)) ([5fb5d8d](https://github.com/linz/lui/commit/5fb5d8db22cac7367ffb14191ed3f705f6457213))
7
+
1
8
  ## [10.11.4](https://github.com/linz/lui/compare/v10.11.3...v10.11.4) (2021-12-05)
2
9
 
3
10
 
package/README.md CHANGED
@@ -33,9 +33,9 @@ and...
33
33
 
34
34
  _Lui_ is a collection of generic UI components that adhere to the new LINZ digital style guide, lead by STEP and welcoming contributions from across LINZ.
35
35
 
36
- It aims to solve the problem of consistent UI across LINZ, while giving squads a bunch of base elements they can start using out of the box.
36
+ It aims to solve the problem of consistent UI across LINZ while giving squads a bunch of base elements they can start using out of the box.
37
37
 
38
- We aim to make each component generic, extendable, accessible, and amazing.
38
+ We aim to make each component generic, extendable, accessible, and amazingly great.
39
39
 
40
40
  All styles are implemented in SASS and compiled to plain CSS. This means any team can use the CSS. A ReactJS wrapper over the CSS is part of this project.
41
41
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "10.11.4",
2
+ "version": "10.11.5",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",