@signal9/era-ui 34.0.2 → 34.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +703 -802
- package/dist/era-ui.css +1 -1
- package/dist/ui/alert/alert.svelte +49 -0
- package/dist/ui/alert/alert.svelte.d.ts +15 -0
- package/dist/ui/alert/fixture.svelte +13 -0
- package/dist/ui/alert/fixture.svelte.d.ts +18 -0
- package/dist/ui/alert/index.d.ts +2 -0
- package/dist/ui/alert/index.js +2 -0
- package/dist/ui/alert/variants.d.ts +30 -0
- package/dist/ui/alert/variants.js +18 -0
- package/package.json +13 -6
- package/skills/era-ui/SKILL.md +1 -0
- package/skills/era-ui/references/releases/0.md +397 -0
- package/skills/era-ui/references/releases/1.md +775 -0
- package/skills/era-ui/references/releases/10.md +23 -0
- package/skills/era-ui/references/releases/11.md +13 -0
- package/skills/era-ui/references/releases/12.md +53 -0
- package/skills/era-ui/references/releases/13.md +18 -0
- package/skills/era-ui/references/releases/14.md +41 -0
- package/skills/era-ui/references/releases/15.md +11 -0
- package/skills/era-ui/references/releases/16.md +17 -0
- package/skills/era-ui/references/releases/17.md +12 -0
- package/skills/era-ui/references/releases/18.md +11 -0
- package/skills/era-ui/references/releases/19.md +11 -0
- package/skills/era-ui/references/releases/2.md +510 -0
- package/skills/era-ui/references/releases/20.md +12 -0
- package/skills/era-ui/references/releases/21.md +19 -0
- package/skills/era-ui/references/releases/22.md +24 -0
- package/skills/era-ui/references/releases/23.md +53 -0
- package/skills/era-ui/references/releases/24.md +35 -0
- package/skills/era-ui/references/releases/25.md +36 -0
- package/skills/era-ui/references/releases/26.md +37 -0
- package/skills/era-ui/references/releases/27.md +16 -0
- package/skills/era-ui/references/releases/28.md +15 -0
- package/skills/era-ui/references/releases/29.md +17 -0
- package/skills/era-ui/references/releases/3.md +192 -0
- package/skills/era-ui/references/releases/30.md +115 -0
- package/skills/era-ui/references/releases/31.md +15 -0
- package/skills/era-ui/references/releases/32.md +21 -0
- package/skills/era-ui/references/releases/33.md +25 -0
- package/skills/era-ui/references/releases/34.md +39 -0
- package/skills/era-ui/references/releases/4.md +366 -0
- package/skills/era-ui/references/releases/5.md +43 -0
- package/skills/era-ui/references/releases/6.md +11 -0
- package/skills/era-ui/references/releases/7.md +17 -0
- package/skills/era-ui/references/releases/8.md +11 -0
- package/skills/era-ui/references/releases/9.md +11 -0
- package/skills/era-ui/references/releases/index.md +42 -0
|
@@ -0,0 +1,775 @@
|
|
|
1
|
+
# Era UI v1 release history
|
|
2
|
+
|
|
3
|
+
## [1.26.1](https://github.com/sig-nine/era-ui/compare/v1.26.0...v1.26.1) (2026-07-12)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **os:** backtick/Escape command-bar hotkeys, focus reveals across workspaces, review gap-closes ([d5dfc6b](https://github.com/sig-nine/era-ui/commit/d5dfc6bb424c0a609686b92c553292c8b4913c34))
|
|
8
|
+
|
|
9
|
+
## [1.26.0](https://github.com/sig-nine/era-ui/compare/v1.25.0...v1.26.0) (2026-07-12)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **command-bar:** terminal-style prompt with ghost completion and drill-in views ([add009e](https://github.com/sig-nine/era-ui/commit/add009e48fb61bd8c340dd81b4110bbaa32e2232))
|
|
14
|
+
* **utils:** tinykeys-style global hotkey engine ([d3059e1](https://github.com/sig-nine/era-ui/commit/d3059e19fc3f9c231020713eb5af59f60b2ea9a5))
|
|
15
|
+
|
|
16
|
+
## [1.25.0](https://github.com/sig-nine/era-ui/compare/v1.24.0...v1.25.0) (2026-07-12)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **os:** workspaces + a first-class geometry vocabulary in the window model ([6827d0e](https://github.com/sig-nine/era-ui/commit/6827d0ecf69c20c34dbd1ef9fb02a13d473f2375))
|
|
21
|
+
|
|
22
|
+
## [1.24.0](https://github.com/sig-nine/era-ui/compare/v1.23.4...v1.24.0) (2026-07-12)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **button:** warning tone ([37d5cf4](https://github.com/sig-nine/era-ui/commit/37d5cf488abe61883027db5a69368a497891e8dc))
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **os:** armed × previews wear the macOS traffic-light colours ([0d6b61b](https://github.com/sig-nine/era-ui/commit/0d6b61b38ebb1c7677b9c54dcfc1fc34951debdf))
|
|
31
|
+
|
|
32
|
+
## [1.23.4](https://github.com/sig-nine/era-ui/compare/v1.23.3...v1.23.4) (2026-07-12)
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **os:** maximize glyph sized to whole pixels, visibly smaller in the × ([96bb67e](https://github.com/sig-nine/era-ui/commit/96bb67e727079c7d9d4ebf3ec1c19e8a52487638))
|
|
37
|
+
|
|
38
|
+
## [1.23.3](https://github.com/sig-nine/era-ui/compare/v1.23.2...v1.23.3) (2026-07-12)
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* **os:** maximize preview glyph is the corner-bracket Maximize ([043c614](https://github.com/sig-nine/era-ui/commit/043c614131f1154167af1f31d6dc4aa057ddaef1))
|
|
43
|
+
|
|
44
|
+
## [1.23.2](https://github.com/sig-nine/era-ui/compare/v1.23.1...v1.23.2) (2026-07-12)
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* **os:** armed × previews read non-destructive ([787fde7](https://github.com/sig-nine/era-ui/commit/787fde7d5709484bdb363d4855486292cfda3a09))
|
|
49
|
+
|
|
50
|
+
## [1.23.1](https://github.com/sig-nine/era-ui/compare/v1.23.0...v1.23.1) (2026-07-12)
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **pane:** Ctrl-drag can't be intercepted by any pane content ([32b0d06](https://github.com/sig-nine/era-ui/commit/32b0d066f620c74422b0cf8397c6c0c795754b79))
|
|
55
|
+
|
|
56
|
+
## [1.23.0](https://github.com/sig-nine/era-ui/compare/v1.22.0...v1.23.0) (2026-07-12)
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* **command:** bare variant for embedding in an existing panel ([4d2cceb](https://github.com/sig-nine/era-ui/commit/4d2cceb923031e1f3e24167a690feb2a36e99c8f))
|
|
61
|
+
|
|
62
|
+
### Bug Fixes
|
|
63
|
+
|
|
64
|
+
* **os:** only the even --era-gap between the Library's controls and its pane ([db5bcf4](https://github.com/sig-nine/era-ui/commit/db5bcf4fdff672354b3d84d76fa1bd5c097d5cc9))
|
|
65
|
+
|
|
66
|
+
## [1.22.0](https://github.com/sig-nine/era-ui/compare/v1.21.0...v1.22.0) (2026-07-12)
|
|
67
|
+
|
|
68
|
+
### Features
|
|
69
|
+
|
|
70
|
+
* **docs:** fold guides into the Library filter, drop the Components title ([21536d0](https://github.com/sig-nine/era-ui/commit/21536d0b937acf3f4eef961fb51bbc4413682d0e))
|
|
71
|
+
|
|
72
|
+
## [1.21.0](https://github.com/sig-nine/era-ui/compare/v1.20.0...v1.21.0) (2026-07-12)
|
|
73
|
+
|
|
74
|
+
### Features
|
|
75
|
+
|
|
76
|
+
* **os:** floating taskbar variant; docs bar matches the old top bar ([e086144](https://github.com/sig-nine/era-ui/commit/e086144c84409e1c0cc10157da18e2f64fbafde8))
|
|
77
|
+
|
|
78
|
+
## [1.20.0](https://github.com/sig-nine/era-ui/compare/v1.19.0...v1.20.0) (2026-07-12)
|
|
79
|
+
|
|
80
|
+
### Features
|
|
81
|
+
|
|
82
|
+
* **docs:** run the whole docs site inside the OS shell ([d1eecec](https://github.com/sig-nine/era-ui/commit/d1eecec9353a2b20e70a31ba1a4e6d05346fa60d))
|
|
83
|
+
|
|
84
|
+
## [1.19.0](https://github.com/sig-nine/era-ui/compare/v1.18.1...v1.19.0) (2026-07-12)
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* **os:** taskbar edge docking + start/end chrome slots ([036fa13](https://github.com/sig-nine/era-ui/commit/036fa13b0a9786a4dda2f95273b064ff702d1094))
|
|
89
|
+
|
|
90
|
+
## [1.18.1](https://github.com/sig-nine/era-ui/compare/v1.18.0...v1.18.1) (2026-07-11)
|
|
91
|
+
|
|
92
|
+
### Bug Fixes
|
|
93
|
+
|
|
94
|
+
* **os:** restore drag-by-× on windows ([6fe08ca](https://github.com/sig-nine/era-ui/commit/6fe08ca11ca2460e32e510f1d608bb8d83ae5612))
|
|
95
|
+
|
|
96
|
+
## [1.18.0](https://github.com/sig-nine/era-ui/compare/v1.17.0...v1.18.0) (2026-07-11)
|
|
97
|
+
|
|
98
|
+
### Features
|
|
99
|
+
|
|
100
|
+
* **os:** drag containment — windows can never become unrecoverable ([e871951](https://github.com/sig-nine/era-ui/commit/e871951f0da44d500783e5b2e395c33adbb144d1))
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
* **pane:** fast flicks reliably start a drag ([76e4e88](https://github.com/sig-nine/era-ui/commit/76e4e8888f707bb23529029b83dc029e44d3a9f1))
|
|
105
|
+
|
|
106
|
+
## [1.17.0](https://github.com/sig-nine/era-ui/compare/v1.16.0...v1.17.0) (2026-07-11)
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
* **os:** middle-click the × toggles maximize ([4032b9e](https://github.com/sig-nine/era-ui/commit/4032b9e36264e278471438caccd200b3bb3bf6b0))
|
|
111
|
+
|
|
112
|
+
## [1.16.0](https://github.com/sig-nine/era-ui/compare/v1.15.7...v1.16.0) (2026-07-11)
|
|
113
|
+
|
|
114
|
+
### Features
|
|
115
|
+
|
|
116
|
+
* **tokens:** complete the concentric-inset ladder; document the law ([bc09f63](https://github.com/sig-nine/era-ui/commit/bc09f63e068f8f4646a91f02d600285b75ca2001))
|
|
117
|
+
|
|
118
|
+
## [1.15.7](https://github.com/sig-nine/era-ui/compare/v1.15.6...v1.15.7) (2026-07-11)
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
122
|
+
* **os,command:** launcher uses the Command panel bare; icons at the icon tier ([23f1a8d](https://github.com/sig-nine/era-ui/commit/23f1a8db106cd5f8c6d3c817573d95666b4f14a2))
|
|
123
|
+
|
|
124
|
+
## [1.15.6](https://github.com/sig-nine/era-ui/compare/v1.15.5...v1.15.6) (2026-07-11)
|
|
125
|
+
|
|
126
|
+
### Bug Fixes
|
|
127
|
+
|
|
128
|
+
* **os:** commit right-click minimize on release, not press ([d7799e5](https://github.com/sig-nine/era-ui/commit/d7799e5b2ef26244c92475eb0b093f69d138660d))
|
|
129
|
+
|
|
130
|
+
## [1.15.5](https://github.com/sig-nine/era-ui/compare/v1.15.4...v1.15.5) (2026-07-11)
|
|
131
|
+
|
|
132
|
+
### Bug Fixes
|
|
133
|
+
|
|
134
|
+
* **pane:** concentric corners the right way round — pane rd-sm, × keeps rd-xs ([0e685a5](https://github.com/sig-nine/era-ui/commit/0e685a5234467aa3814e35d8ba54f6504a2acba1))
|
|
135
|
+
|
|
136
|
+
## [1.15.4](https://github.com/sig-nine/era-ui/compare/v1.15.3...v1.15.4) (2026-07-11)
|
|
137
|
+
|
|
138
|
+
### Bug Fixes
|
|
139
|
+
|
|
140
|
+
* **os:** round the taskbar's exposed outer corners ([6afc4e7](https://github.com/sig-nine/era-ui/commit/6afc4e754068cca88653cbc5cf0721ee63f2a0f6))
|
|
141
|
+
|
|
142
|
+
## [1.15.3](https://github.com/sig-nine/era-ui/compare/v1.15.2...v1.15.3) (2026-07-11)
|
|
143
|
+
|
|
144
|
+
### Bug Fixes
|
|
145
|
+
|
|
146
|
+
* **pane,os:** concentric close-button radius; taskbar items are real Buttons ([97d7fca](https://github.com/sig-nine/era-ui/commit/97d7fca103fe85c3eb5fd089216ca113c3303abc))
|
|
147
|
+
|
|
148
|
+
## [1.15.2](https://github.com/sig-nine/era-ui/compare/v1.15.1...v1.15.2) (2026-07-11)
|
|
149
|
+
|
|
150
|
+
### Bug Fixes
|
|
151
|
+
|
|
152
|
+
* **os:** inset status accent bars past the panel frame ([11153c3](https://github.com/sig-nine/era-ui/commit/11153c3b70ce67abfee4928e0deb0eca6d745a99))
|
|
153
|
+
|
|
154
|
+
## [1.15.1](https://github.com/sig-nine/era-ui/compare/v1.15.0...v1.15.1) (2026-07-11)
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* **pane:** align handle divider inset ([6a33132](https://github.com/sig-nine/era-ui/commit/6a33132012cfc8414cea63e82c24605a306bb2e3))
|
|
159
|
+
|
|
160
|
+
## [1.15.0](https://github.com/sig-nine/era-ui/compare/v1.14.3...v1.15.0) (2026-07-11)
|
|
161
|
+
|
|
162
|
+
### Features
|
|
163
|
+
|
|
164
|
+
* **icons:** add global lucide stroke token ([b1d505d](https://github.com/sig-nine/era-ui/commit/b1d505d34fd69dad5229d92bf6b6d4a18ddee6af))
|
|
165
|
+
* **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))
|
|
166
|
+
|
|
167
|
+
### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* **pane:** align handle divider inset ([6c8b04b](https://github.com/sig-nine/era-ui/commit/6c8b04b52bbdb425252188f0abe89bc652eada12))
|
|
170
|
+
|
|
171
|
+
## [1.14.3](https://github.com/sig-nine/era-ui/compare/v1.14.2...v1.14.3) (2026-07-11)
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
* **card:** preserve optical card padding ([11664a3](https://github.com/sig-nine/era-ui/commit/11664a38b0e575b8c4c338f0cabe1dc17f73a743))
|
|
176
|
+
|
|
177
|
+
## [1.14.2](https://github.com/sig-nine/era-ui/compare/v1.14.1...v1.14.2) (2026-07-11)
|
|
178
|
+
|
|
179
|
+
### Bug Fixes
|
|
180
|
+
|
|
181
|
+
* **os,docs:** give icon buttons concentric padding + even height ([83d9854](https://github.com/sig-nine/era-ui/commit/83d9854398621000a46ab1c68b9d3cec82da7414))
|
|
182
|
+
|
|
183
|
+
## [1.14.1](https://github.com/sig-nine/era-ui/compare/v1.14.0...v1.14.1) (2026-07-11)
|
|
184
|
+
|
|
185
|
+
### Bug Fixes
|
|
186
|
+
|
|
187
|
+
* **pane:** gate drags per-pointerdown so ctrl-drag can never desync ([366f7a7](https://github.com/sig-nine/era-ui/commit/366f7a749ba5bcd1414cb82e9560a3a38f5df734))
|
|
188
|
+
|
|
189
|
+
## [1.14.0](https://github.com/sig-nine/era-ui/compare/v1.13.1...v1.14.0) (2026-07-10)
|
|
190
|
+
|
|
191
|
+
### Features
|
|
192
|
+
|
|
193
|
+
* **os:** drop maximize; minimize via right-click on the close button ([36c349a](https://github.com/sig-nine/era-ui/commit/36c349a80d766ebf10cf0eaca0100872b4cb7fda))
|
|
194
|
+
|
|
195
|
+
## [1.13.1](https://github.com/sig-nine/era-ui/compare/v1.13.0...v1.13.1) (2026-07-10)
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* **os:** resolve eslint issues ([f8559c8](https://github.com/sig-nine/era-ui/commit/f8559c881c8fd4424c913a8191e3f1b4d763fb84))
|
|
200
|
+
|
|
201
|
+
## [1.13.0](https://github.com/sig-nine/era-ui/compare/v1.12.3...v1.13.0) (2026-07-10)
|
|
202
|
+
|
|
203
|
+
### Features
|
|
204
|
+
|
|
205
|
+
* **os:** Desktop host, Window, Taskbar, Toaster, notification center, Launcher ([0231566](https://github.com/sig-nine/era-ui/commit/0231566dc19dbdeaf4ea9065529d889e102deeed))
|
|
206
|
+
* **os:** window-manager + notification stores and layer model ([213d0d0](https://github.com/sig-nine/era-ui/commit/213d0d0d466eddb9c8ce94a97f08c14c33942ca9))
|
|
207
|
+
|
|
208
|
+
## [1.12.3](https://github.com/sig-nine/era-ui/compare/v1.12.2...v1.12.3) (2026-07-10)
|
|
209
|
+
|
|
210
|
+
### Bug Fixes
|
|
211
|
+
|
|
212
|
+
* **pane:** don't let Ctrl-clicks switch tabs ([193d46d](https://github.com/sig-nine/era-ui/commit/193d46d29d7f025570ab64973a9f0c00171bd2ae))
|
|
213
|
+
|
|
214
|
+
## [1.12.2](https://github.com/sig-nine/era-ui/compare/v1.12.1...v1.12.2) (2026-07-10)
|
|
215
|
+
|
|
216
|
+
### Bug Fixes
|
|
217
|
+
|
|
218
|
+
* **pane:** keep Ctrl-drag working after a resize ([ccc56c0](https://github.com/sig-nine/era-ui/commit/ccc56c0705658e469e8c3763b269afb9d8f7ce93))
|
|
219
|
+
|
|
220
|
+
## [1.12.1](https://github.com/sig-nine/era-ui/compare/v1.12.0...v1.12.1) (2026-07-10)
|
|
221
|
+
|
|
222
|
+
### Bug Fixes
|
|
223
|
+
|
|
224
|
+
* **pane:** suppress text selection during Ctrl-drag ([ad92f8c](https://github.com/sig-nine/era-ui/commit/ad92f8c6c8ef7f77e9668af8d4a5f5791c30c893))
|
|
225
|
+
|
|
226
|
+
## [1.12.0](https://github.com/sig-nine/era-ui/compare/v1.11.6...v1.12.0) (2026-07-10)
|
|
227
|
+
|
|
228
|
+
### Features
|
|
229
|
+
|
|
230
|
+
* **pane:** Ctrl-drag the pane from anywhere on its content ([b425354](https://github.com/sig-nine/era-ui/commit/b425354c0b0558f69ad5c1be348575614401da85))
|
|
231
|
+
|
|
232
|
+
## [1.11.6](https://github.com/sig-nine/era-ui/compare/v1.11.5...v1.11.6) (2026-07-10)
|
|
233
|
+
|
|
234
|
+
### Performance Improvements
|
|
235
|
+
|
|
236
|
+
* **pane:** match will-change to neodrag's property; hide debug zones ([747718a](https://github.com/sig-nine/era-ui/commit/747718aa7fbfb11e6a008d1b8255b6ae187ff6ad))
|
|
237
|
+
|
|
238
|
+
## [1.11.5](https://github.com/sig-nine/era-ui/compare/v1.11.4...v1.11.5) (2026-07-10)
|
|
239
|
+
|
|
240
|
+
### Bug Fixes
|
|
241
|
+
|
|
242
|
+
* **pane:** stop the far edge wiggling during top/left resize ([506760b](https://github.com/sig-nine/era-ui/commit/506760b05ad308803e815e68072db116f6db1908))
|
|
243
|
+
|
|
244
|
+
## [1.11.4](https://github.com/sig-nine/era-ui/compare/v1.11.3...v1.11.4) (2026-07-10)
|
|
245
|
+
|
|
246
|
+
### Bug Fixes
|
|
247
|
+
|
|
248
|
+
* **pane:** size corner squares to the blue rail thickness ([a6a4782](https://github.com/sig-nine/era-ui/commit/a6a47827961fc20860f0735411cd6779743ae43b))
|
|
249
|
+
|
|
250
|
+
## [1.11.3](https://github.com/sig-nine/era-ui/compare/v1.11.2...v1.11.3) (2026-07-10)
|
|
251
|
+
|
|
252
|
+
### Bug Fixes
|
|
253
|
+
|
|
254
|
+
* **pane:** edges stop before the corners instead of running under them ([df094f1](https://github.com/sig-nine/era-ui/commit/df094f1d1a3641d747a8dc2786de99753f294769))
|
|
255
|
+
|
|
256
|
+
## [1.11.2](https://github.com/sig-nine/era-ui/compare/v1.11.1...v1.11.2) (2026-07-10)
|
|
257
|
+
|
|
258
|
+
### Bug Fixes
|
|
259
|
+
|
|
260
|
+
* **pane:** even corner protrusion — all corners straddle like se ([4ed0957](https://github.com/sig-nine/era-ui/commit/4ed095754e20a7345b3bf179fd3756fe1ff996d1))
|
|
261
|
+
|
|
262
|
+
## [1.11.1](https://github.com/sig-nine/era-ui/compare/v1.11.0...v1.11.1) (2026-07-10)
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
* **pane:** thin resize bars to the close-button gap; right bar overlays it ([91a2394](https://github.com/sig-nine/era-ui/commit/91a23940c290a08b7fbb1df136dbbfd9bc621df8))
|
|
267
|
+
|
|
268
|
+
## [1.11.0](https://github.com/sig-nine/era-ui/compare/v1.10.4...v1.11.0) (2026-07-10)
|
|
269
|
+
|
|
270
|
+
### Features
|
|
271
|
+
|
|
272
|
+
* **pane:** let tabs drag the pane ([e44a800](https://github.com/sig-nine/era-ui/commit/e44a800ca2db710eb693c6c128c25a326cb9b536))
|
|
273
|
+
|
|
274
|
+
## [1.10.4](https://github.com/sig-nine/era-ui/compare/v1.10.3...v1.10.4) (2026-07-10)
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
* **pane:** paint corner resize zones above the edges ([f253c90](https://github.com/sig-nine/era-ui/commit/f253c90c3a18de3778c5401b2244dffae99f0b25))
|
|
279
|
+
|
|
280
|
+
## [1.10.3](https://github.com/sig-nine/era-ui/compare/v1.10.2...v1.10.3) (2026-07-10)
|
|
281
|
+
|
|
282
|
+
### Bug Fixes
|
|
283
|
+
|
|
284
|
+
* **pane:** bleed right + bottom resize handles ~6px inward ([9be865b](https://github.com/sig-nine/era-ui/commit/9be865b55f87c496a9f92506f6a3a4c4f7a10738))
|
|
285
|
+
|
|
286
|
+
## [1.10.2](https://github.com/sig-nine/era-ui/compare/v1.10.1...v1.10.2) (2026-07-10)
|
|
287
|
+
|
|
288
|
+
### Bug Fixes
|
|
289
|
+
|
|
290
|
+
* **pane:** stop tab descenders being clipped ([78dcec1](https://github.com/sig-nine/era-ui/commit/78dcec17b24fc6dde5d481b6e0ca49663aa2d3f6))
|
|
291
|
+
|
|
292
|
+
## [1.10.1](https://github.com/sig-nine/era-ui/compare/v1.10.0...v1.10.1) (2026-07-10)
|
|
293
|
+
|
|
294
|
+
### Bug Fixes
|
|
295
|
+
|
|
296
|
+
* **pane:** restore h-xs close button, trim tab pills slightly ([6a742fb](https://github.com/sig-nine/era-ui/commit/6a742fb5563a5dfabfccb60b2c278c9ea0c3e6a7))
|
|
297
|
+
|
|
298
|
+
## [1.10.0](https://github.com/sig-nine/era-ui/compare/v1.9.0...v1.10.0) (2026-07-10)
|
|
299
|
+
|
|
300
|
+
### Features
|
|
301
|
+
|
|
302
|
+
* **pane:** close button uses the new xxs size to match the tab highlights ([df9a8a7](https://github.com/sig-nine/era-ui/commit/df9a8a74890366861755078d9d91c2d83d8f6a4f))
|
|
303
|
+
|
|
304
|
+
## [1.9.0](https://github.com/sig-nine/era-ui/compare/v1.8.8...v1.9.0) (2026-07-10)
|
|
305
|
+
|
|
306
|
+
### Features
|
|
307
|
+
|
|
308
|
+
* **button:** add an xxs size (h-xxs) between xs and sm ([fe9f147](https://github.com/sig-nine/era-ui/commit/fe9f1479d984da135fe1415e0a55a16d007a86cb))
|
|
309
|
+
|
|
310
|
+
## [1.8.8](https://github.com/sig-nine/era-ui/compare/v1.8.7...v1.8.8) (2026-07-09)
|
|
311
|
+
|
|
312
|
+
### Bug Fixes
|
|
313
|
+
|
|
314
|
+
* **pane:** flush tight layout — whole top draggable, original spacing ([dcb6eb0](https://github.com/sig-nine/era-ui/commit/dcb6eb0cf12b906efa27dfc284f29bc05afa0c81))
|
|
315
|
+
|
|
316
|
+
## [1.8.7](https://github.com/sig-nine/era-ui/compare/v1.8.6...v1.8.7) (2026-07-09)
|
|
317
|
+
|
|
318
|
+
### Bug Fixes
|
|
319
|
+
|
|
320
|
+
* **pane:** resize handles as a pure outer moat, clear of the whole pane ([5914d14](https://github.com/sig-nine/era-ui/commit/5914d143f2413474db1f5cf37d2a58de47593bf6))
|
|
321
|
+
|
|
322
|
+
## [1.8.6](https://github.com/sig-nine/era-ui/compare/v1.8.5...v1.8.6) (2026-07-09)
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
* **pane:** match the top resize bar's external thickness to the sides ([059f187](https://github.com/sig-nine/era-ui/commit/059f187fdc49ec78b0cd90bdb08b4cb0f86970e4))
|
|
327
|
+
|
|
328
|
+
## [1.8.5](https://github.com/sig-nine/era-ui/compare/v1.8.4...v1.8.5) (2026-07-09)
|
|
329
|
+
|
|
330
|
+
### Bug Fixes
|
|
331
|
+
|
|
332
|
+
* **pane:** lift the pane content above the resize rails ([c931097](https://github.com/sig-nine/era-ui/commit/c931097ab8acaabdbb362ad2efa7bf3eda73f710))
|
|
333
|
+
|
|
334
|
+
## [1.8.4](https://github.com/sig-nine/era-ui/compare/v1.8.3...v1.8.4) (2026-07-09)
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
* **pane:** halve the edge resize-band thickness ([772afd6](https://github.com/sig-nine/era-ui/commit/772afd63f0bade50b143d7f91af253d3a349173b))
|
|
339
|
+
|
|
340
|
+
## [1.8.3](https://github.com/sig-nine/era-ui/compare/v1.8.2...v1.8.3) (2026-07-09)
|
|
341
|
+
|
|
342
|
+
### Bug Fixes
|
|
343
|
+
|
|
344
|
+
* **pane:** top resize handle protrudes outward only, clear of the drag bar ([cbb262f](https://github.com/sig-nine/era-ui/commit/cbb262f04a83f63142aa9d341a2198902d3a25ff))
|
|
345
|
+
|
|
346
|
+
## [1.8.2](https://github.com/sig-nine/era-ui/compare/v1.8.1...v1.8.2) (2026-07-09)
|
|
347
|
+
|
|
348
|
+
### Bug Fixes
|
|
349
|
+
|
|
350
|
+
* **pane:** even, smaller resize handles that meet at the corners ([99f314c](https://github.com/sig-nine/era-ui/commit/99f314ca1d002daa96e9f3bf03fd5b85ae0f800c))
|
|
351
|
+
|
|
352
|
+
## [1.8.1](https://github.com/sig-nine/era-ui/compare/v1.8.0...v1.8.1) (2026-07-09)
|
|
353
|
+
|
|
354
|
+
### Bug Fixes
|
|
355
|
+
|
|
356
|
+
* **pane:** restore the close button as a concentric square icon + resize perf ([dc58d36](https://github.com/sig-nine/era-ui/commit/dc58d36deef16263ece695619c56c26a41a37074))
|
|
357
|
+
|
|
358
|
+
## [1.8.0](https://github.com/sig-nine/era-ui/compare/v1.7.4...v1.8.0) (2026-07-09)
|
|
359
|
+
|
|
360
|
+
### Features
|
|
361
|
+
|
|
362
|
+
* **pane:** full resize handle set (edges + corners) that bleeds outward ([7183895](https://github.com/sig-nine/era-ui/commit/7183895f63e91adae4c39e2c4a0fe08c598688ad))
|
|
363
|
+
|
|
364
|
+
## [1.7.4](https://github.com/sig-nine/era-ui/compare/v1.7.3...v1.7.4) (2026-07-09)
|
|
365
|
+
|
|
366
|
+
### Bug Fixes
|
|
367
|
+
|
|
368
|
+
* **pane:** keep the close glyph flush at the bar's edge rhythm ([9a2cc42](https://github.com/sig-nine/era-ui/commit/9a2cc42913180feabc775d4b9a1c617dcd5a12ab))
|
|
369
|
+
|
|
370
|
+
## [1.7.3](https://github.com/sig-nine/era-ui/compare/v1.7.2...v1.7.3) (2026-07-09)
|
|
371
|
+
|
|
372
|
+
### Bug Fixes
|
|
373
|
+
|
|
374
|
+
* **pane:** match the close button size to the tab highlight ([accb8ee](https://github.com/sig-nine/era-ui/commit/accb8ee6eec7ee9e47487bdc53b80660d13fbc5b))
|
|
375
|
+
|
|
376
|
+
## [1.7.2](https://github.com/sig-nine/era-ui/compare/v1.7.1...v1.7.2) (2026-07-09)
|
|
377
|
+
|
|
378
|
+
### Bug Fixes
|
|
379
|
+
|
|
380
|
+
* **pane:** stop the pane snapping to 0,0 while resizing ([31367b6](https://github.com/sig-nine/era-ui/commit/31367b6017fa76370bbe547a99a4f4587a1c431c))
|
|
381
|
+
|
|
382
|
+
## [1.7.1](https://github.com/sig-nine/era-ui/compare/v1.7.0...v1.7.1) (2026-07-09)
|
|
383
|
+
|
|
384
|
+
### Bug Fixes
|
|
385
|
+
|
|
386
|
+
* **pane:** concentric rounded handle + content panels ([c2c224a](https://github.com/sig-nine/era-ui/commit/c2c224af4aa968f1d1d88876a7921144b0aa4edb))
|
|
387
|
+
* **pane:** keep the wheel on the tab strip at its ends ([8931ec0](https://github.com/sig-nine/era-ui/commit/8931ec0df5bbae4f0f03ded6dc6ceef76e02bfa7))
|
|
388
|
+
|
|
389
|
+
## [1.7.0](https://github.com/sig-nine/era-ui/compare/v1.6.0...v1.7.0) (2026-07-09)
|
|
390
|
+
|
|
391
|
+
### Features
|
|
392
|
+
|
|
393
|
+
* **pane:** let the close button drag the pane on an incomplete click ([6898eb4](https://github.com/sig-nine/era-ui/commit/6898eb4e5cfba8d81cc210afdce32b3cb322233d))
|
|
394
|
+
|
|
395
|
+
## [1.6.0](https://github.com/sig-nine/era-ui/compare/v1.5.1...v1.6.0) (2026-07-09)
|
|
396
|
+
|
|
397
|
+
### Features
|
|
398
|
+
|
|
399
|
+
* **pane:** scroll the overflowing tab strip with the mouse wheel ([dbb169c](https://github.com/sig-nine/era-ui/commit/dbb169c7ebe306d1b45fc002d9db68fb01b6d872))
|
|
400
|
+
|
|
401
|
+
## [1.5.1](https://github.com/sig-nine/era-ui/compare/v1.5.0...v1.5.1) (2026-07-09)
|
|
402
|
+
|
|
403
|
+
### Bug Fixes
|
|
404
|
+
|
|
405
|
+
* **docs:** consolidate the pane demo into one configurable playground ([01a6ea3](https://github.com/sig-nine/era-ui/commit/01a6ea340f8ded6470a9e754017e9f0b50e8799b))
|
|
406
|
+
|
|
407
|
+
## [1.5.0](https://github.com/sig-nine/era-ui/compare/v1.4.4...v1.5.0) (2026-07-09)
|
|
408
|
+
|
|
409
|
+
### Features
|
|
410
|
+
|
|
411
|
+
* **pane:** scroll the tab strip when it overflows a narrow pane ([bf20871](https://github.com/sig-nine/era-ui/commit/bf208710c4fd26a415e0e628cf656cfec34eb9a6))
|
|
412
|
+
|
|
413
|
+
## [1.4.4](https://github.com/sig-nine/era-ui/compare/v1.4.3...v1.4.4) (2026-07-09)
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
* **pane:** keep the whole handle draggable after a resize ([0bc27ca](https://github.com/sig-nine/era-ui/commit/0bc27ca81a9be3226d2be7904ac83cd46538519a))
|
|
418
|
+
|
|
419
|
+
## [1.4.3](https://github.com/sig-nine/era-ui/compare/v1.4.2...v1.4.3) (2026-07-09)
|
|
420
|
+
|
|
421
|
+
### Bug Fixes
|
|
422
|
+
|
|
423
|
+
* **select:** stop Value overflow-hidden from clipping the first chip ([aad435e](https://github.com/sig-nine/era-ui/commit/aad435ecba57023aeb5bdf3e4d150ea73a9646a3))
|
|
424
|
+
|
|
425
|
+
## [1.4.2](https://github.com/sig-nine/era-ui/compare/v1.4.1...v1.4.2) (2026-07-09)
|
|
426
|
+
|
|
427
|
+
### Bug Fixes
|
|
428
|
+
|
|
429
|
+
* **chip:** size multi-select chips to the nesting tier for even padding ([767f641](https://github.com/sig-nine/era-ui/commit/767f641f0f283263f6a38fd3b03bda3a74695999))
|
|
430
|
+
|
|
431
|
+
## [1.4.1](https://github.com/sig-nine/era-ui/compare/v1.4.0...v1.4.1) (2026-07-09)
|
|
432
|
+
|
|
433
|
+
### Bug Fixes
|
|
434
|
+
|
|
435
|
+
* **pane:** compose the internal Tabs primitive for the pane tabs ([5719873](https://github.com/sig-nine/era-ui/commit/5719873581cc5cc5d556843bcc28ebbef6e75872))
|
|
436
|
+
|
|
437
|
+
## [1.4.0](https://github.com/sig-nine/era-ui/compare/v1.3.1...v1.4.0) (2026-07-09)
|
|
438
|
+
|
|
439
|
+
### Features
|
|
440
|
+
|
|
441
|
+
* **docs:** add reconstructable code snippets to the pane examples ([6934724](https://github.com/sig-nine/era-ui/commit/6934724c512cbca1d2bf6b8dba6edf205e017736))
|
|
442
|
+
|
|
443
|
+
## [1.3.1](https://github.com/sig-nine/era-ui/compare/v1.3.0...v1.3.1) (2026-07-09)
|
|
444
|
+
|
|
445
|
+
### Bug Fixes
|
|
446
|
+
|
|
447
|
+
* **pane:** quieter handle bar, roomier tab pills ([2179f21](https://github.com/sig-nine/era-ui/commit/2179f21dbca262d621e3619ae9bba1a110e446a5))
|
|
448
|
+
|
|
449
|
+
## [1.3.0](https://github.com/sig-nine/era-ui/compare/v1.2.1...v1.3.0) (2026-07-09)
|
|
450
|
+
|
|
451
|
+
### Features
|
|
452
|
+
|
|
453
|
+
* **docs:** float new components to the top of the components list ([1e358b8](https://github.com/sig-nine/era-ui/commit/1e358b8b83c94f7cd1d296c8d85733564c1f96aa))
|
|
454
|
+
|
|
455
|
+
## [1.2.1](https://github.com/sig-nine/era-ui/compare/v1.2.0...v1.2.1) (2026-07-09)
|
|
456
|
+
|
|
457
|
+
### Bug Fixes
|
|
458
|
+
|
|
459
|
+
* **docs:** let the components list scroll in the mobile nav sheet ([8b6b76e](https://github.com/sig-nine/era-ui/commit/8b6b76ef80559d94b4e3c3db4fbbe0d0bed77974))
|
|
460
|
+
|
|
461
|
+
## [1.2.0](https://github.com/sig-nine/era-ui/compare/v1.1.2...v1.2.0) (2026-07-09)
|
|
462
|
+
|
|
463
|
+
### Features
|
|
464
|
+
|
|
465
|
+
* **pane:** compound sub-components with tabs in the drag bar + resizing ([4b670a1](https://github.com/sig-nine/era-ui/commit/4b670a1156e6fb7b945e83ce2d4ba806fd847e3d))
|
|
466
|
+
|
|
467
|
+
## [1.1.2](https://github.com/sig-nine/era-ui/compare/v1.1.1...v1.1.2) (2026-07-09)
|
|
468
|
+
|
|
469
|
+
### Bug Fixes
|
|
470
|
+
|
|
471
|
+
* **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))
|
|
472
|
+
|
|
473
|
+
## [1.1.1](https://github.com/sig-nine/era-ui/compare/v1.1.0...v1.1.1) (2026-07-09)
|
|
474
|
+
|
|
475
|
+
### Bug Fixes
|
|
476
|
+
|
|
477
|
+
* **card:** drop stray padding on sectioned button cards ([96c5464](https://github.com/sig-nine/era-ui/commit/96c5464809c462e294334a94306a1843989bcb31))
|
|
478
|
+
* **ci:** publish to npmjs.org alongside GitHub Packages ([0592c0b](https://github.com/sig-nine/era-ui/commit/0592c0b715e10e627b9c5a1ce2a73dd8c35630be))
|
|
479
|
+
|
|
480
|
+
## [1.1.0](https://github.com/sig-nine/era-ui/compare/v1.0.4...v1.1.0) (2026-07-09)
|
|
481
|
+
|
|
482
|
+
### Features
|
|
483
|
+
|
|
484
|
+
* **command:** add optional search icon to command input ([3e9dea8](https://github.com/sig-nine/era-ui/commit/3e9dea88ec285dbfffda907278b344a37577cd1f))
|
|
485
|
+
|
|
486
|
+
## [1.0.4](https://github.com/sig-nine/era-ui/compare/v1.0.3...v1.0.4) (2026-07-09)
|
|
487
|
+
|
|
488
|
+
### Bug Fixes
|
|
489
|
+
|
|
490
|
+
* **surface:** remove the clay surface ([ccf9fa8](https://github.com/sig-nine/era-ui/commit/ccf9fa889bf8163dce1f89a3d75682ecff02dbef))
|
|
491
|
+
|
|
492
|
+
## [1.0.3](https://github.com/sig-nine/era-ui/compare/v1.0.2...v1.0.3) (2026-07-09)
|
|
493
|
+
|
|
494
|
+
### Bug Fixes
|
|
495
|
+
|
|
496
|
+
* **ci:** deploy main HEAD so the released version is baked ([6c99061](https://github.com/sig-nine/era-ui/commit/6c9906137191f4cc80482ba142a2908fb899ce72))
|
|
497
|
+
|
|
498
|
+
## [1.0.2](https://github.com/sig-nine/era-ui/compare/v1.0.1...v1.0.2) (2026-07-08)
|
|
499
|
+
|
|
500
|
+
### Bug Fixes
|
|
501
|
+
|
|
502
|
+
* **glass:** frost floating menus — raise elevated fill opacity ([8f28cd1](https://github.com/sig-nine/era-ui/commit/8f28cd19ec0b8e1e8b0576a98c0a1e631ee19ab1))
|
|
503
|
+
|
|
504
|
+
## [1.0.1](https://github.com/sig-nine/era-ui/compare/v1.0.0...v1.0.1) (2026-07-08)
|
|
505
|
+
|
|
506
|
+
### Bug Fixes
|
|
507
|
+
|
|
508
|
+
* **docs:** pin root font-size so density renders at true scale ([3c49506](https://github.com/sig-nine/era-ui/commit/3c4950652b068abfbb9b96e6b8e71e9245c7b0c7))
|
|
509
|
+
|
|
510
|
+
## 1.0.0 (2026-07-08)
|
|
511
|
+
|
|
512
|
+
### ⚠ BREAKING CHANGES
|
|
513
|
+
|
|
514
|
+
* All legacy CSS custom-property aliases removed. Consumers
|
|
515
|
+
of these token names must migrate to the canonical names listed above.
|
|
516
|
+
|
|
517
|
+
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
518
|
+
* Button tone="danger" removed. Use tone="destructive".
|
|
519
|
+
|
|
520
|
+
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
521
|
+
* Button size=\"xxs\" removed. Use size=\"icon\" or size=\"xs\".
|
|
522
|
+
|
|
523
|
+
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
524
|
+
* Provider export removed. Replace <Provider mode="x" surface="y">
|
|
525
|
+
with <div data-mode="x" data-surface="y">.
|
|
526
|
+
|
|
527
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
528
|
+
|
|
529
|
+
### Features
|
|
530
|
+
|
|
531
|
+
* add 16 new components, Label, add-component skill, fix menubar crash ([255a759](https://github.com/sig-nine/era-ui/commit/255a7591f8b320827e2f1d58a66ee33d500c4b6c))
|
|
532
|
+
* add 5 new components, remove CSS side-effect import ([9edc4fd](https://github.com/sig-nine/era-ui/commit/9edc4fd97724b24212142216e2cd6fa8282a3b2c))
|
|
533
|
+
* add 6 new components, token audit fixes, overflow-hidden for rounded containers ([fdac16c](https://github.com/sig-nine/era-ui/commit/fdac16cb8f56104e2ec23d1f2d33bac20069357d))
|
|
534
|
+
* add background/foreground theme tokens, clean hover values ([b3afe6a](https://github.com/sig-nine/era-ui/commit/b3afe6aa08c9a095b91ef984e8d90dacb751dbae))
|
|
535
|
+
* add density mode system, surface styles, and docs overhaul ([aacf777](https://github.com/sig-nine/era-ui/commit/aacf77710a58a18538684a51be6a36f32f880253))
|
|
536
|
+
* add highlight token, tune hover values ([abf6898](https://github.com/sig-nine/era-ui/commit/abf6898e6194da8a2974d697106758605b90353b))
|
|
537
|
+
* add Input, Switch components; rebuild Accordion, Toggle for consistency ([a7d1fbb](https://github.com/sig-nine/era-ui/commit/a7d1fbb38f2054237d7fe13620f726fdb57d2017))
|
|
538
|
+
* add missing bits-ui primitive wrappers ([53f44d5](https://github.com/sig-nine/era-ui/commit/53f44d5f21ce365145fc648f3afc22673e833587))
|
|
539
|
+
* add turquoise accent preset options ([0cd8e17](https://github.com/sig-nine/era-ui/commit/0cd8e1777cdb59ccc2b5359ec37d88a5a5f54e8e))
|
|
540
|
+
* 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))
|
|
541
|
+
* 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))
|
|
542
|
+
* badge, chip, code-block, kv, skeleton components + dense h-6 + rename slop to spacious ([e60e94b](https://github.com/sig-nine/era-ui/commit/e60e94bb5bda816c405877bd131aac5449e564ce))
|
|
543
|
+
* **bar:** size variant (sm/md/lg) — a proper smaller, scaling bar ([3a096e3](https://github.com/sig-nine/era-ui/commit/3a096e35da5711ae9d23c9a3275694bd60434291))
|
|
544
|
+
* **Button:** add link variant ([3edb4f4](https://github.com/sig-nine/era-ui/commit/3edb4f42484c3d81aada90b1292f8476305b1f36))
|
|
545
|
+
* **density:** optical padding ladder for unbounded content containers ([62c14e0](https://github.com/sig-nine/era-ui/commit/62c14e01b47aa3ea0c546bbb72669eb33e6dee7f))
|
|
546
|
+
* **density:** touch mode uses full pill roundness ([cbc9de2](https://github.com/sig-nine/era-ui/commit/cbc9de2beac62401da399f6e1692a90c706c149c))
|
|
547
|
+
* **dev:** scalable audit framework ([1d42e19](https://github.com/sig-nine/era-ui/commit/1d42e19dda08f0fbdf75d399593705884f4aeeb2))
|
|
548
|
+
* **docs:** add corners toggle to the era machine ([e67992c](https://github.com/sig-nine/era-ui/commit/e67992cb494f7d7eee2eedbca352871022eabbcc))
|
|
549
|
+
* **docs:** add fallback component docs route for uncovered slugs ([7e9fd6b](https://github.com/sig-nine/era-ui/commit/7e9fd6be83731755364db8de082cb1f2127c97c4))
|
|
550
|
+
* **docs:** auto-discover component docs entries from exports ([bc2234f](https://github.com/sig-nine/era-ui/commit/bc2234fc5905a42daccc9238ba77c5b078356791))
|
|
551
|
+
* **docs:** bake the semver + framework majors into the hero badge ([3ab4be7](https://github.com/sig-nine/era-ui/commit/3ab4be720e6dd059987ade370835a889001b6113))
|
|
552
|
+
* **docs:** expand llm docs coverage and detect codex/claude user agents ([5854873](https://github.com/sig-nine/era-ui/commit/5854873a2a98eb58af0a4c2ddeaffdf3355b0526))
|
|
553
|
+
* **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))
|
|
554
|
+
* **docs:** expose theme picker in the layout bar ([506e9c2](https://github.com/sig-nine/era-ui/commit/506e9c2626d1ecbff3ed5baa82aecf6033780349))
|
|
555
|
+
* **docs:** make docs layout mobile-friendly ([8a01f16](https://github.com/sig-nine/era-ui/commit/8a01f165a00634a8579fdec53987fd77f586a975))
|
|
556
|
+
* **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))
|
|
557
|
+
* **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))
|
|
558
|
+
* **docs:** prebuild llm docs artifacts and serve statically ([c5671d4](https://github.com/sig-nine/era-ui/commit/c5671d42a54524d31712c5f8408f7f10bcff9e43))
|
|
559
|
+
* **docs:** redesign home page around the era machine ([d4f4246](https://github.com/sig-nine/era-ui/commit/d4f42464a6dc1e78635cc30e1f2620a6a0b774d7))
|
|
560
|
+
* **docs:** surface matrix page for visual QA ([24a5f5b](https://github.com/sig-nine/era-ui/commit/24a5f5b6e41e93a3ddc068d785a2984216d6fe92))
|
|
561
|
+
* **docs:** wrap interactive demos in Card containers ([e533f9c](https://github.com/sig-nine/era-ui/commit/e533f9c6853476dcbaf62131ef6dcfe4319607f5))
|
|
562
|
+
* **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))
|
|
563
|
+
* **dx:** validate script, route-sync gate, deploy fix, manifest churn, aliases ([5cd4120](https://github.com/sig-nine/era-ui/commit/5cd4120f07595b40fce6ead9edb3782499bfaf7f))
|
|
564
|
+
* **file-upload:** add input component with drag-and-drop ([5d64af7](https://github.com/sig-nine/era-ui/commit/5d64af7ddfe24067109bda8d5dd680f2e659ab1a))
|
|
565
|
+
* font-agnostic library, :root token defaults, no global bleed ([1eaeff3](https://github.com/sig-nine/era-ui/commit/1eaeff3d93357ff917412da32512cf0c44877f39))
|
|
566
|
+
* introduce --t-inset-{sm,md,lg} for text-aware content framing ([9758820](https://github.com/sig-nine/era-ui/commit/97588206d860001b600ba7f33c33305bcbafb735))
|
|
567
|
+
* linear tier ladder + icon inset system ([661e86a](https://github.com/sig-nine/era-ui/commit/661e86a2a84c32b214b30e1cae597faf56bc1bce))
|
|
568
|
+
* **lint:** forbid hardcoded easings/durations (enforce the motion axis) ([e32a089](https://github.com/sig-nine/era-ui/commit/e32a089dce638b19ef2d790b4ca5697e66cfd710))
|
|
569
|
+
* **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))
|
|
570
|
+
* **modes:** add `touch` density mode for mobile-friendly tap targets ([c25bda7](https://github.com/sig-nine/era-ui/commit/c25bda74daa326b7c00634d3aef863846e77ffe4))
|
|
571
|
+
* **Mode:** scoped system-axis override component ([cfdbb10](https://github.com/sig-nine/era-ui/commit/cfdbb10230a7f8b2c29149840c49a9c47481f83b))
|
|
572
|
+
* **motion:** decouple duration into a standalone motion axis ([3386231](https://github.com/sig-nine/era-ui/commit/33862310fe8ba19c20146d1d20d0b7898b24c34e))
|
|
573
|
+
* **pane:** dense-pinned handle bar, close button, no grip icon ([e7ff007](https://github.com/sig-nine/era-ui/commit/e7ff00734052c5a01db5f184cf410bf483ad81ec))
|
|
574
|
+
* **pane:** handle bar scales with density (unpin from dense) ([b333286](https://github.com/sig-nine/era-ui/commit/b333286a3072cc58d8a482fd4e9dd0fd179faa63))
|
|
575
|
+
* **provider:** axisRegistry — single source of truth for the axes ([339baac](https://github.com/sig-nine/era-ui/commit/339baaced3aaa3c4788f326f59f20cb0687d5ee6))
|
|
576
|
+
* **provider:** motion axis values + Mode motion prop ([8824784](https://github.com/sig-nine/era-ui/commit/882478402753d51aeefb0a9620593f1a64988cfa))
|
|
577
|
+
* **provider:** surface registry, sync check, build wiring ([a2d19b2](https://github.com/sig-nine/era-ui/commit/a2d19b27e00e1f0e5154538ac97cda6eec008113))
|
|
578
|
+
* **quality:** three targeted gates — highlight lint, token check, geometry laws ([8a599ec](https://github.com/sig-nine/era-ui/commit/8a599ecff189b07fe805ef7b0fe4c4e7d9399a6b))
|
|
579
|
+
* **quickstart:** art-piece hero with 3D tier tower ([89e0047](https://github.com/sig-nine/era-ui/commit/89e004743d8326335733dcde044fd7f36ef0c11b))
|
|
580
|
+
* refine Switch sizing, add dark/light toggle to top bar ([c268114](https://github.com/sig-nine/era-ui/commit/c26811436b46c9d84436b19f6f42f8a9f7d30733))
|
|
581
|
+
* remove Provider component, use native data attributes ([95f2a0f](https://github.com/sig-nine/era-ui/commit/95f2a0f9ed5a93527adde4f552bdb2549e08326d))
|
|
582
|
+
* **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)
|
|
583
|
+
* semantic color tokens, CSS dedup, quickstart page, accent button ([a721989](https://github.com/sig-nine/era-ui/commit/a7219892ec0d8de950ec5da7c56a4ca5e506a42f))
|
|
584
|
+
* **separator:** add slant variant ([8b7ef72](https://github.com/sig-nine/era-ui/commit/8b7ef7298b7db1d9d0745d5cc33e9b3aac385a55))
|
|
585
|
+
* **sheet:** edge-drawer component + mobile docs layout ([3cea916](https://github.com/sig-nine/era-ui/commit/3cea91608040a592a229b3de3c62e3216186e1f6))
|
|
586
|
+
* **sidebar:** badge pills and alias-aware filter ([8f2b9e8](https://github.com/sig-nine/era-ui/commit/8f2b9e8a159218bfd2135ebf7172d6ab562504d0))
|
|
587
|
+
* **slider:** add progress underlay to Slider.Range ([ff95bb7](https://github.com/sig-nine/era-ui/commit/ff95bb725fd62a22003cf0f16fc45ba34dd69d96))
|
|
588
|
+
* **slider:** add trackClass override to Slider.Range ([ea8d7ab](https://github.com/sig-nine/era-ui/commit/ea8d7ab8df6d1217f78619c8a16d8aab7ad745e4))
|
|
589
|
+
* **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))
|
|
590
|
+
* **surface:** add wireframe surface mode ([d354b87](https://github.com/sig-nine/era-ui/commit/d354b874194b1ffc5863fb1f060625619f167d5d))
|
|
591
|
+
* **surface:** bevel — a chiseled, tactile third surface ([ed96aeb](https://github.com/sig-nine/era-ui/commit/ed96aeb75dc647f5da4ba21c20e38f46add41d80))
|
|
592
|
+
* **surface:** clay — soft inflated claymorphism material ([663c144](https://github.com/sig-nine/era-ui/commit/663c1447ae53df8476ddfa48cea9049758c9841d))
|
|
593
|
+
* **surface:** corner-lit glass speculars ([47fdf44](https://github.com/sig-nine/era-ui/commit/47fdf4486e149783d55e8f8b0fbe7582f07a21fb))
|
|
594
|
+
* **surface:** hover as material — glass shine, cartoon surface, serif font ([5282cb2](https://github.com/sig-nine/era-ui/commit/5282cb2a1eaeb7a3e1e987a96f7e0560073f0d8e))
|
|
595
|
+
* **surface:** refine glass into a subtler Apple-style material ([d775a3d](https://github.com/sig-nine/era-ui/commit/d775a3d9e0da3259f18028a3ea29297d4878d5b1))
|
|
596
|
+
* **surface:** rework glass mode for light themes ([e43cbe3](https://github.com/sig-nine/era-ui/commit/e43cbe3c79e7226ca2bebab316330cf7d7dcc61c))
|
|
597
|
+
* **surface:** surfaces own transient interaction highlights ([770a3d6](https://github.com/sig-nine/era-ui/commit/770a3d622e6ab1f8a181a16a6a2b080b14cf6027))
|
|
598
|
+
* Tailwind v4 modernization, pre-compiled CSS bundle, --t-divider-faded token ([58020b2](https://github.com/sig-nine/era-ui/commit/58020b2fe99ac338699a35bd56c19b32e30171c3))
|
|
599
|
+
* **theme:** add new sandstone draft themes ([5e3f243](https://github.com/sig-nine/era-ui/commit/5e3f2438df2623aeff331ff1870b0e833d175ca7))
|
|
600
|
+
* **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))
|
|
601
|
+
* **themes:** add adobe + dark adobe palettes ([1023020](https://github.com/sig-nine/era-ui/commit/102302026fd8f246d92e98d50c0dfa4168a51c11))
|
|
602
|
+
* **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))
|
|
603
|
+
* **themes:** add adobe draft e using provided sandstone 25-950 scale ([36982c2](https://github.com/sig-nine/era-ui/commit/36982c2f71f1bef04b5e5ba63b8f0160b7d23c98))
|
|
604
|
+
* **themes:** add minecraft-terracotta adobe draft dark variants ([f97ad3d](https://github.com/sig-nine/era-ui/commit/f97ad3dd28844026c0bb46f202677abf6c4d1eff))
|
|
605
|
+
* **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))
|
|
606
|
+
* **themes:** add sandstone draft themes from provided palette ([512d484](https://github.com/sig-nine/era-ui/commit/512d484cfee268966250ba1933380d317fb56c11))
|
|
607
|
+
* **themes:** shift dark adobe palette toward sand with turquoise accents ([38cda89](https://github.com/sig-nine/era-ui/commit/38cda89cf47851a76475bba3980de014f5089d37))
|
|
608
|
+
* **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))
|
|
609
|
+
* **ui:** Pane — draggable window on @neodrag/svelte v3 ([b46aca6](https://github.com/sig-nine/era-ui/commit/b46aca6b51a46683dc40a5f879a3fc7cdceee063))
|
|
610
|
+
* **utils:** add cn class merger and shared PartProps type ([9b5670a](https://github.com/sig-nine/era-ui/commit/9b5670a3b14b47e8b417cab8407c62a4acd5d867))
|
|
611
|
+
* **video-player:** apple-style single-row playback bar layout ([c3ee182](https://github.com/sig-nine/era-ui/commit/c3ee182127747c836e0be1d81ab1c7f2882863aa))
|
|
612
|
+
* **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))
|
|
613
|
+
* **video-player:** disable seek slider when vidstack reports !canSeek ([ae76018](https://github.com/sig-nine/era-ui/commit/ae76018b54a87ad62f6368c51574cf357d1b5b1f))
|
|
614
|
+
* **video-player:** expand chrome with quality menu, context menu, hover preview ([f3b59e5](https://github.com/sig-nine/era-ui/commit/f3b59e5ca976833b7cc0f19df8a277e2d7b4f1de))
|
|
615
|
+
* **video-player:** fade controls when vidstack reports the user is idle ([f29ba55](https://github.com/sig-nine/era-ui/commit/f29ba55482c3d1084165d47e7195246b4eeab4a0))
|
|
616
|
+
* **video-player:** full vidstack coverage — icons, state, scrub preview ([9ceeb88](https://github.com/sig-nine/era-ui/commit/9ceeb882b9a1c15242e4e002278f2da7b3b18a5d))
|
|
617
|
+
* **video-player:** full vidstack feature surface with token-driven styling ([83ab6e4](https://github.com/sig-nine/era-ui/commit/83ab6e44a6cd42734d57b8b3c1d5a8010504741d))
|
|
618
|
+
* **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))
|
|
619
|
+
* **video-player:** minimal-by-default chrome with opt-in features ([2c748b3](https://github.com/sig-nine/era-ui/commit/2c748b3d68d18e345a89969154a4ca99e2ca2efc))
|
|
620
|
+
* **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))
|
|
621
|
+
* **video-player:** mobile + idle + thumbless tracks + chrome polish ([3e85fb7](https://github.com/sig-nine/era-ui/commit/3e85fb771ef266611e514bc8096539a54027eb4c))
|
|
622
|
+
* **video-player:** show buffered range and instant scrub feedback ([e318b4f](https://github.com/sig-nine/era-ui/commit/e318b4f45468083fa2871725dd61c0b3cb389f0e))
|
|
623
|
+
* **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))
|
|
624
|
+
* **video-player:** snap to live edge when seeking near the right of the bar ([e52033e](https://github.com/sig-nine/era-ui/commit/e52033e317a6450bdaa45f1834373e26854b6142))
|
|
625
|
+
* **video-player:** YouTube-style overlay controls ([46a7ccf](https://github.com/sig-nine/era-ui/commit/46a7ccfb811e0fdfb4725dbf91f42fad0515487b))
|
|
626
|
+
* wrap vidstack in video-player component ([1bb1f1e](https://github.com/sig-nine/era-ui/commit/1bb1f1ea706454b8dca24e058a3456b6da839d39))
|
|
627
|
+
* **wrappers:** forward variant prop on Dialog/AlertDialog/Popover buttons ([8a13af5](https://github.com/sig-nine/era-ui/commit/8a13af5191c04136eca8fe73cbbecb024f675449))
|
|
628
|
+
|
|
629
|
+
### Bug Fixes
|
|
630
|
+
|
|
631
|
+
* add gap-(--t-inset-md) to text+chevron triggers ([0023e59](https://github.com/sig-nine/era-ui/commit/0023e592d8db81006fa1d8a9e2b2afc8ce7d7425))
|
|
632
|
+
* 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))
|
|
633
|
+
* 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))
|
|
634
|
+
* 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))
|
|
635
|
+
* align ButtonGroup gap with --t-inset-sm ([271253f](https://github.com/sig-nine/era-ui/commit/271253f98d53b8c7fbef7dd2bd16463041b67f3c))
|
|
636
|
+
* **api:** expose surfaceRegistry, density Mode type, and a ./provider subpath ([e2730fb](https://github.com/sig-nine/era-ui/commit/e2730fbd770e8aa54c1feec332b2d4b99db737f9))
|
|
637
|
+
* apply icon-inset-md to all trigger components ([9a0be3e](https://github.com/sig-nine/era-ui/commit/9a0be3e079692ed72cd25f9f6b58652fc1e32135))
|
|
638
|
+
* badge and KV — replace legacy px calc with --t-inset-sm ([56e50d7](https://github.com/sig-nine/era-ui/commit/56e50d79118f63ae1336d04dd5bea0f91ca8622f))
|
|
639
|
+
* **badge,chip:** proper horizontal padding for pill text ([be25845](https://github.com/sig-nine/era-ui/commit/be258451f457074d2db5fb8f1fa0accb319efde9))
|
|
640
|
+
* brighter hover tokens with clean OKLCH values ([da81384](https://github.com/sig-nine/era-ui/commit/da813847b9b10e0ad7a617027f1dd74bde254dd3))
|
|
641
|
+
* **build:** force docs regeneration on deploy ([8540062](https://github.com/sig-nine/era-ui/commit/85400624dc11b2f43b69a022dcfbc979c31f4344))
|
|
642
|
+
* **build:** keep doc counter-examples out of Tailwind's source scan ([02ba87c](https://github.com/sig-nine/era-ui/commit/02ba87cd336d5199cfb76488535d936852b082af))
|
|
643
|
+
* **button:** decouple ButtonVariants from ComponentProps ([729e654](https://github.com/sig-nine/era-ui/commit/729e6540ba31faa186c5f3a7cf749bed0fe425f2))
|
|
644
|
+
* **Button:** link variant hover only adds underline, no color shift ([7285706](https://github.com/sig-nine/era-ui/commit/728570651f78729624467b6a3a77eada659d756b))
|
|
645
|
+
* **Button:** tighten link variant underline offset from 4 to 2 ([3ced2f4](https://github.com/sig-nine/era-ui/commit/3ced2f463634c3f4940daca537dd4da1131f999a))
|
|
646
|
+
* **calendar:** expose value and placeholder as bindable ([6dd72c8](https://github.com/sig-nine/era-ui/commit/6dd72c89fc3c179825ae42c3f05812bc5be5e1fb))
|
|
647
|
+
* **card:** drop resolve() on generic href ([6f69e7c](https://github.com/sig-nine/era-ui/commit/6f69e7c1e125f2032860357852a108bc3d39af1b))
|
|
648
|
+
* **chip:** annotate PointerEvent on pointerdown/up handlers ([74f6b93](https://github.com/sig-nine/era-ui/commit/74f6b9380563ba148de3a41b66a878f8ae856fcc))
|
|
649
|
+
* **Chip:** stop pointerdown on dismiss button so chips work inside triggers ([a94bb12](https://github.com/sig-nine/era-ui/commit/a94bb1206066c10c7bdf7564accbd69c396a5ce7))
|
|
650
|
+
* **clay:** drop the cast shadow on resting + pressed clay controls ([c8ed37c](https://github.com/sig-nine/era-ui/commit/c8ed37cae461d6d5b3f44c741434d20849d4f4c2))
|
|
651
|
+
* **clay:** embed clay — no drop shadow, depress in place on press ([18e72c1](https://github.com/sig-nine/era-ui/commit/18e72c11a14719e9a172512152adfba6e4c7a826))
|
|
652
|
+
* **code-block:** symmetric copy-button gap across density modes ([645a0f0](https://github.com/sig-nine/era-ui/commit/645a0f06d1cab8fca0dbc2f1e5edc436c0290763))
|
|
653
|
+
* **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))
|
|
654
|
+
* **Command:** use --t-gap tokens instead of --t-sp / arbitrary 3px ([27c1fda](https://github.com/sig-nine/era-ui/commit/27c1fda9ff3b5c7600a6fd07f3bbe35f4b55b49f))
|
|
655
|
+
* continuous dropdowns in slop mode, lighter hover, remove leading-none ([4a65b56](https://github.com/sig-nine/era-ui/commit/4a65b564a9ddc7199d18a1dfb2ac32354b9d079a))
|
|
656
|
+
* date picker trigger sizing — drop sm-tier wrapper ([3b61aea](https://github.com/sig-nine/era-ui/commit/3b61aea92ffdf474c5917d8929b8b125d88056c3))
|
|
657
|
+
* **date-range-picker demo:** move numberOfMonths to Root ([7dadc08](https://github.com/sig-nine/era-ui/commit/7dadc0817bfa8de11f7c0a67e0186855c453d78c))
|
|
658
|
+
* dedupe video-player registry entry ([14ef616](https://github.com/sig-nine/era-ui/commit/14ef6162f87885afedccd95f3c062826828207f6))
|
|
659
|
+
* **density:** decouple the corners axis from data-mode ([a00062b](https://github.com/sig-nine/era-ui/commit/a00062b08ead01cafd7322f7b9e1f6689dcdf308))
|
|
660
|
+
* derive radii from tier heights for true concentricity ([fb4eec5](https://github.com/sig-nine/era-ui/commit/fb4eec5e8f542590b46e5f95de168a3c56f115d7))
|
|
661
|
+
* **docs-layout:** contain sidebar scroll inside the viewport ([81b4730](https://github.com/sig-nine/era-ui/commit/81b4730868e0a38072161d5bf359ade63cd8aece)), closes [#43](https://github.com/sig-nine/era-ui/issues/43)
|
|
662
|
+
* **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))
|
|
663
|
+
* **docs-layout:** unstack nav-bar selects on desktop ([56c7142](https://github.com/sig-nine/era-ui/commit/56c71429a293c5d2d5bc7966d411a17c8ba39bea))
|
|
664
|
+
* **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))
|
|
665
|
+
* **docs:** apply the font axis to <html> so portals inherit it ([1e4dd53](https://github.com/sig-nine/era-ui/commit/1e4dd531ccb2d6cfad8ef82142e2d284fa33c28f))
|
|
666
|
+
* **docs:** correct generated import path for llm docs ([59f0182](https://github.com/sig-nine/era-ui/commit/59f01826c310202e85c2567966b6ebba87c71c9b))
|
|
667
|
+
* **docs:** correct generated import path for llm docs ([#100](https://github.com/sig-nine/era-ui/issues/100)) ([3122547](https://github.com/sig-nine/era-ui/commit/3122547de26c2eaca6935a5f52fe4fb2b1c5ab1c))
|
|
668
|
+
* **docs:** drop bg-hover accent spoof on dialog Confirm/Save buttons ([08cb0e6](https://github.com/sig-nine/era-ui/commit/08cb0e65ded0eb2f0f245ab86aea7a0649a35516))
|
|
669
|
+
* **docs:** drop fake container chrome from button-group and tabs demos ([3e405b9](https://github.com/sig-nine/era-ui/commit/3e405b99a305752d356a61ecae5a71ba0f318ed5))
|
|
670
|
+
* **docs:** parse props on module-first and arrow-typed components ([05dbd19](https://github.com/sig-nine/era-ui/commit/05dbd193bfc9159ca41e91b6e4cfb56a7a8ce33d))
|
|
671
|
+
* **docs:** serif missing from the font dropdown ([3ffea1d](https://github.com/sig-nine/era-ui/commit/3ffea1dc1b126555c8ee401e65833f1915c7afac))
|
|
672
|
+
* **docs:** tooltip demo uses real Button via Trigger child snippet ([550c6a3](https://github.com/sig-nine/era-ui/commit/550c6a3bfe9cfa94170416370a1a7b4b9c506804))
|
|
673
|
+
* **docs:** unify .md and UA markdown responses by slug ([b3cba65](https://github.com/sig-nine/era-ui/commit/b3cba65491ee963a7fdf901f011a05bf3777b739))
|
|
674
|
+
* **draggable:** satisfy eslint — move snippets out, resolve() links ([a5b3016](https://github.com/sig-nine/era-ui/commit/a5b301677fef1fb4d408c43c70e39fbdc8821eec))
|
|
675
|
+
* drop .t-controls class in favor of element selector ([dac459c](https://github.com/sig-nine/era-ui/commit/dac459c34c94c6c21bc444b211619a3a982bd45c))
|
|
676
|
+
* 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))
|
|
677
|
+
* **items:** stop dropping bits-ui typed children snippets ([881e2ce](https://github.com/sig-nine/era-ui/commit/881e2ce417ac89c3d8ab99a5a47c1daf303266d2))
|
|
678
|
+
* **kv:** surface-aware divider between key and value ([fcd724a](https://github.com/sig-nine/era-ui/commit/fcd724a73315715d597bfcf5d9a0903c8dad9ab8))
|
|
679
|
+
* **mode:** avoid generated type name collision ([09da4ff](https://github.com/sig-nine/era-ui/commit/09da4ff6a71a52adf4afb822ebcfe1478f562c0d))
|
|
680
|
+
* **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))
|
|
681
|
+
* **pane:** handle bar as an extended dismissible chip ([3297548](https://github.com/sig-nine/era-ui/commit/329754833c285655db2ca8359f03d8408985f255))
|
|
682
|
+
* **pane:** instant handle-bar hover, drop the bottom border ([c9a09f2](https://github.com/sig-nine/era-ui/commit/c9a09f2ea2fc256b39027be46da6be7714c87714))
|
|
683
|
+
* **quickstart:** hide own package name from esbuild dep-scanner ([2d4bce9](https://github.com/sig-nine/era-ui/commit/2d4bce917d1a1e185f877eae7235baee31860cb4))
|
|
684
|
+
* 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))
|
|
685
|
+
* **registry:** type icons as Component<IconProps> and preserve badge literals ([3bb68d7](https://github.com/sig-nine/era-ui/commit/3bb68d7a87a6385e7736844e0a89d720f6680e8d))
|
|
686
|
+
* remove [@source](https://github.com/source) from distributed CSS to prevent consumer FOUC ([ed36450](https://github.com/sig-nine/era-ui/commit/ed36450420b98af973c468df3357895ac063b056))
|
|
687
|
+
* render primary accent as turquoise tag in dropdown ([2418e86](https://github.com/sig-nine/era-ui/commit/2418e86f4ebce565180e55edc313055b96dbc9f5))
|
|
688
|
+
* resolve svelte-check and eslint failures ([798476c](https://github.com/sig-nine/era-ui/commit/798476ce72fba21427dbbd0b75399ece9e826b0b))
|
|
689
|
+
* 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))
|
|
690
|
+
* restore date picker icon hover area with asymmetric input padding ([f6e57fe](https://github.com/sig-nine/era-ui/commit/f6e57fecc689979fbb5f1723ddee1a228ad86ab5))
|
|
691
|
+
* scaling ([f2d41e9](https://github.com/sig-nine/era-ui/commit/f2d41e99d9a8724359cf16a182fa8faed1a5b133))
|
|
692
|
+
* **separator:** tune slant for inline text ([cbb7ab9](https://github.com/sig-nine/era-ui/commit/cbb7ab9df721709e5fa170b89e0a52d209107fe8))
|
|
693
|
+
* **sidebar:** wrap Command items in Group and tighten filter ([53332d8](https://github.com/sig-nine/era-ui/commit/53332d80a038f4965937730e8a16e03c2a632f7d))
|
|
694
|
+
* **slider:** finish revert of scrubbing prop in template ([00fd9d1](https://github.com/sig-nine/era-ui/commit/00fd9d1023594ba7d053085a22543464137ecd74))
|
|
695
|
+
* **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))
|
|
696
|
+
* **slider:** keep restProps cast reactive via $derived ([edb9833](https://github.com/sig-nine/era-ui/commit/edb9833bddb98e7f2444597c69fb83e7a5f47bd5))
|
|
697
|
+
* SSR-safe Provider eliminates FOUC, restore [@source](https://github.com/source) for consumers ([98d2d63](https://github.com/sig-nine/era-ui/commit/98d2d63d4ba3e0f5683df240e1e1e80ac5373ab9))
|
|
698
|
+
* SSR-safe Provider, remove [@source](https://github.com/source) from distributed CSS ([b18dbe4](https://github.com/sig-nine/era-ui/commit/b18dbe4f8a04146e675b2317bc13105dd12e6a8f))
|
|
699
|
+
* **surface:** bevel dropdown hover collision and open-trigger latch ([70a63f4](https://github.com/sig-nine/era-ui/commit/70a63f41e84b5c53ca84bc5632e4f3473b067b6a))
|
|
700
|
+
* **surface:** concentric radius for menu row highlights on bevel ([d65f7d9](https://github.com/sig-nine/era-ui/commit/d65f7d96dac6c7ec949cdb41c8bc6d0630ad7c11))
|
|
701
|
+
* **surface:** even out glass corner arcs, reduce shine a touch ([8c15b04](https://github.com/sig-nine/era-ui/commit/8c15b041bd673c4682df084e59306a197e663559))
|
|
702
|
+
* **surface:** keep menu row highlights inside the bevel frame ([105e055](https://github.com/sig-nine/era-ui/commit/105e055c35c6e695ba1b67a77f1e1e95ada34802))
|
|
703
|
+
* **tabs:** place tab triggers list inside bar wrapper ([5b16b69](https://github.com/sig-nine/era-ui/commit/5b16b69f7ecf562398c8ce8fc68d7ca31d086b3a))
|
|
704
|
+
* **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))
|
|
705
|
+
* **themes:** rebalance adobe dark with sandy neutrals and teal harmony ([6eaec90](https://github.com/sig-nine/era-ui/commit/6eaec90e75b5a9ae2f036462d9e0e38409ded28f))
|
|
706
|
+
* **theme:** support light mode across draft themes ([37e6a36](https://github.com/sig-nine/era-ui/commit/37e6a369f2f8c22ae103edd4938c84afe563ecc9))
|
|
707
|
+
* **tokens:** resolve token-discipline inconsistencies ([c57f049](https://github.com/sig-nine/era-ui/commit/c57f049ee1f973fb62e2f060e6e8daddf00731a4))
|
|
708
|
+
* **tooltip:** force single-line content with whitespace-nowrap ([9054e63](https://github.com/sig-nine/era-ui/commit/9054e631882a2295abffeb8639003714d447f7d7))
|
|
709
|
+
* **tsconfig:** align moduleResolution with SvelteKit bundler mode ([bba3aee](https://github.com/sig-nine/era-ui/commit/bba3aee071a2c4c5c6b2c251b1de41830b1a4ac1))
|
|
710
|
+
* **tsconfig:** exclude tests/smoke from the root check (self-contained) ([0efdc35](https://github.com/sig-nine/era-ui/commit/0efdc35ed3e074be9f8049fa8feec9105bcf9b31))
|
|
711
|
+
* **types:** annotate namespace re-exports so d.ts is portable ([e97494b](https://github.com/sig-nine/era-ui/commit/e97494b609dc823e2bef50ad02bcd1b395806a10))
|
|
712
|
+
* **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))
|
|
713
|
+
* **types:** replace non-existent HTMLSpanAttributes with HTMLAttributes<HTMLSpanElement> ([51dcd89](https://github.com/sig-nine/era-ui/commit/51dcd893fec1069b9d7f24458d2664fcdf1b1bae))
|
|
714
|
+
* **types:** theme light drift, untrusted casts, stale tsconfig types ([02c67e0](https://github.com/sig-nine/era-ui/commit/02c67e036e58efcd213af628905c6e7f7aaf1d40))
|
|
715
|
+
* **ui:** drop duplicate Mode type re-export from barrel ([5dae1c4](https://github.com/sig-nine/era-ui/commit/5dae1c4cec5a5a26056b2ca174f8dfb87b7a5ec7))
|
|
716
|
+
* **ui:** match dialog/popover padding to Card (pad-md) ([799d190](https://github.com/sig-nine/era-ui/commit/799d190add0614de9170330810b10bdd0d432c4d))
|
|
717
|
+
* **ui:** square floor for single-glyph pills ([f3f5a81](https://github.com/sig-nine/era-ui/commit/f3f5a819c78ced958c745b96970b8835b7018218)), closes [#5](https://github.com/sig-nine/era-ui/issues/5)
|
|
718
|
+
* **ui:** switch contrast and chip dismiss-button scaling ([046dc4e](https://github.com/sig-nine/era-ui/commit/046dc4e5403b9d2b53ef240ff55115bcbe991daf))
|
|
719
|
+
* **ui:** uniform chip height across text-only and dismissible ([821bb70](https://github.com/sig-nine/era-ui/commit/821bb708eb2c41ffaa1d41da9bba42cc02038633))
|
|
720
|
+
* unify roundness across standalone large containers ([ebec16d](https://github.com/sig-nine/era-ui/commit/ebec16d112c306ee3ff059ccf6bd0a187f4d0d48))
|
|
721
|
+
* **video-player:** always read precise currentTime, fixing resume jump ([cb70957](https://github.com/sig-nine/era-ui/commit/cb709577f42088feec5420168004fe5e6a6ab953))
|
|
722
|
+
* **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))
|
|
723
|
+
* **video-player:** apply volume/playbackRate as initial-only props ([157c1ad](https://github.com/sig-nine/era-ui/commit/157c1ad81c91daa383234f8c8bbf353359b25e7e))
|
|
724
|
+
* **video-player:** clear waiting on time-update to unstick spinner ([849a172](https://github.com/sig-nine/era-ui/commit/849a1727a416cdfae95a2dee5e3bff49c3548189))
|
|
725
|
+
* **video-player:** construct MediaRemoteControl in the browser only ([5de11eb](https://github.com/sig-nine/era-ui/commit/5de11eb1dafb837c60d9adce32d67ffaf43cad36))
|
|
726
|
+
* **video-player:** drive seek thumb via rAF to mask resume jump in chromium ([aa9969e](https://github.com/sig-nine/era-ui/commit/aa9969e8c67ab0cb2aa46969e0b4c80f875b4184))
|
|
727
|
+
* **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))
|
|
728
|
+
* **video-player:** eliminate forward jump when resuming after pause ([19ff7be](https://github.com/sig-nine/era-ui/commit/19ff7be5e1300436abe4a52e38ed827bbba0a9f5))
|
|
729
|
+
* **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))
|
|
730
|
+
* **video-player:** latch scrubbing on pointerdown, not onValueChange ([9f3311c](https://github.com/sig-nine/era-ui/commit/9f3311c1413e12ff9a1abd65f0a319c1cebd7ea2))
|
|
731
|
+
* **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))
|
|
732
|
+
* **video-player:** make slider tracks visible against the controls bar ([4db0b71](https://github.com/sig-nine/era-ui/commit/4db0b7184caf5904a42e495075671fbced88dee5))
|
|
733
|
+
* **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))
|
|
734
|
+
* **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))
|
|
735
|
+
* **video-player:** match vidstack's buffering-indicator condition exactly ([9a5b646](https://github.com/sig-nine/era-ui/commit/9a5b64698167667931b01c0054e515d0a32343c0))
|
|
736
|
+
* **video-player:** re-track state.currentTime so the slider keeps moving ([00c5d99](https://github.com/sig-nine/era-ui/commit/00c5d99f715db62ee6911854fb00a2485bf1a503))
|
|
737
|
+
* **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))
|
|
738
|
+
* **video-player:** refresh buffered range on every time-update ([37e32f2](https://github.com/sig-nine/era-ui/commit/37e32f2aa143fc0ee814566cbe794df3dc21a7bf))
|
|
739
|
+
* **video-player:** remove seek thumb hover scale ([a252b6e](https://github.com/sig-nine/era-ui/commit/a252b6ef98a569211ddc2d6ef6f32c497d5b4b2c))
|
|
740
|
+
* **video-player:** reset internal state on source change ([6c3545e](https://github.com/sig-nine/era-ui/commit/6c3545e0d0dc74e9ce229526ad2e3227d4bb99be))
|
|
741
|
+
* **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))
|
|
742
|
+
* **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))
|
|
743
|
+
* **video-player:** smooth seek timeline resume motion ([711c924](https://github.com/sig-nine/era-ui/commit/711c924df59e3bdb6105db405ce7437583832e41))
|
|
744
|
+
* **video-player:** stop seek-bar tug-of-war, inline layout, fix speed menu ([9ad2fce](https://github.com/sig-nine/era-ui/commit/9ad2fce74ae717b8d1f9caeec05dc85032ea6cf1))
|
|
745
|
+
* **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))
|
|
746
|
+
* **video-player:** sync currentTime on pause to remove resume jump ([584b1c4](https://github.com/sig-nine/era-ui/commit/584b1c4c6b3de293eccea9c3b22696216c0af8eb))
|
|
747
|
+
* **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))
|
|
748
|
+
* **video-player:** sync currentTime on seeked event ([f0c22d6](https://github.com/sig-nine/era-ui/commit/f0c22d65c9f8ba006df7daf1d4d796a0d1e079cd))
|
|
749
|
+
* **video-player:** type the event-forwarder generically instead of any ([c9f957c](https://github.com/sig-nine/era-ui/commit/c9f957cd3378210ab6d701c6c6c6fafc17d412ff))
|
|
750
|
+
* **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))
|
|
751
|
+
* **video-player:** unbreak seek bar on VOD; pre-snap volume; trust engine ([58c1b16](https://github.com/sig-nine/era-ui/commit/58c1b1659959eecb02a6a49eae1739d13ab3d716))
|
|
752
|
+
* **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))
|
|
753
|
+
* **video-player:** wait for vidstack element definitions ([b4f016b](https://github.com/sig-nine/era-ui/commit/b4f016bc1bc77f7f912ed2ad33a8ee07b0e97e3e))
|
|
754
|
+
* **video-player:** wrap controls in Tooltip.Provider ([0cb393c](https://github.com/sig-nine/era-ui/commit/0cb393cea6fa9ea3c17346a099c71739caf56aef))
|
|
755
|
+
* **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))
|
|
756
|
+
* **vite:** broaden vidstack exclude to its define/* subpaths ([cbbe7a6](https://github.com/sig-nine/era-ui/commit/cbbe7a6c69e5a941f4ee4f9c800a9ae1b0806ae5))
|
|
757
|
+
* **vite:** exclude vidstack from optimizeDeps ([3eb74e6](https://github.com/sig-nine/era-ui/commit/3eb74e62a4642a2f8df1844b9d77d68c77b20030))
|
|
758
|
+
* **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))
|
|
759
|
+
|
|
760
|
+
### Performance Improvements
|
|
761
|
+
|
|
762
|
+
* **registry:** precompute search blob for matchEntry ([3e0933a](https://github.com/sig-nine/era-ui/commit/3e0933ad06deaef41e95681a0683345b5e04f844))
|
|
763
|
+
* **video-player:** port vidstack mobile-smoothness tricks to seek bar ([f41c435](https://github.com/sig-nine/era-ui/commit/f41c43556aeb032c6cbbdf8562c0b9455eb685db))
|
|
764
|
+
* **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))
|
|
765
|
+
|
|
766
|
+
### Reverts
|
|
767
|
+
|
|
768
|
+
* remove wireframe surface mode ([33a37ac](https://github.com/sig-nine/era-ui/commit/33a37ac456974b1995ad71590a39fe07d5bea05a))
|
|
769
|
+
* **tsconfig:** restore NodeNext + rewriteRelativeImportExtensions ([0c75973](https://github.com/sig-nine/era-ui/commit/0c75973dbd631cf92dd45350cad04d4ee2c9d0d0))
|
|
770
|
+
* **tsconfig:** restore NodeNext + rewriteRelativeImportExtensions ([#38](https://github.com/sig-nine/era-ui/issues/38)) ([3742250](https://github.com/sig-nine/era-ui/commit/37422509c8f6666b1e6df23a9ab3e4ec06012680))
|
|
771
|
+
|
|
772
|
+
### Code Refactoring
|
|
773
|
+
|
|
774
|
+
* complete legacy token migration, drop alias block ([6d195d6](https://github.com/sig-nine/era-ui/commit/6d195d6f1a9c3cb30998d4b3c75a91a5924cab95))
|
|
775
|
+
* unify tone naming, tokenize hardcoded sizes, polish menu a11y ([f6c4c99](https://github.com/sig-nine/era-ui/commit/f6c4c99eae8efdcbb345935654290bd8bf1a7832))
|