@signal9/era-ui 34.4.1 → 34.6.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.
@@ -7,6 +7,7 @@
7
7
  ref = $bindable(null),
8
8
  open = $bindable(false),
9
9
  status = 'done',
10
+ children,
10
11
  class: className,
11
12
  ...restProps
12
13
  }: Collapsible.RootProps & {
@@ -28,4 +29,6 @@
28
29
  data-status={status}
29
30
  class={cn('group/step flex w-full min-w-0 flex-col', className)}
30
31
  {...restProps}
31
- />
32
+ >
33
+ {@render children?.()}
34
+ </Collapsible.Root>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "34.4.1",
3
+ "version": "34.6.0",
4
4
  "packageManager": "npm@11.19.0",
5
5
  "engines": {
6
6
  "node": ">=24 <27",
@@ -1,5 +1,22 @@
1
1
  # Era UI v34 release history
2
2
 
3
+ ## [34.6.0](https://github.com/sig-nine/era-ui/compare/v34.5.0...v34.6.0) (2026-08-28)
4
+
5
+ ### Features
6
+
7
+ * **docs:** add navi accent ([e874413](https://github.com/sig-nine/era-ui/commit/e874413180e8edf296fcab4a0d435e67a92cff6f))
8
+
9
+ ## [34.5.0](https://github.com/sig-nine/era-ui/compare/v34.4.1...v34.5.0) (2026-08-28)
10
+
11
+ ### Features
12
+
13
+ * **ai:** add compact tool inspector ([1fe91ec](https://github.com/sig-nine/era-ui/commit/1fe91ec0eaaf121ad16bc75de4ebe893e222b988))
14
+
15
+ ### Bug Fixes
16
+
17
+ * **ai:** render inspector input details ([2400f80](https://github.com/sig-nine/era-ui/commit/2400f806ed9aabed901bc2625751096453f168b5))
18
+ * **notes:** focus editor from trailing surface ([d4de399](https://github.com/sig-nine/era-ui/commit/d4de399d03b1d85db55b99aed1d5ffe7e0d5fcea))
19
+
3
20
  ## [34.4.1](https://github.com/sig-nine/era-ui/compare/v34.4.0...v34.4.1) (2026-08-26)
4
21
 
5
22
  ### Bug Fixes
@@ -5,7 +5,7 @@ Load only the major versions crossed by an upgrade; use the package-root `CHANGE
5
5
 
6
6
  | Major | Range | Releases | History |
7
7
  | ---: | --- | ---: | --- |
8
- | 34 | 34.0.0–34.4.1 | 17 | [Read](./34.md) |
8
+ | 34 | 34.0.0–34.6.0 | 19 | [Read](./34.md) |
9
9
  | 33 | 33.0.0–33.0.1 | 2 | [Read](./33.md) |
10
10
  | 32 | 32.0.0–32.0.1 | 2 | [Read](./32.md) |
11
11
  | 31 | 31.0.0–31.0.0 | 1 | [Read](./31.md) |