@linzjs/lui 14.0.0 → 15.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # [15.0.0](https://github.com/linz/lui/compare/v14.0.0...v15.0.0) (2022-02-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **fieldset:** was missing dot and story ([#556](https://github.com/linz/lui/issues/556)) ([e00b643](https://github.com/linz/lui/commit/e00b643a7ff147136238bf57a6bef33c464278b5))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * **fieldset:** Add no border and no padding to fieldset
12
+
13
+ * Add story to prove my working
14
+
15
+ Co-authored-by: Tony Watson <twatson@linz.govt.nz>
16
+
1
17
  # [14.0.0](https://github.com/linz/lui/compare/v13.1.5...v14.0.0) (2022-02-09)
2
18
 
3
19
 
package/dist/lui.css CHANGED
@@ -2633,7 +2633,7 @@ a.lui-button + a.lui-button {
2633
2633
  margin-top: 5px;
2634
2634
  }
2635
2635
 
2636
- .fieldset {
2636
+ fieldset {
2637
2637
  border: none;
2638
2638
  padding: 0;
2639
2639
  }
@@ -3,7 +3,7 @@
3
3
  .input {
4
4
  }
5
5
 
6
- .fieldset {
6
+ fieldset {
7
7
  border: none;
8
8
  padding: 0;
9
9
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "14.0.0",
2
+ "version": "15.0.0",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",