@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
package/CHANGELOG.md CHANGED
@@ -1,9 +1,65 @@
1
+ ## [34.2.0](https://github.com/sig-nine/era-ui/compare/v34.1.0...v34.2.0) (2026-08-23)
2
+
3
+ ### Features
4
+
5
+ * **alert:** add inline status feedback ([8dab14c](https://github.com/sig-nine/era-ui/commit/8dab14c40453ba7802a42f29c369baa0f5a4fefb))
6
+
7
+ ## [34.1.0](https://github.com/sig-nine/era-ui/compare/v34.0.2...v34.1.0) (2026-08-23)
8
+
9
+ ### Features
10
+
11
+ * **release:** ship complete history with skill ([732f643](https://github.com/sig-nine/era-ui/commit/732f64320c9b45b00efba8c4d8edb3e3f0a45838))
12
+
13
+ ### Bug Fixes
14
+
15
+ * **ci:** allow hosted build variance ([5c10461](https://github.com/sig-nine/era-ui/commit/5c104612109f475e4a205b6530eb7d080a783044))
16
+
1
17
  ## [34.0.2](https://github.com/sig-nine/era-ui/compare/v34.0.1...v34.0.2) (2026-08-23)
2
18
 
3
19
  ### Bug Fixes
4
20
 
5
21
  * **bevel:** prioritize pressed controls and frame panes ([4c93c88](https://github.com/sig-nine/era-ui/commit/4c93c888e1b0a2306ca0cebb724ab0c1aa6b5f4a))
6
22
 
23
+ ## [34.0.1](https://github.com/sig-nine/era-ui/compare/v34.0.0...v34.0.1) (2026-08-23)
24
+
25
+ ### Bug Fixes
26
+
27
+ * **bevel:** preserve relief on colored faces ([bbd5044](https://github.com/sig-nine/era-ui/commit/bbd5044f4ac3d5c662f027176f5d929e1df448d1))
28
+
29
+ ## [34.0.0](https://github.com/sig-nine/era-ui/compare/v33.0.1...v34.0.0) (2026-08-22)
30
+
31
+ ### ⚠ BREAKING CHANGES
32
+
33
+ * **architecture:** package wildcards and the published skill/SKILL.md path are removed. Use the explicit component or AI subpath and skills/era-ui/SKILL.md.
34
+
35
+ ### Features
36
+
37
+ * **architecture:** seal compatibility boundary ([7880b90](https://github.com/sig-nine/era-ui/commit/7880b902d857d38da1270574bd66744348894f77))
38
+
39
+ ## [33.0.1](https://github.com/sig-nine/era-ui/compare/v33.0.0...v33.0.1) (2026-08-22)
40
+
41
+ ### Bug Fixes
42
+
43
+ * **release:** authenticate registry byte proof ([cd99e0a](https://github.com/sig-nine/era-ui/commit/cd99e0a618295dc3b40d2dd6e16ec3a0883f214c))
44
+
45
+ ## [33.0.0](https://github.com/sig-nine/era-ui/compare/v32.0.1...v33.0.0) (2026-08-22)
46
+
47
+ ### ⚠ BREAKING CHANGES
48
+
49
+ * generated documentation is no longer tracked; component metadata aggregates are generated; new primitives must use local contracts and executable fixtures; CI and deployment now require the pinned Node/npm/Playwright toolchain.
50
+ * Development and release tooling now requires Node 24+ and npm 11+. The public /measurements and /audit documentation routes are removed; agent instrumentation now lives at /__harness/audit. Component import specifiers remain unchanged.
51
+
52
+ ### Features
53
+
54
+ * introduce contract-driven development architecture ([7fe2d18](https://github.com/sig-nine/era-ui/commit/7fe2d18f6f4cc6d704f6f21d097297a2b865b2e2))
55
+ * make era self-operating ([3d84958](https://github.com/sig-nine/era-ui/commit/3d8495820168bc890dceec710458fe794c91dcd4))
56
+
57
+ ### Bug Fixes
58
+
59
+ * **ci:** bound the release browser proof ([2f009c0](https://github.com/sig-nine/era-ui/commit/2f009c0925d673797814f7ff13aff2ca9eb33c33))
60
+ * **ci:** isolate generated consumer artifacts ([e069670](https://github.com/sig-nine/era-ui/commit/e06967000a0d12f2d2b7586a02a970c1af43a70f))
61
+ * **ci:** stabilize bounded verification ([2c5e940](https://github.com/sig-nine/era-ui/commit/2c5e94066df8fa1c97f7630206c06499c81ce0ed))
62
+
7
63
  ## [32.0.1](https://github.com/sig-nine/era-ui/compare/v32.0.0...v32.0.1) (2026-08-22)
8
64
 
9
65
  ### Bug Fixes
@@ -540,46 +596,186 @@ the contents of future changelog entries, not the library.
540
596
 
541
597
  ## [12.0.4](https://github.com/sig-nine/era-ui/compare/v12.0.3...v12.0.4) (2026-08-08)
542
598
 
599
+ ### Bug Fixes
600
+
601
+ * **themes:** sand drops a fifth rung ([724891d](https://github.com/sig-nine/era-ui/commit/724891dfeadf63bc1e81a816f1bf705786c34607)), closes [#3e2902](https://github.com/sig-nine/era-ui/issues/3e2902) [#eeb694](https://github.com/sig-nine/era-ui/issues/eeb694)
602
+
543
603
  ## [12.0.3](https://github.com/sig-nine/era-ui/compare/v12.0.2...v12.0.3) (2026-08-08)
544
604
 
605
+ ### Bug Fixes
606
+
607
+ * **themes:** sand drops a fourth rung ([62a97db](https://github.com/sig-nine/era-ui/commit/62a97db37d4fe26619460e1b203179918fd80da2)), closes [#4f3404](https://github.com/sig-nine/era-ui/issues/4f3404) [#f3c3a9](https://github.com/sig-nine/era-ui/issues/f3c3a9)
608
+
545
609
  ## [12.0.2](https://github.com/sig-nine/era-ui/compare/v12.0.1...v12.0.2) (2026-08-08)
546
610
 
611
+ ### Bug Fixes
612
+
613
+ * **themes:** sand drops another rung ([a04f89a](https://github.com/sig-nine/era-ui/commit/a04f89ace46d6496dbd4b73f9bf834e3cf7c9fb6)), closes [#604008](https://github.com/sig-nine/era-ui/issues/604008)
614
+
547
615
  ## [12.0.1](https://github.com/sig-nine/era-ui/compare/v12.0.0...v12.0.1) (2026-08-08)
548
616
 
617
+ ### Bug Fixes
618
+
619
+ * **themes:** sand sits one rung darker at every slot ([1e1e222](https://github.com/sig-nine/era-ui/commit/1e1e2222509fa4a6aaab3ad20c1474009cbff23e))
620
+
549
621
  ## [12.0.0](https://github.com/sig-nine/era-ui/compare/v11.0.0...v12.0.0) (2026-08-08)
550
622
 
623
+ ### ⚠ BREAKING CHANGES
624
+
625
+ * **themes:** sand becomes a saturated warm amber
626
+
627
+ ### Features
628
+
629
+ * **themes:** sand becomes a saturated warm amber ([1d2f092](https://github.com/sig-nine/era-ui/commit/1d2f092c8badd61fa26600935fa149c17c30276a))
630
+
551
631
  ## [11.0.0](https://github.com/sig-nine/era-ui/compare/v10.1.0...v11.0.0) (2026-08-08)
552
632
 
633
+ ### ⚠ BREAKING CHANGES
634
+
635
+ * **styles:** complete the named class API, and write it everywhere
636
+
637
+ ### Features
638
+
639
+ * **build:** fail the build on a var-form class that has a name ([49a495e](https://github.com/sig-nine/era-ui/commit/49a495ed2a0995abf2346b062f9a6d5006a58529))
640
+ * **docs:** the theme half of era's class API was invisible to the docs ([11a3e67](https://github.com/sig-nine/era-ui/commit/11a3e67dd1e4d059c8252a227a875a39b0f81e98))
641
+ * **styles:** complete the named class API, and write it everywhere ([720ffca](https://github.com/sig-nine/era-ui/commit/720ffca23f2bca4bcf9de1183b7828fdd08415c2))
642
+
553
643
  ## [10.1.0](https://github.com/sig-nine/era-ui/compare/v10.0.0...v10.1.0) (2026-08-08)
554
644
 
645
+ ### Features
646
+
647
+ * **audit:** typography/anonymous-text measures the defect, not the class ([897988d](https://github.com/sig-nine/era-ui/commit/897988d7345cce392f3cd74f65105560b0094d57))
648
+ * **styles:** era-label-ink centres the ink of a control that holds one label ([7a3c7b9](https://github.com/sig-nine/era-ui/commit/7a3c7b9538661272259347fa4702fabb3684e97b))
649
+
650
+ ### Bug Fixes
651
+
652
+ * **docs:** the published examples named a package that does not exist on npm ([d84e809](https://github.com/sig-nine/era-ui/commit/d84e8097d7934cd2de802a16fe666818e25c550f))
653
+ * **typography:** bare text in a flex row was never ink-centred ([ccecf6b](https://github.com/sig-nine/era-ui/commit/ccecf6b29f9150e6359865fe16a7e6141f0b0359))
654
+
555
655
  ## [10.0.0](https://github.com/sig-nine/era-ui/compare/v9.0.0...v10.0.0) (2026-08-08)
556
656
 
657
+ ### ⚠ BREAKING CHANGES
658
+
659
+ * **props:** size props speak the same ladder as the tokens
660
+
661
+ ### Features
662
+
663
+ * **props:** size props speak the same ladder as the tokens ([8abad01](https://github.com/sig-nine/era-ui/commit/8abad011a82f5e801f4f6955108e381bb72a28c9))
664
+
557
665
  ## [9.0.0](https://github.com/sig-nine/era-ui/compare/v8.0.0...v9.0.0) (2026-08-08)
558
666
 
667
+ ### ⚠ BREAKING CHANGES
668
+
669
+ * **tokens:** the tier ladder is named for what each rung IS
670
+
671
+ ### Features
672
+
673
+ * **tokens:** the tier ladder is named for what each rung IS ([43a4859](https://github.com/sig-nine/era-ui/commit/43a48597afbeb292941918eed412e1cc7f024946))
674
+
559
675
  ## [8.0.0](https://github.com/sig-nine/era-ui/compare/v7.0.0...v8.0.0) (2026-08-08)
560
676
 
677
+ ### ⚠ BREAKING CHANGES
678
+
679
+ * **notes:** era's document typography becomes a stylesheet anyone can use
680
+
681
+ ### Features
682
+
683
+ * **notes:** era's document typography becomes a stylesheet anyone can use ([93c18b5](https://github.com/sig-nine/era-ui/commit/93c18b578911c172b0ce872a77e5576d7ec89263))
684
+
561
685
  ## [7.0.0](https://github.com/sig-nine/era-ui/compare/v6.0.0...v7.0.0) (2026-08-08)
562
686
 
687
+ ### ⚠ BREAKING CHANGES
688
+
689
+ * **deps:** a dependency belongs to the component that needs it
690
+ * **exports:** one entry point per component; the root is the system layer
691
+
692
+ ### Features
693
+
694
+ * **deps:** a dependency belongs to the component that needs it ([fc68fb2](https://github.com/sig-nine/era-ui/commit/fc68fb296ac01787dbd09311e45349e510819aee))
695
+ * **exports:** one entry point per component; the root is the system layer ([e36e137](https://github.com/sig-nine/era-ui/commit/e36e1373a45a6a409d39d0ec39cb51fd7f42a2de))
696
+
697
+ ### Bug Fixes
698
+
699
+ * **styles:** the built stylesheet had no spacing scale, and 37% of it was vidstack ([721ca89](https://github.com/sig-nine/era-ui/commit/721ca89223698437e876e2145f3df26582ec7ed2))
700
+
563
701
  ## [6.0.0](https://github.com/sig-nine/era-ui/compare/v5.0.0...v6.0.0) (2026-08-07)
564
702
 
703
+ ### ⚠ BREAKING CHANGES
704
+
705
+ * **typography:** the trim was inert on every control — measure ink, not boxes
706
+
707
+ ### Bug Fixes
708
+
709
+ * **typography:** the trim was inert on every control — measure ink, not boxes ([b1dc1f2](https://github.com/sig-nine/era-ui/commit/b1dc1f216d1851e8c5d5d61a7296eb92a41091ab))
710
+
565
711
  ## [5.0.0](https://github.com/sig-nine/era-ui/compare/v4.16.9...v5.0.0) (2026-08-03)
566
712
 
713
+ ### ⚠ BREAKING CHANGES
714
+
715
+ * **release:** only as a `BREAKING CHANGE:` footer. The `!` shorthand is not
716
+ merely ignored by it — `fix(card)!:` fails its header pattern outright, so the
717
+ commit parses to nothing at all. The card fix landed on main and released
718
+ NOTHING: "Analysis of 1 commits complete: no release". Two commits marked `!`
719
+ in this batch were downgraded or dropped the same way, which is how a set of
720
+ deliberately breaking changes came out as patch 4.16.9.
721
+
722
+ That is the worst available failure mode — a breaking change that publishes no
723
+ release looks exactly like a green build. Both analyzer and notes generator now
724
+ run the conventionalcommits preset, which understands `!` AND the footer.
725
+ Verified against the real commits: angular resolves them to `patch`,
726
+ conventionalcommits to `major`.
727
+ * **release:** three corrective changes to default rendering, none of which
728
+ need consumer code changes — but all of which move pixels, so they are a major
729
+ rather than something to discover in a patch.
730
+
731
+ * Card pads evenly on all four sides. It had half-height top padding borrowed
732
+ from p-content (whose asymmetry is earned by a heading row it subtracts),
733
+ which made every card in every consumer app top-heavy: content 4px from the
734
+ top edge against 8 from the bottom, at dense.
735
+
736
+ * The corners axis is global. --era-item-rd was multiplied by a SURFACE-owned
737
+ scale that flat set to 0, so menu and list rows were square in rounded mode
738
+ on the default surface — one axis overriding another. The gate is gone (and
739
+ was redundant: the formula already collapses at square and already yields the
740
+ panel's own radius when there is no frame inset).
741
+
742
+ * DropdownMenu, Menubar and Popover float instead of docking. Docking (square
743
+ top edge, zero offset) is the Select idiom, correct there because the panel
744
+ is anchor-width; these are w-max, so a square edge met a rounded trigger of
745
+ unrelated width. They now match ContextMenu: full radius, a gutter of air.
746
+ * **card:** pad evenly — and audit the law the tier checks cannot see
747
+
748
+ ### Bug Fixes
749
+
750
+ * **card:** pad evenly — and audit the law the tier checks cannot see ([9a191ae](https://github.com/sig-nine/era-ui/commit/9a191ae5992ce763c7e88e8f59b167b862f024cc))
751
+ * **release:** the `!` breaking marker was silently swallowed ([cac569a](https://github.com/sig-nine/era-ui/commit/cac569a27ef90d5cf66e9bf97ba8bd405c1a391c))
752
+
567
753
  ## [4.16.9](https://github.com/sig-nine/era-ui/compare/v4.16.8...v4.16.9) (2026-08-03)
568
754
 
755
+ ### ⚠ BREAKING CHANGES
756
+
757
+ * **surface:** the corners axis is global — no surface may gate a radius
569
758
 
570
759
  ### Bug Fixes
571
760
 
761
+ * **surface:** the corners axis is global — no surface may gate a radius ([c276a53](https://github.com/sig-nine/era-ui/commit/c276a53e40692fa04767798dcebac53666c20e73))
572
762
  * **ui:** floating menus float — only a field's list docks to its trigger ([102ad65](https://github.com/sig-nine/era-ui/commit/102ad659f3190a550f3f799b47918b38c0819715))
573
763
 
574
764
  ## [4.16.8](https://github.com/sig-nine/era-ui/compare/v4.16.7...v4.16.8) (2026-08-03)
575
765
 
576
-
577
766
  ### Bug Fixes
578
767
 
579
768
  * **typography:** close the trim/truncate trap, and teach the laws in llms.txt ([8137d04](https://github.com/sig-nine/era-ui/commit/8137d043c2444624651ffb2e01f861a266f13eed))
580
769
 
581
770
  ## [4.16.7](https://github.com/sig-nine/era-ui/compare/v4.16.6...v4.16.7) (2026-08-03)
582
771
 
772
+ ### ⚠ BREAKING CHANGES
773
+
774
+ * **pane:** migrate @neodrag/svelte to 3.0.0-next.10
775
+
776
+ ### Features
777
+
778
+ * **pane:** migrate @neodrag/svelte to 3.0.0-next.10 ([665a8c4](https://github.com/sig-nine/era-ui/commit/665a8c4b09a586e399d4bdc9ed0deaf8de8b3179))
583
779
 
584
780
  ### Bug Fixes
585
781
 
@@ -587,61 +783,52 @@ the contents of future changelog entries, not the library.
587
783
 
588
784
  ## [4.16.6](https://github.com/sig-nine/era-ui/compare/v4.16.5...v4.16.6) (2026-08-03)
589
785
 
590
-
591
786
  ### Bug Fixes
592
787
 
593
788
  * **docs:** the notes Usage action takes the pane bar's content tier ([ab7a5d1](https://github.com/sig-nine/era-ui/commit/ab7a5d14b0bee281c40274817f32c21cd7f5ec35))
594
789
 
595
790
  ## [4.16.5](https://github.com/sig-nine/era-ui/compare/v4.16.4...v4.16.5) (2026-08-02)
596
791
 
597
-
598
792
  ### Bug Fixes
599
793
 
600
794
  * **ui:** era-ink-center retuned by pixel measurement (0.23em -> 0.08em) ([943ef29](https://github.com/sig-nine/era-ui/commit/943ef29fb8524418f6b526d8d409b64ca5e9bd6d))
601
795
 
602
796
  ## [4.16.4](https://github.com/sig-nine/era-ui/compare/v4.16.3...v4.16.4) (2026-08-02)
603
797
 
604
-
605
798
  ### Bug Fixes
606
799
 
607
800
  * **notes:** one more step of first-line allowance (0.15em -> 0.22em) ([f265b83](https://github.com/sig-nine/era-ui/commit/f265b83c47bdf8b468a82b0f3ec3f4927653c1e2))
608
801
 
609
802
  ## [4.16.3](https://github.com/sig-nine/era-ui/compare/v4.16.2...v4.16.3) (2026-08-02)
610
803
 
611
-
612
804
  ### Bug Fixes
613
805
 
614
806
  * **notes:** more optical top allowance on the first line (0.07em -> 0.15em) ([7471e74](https://github.com/sig-nine/era-ui/commit/7471e747d9b370f56748eb909aa36952078f6605))
615
807
 
616
808
  ## [4.16.2](https://github.com/sig-nine/era-ui/compare/v4.16.1...v4.16.2) (2026-08-02)
617
809
 
618
-
619
810
  ### Bug Fixes
620
811
 
621
812
  * **notes:** the first line's top inset matches the left, optically ([78adc8f](https://github.com/sig-nine/era-ui/commit/78adc8f6fd8c60fdf504ea6457685c3b78f2bf65))
622
813
 
623
814
  ## [4.16.1](https://github.com/sig-nine/era-ui/compare/v4.16.0...v4.16.1) (2026-08-02)
624
815
 
625
-
626
816
  ### Bug Fixes
627
817
 
628
818
  * **code-block:** the copy button takes the corner's own inset ([c89cb71](https://github.com/sig-nine/era-ui/commit/c89cb710ffacad943b6728fd37edb95abe394521))
629
819
 
630
- # [4.16.0](https://github.com/sig-nine/era-ui/compare/v4.15.5...v4.16.0) (2026-08-02)
820
+ ## [4.16.0](https://github.com/sig-nine/era-ui/compare/v4.15.5...v4.16.0) (2026-08-02)
821
+
822
+ ### Features
631
823
 
824
+ * **swarm:** the model learns the reference runtime's advanced operations ([228c11c](https://github.com/sig-nine/era-ui/commit/228c11cc60cbd5c3425253f4da2084d4c8b7bc41))
632
825
 
633
826
  ### Bug Fixes
634
827
 
635
828
  * **swarm:** a node's chevron and focus ring answer to that node only ([b477989](https://github.com/sig-nine/era-ui/commit/b477989cb105f4e37f339061d4a8467a51addb39))
636
829
 
637
-
638
- ### Features
639
-
640
- * **swarm:** the model learns the reference runtime's advanced operations ([228c11c](https://github.com/sig-nine/era-ui/commit/228c11cc60cbd5c3425253f4da2084d4c8b7bc41))
641
-
642
830
  ## [4.15.5](https://github.com/sig-nine/era-ui/compare/v4.15.4...v4.15.5) (2026-08-02)
643
831
 
644
-
645
832
  ### Bug Fixes
646
833
 
647
834
  * **notes:** list rows take their tier radius, not the menu-row token ([63f5768](https://github.com/sig-nine/era-ui/commit/63f5768954b2010e90a0e24d7d69677d5c717923))
@@ -650,7 +837,6 @@ the contents of future changelog entries, not the library.
650
837
 
651
838
  ## [4.15.4](https://github.com/sig-nine/era-ui/compare/v4.15.3...v4.15.4) (2026-08-02)
652
839
 
653
-
654
840
  ### Bug Fixes
655
841
 
656
842
  * **ui:** one chevron mark throughout the command bar ([99c860b](https://github.com/sig-nine/era-ui/commit/99c860b13ab59fcbca62ec7197a4c7e870bc6633))
@@ -658,27 +844,23 @@ the contents of future changelog entries, not the library.
658
844
 
659
845
  ## [4.15.3](https://github.com/sig-nine/era-ui/compare/v4.15.2...v4.15.3) (2026-08-02)
660
846
 
661
-
662
847
  ### Bug Fixes
663
848
 
664
849
  * **surface:** highlights become washes, so nested chrome survives them ([9ef7ab5](https://github.com/sig-nine/era-ui/commit/9ef7ab50ce8a8a952f28025ee7e489bca7d684d1))
665
850
 
666
851
  ## [4.15.2](https://github.com/sig-nine/era-ui/compare/v4.15.1...v4.15.2) (2026-08-02)
667
852
 
668
-
669
853
  ### Bug Fixes
670
854
 
671
855
  * **ui:** menu panel padding goes back to the surface axis ([cc10d7b](https://github.com/sig-nine/era-ui/commit/cc10d7bf5849236a16d052ee9a35b6aa51a060b2))
672
856
 
673
857
  ## [4.15.1](https://github.com/sig-nine/era-ui/compare/v4.15.0...v4.15.1) (2026-08-02)
674
858
 
675
-
676
859
  ### Bug Fixes
677
860
 
678
861
  * **notes:** first-line inset holds on engines without text-box ([1ec63ae](https://github.com/sig-nine/era-ui/commit/1ec63ae60459b14a38ed2e578975484ef462ca3f))
679
862
 
680
- # [4.15.0](https://github.com/sig-nine/era-ui/compare/v4.14.1...v4.15.0) (2026-08-01)
681
-
863
+ ## [4.15.0](https://github.com/sig-nine/era-ui/compare/v4.14.1...v4.15.0) (2026-08-01)
682
864
 
683
865
  ### Features
684
866
 
@@ -688,25 +870,21 @@ the contents of future changelog entries, not the library.
688
870
 
689
871
  ## [4.14.1](https://github.com/sig-nine/era-ui/compare/v4.14.0...v4.14.1) (2026-08-01)
690
872
 
691
-
692
873
  ### Bug Fixes
693
874
 
694
875
  * **themes:** tint emphasis ink with the theme, and aim muted at it ([e7e2a00](https://github.com/sig-nine/era-ui/commit/e7e2a00c9b2caf632909c9929d42c2ec3cd09493)), closes [#000](https://github.com/sig-nine/era-ui/issues/000) [#000](https://github.com/sig-nine/era-ui/issues/000)
695
876
 
696
- # [4.14.0](https://github.com/sig-nine/era-ui/compare/v4.13.0...v4.14.0) (2026-08-01)
697
-
698
-
699
- ### Bug Fixes
700
-
701
- * **themes:** lean muted 30% toward fg — it is body copy, not a wash ([7a24350](https://github.com/sig-nine/era-ui/commit/7a243501e8190a01cfe37e2e0b30f17d191647d0)), closes [#5c7eb8](https://github.com/sig-nine/era-ui/issues/5c7eb8)
702
-
877
+ ## [4.14.0](https://github.com/sig-nine/era-ui/compare/v4.13.0...v4.14.0) (2026-08-01)
703
878
 
704
879
  ### Features
705
880
 
706
881
  * **typography:** give wrapping text a leading token, and audit for it ([bb0766c](https://github.com/sig-nine/era-ui/commit/bb0766c1efbfb8916b2d21a5972f5d421590b716))
707
882
 
708
- # [4.13.0](https://github.com/sig-nine/era-ui/compare/v4.12.1...v4.13.0) (2026-08-01)
883
+ ### Bug Fixes
884
+
885
+ * **themes:** lean muted 30% toward fg — it is body copy, not a wash ([7a24350](https://github.com/sig-nine/era-ui/commit/7a243501e8190a01cfe37e2e0b30f17d191647d0)), closes [#5c7eb8](https://github.com/sig-nine/era-ui/issues/5c7eb8)
709
886
 
887
+ ## [4.13.0](https://github.com/sig-nine/era-ui/compare/v4.12.1...v4.13.0) (2026-08-01)
710
888
 
711
889
  ### Features
712
890
 
@@ -714,13 +892,11 @@ the contents of future changelog entries, not the library.
714
892
 
715
893
  ## [4.12.1](https://github.com/sig-nine/era-ui/compare/v4.12.0...v4.12.1) (2026-08-01)
716
894
 
717
-
718
895
  ### Bug Fixes
719
896
 
720
897
  * **ui:** a pill never shrinks under its ink, and the law is audited ([f178770](https://github.com/sig-nine/era-ui/commit/f17877040984b59b20753f8ae56932c95af960ea))
721
898
 
722
- # [4.12.0](https://github.com/sig-nine/era-ui/compare/v4.11.2...v4.12.0) (2026-08-01)
723
-
899
+ ## [4.12.0](https://github.com/sig-nine/era-ui/compare/v4.11.2...v4.12.0) (2026-08-01)
724
900
 
725
901
  ### Features
726
902
 
@@ -728,6 +904,13 @@ the contents of future changelog entries, not the library.
728
904
 
729
905
  ## [4.11.2](https://github.com/sig-nine/era-ui/compare/v4.11.1...v4.11.2) (2026-08-01)
730
906
 
907
+ ### ⚠ BREAKING CHANGES
908
+
909
+ * **ai:** split the swarm tree's two disclosures, and follow the work
910
+
911
+ ### Features
912
+
913
+ * **ai:** split the swarm tree's two disclosures, and follow the work ([86d5003](https://github.com/sig-nine/era-ui/commit/86d50030bfaf7d8e7263b93c3b82ba487917adab))
731
914
 
732
915
  ### Bug Fixes
733
916
 
@@ -737,13 +920,11 @@ the contents of future changelog entries, not the library.
737
920
 
738
921
  ## [4.11.1](https://github.com/sig-nine/era-ui/compare/v4.11.0...v4.11.1) (2026-07-31)
739
922
 
740
-
741
923
  ### Bug Fixes
742
924
 
743
925
  * **pane:** stop the handle's divider eating a pixel of every gap ([4fbbfe5](https://github.com/sig-nine/era-ui/commit/4fbbfe5207a456bade0ba0262844303a5f7ae44f))
744
926
 
745
- # [4.11.0](https://github.com/sig-nine/era-ui/compare/v4.10.2...v4.11.0) (2026-07-30)
746
-
927
+ ## [4.11.0](https://github.com/sig-nine/era-ui/compare/v4.10.2...v4.11.0) (2026-07-30)
747
928
 
748
929
  ### Features
749
930
 
@@ -751,20 +932,17 @@ the contents of future changelog entries, not the library.
751
932
 
752
933
  ## [4.10.2](https://github.com/sig-nine/era-ui/compare/v4.10.1...v4.10.2) (2026-07-30)
753
934
 
754
-
755
935
  ### Bug Fixes
756
936
 
757
- * **pane:** only a mouse scrolls the tab strip vertically ([f0e7ab7](https://github.com/sig-nine/era-ui/commit/f0e7ab7e890c50c8aaddcf5757e76e9a667765ff)), closes [hi#resolution](https://github.com/hi/issues/resolution)
937
+ * **pane:** only a mouse scrolls the tab strip vertically ([f0e7ab7](https://github.com/sig-nine/era-ui/commit/f0e7ab7e890c50c8aaddcf5757e76e9a667765ff))
758
938
 
759
939
  ## [4.10.1](https://github.com/sig-nine/era-ui/compare/v4.10.0...v4.10.1) (2026-07-30)
760
940
 
761
-
762
941
  ### Performance Improvements
763
942
 
764
943
  * **pane:** take the drag off the reactive path ([068593a](https://github.com/sig-nine/era-ui/commit/068593a6c8647cc8b1a69cdc87d45d7f5ccde6a9))
765
944
 
766
- # [4.10.0](https://github.com/sig-nine/era-ui/compare/v4.9.4...v4.10.0) (2026-07-30)
767
-
945
+ ## [4.10.0](https://github.com/sig-nine/era-ui/compare/v4.9.4...v4.10.0) (2026-07-30)
768
946
 
769
947
  ### Features
770
948
 
@@ -772,45 +950,43 @@ the contents of future changelog entries, not the library.
772
950
 
773
951
  ## [4.9.4](https://github.com/sig-nine/era-ui/compare/v4.9.3...v4.9.4) (2026-07-30)
774
952
 
775
-
776
953
  ### Bug Fixes
777
954
 
778
955
  * **pane:** match the reference close glyph exactly, off the sub-tier ladder ([a96c585](https://github.com/sig-nine/era-ui/commit/a96c58532c313892ce676aa6aaf2b81507b97760))
779
956
 
780
957
  ## [4.9.3](https://github.com/sig-nine/era-ui/compare/v4.9.2...v4.9.3) (2026-07-30)
781
958
 
782
-
783
959
  ### Bug Fixes
784
960
 
785
961
  * **os:** inset the pane title from the edge, not just the buttons ([dbd9218](https://github.com/sig-nine/era-ui/commit/dbd92180e0390b24db66829e499562b32e507811))
786
962
 
787
963
  ## [4.9.2](https://github.com/sig-nine/era-ui/compare/v4.9.1...v4.9.2) (2026-07-30)
788
964
 
789
-
790
965
  ### Bug Fixes
791
966
 
792
967
  * **pane:** give the close glyph the icon tier, not the xxs sub-tier ([b04c21e](https://github.com/sig-nine/era-ui/commit/b04c21e8bfcd3389e27d703946616bc3c2cd3670))
793
968
 
794
969
  ## [4.9.1](https://github.com/sig-nine/era-ui/compare/v4.9.0...v4.9.1) (2026-07-30)
795
970
 
796
-
797
971
  ### Bug Fixes
798
972
 
799
973
  * **pane:** put the title bar on the md tier, like term's ([16c0df8](https://github.com/sig-nine/era-ui/commit/16c0df800c0681ab46451a61e0db5e24c86c2d07))
800
974
 
801
- # [4.9.0](https://github.com/sig-nine/era-ui/compare/v4.8.0...v4.9.0) (2026-07-30)
802
-
975
+ ## [4.9.0](https://github.com/sig-nine/era-ui/compare/v4.8.0...v4.9.0) (2026-07-30)
803
976
 
804
- ### Bug Fixes
805
-
806
- * **audit:** catch a clipping box constrained under its own line box ([44af5f2](https://github.com/sig-nine/era-ui/commit/44af5f21c3a7ac71b92b754b68e7fe7ffac7af76))
807
- * **lint:** let the class rules see class variables and tone maps ([f35ca05](https://github.com/sig-nine/era-ui/commit/f35ca05d1c5f4e1679674d6f7c0cd2a0aa200f8e))
977
+ ### BREAKING CHANGES
808
978
 
979
+ * **density:** make type the second density input — 12px at dense
809
980
 
810
981
  ### Features
811
982
 
812
983
  * **bar:** derive the padding from the content tier ([40053f2](https://github.com/sig-nine/era-ui/commit/40053f2978f09433a96443ec28bc79a2eb55f868))
984
+ * **density:** make type the second density input — 12px at dense ([383fd37](https://github.com/sig-nine/era-ui/commit/383fd37fba1afde73d52adce49f908d50418500c))
985
+
986
+ ### Bug Fixes
813
987
 
988
+ * **audit:** catch a clipping box constrained under its own line box ([44af5f2](https://github.com/sig-nine/era-ui/commit/44af5f21c3a7ac71b92b754b68e7fe7ffac7af76))
989
+ * **lint:** let the class rules see class variables and tone maps ([f35ca05](https://github.com/sig-nine/era-ui/commit/f35ca05d1c5f4e1679674d6f7c0cd2a0aa200f8e))
814
990
 
815
991
  ### Performance Improvements
816
992
 
@@ -818,8 +994,7 @@ the contents of future changelog entries, not the library.
818
994
  * **docs:** stop the demo clock when nothing is moving ([9139480](https://github.com/sig-nine/era-ui/commit/91394801340114ec6d456de73a92f66e428bdbb8))
819
995
  * **llm-shell:** index a swarm's artifacts by agent, once ([a352225](https://github.com/sig-nine/era-ui/commit/a352225c3c2e010efec581ab673587dd70cf3a81))
820
996
 
821
- # [4.8.0](https://github.com/sig-nine/era-ui/compare/v4.7.2...v4.8.0) (2026-07-29)
822
-
997
+ ## [4.8.0](https://github.com/sig-nine/era-ui/compare/v4.7.2...v4.8.0) (2026-07-29)
823
998
 
824
999
  ### Features
825
1000
 
@@ -827,25 +1002,17 @@ the contents of future changelog entries, not the library.
827
1002
 
828
1003
  ## [4.7.2](https://github.com/sig-nine/era-ui/compare/v4.7.1...v4.7.2) (2026-07-29)
829
1004
 
830
-
831
1005
  ### Bug Fixes
832
1006
 
833
1007
  * **ui:** name every group, so a pane can't own its children's hover ([4dfe718](https://github.com/sig-nine/era-ui/commit/4dfe71835b5b02013a5f883a1548fabcb8e625fd))
834
1008
 
835
1009
  ## [4.7.1](https://github.com/sig-nine/era-ui/compare/v4.7.0...v4.7.1) (2026-07-29)
836
1010
 
837
-
838
1011
  ### Bug Fixes
839
1012
 
840
1013
  * **notes:** keep a pinned row's trailing slot on the age, not a pin ([cfb25d3](https://github.com/sig-nine/era-ui/commit/cfb25d31c8907aacdd8b4d662f901901eb0a9cec))
841
1014
 
842
- # [4.7.0](https://github.com/sig-nine/era-ui/compare/v4.6.1...v4.7.0) (2026-07-29)
843
-
844
-
845
- ### Bug Fixes
846
-
847
- * **runtime-feed:** size the tone dot as a dot, not as a tier ([f632061](https://github.com/sig-nine/era-ui/commit/f632061bcf53472cb31de007a4ea84e6a65f3bb1))
848
-
1015
+ ## [4.7.0](https://github.com/sig-nine/era-ui/compare/v4.6.1...v4.7.0) (2026-07-29)
849
1016
 
850
1017
  ### Features
851
1018
 
@@ -854,54 +1021,50 @@ the contents of future changelog entries, not the library.
854
1021
  * **ai:** gate a swarm row's expander and open button on real content ([4120311](https://github.com/sig-nine/era-ui/commit/4120311b766b6337040297bd0c33806f28562b79))
855
1022
  * **llm-shell:** render a delegated run inline with the swarm block ([2044053](https://github.com/sig-nine/era-ui/commit/20440530567bea661f2b2f86f72949d42919e5fd))
856
1023
 
857
- ## [4.6.1](https://github.com/sig-nine/era-ui/compare/v4.6.0...v4.6.1) (2026-07-28)
858
-
859
-
860
1024
  ### Bug Fixes
861
1025
 
862
- * **audit:** don't flag a line-height:normal box as clipped ([093bc69](https://github.com/sig-nine/era-ui/commit/093bc69b54432f8df9abf88497c4eece36dd4111))
863
-
864
- # [4.6.0](https://github.com/sig-nine/era-ui/compare/v4.5.1...v4.6.0) (2026-07-28)
1026
+ * **runtime-feed:** size the tone dot as a dot, not as a tier ([f632061](https://github.com/sig-nine/era-ui/commit/f632061bcf53472cb31de007a4ea84e6a65f3bb1))
865
1027
 
1028
+ ## [4.6.1](https://github.com/sig-nine/era-ui/compare/v4.6.0...v4.6.1) (2026-07-28)
866
1029
 
867
1030
  ### Bug Fixes
868
1031
 
869
- * **typography:** stop truncate from slicing descenders ([9e787ff](https://github.com/sig-nine/era-ui/commit/9e787ff191c874b8952b31206c0d4741e91440a0))
1032
+ * **audit:** don't flag a line-height:normal box as clipped ([093bc69](https://github.com/sig-nine/era-ui/commit/093bc69b54432f8df9abf88497c4eece36dd4111))
870
1033
 
1034
+ ## [4.6.0](https://github.com/sig-nine/era-ui/compare/v4.5.1...v4.6.0) (2026-07-28)
871
1035
 
872
1036
  ### Features
873
1037
 
874
1038
  * **audit:** flag any clipping text box shorter than its ink ([2ad461e](https://github.com/sig-nine/era-ui/commit/2ad461e8e3108d87143aad4fa0b6152938a41c0a))
875
1039
 
876
- ## [4.5.1](https://github.com/sig-nine/era-ui/compare/v4.5.0...v4.5.1) (2026-07-28)
1040
+ ### Bug Fixes
1041
+
1042
+ * **typography:** stop truncate from slicing descenders ([9e787ff](https://github.com/sig-nine/era-ui/commit/9e787ff191c874b8952b31206c0d4741e91440a0))
877
1043
 
1044
+ ## [4.5.1](https://github.com/sig-nine/era-ui/compare/v4.5.0...v4.5.1) (2026-07-28)
878
1045
 
879
1046
  ### Bug Fixes
880
1047
 
881
1048
  * **conversations:** highlight a row instantly, like every other list ([6cf0475](https://github.com/sig-nine/era-ui/commit/6cf0475cdb6ffa8730a0976d1dbb8a9a89162e53))
882
1049
 
883
- # [4.5.0](https://github.com/sig-nine/era-ui/compare/v4.4.0...v4.5.0) (2026-07-28)
884
-
1050
+ ## [4.5.0](https://github.com/sig-nine/era-ui/compare/v4.4.0...v4.5.0) (2026-07-28)
885
1051
 
886
1052
  ### Features
887
1053
 
888
1054
  * **surfaces:** rest a field on the hover tone, hover one step past it ([358b85c](https://github.com/sig-nine/era-ui/commit/358b85c80321bf1f44d793ca6d27ae69baf73059))
889
1055
 
890
- # [4.4.0](https://github.com/sig-nine/era-ui/compare/v4.3.2...v4.4.0) (2026-07-28)
1056
+ ## [4.4.0](https://github.com/sig-nine/era-ui/compare/v4.3.2...v4.4.0) (2026-07-28)
1057
+
1058
+ ### Features
891
1059
 
1060
+ * **input:** add reveal, and use it for the note title ([2f3c9e5](https://github.com/sig-nine/era-ui/commit/2f3c9e5f6443536387e519e0b143d6256c48a36d))
892
1061
 
893
1062
  ### Bug Fixes
894
1063
 
895
1064
  * **notes:** sit the first line of a document on the editor inset ([8d650e3](https://github.com/sig-nine/era-ui/commit/8d650e3a32d99e76513375776546ab4486b0b3be))
896
1065
 
897
-
898
- ### Features
899
-
900
- * **input:** add reveal, and use it for the note title ([2f3c9e5](https://github.com/sig-nine/era-ui/commit/2f3c9e5f6443536387e519e0b143d6256c48a36d))
901
-
902
1066
  ## [4.3.2](https://github.com/sig-nine/era-ui/compare/v4.3.1...v4.3.2) (2026-07-28)
903
1067
 
904
-
905
1068
  ### Bug Fixes
906
1069
 
907
1070
  * **button:** size the glyph on default and sm icon buttons ([ad1021e](https://github.com/sig-nine/era-ui/commit/ad1021ef64aa6d0ce887aa9cd897df3b99ee82af))
@@ -909,46 +1072,33 @@ the contents of future changelog entries, not the library.
909
1072
 
910
1073
  ## [4.3.1](https://github.com/sig-nine/era-ui/compare/v4.3.0...v4.3.1) (2026-07-28)
911
1074
 
912
-
913
1075
  ### Bug Fixes
914
1076
 
915
1077
  * **themes:** drop signalnine dark's page to the default theme's floor ([d42226a](https://github.com/sig-nine/era-ui/commit/d42226a8e0a303a6666d6cccfaaa7ed7dff327fc)), closes [#1d1f21](https://github.com/sig-nine/era-ui/issues/1d1f21) [#939899](https://github.com/sig-nine/era-ui/issues/939899) [#c5c8c6](https://github.com/sig-nine/era-ui/issues/c5c8c6)
916
1078
 
917
- # [4.3.0](https://github.com/sig-nine/era-ui/compare/v4.2.0...v4.3.0) (2026-07-28)
918
-
1079
+ ## [4.3.0](https://github.com/sig-nine/era-ui/compare/v4.2.0...v4.3.0) (2026-07-28)
919
1080
 
920
1081
  ### Features
921
1082
 
922
1083
  * **themes:** rebuild signalnine dark on Tomorrow Night ([fc80d84](https://github.com/sig-nine/era-ui/commit/fc80d843f477527d87a2b656facf3f15ab134df8)), closes [#1d1f21](https://github.com/sig-nine/era-ui/issues/1d1f21) [#939899](https://github.com/sig-nine/era-ui/issues/939899) [#282a2e](https://github.com/sig-nine/era-ui/issues/282a2e) [#c5c8c6](https://github.com/sig-nine/era-ui/issues/c5c8c6) [#373b41](https://github.com/sig-nine/era-ui/issues/373b41) [#81a2be](https://github.com/sig-nine/era-ui/issues/81a2be) [#cc6666](https://github.com/sig-nine/era-ui/issues/cc6666) [#b5bd68](https://github.com/sig-nine/era-ui/issues/b5bd68) [#f0c674](https://github.com/sig-nine/era-ui/issues/f0c674) [#454950](https://github.com/sig-nine/era-ui/issues/454950)
923
1084
 
924
- # [4.2.0](https://github.com/sig-nine/era-ui/compare/v4.1.0...v4.2.0) (2026-07-28)
925
-
1085
+ ## [4.2.0](https://github.com/sig-nine/era-ui/compare/v4.1.0...v4.2.0) (2026-07-28)
926
1086
 
927
1087
  ### Features
928
1088
 
929
1089
  * **ai:** adopt the field tier and Input variants in the LLM shell ([4173e39](https://github.com/sig-nine/era-ui/commit/4173e393b00fe70befd21ce8bea510a353200646))
930
1090
 
931
- # [4.1.0](https://github.com/sig-nine/era-ui/compare/v4.0.0...v4.1.0) (2026-07-27)
932
-
1091
+ ## [4.1.0](https://github.com/sig-nine/era-ui/compare/v4.0.0...v4.1.0) (2026-07-27)
933
1092
 
934
1093
  ### Features
935
1094
 
936
1095
  * **surfaces:** add a recessed field tier so inputs have a resting fill ([057cd4e](https://github.com/sig-nine/era-ui/commit/057cd4ec8b3397b5aa849114afc83b484265a3a9))
937
1096
 
938
- # [4.0.0](https://github.com/sig-nine/era-ui/compare/v3.17.1...v4.0.0) (2026-07-27)
939
-
940
-
941
- * refactor(os)!: rename the window model to panes throughout ([ad4c5a2](https://github.com/sig-nine/era-ui/commit/ad4c5a2e01e7410233a10446f2e2bebe0048bbfd))
942
-
943
-
944
- ### Features
945
-
946
- * **os:** export the snapshot and persistence API from the root barrel ([0420060](https://github.com/sig-nine/era-ui/commit/042006051741bc7b611706d5bf321b85a9122850))
947
-
1097
+ ## [4.0.0](https://github.com/sig-nine/era-ui/compare/v3.17.1...v4.0.0) (2026-07-27)
948
1098
 
949
- ### BREAKING CHANGES
1099
+ ### BREAKING CHANGES
950
1100
 
951
- * every exported name above changed. A consumer using
1101
+ * **os:** every exported name above changed. A consumer using
952
1102
  WindowManager, AppWindow, WindowState, getWindowManager,
953
1103
  setWindowManagerContext or OS.Window renames the import; an app component
954
1104
  reading `window` off AppProps reads `pane`; anything selecting
@@ -957,35 +1107,38 @@ reading `window` off AppProps reads `pane`; anything selecting
957
1107
  Verified beyond typecheck: the desktop renders and drags, and a layout
958
1108
  still survives a reload at its exact position. 56 tests pass.
959
1109
 
960
- ## [3.17.1](https://github.com/sig-nine/era-ui/compare/v3.17.0...v3.17.1) (2026-07-27)
1110
+ ### Features
1111
+
1112
+ * **os:** export the snapshot and persistence API from the root barrel ([0420060](https://github.com/sig-nine/era-ui/commit/042006051741bc7b611706d5bf321b85a9122850))
1113
+
1114
+ ### Code Refactoring
1115
+
1116
+ * **os:** rename the window model to panes throughout ([ad4c5a2](https://github.com/sig-nine/era-ui/commit/ad4c5a2e01e7410233a10446f2e2bebe0048bbfd))
961
1117
 
1118
+ ## [3.17.1](https://github.com/sig-nine/era-ui/compare/v3.17.0...v3.17.1) (2026-07-27)
962
1119
 
963
1120
  ### Bug Fixes
964
1121
 
965
1122
  * **os:** make the live layout per-tab so two tabs stop clobbering ([361096c](https://github.com/sig-nine/era-ui/commit/361096cbd14cde34871d82afbfd4a5435f658b8f))
966
1123
 
967
- # [3.17.0](https://github.com/sig-nine/era-ui/compare/v3.16.0...v3.17.0) (2026-07-27)
968
-
1124
+ ## [3.17.0](https://github.com/sig-nine/era-ui/compare/v3.16.0...v3.17.0) (2026-07-27)
969
1125
 
970
1126
  ### Features
971
1127
 
972
1128
  * **notes:** outline the bubble toolbar ([0ca9d20](https://github.com/sig-nine/era-ui/commit/0ca9d20a6cf931d8d749766a3ed5c92be065adda))
973
1129
  * **os:** persist the desktop to localStorage across reloads ([b4f0a0f](https://github.com/sig-nine/era-ui/commit/b4f0a0f73793d8a084df35d70891addef00e405e))
974
1130
 
975
- # [3.16.0](https://github.com/sig-nine/era-ui/compare/v3.15.0...v3.16.0) (2026-07-27)
976
-
977
-
978
- ### Bug Fixes
979
-
980
- * **test:** resolve the dev-server import so typecheck passes ([c689c50](https://github.com/sig-nine/era-ui/commit/c689c50471d5fbc57479a372bd8ad65ed871e8ce))
981
-
1131
+ ## [3.16.0](https://github.com/sig-nine/era-ui/compare/v3.15.0...v3.16.0) (2026-07-27)
982
1132
 
983
1133
  ### Features
984
1134
 
985
1135
  * **os:** workspace snapshot spec + export button in the docs tray ([5455e95](https://github.com/sig-nine/era-ui/commit/5455e95437773357643a19aae01b980863756057))
986
1136
 
987
- # [3.15.0](https://github.com/sig-nine/era-ui/compare/v3.14.1...v3.15.0) (2026-07-27)
1137
+ ### Bug Fixes
1138
+
1139
+ * **test:** resolve the dev-server import so typecheck passes ([c689c50](https://github.com/sig-nine/era-ui/commit/c689c50471d5fbc57479a372bd8ad65ed871e8ce))
988
1140
 
1141
+ ## [3.15.0](https://github.com/sig-nine/era-ui/compare/v3.14.1...v3.15.0) (2026-07-27)
989
1142
 
990
1143
  ### Features
991
1144
 
@@ -993,13 +1146,11 @@ still survives a reload at its exact position. 56 tests pass.
993
1146
 
994
1147
  ## [3.14.1](https://github.com/sig-nine/era-ui/compare/v3.14.0...v3.14.1) (2026-07-27)
995
1148
 
996
-
997
1149
  ### Bug Fixes
998
1150
 
999
1151
  * **notes:** pin the bubble toolbar to the selection range, not its rect ([f0ab74b](https://github.com/sig-nine/era-ui/commit/f0ab74be7507644c0c8f5e8cf93f4487e6210f40))
1000
1152
 
1001
- # [3.14.0](https://github.com/sig-nine/era-ui/compare/v3.13.2...v3.14.0) (2026-07-27)
1002
-
1153
+ ## [3.14.0](https://github.com/sig-nine/era-ui/compare/v3.13.2...v3.14.0) (2026-07-27)
1003
1154
 
1004
1155
  ### Features
1005
1156
 
@@ -1007,20 +1158,17 @@ still survives a reload at its exact position. 56 tests pass.
1007
1158
 
1008
1159
  ## [3.13.2](https://github.com/sig-nine/era-ui/compare/v3.13.1...v3.13.2) (2026-07-27)
1009
1160
 
1010
-
1011
1161
  ### Bug Fixes
1012
1162
 
1013
1163
  * **notes:** centre the bubble toolbar on the selection, put it on-tier ([f67a548](https://github.com/sig-nine/era-ui/commit/f67a5480d7638d731bdb43cb849702638c290524))
1014
1164
 
1015
1165
  ## [3.13.1](https://github.com/sig-nine/era-ui/compare/v3.13.0...v3.13.1) (2026-07-27)
1016
1166
 
1017
-
1018
1167
  ### Bug Fixes
1019
1168
 
1020
1169
  * **notes:** one tier across the app chrome, restore era's selection ([e6a9112](https://github.com/sig-nine/era-ui/commit/e6a9112f6c60d43979d3ed6bcd10164ef8d0cb7a))
1021
1170
 
1022
- # [3.13.0](https://github.com/sig-nine/era-ui/compare/v3.12.4...v3.13.0) (2026-07-27)
1023
-
1171
+ ## [3.13.0](https://github.com/sig-nine/era-ui/compare/v3.12.4...v3.13.0) (2026-07-27)
1024
1172
 
1025
1173
  ### Features
1026
1174
 
@@ -1028,88 +1176,75 @@ still survives a reload at its exact position. 56 tests pass.
1028
1176
 
1029
1177
  ## [3.12.4](https://github.com/sig-nine/era-ui/compare/v3.12.3...v3.12.4) (2026-07-27)
1030
1178
 
1031
-
1032
1179
  ### Bug Fixes
1033
1180
 
1034
1181
  * **notes:** even the filter-bar search icon, with a test first ([547ad3c](https://github.com/sig-nine/era-ui/commit/547ad3c55da4da9c1f740f699d19ac19a3cdbc0c))
1035
1182
 
1036
1183
  ## [3.12.3](https://github.com/sig-nine/era-ui/compare/v3.12.2...v3.12.3) (2026-07-27)
1037
1184
 
1038
-
1039
1185
  ### Bug Fixes
1040
1186
 
1041
1187
  * **notes:** stop flex squashing the slash-menu rows ([e46b94b](https://github.com/sig-nine/era-ui/commit/e46b94bb2827eaaf8cc4a49f1e2e88416e00d31f))
1042
1188
 
1043
1189
  ## [3.12.2](https://github.com/sig-nine/era-ui/compare/v3.12.1...v3.12.2) (2026-07-27)
1044
1190
 
1045
-
1046
1191
  ### Bug Fixes
1047
1192
 
1048
1193
  * **notes:** match the reference geometry, fix highlight and slash menu ([c4da17d](https://github.com/sig-nine/era-ui/commit/c4da17d35a26d46b06f1e3d8be9d0edfd18f9ba1))
1049
1194
 
1050
1195
  ## [3.12.1](https://github.com/sig-nine/era-ui/compare/v3.12.0...v3.12.1) (2026-07-27)
1051
1196
 
1052
-
1053
1197
  ### Bug Fixes
1054
1198
 
1055
1199
  * **notes:** put the list-row actions on the xxs tier ([157d5dd](https://github.com/sig-nine/era-ui/commit/157d5dd2d8f70c3d785b4024cd3444e69ba6650e))
1056
1200
 
1057
- # [3.12.0](https://github.com/sig-nine/era-ui/compare/v3.11.0...v3.12.0) (2026-07-27)
1058
-
1201
+ ## [3.12.0](https://github.com/sig-nine/era-ui/compare/v3.11.0...v3.12.0) (2026-07-27)
1059
1202
 
1060
1203
  ### Features
1061
1204
 
1062
1205
  * **notes:** make the docs page the bare app, move usage to a window ([d8b6a36](https://github.com/sig-nine/era-ui/commit/d8b6a368aadfe07e9dcad4754948cdb4cb6ac179))
1063
1206
 
1064
- # [3.11.0](https://github.com/sig-nine/era-ui/compare/v3.10.0...v3.11.0) (2026-07-26)
1207
+ ## [3.11.0](https://github.com/sig-nine/era-ui/compare/v3.10.0...v3.11.0) (2026-07-26)
1208
+
1209
+ ### Features
1065
1210
 
1211
+ * **apps:** add the Notes app behind a new apps layer ([ba7c0fa](https://github.com/sig-nine/era-ui/commit/ba7c0fa93a89f58a294c55facc9213a5763d27e3))
1066
1212
 
1067
1213
  ### Bug Fixes
1068
1214
 
1069
1215
  * **utils:** unpin the tw-merge config type so createTV accepts it ([4a9e335](https://github.com/sig-nine/era-ui/commit/4a9e33551fcaa950f7a4d1724f73a74e2e68a30f))
1070
1216
 
1217
+ ## [3.10.0](https://github.com/sig-nine/era-ui/compare/v3.9.0...v3.10.0) (2026-07-26)
1071
1218
 
1072
1219
  ### Features
1073
1220
 
1074
- * **apps:** add the Notes app behind a new apps layer ([ba7c0fa](https://github.com/sig-nine/era-ui/commit/ba7c0fa93a89f58a294c55facc9213a5763d27e3))
1075
-
1076
- # [3.10.0](https://github.com/sig-nine/era-ui/compare/v3.9.0...v3.10.0) (2026-07-26)
1221
+ * **themes:** white glyph on destructive, signalnine light roles ([d8088d7](https://github.com/sig-nine/era-ui/commit/d8088d7cbdd18291fe743d5002a0fd901659d5b0)), closes [#e6ecfe](https://github.com/sig-nine/era-ui/issues/e6ecfe) [#9eb4db](https://github.com/sig-nine/era-ui/issues/9eb4db) [#698ac1](https://github.com/sig-nine/era-ui/issues/698ac1) [#1d3994](https://github.com/sig-nine/era-ui/issues/1d3994)
1077
1222
 
1223
+ ## [3.9.0](https://github.com/sig-nine/era-ui/compare/v3.8.1...v3.9.0) (2026-07-26)
1078
1224
 
1079
1225
  ### Features
1080
1226
 
1081
- * **themes:** white glyph on destructive, signalnine light roles ([d8088d7](https://github.com/sig-nine/era-ui/commit/d8088d7cbdd18291fe743d5002a0fd901659d5b0)), closes [#e6ecfe](https://github.com/sig-nine/era-ui/issues/e6ecfe) [#9eb4db](https://github.com/sig-nine/era-ui/issues/9eb4db) [#698ac1](https://github.com/sig-nine/era-ui/issues/698ac1) [#1d3994](https://github.com/sig-nine/era-ui/issues/1d3994)
1082
-
1083
- # [3.9.0](https://github.com/sig-nine/era-ui/compare/v3.8.1...v3.9.0) (2026-07-26)
1084
-
1085
-
1086
- ### Features
1087
-
1088
- * **themes:** dark glyph on destructive, deeper red ([1c0cc4d](https://github.com/sig-nine/era-ui/commit/1c0cc4d0a57ff9330a47d83aee7bacaf53bd607e)), closes [#ff0000](https://github.com/sig-nine/era-ui/issues/ff0000) [#eb001a](https://github.com/sig-nine/era-ui/issues/eb001a) [#ff0000](https://github.com/sig-nine/era-ui/issues/ff0000)
1089
-
1090
- ## [3.8.1](https://github.com/sig-nine/era-ui/compare/v3.8.0...v3.8.1) (2026-07-26)
1227
+ * **themes:** dark glyph on destructive, deeper red ([1c0cc4d](https://github.com/sig-nine/era-ui/commit/1c0cc4d0a57ff9330a47d83aee7bacaf53bd607e)), closes [#ff0000](https://github.com/sig-nine/era-ui/issues/ff0000) [#eb001a](https://github.com/sig-nine/era-ui/issues/eb001a) [#ff0000](https://github.com/sig-nine/era-ui/issues/ff0000)
1091
1228
 
1229
+ ## [3.8.1](https://github.com/sig-nine/era-ui/compare/v3.8.0...v3.8.1) (2026-07-26)
1092
1230
 
1093
1231
  ### Bug Fixes
1094
1232
 
1095
1233
  * **switch:** even the thumb gap at both ends of the track ([f8331cb](https://github.com/sig-nine/era-ui/commit/f8331cb9c6d1d4e0f1f72a66f2722c0ed8c6a400))
1096
1234
 
1097
- # [3.8.0](https://github.com/sig-nine/era-ui/compare/v3.7.0...v3.8.0) (2026-07-26)
1098
-
1235
+ ## [3.8.0](https://github.com/sig-nine/era-ui/compare/v3.7.0...v3.8.0) (2026-07-26)
1099
1236
 
1100
1237
  ### Features
1101
1238
 
1102
1239
  * **themes:** rebuild signalnine light from measured yahoo.co.jp ([7ceeed3](https://github.com/sig-nine/era-ui/commit/7ceeed30a2b29baa1ec51e23acf649e95e2613d0)), closes [#FFFFFF](https://github.com/sig-nine/era-ui/issues/FFFFFF) [#F1F5FF](https://github.com/sig-nine/era-ui/issues/F1F5FF) [#E6ECFE](https://github.com/sig-nine/era-ui/issues/E6ECFE) [#CEDAF3](https://github.com/sig-nine/era-ui/issues/CEDAF3) [#A2B3D8](https://github.com/sig-nine/era-ui/issues/A2B3D8) [#698AC1](https://github.com/sig-nine/era-ui/issues/698AC1) [#666666](https://github.com/sig-nine/era-ui/issues/666666) [#000000](https://github.com/sig-nine/era-ui/issues/000000) [#4070FF](https://github.com/sig-nine/era-ui/issues/4070FF) [#EB0013](https://github.com/sig-nine/era-ui/issues/EB0013)
1103
1240
 
1104
- # [3.7.0](https://github.com/sig-nine/era-ui/compare/v3.6.0...v3.7.0) (2026-07-26)
1105
-
1241
+ ## [3.7.0](https://github.com/sig-nine/era-ui/compare/v3.6.0...v3.7.0) (2026-07-26)
1106
1242
 
1107
1243
  ### Features
1108
1244
 
1109
1245
  * **logo:** add the signalnine dish mark as a dev component ([ff9b902](https://github.com/sig-nine/era-ui/commit/ff9b9027880c14c38fd0c44591d6dfbcb0219961))
1110
1246
 
1111
- # [3.6.0](https://github.com/sig-nine/era-ui/compare/v3.5.1...v3.6.0) (2026-07-26)
1112
-
1247
+ ## [3.6.0](https://github.com/sig-nine/era-ui/compare/v3.5.1...v3.6.0) (2026-07-26)
1113
1248
 
1114
1249
  ### Features
1115
1250
 
@@ -1117,41 +1252,35 @@ still survives a reload at its exact position. 56 tests pass.
1117
1252
 
1118
1253
  ## [3.5.1](https://github.com/sig-nine/era-ui/compare/v3.5.0...v3.5.1) (2026-07-26)
1119
1254
 
1120
-
1121
1255
  ### Bug Fixes
1122
1256
 
1123
1257
  * **changelog:** stop section badges stretching, space the cards ([5e35d9e](https://github.com/sig-nine/era-ui/commit/5e35d9e1042819bbf5d6e415860899e3f98db5e7))
1124
1258
 
1125
- # [3.5.0](https://github.com/sig-nine/era-ui/compare/v3.4.0...v3.5.0) (2026-07-26)
1126
-
1259
+ ## [3.5.0](https://github.com/sig-nine/era-ui/compare/v3.4.0...v3.5.0) (2026-07-26)
1127
1260
 
1128
1261
  ### Features
1129
1262
 
1130
1263
  * **themes:** add signalnine light and dark ([17d6bea](https://github.com/sig-nine/era-ui/commit/17d6bea40a1e1264d86103974858d0c9129b1e31))
1131
1264
 
1132
- # [3.4.0](https://github.com/sig-nine/era-ui/compare/v3.3.0...v3.4.0) (2026-07-26)
1133
-
1265
+ ## [3.4.0](https://github.com/sig-nine/era-ui/compare/v3.3.0...v3.4.0) (2026-07-26)
1134
1266
 
1135
1267
  ### Features
1136
1268
 
1137
1269
  * **docs:** rename the About guide to Getting started ([af65c4a](https://github.com/sig-nine/era-ui/commit/af65c4ad2a904d25b9cd548e057afdb254e3593c))
1138
1270
 
1139
- # [3.3.0](https://github.com/sig-nine/era-ui/compare/v3.2.0...v3.3.0) (2026-07-23)
1140
-
1271
+ ## [3.3.0](https://github.com/sig-nine/era-ui/compare/v3.2.0...v3.3.0) (2026-07-23)
1141
1272
 
1142
1273
  ### Features
1143
1274
 
1144
1275
  * **taskbar:** add showWindowsCommand to hide the built-in windows view ([cc1050a](https://github.com/sig-nine/era-ui/commit/cc1050ad287729dbd8ddc25d0b09be08937fee82))
1145
1276
 
1146
- # [3.2.0](https://github.com/sig-nine/era-ui/compare/v3.1.0...v3.2.0) (2026-07-23)
1147
-
1277
+ ## [3.2.0](https://github.com/sig-nine/era-ui/compare/v3.1.0...v3.2.0) (2026-07-23)
1148
1278
 
1149
1279
  ### Features
1150
1280
 
1151
1281
  * **taskbar:** add showWorkspaces to hide the multi-workspace UI ([0acf0b6](https://github.com/sig-nine/era-ui/commit/0acf0b6260852b1d1bebe4660fd136308e720404))
1152
1282
 
1153
- # [3.1.0](https://github.com/sig-nine/era-ui/compare/v3.0.1...v3.1.0) (2026-07-18)
1154
-
1283
+ ## [3.1.0](https://github.com/sig-nine/era-ui/compare/v3.0.1...v3.1.0) (2026-07-18)
1155
1284
 
1156
1285
  ### Features
1157
1286
 
@@ -1160,41 +1289,37 @@ still survives a reload at its exact position. 56 tests pass.
1160
1289
 
1161
1290
  ## [3.0.1](https://github.com/sig-nine/era-ui/compare/v3.0.0...v3.0.1) (2026-07-17)
1162
1291
 
1163
-
1164
1292
  ### Bug Fixes
1165
1293
 
1166
1294
  * **code-block:** solid fill under the copy button ([0dd4a46](https://github.com/sig-nine/era-ui/commit/0dd4a46c6ef7c1eed93a0f7a8f3c588efc97ffd7))
1167
1295
 
1168
- # [3.0.0](https://github.com/sig-nine/era-ui/compare/v2.38.0...v3.0.0) (2026-07-17)
1169
-
1170
-
1171
- * feat(surface)!: remove the cartoon surface ([42782a6](https://github.com/sig-nine/era-ui/commit/42782a6562f75893c9133c1330b12538fa77e76d))
1296
+ ## [3.0.0](https://github.com/sig-nine/era-ui/compare/v2.38.0...v3.0.0) (2026-07-17)
1172
1297
 
1298
+ ### ⚠ BREAKING CHANGES
1173
1299
 
1174
- ### BREAKING CHANGES
1175
-
1176
- * data-surface="cartoon" no longer exists — subtrees pinned to
1300
+ * **surface:** data-surface="cartoon" no longer exists — subtrees pinned to
1177
1301
  it fall back to the flat contract; --era-press-shift-x/-y tokens are gone.
1178
1302
 
1179
1303
  Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1180
1304
 
1181
- # [2.38.0](https://github.com/sig-nine/era-ui/compare/v2.37.0...v2.38.0) (2026-07-17)
1305
+ ### Features
1306
+
1307
+ * **surface:** remove the cartoon surface ([42782a6](https://github.com/sig-nine/era-ui/commit/42782a6562f75893c9133c1330b12538fa77e76d))
1182
1308
 
1309
+ ## [2.38.0](https://github.com/sig-nine/era-ui/compare/v2.37.0...v2.38.0) (2026-07-17)
1183
1310
 
1184
1311
  ### Features
1185
1312
 
1186
1313
  * **surfaces:** themed ::selection per surface ([07688f1](https://github.com/sig-nine/era-ui/commit/07688f171f1b93f56e3f79227d520cf8a8f927de))
1187
1314
 
1188
- # [2.37.0](https://github.com/sig-nine/era-ui/compare/v2.36.0...v2.37.0) (2026-07-16)
1189
-
1315
+ ## [2.37.0](https://github.com/sig-nine/era-ui/compare/v2.36.0...v2.37.0) (2026-07-16)
1190
1316
 
1191
1317
  ### Features
1192
1318
 
1193
1319
  * **changelog:** make it a Library doc page that opens in the Reader ([e66f055](https://github.com/sig-nine/era-ui/commit/e66f055483097c9d5fcede7decefdd19a70589f7))
1194
1320
  * **taskbar:** forward placeholder and empty to the embedded CommandBar ([279b023](https://github.com/sig-nine/era-ui/commit/279b02373b4a34abead06ddf6c71a538ba09e6a8))
1195
1321
 
1196
- # [2.36.0](https://github.com/sig-nine/era-ui/compare/v2.35.6...v2.36.0) (2026-07-16)
1197
-
1322
+ ## [2.36.0](https://github.com/sig-nine/era-ui/compare/v2.35.6...v2.36.0) (2026-07-16)
1198
1323
 
1199
1324
  ### Features
1200
1325
 
@@ -1202,54 +1327,46 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1202
1327
 
1203
1328
  ## [2.35.6](https://github.com/sig-nine/era-ui/compare/v2.35.5...v2.35.6) (2026-07-16)
1204
1329
 
1205
-
1206
1330
  ### Bug Fixes
1207
1331
 
1208
1332
  * **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))
1209
1333
 
1210
1334
  ## [2.35.5](https://github.com/sig-nine/era-ui/compare/v2.35.4...v2.35.5) (2026-07-16)
1211
1335
 
1212
-
1213
1336
  ### Bug Fixes
1214
1337
 
1215
1338
  * **conversations:** icon-tier rail buttons that nest concentrically in the row ([082c46f](https://github.com/sig-nine/era-ui/commit/082c46faefcbbb62eb43f226310a1c37c373a436))
1216
1339
 
1217
1340
  ## [2.35.4](https://github.com/sig-nine/era-ui/compare/v2.35.3...v2.35.4) (2026-07-15)
1218
1341
 
1219
-
1220
1342
  ### Bug Fixes
1221
1343
 
1222
1344
  * **command-bar:** perfectly-aligned plain ghost text ([2433ea2](https://github.com/sig-nine/era-ui/commit/2433ea2f8125719b6dff245e4d1910543d8b7d2c))
1223
1345
 
1224
1346
  ## [2.35.3](https://github.com/sig-nine/era-ui/compare/v2.35.2...v2.35.3) (2026-07-15)
1225
1347
 
1226
-
1227
1348
  ### Bug Fixes
1228
1349
 
1229
1350
  * **cycle:** stack faces in their own grid, not the Button's ([23dffee](https://github.com/sig-nine/era-ui/commit/23dffee39b908c13fe59550be5e34a68e5496188))
1230
1351
 
1231
1352
  ## [2.35.2](https://github.com/sig-nine/era-ui/compare/v2.35.1...v2.35.2) (2026-07-15)
1232
1353
 
1233
-
1234
1354
  ### Bug Fixes
1235
1355
 
1236
1356
  * **os:** lock document scroll on the workspace (no iOS rubber-band / pull-to-refresh) ([aa5b0bc](https://github.com/sig-nine/era-ui/commit/aa5b0bc5ea63562679c7ed9427abe4dc148fe498))
1237
1357
  * **taskbar:** make the mobile launcher a standard era Button, not a bespoke circle ([2637e5f](https://github.com/sig-nine/era-ui/commit/2637e5f831c7ba1ceb5598911e8241cd78ca3b2f))
1238
1358
 
1239
-
1240
1359
  ### Reverts
1241
1360
 
1242
1361
  * **glass:** remove refraction, restore the frosted glass surface ([ca46a52](https://github.com/sig-nine/era-ui/commit/ca46a52b0822103893dd166c7ca191b9b60d32aa))
1243
1362
 
1244
1363
  ## [2.35.1](https://github.com/sig-nine/era-ui/compare/v2.35.0...v2.35.1) (2026-07-15)
1245
1364
 
1246
-
1247
1365
  ### Bug Fixes
1248
1366
 
1249
1367
  * **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)
1250
1368
 
1251
- # [2.35.0](https://github.com/sig-nine/era-ui/compare/v2.34.1...v2.35.0) (2026-07-15)
1252
-
1369
+ ## [2.35.0](https://github.com/sig-nine/era-ui/compare/v2.34.1...v2.35.0) (2026-07-15)
1253
1370
 
1254
1371
  ### Features
1255
1372
 
@@ -1257,33 +1374,28 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1257
1374
 
1258
1375
  ## [2.34.1](https://github.com/sig-nine/era-ui/compare/v2.34.0...v2.34.1) (2026-07-15)
1259
1376
 
1260
-
1261
1377
  ### Performance Improvements
1262
1378
 
1263
1379
  * **command-bar:** normalize search text once per view, not per keystroke ([e7b0df2](https://github.com/sig-nine/era-ui/commit/e7b0df2df69bf20968a4047deb59b15d453a76d6))
1264
1380
 
1265
- # [2.34.0](https://github.com/sig-nine/era-ui/compare/v2.33.0...v2.34.0) (2026-07-15)
1266
-
1267
-
1268
- ### Bug Fixes
1269
-
1270
- * **glass:** make the refraction actually visible (filter order + blur) ([ac9c3e0](https://github.com/sig-nine/era-ui/commit/ac9c3e035dcfa79605764c31af66ff789d6fbef3))
1271
-
1381
+ ## [2.34.0](https://github.com/sig-nine/era-ui/compare/v2.33.0...v2.34.0) (2026-07-15)
1272
1382
 
1273
1383
  ### Features
1274
1384
 
1275
1385
  * **changelog:** serve LLM-friendly markdown to curl/known agents ([de8d0eb](https://github.com/sig-nine/era-ui/commit/de8d0eb03e19938058a548bcd6885c90476fc7f7))
1276
1386
  * **command-bar:** ghost-hint the command that will run on synonym matches ([d90c575](https://github.com/sig-nine/era-ui/commit/d90c575f5cf7a7974fe695132ebbf90282f18648))
1277
1387
 
1278
- # [2.33.0](https://github.com/sig-nine/era-ui/compare/v2.32.0...v2.33.0) (2026-07-15)
1388
+ ### Bug Fixes
1389
+
1390
+ * **glass:** make the refraction actually visible (filter order + blur) ([ac9c3e0](https://github.com/sig-nine/era-ui/commit/ac9c3e035dcfa79605764c31af66ff789d6fbef3))
1279
1391
 
1392
+ ## [2.33.0](https://github.com/sig-nine/era-ui/compare/v2.32.0...v2.33.0) (2026-07-15)
1280
1393
 
1281
1394
  ### Features
1282
1395
 
1283
1396
  * **command-bar:** make every doc page findable from the command bar ([8ce2a20](https://github.com/sig-nine/era-ui/commit/8ce2a207413409829efe99df026d014687737680))
1284
1397
 
1285
- # [2.32.0](https://github.com/sig-nine/era-ui/compare/v2.31.2...v2.32.0) (2026-07-15)
1286
-
1398
+ ## [2.32.0](https://github.com/sig-nine/era-ui/compare/v2.31.2...v2.32.0) (2026-07-15)
1287
1399
 
1288
1400
  ### Features
1289
1401
 
@@ -1291,32 +1403,27 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1291
1403
 
1292
1404
  ## [2.31.2](https://github.com/sig-nine/era-ui/compare/v2.31.1...v2.31.2) (2026-07-15)
1293
1405
 
1294
-
1295
1406
  ### Bug Fixes
1296
1407
 
1297
1408
  * **pane:** stop the tab-bar clip from chopping label descenders ([ef9dfff](https://github.com/sig-nine/era-ui/commit/ef9dfff3224441b159ec706d2e11ec3a628a42ab))
1298
1409
 
1299
1410
  ## [2.31.1](https://github.com/sig-nine/era-ui/compare/v2.31.0...v2.31.1) (2026-07-15)
1300
1411
 
1301
-
1302
1412
  ### Bug Fixes
1303
1413
 
1304
1414
  * **changelog:** drop prerender so the shared layout's searchParams read is legal ([fc50ce0](https://github.com/sig-nine/era-ui/commit/fc50ce06357a20365f37c550831c0199181ca513))
1305
1415
 
1306
- # [2.31.0](https://github.com/sig-nine/era-ui/compare/v2.30.0...v2.31.0) (2026-07-15)
1307
-
1308
-
1309
- ### Bug Fixes
1310
-
1311
- * **changelog:** satisfy no-navigation-without-resolve on external links ([3c30249](https://github.com/sig-nine/era-ui/commit/3c30249eadd1265ced9411a49b119068f3107892))
1312
-
1416
+ ## [2.31.0](https://github.com/sig-nine/era-ui/compare/v2.30.0...v2.31.0) (2026-07-15)
1313
1417
 
1314
1418
  ### Features
1315
1419
 
1316
1420
  * **changelog:** unlisted /changelog page built from CHANGELOG.md ([353a71f](https://github.com/sig-nine/era-ui/commit/353a71f90e7e4d82da950199ffca6453912932ea))
1317
1421
 
1318
- # [2.30.0](https://github.com/sig-nine/era-ui/compare/v2.29.5...v2.30.0) (2026-07-15)
1422
+ ### Bug Fixes
1423
+
1424
+ * **changelog:** satisfy no-navigation-without-resolve on external links ([3c30249](https://github.com/sig-nine/era-ui/commit/3c30249eadd1265ced9411a49b119068f3107892))
1319
1425
 
1426
+ ## [2.30.0](https://github.com/sig-nine/era-ui/compare/v2.29.5...v2.30.0) (2026-07-15)
1320
1427
 
1321
1428
  ### Features
1322
1429
 
@@ -1324,41 +1431,35 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1324
1431
 
1325
1432
  ## [2.29.5](https://github.com/sig-nine/era-ui/compare/v2.29.4...v2.29.5) (2026-07-15)
1326
1433
 
1327
-
1328
1434
  ### Bug Fixes
1329
1435
 
1330
1436
  * **bevel:** remove the press shade on icon buttons ([37a84b4](https://github.com/sig-nine/era-ui/commit/37a84b4b0e6b815d4c87f41044eb0a1b1de9f18e))
1331
1437
 
1332
1438
  ## [2.29.4](https://github.com/sig-nine/era-ui/compare/v2.29.3...v2.29.4) (2026-07-15)
1333
1439
 
1334
-
1335
1440
  ### Bug Fixes
1336
1441
 
1337
1442
  * **bevel:** press sinks straight down, and the label sinks with the icon ([667c4a1](https://github.com/sig-nine/era-ui/commit/667c4a198ed5cb9ca8120edd16a1095019f14c32))
1338
1443
 
1339
1444
  ## [2.29.3](https://github.com/sig-nine/era-ui/compare/v2.29.2...v2.29.3) (2026-07-15)
1340
1445
 
1341
-
1342
1446
  ### Bug Fixes
1343
1447
 
1344
1448
  * **bevel:** halve the press-sink on small icon buttons ([de25ad2](https://github.com/sig-nine/era-ui/commit/de25ad25d642d8e102dbe6b9889c778078e85c2f))
1345
1449
 
1346
1450
  ## [2.29.2](https://github.com/sig-nine/era-ui/compare/v2.29.1...v2.29.2) (2026-07-15)
1347
1451
 
1348
-
1349
1452
  ### Bug Fixes
1350
1453
 
1351
1454
  * **bevel:** let a positioning utility beat the icon-button press-shade anchor ([d5f7f9f](https://github.com/sig-nine/era-ui/commit/d5f7f9f3b3e0cc176941f44a8b7d1c174805633d))
1352
1455
 
1353
1456
  ## [2.29.1](https://github.com/sig-nine/era-ui/compare/v2.29.0...v2.29.1) (2026-07-15)
1354
1457
 
1355
-
1356
1458
  ### Bug Fixes
1357
1459
 
1358
1460
  * **input:** floor field side padding so dense stops looking cramped ([3670ccb](https://github.com/sig-nine/era-ui/commit/3670ccb3bc6a03d8b875bfc08152b0431a130e03))
1359
1461
 
1360
- # [2.29.0](https://github.com/sig-nine/era-ui/compare/v2.28.2...v2.29.0) (2026-07-15)
1361
-
1462
+ ## [2.29.0](https://github.com/sig-nine/era-ui/compare/v2.28.2...v2.29.0) (2026-07-15)
1362
1463
 
1363
1464
  ### Features
1364
1465
 
@@ -1366,20 +1467,17 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1366
1467
 
1367
1468
  ## [2.28.2](https://github.com/sig-nine/era-ui/compare/v2.28.1...v2.28.2) (2026-07-14)
1368
1469
 
1369
-
1370
1470
  ### Bug Fixes
1371
1471
 
1372
1472
  * **audit:** a zero-padding square icon button is not icon-flush ([2c057d0](https://github.com/sig-nine/era-ui/commit/2c057d09f22302e4ebe5867523deb60487f1fb7e))
1373
1473
 
1374
1474
  ## [2.28.1](https://github.com/sig-nine/era-ui/compare/v2.28.0...v2.28.1) (2026-07-14)
1375
1475
 
1376
-
1377
1476
  ### Bug Fixes
1378
1477
 
1379
1478
  * **audit:** keep every gap label readable when the rules crowd ([034441b](https://github.com/sig-nine/era-ui/commit/034441b10900e91ad78b700bad948804c7e6668f))
1380
1479
 
1381
- # [2.28.0](https://github.com/sig-nine/era-ui/compare/v2.27.1...v2.28.0) (2026-07-14)
1382
-
1480
+ ## [2.28.0](https://github.com/sig-nine/era-ui/compare/v2.27.1...v2.28.0) (2026-07-14)
1383
1481
 
1384
1482
  ### Features
1385
1483
 
@@ -1387,13 +1485,11 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1387
1485
 
1388
1486
  ## [2.27.1](https://github.com/sig-nine/era-ui/compare/v2.27.0...v2.27.1) (2026-07-14)
1389
1487
 
1390
-
1391
1488
  ### Bug Fixes
1392
1489
 
1393
1490
  * **input:** drop era-text-trim so typed text keeps its ascenders ([bf175ed](https://github.com/sig-nine/era-ui/commit/bf175edb8084450d51a0b9f55cf30b65e28a882f))
1394
1491
 
1395
- # [2.27.0](https://github.com/sig-nine/era-ui/compare/v2.26.0...v2.27.0) (2026-07-14)
1396
-
1492
+ ## [2.27.0](https://github.com/sig-nine/era-ui/compare/v2.26.0...v2.27.0) (2026-07-14)
1397
1493
 
1398
1494
  ### Features
1399
1495
 
@@ -1401,73 +1497,62 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1401
1497
  * **docs:** a Utilities page with a live specimen per CSS class ([444745b](https://github.com/sig-nine/era-ui/commit/444745bf2004b21a1821eecb8e56e5edd865c9d9))
1402
1498
  * **docs:** generate a utilities reference from the [@utility](https://github.com/utility) doc comments ([6a1b3a2](https://github.com/sig-nine/era-ui/commit/6a1b3a2eb98f74310e8671462ce17cf46981bce2))
1403
1499
 
1404
- # [2.26.0](https://github.com/sig-nine/era-ui/compare/v2.25.0...v2.26.0) (2026-07-14)
1405
-
1406
-
1407
- ### Bug Fixes
1408
-
1409
- * **test:** render docs pages bare — the shell never opened their window ([9d5d282](https://github.com/sig-nine/era-ui/commit/9d5d282c5899982508192779b7c2a29ece545a42))
1410
-
1500
+ ## [2.26.0](https://github.com/sig-nine/era-ui/compare/v2.25.0...v2.26.0) (2026-07-14)
1411
1501
 
1412
1502
  ### Features
1413
1503
 
1414
1504
  * **bevel:** a pressed icon button sits under a light-derived shade ([3397adf](https://github.com/sig-nine/era-ui/commit/3397adfc3a6b423535a1a919c13313fc2e1e2d8a))
1415
1505
 
1416
- # [2.25.0](https://github.com/sig-nine/era-ui/compare/v2.24.0...v2.25.0) (2026-07-14)
1417
-
1418
-
1419
1506
  ### Bug Fixes
1420
1507
 
1421
- * **audit:** exempt spinners per-animation, not per-component ([1218a16](https://github.com/sig-nine/era-ui/commit/1218a16e84a02edffcedf482d6c4a2a288a865aa))
1508
+ * **test:** render docs pages bare the shell never opened their window ([9d5d282](https://github.com/sig-nine/era-ui/commit/9d5d282c5899982508192779b7c2a29ece545a42))
1422
1509
 
1510
+ ## [2.25.0](https://github.com/sig-nine/era-ui/compare/v2.24.0...v2.25.0) (2026-07-14)
1423
1511
 
1424
1512
  ### Features
1425
1513
 
1426
1514
  * **cycle:** a button that steps through an ordered set of states ([cc1722b](https://github.com/sig-nine/era-ui/commit/cc1722b90603a0e70445ef48c63230fd47b44ac1))
1427
1515
 
1428
- # [2.24.0](https://github.com/sig-nine/era-ui/compare/v2.23.0...v2.24.0) (2026-07-14)
1516
+ ### Bug Fixes
1517
+
1518
+ * **audit:** exempt spinners per-animation, not per-component ([1218a16](https://github.com/sig-nine/era-ui/commit/1218a16e84a02edffcedf482d6c4a2a288a865aa))
1429
1519
 
1520
+ ## [2.24.0](https://github.com/sig-nine/era-ui/compare/v2.23.0...v2.24.0) (2026-07-14)
1430
1521
 
1431
1522
  ### Features
1432
1523
 
1433
1524
  * **gate:** a component with no measurement specimen fails the build ([74166b4](https://github.com/sig-nine/era-ui/commit/74166b48ee62c037fcf9639b406c253329280819))
1434
1525
 
1435
- # [2.23.0](https://github.com/sig-nine/era-ui/compare/v2.22.0...v2.23.0) (2026-07-14)
1436
-
1526
+ ## [2.23.0](https://github.com/sig-nine/era-ui/compare/v2.22.0...v2.23.0) (2026-07-14)
1437
1527
 
1438
1528
  ### Features
1439
1529
 
1440
1530
  * **audit:** axis conformance — motion × surface × font, checked comparatively ([31c80bd](https://github.com/sig-nine/era-ui/commit/31c80bda5df54194e7a8f4aa4834e7720817097e))
1441
1531
 
1442
- # [2.22.0](https://github.com/sig-nine/era-ui/compare/v2.21.0...v2.22.0) (2026-07-14)
1443
-
1532
+ ## [2.22.0](https://github.com/sig-nine/era-ui/compare/v2.21.0...v2.22.0) (2026-07-14)
1444
1533
 
1445
1534
  ### Features
1446
1535
 
1447
1536
  * **audit:** /audit — a bare harness with no window manager ([2ac73b3](https://github.com/sig-nine/era-ui/commit/2ac73b35de55b662bcce5ec47e72e9cc01b42716))
1448
1537
  * **audit:** five runtime audits for bugs no grep can see ([193ba49](https://github.com/sig-nine/era-ui/commit/193ba49fdbbafe67039c8b9cda109509ad32b382))
1449
1538
 
1450
- # [2.21.0](https://github.com/sig-nine/era-ui/compare/v2.20.0...v2.21.0) (2026-07-14)
1451
-
1452
-
1453
- ### Bug Fixes
1454
-
1455
- * **mobile:** stop iOS Safari zoom in the shell ([06f4f39](https://github.com/sig-nine/era-ui/commit/06f4f397c8f52677dc2a7349636da95206acd2fb))
1456
-
1539
+ ## [2.21.0](https://github.com/sig-nine/era-ui/compare/v2.20.0...v2.21.0) (2026-07-14)
1457
1540
 
1458
1541
  ### Features
1459
1542
 
1460
1543
  * **taskbar:** floating mobile command launcher ([319e9b1](https://github.com/sig-nine/era-ui/commit/319e9b18f326778293259a86c15ab9c2e6caedd6))
1461
1544
 
1462
- # [2.20.0](https://github.com/sig-nine/era-ui/compare/v2.19.0...v2.20.0) (2026-07-14)
1545
+ ### Bug Fixes
1546
+
1547
+ * **mobile:** stop iOS Safari zoom in the shell ([06f4f39](https://github.com/sig-nine/era-ui/commit/06f4f397c8f52677dc2a7349636da95206acd2fb))
1463
1548
 
1549
+ ## [2.20.0](https://github.com/sig-nine/era-ui/compare/v2.19.0...v2.20.0) (2026-07-14)
1464
1550
 
1465
1551
  ### Features
1466
1552
 
1467
1553
  * **copy-button:** let hosts override the idle/success/failure icons ([1000475](https://github.com/sig-nine/era-ui/commit/10004754ab3876d2d9758d8afa0ab40e1ff2ffc2))
1468
1554
 
1469
- # [2.19.0](https://github.com/sig-nine/era-ui/compare/v2.18.1...v2.19.0) (2026-07-14)
1470
-
1555
+ ## [2.19.0](https://github.com/sig-nine/era-ui/compare/v2.18.1...v2.19.0) (2026-07-14)
1471
1556
 
1472
1557
  ### Features
1473
1558
 
@@ -1475,42 +1560,36 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1475
1560
 
1476
1561
  ## [2.18.1](https://github.com/sig-nine/era-ui/compare/v2.18.0...v2.18.1) (2026-07-14)
1477
1562
 
1478
-
1479
1563
  ### Bug Fixes
1480
1564
 
1481
1565
  * **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))
1482
1566
 
1483
- # [2.18.0](https://github.com/sig-nine/era-ui/compare/v2.17.0...v2.18.0) (2026-07-14)
1484
-
1567
+ ## [2.18.0](https://github.com/sig-nine/era-ui/compare/v2.17.0...v2.18.0) (2026-07-14)
1485
1568
 
1486
1569
  ### Features
1487
1570
 
1488
1571
  * **bevel:** Win95 keycap press — content sinks inward, frame holds ([9871bfb](https://github.com/sig-nine/era-ui/commit/9871bfba652c4ec73643d587347659ad47ab0f66))
1489
1572
 
1490
- # [2.17.0](https://github.com/sig-nine/era-ui/compare/v2.16.0...v2.17.0) (2026-07-14)
1491
-
1573
+ ## [2.17.0](https://github.com/sig-nine/era-ui/compare/v2.16.0...v2.17.0) (2026-07-14)
1492
1574
 
1493
1575
  ### Features
1494
1576
 
1495
1577
  * **measurements:** drop the grid, centre the specimens, serve real geometry ([2d57e23](https://github.com/sig-nine/era-ui/commit/2d57e23a7d3e0c725cc19cfb4dea2db0f157c7ad))
1496
1578
 
1497
- # [2.16.0](https://github.com/sig-nine/era-ui/compare/v2.15.0...v2.16.0) (2026-07-14)
1498
-
1579
+ ## [2.16.0](https://github.com/sig-nine/era-ui/compare/v2.15.0...v2.16.0) (2026-07-14)
1499
1580
 
1500
1581
  ### Features
1501
1582
 
1502
1583
  * **dev:** measurement primitives and a concentric-radius audit ([e60efea](https://github.com/sig-nine/era-ui/commit/e60efeaa44f719fc0d49a9d686f649daf0790aba))
1503
1584
  * **docs:** Measurements tab — every component measured as it renders ([1d5fb41](https://github.com/sig-nine/era-ui/commit/1d5fb415fa12081010942e1a127caf5ba2eeb859))
1504
1585
 
1505
- # [2.15.0](https://github.com/sig-nine/era-ui/compare/v2.14.0...v2.15.0) (2026-07-14)
1506
-
1586
+ ## [2.15.0](https://github.com/sig-nine/era-ui/compare/v2.14.0...v2.15.0) (2026-07-14)
1507
1587
 
1508
1588
  ### Features
1509
1589
 
1510
1590
  * **copy-button:** promote to a ui primitive with a cross-fading icon swap ([a780c0e](https://github.com/sig-nine/era-ui/commit/a780c0ef16b73b341e2479b0046426cf47265cdd))
1511
1591
 
1512
- # [2.14.0](https://github.com/sig-nine/era-ui/compare/v2.13.1...v2.14.0) (2026-07-14)
1513
-
1592
+ ## [2.14.0](https://github.com/sig-nine/era-ui/compare/v2.13.1...v2.14.0) (2026-07-14)
1514
1593
 
1515
1594
  ### Features
1516
1595
 
@@ -1518,13 +1597,11 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1518
1597
 
1519
1598
  ## [2.13.1](https://github.com/sig-nine/era-ui/compare/v2.13.0...v2.13.1) (2026-07-14)
1520
1599
 
1521
-
1522
1600
  ### Bug Fixes
1523
1601
 
1524
1602
  * **bevel:** press via chisel only — the face never rises on release ([6b49b8e](https://github.com/sig-nine/era-ui/commit/6b49b8e8aec7c61323cf59bb2e7eddd404d9e373))
1525
1603
 
1526
- # [2.13.0](https://github.com/sig-nine/era-ui/compare/v2.12.2...v2.13.0) (2026-07-14)
1527
-
1604
+ ## [2.13.0](https://github.com/sig-nine/era-ui/compare/v2.12.2...v2.13.0) (2026-07-14)
1528
1605
 
1529
1606
  ### Features
1530
1607
 
@@ -1532,41 +1609,35 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1532
1609
 
1533
1610
  ## [2.12.2](https://github.com/sig-nine/era-ui/compare/v2.12.1...v2.12.2) (2026-07-14)
1534
1611
 
1535
-
1536
1612
  ### Bug Fixes
1537
1613
 
1538
1614
  * **styles:** era-link — bright text always, only the underline reacts ([aae10e5](https://github.com/sig-nine/era-ui/commit/aae10e53a8120871d493d6dc043548c45d37c108))
1539
1615
 
1540
1616
  ## [2.12.1](https://github.com/sig-nine/era-ui/compare/v2.12.0...v2.12.1) (2026-07-14)
1541
1617
 
1542
-
1543
1618
  ### Bug Fixes
1544
1619
 
1545
1620
  * **bevel:** strengthen the anti-parallelogram rim a touch ([b4b29af](https://github.com/sig-nine/era-ui/commit/b4b29afecd493854ef253a80220873bde918841c))
1546
1621
  * **button:** latched controls stay pressed — two bevel levels, not three ([92c0aed](https://github.com/sig-nine/era-ui/commit/92c0aed6a163f27413884820cd173c4f206dfc60))
1547
1622
 
1548
- # [2.12.0](https://github.com/sig-nine/era-ui/compare/v2.11.6...v2.12.0) (2026-07-14)
1623
+ ## [2.12.0](https://github.com/sig-nine/era-ui/compare/v2.11.6...v2.12.0) (2026-07-14)
1624
+
1625
+ ### Features
1549
1626
 
1627
+ * **styles:** add era-link utility ([604c5ec](https://github.com/sig-nine/era-ui/commit/604c5eca99b6ad62341d309914ccb072def3fbfb))
1550
1628
 
1551
1629
  ### Bug Fixes
1552
1630
 
1553
1631
  * **conversations:** action buttons to size sm (concentric in the row) ([6358abc](https://github.com/sig-nine/era-ui/commit/6358abc10c0e4509f9f9c83f2be1a060b82c6407))
1554
1632
 
1555
-
1556
- ### Features
1557
-
1558
- * **styles:** add era-link utility ([604c5ec](https://github.com/sig-nine/era-ui/commit/604c5eca99b6ad62341d309914ccb072def3fbfb))
1559
-
1560
1633
  ## [2.11.6](https://github.com/sig-nine/era-ui/compare/v2.11.5...v2.11.6) (2026-07-14)
1561
1634
 
1562
-
1563
1635
  ### Bug Fixes
1564
1636
 
1565
1637
  * **command-bar:** make the dropdown surface-adaptive ([a9f03e6](https://github.com/sig-nine/era-ui/commit/a9f03e6ba6827625213b58de28b12031149b205c))
1566
1638
 
1567
1639
  ## [2.11.5](https://github.com/sig-nine/era-ui/compare/v2.11.4...v2.11.5) (2026-07-14)
1568
1640
 
1569
-
1570
1641
  ### Bug Fixes
1571
1642
 
1572
1643
  * **ai:** unmask PromptInput toolbar button hovers ([b82b965](https://github.com/sig-nine/era-ui/commit/b82b965ba73a4a37c8af26dac1ab627675f1a747))
@@ -1574,7 +1645,6 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1574
1645
 
1575
1646
  ## [2.11.4](https://github.com/sig-nine/era-ui/compare/v2.11.3...v2.11.4) (2026-07-14)
1576
1647
 
1577
-
1578
1648
  ### Bug Fixes
1579
1649
 
1580
1650
  * **ai:** E4 parity — snap PromptInput highlight; drop dead cn() ([ae91271](https://github.com/sig-nine/era-ui/commit/ae912715a7dbe014290df1f43f21aab096f63375))
@@ -1583,7 +1653,6 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1583
1653
 
1584
1654
  ## [2.11.3](https://github.com/sig-nine/era-ui/compare/v2.11.2...v2.11.3) (2026-07-14)
1585
1655
 
1586
-
1587
1656
  ### Bug Fixes
1588
1657
 
1589
1658
  * **ai:** style PromptInput to match the era Input ([5826b83](https://github.com/sig-nine/era-ui/commit/5826b839c80c977676ce3d367d617a739f18858f))
@@ -1591,46 +1660,39 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1591
1660
 
1592
1661
  ## [2.11.2](https://github.com/sig-nine/era-ui/compare/v2.11.1...v2.11.2) (2026-07-14)
1593
1662
 
1594
-
1595
1663
  ### Bug Fixes
1596
1664
 
1597
1665
  * **ai:** stop era-text-trim from chopping truncated text ([a94b6d4](https://github.com/sig-nine/era-ui/commit/a94b6d4e39419d24da52cefb96a8e181ce5a4414))
1598
1666
 
1599
1667
  ## [2.11.1](https://github.com/sig-nine/era-ui/compare/v2.11.0...v2.11.1) (2026-07-14)
1600
1668
 
1601
-
1602
1669
  ### Bug Fixes
1603
1670
 
1604
1671
  * **os:** soften the focused-window highlight outline ([ba73a44](https://github.com/sig-nine/era-ui/commit/ba73a44852d3ffab954b080168f6a81f6b73c6f3))
1605
1672
 
1606
- # [2.11.0](https://github.com/sig-nine/era-ui/compare/v2.10.1...v2.11.0) (2026-07-13)
1673
+ ## [2.11.0](https://github.com/sig-nine/era-ui/compare/v2.10.1...v2.11.0) (2026-07-13)
1607
1674
 
1675
+ ### Features
1676
+
1677
+ * **surfaces:** split press shift per axis — bevel sinks straight down ([db75f47](https://github.com/sig-nine/era-ui/commit/db75f47d20c3a940ace5be1add5e00c29ef231f7))
1608
1678
 
1609
1679
  ### Bug Fixes
1610
1680
 
1611
1681
  * **bevel:** restore the uniform rim — kills the parallelogram skew ([585fe85](https://github.com/sig-nine/era-ui/commit/585fe85416c879a249e70aee62a1f327fbbfc41b))
1612
1682
 
1613
-
1614
- ### Features
1615
-
1616
- * **surfaces:** split press shift per axis — bevel sinks straight down ([db75f47](https://github.com/sig-nine/era-ui/commit/db75f47d20c3a940ace5be1add5e00c29ef231f7))
1617
-
1618
1683
  ## [2.10.1](https://github.com/sig-nine/era-ui/compare/v2.10.0...v2.10.1) (2026-07-13)
1619
1684
 
1620
-
1621
1685
  ### Bug Fixes
1622
1686
 
1623
1687
  * **llm-shell:** stream into proxied blocks, tidy transient states ([5dcad36](https://github.com/sig-nine/era-ui/commit/5dcad36dbfc4ad22f29b9e2ef98e5dbb0a033ffe))
1624
1688
 
1625
- # [2.10.0](https://github.com/sig-nine/era-ui/compare/v2.9.0...v2.10.0) (2026-07-13)
1626
-
1689
+ ## [2.10.0](https://github.com/sig-nine/era-ui/compare/v2.9.0...v2.10.0) (2026-07-13)
1627
1690
 
1628
1691
  ### Features
1629
1692
 
1630
1693
  * **llm-shell:** rebuild demo into a full chat console ([04f705f](https://github.com/sig-nine/era-ui/commit/04f705fa8c3ff55f42a399e971d6739918de7f0b))
1631
1694
 
1632
- # [2.9.0](https://github.com/sig-nine/era-ui/compare/v2.8.3...v2.9.0) (2026-07-13)
1633
-
1695
+ ## [2.9.0](https://github.com/sig-nine/era-ui/compare/v2.8.3...v2.9.0) (2026-07-13)
1634
1696
 
1635
1697
  ### Features
1636
1698
 
@@ -1648,47 +1710,40 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1648
1710
 
1649
1711
  ## [2.8.3](https://github.com/sig-nine/era-ui/compare/v2.8.2...v2.8.3) (2026-07-13)
1650
1712
 
1651
-
1652
1713
  ### Bug Fixes
1653
1714
 
1654
1715
  * **docs:** re-pin the docs mono font (aesthetic choice), document the tradeoff ([7775e0c](https://github.com/sig-nine/era-ui/commit/7775e0c9677fca2dd7cecefb97d7c0d14ea34fe1))
1655
1716
 
1656
1717
  ## [2.8.2](https://github.com/sig-nine/era-ui/compare/v2.8.1...v2.8.2) (2026-07-12)
1657
1718
 
1658
-
1659
1719
  ### Bug Fixes
1660
1720
 
1661
1721
  * **docs:** render the library's real font stack — parity is the guardrail ([7eb1500](https://github.com/sig-nine/era-ui/commit/7eb1500b3692c9dfc8406250e2b79baa73d280c7))
1662
1722
 
1663
1723
  ## [2.8.1](https://github.com/sig-nine/era-ui/compare/v2.8.0...v2.8.1) (2026-07-12)
1664
1724
 
1665
-
1666
1725
  ### Bug Fixes
1667
1726
 
1668
1727
  * **ui:** ink-centered control text — ex/alphabetic trim over integer line boxes ([4c69822](https://github.com/sig-nine/era-ui/commit/4c698229984dac50d68e22297cff248da8a2433a))
1669
1728
 
1670
- # [2.8.0](https://github.com/sig-nine/era-ui/compare/v2.7.1...v2.8.0) (2026-07-12)
1729
+ ## [2.8.0](https://github.com/sig-nine/era-ui/compare/v2.7.1...v2.8.0) (2026-07-12)
1730
+
1731
+ ### Features
1671
1732
 
1733
+ * bundle the era methodology as a Claude Code skill ([460f2cc](https://github.com/sig-nine/era-ui/commit/460f2cc8cd492df80616bcd8146f6d0f20880ef3))
1672
1734
 
1673
1735
  ### Bug Fixes
1674
1736
 
1675
1737
  * **docs:** drop useless mustache around the skill install command ([d48dd25](https://github.com/sig-nine/era-ui/commit/d48dd258860479649c696825a5c4b7f7ef8264ce))
1676
1738
 
1677
-
1678
- ### Features
1679
-
1680
- * bundle the era methodology as a Claude Code skill ([460f2cc](https://github.com/sig-nine/era-ui/commit/460f2cc8cd492df80616bcd8146f6d0f20880ef3))
1681
-
1682
1739
  ## [2.7.1](https://github.com/sig-nine/era-ui/compare/v2.7.0...v2.7.1) (2026-07-12)
1683
1740
 
1684
-
1685
1741
  ### Bug Fixes
1686
1742
 
1687
1743
  * **ai:** put the composer and chat surfaces on the tier ladder ([04a9882](https://github.com/sig-nine/era-ui/commit/04a98822cbdf98a9cf1459d2515b3079633ecb78))
1688
1744
  * **ui:** revert text-box trim from controls — cap-centering read HIGH ([0fb7eab](https://github.com/sig-nine/era-ui/commit/0fb7eabb25a772efab4851afc7b9c19e9f1b8a10))
1689
1745
 
1690
- # [2.7.0](https://github.com/sig-nine/era-ui/compare/v2.6.1...v2.7.0) (2026-07-12)
1691
-
1746
+ ## [2.7.0](https://github.com/sig-nine/era-ui/compare/v2.6.1...v2.7.0) (2026-07-12)
1692
1747
 
1693
1748
  ### Features
1694
1749
 
@@ -1696,176 +1751,152 @@ Claude-Session: https://claude.ai/code/session_01FKXLFHdgrLp9sBjCfgLh1y
1696
1751
 
1697
1752
  ## [2.6.1](https://github.com/sig-nine/era-ui/compare/v2.6.0...v2.6.1) (2026-07-12)
1698
1753
 
1699
-
1700
1754
  ### Bug Fixes
1701
1755
 
1702
1756
  * **ui:** font-agnostic vertical text centering via text-box trim ([f9f2fe3](https://github.com/sig-nine/era-ui/commit/f9f2fe3e3a29595ef1fcb81ebbf6e8b70ba6ea4a))
1703
1757
 
1704
- # [2.6.0](https://github.com/sig-nine/era-ui/compare/v2.5.0...v2.6.0) (2026-07-12)
1705
-
1758
+ ## [2.6.0](https://github.com/sig-nine/era-ui/compare/v2.5.0...v2.6.0) (2026-07-12)
1706
1759
 
1707
1760
  ### Features
1708
1761
 
1709
1762
  * **os:** windows re-fit on viewport resize; the bar never does ([75eacbc](https://github.com/sig-nine/era-ui/commit/75eacbc345ffa6121cfd9d7226bccbd6bd5a8780))
1710
1763
 
1711
- # [2.5.0](https://github.com/sig-nine/era-ui/compare/v2.4.0...v2.5.0) (2026-07-12)
1712
-
1764
+ ## [2.5.0](https://github.com/sig-nine/era-ui/compare/v2.4.0...v2.5.0) (2026-07-12)
1713
1765
 
1714
1766
  ### Features
1715
1767
 
1716
1768
  * **os:** tab middle-close, selection containment, minimizable toggle, quieter chrome ([0abff69](https://github.com/sig-nine/era-ui/commit/0abff69b26ccdeb464a6523824761684b93d537d))
1717
1769
 
1718
- # [2.4.0](https://github.com/sig-nine/era-ui/compare/v2.3.0...v2.4.0) (2026-07-12)
1719
-
1770
+ ## [2.4.0](https://github.com/sig-nine/era-ui/compare/v2.3.0...v2.4.0) (2026-07-12)
1720
1771
 
1721
1772
  ### Features
1722
1773
 
1723
1774
  * **docs:** LLM Shell — a streaming chat clone built from the AI suite ([5879982](https://github.com/sig-nine/era-ui/commit/5879982d78e16f811958c481085ce2c5ae371443))
1724
1775
 
1725
- # [2.3.0](https://github.com/sig-nine/era-ui/compare/v2.2.0...v2.3.0) (2026-07-12)
1726
-
1727
-
1728
- ### Bug Fixes
1729
-
1730
- * **step:** data attribute instead of an unknown class for the content hook ([19a8be0](https://github.com/sig-nine/era-ui/commit/19a8be00dad9540fe8cc2a47c6d18c78aa351b37))
1731
-
1776
+ ## [2.3.0](https://github.com/sig-nine/era-ui/compare/v2.2.0...v2.3.0) (2026-07-12)
1732
1777
 
1733
1778
  ### Features
1734
1779
 
1735
1780
  * **ai:** the AI Elements suite, era-ui edition ([660ced6](https://github.com/sig-nine/era-ui/commit/660ced637df991019aa942153ef4d40e8050408e))
1736
1781
  * **docs:** command-bar demo logs executed commands as Steps ([3eb46e9](https://github.com/sig-nine/era-ui/commit/3eb46e9c7039549eb6496e1b39e425b8389ed810))
1737
1782
 
1738
- # [2.2.0](https://github.com/sig-nine/era-ui/compare/v2.1.0...v2.2.0) (2026-07-12)
1783
+ ### Bug Fixes
1784
+
1785
+ * **step:** data attribute instead of an unknown class for the content hook ([19a8be0](https://github.com/sig-nine/era-ui/commit/19a8be00dad9540fe8cc2a47c6d18c78aa351b37))
1739
1786
 
1787
+ ## [2.2.0](https://github.com/sig-nine/era-ui/compare/v2.1.0...v2.2.0) (2026-07-12)
1740
1788
 
1741
1789
  ### Features
1742
1790
 
1743
1791
  * **step:** expandable inline step — tool calls, thinking, agent actions ([2ba4487](https://github.com/sig-nine/era-ui/commit/2ba4487e75367f49a61451584309c8dd7f0111c5))
1744
1792
 
1745
- # [2.1.0](https://github.com/sig-nine/era-ui/compare/v2.0.0...v2.1.0) (2026-07-12)
1746
-
1747
-
1748
- ### Bug Fixes
1749
-
1750
- * **command-bar:** backtick closes like Escape; prompt chevron at term contrast ([c2f4cea](https://github.com/sig-nine/era-ui/commit/c2f4cea20b30a8c5fc05fa46230a54b47946f1f3))
1751
- * **os:** drop the taskbar clock ([638295d](https://github.com/sig-nine/era-ui/commit/638295db26f0f51cafb6675917130f49e176c9ec))
1752
-
1793
+ ## [2.1.0](https://github.com/sig-nine/era-ui/compare/v2.0.0...v2.1.0) (2026-07-12)
1753
1794
 
1754
1795
  ### Features
1755
1796
 
1756
1797
  * **docs:** display settings as command-bar commands; drop pinned quick buttons ([de55091](https://github.com/sig-nine/era-ui/commit/de550911e59dcf3b12cf793f55bcd41a5a7b99be))
1757
1798
  * **docs:** quickstart becomes Spacing — tower + anatomy only, xxs included, current tokens ([1b8b1f1](https://github.com/sig-nine/era-ui/commit/1b8b1f1d292a4e90a3dd2eba573a6f198ac81c92))
1758
1799
 
1759
- # [2.0.0](https://github.com/sig-nine/era-ui/compare/v1.26.1...v2.0.0) (2026-07-12)
1760
-
1800
+ ### Bug Fixes
1761
1801
 
1762
- * feat(os)!: taskbar command bar replaces the spotlight Launcher ([7c7cff3](https://github.com/sig-nine/era-ui/commit/7c7cff3f8c88d73346b498b305da9dd585bda848))
1802
+ * **command-bar:** backtick closes like Escape; prompt chevron at term contrast ([c2f4cea](https://github.com/sig-nine/era-ui/commit/c2f4cea20b30a8c5fc05fa46230a54b47946f1f3))
1803
+ * **os:** drop the taskbar clock ([638295d](https://github.com/sig-nine/era-ui/commit/638295db26f0f51cafb6675917130f49e176c9ec))
1763
1804
 
1805
+ ## [2.0.0](https://github.com/sig-nine/era-ui/compare/v1.26.1...v2.0.0) (2026-07-12)
1764
1806
 
1765
- ### BREAKING CHANGES
1807
+ ### BREAKING CHANGES
1766
1808
 
1767
- * the Launcher component and Taskbar's onLauncher prop are
1809
+ * **os:** the Launcher component and Taskbar's onLauncher prop are
1768
1810
  removed; LAYER.launcher is gone. Use the Taskbar's built-in command bar.
1769
1811
 
1770
1812
  Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
1771
1813
 
1772
- ## [1.26.1](https://github.com/sig-nine/era-ui/compare/v1.26.0...v1.26.1) (2026-07-12)
1814
+ ### Features
1815
+
1816
+ * **os:** taskbar command bar replaces the spotlight Launcher ([7c7cff3](https://github.com/sig-nine/era-ui/commit/7c7cff3f8c88d73346b498b305da9dd585bda848))
1773
1817
 
1818
+ ## [1.26.1](https://github.com/sig-nine/era-ui/compare/v1.26.0...v1.26.1) (2026-07-12)
1774
1819
 
1775
1820
  ### Bug Fixes
1776
1821
 
1777
1822
  * **os:** backtick/Escape command-bar hotkeys, focus reveals across workspaces, review gap-closes ([d5dfc6b](https://github.com/sig-nine/era-ui/commit/d5dfc6bb424c0a609686b92c553292c8b4913c34))
1778
1823
 
1779
- # [1.26.0](https://github.com/sig-nine/era-ui/compare/v1.25.0...v1.26.0) (2026-07-12)
1780
-
1824
+ ## [1.26.0](https://github.com/sig-nine/era-ui/compare/v1.25.0...v1.26.0) (2026-07-12)
1781
1825
 
1782
1826
  ### Features
1783
1827
 
1784
1828
  * **command-bar:** terminal-style prompt with ghost completion and drill-in views ([add009e](https://github.com/sig-nine/era-ui/commit/add009e48fb61bd8c340dd81b4110bbaa32e2232))
1785
1829
  * **utils:** tinykeys-style global hotkey engine ([d3059e1](https://github.com/sig-nine/era-ui/commit/d3059e19fc3f9c231020713eb5af59f60b2ea9a5))
1786
1830
 
1787
- # [1.25.0](https://github.com/sig-nine/era-ui/compare/v1.24.0...v1.25.0) (2026-07-12)
1788
-
1831
+ ## [1.25.0](https://github.com/sig-nine/era-ui/compare/v1.24.0...v1.25.0) (2026-07-12)
1789
1832
 
1790
1833
  ### Features
1791
1834
 
1792
1835
  * **os:** workspaces + a first-class geometry vocabulary in the window model ([6827d0e](https://github.com/sig-nine/era-ui/commit/6827d0ecf69c20c34dbd1ef9fb02a13d473f2375))
1793
1836
 
1794
- # [1.24.0](https://github.com/sig-nine/era-ui/compare/v1.23.4...v1.24.0) (2026-07-12)
1837
+ ## [1.24.0](https://github.com/sig-nine/era-ui/compare/v1.23.4...v1.24.0) (2026-07-12)
1838
+
1839
+ ### Features
1795
1840
 
1841
+ * **button:** warning tone ([37d5cf4](https://github.com/sig-nine/era-ui/commit/37d5cf488abe61883027db5a69368a497891e8dc))
1796
1842
 
1797
1843
  ### Bug Fixes
1798
1844
 
1799
1845
  * **os:** armed × previews wear the macOS traffic-light colours ([0d6b61b](https://github.com/sig-nine/era-ui/commit/0d6b61b38ebb1c7677b9c54dcfc1fc34951debdf))
1800
1846
 
1801
-
1802
- ### Features
1803
-
1804
- * **button:** warning tone ([37d5cf4](https://github.com/sig-nine/era-ui/commit/37d5cf488abe61883027db5a69368a497891e8dc))
1805
-
1806
1847
  ## [1.23.4](https://github.com/sig-nine/era-ui/compare/v1.23.3...v1.23.4) (2026-07-12)
1807
1848
 
1808
-
1809
1849
  ### Bug Fixes
1810
1850
 
1811
1851
  * **os:** maximize glyph sized to whole pixels, visibly smaller in the × ([96bb67e](https://github.com/sig-nine/era-ui/commit/96bb67e727079c7d9d4ebf3ec1c19e8a52487638))
1812
1852
 
1813
1853
  ## [1.23.3](https://github.com/sig-nine/era-ui/compare/v1.23.2...v1.23.3) (2026-07-12)
1814
1854
 
1815
-
1816
1855
  ### Bug Fixes
1817
1856
 
1818
1857
  * **os:** maximize preview glyph is the corner-bracket Maximize ([043c614](https://github.com/sig-nine/era-ui/commit/043c614131f1154167af1f31d6dc4aa057ddaef1))
1819
1858
 
1820
1859
  ## [1.23.2](https://github.com/sig-nine/era-ui/compare/v1.23.1...v1.23.2) (2026-07-12)
1821
1860
 
1822
-
1823
1861
  ### Bug Fixes
1824
1862
 
1825
1863
  * **os:** armed × previews read non-destructive ([787fde7](https://github.com/sig-nine/era-ui/commit/787fde7d5709484bdb363d4855486292cfda3a09))
1826
1864
 
1827
1865
  ## [1.23.1](https://github.com/sig-nine/era-ui/compare/v1.23.0...v1.23.1) (2026-07-12)
1828
1866
 
1829
-
1830
1867
  ### Bug Fixes
1831
1868
 
1832
1869
  * **pane:** Ctrl-drag can't be intercepted by any pane content ([32b0d06](https://github.com/sig-nine/era-ui/commit/32b0d066f620c74422b0cf8397c6c0c795754b79))
1833
1870
 
1834
- # [1.23.0](https://github.com/sig-nine/era-ui/compare/v1.22.0...v1.23.0) (2026-07-12)
1835
-
1836
-
1837
- ### Bug Fixes
1838
-
1839
- * **os:** only the even --era-gap between the Library's controls and its pane ([db5bcf4](https://github.com/sig-nine/era-ui/commit/db5bcf4fdff672354b3d84d76fa1bd5c097d5cc9))
1840
-
1871
+ ## [1.23.0](https://github.com/sig-nine/era-ui/compare/v1.22.0...v1.23.0) (2026-07-12)
1841
1872
 
1842
1873
  ### Features
1843
1874
 
1844
1875
  * **command:** bare variant for embedding in an existing panel ([4d2cceb](https://github.com/sig-nine/era-ui/commit/4d2cceb923031e1f3e24167a690feb2a36e99c8f))
1845
1876
 
1846
- # [1.22.0](https://github.com/sig-nine/era-ui/compare/v1.21.0...v1.22.0) (2026-07-12)
1877
+ ### Bug Fixes
1878
+
1879
+ * **os:** only the even --era-gap between the Library's controls and its pane ([db5bcf4](https://github.com/sig-nine/era-ui/commit/db5bcf4fdff672354b3d84d76fa1bd5c097d5cc9))
1847
1880
 
1881
+ ## [1.22.0](https://github.com/sig-nine/era-ui/compare/v1.21.0...v1.22.0) (2026-07-12)
1848
1882
 
1849
1883
  ### Features
1850
1884
 
1851
1885
  * **docs:** fold guides into the Library filter, drop the Components title ([21536d0](https://github.com/sig-nine/era-ui/commit/21536d0b937acf3f4eef961fb51bbc4413682d0e))
1852
1886
 
1853
- # [1.21.0](https://github.com/sig-nine/era-ui/compare/v1.20.0...v1.21.0) (2026-07-12)
1854
-
1887
+ ## [1.21.0](https://github.com/sig-nine/era-ui/compare/v1.20.0...v1.21.0) (2026-07-12)
1855
1888
 
1856
1889
  ### Features
1857
1890
 
1858
1891
  * **os:** floating taskbar variant; docs bar matches the old top bar ([e086144](https://github.com/sig-nine/era-ui/commit/e086144c84409e1c0cc10157da18e2f64fbafde8))
1859
1892
 
1860
- # [1.20.0](https://github.com/sig-nine/era-ui/compare/v1.19.0...v1.20.0) (2026-07-12)
1861
-
1893
+ ## [1.20.0](https://github.com/sig-nine/era-ui/compare/v1.19.0...v1.20.0) (2026-07-12)
1862
1894
 
1863
1895
  ### Features
1864
1896
 
1865
1897
  * **docs:** run the whole docs site inside the OS shell ([d1eecec](https://github.com/sig-nine/era-ui/commit/d1eecec9353a2b20e70a31ba1a4e6d05346fa60d))
1866
1898
 
1867
- # [1.19.0](https://github.com/sig-nine/era-ui/compare/v1.18.1...v1.19.0) (2026-07-12)
1868
-
1899
+ ## [1.19.0](https://github.com/sig-nine/era-ui/compare/v1.18.1...v1.19.0) (2026-07-12)
1869
1900
 
1870
1901
  ### Features
1871
1902
 
@@ -1873,32 +1904,27 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
1873
1904
 
1874
1905
  ## [1.18.1](https://github.com/sig-nine/era-ui/compare/v1.18.0...v1.18.1) (2026-07-11)
1875
1906
 
1876
-
1877
1907
  ### Bug Fixes
1878
1908
 
1879
1909
  * **os:** restore drag-by-× on windows ([6fe08ca](https://github.com/sig-nine/era-ui/commit/6fe08ca11ca2460e32e510f1d608bb8d83ae5612))
1880
1910
 
1881
- # [1.18.0](https://github.com/sig-nine/era-ui/compare/v1.17.0...v1.18.0) (2026-07-11)
1882
-
1883
-
1884
- ### Bug Fixes
1885
-
1886
- * **pane:** fast flicks reliably start a drag ([76e4e88](https://github.com/sig-nine/era-ui/commit/76e4e8888f707bb23529029b83dc029e44d3a9f1))
1887
-
1911
+ ## [1.18.0](https://github.com/sig-nine/era-ui/compare/v1.17.0...v1.18.0) (2026-07-11)
1888
1912
 
1889
1913
  ### Features
1890
1914
 
1891
1915
  * **os:** drag containment — windows can never become unrecoverable ([e871951](https://github.com/sig-nine/era-ui/commit/e871951f0da44d500783e5b2e395c33adbb144d1))
1892
1916
 
1893
- # [1.17.0](https://github.com/sig-nine/era-ui/compare/v1.16.0...v1.17.0) (2026-07-11)
1917
+ ### Bug Fixes
1918
+
1919
+ * **pane:** fast flicks reliably start a drag ([76e4e88](https://github.com/sig-nine/era-ui/commit/76e4e8888f707bb23529029b83dc029e44d3a9f1))
1894
1920
 
1921
+ ## [1.17.0](https://github.com/sig-nine/era-ui/compare/v1.16.0...v1.17.0) (2026-07-11)
1895
1922
 
1896
1923
  ### Features
1897
1924
 
1898
1925
  * **os:** middle-click the × toggles maximize ([4032b9e](https://github.com/sig-nine/era-ui/commit/4032b9e36264e278471438caccd200b3bb3bf6b0))
1899
1926
 
1900
- # [1.16.0](https://github.com/sig-nine/era-ui/compare/v1.15.7...v1.16.0) (2026-07-11)
1901
-
1927
+ ## [1.16.0](https://github.com/sig-nine/era-ui/compare/v1.15.7...v1.16.0) (2026-07-11)
1902
1928
 
1903
1929
  ### Features
1904
1930
 
@@ -1906,68 +1932,58 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
1906
1932
 
1907
1933
  ## [1.15.7](https://github.com/sig-nine/era-ui/compare/v1.15.6...v1.15.7) (2026-07-11)
1908
1934
 
1909
-
1910
1935
  ### Bug Fixes
1911
1936
 
1912
1937
  * **os,command:** launcher uses the Command panel bare; icons at the icon tier ([23f1a8d](https://github.com/sig-nine/era-ui/commit/23f1a8db106cd5f8c6d3c817573d95666b4f14a2))
1913
1938
 
1914
1939
  ## [1.15.6](https://github.com/sig-nine/era-ui/compare/v1.15.5...v1.15.6) (2026-07-11)
1915
1940
 
1916
-
1917
1941
  ### Bug Fixes
1918
1942
 
1919
1943
  * **os:** commit right-click minimize on release, not press ([d7799e5](https://github.com/sig-nine/era-ui/commit/d7799e5b2ef26244c92475eb0b093f69d138660d))
1920
1944
 
1921
1945
  ## [1.15.5](https://github.com/sig-nine/era-ui/compare/v1.15.4...v1.15.5) (2026-07-11)
1922
1946
 
1923
-
1924
1947
  ### Bug Fixes
1925
1948
 
1926
1949
  * **pane:** concentric corners the right way round — pane rd-sm, × keeps rd-xs ([0e685a5](https://github.com/sig-nine/era-ui/commit/0e685a5234467aa3814e35d8ba54f6504a2acba1))
1927
1950
 
1928
1951
  ## [1.15.4](https://github.com/sig-nine/era-ui/compare/v1.15.3...v1.15.4) (2026-07-11)
1929
1952
 
1930
-
1931
1953
  ### Bug Fixes
1932
1954
 
1933
1955
  * **os:** round the taskbar's exposed outer corners ([6afc4e7](https://github.com/sig-nine/era-ui/commit/6afc4e754068cca88653cbc5cf0721ee63f2a0f6))
1934
1956
 
1935
1957
  ## [1.15.3](https://github.com/sig-nine/era-ui/compare/v1.15.2...v1.15.3) (2026-07-11)
1936
1958
 
1937
-
1938
1959
  ### Bug Fixes
1939
1960
 
1940
1961
  * **pane,os:** concentric close-button radius; taskbar items are real Buttons ([97d7fca](https://github.com/sig-nine/era-ui/commit/97d7fca103fe85c3eb5fd089216ca113c3303abc))
1941
1962
 
1942
1963
  ## [1.15.2](https://github.com/sig-nine/era-ui/compare/v1.15.1...v1.15.2) (2026-07-11)
1943
1964
 
1944
-
1945
1965
  ### Bug Fixes
1946
1966
 
1947
1967
  * **os:** inset status accent bars past the panel frame ([11153c3](https://github.com/sig-nine/era-ui/commit/11153c3b70ce67abfee4928e0deb0eca6d745a99))
1948
1968
 
1949
1969
  ## [1.15.1](https://github.com/sig-nine/era-ui/compare/v1.15.0...v1.15.1) (2026-07-11)
1950
1970
 
1951
-
1952
1971
  ### Bug Fixes
1953
1972
 
1954
1973
  * **pane:** align handle divider inset ([6a33132](https://github.com/sig-nine/era-ui/commit/6a33132012cfc8414cea63e82c24605a306bb2e3))
1955
1974
 
1956
- # [1.15.0](https://github.com/sig-nine/era-ui/compare/v1.14.3...v1.15.0) (2026-07-11)
1957
-
1958
-
1959
- ### Bug Fixes
1960
-
1961
- * **pane:** align handle divider inset ([6c8b04b](https://github.com/sig-nine/era-ui/commit/6c8b04b52bbdb425252188f0abe89bc652eada12))
1962
-
1975
+ ## [1.15.0](https://github.com/sig-nine/era-ui/compare/v1.14.3...v1.15.0) (2026-07-11)
1963
1976
 
1964
1977
  ### Features
1965
1978
 
1966
1979
  * **icons:** add global lucide stroke token ([b1d505d](https://github.com/sig-nine/era-ui/commit/b1d505d34fd69dad5229d92bf6b6d4a18ddee6af))
1967
1980
  * **icons:** add global lucide stroke token ([#120](https://github.com/sig-nine/era-ui/issues/120)) ([4d49975](https://github.com/sig-nine/era-ui/commit/4d49975f936ef0a0b8b97f0e8df5b783c4dda891))
1968
1981
 
1969
- ## [1.14.3](https://github.com/sig-nine/era-ui/compare/v1.14.2...v1.14.3) (2026-07-11)
1982
+ ### Bug Fixes
1983
+
1984
+ * **pane:** align handle divider inset ([6c8b04b](https://github.com/sig-nine/era-ui/commit/6c8b04b52bbdb425252188f0abe89bc652eada12))
1970
1985
 
1986
+ ## [1.14.3](https://github.com/sig-nine/era-ui/compare/v1.14.2...v1.14.3) (2026-07-11)
1971
1987
 
1972
1988
  ### Bug Fixes
1973
1989
 
@@ -1975,20 +1991,17 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
1975
1991
 
1976
1992
  ## [1.14.2](https://github.com/sig-nine/era-ui/compare/v1.14.1...v1.14.2) (2026-07-11)
1977
1993
 
1978
-
1979
1994
  ### Bug Fixes
1980
1995
 
1981
1996
  * **os,docs:** give icon buttons concentric padding + even height ([83d9854](https://github.com/sig-nine/era-ui/commit/83d9854398621000a46ab1c68b9d3cec82da7414))
1982
1997
 
1983
1998
  ## [1.14.1](https://github.com/sig-nine/era-ui/compare/v1.14.0...v1.14.1) (2026-07-11)
1984
1999
 
1985
-
1986
2000
  ### Bug Fixes
1987
2001
 
1988
2002
  * **pane:** gate drags per-pointerdown so ctrl-drag can never desync ([366f7a7](https://github.com/sig-nine/era-ui/commit/366f7a749ba5bcd1414cb82e9560a3a38f5df734))
1989
2003
 
1990
- # [1.14.0](https://github.com/sig-nine/era-ui/compare/v1.13.1...v1.14.0) (2026-07-10)
1991
-
2004
+ ## [1.14.0](https://github.com/sig-nine/era-ui/compare/v1.13.1...v1.14.0) (2026-07-10)
1992
2005
 
1993
2006
  ### Features
1994
2007
 
@@ -1996,13 +2009,11 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
1996
2009
 
1997
2010
  ## [1.13.1](https://github.com/sig-nine/era-ui/compare/v1.13.0...v1.13.1) (2026-07-10)
1998
2011
 
1999
-
2000
2012
  ### Bug Fixes
2001
2013
 
2002
2014
  * **os:** resolve eslint issues ([f8559c8](https://github.com/sig-nine/era-ui/commit/f8559c881c8fd4424c913a8191e3f1b4d763fb84))
2003
2015
 
2004
- # [1.13.0](https://github.com/sig-nine/era-ui/compare/v1.12.3...v1.13.0) (2026-07-10)
2005
-
2016
+ ## [1.13.0](https://github.com/sig-nine/era-ui/compare/v1.12.3...v1.13.0) (2026-07-10)
2006
2017
 
2007
2018
  ### Features
2008
2019
 
@@ -2011,27 +2022,23 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2011
2022
 
2012
2023
  ## [1.12.3](https://github.com/sig-nine/era-ui/compare/v1.12.2...v1.12.3) (2026-07-10)
2013
2024
 
2014
-
2015
2025
  ### Bug Fixes
2016
2026
 
2017
2027
  * **pane:** don't let Ctrl-clicks switch tabs ([193d46d](https://github.com/sig-nine/era-ui/commit/193d46d29d7f025570ab64973a9f0c00171bd2ae))
2018
2028
 
2019
2029
  ## [1.12.2](https://github.com/sig-nine/era-ui/compare/v1.12.1...v1.12.2) (2026-07-10)
2020
2030
 
2021
-
2022
2031
  ### Bug Fixes
2023
2032
 
2024
2033
  * **pane:** keep Ctrl-drag working after a resize ([ccc56c0](https://github.com/sig-nine/era-ui/commit/ccc56c0705658e469e8c3763b269afb9d8f7ce93))
2025
2034
 
2026
2035
  ## [1.12.1](https://github.com/sig-nine/era-ui/compare/v1.12.0...v1.12.1) (2026-07-10)
2027
2036
 
2028
-
2029
2037
  ### Bug Fixes
2030
2038
 
2031
2039
  * **pane:** suppress text selection during Ctrl-drag ([ad92f8c](https://github.com/sig-nine/era-ui/commit/ad92f8c6c8ef7f77e9668af8d4a5f5791c30c893))
2032
2040
 
2033
- # [1.12.0](https://github.com/sig-nine/era-ui/compare/v1.11.6...v1.12.0) (2026-07-10)
2034
-
2041
+ ## [1.12.0](https://github.com/sig-nine/era-ui/compare/v1.11.6...v1.12.0) (2026-07-10)
2035
2042
 
2036
2043
  ### Features
2037
2044
 
@@ -2039,48 +2046,41 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2039
2046
 
2040
2047
  ## [1.11.6](https://github.com/sig-nine/era-ui/compare/v1.11.5...v1.11.6) (2026-07-10)
2041
2048
 
2042
-
2043
2049
  ### Performance Improvements
2044
2050
 
2045
2051
  * **pane:** match will-change to neodrag's property; hide debug zones ([747718a](https://github.com/sig-nine/era-ui/commit/747718aa7fbfb11e6a008d1b8255b6ae187ff6ad))
2046
2052
 
2047
2053
  ## [1.11.5](https://github.com/sig-nine/era-ui/compare/v1.11.4...v1.11.5) (2026-07-10)
2048
2054
 
2049
-
2050
2055
  ### Bug Fixes
2051
2056
 
2052
2057
  * **pane:** stop the far edge wiggling during top/left resize ([506760b](https://github.com/sig-nine/era-ui/commit/506760b05ad308803e815e68072db116f6db1908))
2053
2058
 
2054
2059
  ## [1.11.4](https://github.com/sig-nine/era-ui/compare/v1.11.3...v1.11.4) (2026-07-10)
2055
2060
 
2056
-
2057
2061
  ### Bug Fixes
2058
2062
 
2059
2063
  * **pane:** size corner squares to the blue rail thickness ([a6a4782](https://github.com/sig-nine/era-ui/commit/a6a47827961fc20860f0735411cd6779743ae43b))
2060
2064
 
2061
2065
  ## [1.11.3](https://github.com/sig-nine/era-ui/compare/v1.11.2...v1.11.3) (2026-07-10)
2062
2066
 
2063
-
2064
2067
  ### Bug Fixes
2065
2068
 
2066
2069
  * **pane:** edges stop before the corners instead of running under them ([df094f1](https://github.com/sig-nine/era-ui/commit/df094f1d1a3641d747a8dc2786de99753f294769))
2067
2070
 
2068
2071
  ## [1.11.2](https://github.com/sig-nine/era-ui/compare/v1.11.1...v1.11.2) (2026-07-10)
2069
2072
 
2070
-
2071
2073
  ### Bug Fixes
2072
2074
 
2073
2075
  * **pane:** even corner protrusion — all corners straddle like se ([4ed0957](https://github.com/sig-nine/era-ui/commit/4ed095754e20a7345b3bf179fd3756fe1ff996d1))
2074
2076
 
2075
2077
  ## [1.11.1](https://github.com/sig-nine/era-ui/compare/v1.11.0...v1.11.1) (2026-07-10)
2076
2078
 
2077
-
2078
2079
  ### Bug Fixes
2079
2080
 
2080
2081
  * **pane:** thin resize bars to the close-button gap; right bar overlays it ([91a2394](https://github.com/sig-nine/era-ui/commit/91a23940c290a08b7fbb1df136dbbfd9bc621df8))
2081
2082
 
2082
- # [1.11.0](https://github.com/sig-nine/era-ui/compare/v1.10.4...v1.11.0) (2026-07-10)
2083
-
2083
+ ## [1.11.0](https://github.com/sig-nine/era-ui/compare/v1.10.4...v1.11.0) (2026-07-10)
2084
2084
 
2085
2085
  ### Features
2086
2086
 
@@ -2088,41 +2088,35 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2088
2088
 
2089
2089
  ## [1.10.4](https://github.com/sig-nine/era-ui/compare/v1.10.3...v1.10.4) (2026-07-10)
2090
2090
 
2091
-
2092
2091
  ### Bug Fixes
2093
2092
 
2094
2093
  * **pane:** paint corner resize zones above the edges ([f253c90](https://github.com/sig-nine/era-ui/commit/f253c90c3a18de3778c5401b2244dffae99f0b25))
2095
2094
 
2096
2095
  ## [1.10.3](https://github.com/sig-nine/era-ui/compare/v1.10.2...v1.10.3) (2026-07-10)
2097
2096
 
2098
-
2099
2097
  ### Bug Fixes
2100
2098
 
2101
2099
  * **pane:** bleed right + bottom resize handles ~6px inward ([9be865b](https://github.com/sig-nine/era-ui/commit/9be865b55f87c496a9f92506f6a3a4c4f7a10738))
2102
2100
 
2103
2101
  ## [1.10.2](https://github.com/sig-nine/era-ui/compare/v1.10.1...v1.10.2) (2026-07-10)
2104
2102
 
2105
-
2106
2103
  ### Bug Fixes
2107
2104
 
2108
2105
  * **pane:** stop tab descenders being clipped ([78dcec1](https://github.com/sig-nine/era-ui/commit/78dcec17b24fc6dde5d481b6e0ca49663aa2d3f6))
2109
2106
 
2110
2107
  ## [1.10.1](https://github.com/sig-nine/era-ui/compare/v1.10.0...v1.10.1) (2026-07-10)
2111
2108
 
2112
-
2113
2109
  ### Bug Fixes
2114
2110
 
2115
2111
  * **pane:** restore h-xs close button, trim tab pills slightly ([6a742fb](https://github.com/sig-nine/era-ui/commit/6a742fb5563a5dfabfccb60b2c278c9ea0c3e6a7))
2116
2112
 
2117
- # [1.10.0](https://github.com/sig-nine/era-ui/compare/v1.9.0...v1.10.0) (2026-07-10)
2118
-
2113
+ ## [1.10.0](https://github.com/sig-nine/era-ui/compare/v1.9.0...v1.10.0) (2026-07-10)
2119
2114
 
2120
2115
  ### Features
2121
2116
 
2122
2117
  * **pane:** close button uses the new xxs size to match the tab highlights ([df9a8a7](https://github.com/sig-nine/era-ui/commit/df9a8a74890366861755078d9d91c2d83d8f6a4f))
2123
2118
 
2124
- # [1.9.0](https://github.com/sig-nine/era-ui/compare/v1.8.8...v1.9.0) (2026-07-10)
2125
-
2119
+ ## [1.9.0](https://github.com/sig-nine/era-ui/compare/v1.8.8...v1.9.0) (2026-07-10)
2126
2120
 
2127
2121
  ### Features
2128
2122
 
@@ -2130,62 +2124,53 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2130
2124
 
2131
2125
  ## [1.8.8](https://github.com/sig-nine/era-ui/compare/v1.8.7...v1.8.8) (2026-07-09)
2132
2126
 
2133
-
2134
2127
  ### Bug Fixes
2135
2128
 
2136
2129
  * **pane:** flush tight layout — whole top draggable, original spacing ([dcb6eb0](https://github.com/sig-nine/era-ui/commit/dcb6eb0cf12b906efa27dfc284f29bc05afa0c81))
2137
2130
 
2138
2131
  ## [1.8.7](https://github.com/sig-nine/era-ui/compare/v1.8.6...v1.8.7) (2026-07-09)
2139
2132
 
2140
-
2141
2133
  ### Bug Fixes
2142
2134
 
2143
2135
  * **pane:** resize handles as a pure outer moat, clear of the whole pane ([5914d14](https://github.com/sig-nine/era-ui/commit/5914d143f2413474db1f5cf37d2a58de47593bf6))
2144
2136
 
2145
2137
  ## [1.8.6](https://github.com/sig-nine/era-ui/compare/v1.8.5...v1.8.6) (2026-07-09)
2146
2138
 
2147
-
2148
2139
  ### Bug Fixes
2149
2140
 
2150
2141
  * **pane:** match the top resize bar's external thickness to the sides ([059f187](https://github.com/sig-nine/era-ui/commit/059f187fdc49ec78b0cd90bdb08b4cb0f86970e4))
2151
2142
 
2152
2143
  ## [1.8.5](https://github.com/sig-nine/era-ui/compare/v1.8.4...v1.8.5) (2026-07-09)
2153
2144
 
2154
-
2155
2145
  ### Bug Fixes
2156
2146
 
2157
2147
  * **pane:** lift the pane content above the resize rails ([c931097](https://github.com/sig-nine/era-ui/commit/c931097ab8acaabdbb362ad2efa7bf3eda73f710))
2158
2148
 
2159
2149
  ## [1.8.4](https://github.com/sig-nine/era-ui/compare/v1.8.3...v1.8.4) (2026-07-09)
2160
2150
 
2161
-
2162
2151
  ### Bug Fixes
2163
2152
 
2164
2153
  * **pane:** halve the edge resize-band thickness ([772afd6](https://github.com/sig-nine/era-ui/commit/772afd63f0bade50b143d7f91af253d3a349173b))
2165
2154
 
2166
2155
  ## [1.8.3](https://github.com/sig-nine/era-ui/compare/v1.8.2...v1.8.3) (2026-07-09)
2167
2156
 
2168
-
2169
2157
  ### Bug Fixes
2170
2158
 
2171
2159
  * **pane:** top resize handle protrudes outward only, clear of the drag bar ([cbb262f](https://github.com/sig-nine/era-ui/commit/cbb262f04a83f63142aa9d341a2198902d3a25ff))
2172
2160
 
2173
2161
  ## [1.8.2](https://github.com/sig-nine/era-ui/compare/v1.8.1...v1.8.2) (2026-07-09)
2174
2162
 
2175
-
2176
2163
  ### Bug Fixes
2177
2164
 
2178
2165
  * **pane:** even, smaller resize handles that meet at the corners ([99f314c](https://github.com/sig-nine/era-ui/commit/99f314ca1d002daa96e9f3bf03fd5b85ae0f800c))
2179
2166
 
2180
2167
  ## [1.8.1](https://github.com/sig-nine/era-ui/compare/v1.8.0...v1.8.1) (2026-07-09)
2181
2168
 
2182
-
2183
2169
  ### Bug Fixes
2184
2170
 
2185
2171
  * **pane:** restore the close button as a concentric square icon + resize perf ([dc58d36](https://github.com/sig-nine/era-ui/commit/dc58d36deef16263ece695619c56c26a41a37074))
2186
2172
 
2187
- # [1.8.0](https://github.com/sig-nine/era-ui/compare/v1.7.4...v1.8.0) (2026-07-09)
2188
-
2173
+ ## [1.8.0](https://github.com/sig-nine/era-ui/compare/v1.7.4...v1.8.0) (2026-07-09)
2189
2174
 
2190
2175
  ### Features
2191
2176
 
@@ -2193,42 +2178,36 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2193
2178
 
2194
2179
  ## [1.7.4](https://github.com/sig-nine/era-ui/compare/v1.7.3...v1.7.4) (2026-07-09)
2195
2180
 
2196
-
2197
2181
  ### Bug Fixes
2198
2182
 
2199
2183
  * **pane:** keep the close glyph flush at the bar's edge rhythm ([9a2cc42](https://github.com/sig-nine/era-ui/commit/9a2cc42913180feabc775d4b9a1c617dcd5a12ab))
2200
2184
 
2201
2185
  ## [1.7.3](https://github.com/sig-nine/era-ui/compare/v1.7.2...v1.7.3) (2026-07-09)
2202
2186
 
2203
-
2204
2187
  ### Bug Fixes
2205
2188
 
2206
2189
  * **pane:** match the close button size to the tab highlight ([accb8ee](https://github.com/sig-nine/era-ui/commit/accb8ee6eec7ee9e47487bdc53b80660d13fbc5b))
2207
2190
 
2208
2191
  ## [1.7.2](https://github.com/sig-nine/era-ui/compare/v1.7.1...v1.7.2) (2026-07-09)
2209
2192
 
2210
-
2211
2193
  ### Bug Fixes
2212
2194
 
2213
2195
  * **pane:** stop the pane snapping to 0,0 while resizing ([31367b6](https://github.com/sig-nine/era-ui/commit/31367b6017fa76370bbe547a99a4f4587a1c431c))
2214
2196
 
2215
2197
  ## [1.7.1](https://github.com/sig-nine/era-ui/compare/v1.7.0...v1.7.1) (2026-07-09)
2216
2198
 
2217
-
2218
2199
  ### Bug Fixes
2219
2200
 
2220
2201
  * **pane:** concentric rounded handle + content panels ([c2c224a](https://github.com/sig-nine/era-ui/commit/c2c224af4aa968f1d1d88876a7921144b0aa4edb))
2221
2202
  * **pane:** keep the wheel on the tab strip at its ends ([8931ec0](https://github.com/sig-nine/era-ui/commit/8931ec0df5bbae4f0f03ded6dc6ceef76e02bfa7))
2222
2203
 
2223
- # [1.7.0](https://github.com/sig-nine/era-ui/compare/v1.6.0...v1.7.0) (2026-07-09)
2224
-
2204
+ ## [1.7.0](https://github.com/sig-nine/era-ui/compare/v1.6.0...v1.7.0) (2026-07-09)
2225
2205
 
2226
2206
  ### Features
2227
2207
 
2228
2208
  * **pane:** let the close button drag the pane on an incomplete click ([6898eb4](https://github.com/sig-nine/era-ui/commit/6898eb4e5cfba8d81cc210afdce32b3cb322233d))
2229
2209
 
2230
- # [1.6.0](https://github.com/sig-nine/era-ui/compare/v1.5.1...v1.6.0) (2026-07-09)
2231
-
2210
+ ## [1.6.0](https://github.com/sig-nine/era-ui/compare/v1.5.1...v1.6.0) (2026-07-09)
2232
2211
 
2233
2212
  ### Features
2234
2213
 
@@ -2236,13 +2215,11 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2236
2215
 
2237
2216
  ## [1.5.1](https://github.com/sig-nine/era-ui/compare/v1.5.0...v1.5.1) (2026-07-09)
2238
2217
 
2239
-
2240
2218
  ### Bug Fixes
2241
2219
 
2242
2220
  * **docs:** consolidate the pane demo into one configurable playground ([01a6ea3](https://github.com/sig-nine/era-ui/commit/01a6ea340f8ded6470a9e754017e9f0b50e8799b))
2243
2221
 
2244
- # [1.5.0](https://github.com/sig-nine/era-ui/compare/v1.4.4...v1.5.0) (2026-07-09)
2245
-
2222
+ ## [1.5.0](https://github.com/sig-nine/era-ui/compare/v1.4.4...v1.5.0) (2026-07-09)
2246
2223
 
2247
2224
  ### Features
2248
2225
 
@@ -2250,34 +2227,29 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2250
2227
 
2251
2228
  ## [1.4.4](https://github.com/sig-nine/era-ui/compare/v1.4.3...v1.4.4) (2026-07-09)
2252
2229
 
2253
-
2254
2230
  ### Bug Fixes
2255
2231
 
2256
2232
  * **pane:** keep the whole handle draggable after a resize ([0bc27ca](https://github.com/sig-nine/era-ui/commit/0bc27ca81a9be3226d2be7904ac83cd46538519a))
2257
2233
 
2258
2234
  ## [1.4.3](https://github.com/sig-nine/era-ui/compare/v1.4.2...v1.4.3) (2026-07-09)
2259
2235
 
2260
-
2261
2236
  ### Bug Fixes
2262
2237
 
2263
2238
  * **select:** stop Value overflow-hidden from clipping the first chip ([aad435e](https://github.com/sig-nine/era-ui/commit/aad435ecba57023aeb5bdf3e4d150ea73a9646a3))
2264
2239
 
2265
2240
  ## [1.4.2](https://github.com/sig-nine/era-ui/compare/v1.4.1...v1.4.2) (2026-07-09)
2266
2241
 
2267
-
2268
2242
  ### Bug Fixes
2269
2243
 
2270
2244
  * **chip:** size multi-select chips to the nesting tier for even padding ([767f641](https://github.com/sig-nine/era-ui/commit/767f641f0f283263f6a38fd3b03bda3a74695999))
2271
2245
 
2272
2246
  ## [1.4.1](https://github.com/sig-nine/era-ui/compare/v1.4.0...v1.4.1) (2026-07-09)
2273
2247
 
2274
-
2275
2248
  ### Bug Fixes
2276
2249
 
2277
2250
  * **pane:** compose the internal Tabs primitive for the pane tabs ([5719873](https://github.com/sig-nine/era-ui/commit/5719873581cc5cc5d556843bcc28ebbef6e75872))
2278
2251
 
2279
- # [1.4.0](https://github.com/sig-nine/era-ui/compare/v1.3.1...v1.4.0) (2026-07-09)
2280
-
2252
+ ## [1.4.0](https://github.com/sig-nine/era-ui/compare/v1.3.1...v1.4.0) (2026-07-09)
2281
2253
 
2282
2254
  ### Features
2283
2255
 
@@ -2285,13 +2257,11 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2285
2257
 
2286
2258
  ## [1.3.1](https://github.com/sig-nine/era-ui/compare/v1.3.0...v1.3.1) (2026-07-09)
2287
2259
 
2288
-
2289
2260
  ### Bug Fixes
2290
2261
 
2291
2262
  * **pane:** quieter handle bar, roomier tab pills ([2179f21](https://github.com/sig-nine/era-ui/commit/2179f21dbca262d621e3619ae9bba1a110e446a5))
2292
2263
 
2293
- # [1.3.0](https://github.com/sig-nine/era-ui/compare/v1.2.1...v1.3.0) (2026-07-09)
2294
-
2264
+ ## [1.3.0](https://github.com/sig-nine/era-ui/compare/v1.2.1...v1.3.0) (2026-07-09)
2295
2265
 
2296
2266
  ### Features
2297
2267
 
@@ -2299,13 +2269,11 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2299
2269
 
2300
2270
  ## [1.2.1](https://github.com/sig-nine/era-ui/compare/v1.2.0...v1.2.1) (2026-07-09)
2301
2271
 
2302
-
2303
2272
  ### Bug Fixes
2304
2273
 
2305
2274
  * **docs:** let the components list scroll in the mobile nav sheet ([8b6b76e](https://github.com/sig-nine/era-ui/commit/8b6b76ef80559d94b4e3c3db4fbbe0d0bed77974))
2306
2275
 
2307
- # [1.2.0](https://github.com/sig-nine/era-ui/compare/v1.1.2...v1.2.0) (2026-07-09)
2308
-
2276
+ ## [1.2.0](https://github.com/sig-nine/era-ui/compare/v1.1.2...v1.2.0) (2026-07-09)
2309
2277
 
2310
2278
  ### Features
2311
2279
 
@@ -2313,21 +2281,18 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2313
2281
 
2314
2282
  ## [1.1.2](https://github.com/sig-nine/era-ui/compare/v1.1.1...v1.1.2) (2026-07-09)
2315
2283
 
2316
-
2317
2284
  ### Bug Fixes
2318
2285
 
2319
2286
  * **ci:** publish to npm under [@signal9](https://github.com/signal9), keep [@sig-nine](https://github.com/sig-nine) on GH Packages ([5bf81ba](https://github.com/sig-nine/era-ui/commit/5bf81bad7e58aaea7d480167c3885fd2a483c5fe))
2320
2287
 
2321
2288
  ## [1.1.1](https://github.com/sig-nine/era-ui/compare/v1.1.0...v1.1.1) (2026-07-09)
2322
2289
 
2323
-
2324
2290
  ### Bug Fixes
2325
2291
 
2326
2292
  * **card:** drop stray padding on sectioned button cards ([96c5464](https://github.com/sig-nine/era-ui/commit/96c5464809c462e294334a94306a1843989bcb31))
2327
- * **ci:** publish to npmjs.org alongside GitHub Packages ([0592c0b](https://github.com/sig-nine/era-ui/commit/0592c0b715e10e627b9c5a1ce2a73dd8c35630be)), closes [#Packages](https://github.com/sig-nine/era-ui/issues/Packages)
2328
-
2329
- # [1.1.0](https://github.com/sig-nine/era-ui/compare/v1.0.4...v1.1.0) (2026-07-09)
2293
+ * **ci:** publish to npmjs.org alongside GitHub Packages ([0592c0b](https://github.com/sig-nine/era-ui/commit/0592c0b715e10e627b9c5a1ce2a73dd8c35630be))
2330
2294
 
2295
+ ## [1.1.0](https://github.com/sig-nine/era-ui/compare/v1.0.4...v1.1.0) (2026-07-09)
2331
2296
 
2332
2297
  ### Features
2333
2298
 
@@ -2335,39 +2300,146 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2335
2300
 
2336
2301
  ## [1.0.4](https://github.com/sig-nine/era-ui/compare/v1.0.3...v1.0.4) (2026-07-09)
2337
2302
 
2338
-
2339
2303
  ### Bug Fixes
2340
2304
 
2341
2305
  * **surface:** remove the clay surface ([ccf9fa8](https://github.com/sig-nine/era-ui/commit/ccf9fa889bf8163dce1f89a3d75682ecff02dbef))
2342
2306
 
2343
2307
  ## [1.0.3](https://github.com/sig-nine/era-ui/compare/v1.0.2...v1.0.3) (2026-07-09)
2344
2308
 
2345
-
2346
2309
  ### Bug Fixes
2347
2310
 
2348
2311
  * **ci:** deploy main HEAD so the released version is baked ([6c99061](https://github.com/sig-nine/era-ui/commit/6c9906137191f4cc80482ba142a2908fb899ce72))
2349
2312
 
2350
2313
  ## [1.0.2](https://github.com/sig-nine/era-ui/compare/v1.0.1...v1.0.2) (2026-07-08)
2351
2314
 
2352
-
2353
2315
  ### Bug Fixes
2354
2316
 
2355
2317
  * **glass:** frost floating menus — raise elevated fill opacity ([8f28cd1](https://github.com/sig-nine/era-ui/commit/8f28cd19ec0b8e1e8b0576a98c0a1e631ee19ab1))
2356
2318
 
2357
2319
  ## [1.0.1](https://github.com/sig-nine/era-ui/compare/v1.0.0...v1.0.1) (2026-07-08)
2358
2320
 
2359
-
2360
2321
  ### Bug Fixes
2361
2322
 
2362
2323
  * **docs:** pin root font-size so density renders at true scale ([3c49506](https://github.com/sig-nine/era-ui/commit/3c4950652b068abfbb9b96e6b8e71e9245c7b0c7))
2363
2324
 
2364
- # 1.0.0 (2026-07-08)
2325
+ ## 1.0.0 (2026-07-08)
2365
2326
 
2327
+ ### ⚠ BREAKING CHANGES
2366
2328
 
2367
- * feat!: linear tier ladder + icon inset system ([661e86a](https://github.com/sig-nine/era-ui/commit/661e86a2a84c32b214b30e1cae597faf56bc1bce))
2368
- * feat!: remove Provider component, use native data attributes ([95f2a0f](https://github.com/sig-nine/era-ui/commit/95f2a0f9ed5a93527adde4f552bdb2549e08326d))
2369
- * refactor!: complete legacy token migration, drop alias block ([6d195d6](https://github.com/sig-nine/era-ui/commit/6d195d6f1a9c3cb30998d4b3c75a91a5924cab95))
2329
+ * All legacy CSS custom-property aliases removed. Consumers
2330
+ of these token names must migrate to the canonical names listed above.
2370
2331
 
2332
+ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2333
+ * Button tone="danger" removed. Use tone="destructive".
2334
+
2335
+ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2336
+ * Button size=\"xxs\" removed. Use size=\"icon\" or size=\"xs\".
2337
+
2338
+ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2339
+ * Provider export removed. Replace <Provider mode="x" surface="y">
2340
+ with <div data-mode="x" data-surface="y">.
2341
+
2342
+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2343
+
2344
+ ### Features
2345
+
2346
+ * add 16 new components, Label, add-component skill, fix menubar crash ([255a759](https://github.com/sig-nine/era-ui/commit/255a7591f8b320827e2f1d58a66ee33d500c4b6c))
2347
+ * add 5 new components, remove CSS side-effect import ([9edc4fd](https://github.com/sig-nine/era-ui/commit/9edc4fd97724b24212142216e2cd6fa8282a3b2c))
2348
+ * add 6 new components, token audit fixes, overflow-hidden for rounded containers ([fdac16c](https://github.com/sig-nine/era-ui/commit/fdac16cb8f56104e2ec23d1f2d33bac20069357d))
2349
+ * add background/foreground theme tokens, clean hover values ([b3afe6a](https://github.com/sig-nine/era-ui/commit/b3afe6aa08c9a095b91ef984e8d90dacb751dbae))
2350
+ * add density mode system, surface styles, and docs overhaul ([aacf777](https://github.com/sig-nine/era-ui/commit/aacf77710a58a18538684a51be6a36f32f880253))
2351
+ * add highlight token, tune hover values ([abf6898](https://github.com/sig-nine/era-ui/commit/abf6898e6194da8a2974d697106758605b90353b))
2352
+ * add Input, Switch components; rebuild Accordion, Toggle for consistency ([a7d1fbb](https://github.com/sig-nine/era-ui/commit/a7d1fbb38f2054237d7fe13620f726fdb57d2017))
2353
+ * add missing bits-ui primitive wrappers ([53f44d5](https://github.com/sig-nine/era-ui/commit/53f44d5f21ce365145fc648f3afc22673e833587))
2354
+ * add turquoise accent preset options ([0cd8e17](https://github.com/sig-nine/era-ui/commit/0cd8e1777cdb59ccc2b5359ec37d88a5a5f54e8e))
2355
+ * add turquoise accent preset options ([#96](https://github.com/sig-nine/era-ui/issues/96)) ([f6170f5](https://github.com/sig-nine/era-ui/commit/f6170f51d00c34bcde213fb1f5f6b6a2ab17ec8e))
2356
+ * Auto-discover UI components, add per-component docs pages, and improve LLM user-agent handling ([#79](https://github.com/sig-nine/era-ui/issues/79)) ([31610ac](https://github.com/sig-nine/era-ui/commit/31610aca9b3ce5790f20f4e59670b825df3933c9))
2357
+ * badge, chip, code-block, kv, skeleton components + dense h-6 + rename slop to spacious ([e60e94b](https://github.com/sig-nine/era-ui/commit/e60e94bb5bda816c405877bd131aac5449e564ce))
2358
+ * **bar:** size variant (sm/md/lg) — a proper smaller, scaling bar ([3a096e3](https://github.com/sig-nine/era-ui/commit/3a096e35da5711ae9d23c9a3275694bd60434291))
2359
+ * **Button:** add link variant ([3edb4f4](https://github.com/sig-nine/era-ui/commit/3edb4f42484c3d81aada90b1292f8476305b1f36))
2360
+ * **density:** optical padding ladder for unbounded content containers ([62c14e0](https://github.com/sig-nine/era-ui/commit/62c14e01b47aa3ea0c546bbb72669eb33e6dee7f))
2361
+ * **density:** touch mode uses full pill roundness ([cbc9de2](https://github.com/sig-nine/era-ui/commit/cbc9de2beac62401da399f6e1692a90c706c149c))
2362
+ * **dev:** scalable audit framework ([1d42e19](https://github.com/sig-nine/era-ui/commit/1d42e19dda08f0fbdf75d399593705884f4aeeb2))
2363
+ * **docs:** add corners toggle to the era machine ([e67992c](https://github.com/sig-nine/era-ui/commit/e67992cb494f7d7eee2eedbca352871022eabbcc))
2364
+ * **docs:** add fallback component docs route for uncovered slugs ([7e9fd6b](https://github.com/sig-nine/era-ui/commit/7e9fd6be83731755364db8de082cb1f2127c97c4))
2365
+ * **docs:** auto-discover component docs entries from exports ([bc2234f](https://github.com/sig-nine/era-ui/commit/bc2234fc5905a42daccc9238ba77c5b078356791))
2366
+ * **docs:** bake the semver + framework majors into the hero badge ([3ab4be7](https://github.com/sig-nine/era-ui/commit/3ab4be720e6dd059987ade370835a889001b6113))
2367
+ * **docs:** expand llm docs coverage and detect codex/claude user agents ([5854873](https://github.com/sig-nine/era-ui/commit/5854873a2a98eb58af0a4c2ddeaffdf3355b0526))
2368
+ * **docs:** expand LLM-friendly docs coverage and UA auto-routing ([#74](https://github.com/sig-nine/era-ui/issues/74)) ([699124b](https://github.com/sig-nine/era-ui/commit/699124b742f06444d4339209c73de47908b66c1a))
2369
+ * **docs:** expose theme picker in the layout bar ([506e9c2](https://github.com/sig-nine/era-ui/commit/506e9c2626d1ecbff3ed5baa82aecf6033780349))
2370
+ * **docs:** make docs layout mobile-friendly ([8a01f16](https://github.com/sig-nine/era-ui/commit/8a01f165a00634a8579fdec53987fd77f586a975))
2371
+ * **docs:** make docs layout mobile-friendly ([#43](https://github.com/sig-nine/era-ui/issues/43)) ([612a555](https://github.com/sig-nine/era-ui/commit/612a555e7cf0482090561bcf9558d67bd3a9028c))
2372
+ * **docs:** prebuild llm docs artifacts and serve static llms routes ([#81](https://github.com/sig-nine/era-ui/issues/81)) ([fe5500c](https://github.com/sig-nine/era-ui/commit/fe5500c4a621a860505b5817bd5a0f68723054d6))
2373
+ * **docs:** prebuild llm docs artifacts and serve statically ([c5671d4](https://github.com/sig-nine/era-ui/commit/c5671d42a54524d31712c5f8408f7f10bcff9e43))
2374
+ * **docs:** redesign home page around the era machine ([d4f4246](https://github.com/sig-nine/era-ui/commit/d4f42464a6dc1e78635cc30e1f2620a6a0b774d7))
2375
+ * **docs:** surface matrix page for visual QA ([24a5f5b](https://github.com/sig-nine/era-ui/commit/24a5f5b6e41e93a3ddc068d785a2984216d6fe92))
2376
+ * **docs:** wrap interactive demos in Card containers ([e533f9c](https://github.com/sig-nine/era-ui/commit/e533f9c6853476dcbaf62131ef6dcfe4319607f5))
2377
+ * **docs:** wrap interactive demos in Card containers ([#32](https://github.com/sig-nine/era-ui/issues/32)) ([105a72f](https://github.com/sig-nine/era-ui/commit/105a72fbe8326a4cb1ca44b70560c0484d16b2a4))
2378
+ * **dx:** validate script, route-sync gate, deploy fix, manifest churn, aliases ([5cd4120](https://github.com/sig-nine/era-ui/commit/5cd4120f07595b40fce6ead9edb3782499bfaf7f))
2379
+ * **file-upload:** add input component with drag-and-drop ([5d64af7](https://github.com/sig-nine/era-ui/commit/5d64af7ddfe24067109bda8d5dd680f2e659ab1a))
2380
+ * font-agnostic library, :root token defaults, no global bleed ([1eaeff3](https://github.com/sig-nine/era-ui/commit/1eaeff3d93357ff917412da32512cf0c44877f39))
2381
+ * introduce --t-inset-{sm,md,lg} for text-aware content framing ([9758820](https://github.com/sig-nine/era-ui/commit/97588206d860001b600ba7f33c33305bcbafb735))
2382
+ * linear tier ladder + icon inset system ([661e86a](https://github.com/sig-nine/era-ui/commit/661e86a2a84c32b214b30e1cae597faf56bc1bce))
2383
+ * **lint:** forbid hardcoded easings/durations (enforce the motion axis) ([e32a089](https://github.com/sig-nine/era-ui/commit/e32a089dce638b19ef2d790b4ca5697e66cfd710))
2384
+ * **modes:** add `touch` density mode ([#45](https://github.com/sig-nine/era-ui/issues/45)) ([794905c](https://github.com/sig-nine/era-ui/commit/794905cf5584b3bfa63150b70081532bb8d44c4c))
2385
+ * **modes:** add `touch` density mode for mobile-friendly tap targets ([c25bda7](https://github.com/sig-nine/era-ui/commit/c25bda74daa326b7c00634d3aef863846e77ffe4))
2386
+ * **Mode:** scoped system-axis override component ([cfdbb10](https://github.com/sig-nine/era-ui/commit/cfdbb10230a7f8b2c29149840c49a9c47481f83b))
2387
+ * **motion:** decouple duration into a standalone motion axis ([3386231](https://github.com/sig-nine/era-ui/commit/33862310fe8ba19c20146d1d20d0b7898b24c34e))
2388
+ * **pane:** dense-pinned handle bar, close button, no grip icon ([e7ff007](https://github.com/sig-nine/era-ui/commit/e7ff00734052c5a01db5f184cf410bf483ad81ec))
2389
+ * **pane:** handle bar scales with density (unpin from dense) ([b333286](https://github.com/sig-nine/era-ui/commit/b333286a3072cc58d8a482fd4e9dd0fd179faa63))
2390
+ * **provider:** axisRegistry — single source of truth for the axes ([339baac](https://github.com/sig-nine/era-ui/commit/339baaced3aaa3c4788f326f59f20cb0687d5ee6))
2391
+ * **provider:** motion axis values + Mode motion prop ([8824784](https://github.com/sig-nine/era-ui/commit/882478402753d51aeefb0a9620593f1a64988cfa))
2392
+ * **provider:** surface registry, sync check, build wiring ([a2d19b2](https://github.com/sig-nine/era-ui/commit/a2d19b27e00e1f0e5154538ac97cda6eec008113))
2393
+ * **quality:** three targeted gates — highlight lint, token check, geometry laws ([8a599ec](https://github.com/sig-nine/era-ui/commit/8a599ecff189b07fe805ef7b0fe4c4e7d9399a6b))
2394
+ * **quickstart:** art-piece hero with 3D tier tower ([89e0047](https://github.com/sig-nine/era-ui/commit/89e004743d8326335733dcde044fd7f36ef0c11b))
2395
+ * refine Switch sizing, add dark/light toggle to top bar ([c268114](https://github.com/sig-nine/era-ui/commit/c26811436b46c9d84436b19f6f42f8a9f7d30733))
2396
+ * remove Provider component, use native data attributes ([95f2a0f](https://github.com/sig-nine/era-ui/commit/95f2a0f9ed5a93527adde4f552bdb2549e08326d))
2397
+ * **Select:** add Select.Value with chip rendering for multi-select ([6914860](https://github.com/sig-nine/era-ui/commit/6914860a0824616a46e0f5106abcbf2d866cc94d)), closes [#2026](https://github.com/sig-nine/era-ui/issues/2026) [#snippet](https://github.com/sig-nine/era-ui/issues/snippet)
2398
+ * semantic color tokens, CSS dedup, quickstart page, accent button ([a721989](https://github.com/sig-nine/era-ui/commit/a7219892ec0d8de950ec5da7c56a4ca5e506a42f))
2399
+ * **separator:** add slant variant ([8b7ef72](https://github.com/sig-nine/era-ui/commit/8b7ef7298b7db1d9d0745d5cc33e9b3aac385a55))
2400
+ * **sheet:** edge-drawer component + mobile docs layout ([3cea916](https://github.com/sig-nine/era-ui/commit/3cea91608040a592a229b3de3c62e3216186e1f6))
2401
+ * **sidebar:** badge pills and alias-aware filter ([8f2b9e8](https://github.com/sig-nine/era-ui/commit/8f2b9e8a159218bfd2135ebf7172d6ab562504d0))
2402
+ * **slider:** add progress underlay to Slider.Range ([ff95bb7](https://github.com/sig-nine/era-ui/commit/ff95bb725fd62a22003cf0f16fc45ba34dd69d96))
2403
+ * **slider:** add trackClass override to Slider.Range ([ea8d7ab](https://github.com/sig-nine/era-ui/commit/ea8d7ab8df6d1217f78619c8a16d8aab7ad745e4))
2404
+ * **slider:** bindable scrubbing state for drag detection ([#37](https://github.com/sig-nine/era-ui/issues/37)) ([00c6b4a](https://github.com/sig-nine/era-ui/commit/00c6b4af2540c262920f633cdfdebbfc6e636692))
2405
+ * **surface:** add wireframe surface mode ([d354b87](https://github.com/sig-nine/era-ui/commit/d354b874194b1ffc5863fb1f060625619f167d5d))
2406
+ * **surface:** bevel — a chiseled, tactile third surface ([ed96aeb](https://github.com/sig-nine/era-ui/commit/ed96aeb75dc647f5da4ba21c20e38f46add41d80))
2407
+ * **surface:** clay — soft inflated claymorphism material ([663c144](https://github.com/sig-nine/era-ui/commit/663c1447ae53df8476ddfa48cea9049758c9841d))
2408
+ * **surface:** corner-lit glass speculars ([47fdf44](https://github.com/sig-nine/era-ui/commit/47fdf4486e149783d55e8f8b0fbe7582f07a21fb))
2409
+ * **surface:** hover as material — glass shine, cartoon surface, serif font ([5282cb2](https://github.com/sig-nine/era-ui/commit/5282cb2a1eaeb7a3e1e987a96f7e0560073f0d8e))
2410
+ * **surface:** refine glass into a subtler Apple-style material ([d775a3d](https://github.com/sig-nine/era-ui/commit/d775a3d9e0da3259f18028a3ea29297d4878d5b1))
2411
+ * **surface:** rework glass mode for light themes ([e43cbe3](https://github.com/sig-nine/era-ui/commit/e43cbe3c79e7226ca2bebab316330cf7d7dcc61c))
2412
+ * **surface:** surfaces own transient interaction highlights ([770a3d6](https://github.com/sig-nine/era-ui/commit/770a3d622e6ab1f8a181a16a6a2b080b14cf6027))
2413
+ * Tailwind v4 modernization, pre-compiled CSS bundle, --t-divider-faded token ([58020b2](https://github.com/sig-nine/era-ui/commit/58020b2fe99ac338699a35bd56c19b32e30171c3))
2414
+ * **theme:** add new sandstone draft themes ([5e3f243](https://github.com/sig-nine/era-ui/commit/5e3f2438df2623aeff331ff1870b0e833d175ca7))
2415
+ * **theme:** add new sandstone draft themes ([#92](https://github.com/sig-nine/era-ui/issues/92)) ([773d3a0](https://github.com/sig-nine/era-ui/commit/773d3a0015cb9795bd4bd74a079525594ae45382))
2416
+ * **themes:** add adobe + dark adobe palettes ([1023020](https://github.com/sig-nine/era-ui/commit/102302026fd8f246d92e98d50c0dfa4168a51c11))
2417
+ * **themes:** add adobe + dark adobe palettes ([#72](https://github.com/sig-nine/era-ui/issues/72)) ([d209da3](https://github.com/sig-nine/era-ui/commit/d209da36ca4c3ccca8c1e24398df1676296698fc))
2418
+ * **themes:** add adobe draft e using provided sandstone 25-950 scale ([36982c2](https://github.com/sig-nine/era-ui/commit/36982c2f71f1bef04b5e5ba63b8f0160b7d23c98))
2419
+ * **themes:** add minecraft-terracotta adobe draft dark variants ([f97ad3d](https://github.com/sig-nine/era-ui/commit/f97ad3dd28844026c0bb46f202677abf6c4d1eff))
2420
+ * **themes:** add sandstone draft themes from provided OKLCH palette ([#90](https://github.com/sig-nine/era-ui/issues/90)) ([3ed11a1](https://github.com/sig-nine/era-ui/commit/3ed11a11fff7e35a8cb2f9b7fdc6e59e4ca85492))
2421
+ * **themes:** add sandstone draft themes from provided palette ([512d484](https://github.com/sig-nine/era-ui/commit/512d484cfee268966250ba1933380d317fb56c11))
2422
+ * **themes:** shift dark adobe palette toward sand with turquoise accents ([38cda89](https://github.com/sig-nine/era-ui/commit/38cda89cf47851a76475bba3980de014f5089d37))
2423
+ * **themes:** shift dark adobe palette toward sand with turquoise accents ([#84](https://github.com/sig-nine/era-ui/issues/84)) ([c479b0b](https://github.com/sig-nine/era-ui/commit/c479b0b36820b270d51ae403274fb7b18bafd891))
2424
+ * **ui:** Pane — draggable window on @neodrag/svelte v3 ([b46aca6](https://github.com/sig-nine/era-ui/commit/b46aca6b51a46683dc40a5f879a3fc7cdceee063))
2425
+ * **utils:** add cn class merger and shared PartProps type ([9b5670a](https://github.com/sig-nine/era-ui/commit/9b5670a3b14b47e8b417cab8407c62a4acd5d867))
2426
+ * **video-player:** apple-style single-row playback bar layout ([c3ee182](https://github.com/sig-nine/era-ui/commit/c3ee182127747c836e0be1d81ab1c7f2882863aa))
2427
+ * **video-player:** apple-style single-row playback bar layout ([#110](https://github.com/sig-nine/era-ui/issues/110)) ([15cb78c](https://github.com/sig-nine/era-ui/commit/15cb78c0a802b30e9dbc8d9e5ded040f9168dd40))
2428
+ * **video-player:** disable seek slider when vidstack reports !canSeek ([ae76018](https://github.com/sig-nine/era-ui/commit/ae76018b54a87ad62f6368c51574cf357d1b5b1f))
2429
+ * **video-player:** expand chrome with quality menu, context menu, hover preview ([f3b59e5](https://github.com/sig-nine/era-ui/commit/f3b59e5ca976833b7cc0f19df8a277e2d7b4f1de))
2430
+ * **video-player:** fade controls when vidstack reports the user is idle ([f29ba55](https://github.com/sig-nine/era-ui/commit/f29ba55482c3d1084165d47e7195246b4eeab4a0))
2431
+ * **video-player:** full vidstack coverage — icons, state, scrub preview ([9ceeb88](https://github.com/sig-nine/era-ui/commit/9ceeb882b9a1c15242e4e002278f2da7b3b18a5d))
2432
+ * **video-player:** full vidstack feature surface with token-driven styling ([83ab6e4](https://github.com/sig-nine/era-ui/commit/83ab6e44a6cd42734d57b8b3c1d5a8010504741d))
2433
+ * **video-player:** full vidstack feature surface, token-driven styling ([#22](https://github.com/sig-nine/era-ui/issues/22)) ([d9f0c3b](https://github.com/sig-nine/era-ui/commit/d9f0c3b03328e2185cb07ffea74dfad8bdf3d6c8))
2434
+ * **video-player:** minimal-by-default chrome with opt-in features ([2c748b3](https://github.com/sig-nine/era-ui/commit/2c748b3d68d18e345a89969154a4ca99e2ca2efc))
2435
+ * **video-player:** minimal-by-default chrome with opt-in features ([#101](https://github.com/sig-nine/era-ui/issues/101)) ([f612994](https://github.com/sig-nine/era-ui/commit/f612994da7c0745b3b99d5faf811faf6f3ac3b9e))
2436
+ * **video-player:** mobile + idle + thumbless tracks + chrome polish ([3e85fb7](https://github.com/sig-nine/era-ui/commit/3e85fb771ef266611e514bc8096539a54027eb4c))
2437
+ * **video-player:** show buffered range and instant scrub feedback ([e318b4f](https://github.com/sig-nine/era-ui/commit/e318b4f45468083fa2871725dd61c0b3cb389f0e))
2438
+ * **video-player:** show buffered range and instant scrub feedback ([#58](https://github.com/sig-nine/era-ui/issues/58)) ([703213e](https://github.com/sig-nine/era-ui/commit/703213e42f6c8f82afec16da9d53e78c22bfc1d2))
2439
+ * **video-player:** snap to live edge when seeking near the right of the bar ([e52033e](https://github.com/sig-nine/era-ui/commit/e52033e317a6450bdaa45f1834373e26854b6142))
2440
+ * **video-player:** YouTube-style overlay controls ([46a7ccf](https://github.com/sig-nine/era-ui/commit/46a7ccfb811e0fdfb4725dbf91f42fad0515487b))
2441
+ * wrap vidstack in video-player component ([1bb1f1e](https://github.com/sig-nine/era-ui/commit/1bb1f1ea706454b8dca24e058a3456b6da839d39))
2442
+ * **wrappers:** forward variant prop on Dialog/AlertDialog/Popover buttons ([8a13af5](https://github.com/sig-nine/era-ui/commit/8a13af5191c04136eca8fe73cbbecb024f675449))
2371
2443
 
2372
2444
  ### Bug Fixes
2373
2445
 
@@ -2500,586 +2572,415 @@ Claude-Session: https://claude.ai/code/session_01VuZGqQGuQjYYB6aPLJ51gs
2500
2572
  * **vite:** exclude vidstack from optimizeDeps ([3eb74e6](https://github.com/sig-nine/era-ui/commit/3eb74e62a4642a2f8df1844b9d77d68c77b20030))
2501
2573
  * **vite:** exclude vidstack from optimizeDeps to fix /video-player 500 ([#55](https://github.com/sig-nine/era-ui/issues/55)) ([2574ac8](https://github.com/sig-nine/era-ui/commit/2574ac83cecff0fae04a81ceaa4bf3632f6507a3))
2502
2574
 
2503
-
2504
- ### Code Refactoring
2505
-
2506
- * unify tone naming, tokenize hardcoded sizes, polish menu a11y ([f6c4c99](https://github.com/sig-nine/era-ui/commit/f6c4c99eae8efdcbb345935654290bd8bf1a7832))
2507
-
2508
-
2509
- ### Features
2510
-
2511
- * add 16 new components, Label, add-component skill, fix menubar crash ([255a759](https://github.com/sig-nine/era-ui/commit/255a7591f8b320827e2f1d58a66ee33d500c4b6c))
2512
- * add 5 new components, remove CSS side-effect import ([9edc4fd](https://github.com/sig-nine/era-ui/commit/9edc4fd97724b24212142216e2cd6fa8282a3b2c))
2513
- * add 6 new components, token audit fixes, overflow-hidden for rounded containers ([fdac16c](https://github.com/sig-nine/era-ui/commit/fdac16cb8f56104e2ec23d1f2d33bac20069357d))
2514
- * add background/foreground theme tokens, clean hover values ([b3afe6a](https://github.com/sig-nine/era-ui/commit/b3afe6aa08c9a095b91ef984e8d90dacb751dbae))
2515
- * add density mode system, surface styles, and docs overhaul ([aacf777](https://github.com/sig-nine/era-ui/commit/aacf77710a58a18538684a51be6a36f32f880253))
2516
- * add highlight token, tune hover values ([abf6898](https://github.com/sig-nine/era-ui/commit/abf6898e6194da8a2974d697106758605b90353b))
2517
- * add Input, Switch components; rebuild Accordion, Toggle for consistency ([a7d1fbb](https://github.com/sig-nine/era-ui/commit/a7d1fbb38f2054237d7fe13620f726fdb57d2017))
2518
- * add missing bits-ui primitive wrappers ([53f44d5](https://github.com/sig-nine/era-ui/commit/53f44d5f21ce365145fc648f3afc22673e833587))
2519
- * add turquoise accent preset options ([0cd8e17](https://github.com/sig-nine/era-ui/commit/0cd8e1777cdb59ccc2b5359ec37d88a5a5f54e8e))
2520
- * add turquoise accent preset options ([#96](https://github.com/sig-nine/era-ui/issues/96)) ([f6170f5](https://github.com/sig-nine/era-ui/commit/f6170f51d00c34bcde213fb1f5f6b6a2ab17ec8e))
2521
- * Auto-discover UI components, add per-component docs pages, and improve LLM user-agent handling ([#79](https://github.com/sig-nine/era-ui/issues/79)) ([31610ac](https://github.com/sig-nine/era-ui/commit/31610aca9b3ce5790f20f4e59670b825df3933c9))
2522
- * badge, chip, code-block, kv, skeleton components + dense h-6 + rename slop to spacious ([e60e94b](https://github.com/sig-nine/era-ui/commit/e60e94bb5bda816c405877bd131aac5449e564ce))
2523
- * **bar:** size variant (sm/md/lg) — a proper smaller, scaling bar ([3a096e3](https://github.com/sig-nine/era-ui/commit/3a096e35da5711ae9d23c9a3275694bd60434291))
2524
- * **Button:** add link variant ([3edb4f4](https://github.com/sig-nine/era-ui/commit/3edb4f42484c3d81aada90b1292f8476305b1f36))
2525
- * **density:** optical padding ladder for unbounded content containers ([62c14e0](https://github.com/sig-nine/era-ui/commit/62c14e01b47aa3ea0c546bbb72669eb33e6dee7f))
2526
- * **density:** touch mode uses full pill roundness ([cbc9de2](https://github.com/sig-nine/era-ui/commit/cbc9de2beac62401da399f6e1692a90c706c149c))
2527
- * **dev:** scalable audit framework ([1d42e19](https://github.com/sig-nine/era-ui/commit/1d42e19dda08f0fbdf75d399593705884f4aeeb2))
2528
- * **docs:** add corners toggle to the era machine ([e67992c](https://github.com/sig-nine/era-ui/commit/e67992cb494f7d7eee2eedbca352871022eabbcc))
2529
- * **docs:** add fallback component docs route for uncovered slugs ([7e9fd6b](https://github.com/sig-nine/era-ui/commit/7e9fd6be83731755364db8de082cb1f2127c97c4))
2530
- * **docs:** auto-discover component docs entries from exports ([bc2234f](https://github.com/sig-nine/era-ui/commit/bc2234fc5905a42daccc9238ba77c5b078356791))
2531
- * **docs:** bake the semver + framework majors into the hero badge ([3ab4be7](https://github.com/sig-nine/era-ui/commit/3ab4be720e6dd059987ade370835a889001b6113))
2532
- * **docs:** expand llm docs coverage and detect codex/claude user agents ([5854873](https://github.com/sig-nine/era-ui/commit/5854873a2a98eb58af0a4c2ddeaffdf3355b0526))
2533
- * **docs:** expand LLM-friendly docs coverage and UA auto-routing ([#74](https://github.com/sig-nine/era-ui/issues/74)) ([699124b](https://github.com/sig-nine/era-ui/commit/699124b742f06444d4339209c73de47908b66c1a))
2534
- * **docs:** expose theme picker in the layout bar ([506e9c2](https://github.com/sig-nine/era-ui/commit/506e9c2626d1ecbff3ed5baa82aecf6033780349))
2535
- * **docs:** make docs layout mobile-friendly ([8a01f16](https://github.com/sig-nine/era-ui/commit/8a01f165a00634a8579fdec53987fd77f586a975))
2536
- * **docs:** make docs layout mobile-friendly ([#43](https://github.com/sig-nine/era-ui/issues/43)) ([612a555](https://github.com/sig-nine/era-ui/commit/612a555e7cf0482090561bcf9558d67bd3a9028c))
2537
- * **docs:** prebuild llm docs artifacts and serve static llms routes ([#81](https://github.com/sig-nine/era-ui/issues/81)) ([fe5500c](https://github.com/sig-nine/era-ui/commit/fe5500c4a621a860505b5817bd5a0f68723054d6))
2538
- * **docs:** prebuild llm docs artifacts and serve statically ([c5671d4](https://github.com/sig-nine/era-ui/commit/c5671d42a54524d31712c5f8408f7f10bcff9e43))
2539
- * **docs:** redesign home page around the era machine ([d4f4246](https://github.com/sig-nine/era-ui/commit/d4f42464a6dc1e78635cc30e1f2620a6a0b774d7))
2540
- * **docs:** surface matrix page for visual QA ([24a5f5b](https://github.com/sig-nine/era-ui/commit/24a5f5b6e41e93a3ddc068d785a2984216d6fe92))
2541
- * **docs:** wrap interactive demos in Card containers ([e533f9c](https://github.com/sig-nine/era-ui/commit/e533f9c6853476dcbaf62131ef6dcfe4319607f5))
2542
- * **docs:** wrap interactive demos in Card containers ([#32](https://github.com/sig-nine/era-ui/issues/32)) ([105a72f](https://github.com/sig-nine/era-ui/commit/105a72fbe8326a4cb1ca44b70560c0484d16b2a4))
2543
- * **dx:** validate script, route-sync gate, deploy fix, manifest churn, aliases ([5cd4120](https://github.com/sig-nine/era-ui/commit/5cd4120f07595b40fce6ead9edb3782499bfaf7f))
2544
- * **file-upload:** add input component with drag-and-drop ([5d64af7](https://github.com/sig-nine/era-ui/commit/5d64af7ddfe24067109bda8d5dd680f2e659ab1a))
2545
- * font-agnostic library, :root token defaults, no global bleed ([1eaeff3](https://github.com/sig-nine/era-ui/commit/1eaeff3d93357ff917412da32512cf0c44877f39))
2546
- * introduce --t-inset-{sm,md,lg} for text-aware content framing ([9758820](https://github.com/sig-nine/era-ui/commit/97588206d860001b600ba7f33c33305bcbafb735))
2547
- * **lint:** forbid hardcoded easings/durations (enforce the motion axis) ([e32a089](https://github.com/sig-nine/era-ui/commit/e32a089dce638b19ef2d790b4ca5697e66cfd710))
2548
- * **modes:** add `touch` density mode ([#45](https://github.com/sig-nine/era-ui/issues/45)) ([794905c](https://github.com/sig-nine/era-ui/commit/794905cf5584b3bfa63150b70081532bb8d44c4c))
2549
- * **modes:** add `touch` density mode for mobile-friendly tap targets ([c25bda7](https://github.com/sig-nine/era-ui/commit/c25bda74daa326b7c00634d3aef863846e77ffe4))
2550
- * **Mode:** scoped system-axis override component ([cfdbb10](https://github.com/sig-nine/era-ui/commit/cfdbb10230a7f8b2c29149840c49a9c47481f83b))
2551
- * **motion:** decouple duration into a standalone motion axis ([3386231](https://github.com/sig-nine/era-ui/commit/33862310fe8ba19c20146d1d20d0b7898b24c34e))
2552
- * **pane:** dense-pinned handle bar, close button, no grip icon ([e7ff007](https://github.com/sig-nine/era-ui/commit/e7ff00734052c5a01db5f184cf410bf483ad81ec))
2553
- * **pane:** handle bar scales with density (unpin from dense) ([b333286](https://github.com/sig-nine/era-ui/commit/b333286a3072cc58d8a482fd4e9dd0fd179faa63))
2554
- * **provider:** axisRegistry — single source of truth for the axes ([339baac](https://github.com/sig-nine/era-ui/commit/339baaced3aaa3c4788f326f59f20cb0687d5ee6))
2555
- * **provider:** motion axis values + Mode motion prop ([8824784](https://github.com/sig-nine/era-ui/commit/882478402753d51aeefb0a9620593f1a64988cfa))
2556
- * **provider:** surface registry, sync check, build wiring ([a2d19b2](https://github.com/sig-nine/era-ui/commit/a2d19b27e00e1f0e5154538ac97cda6eec008113))
2557
- * **quality:** three targeted gates — highlight lint, token check, geometry laws ([8a599ec](https://github.com/sig-nine/era-ui/commit/8a599ecff189b07fe805ef7b0fe4c4e7d9399a6b))
2558
- * **quickstart:** art-piece hero with 3D tier tower ([89e0047](https://github.com/sig-nine/era-ui/commit/89e004743d8326335733dcde044fd7f36ef0c11b))
2559
- * refine Switch sizing, add dark/light toggle to top bar ([c268114](https://github.com/sig-nine/era-ui/commit/c26811436b46c9d84436b19f6f42f8a9f7d30733))
2560
- * **Select:** add Select.Value with chip rendering for multi-select ([6914860](https://github.com/sig-nine/era-ui/commit/6914860a0824616a46e0f5106abcbf2d866cc94d)), closes [#2026](https://github.com/sig-nine/era-ui/issues/2026) [#snippet](https://github.com/sig-nine/era-ui/issues/snippet)
2561
- * semantic color tokens, CSS dedup, quickstart page, accent button ([a721989](https://github.com/sig-nine/era-ui/commit/a7219892ec0d8de950ec5da7c56a4ca5e506a42f))
2562
- * **separator:** add slant variant ([8b7ef72](https://github.com/sig-nine/era-ui/commit/8b7ef7298b7db1d9d0745d5cc33e9b3aac385a55))
2563
- * **sheet:** edge-drawer component + mobile docs layout ([3cea916](https://github.com/sig-nine/era-ui/commit/3cea91608040a592a229b3de3c62e3216186e1f6))
2564
- * **sidebar:** badge pills and alias-aware filter ([8f2b9e8](https://github.com/sig-nine/era-ui/commit/8f2b9e8a159218bfd2135ebf7172d6ab562504d0))
2565
- * **slider:** add progress underlay to Slider.Range ([ff95bb7](https://github.com/sig-nine/era-ui/commit/ff95bb725fd62a22003cf0f16fc45ba34dd69d96))
2566
- * **slider:** add trackClass override to Slider.Range ([ea8d7ab](https://github.com/sig-nine/era-ui/commit/ea8d7ab8df6d1217f78619c8a16d8aab7ad745e4))
2567
- * **slider:** bindable scrubbing state for drag detection ([#37](https://github.com/sig-nine/era-ui/issues/37)) ([00c6b4a](https://github.com/sig-nine/era-ui/commit/00c6b4af2540c262920f633cdfdebbfc6e636692))
2568
- * **surface:** add wireframe surface mode ([d354b87](https://github.com/sig-nine/era-ui/commit/d354b874194b1ffc5863fb1f060625619f167d5d))
2569
- * **surface:** bevel — a chiseled, tactile third surface ([ed96aeb](https://github.com/sig-nine/era-ui/commit/ed96aeb75dc647f5da4ba21c20e38f46add41d80))
2570
- * **surface:** clay — soft inflated claymorphism material ([663c144](https://github.com/sig-nine/era-ui/commit/663c1447ae53df8476ddfa48cea9049758c9841d))
2571
- * **surface:** corner-lit glass speculars ([47fdf44](https://github.com/sig-nine/era-ui/commit/47fdf4486e149783d55e8f8b0fbe7582f07a21fb))
2572
- * **surface:** hover as material — glass shine, cartoon surface, serif font ([5282cb2](https://github.com/sig-nine/era-ui/commit/5282cb2a1eaeb7a3e1e987a96f7e0560073f0d8e))
2573
- * **surface:** refine glass into a subtler Apple-style material ([d775a3d](https://github.com/sig-nine/era-ui/commit/d775a3d9e0da3259f18028a3ea29297d4878d5b1))
2574
- * **surface:** rework glass mode for light themes ([e43cbe3](https://github.com/sig-nine/era-ui/commit/e43cbe3c79e7226ca2bebab316330cf7d7dcc61c))
2575
- * **surface:** surfaces own transient interaction highlights ([770a3d6](https://github.com/sig-nine/era-ui/commit/770a3d622e6ab1f8a181a16a6a2b080b14cf6027))
2576
- * Tailwind v4 modernization, pre-compiled CSS bundle, --t-divider-faded token ([58020b2](https://github.com/sig-nine/era-ui/commit/58020b2fe99ac338699a35bd56c19b32e30171c3))
2577
- * **theme:** add new sandstone draft themes ([5e3f243](https://github.com/sig-nine/era-ui/commit/5e3f2438df2623aeff331ff1870b0e833d175ca7))
2578
- * **theme:** add new sandstone draft themes ([#92](https://github.com/sig-nine/era-ui/issues/92)) ([773d3a0](https://github.com/sig-nine/era-ui/commit/773d3a0015cb9795bd4bd74a079525594ae45382))
2579
- * **themes:** add adobe + dark adobe palettes ([1023020](https://github.com/sig-nine/era-ui/commit/102302026fd8f246d92e98d50c0dfa4168a51c11))
2580
- * **themes:** add adobe + dark adobe palettes ([#72](https://github.com/sig-nine/era-ui/issues/72)) ([d209da3](https://github.com/sig-nine/era-ui/commit/d209da36ca4c3ccca8c1e24398df1676296698fc))
2581
- * **themes:** add adobe draft e using provided sandstone 25-950 scale ([36982c2](https://github.com/sig-nine/era-ui/commit/36982c2f71f1bef04b5e5ba63b8f0160b7d23c98))
2582
- * **themes:** add minecraft-terracotta adobe draft dark variants ([f97ad3d](https://github.com/sig-nine/era-ui/commit/f97ad3dd28844026c0bb46f202677abf6c4d1eff))
2583
- * **themes:** add sandstone draft themes from provided OKLCH palette ([#90](https://github.com/sig-nine/era-ui/issues/90)) ([3ed11a1](https://github.com/sig-nine/era-ui/commit/3ed11a11fff7e35a8cb2f9b7fdc6e59e4ca85492))
2584
- * **themes:** add sandstone draft themes from provided palette ([512d484](https://github.com/sig-nine/era-ui/commit/512d484cfee268966250ba1933380d317fb56c11))
2585
- * **themes:** shift dark adobe palette toward sand with turquoise accents ([38cda89](https://github.com/sig-nine/era-ui/commit/38cda89cf47851a76475bba3980de014f5089d37))
2586
- * **themes:** shift dark adobe palette toward sand with turquoise accents ([#84](https://github.com/sig-nine/era-ui/issues/84)) ([c479b0b](https://github.com/sig-nine/era-ui/commit/c479b0b36820b270d51ae403274fb7b18bafd891))
2587
- * **ui:** Pane — draggable window on @neodrag/svelte v3 ([b46aca6](https://github.com/sig-nine/era-ui/commit/b46aca6b51a46683dc40a5f879a3fc7cdceee063))
2588
- * **utils:** add cn class merger and shared PartProps type ([9b5670a](https://github.com/sig-nine/era-ui/commit/9b5670a3b14b47e8b417cab8407c62a4acd5d867))
2589
- * **video-player:** apple-style single-row playback bar layout ([c3ee182](https://github.com/sig-nine/era-ui/commit/c3ee182127747c836e0be1d81ab1c7f2882863aa))
2590
- * **video-player:** apple-style single-row playback bar layout ([#110](https://github.com/sig-nine/era-ui/issues/110)) ([15cb78c](https://github.com/sig-nine/era-ui/commit/15cb78c0a802b30e9dbc8d9e5ded040f9168dd40))
2591
- * **video-player:** disable seek slider when vidstack reports !canSeek ([ae76018](https://github.com/sig-nine/era-ui/commit/ae76018b54a87ad62f6368c51574cf357d1b5b1f))
2592
- * **video-player:** expand chrome with quality menu, context menu, hover preview ([f3b59e5](https://github.com/sig-nine/era-ui/commit/f3b59e5ca976833b7cc0f19df8a277e2d7b4f1de))
2593
- * **video-player:** fade controls when vidstack reports the user is idle ([f29ba55](https://github.com/sig-nine/era-ui/commit/f29ba55482c3d1084165d47e7195246b4eeab4a0))
2594
- * **video-player:** full vidstack coverage — icons, state, scrub preview ([9ceeb88](https://github.com/sig-nine/era-ui/commit/9ceeb882b9a1c15242e4e002278f2da7b3b18a5d))
2595
- * **video-player:** full vidstack feature surface with token-driven styling ([83ab6e4](https://github.com/sig-nine/era-ui/commit/83ab6e44a6cd42734d57b8b3c1d5a8010504741d))
2596
- * **video-player:** full vidstack feature surface, token-driven styling ([#22](https://github.com/sig-nine/era-ui/issues/22)) ([d9f0c3b](https://github.com/sig-nine/era-ui/commit/d9f0c3b03328e2185cb07ffea74dfad8bdf3d6c8))
2597
- * **video-player:** minimal-by-default chrome with opt-in features ([2c748b3](https://github.com/sig-nine/era-ui/commit/2c748b3d68d18e345a89969154a4ca99e2ca2efc))
2598
- * **video-player:** minimal-by-default chrome with opt-in features ([#101](https://github.com/sig-nine/era-ui/issues/101)) ([f612994](https://github.com/sig-nine/era-ui/commit/f612994da7c0745b3b99d5faf811faf6f3ac3b9e))
2599
- * **video-player:** mobile + idle + thumbless tracks + chrome polish ([3e85fb7](https://github.com/sig-nine/era-ui/commit/3e85fb771ef266611e514bc8096539a54027eb4c))
2600
- * **video-player:** show buffered range and instant scrub feedback ([e318b4f](https://github.com/sig-nine/era-ui/commit/e318b4f45468083fa2871725dd61c0b3cb389f0e))
2601
- * **video-player:** show buffered range and instant scrub feedback ([#58](https://github.com/sig-nine/era-ui/issues/58)) ([703213e](https://github.com/sig-nine/era-ui/commit/703213e42f6c8f82afec16da9d53e78c22bfc1d2))
2602
- * **video-player:** snap to live edge when seeking near the right of the bar ([e52033e](https://github.com/sig-nine/era-ui/commit/e52033e317a6450bdaa45f1834373e26854b6142))
2603
- * **video-player:** YouTube-style overlay controls ([46a7ccf](https://github.com/sig-nine/era-ui/commit/46a7ccfb811e0fdfb4725dbf91f42fad0515487b))
2604
- * wrap vidstack in video-player component ([1bb1f1e](https://github.com/sig-nine/era-ui/commit/1bb1f1ea706454b8dca24e058a3456b6da839d39))
2605
- * **wrappers:** forward variant prop on Dialog/AlertDialog/Popover buttons ([8a13af5](https://github.com/sig-nine/era-ui/commit/8a13af5191c04136eca8fe73cbbecb024f675449))
2606
-
2607
-
2608
2575
  ### Performance Improvements
2609
2576
 
2610
2577
  * **registry:** precompute search blob for matchEntry ([3e0933a](https://github.com/sig-nine/era-ui/commit/3e0933ad06deaef41e95681a0683345b5e04f844))
2611
2578
  * **video-player:** port vidstack mobile-smoothness tricks to seek bar ([f41c435](https://github.com/sig-nine/era-ui/commit/f41c43556aeb032c6cbbdf8562c0b9455eb685db))
2612
2579
  * **video-player:** port vidstack mobile-smoothness tricks to seek bar ([#47](https://github.com/sig-nine/era-ui/issues/47)) ([7ca6197](https://github.com/sig-nine/era-ui/commit/7ca6197fa1414fc39ae0b4ef687f642e7e306471))
2613
2580
 
2614
-
2615
2581
  ### Reverts
2616
2582
 
2617
2583
  * remove wireframe surface mode ([33a37ac](https://github.com/sig-nine/era-ui/commit/33a37ac456974b1995ad71590a39fe07d5bea05a))
2618
2584
  * **tsconfig:** restore NodeNext + rewriteRelativeImportExtensions ([0c75973](https://github.com/sig-nine/era-ui/commit/0c75973dbd631cf92dd45350cad04d4ee2c9d0d0))
2619
2585
  * **tsconfig:** restore NodeNext + rewriteRelativeImportExtensions ([#38](https://github.com/sig-nine/era-ui/issues/38)) ([3742250](https://github.com/sig-nine/era-ui/commit/37422509c8f6666b1e6df23a9ab3e4ec06012680))
2620
2586
 
2587
+ ### Code Refactoring
2621
2588
 
2622
- ### BREAKING CHANGES
2623
-
2624
- * All legacy CSS custom-property aliases removed. Consumers
2625
- of these token names must migrate to the canonical names listed above.
2626
-
2627
- Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2628
- * Button tone="danger" removed. Use tone="destructive".
2629
-
2630
- Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2631
- * Button size=\"xxs\" removed. Use size=\"icon\" or size=\"xs\".
2632
-
2633
- Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2634
- * Provider export removed. Replace <Provider mode="x" surface="y">
2635
- with <div data-mode="x" data-surface="y">.
2636
-
2637
- Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2638
-
2639
- # Changelog
2589
+ * complete legacy token migration, drop alias block ([6d195d6](https://github.com/sig-nine/era-ui/commit/6d195d6f1a9c3cb30998d4b3c75a91a5924cab95))
2590
+ * unify tone naming, tokenize hardcoded sizes, polish menu a11y ([f6c4c99](https://github.com/sig-nine/era-ui/commit/f6c4c99eae8efdcbb345935654290bd8bf1a7832))
2640
2591
 
2641
2592
  ## [0.9.31](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.30...era-ui-v0.9.31) (2026-05-08)
2642
2593
 
2643
-
2644
2594
  ### Features
2645
2595
 
2646
- * **separator:** add slant variant ([8b7ef72](https://github.com/sig-nine/era-ui/commit/8b7ef7298b7db1d9d0745d5cc33e9b3aac385a55))
2647
- * **surface:** add wireframe surface mode ([d354b87](https://github.com/sig-nine/era-ui/commit/d354b874194b1ffc5863fb1f060625619f167d5d))
2648
- * **surface:** rework glass mode for light themes ([e43cbe3](https://github.com/sig-nine/era-ui/commit/e43cbe3c79e7226ca2bebab316330cf7d7dcc61c))
2649
- * **video-player:** apple-style single-row playback bar layout ([c3ee182](https://github.com/sig-nine/era-ui/commit/c3ee182127747c836e0be1d81ab1c7f2882863aa))
2650
- * **video-player:** apple-style single-row playback bar layout ([#110](https://github.com/sig-nine/era-ui/issues/110)) ([15cb78c](https://github.com/sig-nine/era-ui/commit/15cb78c0a802b30e9dbc8d9e5ded040f9168dd40))
2651
- * **video-player:** expand chrome with quality menu, context menu, hover preview ([f3b59e5](https://github.com/sig-nine/era-ui/commit/f3b59e5ca976833b7cc0f19df8a277e2d7b4f1de))
2652
- * **video-player:** mobile + idle + thumbless tracks + chrome polish ([3e85fb7](https://github.com/sig-nine/era-ui/commit/3e85fb771ef266611e514bc8096539a54027eb4c))
2653
-
2596
+ - **separator:** add slant variant ([8b7ef72](https://github.com/sig-nine/era-ui/commit/8b7ef7298b7db1d9d0745d5cc33e9b3aac385a55))
2597
+ - **surface:** add wireframe surface mode ([d354b87](https://github.com/sig-nine/era-ui/commit/d354b874194b1ffc5863fb1f060625619f167d5d))
2598
+ - **surface:** rework glass mode for light themes ([e43cbe3](https://github.com/sig-nine/era-ui/commit/e43cbe3c79e7226ca2bebab316330cf7d7dcc61c))
2599
+ - **video-player:** apple-style single-row playback bar layout ([c3ee182](https://github.com/sig-nine/era-ui/commit/c3ee182127747c836e0be1d81ab1c7f2882863aa))
2600
+ - **video-player:** apple-style single-row playback bar layout ([#110](https://github.com/sig-nine/era-ui/issues/110)) ([15cb78c](https://github.com/sig-nine/era-ui/commit/15cb78c0a802b30e9dbc8d9e5ded040f9168dd40))
2601
+ - **video-player:** expand chrome with quality menu, context menu, hover preview ([f3b59e5](https://github.com/sig-nine/era-ui/commit/f3b59e5ca976833b7cc0f19df8a277e2d7b4f1de))
2602
+ - **video-player:** mobile + idle + thumbless tracks + chrome polish ([3e85fb7](https://github.com/sig-nine/era-ui/commit/3e85fb771ef266611e514bc8096539a54027eb4c))
2654
2603
 
2655
2604
  ### Bug Fixes
2656
2605
 
2657
- * **mode:** avoid generated type name collision ([09da4ff](https://github.com/sig-nine/era-ui/commit/09da4ff6a71a52adf4afb822ebcfe1478f562c0d))
2658
- * **mode:** avoid generated type name collision ([#113](https://github.com/sig-nine/era-ui/issues/113)) ([7fe98de](https://github.com/sig-nine/era-ui/commit/7fe98dee673f421a1b38b1d57eacb2b2148e0cfb))
2659
- * **separator:** tune slant for inline text ([cbb7ab9](https://github.com/sig-nine/era-ui/commit/cbb7ab9df721709e5fa170b89e0a52d209107fe8))
2660
- * **tooltip:** force single-line content with whitespace-nowrap ([9054e63](https://github.com/sig-nine/era-ui/commit/9054e631882a2295abffeb8639003714d447f7d7))
2661
- * **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([aa9969e](https://github.com/sig-nine/era-ui/commit/aa9969e8c67ab0cb2aa46969e0b4c80f875b4184))
2662
- * **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([#112](https://github.com/sig-nine/era-ui/issues/112)) ([5576afd](https://github.com/sig-nine/era-ui/commit/5576afdb8553f5119add94fbc9ba65dc8b86234f))
2663
- * **video-player:** remove seek thumb hover scale ([a252b6e](https://github.com/sig-nine/era-ui/commit/a252b6ef98a569211ddc2d6ef6f32c497d5b4b2c))
2664
- * **video-player:** smooth seek timeline resume motion ([711c924](https://github.com/sig-nine/era-ui/commit/711c924df59e3bdb6105db405ce7437583832e41))
2665
-
2606
+ - **mode:** avoid generated type name collision ([09da4ff](https://github.com/sig-nine/era-ui/commit/09da4ff6a71a52adf4afb822ebcfe1478f562c0d))
2607
+ - **mode:** avoid generated type name collision ([#113](https://github.com/sig-nine/era-ui/issues/113)) ([7fe98de](https://github.com/sig-nine/era-ui/commit/7fe98dee673f421a1b38b1d57eacb2b2148e0cfb))
2608
+ - **separator:** tune slant for inline text ([cbb7ab9](https://github.com/sig-nine/era-ui/commit/cbb7ab9df721709e5fa170b89e0a52d209107fe8))
2609
+ - **tooltip:** force single-line content with whitespace-nowrap ([9054e63](https://github.com/sig-nine/era-ui/commit/9054e631882a2295abffeb8639003714d447f7d7))
2610
+ - **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([aa9969e](https://github.com/sig-nine/era-ui/commit/aa9969e8c67ab0cb2aa46969e0b4c80f875b4184))
2611
+ - **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([#112](https://github.com/sig-nine/era-ui/issues/112)) ([5576afd](https://github.com/sig-nine/era-ui/commit/5576afdb8553f5119add94fbc9ba65dc8b86234f))
2612
+ - **video-player:** remove seek thumb hover scale ([a252b6e](https://github.com/sig-nine/era-ui/commit/a252b6ef98a569211ddc2d6ef6f32c497d5b4b2c))
2613
+ - **video-player:** smooth seek timeline resume motion ([711c924](https://github.com/sig-nine/era-ui/commit/711c924df59e3bdb6105db405ce7437583832e41))
2666
2614
 
2667
2615
  ### Reverts
2668
2616
 
2669
- * remove wireframe surface mode ([33a37ac](https://github.com/sig-nine/era-ui/commit/33a37ac456974b1995ad71590a39fe07d5bea05a))
2617
+ - remove wireframe surface mode ([33a37ac](https://github.com/sig-nine/era-ui/commit/33a37ac456974b1995ad71590a39fe07d5bea05a))
2670
2618
 
2671
2619
  ## [0.9.30](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.29...era-ui-v0.9.30) (2026-04-29)
2672
2620
 
2673
-
2674
2621
  ### Bug Fixes
2675
2622
 
2676
- * **video-player:** re-track state.currentTime so the slider keeps moving ([00c5d99](https://github.com/sig-nine/era-ui/commit/00c5d99f715db62ee6911854fb00a2485bf1a503))
2677
- * **video-player:** re-track state.currentTime so the slider keeps moving ([#107](https://github.com/sig-nine/era-ui/issues/107)) ([4ad045d](https://github.com/sig-nine/era-ui/commit/4ad045d92be2c7238a3a60638c6abdd0562461b1))
2623
+ - **video-player:** re-track state.currentTime so the slider keeps moving ([00c5d99](https://github.com/sig-nine/era-ui/commit/00c5d99f715db62ee6911854fb00a2485bf1a503))
2624
+ - **video-player:** re-track state.currentTime so the slider keeps moving ([#107](https://github.com/sig-nine/era-ui/issues/107)) ([4ad045d](https://github.com/sig-nine/era-ui/commit/4ad045d92be2c7238a3a60638c6abdd0562461b1))
2678
2625
 
2679
2626
  ## [0.9.29](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.28...era-ui-v0.9.29) (2026-04-29)
2680
2627
 
2681
-
2682
2628
  ### Bug Fixes
2683
2629
 
2684
- * **video-player:** always read precise currentTime, fixing resume jump ([cb70957](https://github.com/sig-nine/era-ui/commit/cb709577f42088feec5420168004fe5e6a6ab953))
2685
- * **video-player:** always read precise currentTime, fixing resume jump ([#105](https://github.com/sig-nine/era-ui/issues/105)) ([f0a85ee](https://github.com/sig-nine/era-ui/commit/f0a85ee908e3f53dafd5ec6e35a8b2552e2dfedb))
2630
+ - **video-player:** always read precise currentTime, fixing resume jump ([cb70957](https://github.com/sig-nine/era-ui/commit/cb709577f42088feec5420168004fe5e6a6ab953))
2631
+ - **video-player:** always read precise currentTime, fixing resume jump ([#105](https://github.com/sig-nine/era-ui/issues/105)) ([f0a85ee](https://github.com/sig-nine/era-ui/commit/f0a85ee908e3f53dafd5ec6e35a8b2552e2dfedb))
2686
2632
 
2687
2633
  ## [0.9.28](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.27...era-ui-v0.9.28) (2026-04-29)
2688
2634
 
2689
-
2690
2635
  ### Bug Fixes
2691
2636
 
2692
- * **video-player:** eliminate forward jump when resuming after pause ([19ff7be](https://github.com/sig-nine/era-ui/commit/19ff7be5e1300436abe4a52e38ed827bbba0a9f5))
2693
- * **video-player:** eliminate forward jump when resuming after pause ([#103](https://github.com/sig-nine/era-ui/issues/103)) ([8c72b99](https://github.com/sig-nine/era-ui/commit/8c72b99d2276488b7fb6905fe426ed12258bb1f5))
2637
+ - **video-player:** eliminate forward jump when resuming after pause ([19ff7be](https://github.com/sig-nine/era-ui/commit/19ff7be5e1300436abe4a52e38ed827bbba0a9f5))
2638
+ - **video-player:** eliminate forward jump when resuming after pause ([#103](https://github.com/sig-nine/era-ui/issues/103)) ([8c72b99](https://github.com/sig-nine/era-ui/commit/8c72b99d2276488b7fb6905fe426ed12258bb1f5))
2694
2639
 
2695
2640
  ## [0.9.27](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.26...era-ui-v0.9.27) (2026-04-29)
2696
2641
 
2697
-
2698
2642
  ### Features
2699
2643
 
2700
- * **video-player:** minimal-by-default chrome with opt-in features ([2c748b3](https://github.com/sig-nine/era-ui/commit/2c748b3d68d18e345a89969154a4ca99e2ca2efc))
2701
- * **video-player:** minimal-by-default chrome with opt-in features ([#101](https://github.com/sig-nine/era-ui/issues/101)) ([f612994](https://github.com/sig-nine/era-ui/commit/f612994da7c0745b3b99d5faf811faf6f3ac3b9e))
2644
+ - **video-player:** minimal-by-default chrome with opt-in features ([2c748b3](https://github.com/sig-nine/era-ui/commit/2c748b3d68d18e345a89969154a4ca99e2ca2efc))
2645
+ - **video-player:** minimal-by-default chrome with opt-in features ([#101](https://github.com/sig-nine/era-ui/issues/101)) ([f612994](https://github.com/sig-nine/era-ui/commit/f612994da7c0745b3b99d5faf811faf6f3ac3b9e))
2702
2646
 
2703
2647
  ## [0.9.26](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.25...era-ui-v0.9.26) (2026-04-28)
2704
2648
 
2705
-
2706
2649
  ### Bug Fixes
2707
2650
 
2708
- * render primary accent as turquoise tag in dropdown ([2418e86](https://github.com/sig-nine/era-ui/commit/2418e86f4ebce565180e55edc313055b96dbc9f5))
2651
+ - render primary accent as turquoise tag in dropdown ([2418e86](https://github.com/sig-nine/era-ui/commit/2418e86f4ebce565180e55edc313055b96dbc9f5))
2709
2652
 
2710
2653
  ## [0.9.25](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.24...era-ui-v0.9.25) (2026-04-28)
2711
2654
 
2712
-
2713
2655
  ### Features
2714
2656
 
2715
- * add turquoise accent preset options ([0cd8e17](https://github.com/sig-nine/era-ui/commit/0cd8e1777cdb59ccc2b5359ec37d88a5a5f54e8e))
2716
- * add turquoise accent preset options ([#96](https://github.com/sig-nine/era-ui/issues/96)) ([f6170f5](https://github.com/sig-nine/era-ui/commit/f6170f51d00c34bcde213fb1f5f6b6a2ab17ec8e))
2657
+ - add turquoise accent preset options ([0cd8e17](https://github.com/sig-nine/era-ui/commit/0cd8e1777cdb59ccc2b5359ec37d88a5a5f54e8e))
2658
+ - add turquoise accent preset options ([#96](https://github.com/sig-nine/era-ui/issues/96)) ([f6170f5](https://github.com/sig-nine/era-ui/commit/f6170f51d00c34bcde213fb1f5f6b6a2ab17ec8e))
2717
2659
 
2718
2660
  ## [0.9.24](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.23...era-ui-v0.9.24) (2026-04-28)
2719
2661
 
2720
-
2721
2662
  ### Bug Fixes
2722
2663
 
2723
- * Add new sand-draft themes, refine sand palettes, and add light-mode support for draft themes ([#94](https://github.com/sig-nine/era-ui/issues/94)) ([634a85e](https://github.com/sig-nine/era-ui/commit/634a85e9a2b57c1ea3fd8bcb49a6923c292e6786))
2724
- * **theme:** support light mode across draft themes ([37e6a36](https://github.com/sig-nine/era-ui/commit/37e6a369f2f8c22ae103edd4938c84afe563ecc9))
2664
+ - Add new sand-draft themes, refine sand palettes, and add light-mode support for draft themes ([#94](https://github.com/sig-nine/era-ui/issues/94)) ([634a85e](https://github.com/sig-nine/era-ui/commit/634a85e9a2b57c1ea3fd8bcb49a6923c292e6786))
2665
+ - **theme:** support light mode across draft themes ([37e6a36](https://github.com/sig-nine/era-ui/commit/37e6a369f2f8c22ae103edd4938c84afe563ecc9))
2725
2666
 
2726
2667
  ## [0.9.23](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.22...era-ui-v0.9.23) (2026-04-28)
2727
2668
 
2728
-
2729
2669
  ### Features
2730
2670
 
2731
- * **theme:** add new sandstone draft themes ([5e3f243](https://github.com/sig-nine/era-ui/commit/5e3f2438df2623aeff331ff1870b0e833d175ca7))
2732
- * **theme:** add new sandstone draft themes ([#92](https://github.com/sig-nine/era-ui/issues/92)) ([773d3a0](https://github.com/sig-nine/era-ui/commit/773d3a0015cb9795bd4bd74a079525594ae45382))
2671
+ - **theme:** add new sandstone draft themes ([5e3f243](https://github.com/sig-nine/era-ui/commit/5e3f2438df2623aeff331ff1870b0e833d175ca7))
2672
+ - **theme:** add new sandstone draft themes ([#92](https://github.com/sig-nine/era-ui/issues/92)) ([773d3a0](https://github.com/sig-nine/era-ui/commit/773d3a0015cb9795bd4bd74a079525594ae45382))
2733
2673
 
2734
2674
  ## [0.9.22](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.21...era-ui-v0.9.22) (2026-04-28)
2735
2675
 
2736
-
2737
2676
  ### Features
2738
2677
 
2739
- * **themes:** add sandstone draft themes from provided OKLCH palette ([#90](https://github.com/sig-nine/era-ui/issues/90)) ([3ed11a1](https://github.com/sig-nine/era-ui/commit/3ed11a11fff7e35a8cb2f9b7fdc6e59e4ca85492))
2740
- * **themes:** add sandstone draft themes from provided palette ([512d484](https://github.com/sig-nine/era-ui/commit/512d484cfee268966250ba1933380d317fb56c11))
2678
+ - **themes:** add sandstone draft themes from provided OKLCH palette ([#90](https://github.com/sig-nine/era-ui/issues/90)) ([3ed11a1](https://github.com/sig-nine/era-ui/commit/3ed11a11fff7e35a8cb2f9b7fdc6e59e4ca85492))
2679
+ - **themes:** add sandstone draft themes from provided palette ([512d484](https://github.com/sig-nine/era-ui/commit/512d484cfee268966250ba1933380d317fb56c11))
2741
2680
 
2742
2681
  ## [0.9.21](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.20...era-ui-v0.9.21) (2026-04-28)
2743
2682
 
2744
-
2745
2683
  ### Features
2746
2684
 
2747
- * **themes:** add adobe draft e using provided sandstone 25-950 scale ([36982c2](https://github.com/sig-nine/era-ui/commit/36982c2f71f1bef04b5e5ba63b8f0160b7d23c98))
2748
- * **themes:** add minecraft-terracotta adobe draft dark variants ([f97ad3d](https://github.com/sig-nine/era-ui/commit/f97ad3dd28844026c0bb46f202677abf6c4d1eff))
2749
-
2685
+ - **themes:** add adobe draft e using provided sandstone 25-950 scale ([36982c2](https://github.com/sig-nine/era-ui/commit/36982c2f71f1bef04b5e5ba63b8f0160b7d23c98))
2686
+ - **themes:** add minecraft-terracotta adobe draft dark variants ([f97ad3d](https://github.com/sig-nine/era-ui/commit/f97ad3dd28844026c0bb46f202677abf6c4d1eff))
2750
2687
 
2751
2688
  ### Bug Fixes
2752
2689
 
2753
- * Add multiple Adobe draft themes and update Adobe dark palette; expose new themes in layout ([#88](https://github.com/sig-nine/era-ui/issues/88)) ([c8126d7](https://github.com/sig-nine/era-ui/commit/c8126d7ed90d357a6fbe425eff03ff91291a5af8))
2690
+ - Add multiple Adobe draft themes and update Adobe dark palette; expose new themes in layout ([#88](https://github.com/sig-nine/era-ui/issues/88)) ([c8126d7](https://github.com/sig-nine/era-ui/commit/c8126d7ed90d357a6fbe425eff03ff91291a5af8))
2754
2691
 
2755
2692
  ## [0.9.20](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.19...era-ui-v0.9.20) (2026-04-28)
2756
2693
 
2757
-
2758
2694
  ### Bug Fixes
2759
2695
 
2760
- * Refine 'adobe' theme palette and accent tokens in themes.css ([#86](https://github.com/sig-nine/era-ui/issues/86)) ([f3f1f40](https://github.com/sig-nine/era-ui/commit/f3f1f4017372d6dfaf740afd39343256a77c829f))
2761
- * **themes:** rebalance adobe dark with sandy neutrals and teal harmony ([6eaec90](https://github.com/sig-nine/era-ui/commit/6eaec90e75b5a9ae2f036462d9e0e38409ded28f))
2696
+ - Refine 'adobe' theme palette and accent tokens in themes.css ([#86](https://github.com/sig-nine/era-ui/issues/86)) ([f3f1f40](https://github.com/sig-nine/era-ui/commit/f3f1f4017372d6dfaf740afd39343256a77c829f))
2697
+ - **themes:** rebalance adobe dark with sandy neutrals and teal harmony ([6eaec90](https://github.com/sig-nine/era-ui/commit/6eaec90e75b5a9ae2f036462d9e0e38409ded28f))
2762
2698
 
2763
2699
  ## [0.9.19](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.18...era-ui-v0.9.19) (2026-04-28)
2764
2700
 
2765
-
2766
2701
  ### Features
2767
2702
 
2768
- * **themes:** shift dark adobe palette toward sand with turquoise accents ([38cda89](https://github.com/sig-nine/era-ui/commit/38cda89cf47851a76475bba3980de014f5089d37))
2769
- * **themes:** shift dark adobe palette toward sand with turquoise accents ([#84](https://github.com/sig-nine/era-ui/issues/84)) ([c479b0b](https://github.com/sig-nine/era-ui/commit/c479b0b36820b270d51ae403274fb7b18bafd891))
2770
-
2703
+ - **themes:** shift dark adobe palette toward sand with turquoise accents ([38cda89](https://github.com/sig-nine/era-ui/commit/38cda89cf47851a76475bba3980de014f5089d37))
2704
+ - **themes:** shift dark adobe palette toward sand with turquoise accents ([#84](https://github.com/sig-nine/era-ui/issues/84)) ([c479b0b](https://github.com/sig-nine/era-ui/commit/c479b0b36820b270d51ae403274fb7b18bafd891))
2771
2705
 
2772
2706
  ### Bug Fixes
2773
2707
 
2774
- * **build:** force docs regeneration on deploy ([8540062](https://github.com/sig-nine/era-ui/commit/85400624dc11b2f43b69a022dcfbc979c31f4344))
2708
+ - **build:** force docs regeneration on deploy ([8540062](https://github.com/sig-nine/era-ui/commit/85400624dc11b2f43b69a022dcfbc979c31f4344))
2775
2709
 
2776
2710
  ## [0.9.18](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.17...era-ui-v0.9.18) (2026-04-28)
2777
2711
 
2778
-
2779
2712
  ### Features
2780
2713
 
2781
- * **docs:** prebuild llm docs artifacts and serve static llms routes ([#81](https://github.com/sig-nine/era-ui/issues/81)) ([fe5500c](https://github.com/sig-nine/era-ui/commit/fe5500c4a621a860505b5817bd5a0f68723054d6))
2782
- * **docs:** prebuild llm docs artifacts and serve statically ([c5671d4](https://github.com/sig-nine/era-ui/commit/c5671d42a54524d31712c5f8408f7f10bcff9e43))
2714
+ - **docs:** prebuild llm docs artifacts and serve static llms routes ([#81](https://github.com/sig-nine/era-ui/issues/81)) ([fe5500c](https://github.com/sig-nine/era-ui/commit/fe5500c4a621a860505b5817bd5a0f68723054d6))
2715
+ - **docs:** prebuild llm docs artifacts and serve statically ([c5671d4](https://github.com/sig-nine/era-ui/commit/c5671d42a54524d31712c5f8408f7f10bcff9e43))
2783
2716
 
2784
2717
  ## [0.9.17](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.16...era-ui-v0.9.17) (2026-04-28)
2785
2718
 
2786
-
2787
2719
  ### Features
2788
2720
 
2789
- * Auto-discover UI components, add per-component docs pages, and improve LLM user-agent handling ([#79](https://github.com/sig-nine/era-ui/issues/79)) ([31610ac](https://github.com/sig-nine/era-ui/commit/31610aca9b3ce5790f20f4e59670b825df3933c9))
2790
-
2721
+ - Auto-discover UI components, add per-component docs pages, and improve LLM user-agent handling ([#79](https://github.com/sig-nine/era-ui/issues/79)) ([31610ac](https://github.com/sig-nine/era-ui/commit/31610aca9b3ce5790f20f4e59670b825df3933c9))
2791
2722
 
2792
2723
  ### Bug Fixes
2793
2724
 
2794
- * **docs:** unify .md and UA markdown responses by slug ([b3cba65](https://github.com/sig-nine/era-ui/commit/b3cba65491ee963a7fdf901f011a05bf3777b739))
2725
+ - **docs:** unify .md and UA markdown responses by slug ([b3cba65](https://github.com/sig-nine/era-ui/commit/b3cba65491ee963a7fdf901f011a05bf3777b739))
2795
2726
 
2796
2727
  ## [0.9.16](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.15...era-ui-v0.9.16) (2026-04-28)
2797
2728
 
2798
-
2799
2729
  ### Features
2800
2730
 
2801
- * **docs:** add fallback component docs route for uncovered slugs ([7e9fd6b](https://github.com/sig-nine/era-ui/commit/7e9fd6be83731755364db8de082cb1f2127c97c4))
2802
-
2731
+ - **docs:** add fallback component docs route for uncovered slugs ([7e9fd6b](https://github.com/sig-nine/era-ui/commit/7e9fd6be83731755364db8de082cb1f2127c97c4))
2803
2732
 
2804
2733
  ### Bug Fixes
2805
2734
 
2806
- * Add per-component doc pages, infer missing registry entries, and detect LLM-friendly user agents ([#77](https://github.com/sig-nine/era-ui/issues/77)) ([b3569ed](https://github.com/sig-nine/era-ui/commit/b3569ed0e06d872dc01ee5c61f75703613703f33))
2735
+ - Add per-component doc pages, infer missing registry entries, and detect LLM-friendly user agents ([#77](https://github.com/sig-nine/era-ui/issues/77)) ([b3569ed](https://github.com/sig-nine/era-ui/commit/b3569ed0e06d872dc01ee5c61f75703613703f33))
2807
2736
 
2808
2737
  ## [0.9.15](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.14...era-ui-v0.9.15) (2026-04-28)
2809
2738
 
2810
-
2811
2739
  ### Features
2812
2740
 
2813
- * **docs:** auto-discover component docs entries from exports ([bc2234f](https://github.com/sig-nine/era-ui/commit/bc2234fc5905a42daccc9238ba77c5b078356791))
2814
-
2741
+ - **docs:** auto-discover component docs entries from exports ([bc2234f](https://github.com/sig-nine/era-ui/commit/bc2234fc5905a42daccc9238ba77c5b078356791))
2815
2742
 
2816
2743
  ### Bug Fixes
2817
2744
 
2818
- * Infer missing component docs from root UI index and improve LLMS user-agent handling ([#75](https://github.com/sig-nine/era-ui/issues/75)) ([2cdef24](https://github.com/sig-nine/era-ui/commit/2cdef245560f8ef30481ca657537c197ac13fd9c))
2745
+ - Infer missing component docs from root UI index and improve LLMS user-agent handling ([#75](https://github.com/sig-nine/era-ui/issues/75)) ([2cdef24](https://github.com/sig-nine/era-ui/commit/2cdef245560f8ef30481ca657537c197ac13fd9c))
2819
2746
 
2820
2747
  ## [0.9.14](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.13...era-ui-v0.9.14) (2026-04-28)
2821
2748
 
2822
-
2823
2749
  ### Features
2824
2750
 
2825
- * **docs:** expose theme picker in the layout bar ([506e9c2](https://github.com/sig-nine/era-ui/commit/506e9c2626d1ecbff3ed5baa82aecf6033780349))
2826
- * **themes:** add adobe + dark adobe palettes ([1023020](https://github.com/sig-nine/era-ui/commit/102302026fd8f246d92e98d50c0dfa4168a51c11))
2827
- * **themes:** add adobe + dark adobe palettes ([#72](https://github.com/sig-nine/era-ui/issues/72)) ([d209da3](https://github.com/sig-nine/era-ui/commit/d209da36ca4c3ccca8c1e24398df1676296698fc))
2828
-
2751
+ - **docs:** expose theme picker in the layout bar ([506e9c2](https://github.com/sig-nine/era-ui/commit/506e9c2626d1ecbff3ed5baa82aecf6033780349))
2752
+ - **themes:** add adobe + dark adobe palettes ([1023020](https://github.com/sig-nine/era-ui/commit/102302026fd8f246d92e98d50c0dfa4168a51c11))
2753
+ - **themes:** add adobe + dark adobe palettes ([#72](https://github.com/sig-nine/era-ui/issues/72)) ([d209da3](https://github.com/sig-nine/era-ui/commit/d209da36ca4c3ccca8c1e24398df1676296698fc))
2829
2754
 
2830
2755
  ### Bug Fixes
2831
2756
 
2832
- * **video-player:** unbreak seek bar on VOD; pre-snap volume ([#71](https://github.com/sig-nine/era-ui/issues/71)) ([7e94ed2](https://github.com/sig-nine/era-ui/commit/7e94ed228382b13d76d5bd49c65da365a274ba59))
2833
- * **video-player:** unbreak seek bar on VOD; pre-snap volume; trust engine ([58c1b16](https://github.com/sig-nine/era-ui/commit/58c1b1659959eecb02a6a49eae1739d13ab3d716))
2757
+ - **video-player:** unbreak seek bar on VOD; pre-snap volume ([#71](https://github.com/sig-nine/era-ui/issues/71)) ([7e94ed2](https://github.com/sig-nine/era-ui/commit/7e94ed228382b13d76d5bd49c65da365a274ba59))
2758
+ - **video-player:** unbreak seek bar on VOD; pre-snap volume; trust engine ([58c1b16](https://github.com/sig-nine/era-ui/commit/58c1b1659959eecb02a6a49eae1739d13ab3d716))
2834
2759
 
2835
2760
  ## [0.9.13](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.12...era-ui-v0.9.13) (2026-04-27)
2836
2761
 
2837
-
2838
2762
  ### Features
2839
2763
 
2840
- * **density:** touch mode uses full pill roundness ([cbc9de2](https://github.com/sig-nine/era-ui/commit/cbc9de2beac62401da399f6e1692a90c706c149c))
2841
- * **video-player:** disable seek slider when vidstack reports !canSeek ([ae76018](https://github.com/sig-nine/era-ui/commit/ae76018b54a87ad62f6368c51574cf357d1b5b1f))
2842
- * **video-player:** fade controls when vidstack reports the user is idle ([f29ba55](https://github.com/sig-nine/era-ui/commit/f29ba55482c3d1084165d47e7195246b4eeab4a0))
2843
- * **video-player:** snap to live edge when seeking near the right of the bar ([e52033e](https://github.com/sig-nine/era-ui/commit/e52033e317a6450bdaa45f1834373e26854b6142))
2844
-
2764
+ - **density:** touch mode uses full pill roundness ([cbc9de2](https://github.com/sig-nine/era-ui/commit/cbc9de2beac62401da399f6e1692a90c706c149c))
2765
+ - **video-player:** disable seek slider when vidstack reports !canSeek ([ae76018](https://github.com/sig-nine/era-ui/commit/ae76018b54a87ad62f6368c51574cf357d1b5b1f))
2766
+ - **video-player:** fade controls when vidstack reports the user is idle ([f29ba55](https://github.com/sig-nine/era-ui/commit/f29ba55482c3d1084165d47e7195246b4eeab4a0))
2767
+ - **video-player:** snap to live edge when seeking near the right of the bar ([e52033e](https://github.com/sig-nine/era-ui/commit/e52033e317a6450bdaa45f1834373e26854b6142))
2845
2768
 
2846
2769
  ### Bug Fixes
2847
2770
 
2848
- * **code-block:** symmetric copy-button gap across density modes ([645a0f0](https://github.com/sig-nine/era-ui/commit/645a0f06d1cab8fca0dbc2f1e5edc436c0290763))
2849
- * **code-block:** symmetric copy-button gap across density modes ([#68](https://github.com/sig-nine/era-ui/issues/68)) ([d53b406](https://github.com/sig-nine/era-ui/commit/d53b406058fdc18d4407c2b2a00dea757fd18eef))
2850
- * **video-player:** apply volume/playbackRate as initial-only props ([157c1ad](https://github.com/sig-nine/era-ui/commit/157c1ad81c91daa383234f8c8bbf353359b25e7e))
2851
- * **video-player:** clear waiting on time-update to unstick spinner ([849a172](https://github.com/sig-nine/era-ui/commit/849a1727a416cdfae95a2dee5e3bff49c3548189))
2852
- * **video-player:** match vidstack's buffering-indicator condition ([#69](https://github.com/sig-nine/era-ui/issues/69)) ([9ffe1c1](https://github.com/sig-nine/era-ui/commit/9ffe1c198e55d98a251206c469dcda76c7b60ebf))
2853
- * **video-player:** match vidstack's buffering-indicator condition exactly ([9a5b646](https://github.com/sig-nine/era-ui/commit/9a5b64698167667931b01c0054e515d0a32343c0))
2854
- * **video-player:** reset internal state on source change ([6c3545e](https://github.com/sig-nine/era-ui/commit/6c3545e0d0dc74e9ce229526ad2e3227d4bb99be))
2855
- * **video-player:** reset internal state on source change ([#66](https://github.com/sig-nine/era-ui/issues/66)) ([cecfbfd](https://github.com/sig-nine/era-ui/commit/cecfbfd8ed22d26db3cf58478eb17c95cf7cf805))
2856
- * **video-player:** seeked sync, stuck spinner, initial-only props ([#64](https://github.com/sig-nine/era-ui/issues/64)) ([6aedb2e](https://github.com/sig-nine/era-ui/commit/6aedb2e2006a2a2257c0a7087061b0f824893371))
2857
- * **video-player:** sync currentTime on seeked event ([f0c22d6](https://github.com/sig-nine/era-ui/commit/f0c22d65c9f8ba006df7daf1d4d796a0d1e079cd))
2858
- * **video-player:** type the event-forwarder generically instead of any ([c9f957c](https://github.com/sig-nine/era-ui/commit/c9f957cd3378210ab6d701c6c6c6fafc17d412ff))
2771
+ - **code-block:** symmetric copy-button gap across density modes ([645a0f0](https://github.com/sig-nine/era-ui/commit/645a0f06d1cab8fca0dbc2f1e5edc436c0290763))
2772
+ - **code-block:** symmetric copy-button gap across density modes ([#68](https://github.com/sig-nine/era-ui/issues/68)) ([d53b406](https://github.com/sig-nine/era-ui/commit/d53b406058fdc18d4407c2b2a00dea757fd18eef))
2773
+ - **video-player:** apply volume/playbackRate as initial-only props ([157c1ad](https://github.com/sig-nine/era-ui/commit/157c1ad81c91daa383234f8c8bbf353359b25e7e))
2774
+ - **video-player:** clear waiting on time-update to unstick spinner ([849a172](https://github.com/sig-nine/era-ui/commit/849a1727a416cdfae95a2dee5e3bff49c3548189))
2775
+ - **video-player:** match vidstack's buffering-indicator condition ([#69](https://github.com/sig-nine/era-ui/issues/69)) ([9ffe1c1](https://github.com/sig-nine/era-ui/commit/9ffe1c198e55d98a251206c469dcda76c7b60ebf))
2776
+ - **video-player:** match vidstack's buffering-indicator condition exactly ([9a5b646](https://github.com/sig-nine/era-ui/commit/9a5b64698167667931b01c0054e515d0a32343c0))
2777
+ - **video-player:** reset internal state on source change ([6c3545e](https://github.com/sig-nine/era-ui/commit/6c3545e0d0dc74e9ce229526ad2e3227d4bb99be))
2778
+ - **video-player:** reset internal state on source change ([#66](https://github.com/sig-nine/era-ui/issues/66)) ([cecfbfd](https://github.com/sig-nine/era-ui/commit/cecfbfd8ed22d26db3cf58478eb17c95cf7cf805))
2779
+ - **video-player:** seeked sync, stuck spinner, initial-only props ([#64](https://github.com/sig-nine/era-ui/issues/64)) ([6aedb2e](https://github.com/sig-nine/era-ui/commit/6aedb2e2006a2a2257c0a7087061b0f824893371))
2780
+ - **video-player:** sync currentTime on seeked event ([f0c22d6](https://github.com/sig-nine/era-ui/commit/f0c22d65c9f8ba006df7daf1d4d796a0d1e079cd))
2781
+ - **video-player:** type the event-forwarder generically instead of any ([c9f957c](https://github.com/sig-nine/era-ui/commit/c9f957cd3378210ab6d701c6c6c6fafc17d412ff))
2859
2782
 
2860
2783
  ## [0.9.12](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.11...era-ui-v0.9.12) (2026-04-27)
2861
2784
 
2862
-
2863
2785
  ### Bug Fixes
2864
2786
 
2865
- * **video-player:** sync currentTime on pause to remove resume jump ([584b1c4](https://github.com/sig-nine/era-ui/commit/584b1c4c6b3de293eccea9c3b22696216c0af8eb))
2866
- * **video-player:** sync currentTime on pause to remove resume jump ([#62](https://github.com/sig-nine/era-ui/issues/62)) ([9b673fa](https://github.com/sig-nine/era-ui/commit/9b673fadaeca2bf621056f45c96d69f0f3a8c0bf))
2787
+ - **video-player:** sync currentTime on pause to remove resume jump ([584b1c4](https://github.com/sig-nine/era-ui/commit/584b1c4c6b3de293eccea9c3b22696216c0af8eb))
2788
+ - **video-player:** sync currentTime on pause to remove resume jump ([#62](https://github.com/sig-nine/era-ui/issues/62)) ([9b673fa](https://github.com/sig-nine/era-ui/commit/9b673fadaeca2bf621056f45c96d69f0f3a8c0bf))
2867
2789
 
2868
2790
  ## [0.9.11](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.10...era-ui-v0.9.11) (2026-04-27)
2869
2791
 
2870
-
2871
2792
  ### Features
2872
2793
 
2873
- * **slider:** add progress underlay to Slider.Range ([ff95bb7](https://github.com/sig-nine/era-ui/commit/ff95bb725fd62a22003cf0f16fc45ba34dd69d96))
2874
- * **video-player:** show buffered range and instant scrub feedback ([e318b4f](https://github.com/sig-nine/era-ui/commit/e318b4f45468083fa2871725dd61c0b3cb389f0e))
2875
- * **video-player:** show buffered range and instant scrub feedback ([#58](https://github.com/sig-nine/era-ui/issues/58)) ([703213e](https://github.com/sig-nine/era-ui/commit/703213e42f6c8f82afec16da9d53e78c22bfc1d2))
2876
-
2794
+ - **slider:** add progress underlay to Slider.Range ([ff95bb7](https://github.com/sig-nine/era-ui/commit/ff95bb725fd62a22003cf0f16fc45ba34dd69d96))
2795
+ - **video-player:** show buffered range and instant scrub feedback ([e318b4f](https://github.com/sig-nine/era-ui/commit/e318b4f45468083fa2871725dd61c0b3cb389f0e))
2796
+ - **video-player:** show buffered range and instant scrub feedback ([#58](https://github.com/sig-nine/era-ui/issues/58)) ([703213e](https://github.com/sig-nine/era-ui/commit/703213e42f6c8f82afec16da9d53e78c22bfc1d2))
2877
2797
 
2878
2798
  ### Bug Fixes
2879
2799
 
2880
- * **video-player:** construct MediaRemoteControl in the browser only ([5de11eb](https://github.com/sig-nine/era-ui/commit/5de11eb1dafb837c60d9adce32d67ffaf43cad36))
2881
- * **video-player:** refresh buffered range on every time-update ([37e32f2](https://github.com/sig-nine/era-ui/commit/37e32f2aa143fc0ee814566cbe794df3dc21a7bf))
2882
- * **video-player:** unbreak SSR and keep buffered range live ([#60](https://github.com/sig-nine/era-ui/issues/60)) ([b0b5441](https://github.com/sig-nine/era-ui/commit/b0b5441a59cb1f7c8234c47fba2f71c8eadc6b5d))
2800
+ - **video-player:** construct MediaRemoteControl in the browser only ([5de11eb](https://github.com/sig-nine/era-ui/commit/5de11eb1dafb837c60d9adce32d67ffaf43cad36))
2801
+ - **video-player:** refresh buffered range on every time-update ([37e32f2](https://github.com/sig-nine/era-ui/commit/37e32f2aa143fc0ee814566cbe794df3dc21a7bf))
2802
+ - **video-player:** unbreak SSR and keep buffered range live ([#60](https://github.com/sig-nine/era-ui/issues/60)) ([b0b5441](https://github.com/sig-nine/era-ui/commit/b0b5441a59cb1f7c8234c47fba2f71c8eadc6b5d))
2883
2803
 
2884
2804
  ## [0.9.10](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.9...era-ui-v0.9.10) (2026-04-27)
2885
2805
 
2886
-
2887
2806
  ### Features
2888
2807
 
2889
- * **slider:** add trackClass override to Slider.Range ([ea8d7ab](https://github.com/sig-nine/era-ui/commit/ea8d7ab8df6d1217f78619c8a16d8aab7ad745e4))
2890
-
2808
+ - **slider:** add trackClass override to Slider.Range ([ea8d7ab](https://github.com/sig-nine/era-ui/commit/ea8d7ab8df6d1217f78619c8a16d8aab7ad745e4))
2891
2809
 
2892
2810
  ### Bug Fixes
2893
2811
 
2894
- * **quickstart:** hide own package name from esbuild dep-scanner ([2d4bce9](https://github.com/sig-nine/era-ui/commit/2d4bce917d1a1e185f877eae7235baee31860cb4))
2895
- * **video-player:** make slider tracks visible against the controls bar ([4db0b71](https://github.com/sig-nine/era-ui/commit/4db0b7184caf5904a42e495075671fbced88dee5))
2896
- * **video-player:** make slider tracks visible against the controls bar ([#56](https://github.com/sig-nine/era-ui/issues/56)) ([fb84989](https://github.com/sig-nine/era-ui/commit/fb84989dc25d20d217b002b61629db8470ba85e5))
2897
- * **vite:** broaden vidstack exclude to its define/* subpaths ([cbbe7a6](https://github.com/sig-nine/era-ui/commit/cbbe7a6c69e5a941f4ee4f9c800a9ae1b0806ae5))
2812
+ - **quickstart:** hide own package name from esbuild dep-scanner ([2d4bce9](https://github.com/sig-nine/era-ui/commit/2d4bce917d1a1e185f877eae7235baee31860cb4))
2813
+ - **video-player:** make slider tracks visible against the controls bar ([4db0b71](https://github.com/sig-nine/era-ui/commit/4db0b7184caf5904a42e495075671fbced88dee5))
2814
+ - **video-player:** make slider tracks visible against the controls bar ([#56](https://github.com/sig-nine/era-ui/issues/56)) ([fb84989](https://github.com/sig-nine/era-ui/commit/fb84989dc25d20d217b002b61629db8470ba85e5))
2815
+ - **vite:** broaden vidstack exclude to its define/* subpaths ([cbbe7a6](https://github.com/sig-nine/era-ui/commit/cbbe7a6c69e5a941f4ee4f9c800a9ae1b0806ae5))
2898
2816
 
2899
2817
  ## [0.9.9](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.8...era-ui-v0.9.9) (2026-04-26)
2900
2818
 
2901
-
2902
2819
  ### Bug Fixes
2903
2820
 
2904
- * **docs-layout:** contain sidebar scroll inside the viewport ([81b4730](https://github.com/sig-nine/era-ui/commit/81b4730868e0a38072161d5bf359ade63cd8aece))
2905
- * **docs-layout:** contain sidebar scroll inside the viewport ([#53](https://github.com/sig-nine/era-ui/issues/53)) ([0b63809](https://github.com/sig-nine/era-ui/commit/0b6380933e2363ed87b8a0d94a9d64b4e22f9bde))
2821
+ - **docs-layout:** contain sidebar scroll inside the viewport ([81b4730](https://github.com/sig-nine/era-ui/commit/81b4730868e0a38072161d5bf359ade63cd8aece))
2822
+ - **docs-layout:** contain sidebar scroll inside the viewport ([#53](https://github.com/sig-nine/era-ui/issues/53)) ([0b63809](https://github.com/sig-nine/era-ui/commit/0b6380933e2363ed87b8a0d94a9d64b4e22f9bde))
2906
2823
 
2907
2824
  ## [0.9.8](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.7...era-ui-v0.9.8) (2026-04-26)
2908
2825
 
2909
-
2910
2826
  ### Bug Fixes
2911
2827
 
2912
- * **docs-layout:** unstack nav-bar selects on desktop ([56c7142](https://github.com/sig-nine/era-ui/commit/56c71429a293c5d2d5bc7966d411a17c8ba39bea))
2913
- * **docs-layout:** unstack nav-bar selects on desktop ([#51](https://github.com/sig-nine/era-ui/issues/51)) ([5b33f82](https://github.com/sig-nine/era-ui/commit/5b33f82c99bdd6a8ce8c3217af8b09aa92a8a719))
2828
+ - **docs-layout:** unstack nav-bar selects on desktop ([56c7142](https://github.com/sig-nine/era-ui/commit/56c71429a293c5d2d5bc7966d411a17c8ba39bea))
2829
+ - **docs-layout:** unstack nav-bar selects on desktop ([#51](https://github.com/sig-nine/era-ui/issues/51)) ([5b33f82](https://github.com/sig-nine/era-ui/commit/5b33f82c99bdd6a8ce8c3217af8b09aa92a8a719))
2914
2830
 
2915
2831
  ## [0.9.7](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.6...era-ui-v0.9.7) (2026-04-26)
2916
2832
 
2917
-
2918
2833
  ### Features
2919
2834
 
2920
- * **modes:** add `touch` density mode ([#45](https://github.com/sig-nine/era-ui/issues/45)) ([794905c](https://github.com/sig-nine/era-ui/commit/794905cf5584b3bfa63150b70081532bb8d44c4c))
2921
- * **modes:** add `touch` density mode for mobile-friendly tap targets ([c25bda7](https://github.com/sig-nine/era-ui/commit/c25bda74daa326b7c00634d3aef863846e77ffe4))
2922
-
2835
+ - **modes:** add `touch` density mode ([#45](https://github.com/sig-nine/era-ui/issues/45)) ([794905c](https://github.com/sig-nine/era-ui/commit/794905cf5584b3bfa63150b70081532bb8d44c4c))
2836
+ - **modes:** add `touch` density mode for mobile-friendly tap targets ([c25bda7](https://github.com/sig-nine/era-ui/commit/c25bda74daa326b7c00634d3aef863846e77ffe4))
2923
2837
 
2924
2838
  ### Performance Improvements
2925
2839
 
2926
- * **video-player:** port vidstack mobile-smoothness tricks to seek bar ([f41c435](https://github.com/sig-nine/era-ui/commit/f41c43556aeb032c6cbbdf8562c0b9455eb685db))
2927
- * **video-player:** port vidstack mobile-smoothness tricks to seek bar ([#47](https://github.com/sig-nine/era-ui/issues/47)) ([7ca6197](https://github.com/sig-nine/era-ui/commit/7ca6197fa1414fc39ae0b4ef687f642e7e306471))
2840
+ - **video-player:** port vidstack mobile-smoothness tricks to seek bar ([f41c435](https://github.com/sig-nine/era-ui/commit/f41c43556aeb032c6cbbdf8562c0b9455eb685db))
2841
+ - **video-player:** port vidstack mobile-smoothness tricks to seek bar ([#47](https://github.com/sig-nine/era-ui/issues/47)) ([7ca6197](https://github.com/sig-nine/era-ui/commit/7ca6197fa1414fc39ae0b4ef687f642e7e306471))
2928
2842
 
2929
2843
  ## [0.9.6](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.5...era-ui-v0.9.6) (2026-04-26)
2930
2844
 
2931
-
2932
2845
  ### Features
2933
2846
 
2934
- * **docs:** make docs layout mobile-friendly ([8a01f16](https://github.com/sig-nine/era-ui/commit/8a01f165a00634a8579fdec53987fd77f586a975))
2935
- * **docs:** make docs layout mobile-friendly ([#43](https://github.com/sig-nine/era-ui/issues/43)) ([612a555](https://github.com/sig-nine/era-ui/commit/612a555e7cf0482090561bcf9558d67bd3a9028c))
2847
+ - **docs:** make docs layout mobile-friendly ([8a01f16](https://github.com/sig-nine/era-ui/commit/8a01f165a00634a8579fdec53987fd77f586a975))
2848
+ - **docs:** make docs layout mobile-friendly ([#43](https://github.com/sig-nine/era-ui/issues/43)) ([612a555](https://github.com/sig-nine/era-ui/commit/612a555e7cf0482090561bcf9558d67bd3a9028c))
2936
2849
 
2937
2850
  ## [0.9.5](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.4...era-ui-v0.9.5) (2026-04-26)
2938
2851
 
2939
-
2940
2852
  ### Bug Fixes
2941
2853
 
2942
- * resolve svelte-check and eslint failures ([798476c](https://github.com/sig-nine/era-ui/commit/798476ce72fba21427dbbd0b75399ece9e826b0b))
2943
- * resolve svelte-check and eslint failures ([#39](https://github.com/sig-nine/era-ui/issues/39)) ([393262f](https://github.com/sig-nine/era-ui/commit/393262fdd61cea036171c62cd607df9fc3600696))
2944
- * **slider:** finish revert of scrubbing prop in template ([00fd9d1](https://github.com/sig-nine/era-ui/commit/00fd9d1023594ba7d053085a22543464137ecd74))
2945
- * **slider:** finish revert of scrubbing prop in template ([#42](https://github.com/sig-nine/era-ui/issues/42)) ([0bd8e3c](https://github.com/sig-nine/era-ui/commit/0bd8e3ce597b940a4ed52560ae16ae5aa7281fb1))
2854
+ - resolve svelte-check and eslint failures ([798476c](https://github.com/sig-nine/era-ui/commit/798476ce72fba21427dbbd0b75399ece9e826b0b))
2855
+ - resolve svelte-check and eslint failures ([#39](https://github.com/sig-nine/era-ui/issues/39)) ([393262f](https://github.com/sig-nine/era-ui/commit/393262fdd61cea036171c62cd607df9fc3600696))
2856
+ - **slider:** finish revert of scrubbing prop in template ([00fd9d1](https://github.com/sig-nine/era-ui/commit/00fd9d1023594ba7d053085a22543464137ecd74))
2857
+ - **slider:** finish revert of scrubbing prop in template ([#42](https://github.com/sig-nine/era-ui/issues/42)) ([0bd8e3c](https://github.com/sig-nine/era-ui/commit/0bd8e3ce597b940a4ed52560ae16ae5aa7281fb1))
2946
2858
 
2947
2859
  ## [0.9.4](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.3...era-ui-v0.9.4) (2026-04-24)
2948
2860
 
2949
-
2950
2861
  ### Features
2951
2862
 
2952
- * **docs:** wrap interactive demos in Card containers ([e533f9c](https://github.com/sig-nine/era-ui/commit/e533f9c6853476dcbaf62131ef6dcfe4319607f5))
2953
- * **docs:** wrap interactive demos in Card containers ([#32](https://github.com/sig-nine/era-ui/issues/32)) ([105a72f](https://github.com/sig-nine/era-ui/commit/105a72fbe8326a4cb1ca44b70560c0484d16b2a4))
2954
- * **slider:** bindable scrubbing state for drag detection ([#37](https://github.com/sig-nine/era-ui/issues/37)) ([00c6b4a](https://github.com/sig-nine/era-ui/commit/00c6b4af2540c262920f633cdfdebbfc6e636692))
2955
- * **slider:** bindable scrubbing state, true while user drags ([67be35e](https://github.com/sig-nine/era-ui/commit/67be35e841767f94bb18078a0af814c9205945d0))
2956
-
2863
+ - **docs:** wrap interactive demos in Card containers ([e533f9c](https://github.com/sig-nine/era-ui/commit/e533f9c6853476dcbaf62131ef6dcfe4319607f5))
2864
+ - **docs:** wrap interactive demos in Card containers ([#32](https://github.com/sig-nine/era-ui/issues/32)) ([105a72f](https://github.com/sig-nine/era-ui/commit/105a72fbe8326a4cb1ca44b70560c0484d16b2a4))
2865
+ - **slider:** bindable scrubbing state for drag detection ([#37](https://github.com/sig-nine/era-ui/issues/37)) ([00c6b4a](https://github.com/sig-nine/era-ui/commit/00c6b4af2540c262920f633cdfdebbfc6e636692))
2866
+ - **slider:** bindable scrubbing state, true while user drags ([67be35e](https://github.com/sig-nine/era-ui/commit/67be35e841767f94bb18078a0af814c9205945d0))
2957
2867
 
2958
2868
  ### Bug Fixes
2959
2869
 
2960
- * **button:** decouple ButtonVariants from ComponentProps ([729e654](https://github.com/sig-nine/era-ui/commit/729e6540ba31faa186c5f3a7cf749bed0fe425f2))
2961
- * **calendar:** expose value and placeholder as bindable ([6dd72c8](https://github.com/sig-nine/era-ui/commit/6dd72c89fc3c179825ae42c3f05812bc5be5e1fb))
2962
- * **card:** drop resolve() on generic href ([6f69e7c](https://github.com/sig-nine/era-ui/commit/6f69e7c1e125f2032860357852a108bc3d39af1b))
2963
- * **chip:** annotate PointerEvent on pointerdown/up handlers ([74f6b93](https://github.com/sig-nine/era-ui/commit/74f6b9380563ba148de3a41b66a878f8ae856fcc))
2964
- * **date-range-picker demo:** move numberOfMonths to Root ([7dadc08](https://github.com/sig-nine/era-ui/commit/7dadc0817bfa8de11f7c0a67e0186855c453d78c))
2965
- * **registry:** type icons as Component&lt;IconProps&gt; and preserve badge literals ([3bb68d7](https://github.com/sig-nine/era-ui/commit/3bb68d7a87a6385e7736844e0a89d720f6680e8d))
2966
- * **slider:** keep restProps cast reactive via $derived ([edb9833](https://github.com/sig-nine/era-ui/commit/edb9833bddb98e7f2444597c69fb83e7a5f47bd5))
2967
- * **tabs:** place tab triggers list inside bar wrapper ([5b16b69](https://github.com/sig-nine/era-ui/commit/5b16b69f7ecf562398c8ce8fc68d7ca31d086b3a))
2968
- * **tabs:** place tab triggers list inside Bar wrapper ([#36](https://github.com/sig-nine/era-ui/issues/36)) ([0a42aa4](https://github.com/sig-nine/era-ui/commit/0a42aa451a702aea1931f23c913a3dcf5c33d735))
2969
- * **tsconfig:** align moduleResolution with SvelteKit bundler mode ([bba3aee](https://github.com/sig-nine/era-ui/commit/bba3aee071a2c4c5c6b2c251b1de41830b1a4ac1))
2970
- * **types:** clear all svelte-check errors, align tsconfig with SvelteKit ([#34](https://github.com/sig-nine/era-ui/issues/34)) ([74d0d0a](https://github.com/sig-nine/era-ui/commit/74d0d0af9f549f11272b856c71818447f41dd30d))
2971
- * **types:** replace non-existent HTMLSpanAttributes with HTMLAttributes&lt;HTMLSpanElement&gt; ([51dcd89](https://github.com/sig-nine/era-ui/commit/51dcd893fec1069b9d7f24458d2664fcdf1b1bae))
2972
- * **ui:** drop duplicate Mode type re-export from barrel ([5dae1c4](https://github.com/sig-nine/era-ui/commit/5dae1c4cec5a5a26056b2ca174f8dfb87b7a5ec7))
2973
- * **video-player:** latch scrubbing on pointerdown, not onValueChange ([9f3311c](https://github.com/sig-nine/era-ui/commit/9f3311c1413e12ff9a1abd65f0a319c1cebd7ea2))
2974
- * **video-player:** latch scrubbing on pointerdown, not onValueChange ([#35](https://github.com/sig-nine/era-ui/issues/35)) ([7cf642b](https://github.com/sig-nine/era-ui/commit/7cf642bbfffee9d290f7e2cee0e87d0c58487b9f))
2870
+ - **button:** decouple ButtonVariants from ComponentProps ([729e654](https://github.com/sig-nine/era-ui/commit/729e6540ba31faa186c5f3a7cf749bed0fe425f2))
2871
+ - **calendar:** expose value and placeholder as bindable ([6dd72c8](https://github.com/sig-nine/era-ui/commit/6dd72c89fc3c179825ae42c3f05812bc5be5e1fb))
2872
+ - **card:** drop resolve() on generic href ([6f69e7c](https://github.com/sig-nine/era-ui/commit/6f69e7c1e125f2032860357852a108bc3d39af1b))
2873
+ - **chip:** annotate PointerEvent on pointerdown/up handlers ([74f6b93](https://github.com/sig-nine/era-ui/commit/74f6b9380563ba148de3a41b66a878f8ae856fcc))
2874
+ - **date-range-picker demo:** move numberOfMonths to Root ([7dadc08](https://github.com/sig-nine/era-ui/commit/7dadc0817bfa8de11f7c0a67e0186855c453d78c))
2875
+ - **registry:** type icons as Component&lt;IconProps&gt; and preserve badge literals ([3bb68d7](https://github.com/sig-nine/era-ui/commit/3bb68d7a87a6385e7736844e0a89d720f6680e8d))
2876
+ - **slider:** keep restProps cast reactive via $derived ([edb9833](https://github.com/sig-nine/era-ui/commit/edb9833bddb98e7f2444597c69fb83e7a5f47bd5))
2877
+ - **tabs:** place tab triggers list inside bar wrapper ([5b16b69](https://github.com/sig-nine/era-ui/commit/5b16b69f7ecf562398c8ce8fc68d7ca31d086b3a))
2878
+ - **tabs:** place tab triggers list inside Bar wrapper ([#36](https://github.com/sig-nine/era-ui/issues/36)) ([0a42aa4](https://github.com/sig-nine/era-ui/commit/0a42aa451a702aea1931f23c913a3dcf5c33d735))
2879
+ - **tsconfig:** align moduleResolution with SvelteKit bundler mode ([bba3aee](https://github.com/sig-nine/era-ui/commit/bba3aee071a2c4c5c6b2c251b1de41830b1a4ac1))
2880
+ - **types:** clear all svelte-check errors, align tsconfig with SvelteKit ([#34](https://github.com/sig-nine/era-ui/issues/34)) ([74d0d0a](https://github.com/sig-nine/era-ui/commit/74d0d0af9f549f11272b856c71818447f41dd30d))
2881
+ - **types:** replace non-existent HTMLSpanAttributes with HTMLAttributes&lt;HTMLSpanElement&gt; ([51dcd89](https://github.com/sig-nine/era-ui/commit/51dcd893fec1069b9d7f24458d2664fcdf1b1bae))
2882
+ - **ui:** drop duplicate Mode type re-export from barrel ([5dae1c4](https://github.com/sig-nine/era-ui/commit/5dae1c4cec5a5a26056b2ca174f8dfb87b7a5ec7))
2883
+ - **video-player:** latch scrubbing on pointerdown, not onValueChange ([9f3311c](https://github.com/sig-nine/era-ui/commit/9f3311c1413e12ff9a1abd65f0a319c1cebd7ea2))
2884
+ - **video-player:** latch scrubbing on pointerdown, not onValueChange ([#35](https://github.com/sig-nine/era-ui/issues/35)) ([7cf642b](https://github.com/sig-nine/era-ui/commit/7cf642bbfffee9d290f7e2cee0e87d0c58487b9f))
2975
2885
 
2976
2886
  ## [0.9.3](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.2...era-ui-v0.9.3) (2026-04-24)
2977
2887
 
2978
-
2979
2888
  ### Features
2980
2889
 
2981
- * **video-player:** full vidstack coverage — icons, state, scrub preview ([9ceeb88](https://github.com/sig-nine/era-ui/commit/9ceeb882b9a1c15242e4e002278f2da7b3b18a5d))
2982
-
2890
+ - **video-player:** full vidstack coverage — icons, state, scrub preview ([9ceeb88](https://github.com/sig-nine/era-ui/commit/9ceeb882b9a1c15242e4e002278f2da7b3b18a5d))
2983
2891
 
2984
2892
  ### Bug Fixes
2985
2893
 
2986
- * **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([9ad2fce](https://github.com/sig-nine/era-ui/commit/9ad2fce74ae717b8d1f9caeec05dc85032ea6cf1))
2987
- * **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([#29](https://github.com/sig-nine/era-ui/issues/29)) ([0a86af0](https://github.com/sig-nine/era-ui/commit/0a86af007a2ef3f37f9edd88d8b2bc572c92f81f))
2988
- * **video-player:** wrap controls in Tooltip.Provider ([0cb393c](https://github.com/sig-nine/era-ui/commit/0cb393cea6fa9ea3c17346a099c71739caf56aef))
2989
- * **video-player:** wrap controls in Tooltip.Provider ([#28](https://github.com/sig-nine/era-ui/issues/28)) ([fe78902](https://github.com/sig-nine/era-ui/commit/fe78902a715a2dd4355ffe5956d760f4e1a91554))
2894
+ - **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([9ad2fce](https://github.com/sig-nine/era-ui/commit/9ad2fce74ae717b8d1f9caeec05dc85032ea6cf1))
2895
+ - **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([#29](https://github.com/sig-nine/era-ui/issues/29)) ([0a86af0](https://github.com/sig-nine/era-ui/commit/0a86af007a2ef3f37f9edd88d8b2bc572c92f81f))
2896
+ - **video-player:** wrap controls in Tooltip.Provider ([0cb393c](https://github.com/sig-nine/era-ui/commit/0cb393cea6fa9ea3c17346a099c71739caf56aef))
2897
+ - **video-player:** wrap controls in Tooltip.Provider ([#28](https://github.com/sig-nine/era-ui/issues/28)) ([fe78902](https://github.com/sig-nine/era-ui/commit/fe78902a715a2dd4355ffe5956d760f4e1a91554))
2990
2898
 
2991
2899
  ## [0.9.2](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.1...era-ui-v0.9.2) (2026-04-23)
2992
2900
 
2993
-
2994
2901
  ### Features
2995
2902
 
2996
- * **video-player:** full vidstack feature surface with token-driven styling ([83ab6e4](https://github.com/sig-nine/era-ui/commit/83ab6e44a6cd42734d57b8b3c1d5a8010504741d))
2997
- * **video-player:** full vidstack feature surface, token-driven styling ([#22](https://github.com/sig-nine/era-ui/issues/22)) ([d9f0c3b](https://github.com/sig-nine/era-ui/commit/d9f0c3b03328e2185cb07ffea74dfad8bdf3d6c8))
2903
+ - **video-player:** full vidstack feature surface with token-driven styling ([83ab6e4](https://github.com/sig-nine/era-ui/commit/83ab6e44a6cd42734d57b8b3c1d5a8010504741d))
2904
+ - **video-player:** full vidstack feature surface, token-driven styling ([#22](https://github.com/sig-nine/era-ui/issues/22)) ([d9f0c3b](https://github.com/sig-nine/era-ui/commit/d9f0c3b03328e2185cb07ffea74dfad8bdf3d6c8))
2998
2905
 
2999
2906
  ## [0.9.1](https://github.com/sig-nine/era-ui/compare/era-ui-v0.9.0...era-ui-v0.9.1) (2026-04-23)
3000
2907
 
3001
-
3002
2908
  ### Features
3003
2909
 
3004
- * **video-player:** vidstack wrapper with overlay controls ([185dee5](https://github.com/sig-nine/era-ui/commit/185dee5378862e96a5cf854e4a8497ab6ed759e8))
3005
- * **video-player:** YouTube-style overlay controls ([46a7ccf](https://github.com/sig-nine/era-ui/commit/46a7ccfb811e0fdfb4725dbf91f42fad0515487b))
3006
- * wrap vidstack in video-player component ([1bb1f1e](https://github.com/sig-nine/era-ui/commit/1bb1f1ea706454b8dca24e058a3456b6da839d39))
3007
-
2910
+ - **video-player:** vidstack wrapper with overlay controls ([185dee5](https://github.com/sig-nine/era-ui/commit/185dee5378862e96a5cf854e4a8497ab6ed759e8))
2911
+ - **video-player:** YouTube-style overlay controls ([46a7ccf](https://github.com/sig-nine/era-ui/commit/46a7ccfb811e0fdfb4725dbf91f42fad0515487b))
2912
+ - wrap vidstack in video-player component ([1bb1f1e](https://github.com/sig-nine/era-ui/commit/1bb1f1ea706454b8dca24e058a3456b6da839d39))
3008
2913
 
3009
2914
  ### Bug Fixes
3010
2915
 
3011
- * dedupe video-player registry entry ([14ef616](https://github.com/sig-nine/era-ui/commit/14ef6162f87885afedccd95f3c062826828207f6))
3012
- * drop .t-controls class in favor of element selector ([dac459c](https://github.com/sig-nine/era-ui/commit/dac459c34c94c6c21bc444b211619a3a982bd45c))
2916
+ - dedupe video-player registry entry ([14ef616](https://github.com/sig-nine/era-ui/commit/14ef6162f87885afedccd95f3c062826828207f6))
2917
+ - drop .t-controls class in favor of element selector ([dac459c](https://github.com/sig-nine/era-ui/commit/dac459c34c94c6c21bc444b211619a3a982bd45c))
3013
2918
 
3014
2919
  ## [0.9.0](https://github.com/sig-nine/era-ui/compare/era-ui-v0.8.0...era-ui-v0.9.0) (2026-04-23)
3015
2920
 
3016
-
3017
2921
  ### ⚠ BREAKING CHANGES
3018
2922
 
3019
- * All legacy CSS custom-property aliases removed. Consumers of these token names must migrate to the canonical names listed above.
3020
- * Button tone="danger" removed. Use tone="destructive".
3021
- * Button size=\"xxs\" removed. Use size=\"icon\" or size=\"xs\".
3022
- * Provider export removed. Replace <Provider mode="x" surface="y"> with <div data-mode="x" data-surface="y">.
3023
-
3024
- ### Features
3025
-
3026
- * add 16 new components, Label, add-component skill, fix menubar crash ([255a759](https://github.com/sig-nine/era-ui/commit/255a7591f8b320827e2f1d58a66ee33d500c4b6c))
3027
- * add 5 new components, remove CSS side-effect import ([9edc4fd](https://github.com/sig-nine/era-ui/commit/9edc4fd97724b24212142216e2cd6fa8282a3b2c))
3028
- * add 6 new components, token audit fixes, overflow-hidden for rounded containers ([fdac16c](https://github.com/sig-nine/era-ui/commit/fdac16cb8f56104e2ec23d1f2d33bac20069357d))
3029
- * add background/foreground theme tokens, clean hover values ([b3afe6a](https://github.com/sig-nine/era-ui/commit/b3afe6aa08c9a095b91ef984e8d90dacb751dbae))
3030
- * add density mode system, surface styles, and docs overhaul ([aacf777](https://github.com/sig-nine/era-ui/commit/aacf77710a58a18538684a51be6a36f32f880253))
3031
- * add highlight token, tune hover values ([abf6898](https://github.com/sig-nine/era-ui/commit/abf6898e6194da8a2974d697106758605b90353b))
3032
- * add Input, Switch components; rebuild Accordion, Toggle for consistency ([a7d1fbb](https://github.com/sig-nine/era-ui/commit/a7d1fbb38f2054237d7fe13620f726fdb57d2017))
3033
- * add missing bits-ui primitive wrappers ([53f44d5](https://github.com/sig-nine/era-ui/commit/53f44d5f21ce365145fc648f3afc22673e833587))
3034
- * badge, chip, code-block, kv, skeleton components + dense h-6 + rename slop to spacious ([e60e94b](https://github.com/sig-nine/era-ui/commit/e60e94bb5bda816c405877bd131aac5449e564ce))
3035
- * **Button:** add link variant ([3edb4f4](https://github.com/sig-nine/era-ui/commit/3edb4f42484c3d81aada90b1292f8476305b1f36))
3036
- * **dev:** scalable audit framework ([1d42e19](https://github.com/sig-nine/era-ui/commit/1d42e19dda08f0fbdf75d399593705884f4aeeb2))
3037
- * **file-upload:** add input component with drag-and-drop ([5d64af7](https://github.com/sig-nine/era-ui/commit/5d64af7ddfe24067109bda8d5dd680f2e659ab1a))
3038
- * font-agnostic library, :root token defaults, no global bleed ([1eaeff3](https://github.com/sig-nine/era-ui/commit/1eaeff3d93357ff917412da32512cf0c44877f39))
3039
- * introduce --era-inset-{sm,md,lg} for text-aware content framing ([9758820](https://github.com/sig-nine/era-ui/commit/97588206d860001b600ba7f33c33305bcbafb735))
3040
- * linear tier ladder + icon inset system ([661e86a](https://github.com/sig-nine/era-ui/commit/661e86a2a84c32b214b30e1cae597faf56bc1bce))
3041
- * **Mode:** scoped system-axis override component ([cfdbb10](https://github.com/sig-nine/era-ui/commit/cfdbb10230a7f8b2c29149840c49a9c47481f83b))
3042
- * **quickstart:** art-piece hero with 3D tier tower ([89e0047](https://github.com/sig-nine/era-ui/commit/89e004743d8326335733dcde044fd7f36ef0c11b))
3043
- * refine Switch sizing, add dark/light toggle to top bar ([c268114](https://github.com/sig-nine/era-ui/commit/c26811436b46c9d84436b19f6f42f8a9f7d30733))
3044
- * remove Provider component, use native data attributes ([95f2a0f](https://github.com/sig-nine/era-ui/commit/95f2a0f9ed5a93527adde4f552bdb2549e08326d))
3045
- * **Select:** add Select.Value with chip rendering for multi-select ([6914860](https://github.com/sig-nine/era-ui/commit/6914860a0824616a46e0f5106abcbf2d866cc94d))
3046
- * semantic color tokens, CSS dedup, quickstart page, accent button ([a721989](https://github.com/sig-nine/era-ui/commit/a7219892ec0d8de950ec5da7c56a4ca5e506a42f))
3047
- * **sidebar:** badge pills and alias-aware filter ([8f2b9e8](https://github.com/sig-nine/era-ui/commit/8f2b9e8a159218bfd2135ebf7172d6ab562504d0))
3048
- * Tailwind v4 modernization, pre-compiled CSS bundle, --era-divider-faded token ([58020b2](https://github.com/sig-nine/era-ui/commit/58020b2fe99ac338699a35bd56c19b32e30171c3))
3049
- * **wrappers:** forward variant prop on Dialog/AlertDialog/Popover buttons ([8a13af5](https://github.com/sig-nine/era-ui/commit/8a13af5191c04136eca8fe73cbbecb024f675449))
3050
-
3051
-
3052
- ### Bug Fixes
3053
-
3054
- * add gap-(--era-inset-md) to text+chevron triggers ([0023e59](https://github.com/sig-nine/era-ui/commit/0023e592d8db81006fa1d8a9e2b2afc8ce7d7425))
3055
- * align ButtonGroup gap with --era-inset-sm ([271253f](https://github.com/sig-nine/era-ui/commit/271253f98d53b8c7fbef7dd2bd16463041b67f3c))
3056
- * apply icon-inset-md to all trigger components ([9a0be3e](https://github.com/sig-nine/era-ui/commit/9a0be3e079692ed72cd25f9f6b58652fc1e32135))
3057
- * badge and KV replace legacy px calc with --era-inset-sm ([56e50d7](https://github.com/sig-nine/era-ui/commit/56e50d79118f63ae1336d04dd5bea0f91ca8622f))
3058
- * brighter hover tokens with clean OKLCH values ([da81384](https://github.com/sig-nine/era-ui/commit/da813847b9b10e0ad7a617027f1dd74bde254dd3))
3059
- * **Button:** link variant hover only adds underline, no color shift ([7285706](https://github.com/sig-nine/era-ui/commit/728570651f78729624467b6a3a77eada659d756b))
3060
- * **Button:** tighten link variant underline offset from 4 to 2 ([3ced2f4](https://github.com/sig-nine/era-ui/commit/3ced2f463634c3f4940daca537dd4da1131f999a))
3061
- * **Chip:** stop pointerdown on dismiss button so chips work inside triggers ([a94bb12](https://github.com/sig-nine/era-ui/commit/a94bb1206066c10c7bdf7564accbd69c396a5ce7))
3062
- * **Command:** use --era-gap tokens instead of --era-sp / arbitrary 3px ([27c1fda](https://github.com/sig-nine/era-ui/commit/27c1fda9ff3b5c7600a6fd07f3bbe35f4b55b49f))
3063
- * continuous dropdowns in slop mode, lighter hover, remove leading-none ([4a65b56](https://github.com/sig-nine/era-ui/commit/4a65b564a9ddc7199d18a1dfb2ac32354b9d079a))
3064
- * date picker trigger sizing drop sm-tier wrapper ([3b61aea](https://github.com/sig-nine/era-ui/commit/3b61aea92ffdf474c5917d8929b8b125d88056c3))
3065
- * derive radii from tier heights for true concentricity ([fb4eec5](https://github.com/sig-nine/era-ui/commit/fb4eec5e8f542590b46e5f95de168a3c56f115d7))
3066
- * **docs:** drop bg-hover accent spoof on dialog Confirm/Save buttons ([08cb0e6](https://github.com/sig-nine/era-ui/commit/08cb0e65ded0eb2f0f245ab86aea7a0649a35516))
3067
- * **docs:** drop fake container chrome from button-group and tabs demos ([3e405b9](https://github.com/sig-nine/era-ui/commit/3e405b99a305752d356a61ecae5a71ba0f318ed5))
3068
- * **docs:** tooltip demo uses real Button via Trigger child snippet ([550c6a3](https://github.com/sig-nine/era-ui/commit/550c6a3bfe9cfa94170416370a1a7b4b9c506804))
3069
- * remove [@source](https://github.com/source) from distributed CSS to prevent consumer FOUC ([ed36450](https://github.com/sig-nine/era-ui/commit/ed36450420b98af973c468df3357895ac063b056))
3070
- * restore date picker icon hover area with asymmetric input padding ([f6e57fe](https://github.com/sig-nine/era-ui/commit/f6e57fecc689979fbb5f1723ddee1a228ad86ab5))
3071
- * **sidebar:** wrap Command items in Group and tighten filter ([53332d8](https://github.com/sig-nine/era-ui/commit/53332d80a038f4965937730e8a16e03c2a632f7d))
3072
- * SSR-safe Provider eliminates FOUC, restore [@source](https://github.com/source) for consumers ([98d2d63](https://github.com/sig-nine/era-ui/commit/98d2d63d4ba3e0f5683df240e1e1e80ac5373ab9))
3073
- * SSR-safe Provider, remove [@source](https://github.com/source) from distributed CSS ([b18dbe4](https://github.com/sig-nine/era-ui/commit/b18dbe4f8a04146e675b2317bc13105dd12e6a8f))
3074
- * unify roundness across standalone large containers ([ebec16d](https://github.com/sig-nine/era-ui/commit/ebec16d112c306ee3ff059ccf6bd0a187f4d0d48))
3075
-
2923
+ - All legacy CSS custom-property aliases removed. Consumers of these token names must migrate to the canonical names listed above.
2924
+ - Button tone="danger" removed. Use tone="destructive".
2925
+ - Button size=\"xxs\" removed. Use size=\"icon\" or size=\"xs\".
2926
+ - Provider export removed. Replace <Provider mode="x" surface="y"> with <div data-mode="x" data-surface="y">.
2927
+
2928
+ ### Features
2929
+
2930
+ - add 16 new components, Label, add-component skill, fix menubar crash ([255a759](https://github.com/sig-nine/era-ui/commit/255a7591f8b320827e2f1d58a66ee33d500c4b6c))
2931
+ - add 5 new components, remove CSS side-effect import ([9edc4fd](https://github.com/sig-nine/era-ui/commit/9edc4fd97724b24212142216e2cd6fa8282a3b2c))
2932
+ - add 6 new components, token audit fixes, overflow-hidden for rounded containers ([fdac16c](https://github.com/sig-nine/era-ui/commit/fdac16cb8f56104e2ec23d1f2d33bac20069357d))
2933
+ - add background/foreground theme tokens, clean hover values ([b3afe6a](https://github.com/sig-nine/era-ui/commit/b3afe6aa08c9a095b91ef984e8d90dacb751dbae))
2934
+ - add density mode system, surface styles, and docs overhaul ([aacf777](https://github.com/sig-nine/era-ui/commit/aacf77710a58a18538684a51be6a36f32f880253))
2935
+ - add highlight token, tune hover values ([abf6898](https://github.com/sig-nine/era-ui/commit/abf6898e6194da8a2974d697106758605b90353b))
2936
+ - add Input, Switch components; rebuild Accordion, Toggle for consistency ([a7d1fbb](https://github.com/sig-nine/era-ui/commit/a7d1fbb38f2054237d7fe13620f726fdb57d2017))
2937
+ - add missing bits-ui primitive wrappers ([53f44d5](https://github.com/sig-nine/era-ui/commit/53f44d5f21ce365145fc648f3afc22673e833587))
2938
+ - badge, chip, code-block, kv, skeleton components + dense h-6 + rename slop to spacious ([e60e94b](https://github.com/sig-nine/era-ui/commit/e60e94bb5bda816c405877bd131aac5449e564ce))
2939
+ - **Button:** add link variant ([3edb4f4](https://github.com/sig-nine/era-ui/commit/3edb4f42484c3d81aada90b1292f8476305b1f36))
2940
+ - **dev:** scalable audit framework ([1d42e19](https://github.com/sig-nine/era-ui/commit/1d42e19dda08f0fbdf75d399593705884f4aeeb2))
2941
+ - **file-upload:** add input component with drag-and-drop ([5d64af7](https://github.com/sig-nine/era-ui/commit/5d64af7ddfe24067109bda8d5dd680f2e659ab1a))
2942
+ - font-agnostic library, :root token defaults, no global bleed ([1eaeff3](https://github.com/sig-nine/era-ui/commit/1eaeff3d93357ff917412da32512cf0c44877f39))
2943
+ - introduce --era-inset-{sm,md,lg} for text-aware content framing ([9758820](https://github.com/sig-nine/era-ui/commit/97588206d860001b600ba7f33c33305bcbafb735))
2944
+ - linear tier ladder + icon inset system ([661e86a](https://github.com/sig-nine/era-ui/commit/661e86a2a84c32b214b30e1cae597faf56bc1bce))
2945
+ - **Mode:** scoped system-axis override component ([cfdbb10](https://github.com/sig-nine/era-ui/commit/cfdbb10230a7f8b2c29149840c49a9c47481f83b))
2946
+ - **quickstart:** art-piece hero with 3D tier tower ([89e0047](https://github.com/sig-nine/era-ui/commit/89e004743d8326335733dcde044fd7f36ef0c11b))
2947
+ - refine Switch sizing, add dark/light toggle to top bar ([c268114](https://github.com/sig-nine/era-ui/commit/c26811436b46c9d84436b19f6f42f8a9f7d30733))
2948
+ - remove Provider component, use native data attributes ([95f2a0f](https://github.com/sig-nine/era-ui/commit/95f2a0f9ed5a93527adde4f552bdb2549e08326d))
2949
+ - **Select:** add Select.Value with chip rendering for multi-select ([6914860](https://github.com/sig-nine/era-ui/commit/6914860a0824616a46e0f5106abcbf2d866cc94d))
2950
+ - semantic color tokens, CSS dedup, quickstart page, accent button ([a721989](https://github.com/sig-nine/era-ui/commit/a7219892ec0d8de950ec5da7c56a4ca5e506a42f))
2951
+ - **sidebar:** badge pills and alias-aware filter ([8f2b9e8](https://github.com/sig-nine/era-ui/commit/8f2b9e8a159218bfd2135ebf7172d6ab562504d0))
2952
+ - Tailwind v4 modernization, pre-compiled CSS bundle, --era-divider-faded token ([58020b2](https://github.com/sig-nine/era-ui/commit/58020b2fe99ac338699a35bd56c19b32e30171c3))
2953
+ - **wrappers:** forward variant prop on Dialog/AlertDialog/Popover buttons ([8a13af5](https://github.com/sig-nine/era-ui/commit/8a13af5191c04136eca8fe73cbbecb024f675449))
2954
+
2955
+ ### Bug Fixes
2956
+
2957
+ - add gap-(--era-inset-md) to text+chevron triggers ([0023e59](https://github.com/sig-nine/era-ui/commit/0023e592d8db81006fa1d8a9e2b2afc8ce7d7425))
2958
+ - align ButtonGroup gap with --era-inset-sm ([271253f](https://github.com/sig-nine/era-ui/commit/271253f98d53b8c7fbef7dd2bd16463041b67f3c))
2959
+ - apply icon-inset-md to all trigger components ([9a0be3e](https://github.com/sig-nine/era-ui/commit/9a0be3e079692ed72cd25f9f6b58652fc1e32135))
2960
+ - badge and KV replace legacy px calc with --era-inset-sm ([56e50d7](https://github.com/sig-nine/era-ui/commit/56e50d79118f63ae1336d04dd5bea0f91ca8622f))
2961
+ - brighter hover tokens with clean OKLCH values ([da81384](https://github.com/sig-nine/era-ui/commit/da813847b9b10e0ad7a617027f1dd74bde254dd3))
2962
+ - **Button:** link variant hover only adds underline, no color shift ([7285706](https://github.com/sig-nine/era-ui/commit/728570651f78729624467b6a3a77eada659d756b))
2963
+ - **Button:** tighten link variant underline offset from 4 to 2 ([3ced2f4](https://github.com/sig-nine/era-ui/commit/3ced2f463634c3f4940daca537dd4da1131f999a))
2964
+ - **Chip:** stop pointerdown on dismiss button so chips work inside triggers ([a94bb12](https://github.com/sig-nine/era-ui/commit/a94bb1206066c10c7bdf7564accbd69c396a5ce7))
2965
+ - **Command:** use --era-gap tokens instead of --era-sp / arbitrary 3px ([27c1fda](https://github.com/sig-nine/era-ui/commit/27c1fda9ff3b5c7600a6fd07f3bbe35f4b55b49f))
2966
+ - continuous dropdowns in slop mode, lighter hover, remove leading-none ([4a65b56](https://github.com/sig-nine/era-ui/commit/4a65b564a9ddc7199d18a1dfb2ac32354b9d079a))
2967
+ - date picker trigger sizing drop sm-tier wrapper ([3b61aea](https://github.com/sig-nine/era-ui/commit/3b61aea92ffdf474c5917d8929b8b125d88056c3))
2968
+ - derive radii from tier heights for true concentricity ([fb4eec5](https://github.com/sig-nine/era-ui/commit/fb4eec5e8f542590b46e5f95de168a3c56f115d7))
2969
+ - **docs:** drop bg-hover accent spoof on dialog Confirm/Save buttons ([08cb0e6](https://github.com/sig-nine/era-ui/commit/08cb0e65ded0eb2f0f245ab86aea7a0649a35516))
2970
+ - **docs:** drop fake container chrome from button-group and tabs demos ([3e405b9](https://github.com/sig-nine/era-ui/commit/3e405b99a305752d356a61ecae5a71ba0f318ed5))
2971
+ - **docs:** tooltip demo uses real Button via Trigger child snippet ([550c6a3](https://github.com/sig-nine/era-ui/commit/550c6a3bfe9cfa94170416370a1a7b4b9c506804))
2972
+ - remove [@source](https://github.com/source) from distributed CSS to prevent consumer FOUC ([ed36450](https://github.com/sig-nine/era-ui/commit/ed36450420b98af973c468df3357895ac063b056))
2973
+ - restore date picker icon hover area with asymmetric input padding ([f6e57fe](https://github.com/sig-nine/era-ui/commit/f6e57fecc689979fbb5f1723ddee1a228ad86ab5))
2974
+ - **sidebar:** wrap Command items in Group and tighten filter ([53332d8](https://github.com/sig-nine/era-ui/commit/53332d80a038f4965937730e8a16e03c2a632f7d))
2975
+ - SSR-safe Provider eliminates FOUC, restore [@source](https://github.com/source) for consumers ([98d2d63](https://github.com/sig-nine/era-ui/commit/98d2d63d4ba3e0f5683df240e1e1e80ac5373ab9))
2976
+ - SSR-safe Provider, remove [@source](https://github.com/source) from distributed CSS ([b18dbe4](https://github.com/sig-nine/era-ui/commit/b18dbe4f8a04146e675b2317bc13105dd12e6a8f))
2977
+ - unify roundness across standalone large containers ([ebec16d](https://github.com/sig-nine/era-ui/commit/ebec16d112c306ee3ff059ccf6bd0a187f4d0d48))
3076
2978
 
3077
2979
  ### Performance Improvements
3078
2980
 
3079
- * **registry:** precompute search blob for matchEntry ([3e0933a](https://github.com/sig-nine/era-ui/commit/3e0933ad06deaef41e95681a0683345b5e04f844))
3080
-
2981
+ - **registry:** precompute search blob for matchEntry ([3e0933a](https://github.com/sig-nine/era-ui/commit/3e0933ad06deaef41e95681a0683345b5e04f844))
3081
2982
 
3082
2983
  ### Code Refactoring
3083
2984
 
3084
- * complete legacy token migration, drop alias block ([6d195d6](https://github.com/sig-nine/era-ui/commit/6d195d6f1a9c3cb30998d4b3c75a91a5924cab95))
3085
- * unify tone naming, tokenize hardcoded sizes, polish menu a11y ([f6c4c99](https://github.com/sig-nine/era-ui/commit/f6c4c99eae8efdcbb345935654290bd8bf1a7832))
2985
+ - complete legacy token migration, drop alias block ([6d195d6](https://github.com/sig-nine/era-ui/commit/6d195d6f1a9c3cb30998d4b3c75a91a5924cab95))
2986
+ - unify tone naming, tokenize hardcoded sizes, polish menu a11y ([f6c4c99](https://github.com/sig-nine/era-ui/commit/f6c4c99eae8efdcbb345935654290bd8bf1a7832))