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