@signal9/era-ui 34.0.2 → 34.2.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +703 -802
  2. package/dist/era-ui.css +1 -1
  3. package/dist/ui/alert/alert.svelte +49 -0
  4. package/dist/ui/alert/alert.svelte.d.ts +15 -0
  5. package/dist/ui/alert/fixture.svelte +13 -0
  6. package/dist/ui/alert/fixture.svelte.d.ts +18 -0
  7. package/dist/ui/alert/index.d.ts +2 -0
  8. package/dist/ui/alert/index.js +2 -0
  9. package/dist/ui/alert/variants.d.ts +30 -0
  10. package/dist/ui/alert/variants.js +18 -0
  11. package/package.json +13 -6
  12. package/skills/era-ui/SKILL.md +1 -0
  13. package/skills/era-ui/references/releases/0.md +397 -0
  14. package/skills/era-ui/references/releases/1.md +775 -0
  15. package/skills/era-ui/references/releases/10.md +23 -0
  16. package/skills/era-ui/references/releases/11.md +13 -0
  17. package/skills/era-ui/references/releases/12.md +53 -0
  18. package/skills/era-ui/references/releases/13.md +18 -0
  19. package/skills/era-ui/references/releases/14.md +41 -0
  20. package/skills/era-ui/references/releases/15.md +11 -0
  21. package/skills/era-ui/references/releases/16.md +17 -0
  22. package/skills/era-ui/references/releases/17.md +12 -0
  23. package/skills/era-ui/references/releases/18.md +11 -0
  24. package/skills/era-ui/references/releases/19.md +11 -0
  25. package/skills/era-ui/references/releases/2.md +510 -0
  26. package/skills/era-ui/references/releases/20.md +12 -0
  27. package/skills/era-ui/references/releases/21.md +19 -0
  28. package/skills/era-ui/references/releases/22.md +24 -0
  29. package/skills/era-ui/references/releases/23.md +53 -0
  30. package/skills/era-ui/references/releases/24.md +35 -0
  31. package/skills/era-ui/references/releases/25.md +36 -0
  32. package/skills/era-ui/references/releases/26.md +37 -0
  33. package/skills/era-ui/references/releases/27.md +16 -0
  34. package/skills/era-ui/references/releases/28.md +15 -0
  35. package/skills/era-ui/references/releases/29.md +17 -0
  36. package/skills/era-ui/references/releases/3.md +192 -0
  37. package/skills/era-ui/references/releases/30.md +115 -0
  38. package/skills/era-ui/references/releases/31.md +15 -0
  39. package/skills/era-ui/references/releases/32.md +21 -0
  40. package/skills/era-ui/references/releases/33.md +25 -0
  41. package/skills/era-ui/references/releases/34.md +39 -0
  42. package/skills/era-ui/references/releases/4.md +366 -0
  43. package/skills/era-ui/references/releases/5.md +43 -0
  44. package/skills/era-ui/references/releases/6.md +11 -0
  45. package/skills/era-ui/references/releases/7.md +17 -0
  46. package/skills/era-ui/references/releases/8.md +11 -0
  47. package/skills/era-ui/references/releases/9.md +11 -0
  48. package/skills/era-ui/references/releases/index.md +42 -0
