@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: -6px;
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: -6px;
5699
+ left: -8px;
5700
5700
  background-color: #cc0000;
5701
5701
  border-radius: 3px 0 0 3px;
5702
5702
  }
@@ -78,7 +78,7 @@
78
78
  width: spacing.$unit-sm;
79
79
  top: 0;
80
80
  bottom: 0;
81
- left: -6px;
81
+ left: -8px;
82
82
  border-radius: MiscVars.$borderRadius 0 0 MiscVars.$borderRadius;
83
83
  z-index: -1;
84
84
  }
@@ -64,7 +64,7 @@
64
64
  width: spacing.$unit-sm;
65
65
  top: 0;
66
66
  bottom: 0;
67
- left: -6px;
67
+ left: -8px;
68
68
  background-color: colors.$error;
69
69
  border-radius: misc.$borderRadius 0 0 misc.$borderRadius;
70
70
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "18.11.0",
2
+ "version": "18.11.1",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",