@linzjs/lui 18.11.0 → 18.11.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
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [18.11.1](https://github.com/linz/lui/compare/v18.11.0...v18.11.1) (2023-09-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Minor change to trigger release of warning label border ([8204462](https://github.com/linz/lui/commit/8204462f8cd6adce59e4f0b8da3934d072e4784d))
|
|
7
|
+
|
|
1
8
|
# [18.11.0](https://github.com/linz/lui/compare/v18.10.1...v18.11.0) (2023-09-07)
|
|
2
9
|
|
|
3
10
|
|
package/dist/lui.css
CHANGED
|
@@ -5573,7 +5573,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5573
5573
|
width: 0.75rem;
|
|
5574
5574
|
top: 0;
|
|
5575
5575
|
bottom: 0;
|
|
5576
|
-
left: -
|
|
5576
|
+
left: -8px;
|
|
5577
5577
|
border-radius: 3px 0 0 3px;
|
|
5578
5578
|
z-index: -1;
|
|
5579
5579
|
}
|
|
@@ -5696,7 +5696,7 @@ body.LuiHeaderMenuV2-drawer-open {
|
|
|
5696
5696
|
width: 0.75rem;
|
|
5697
5697
|
top: 0;
|
|
5698
5698
|
bottom: 0;
|
|
5699
|
-
left: -
|
|
5699
|
+
left: -8px;
|
|
5700
5700
|
background-color: #cc0000;
|
|
5701
5701
|
border-radius: 3px 0 0 3px;
|
|
5702
5702
|
}
|
package/package.json
CHANGED