@lotics/ui 5.6.0 → 5.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotics/ui",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./tokens": "./src/tokens.ts",
@@ -178,6 +178,9 @@ const styles = StyleSheet.create({
178
178
  track: {
179
179
  flexDirection: "row",
180
180
  alignSelf: "flex-start",
181
+ // Match the 40px system control height so it aligns with inputs/buttons in a
182
+ // toolbar band; segments stretch (alignItems defaults to "stretch") to fill it.
183
+ height: 40,
181
184
  gap: 2,
182
185
  padding: 3,
183
186
  borderRadius: 10,