@linzjs/lui 22.1.0 → 22.1.2
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 +14 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +2 -2
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [22.1.2](https://github.com/linz/lui/compare/v22.1.1...v22.1.2) (2025-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Added holiday outage example to storybook ([#1183](https://github.com/linz/lui/issues/1183)) ([e423636](https://github.com/linz/lui/commit/e423636737a4e32111406acdaafb22f46451566d))
|
|
7
|
+
|
|
8
|
+
## [22.1.1](https://github.com/linz/lui/compare/v22.1.0...v22.1.1) (2024-12-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Update privacy and contact links in Lui footer ([#1181](https://github.com/linz/lui/issues/1181)) ([0c9df75](https://github.com/linz/lui/commit/0c9df759811c0add377cc4d92fd7e36a36088267))
|
|
14
|
+
|
|
1
15
|
# [22.1.0](https://github.com/linz/lui/compare/v22.0.1...v22.1.0) (2024-12-05)
|
|
2
16
|
|
|
3
17
|
|
package/dist/index.js
CHANGED
|
@@ -32405,9 +32405,9 @@ var LuiFooter = function (props) {
|
|
|
32405
32405
|
React__default["default"].createElement("div", { className: 'lui-footer-columns' },
|
|
32406
32406
|
React__default["default"].createElement("ul", { className: "lui-footer-list" },
|
|
32407
32407
|
React__default["default"].createElement("li", { className: 'lui-footer-inline-list-item' },
|
|
32408
|
-
React__default["default"].createElement("a", { href: "https://www.
|
|
32408
|
+
React__default["default"].createElement("a", { href: "https://www.linz.govt.nz/contact-us" }, "Contact")),
|
|
32409
32409
|
React__default["default"].createElement("li", { className: 'lui-footer-inline-list-item' },
|
|
32410
|
-
React__default["default"].createElement("a", { href: "https://www.
|
|
32410
|
+
React__default["default"].createElement("a", { href: "https://www.linz.govt.nz/privacy" }, "Privacy"))),
|
|
32411
32411
|
React__default["default"].createElement("div", { className: "lui-row-divider-xs lui-row-divider-sm" },
|
|
32412
32412
|
React__default["default"].createElement("p", { className: "lui-small" },
|
|
32413
32413
|
"\u00A9 ",
|