@linzjs/lui 24.13.0 → 24.13.1
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
|
@@ -5,6 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
* **LuiComboSelect:** restore interface to support styling of the input element. ([#1270](https://github.com/linz/lui/issues/1270)) ([7ce6a13](https://github.com/linz/lui/commit/7ce6a137c7f16ffa3acbe4357569a6eb59ef47db))
|
|
7
7
|
|
|
8
|
+
## [24.13.1](https://github.com/linz/Lui/compare/lui-v24.13.0...lui-v24.13.1) (2026-04-29)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* TITLE-9163 Use min-height: 100vh instead of height: 100% in LuiErrorPage ([#1336](https://github.com/linz/Lui/issues/1336)) ([355d265](https://github.com/linz/Lui/commit/355d2656982b476f56628cd5eb5c32a035d66119))
|
|
14
|
+
|
|
8
15
|
## [24.13.0](https://github.com/linz/Lui/compare/lui-v24.12.0...lui-v24.13.0) (2026-04-21)
|
|
9
16
|
|
|
10
17
|
|
package/dist/lui.css
CHANGED
|
@@ -5325,7 +5325,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5325
5325
|
display: grid;
|
|
5326
5326
|
grid-template-columns: 1fr;
|
|
5327
5327
|
grid-template-rows: minmax(min-content, max-content) 1fr minmax(min-content, max-content);
|
|
5328
|
-
height:
|
|
5328
|
+
min-height: 100vh;
|
|
5329
5329
|
}
|
|
5330
5330
|
|
|
5331
5331
|
.LuiErrorPage-wrapper {
|
package/package.json
CHANGED