@@ -0,0 +1,510 @@
1
+ # Era UI v2 release history
2
+
3
+ ## [2.38.0](https://github.com/sig-nine/era-ui/compare/v2.37.0...v2.38.0) (2026-07-17)
4
+
5
+ ### Features
6
+
7
+ * **surfaces:** themed ::selection per surface ([07688f1](https://github.com/sig-nine/era-ui/commit/07688f171f1b93f56e3f79227d520cf8a8f927de))
8
+
9
+ ## [2.37.0](https://github.com/sig-nine/era-ui/compare/v2.36.0...v2.37.0) (2026-07-16)
10
+
11
+ ### Features
12
+
13
+ * **changelog:** make it a Library doc page that opens in the Reader ([e66f055](https://github.com/sig-nine/era-ui/commit/e66f055483097c9d5fcede7decefdd19a70589f7))
14
+ * **taskbar:** forward placeholder and empty to the embedded CommandBar ([279b023](https://github.com/sig-nine/era-ui/commit/279b02373b4a34abead06ddf6c71a538ba09e6a8))
15
+
16
+ ## [2.36.0](https://github.com/sig-nine/era-ui/compare/v2.35.6...v2.36.0) (2026-07-16)
17
+
18
+ ### Features
19
+
20
+ * **button:** step the icon glyph below the floor at tight tiers (pads 2·3·4·5) ([229376e](https://github.com/sig-nine/era-ui/commit/229376e878a6c243554af207c7c5b1678494ebc5))
21
+
22
+ ## [2.35.6](https://github.com/sig-nine/era-ui/compare/v2.35.5...v2.35.6) (2026-07-16)
23
+
24
+ ### Bug Fixes
25
+
26
+ * **conversations:** rail icons at xxs tier so the glyph gets padding, not a flush box ([f9c6611](https://github.com/sig-nine/era-ui/commit/f9c6611dae6dc8172cff4f2eed3fa00f7f20286d))
27
+
28
+ ## [2.35.5](https://github.com/sig-nine/era-ui/compare/v2.35.4...v2.35.5) (2026-07-16)
29
+
30
+ ### Bug Fixes
31
+
32
+ * **conversations:** icon-tier rail buttons that nest concentrically in the row ([082c46f](https://github.com/sig-nine/era-ui/commit/082c46faefcbbb62eb43f226310a1c37c373a436))
33
+
34
+ ## [2.35.4](https://github.com/sig-nine/era-ui/compare/v2.35.3...v2.35.4) (2026-07-15)
35
+
36
+ ### Bug Fixes
37
+
38
+ * **command-bar:** perfectly-aligned plain ghost text ([2433ea2](https://github.com/sig-nine/era-ui/commit/2433ea2f8125719b6dff245e4d1910543d8b7d2c))
39
+
40
+ ## [2.35.3](https://github.com/sig-nine/era-ui/compare/v2.35.2...v2.35.3) (2026-07-15)
41
+
42
+ ### Bug Fixes
43
+
44
+ * **cycle:** stack faces in their own grid, not the Button's ([23dffee](https://github.com/sig-nine/era-ui/commit/23dffee39b908c13fe59550be5e34a68e5496188))
45
+
46
+ ## [2.35.2](https://github.com/sig-nine/era-ui/compare/v2.35.1...v2.35.2) (2026-07-15)
47
+
48
+ ### Bug Fixes
49
+
50
+ * **os:** lock document scroll on the workspace (no iOS rubber-band / pull-to-refresh) ([aa5b0bc](https://github.com/sig-nine/era-ui/commit/aa5b0bc5ea63562679c7ed9427abe4dc148fe498))
51
+ * **taskbar:** make the mobile launcher a standard era Button, not a bespoke circle ([2637e5f](https://github.com/sig-nine/era-ui/commit/2637e5f831c7ba1ceb5598911e8241cd78ca3b2f))
52
+
53
+ ### Reverts
54
+
55
+ * **glass:** remove refraction, restore the frosted glass surface ([ca46a52](https://github.com/sig-nine/era-ui/commit/ca46a52b0822103893dd166c7ca191b9b60d32aa))
56
+
57
+ ## [2.35.1](https://github.com/sig-nine/era-ui/compare/v2.35.0...v2.35.1) (2026-07-15)
58
+
59
+ ### Bug Fixes
60
+
61
+ * **glass:** move refraction to filter:url() layer for real Chrome ([aa3d8c9](https://github.com/sig-nine/era-ui/commit/aa3d8c962f8e40640686ec69765694ce62c1a174)), closes [#svg](https://github.com/sig-nine/era-ui/issues/svg)
62
+
63
+ ## [2.35.0](https://github.com/sig-nine/era-ui/compare/v2.34.1...v2.35.0) (2026-07-15)
64
+
65
+ ### Features
66
+
67
+ * **dev:** Glass Lab playground for eyeballing pane-over-pane refraction ([4ffac7c](https://github.com/sig-nine/era-ui/commit/4ffac7cfce4f8f2cc848f6e50db3bea2bbc9763d))
68
+
69
+ ## [2.34.1](https://github.com/sig-nine/era-ui/compare/v2.34.0...v2.34.1) (2026-07-15)
70
+
71
+ ### Performance Improvements
72
+
73
+ * **command-bar:** normalize search text once per view, not per keystroke ([e7b0df2](https://github.com/sig-nine/era-ui/commit/e7b0df2df69bf20968a4047deb59b15d453a76d6))
74
+
75
+ ## [2.34.0](https://github.com/sig-nine/era-ui/compare/v2.33.0...v2.34.0) (2026-07-15)
76
+
77
+ ### Features
78
+
79
+ * **changelog:** serve LLM-friendly markdown to curl/known agents ([de8d0eb](https://github.com/sig-nine/era-ui/commit/de8d0eb03e19938058a548bcd6885c90476fc7f7))
80
+ * **command-bar:** ghost-hint the command that will run on synonym matches ([d90c575](https://github.com/sig-nine/era-ui/commit/d90c575f5cf7a7974fe695132ebbf90282f18648))
81
+
82
+ ### Bug Fixes
83
+
84
+ * **glass:** make the refraction actually visible (filter order + blur) ([ac9c3e0](https://github.com/sig-nine/era-ui/commit/ac9c3e035dcfa79605764c31af66ff789d6fbef3))
85
+
86
+ ## [2.33.0](https://github.com/sig-nine/era-ui/compare/v2.32.0...v2.33.0) (2026-07-15)
87
+
88
+ ### Features
89
+
90
+ * **command-bar:** make every doc page findable from the command bar ([8ce2a20](https://github.com/sig-nine/era-ui/commit/8ce2a207413409829efe99df026d014687737680))
91
+
92
+ ## [2.32.0](https://github.com/sig-nine/era-ui/compare/v2.31.2...v2.32.0) (2026-07-15)
93
+
94
+ ### Features
95
+
96
+ * **changelog:** reach the changelog from the command bar ([becbac5](https://github.com/sig-nine/era-ui/commit/becbac5f910c23001ac1570dee2d532e402b3011))
97
+
98
+ ## [2.31.2](https://github.com/sig-nine/era-ui/compare/v2.31.1...v2.31.2) (2026-07-15)
99
+
100
+ ### Bug Fixes
101
+
102
+ * **pane:** stop the tab-bar clip from chopping label descenders ([ef9dfff](https://github.com/sig-nine/era-ui/commit/ef9dfff3224441b159ec706d2e11ec3a628a42ab))
103
+
104
+ ## [2.31.1](https://github.com/sig-nine/era-ui/compare/v2.31.0...v2.31.1) (2026-07-15)
105
+
106
+ ### Bug Fixes
107
+
108
+ * **changelog:** drop prerender so the shared layout's searchParams read is legal ([fc50ce0](https://github.com/sig-nine/era-ui/commit/fc50ce06357a20365f37c550831c0199181ca513))
109
+
110
+ ## [2.31.0](https://github.com/sig-nine/era-ui/compare/v2.30.0...v2.31.0) (2026-07-15)
111
+
112
+ ### Features
113
+
114
+ * **changelog:** unlisted /changelog page built from CHANGELOG.md ([353a71f](https://github.com/sig-nine/era-ui/commit/353a71f90e7e4d82da950199ffca6453912932ea))
115
+
116
+ ### Bug Fixes
117
+
118
+ * **changelog:** satisfy no-navigation-without-resolve on external links ([3c30249](https://github.com/sig-nine/era-ui/commit/3c30249eadd1265ced9411a49b119068f3107892))
119
+
120
+ ## [2.30.0](https://github.com/sig-nine/era-ui/compare/v2.29.5...v2.30.0) (2026-07-15)
121
+
122
+ ### Features
123
+
124
+ * **glass:** add edge-lens refraction to large glass surfaces ([13d2cf6](https://github.com/sig-nine/era-ui/commit/13d2cf654291cb088ca000ac4bef240aab02c2cb)), closes [#era-glass-refraction](https://github.com/sig-nine/era-ui/issues/era-glass-refraction)
125
+
126
+ ## [2.29.5](https://github.com/sig-nine/era-ui/compare/v2.29.4...v2.29.5) (2026-07-15)
127
+
128
+ ### Bug Fixes
129
+
130
+ * **bevel:** remove the press shade on icon buttons ([37a84b4](https://github.com/sig-nine/era-ui/commit/37a84b4b0e6b815d4c87f41044eb0a1b1de9f18e))
131
+
132
+ ## [2.29.4](https://github.com/sig-nine/era-ui/compare/v2.29.3...v2.29.4) (2026-07-15)
133
+
134
+ ### Bug Fixes
135
+
136
+ * **bevel:** press sinks straight down, and the label sinks with the icon ([667c4a1](https://github.com/sig-nine/era-ui/commit/667c4a198ed5cb9ca8120edd16a1095019f14c32))
137
+
138
+ ## [2.29.3](https://github.com/sig-nine/era-ui/compare/v2.29.2...v2.29.3) (2026-07-15)
139
+
140
+ ### Bug Fixes
141
+
142
+ * **bevel:** halve the press-sink on small icon buttons ([de25ad2](https://github.com/sig-nine/era-ui/commit/de25ad25d642d8e102dbe6b9889c778078e85c2f))
143
+
144
+ ## [2.29.2](https://github.com/sig-nine/era-ui/compare/v2.29.1...v2.29.2) (2026-07-15)
145
+
146
+ ### Bug Fixes
147
+
148
+ * **bevel:** let a positioning utility beat the icon-button press-shade anchor ([d5f7f9f](https://github.com/sig-nine/era-ui/commit/d5f7f9f3b3e0cc176941f44a8b7d1c174805633d))
149
+
150
+ ## [2.29.1](https://github.com/sig-nine/era-ui/compare/v2.29.0...v2.29.1) (2026-07-15)
151
+
152
+ ### Bug Fixes
153
+
154
+ * **input:** floor field side padding so dense stops looking cramped ([3670ccb](https://github.com/sig-nine/era-ui/commit/3670ccb3bc6a03d8b875bfc08152b0431a130e03))
155
+
156
+ ## [2.29.0](https://github.com/sig-nine/era-ui/compare/v2.28.2...v2.29.0) (2026-07-15)
157
+
158
+ ### Features
159
+
160
+ * **taskbar:** make the mobile command launcher a thumb-sized opaque FAB ([8d8cf1b](https://github.com/sig-nine/era-ui/commit/8d8cf1bbe77eec305421483d71ddccd935295a47))
161
+
162
+ ## [2.28.2](https://github.com/sig-nine/era-ui/compare/v2.28.1...v2.28.2) (2026-07-14)
163
+
164
+ ### Bug Fixes
165
+
166
+ * **audit:** a zero-padding square icon button is not icon-flush ([2c057d0](https://github.com/sig-nine/era-ui/commit/2c057d09f22302e4ebe5867523deb60487f1fb7e))
167
+
168
+ ## [2.28.1](https://github.com/sig-nine/era-ui/compare/v2.28.0...v2.28.1) (2026-07-14)
169
+
170
+ ### Bug Fixes
171
+
172
+ * **audit:** keep every gap label readable when the rules crowd ([034441b](https://github.com/sig-nine/era-ui/commit/034441b10900e91ad78b700bad948804c7e6668f))
173
+
174
+ ## [2.28.0](https://github.com/sig-nine/era-ui/compare/v2.27.1...v2.28.0) (2026-07-14)
175
+
176
+ ### Features
177
+
178
+ * **audit:** draw measured gaps as ruled dimension lines, not floating numbers ([7a7ad7a](https://github.com/sig-nine/era-ui/commit/7a7ad7a59663f841d9758040748740437afda82b))
179
+
180
+ ## [2.27.1](https://github.com/sig-nine/era-ui/compare/v2.27.0...v2.27.1) (2026-07-14)
181
+
182
+ ### Bug Fixes
183
+
184
+ * **input:** drop era-text-trim so typed text keeps its ascenders ([bf175ed](https://github.com/sig-nine/era-ui/commit/bf175edb8084450d51a0b9f55cf30b65e28a882f))
185
+
186
+ ## [2.27.0](https://github.com/sig-nine/era-ui/compare/v2.26.0...v2.27.0) (2026-07-14)
187
+
188
+ ### Features
189
+
190
+ * **audit:** print every measurement on the audit route ([254b66e](https://github.com/sig-nine/era-ui/commit/254b66e1ba608eee3ac2bcba373f1213785a94eb))
191
+ * **docs:** a Utilities page with a live specimen per CSS class ([444745b](https://github.com/sig-nine/era-ui/commit/444745bf2004b21a1821eecb8e56e5edd865c9d9))
192
+ * **docs:** generate a utilities reference from the [@utility](https://github.com/utility) doc comments ([6a1b3a2](https://github.com/sig-nine/era-ui/commit/6a1b3a2eb98f74310e8671462ce17cf46981bce2))
193
+
194
+ ## [2.26.0](https://github.com/sig-nine/era-ui/compare/v2.25.0...v2.26.0) (2026-07-14)
195
+
196
+ ### Features
197
+
198
+ * **bevel:** a pressed icon button sits under a light-derived shade ([3397adf](https://github.com/sig-nine/era-ui/commit/3397adfc3a6b423535a1a919c13313fc2e1e2d8a))
199
+
200
+ ### Bug Fixes
201
+
202
+ * **test:** render docs pages bare — the shell never opened their window ([9d5d282](https://github.com/sig-nine/era-ui/commit/9d5d282c5899982508192779b7c2a29ece545a42))
203
+
204
+ ## [2.25.0](https://github.com/sig-nine/era-ui/compare/v2.24.0...v2.25.0) (2026-07-14)
205
+
206
+ ### Features
207
+
208
+ * **cycle:** a button that steps through an ordered set of states ([cc1722b](https://github.com/sig-nine/era-ui/commit/cc1722b90603a0e70445ef48c63230fd47b44ac1))
209
+
210
+ ### Bug Fixes
211
+
212
+ * **audit:** exempt spinners per-animation, not per-component ([1218a16](https://github.com/sig-nine/era-ui/commit/1218a16e84a02edffcedf482d6c4a2a288a865aa))
213
+
214
+ ## [2.24.0](https://github.com/sig-nine/era-ui/compare/v2.23.0...v2.24.0) (2026-07-14)
215
+
216
+ ### Features
217
+
218
+ * **gate:** a component with no measurement specimen fails the build ([74166b4](https://github.com/sig-nine/era-ui/commit/74166b48ee62c037fcf9639b406c253329280819))
219
+
220
+ ## [2.23.0](https://github.com/sig-nine/era-ui/compare/v2.22.0...v2.23.0) (2026-07-14)
221
+
222
+ ### Features
223
+
224
+ * **audit:** axis conformance — motion × surface × font, checked comparatively ([31c80bd](https://github.com/sig-nine/era-ui/commit/31c80bda5df54194e7a8f4aa4834e7720817097e))
225
+
226
+ ## [2.22.0](https://github.com/sig-nine/era-ui/compare/v2.21.0...v2.22.0) (2026-07-14)
227
+
228
+ ### Features
229
+
230
+ * **audit:** /audit — a bare harness with no window manager ([2ac73b3](https://github.com/sig-nine/era-ui/commit/2ac73b35de55b662bcce5ec47e72e9cc01b42716))
231
+ * **audit:** five runtime audits for bugs no grep can see ([193ba49](https://github.com/sig-nine/era-ui/commit/193ba49fdbbafe67039c8b9cda109509ad32b382))
232
+
233
+ ## [2.21.0](https://github.com/sig-nine/era-ui/compare/v2.20.0...v2.21.0) (2026-07-14)
234
+
235
+ ### Features
236
+
237
+ * **taskbar:** floating mobile command launcher ([319e9b1](https://github.com/sig-nine/era-ui/commit/319e9b18f326778293259a86c15ab9c2e6caedd6))
238
+
239
+ ### Bug Fixes
240
+
241
+ * **mobile:** stop iOS Safari zoom in the shell ([06f4f39](https://github.com/sig-nine/era-ui/commit/06f4f397c8f52677dc2a7349636da95206acd2fb))
242
+
243
+ ## [2.20.0](https://github.com/sig-nine/era-ui/compare/v2.19.0...v2.20.0) (2026-07-14)
244
+
245
+ ### Features
246
+
247
+ * **copy-button:** let hosts override the idle/success/failure icons ([1000475](https://github.com/sig-nine/era-ui/commit/10004754ab3876d2d9758d8afa0ab40e1ff2ffc2))
248
+
249
+ ## [2.19.0](https://github.com/sig-nine/era-ui/compare/v2.18.1...v2.19.0) (2026-07-14)
250
+
251
+ ### Features
252
+
253
+ * **docs:** empty desktop on load; rename Home to About ([35cb100](https://github.com/sig-nine/era-ui/commit/35cb100f1e2a37369e8a52ed51fd5ef8cd781375))
254
+
255
+ ## [2.18.1](https://github.com/sig-nine/era-ui/compare/v2.18.0...v2.18.1) (2026-07-14)
256
+
257
+ ### Bug Fixes
258
+
259
+ * **date/time fields:** nest segments on their own tier, and stop the audit lying about circles ([abf8512](https://github.com/sig-nine/era-ui/commit/abf8512953aa061f07372799d2c5b2a21404d173))
260
+
261
+ ## [2.18.0](https://github.com/sig-nine/era-ui/compare/v2.17.0...v2.18.0) (2026-07-14)
262
+
263
+ ### Features
264
+
265
+ * **bevel:** Win95 keycap press — content sinks inward, frame holds ([9871bfb](https://github.com/sig-nine/era-ui/commit/9871bfba652c4ec73643d587347659ad47ab0f66))
266
+
267
+ ## [2.17.0](https://github.com/sig-nine/era-ui/compare/v2.16.0...v2.17.0) (2026-07-14)
268
+
269
+ ### Features
270
+
271
+ * **measurements:** drop the grid, centre the specimens, serve real geometry ([2d57e23](https://github.com/sig-nine/era-ui/commit/2d57e23a7d3e0c725cc19cfb4dea2db0f157c7ad))
272
+
273
+ ## [2.16.0](https://github.com/sig-nine/era-ui/compare/v2.15.0...v2.16.0) (2026-07-14)
274
+
275
+ ### Features
276
+
277
+ * **dev:** measurement primitives and a concentric-radius audit ([e60efea](https://github.com/sig-nine/era-ui/commit/e60efeaa44f719fc0d49a9d686f649daf0790aba))
278
+ * **docs:** Measurements tab — every component measured as it renders ([1d5fb41](https://github.com/sig-nine/era-ui/commit/1d5fb415fa12081010942e1a127caf5ba2eeb859))
279
+
280
+ ## [2.15.0](https://github.com/sig-nine/era-ui/compare/v2.14.0...v2.15.0) (2026-07-14)
281
+
282
+ ### Features
283
+
284
+ * **copy-button:** promote to a ui primitive with a cross-fading icon swap ([a780c0e](https://github.com/sig-nine/era-ui/commit/a780c0ef16b73b341e2479b0046426cf47265cdd))
285
+
286
+ ## [2.14.0](https://github.com/sig-nine/era-ui/compare/v2.13.1...v2.14.0) (2026-07-14)
287
+
288
+ ### Features
289
+
290
+ * **bevel:** global light-direction knob, rotated toward the top ([36a8281](https://github.com/sig-nine/era-ui/commit/36a8281af046ba5e5533a399dc92cbd63e7c13e0))
291
+
292
+ ## [2.13.1](https://github.com/sig-nine/era-ui/compare/v2.13.0...v2.13.1) (2026-07-14)
293
+
294
+ ### Bug Fixes
295
+
296
+ * **bevel:** press via chisel only — the face never rises on release ([6b49b8e](https://github.com/sig-nine/era-ui/commit/6b49b8e8aec7c61323cf59bb2e7eddd404d9e373))
297
+
298
+ ## [2.13.0](https://github.com/sig-nine/era-ui/compare/v2.12.2...v2.13.0) (2026-07-14)
299
+
300
+ ### Features
301
+
302
+ * **pane:** round the handle bar's bottom corners into a pill ([8d66008](https://github.com/sig-nine/era-ui/commit/8d66008522e747e37cbc8c0a26948062bf8f9484))
303
+
304
+ ## [2.12.2](https://github.com/sig-nine/era-ui/compare/v2.12.1...v2.12.2) (2026-07-14)
305
+
306
+ ### Bug Fixes
307
+
308
+ * **styles:** era-link — bright text always, only the underline reacts ([aae10e5](https://github.com/sig-nine/era-ui/commit/aae10e53a8120871d493d6dc043548c45d37c108))
309
+
310
+ ## [2.12.1](https://github.com/sig-nine/era-ui/compare/v2.12.0...v2.12.1) (2026-07-14)
311
+
312
+ ### Bug Fixes
313
+
314
+ * **bevel:** strengthen the anti-parallelogram rim a touch ([b4b29af](https://github.com/sig-nine/era-ui/commit/b4b29afecd493854ef253a80220873bde918841c))
315
+ * **button:** latched controls stay pressed — two bevel levels, not three ([92c0aed](https://github.com/sig-nine/era-ui/commit/92c0aed6a163f27413884820cd173c4f206dfc60))
316
+
317
+ ## [2.12.0](https://github.com/sig-nine/era-ui/compare/v2.11.6...v2.12.0) (2026-07-14)
318
+
319
+ ### Features
320
+
321
+ * **styles:** add era-link utility ([604c5ec](https://github.com/sig-nine/era-ui/commit/604c5eca99b6ad62341d309914ccb072def3fbfb))
322
+
323
+ ### Bug Fixes
324
+
325
+ * **conversations:** action buttons to size sm (concentric in the row) ([6358abc](https://github.com/sig-nine/era-ui/commit/6358abc10c0e4509f9f9c83f2be1a060b82c6407))
326
+
327
+ ## [2.11.6](https://github.com/sig-nine/era-ui/compare/v2.11.5...v2.11.6) (2026-07-14)
328
+
329
+ ### Bug Fixes
330
+
331
+ * **command-bar:** make the dropdown surface-adaptive ([a9f03e6](https://github.com/sig-nine/era-ui/commit/a9f03e6ba6827625213b58de28b12031149b205c))
332
+
333
+ ## [2.11.5](https://github.com/sig-nine/era-ui/compare/v2.11.4...v2.11.5) (2026-07-14)
334
+
335
+ ### Bug Fixes
336
+
337
+ * **ai:** unmask PromptInput toolbar button hovers ([b82b965](https://github.com/sig-nine/era-ui/commit/b82b965ba73a4a37c8af26dac1ab627675f1a747))
338
+ * **conversations:** pad action buttons and unmask their hover ([5bfd902](https://github.com/sig-nine/era-ui/commit/5bfd902e2a8744b0b06dc145039977fb881575b3))
339
+
340
+ ## [2.11.4](https://github.com/sig-nine/era-ui/compare/v2.11.3...v2.11.4) (2026-07-14)
341
+
342
+ ### Bug Fixes
343
+
344
+ * **ai:** E4 parity — snap PromptInput highlight; drop dead cn() ([ae91271](https://github.com/sig-nine/era-ui/commit/ae912715a7dbe014290df1f43f21aab096f63375))
345
+ * **button:** add missing 'xxs' to ButtonVariants.size ([c60b1e8](https://github.com/sig-nine/era-ui/commit/c60b1e87ca233bbff89cbf571a611c615a48c09b))
346
+ * **select:** export Group, GroupHeading, and Portal ([d8aaef6](https://github.com/sig-nine/era-ui/commit/d8aaef6a6a3863b9830ac6f3a0030dc38ba18f70))
347
+
348
+ ## [2.11.3](https://github.com/sig-nine/era-ui/compare/v2.11.2...v2.11.3) (2026-07-14)
349
+
350
+ ### Bug Fixes
351
+
352
+ * **ai:** style PromptInput to match the era Input ([5826b83](https://github.com/sig-nine/era-ui/commit/5826b839c80c977676ce3d367d617a739f18858f))
353
+ * **llm-shell:** full-bleed shell + even rail gutter ([2a8c8b6](https://github.com/sig-nine/era-ui/commit/2a8c8b6edaf5aec3028f0f003c4405880ffd2972))
354
+
355
+ ## [2.11.2](https://github.com/sig-nine/era-ui/compare/v2.11.1...v2.11.2) (2026-07-14)
356
+
357
+ ### Bug Fixes
358
+
359
+ * **ai:** stop era-text-trim from chopping truncated text ([a94b6d4](https://github.com/sig-nine/era-ui/commit/a94b6d4e39419d24da52cefb96a8e181ce5a4414))
360
+
361
+ ## [2.11.1](https://github.com/sig-nine/era-ui/compare/v2.11.0...v2.11.1) (2026-07-14)
362
+
363
+ ### Bug Fixes
364
+
365
+ * **os:** soften the focused-window highlight outline ([ba73a44](https://github.com/sig-nine/era-ui/commit/ba73a44852d3ffab954b080168f6a81f6b73c6f3))
366
+
367
+ ## [2.11.0](https://github.com/sig-nine/era-ui/compare/v2.10.1...v2.11.0) (2026-07-13)
368
+
369
+ ### Features
370
+
371
+ * **surfaces:** split press shift per axis — bevel sinks straight down ([db75f47](https://github.com/sig-nine/era-ui/commit/db75f47d20c3a940ace5be1add5e00c29ef231f7))
372
+
373
+ ### Bug Fixes
374
+
375
+ * **bevel:** restore the uniform rim — kills the parallelogram skew ([585fe85](https://github.com/sig-nine/era-ui/commit/585fe85416c879a249e70aee62a1f327fbbfc41b))
376
+
377
+ ## [2.10.1](https://github.com/sig-nine/era-ui/compare/v2.10.0...v2.10.1) (2026-07-13)
378
+
379
+ ### Bug Fixes
380
+
381
+ * **llm-shell:** stream into proxied blocks, tidy transient states ([5dcad36](https://github.com/sig-nine/era-ui/commit/5dcad36dbfc4ad22f29b9e2ef98e5dbb0a033ffe))
382
+
383
+ ## [2.10.0](https://github.com/sig-nine/era-ui/compare/v2.9.0...v2.10.0) (2026-07-13)
384
+
385
+ ### Features
386
+
387
+ * **llm-shell:** rebuild demo into a full chat console ([04f705f](https://github.com/sig-nine/era-ui/commit/04f705fa8c3ff55f42a399e971d6739918de7f0b))
388
+
389
+ ## [2.9.0](https://github.com/sig-nine/era-ui/compare/v2.8.3...v2.9.0) (2026-07-13)
390
+
391
+ ### Features
392
+
393
+ * **ai:** add compact Tool.Chip/Chips and Tool.Exec ([f5d8542](https://github.com/sig-nine/era-ui/commit/f5d8542470dacb14e386b9810c2445ce9d15815d))
394
+ * **ai:** add Conversations history rail ([050cdc4](https://github.com/sig-nine/era-ui/commit/050cdc4b6b15714d160c10f1544b41745c9f3b3e))
395
+ * **ai:** add editable Confirmation.Args approval ([f676e14](https://github.com/sig-nine/era-ui/commit/f676e145f9d2d27a1d318c6d75602b15d2ae02a5))
396
+ * **ai:** add ErrorPanel with error categorization ([60cc910](https://github.com/sig-nine/era-ui/commit/60cc910bf9cee07b23bd02cd1c697ffc292ac97d))
397
+ * **ai:** add headless projectMessages normalization ([9bd98f6](https://github.com/sig-nine/era-ui/commit/9bd98f662c2f3c6fb5a4e4fec9e18ba2fb97fbe0))
398
+ * **ai:** add Message.Usage per-turn footer ([006d4c5](https://github.com/sig-nine/era-ui/commit/006d4c5a1cbc6fbaecd2ed62efd4c17fc2499453))
399
+ * **ai:** add RunStatus aggregate run banner ([ac0a6cf](https://github.com/sig-nine/era-ui/commit/ac0a6cff29233d117d4bc1902faf5c0d369cb5b5))
400
+ * **ai:** add RuntimeFeed live log tail ([9dae27b](https://github.com/sig-nine/era-ui/commit/9dae27b5be640de94f7bef5eaef7d404155655d7))
401
+ * **ai:** add StructuredValue recursive JSON viewer ([6424610](https://github.com/sig-nine/era-ui/commit/642461047494eceddb5779842650a3d32c381f71))
402
+ * **ai:** export the new chat-console components ([07edb66](https://github.com/sig-nine/era-ui/commit/07edb66089dbfad98dd2f731055b5b836d22a591))
403
+ * **badge:** add warning tone ([59f873f](https://github.com/sig-nine/era-ui/commit/59f873f346cfe38bfd477fdad6d6d370d97af025))
404
+
405
+ ## [2.8.3](https://github.com/sig-nine/era-ui/compare/v2.8.2...v2.8.3) (2026-07-13)
406
+
407
+ ### Bug Fixes
408
+
409
+ * **docs:** re-pin the docs mono font (aesthetic choice), document the tradeoff ([7775e0c](https://github.com/sig-nine/era-ui/commit/7775e0c9677fca2dd7cecefb97d7c0d14ea34fe1))
410
+
411
+ ## [2.8.2](https://github.com/sig-nine/era-ui/compare/v2.8.1...v2.8.2) (2026-07-12)
412
+
413
+ ### Bug Fixes
414
+
415
+ * **docs:** render the library's real font stack — parity is the guardrail ([7eb1500](https://github.com/sig-nine/era-ui/commit/7eb1500b3692c9dfc8406250e2b79baa73d280c7))
416
+
417
+ ## [2.8.1](https://github.com/sig-nine/era-ui/compare/v2.8.0...v2.8.1) (2026-07-12)
418
+
419
+ ### Bug Fixes
420
+
421
+ * **ui:** ink-centered control text — ex/alphabetic trim over integer line boxes ([4c69822](https://github.com/sig-nine/era-ui/commit/4c698229984dac50d68e22297cff248da8a2433a))
422
+
423
+ ## [2.8.0](https://github.com/sig-nine/era-ui/compare/v2.7.1...v2.8.0) (2026-07-12)
424
+
425
+ ### Features
426
+
427
+ * bundle the era methodology as a Claude Code skill ([460f2cc](https://github.com/sig-nine/era-ui/commit/460f2cc8cd492df80616bcd8146f6d0f20880ef3))
428
+
429
+ ### Bug Fixes
430
+
431
+ * **docs:** drop useless mustache around the skill install command ([d48dd25](https://github.com/sig-nine/era-ui/commit/d48dd258860479649c696825a5c4b7f7ef8264ce))
432
+
433
+ ## [2.7.1](https://github.com/sig-nine/era-ui/compare/v2.7.0...v2.7.1) (2026-07-12)
434
+
435
+ ### Bug Fixes
436
+
437
+ * **ai:** put the composer and chat surfaces on the tier ladder ([04a9882](https://github.com/sig-nine/era-ui/commit/04a98822cbdf98a9cf1459d2515b3079633ecb78))
438
+ * **ui:** revert text-box trim from controls — cap-centering read HIGH ([0fb7eab](https://github.com/sig-nine/era-ui/commit/0fb7eabb25a772efab4851afc7b9c19e9f1b8a10))
439
+
440
+ ## [2.7.0](https://github.com/sig-nine/era-ui/compare/v2.6.1...v2.7.0) (2026-07-12)
441
+
442
+ ### Features
443
+
444
+ * **styles:** balanced headings, pretty prose, antialiased rendering ([cb1115f](https://github.com/sig-nine/era-ui/commit/cb1115fd6eb68bc9613d58ae5f3c714e6de76fad))
445
+
446
+ ## [2.6.1](https://github.com/sig-nine/era-ui/compare/v2.6.0...v2.6.1) (2026-07-12)
447
+
448
+ ### Bug Fixes
449
+
450
+ * **ui:** font-agnostic vertical text centering via text-box trim ([f9f2fe3](https://github.com/sig-nine/era-ui/commit/f9f2fe3e3a29595ef1fcb81ebbf6e8b70ba6ea4a))
451
+
452
+ ## [2.6.0](https://github.com/sig-nine/era-ui/compare/v2.5.0...v2.6.0) (2026-07-12)
453
+
454
+ ### Features
455
+
456
+ * **os:** windows re-fit on viewport resize; the bar never does ([75eacbc](https://github.com/sig-nine/era-ui/commit/75eacbc345ffa6121cfd9d7226bccbd6bd5a8780))
457
+
458
+ ## [2.5.0](https://github.com/sig-nine/era-ui/compare/v2.4.0...v2.5.0) (2026-07-12)
459
+
460
+ ### Features
461
+
462
+ * **os:** tab middle-close, selection containment, minimizable toggle, quieter chrome ([0abff69](https://github.com/sig-nine/era-ui/commit/0abff69b26ccdeb464a6523824761684b93d537d))
463
+
464
+ ## [2.4.0](https://github.com/sig-nine/era-ui/compare/v2.3.0...v2.4.0) (2026-07-12)
465
+
466
+ ### Features
467
+
468
+ * **docs:** LLM Shell — a streaming chat clone built from the AI suite ([5879982](https://github.com/sig-nine/era-ui/commit/5879982d78e16f811958c481085ce2c5ae371443))
469
+
470
+ ## [2.3.0](https://github.com/sig-nine/era-ui/compare/v2.2.0...v2.3.0) (2026-07-12)
471
+
472
+ ### Features
473
+
474
+ * **ai:** the AI Elements suite, era-ui edition ([660ced6](https://github.com/sig-nine/era-ui/commit/660ced637df991019aa942153ef4d40e8050408e))
475
+ * **docs:** command-bar demo logs executed commands as Steps ([3eb46e9](https://github.com/sig-nine/era-ui/commit/3eb46e9c7039549eb6496e1b39e425b8389ed810))
476
+
477
+ ### Bug Fixes
478
+
479
+ * **step:** data attribute instead of an unknown class for the content hook ([19a8be0](https://github.com/sig-nine/era-ui/commit/19a8be00dad9540fe8cc2a47c6d18c78aa351b37))
480
+
481
+ ## [2.2.0](https://github.com/sig-nine/era-ui/compare/v2.1.0...v2.2.0) (2026-07-12)
482
+
483
+ ### Features
484
+
485
+ * **step:** expandable inline step — tool calls, thinking, agent actions ([2ba4487](https://github.com/sig-nine/era-ui/commit/2ba4487e75367f49a61451584309c8dd7f0111c5))
486
+
487
+ ## [2.1.0](https://github.com/sig-nine/era-ui/compare/v2.0.0...v2.1.0) (2026-07-12)
488
+
489
+ ### Features
490
+
491
+ * **docs:** display settings as command-bar commands; drop pinned quick buttons ([de55091](https://github.com/sig-nine/era-ui/commit/de550911e59dcf3b12cf793f55bcd41a5a7b99be))
492
+ * **docs:** quickstart becomes Spacing — tower + anatomy only, xxs included, current tokens ([1b8b1f1](https://github.com/sig-nine/era-ui/commit/1b8b1f1d292a4e90a3dd2eba573a6f198ac81c92))
493
+
494
+ ### Bug Fixes
495
+
496
+ * **command-bar:** backtick closes like Escape; prompt chevron at term contrast ([c2f4cea](https://github.com/sig-nine/era-ui/commit/c2f4cea20b30a8c5fc05fa46230a54b47946f1f3))
497
+ * **os:** drop the taskbar clock ([638295d](https://github.com/sig-nine/era-ui/commit/638295db26f0f51cafb6675917130f49e176c9ec))
498
+
499
+ ## [2.0.0](https://github.com/sig-nine/era-ui/compare/v1.26.1...v2.0.0) (2026-07-12)
500
+
501
+ ### ⚠ BREAKING CHANGES
502
+
503
+ * **os:** the Launcher component and Taskbar's onLauncher prop are
504
+ removed; LAYER.launcher is gone. Use the Taskbar's built-in command bar.
505
+
506
+ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
507
+
508
+ ### Features
509
+
510
+ * **os:** taskbar command bar replaces the spotlight Launcher ([7c7cff3](https://github.com/sig-nine/era-ui/commit/7c7cff3f8c88d73346b498b305da9dd585bda848))
@@ -0,0 +1,12 @@
1
+ # Era UI v20 release history
2
+
3
+ ## [20.0.0](https://github.com/sig-nine/era-ui/compare/v19.0.0...v20.0.0) (2026-08-09)
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * **release:** No consumer change required. This changes commit tooling and
8
+ the contents of future changelog entries, not the library.
9
+
10
+ ### Bug Fixes
11
+
12
+ * **release:** every migration note I wrote was dropped from the changelog ([2e83596](https://github.com/sig-nine/era-ui/commit/2e8359651d70412e204b8636eaf6fcf07b64d296))
@@ -0,0 +1,19 @@
1
+ # Era UI v21 release history
2
+
3
+ ## [21.0.0](https://github.com/sig-nine/era-ui/compare/v20.0.0...v21.0.0) (2026-08-09)
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * **bar:** a `Bar` with `size="control"` and the default `content="tier"`
8
+ now pads and gaps by `chip-inset-control` (1/2/3) instead of `icon-inset-chip`
9
+ (4/5/6). That is the concentric answer for the chip-tier content the variant
10
+ describes, and it is visibly tighter. A control bar that actually holds
11
+ icon-tier buttons was never described by `content="tier"` and was relying on the
12
+ old value being wrong in a helpful direction — give it `size="chip"`, or pass
13
+ the wall explicitly. `size="bar"` and `size="chip"` are unchanged in value;
14
+ `size="bar"` now names its inset `gutter`, which is what era already calls that
15
+ pairing, rather than borrowing icon-inset-chip's name for the same number.
16
+
17
+ ### Bug Fixes
18
+
19
+ * **bar:** a bar's wall is the concentric inset for the pair it actually holds ([45f76a8](https://github.com/sig-nine/era-ui/commit/45f76a8c83c6d810c5346ccff03e1750342a57b4))
@@ -0,0 +1,24 @@
1
+ # Era UI v22 release history
2
+
3
+ ## [22.0.0](https://github.com/sig-nine/era-ui/compare/v21.0.0...v22.0.0) (2026-08-09)
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * **font:** a stack is read AT the element carrying `data-font`, so
8
+ `--era-font-mono` / `-sans` / `-serif` must be re-pointed at or above that
9
+ element. Setting one on a descendant of the axis host now does nothing, where
10
+ before it applied to that subtree. /audit was doing exactly this — it re-pointed
11
+ the stacks on its own <main> while the axis lived on <html>, so the harness had
12
+ been measuring the docs' pinned `monospace` while reporting the shipped stack —
13
+ and now sets them on :root. Nesting `data-font` also genuinely works, which for
14
+ anyone relying on the old source-order behaviour is a visible change.
15
+
16
+ Closes the test.fixme in axis-nesting.spec.ts; the suite now has no skips.
17
+
18
+ ### Features
19
+
20
+ * **meter:** a meter can say which band its reading is in ([9119e38](https://github.com/sig-nine/era-ui/commit/9119e38425ca511c0ff9f31a52efdf9f80dd390f))
21
+
22
+ ### Bug Fixes
23
+
24
+ * **font:** the font axis resolves by depth, like every other axis ([a1041bd](https://github.com/sig-nine/era-ui/commit/a1041bdc59a41b9829e5dad42bf727f434e67f7f))
@@ -0,0 +1,53 @@
1
+ # Era UI v23 release history
2
+
3
+ ## [23.3.0](https://github.com/sig-nine/era-ui/compare/v23.2.0...v23.3.0) (2026-08-10)
4
+
5
+ ### Features
6
+
7
+ * **toggle-group:** a segmented variant, because the group has to be the container ([dace35f](https://github.com/sig-nine/era-ui/commit/dace35ff944e527b1560b12f4c31443e7c97cc8a))
8
+
9
+ ## [23.2.0](https://github.com/sig-nine/era-ui/compare/v23.1.1...v23.2.0) (2026-08-09)
10
+
11
+ ### Features
12
+
13
+ * **ai:** Timeline — a build bar whose segment widths ARE the durations ([47a5304](https://github.com/sig-nine/era-ui/commit/47a5304d362b7dab57d905f998be54694d6c3e03))
14
+ * **ai:** Todo — an agent's plan board, ported from term the era way ([d1f39cd](https://github.com/sig-nine/era-ui/commit/d1f39cd82f538ad1711f0c092c77c221338193af))
15
+
16
+ ## [23.1.1](https://github.com/sig-nine/era-ui/compare/v23.1.0...v23.1.1) (2026-08-09)
17
+
18
+ ### Bug Fixes
19
+
20
+ * **docs:** hoist the embedded example out of a mustache ([4da5ee0](https://github.com/sig-nine/era-ui/commit/4da5ee0a911970f009acd967e0b10e3c6aa5723d))
21
+ * **typography:** close the token-cell half of anonymous-text — 106 findings to 26 ([682c5df](https://github.com/sig-nine/era-ui/commit/682c5df012547ad191a9034a3acf880e832a5b69))
22
+
23
+ ## [23.1.0](https://github.com/sig-nine/era-ui/compare/v23.0.0...v23.1.0) (2026-08-09)
24
+
25
+ ### Features
26
+
27
+ * **eslint:** ship the rules that catch what renders as SOMETHING ([f4f97c9](https://github.com/sig-nine/era-ui/commit/f4f97c98a0aed16de0c07833b62942a0327766f5))
28
+
29
+ ### Bug Fixes
30
+
31
+ * **desktop:** an embedded Desktop no longer freezes the page around it ([acc8bf5](https://github.com/sig-nine/era-ui/commit/acc8bf56336ac291d4ea400141b74e8f886abd41))
32
+
33
+ ## [23.0.0](https://github.com/sig-nine/era-ui/compare/v22.0.0...v23.0.0) (2026-08-09)
34
+
35
+ ### ⚠ BREAKING CHANGES
36
+
37
+ * **portal:** era owns `Root` for alert-dialog, context-menu, dialog,
38
+ dropdown-menu, link-preview, menubar, sheet and tooltip, where seven of them
39
+ previously re-exported bits-ui's. Behaviour and props are unchanged and `open`
40
+ stays bindable, but anyone importing `Root` for its bits-ui identity — a type
41
+ cast, an `instanceof`-style comparison — is now getting era's wrapper. Content
42
+ opened inside a scoped subtree also now RENDERS with that subtree's axes rather
43
+ than the document's, which is the point, and is a visible change anywhere a
44
+ scope existed and was being silently ignored.
45
+ * **types:** `PartProps<T>` no longer strips `child`. Anything relying on it
46
+ to produce a child-free prop type should use `OwnedPartProps<T>`, which is the
47
+ old definition under a name that says why.
48
+
49
+ ### Features
50
+
51
+ * **nav:** a navigation landmark whose current item announces itself ([9ffb1f2](https://github.com/sig-nine/era-ui/commit/9ffb1f2519b15aa312e6a545eb2462bdf4d9d6a0))
52
+ * **portal:** the five axes cross the portal ([de1b2ba](https://github.com/sig-nine/era-ui/commit/de1b2ba066a87bbe331df600edd78ef716ae935e))
53
+ * **types:** restore bits-ui's `child` on the parts era only restyles ([7659a36](https://github.com/sig-nine/era-ui/commit/7659a3643b466ac915c25a7578b94cf6e680d40a))
@@ -0,0 +1,35 @@
1
+ # Era UI v24 release history
2
+
3
+ ## [24.0.3](https://github.com/sig-nine/era-ui/compare/v24.0.2...v24.0.3) (2026-08-12)
4
+
5
+ ### Bug Fixes
6
+
7
+ * **pane:** the focused pane's second hairline was a shadow, not the outline ([0d44f17](https://github.com/sig-nine/era-ui/commit/0d44f17cb7d2fee11fb5eea72b8cd674be9036ef))
8
+
9
+ ## [24.0.2](https://github.com/sig-nine/era-ui/compare/v24.0.1...v24.0.2) (2026-08-11)
10
+
11
+ ### Bug Fixes
12
+
13
+ * **test:** drop the dead branch from the pane-focus REST string ([9303c1f](https://github.com/sig-nine/era-ui/commit/9303c1f207ef65665a575b8f7ff831f80e8736de))
14
+
15
+ ## [24.0.1](https://github.com/sig-nine/era-ui/compare/v24.0.0...v24.0.1) (2026-08-11)
16
+
17
+ ### Bug Fixes
18
+
19
+ * **pane:** focus recolours the edge instead of drawing a second one ([f8513b5](https://github.com/sig-nine/era-ui/commit/f8513b50b3e82130af82a6441ecd0e77bcba6886))
20
+
21
+ ## [24.0.0](https://github.com/sig-nine/era-ui/compare/v23.3.0...v24.0.0) (2026-08-11)
22
+
23
+ ### ⚠ BREAKING CHANGES
24
+
25
+ * **timeline:** `Timeline` moves from `@sig-nine/era-ui/ai` to
26
+ `@sig-nine/era-ui/timeline`. `Todo` is unchanged at `@sig-nine/era-ui/ai`. The
27
+ `/agent-progress` docs route is now `/timeline` and `/todo`. Verified against
28
+ the built artifact: dist/ui/timeline/ resolves, dist/ai/timeline/ is gone, and
29
+ the ai barrel exports Todo and not Timeline.
30
+
31
+ toggle-group also leaves DEMO_OPTIONAL — it has a real demo page now.
32
+
33
+ ### Code Refactoring
34
+
35
+ * **timeline:** Timeline is a ui primitive, not an AI one ([8093e9d](https://github.com/sig-nine/era-ui/commit/8093e9dac6133b180f5290827e124a2309c6adbd))