@signal9/era-ui 1.4.2 → 1.4.3

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.
@@ -26,7 +26,11 @@
26
26
  <Select.Value
27
27
  bind:ref
28
28
  class={cn(
29
- 'flex min-w-0 flex-1 items-center overflow-hidden text-body leading-none text-fg',
29
+ // No overflow-hidden here: the multi-select chip stack is pulled left by
30
+ // −inset-xxs to sit flush at the concentric gap, and clipping the Value
31
+ // would shear those 2px off the first chip (left inset > the even top/
32
+ // bottom gap). Single value + placeholder self-clip via their `truncate`.
33
+ 'flex min-w-0 flex-1 items-center text-body leading-none text-fg',
30
34
  className
31
35
  )}
32
36
  {placeholder}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",