@signal9/era-ui 1.3.0 → 1.4.0

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.
@@ -17,13 +17,13 @@
17
17
 
18
18
  <!-- The drag zone. A small Bar (size="sm", the standalone-pill tier) that scales
19
19
  WITH ambient density. data-pane-handle marks it as the neodrag allow-zone;
20
- rounded-none defers corners to the root's overflow clip so the hover
21
- highlight follows the root radius. -->
20
+ rounded-none defers corners to the root's overflow clip. A faint bottom
21
+ border sets it off from the body. -->
22
22
  <Bar
23
23
  bind:ref
24
24
  data-pane-handle
25
25
  size="sm"
26
- class={cn('shrink-0 rounded-none select-none hover:bg-(--era-highlight)', className)}
26
+ class={cn('shrink-0 rounded-none border-b border-divider-faded select-none', className)}
27
27
  {...restProps}
28
28
  >
29
29
  {@render children?.()}
@@ -12,7 +12,7 @@
12
12
  bind:ref
13
13
  data-pane-control
14
14
  class={cn(
15
- 'flex h-(--era-h-xs) cursor-pointer items-center gap-(--era-gap) rounded-(--era-rd-xs) px-(--era-inset-sm) text-body leading-none text-muted outline-none select-none hover:text-fg focus-visible:bg-(--era-highlight) data-[state=active]:bg-hover data-[state=active]:text-bright',
15
+ 'flex cursor-pointer items-center gap-(--era-gap) rounded-(--era-rd-xs) px-(--era-inset-sm) py-0.5 text-body leading-none text-muted outline-none select-none hover:text-fg focus-visible:bg-(--era-highlight) data-[state=active]:bg-hover data-[state=active]:text-bright',
16
16
  className
17
17
  )}
18
18
  {...restProps}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",