@linzjs/lui 23.11.0 → 23.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
+ ## [23.11.1](https://github.com/linz/lui/compare/v23.11.0...v23.11.1) (2025-08-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * adding more gap between input and error ([#1247](https://github.com/linz/lui/issues/1247)) ([e15dd0a](https://github.com/linz/lui/commit/e15dd0a22d74844d01a28f5879f322be3391022e))
7
+
1
8
  # [23.11.0](https://github.com/linz/lui/compare/v23.10.1...v23.11.0) (2025-08-19)
2
9
 
3
10
 
package/dist/lui.css CHANGED
@@ -6112,7 +6112,7 @@ body.LuiHeaderMenuV2-drawer-open {
6112
6112
  padding-left: 22px;
6113
6113
  font-size: 0.875rem;
6114
6114
  line-height: 20px;
6115
- margin-top: 2px;
6115
+ margin-top: 4px;
6116
6116
  }
6117
6117
 
6118
6118
  .LuiTextInput-error {
@@ -155,7 +155,7 @@ $label-line-height: spacing.$unit-md;
155
155
  padding-left: 22px;
156
156
  font-size: forms.$label-font-size;
157
157
  line-height: 20px;
158
- margin-top: 2px;
158
+ margin-top: 4px;
159
159
  }
160
160
 
161
161
  .LuiTextInput-error {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "23.11.0",
2
+ "version": "23.11.1",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",