@invopop/popui 0.1.63 → 0.1.64

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.
@@ -16,9 +16,11 @@
16
16
  }: DataListItemProps = $props()
17
17
 
18
18
  let valueStyles = $derived(
19
- clsx('text-foreground font-medium text-base min-w-0 h-6 flex items-center', {
19
+ clsx('text-foreground font-medium text-base min-w-0 flex', {
20
20
  'font-mono slashed-zero tabular-nums lining-nums': monospaced,
21
- truncate: !children
21
+ truncate: !children,
22
+ 'h-6 items-center': !children,
23
+ 'items-start': children
22
24
  })
23
25
  )
24
26
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.1.63",
4
+ "version": "0.1.64",
5
5
  "repository": {
6
6
  "url": "https://github.com/invopop/popui"
7
7
  },