@linzjs/lui 13.1.5-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 +33 -0
- package/dist/index.js +3 -10513
- package/dist/index.js.map +1 -1
- package/dist/lui.css +5 -0
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +2 -10513
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Elements/Forms/plain-form-common.scss +6 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
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
|
+
|
|
17
|
+
# [14.0.0](https://github.com/linz/lui/compare/v13.1.5...v14.0.0) (2022-02-09)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
* BREAKING CHANGE(fieldset): Add no border and no padding to fieldset (#554) ([9af922b](https://github.com/linz/lui/commit/9af922b4a72b3808c0985268e32fcc0dfcc16e40)), closes [#554](https://github.com/linz/lui/issues/554)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### BREAKING CHANGES
|
|
24
|
+
|
|
25
|
+
* Add no border and no padding to fieldset
|
|
26
|
+
|
|
27
|
+
## [13.1.5](https://github.com/linz/lui/compare/v13.1.4...v13.1.5) (2022-02-08)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* Makes lottie external ([#553](https://github.com/linz/lui/issues/553)) ([ea85e0a](https://github.com/linz/lui/commit/ea85e0a82ac2707329e3bc011574230eda5c7598))
|
|
33
|
+
|
|
1
34
|
## [13.1.4](https://github.com/linz/lui/compare/v13.1.3...v13.1.4) (2022-02-04)
|
|
2
35
|
|
|
3
36
|
|