@signal9/era-ui 26.1.0 → 27.0.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 +21 -0
- package/dist/docs/consumer-import.d.ts +28 -0
- package/dist/docs/consumer-import.js +28 -0
- package/dist/era-ui.css +1 -1
- package/dist/generated-docs/accordion.md +1 -1
- package/dist/generated-docs/alert-dialog.md +11 -1
- package/dist/generated-docs/combobox.md +1 -1
- package/dist/generated-docs/context-menu.md +13 -3
- package/dist/generated-docs/date-picker.md +1 -1
- package/dist/generated-docs/date-range-picker.md +1 -1
- package/dist/generated-docs/dialog.md +11 -1
- package/dist/generated-docs/dropdown-menu.md +14 -4
- package/dist/generated-docs/link-preview.md +11 -1
- package/dist/generated-docs/llms-full.txt +246 -25
- package/dist/generated-docs/llms.txt +2 -2
- package/dist/generated-docs/manifest.json +72 -18
- package/dist/generated-docs/menubar.md +4 -3
- package/dist/generated-docs/meter.md +6 -0
- package/dist/generated-docs/nav.md +61 -0
- package/dist/generated-docs/select.md +2 -2
- package/dist/generated-docs/step.md +2 -2
- package/dist/generated-docs/timeline.md +32 -0
- package/dist/generated-docs/todo.md +3 -0
- package/dist/generated-docs/toggle-group.md +1 -0
- package/dist/generated-docs/tooltip.md +11 -1
- package/dist/generated-docs/tree.md +36 -0
- package/dist/generated-docs/utilities.json +5 -1
- package/dist/generated-docs/utilities.md +3 -2
- package/dist/ui/nav/nav-item.svelte +13 -1
- package/dist/ui/nav/nav-item.svelte.d.ts +15 -3
- package/package.json +6 -5
- package/skill/SKILL.md +13 -4
- package/dist/docs/llms-txt.d.ts +0 -2
- package/dist/docs/llms-txt.js +0 -100
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [27.0.0](https://github.com/sig-nine/era-ui/compare/v26.1.1...v27.0.0) (2026-08-14)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* **docs:** @signal9/era-ui/docs/llms-txt is removed. It resolved through
|
|
6
|
+
the ./* wildcard rather than by design, and returned stale content — the
|
|
7
|
+
served /llms.txt and /llms-full.txt are unaffected.
|
|
8
|
+
|
|
9
|
+
Claude-Session: https://claude.ai/code/session_011FjvULDrmxd61z2xUnYs6Z
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **docs:** delete the llms.txt builder nothing has called since it was copied ([6986b0d](https://github.com/sig-nine/era-ui/commit/6986b0d0d79839901d7a04b1bf4997d03f2e5b9d))
|
|
14
|
+
* **docs:** the registry parser dropped two components and misattributed a third ([374ec4b](https://github.com/sig-nine/era-ui/commit/374ec4b69d68e6061bfcddadc7d61d46a662ccd5))
|
|
15
|
+
|
|
16
|
+
## [26.1.1](https://github.com/sig-nine/era-ui/compare/v26.1.0...v26.1.1) (2026-08-14)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **nav:** the link variant's current weight is 600, because 500 does nothing in mono ([012eeed](https://github.com/sig-nine/era-ui/commit/012eeedc34cfe42088a3d75c7fdc1f9d28b804cd))
|
|
21
|
+
|
|
1
22
|
## [26.1.0](https://github.com/sig-nine/era-ui/compare/v26.0.1...v26.1.0) (2026-08-14)
|
|
2
23
|
|
|
3
24
|
### Features
|
|
@@ -25,6 +25,34 @@
|
|
|
25
25
|
* specifiers the rest of src/lib/docs uses.
|
|
26
26
|
*/
|
|
27
27
|
export declare const PACKAGE = "@signal9/era-ui";
|
|
28
|
+
/**
|
|
29
|
+
* The install command WITH the pin, because npm's default fights era's cadence.
|
|
30
|
+
*
|
|
31
|
+
* `npm install @signal9/era-ui` writes a caret range. A caret still holds the
|
|
32
|
+
* major — `^26.1.0` resolves `<27.0.0` — so it is not the open subscription to
|
|
33
|
+
* the next breaking release it gets mistaken for. The real exposure is smaller
|
|
34
|
+
* and sharper than that, and it is worse:
|
|
35
|
+
*
|
|
36
|
+
* 1. era's majors are not annual. Measured at 26.1.1: 132 releases in the
|
|
37
|
+
* preceding 30 days, 24 of them major. The protection a caret buys is
|
|
38
|
+
* about a day and a quarter of era time.
|
|
39
|
+
* 2. Inside that window the minors and patches MOVE PIXELS. `fix(command): a
|
|
40
|
+
* row carries its OWN tier's radius` is a patch, and it changes what every
|
|
41
|
+
* command palette row looks like. For a library whose output is geometry
|
|
42
|
+
* there is no such thing as a rendering-neutral patch, so semver's promise
|
|
43
|
+
* — "patches are safe to float" — does not describe what era ships.
|
|
44
|
+
*
|
|
45
|
+
* So era's advice is to pin exact. This is that advice as the command that
|
|
46
|
+
* PRODUCES the pin, rather than as a sentence printed next to a command that
|
|
47
|
+
* does not: a reader who copies the snippet is pinned, whereas a reader given a
|
|
48
|
+
* bare `npm install` and a note about `--save-exact` is pinned only if they
|
|
49
|
+
* copied the prose too.
|
|
50
|
+
*
|
|
51
|
+
* Found by signalnine.org, which shipped a caret it never meant to and caught it
|
|
52
|
+
* reading its own diff. Every other pin in that repo was exact and deliberate —
|
|
53
|
+
* the docs had simply never said so, and the default quietly answered instead.
|
|
54
|
+
*/
|
|
55
|
+
export declare const INSTALL = "npm install --save-exact @signal9/era-ui";
|
|
28
56
|
/** How a component is re-exported by the internal barrel. */
|
|
29
57
|
export type ImportKind = 'named' | 'namespace';
|
|
30
58
|
/** The import statement, in the spelling that actually resolves. */
|
|
@@ -25,6 +25,34 @@
|
|
|
25
25
|
* specifiers the rest of src/lib/docs uses.
|
|
26
26
|
*/
|
|
27
27
|
export const PACKAGE = '@signal9/era-ui';
|
|
28
|
+
/**
|
|
29
|
+
* The install command WITH the pin, because npm's default fights era's cadence.
|
|
30
|
+
*
|
|
31
|
+
* `npm install @signal9/era-ui` writes a caret range. A caret still holds the
|
|
32
|
+
* major — `^26.1.0` resolves `<27.0.0` — so it is not the open subscription to
|
|
33
|
+
* the next breaking release it gets mistaken for. The real exposure is smaller
|
|
34
|
+
* and sharper than that, and it is worse:
|
|
35
|
+
*
|
|
36
|
+
* 1. era's majors are not annual. Measured at 26.1.1: 132 releases in the
|
|
37
|
+
* preceding 30 days, 24 of them major. The protection a caret buys is
|
|
38
|
+
* about a day and a quarter of era time.
|
|
39
|
+
* 2. Inside that window the minors and patches MOVE PIXELS. `fix(command): a
|
|
40
|
+
* row carries its OWN tier's radius` is a patch, and it changes what every
|
|
41
|
+
* command palette row looks like. For a library whose output is geometry
|
|
42
|
+
* there is no such thing as a rendering-neutral patch, so semver's promise
|
|
43
|
+
* — "patches are safe to float" — does not describe what era ships.
|
|
44
|
+
*
|
|
45
|
+
* So era's advice is to pin exact. This is that advice as the command that
|
|
46
|
+
* PRODUCES the pin, rather than as a sentence printed next to a command that
|
|
47
|
+
* does not: a reader who copies the snippet is pinned, whereas a reader given a
|
|
48
|
+
* bare `npm install` and a note about `--save-exact` is pinned only if they
|
|
49
|
+
* copied the prose too.
|
|
50
|
+
*
|
|
51
|
+
* Found by signalnine.org, which shipped a caret it never meant to and caught it
|
|
52
|
+
* reading its own diff. Every other pin in that repo was exact and deliberate —
|
|
53
|
+
* the docs had simply never said so, and the default quietly answered instead.
|
|
54
|
+
*/
|
|
55
|
+
export const INSTALL = `npm install --save-exact ${PACKAGE}`;
|
|
28
56
|
/** The import statement, in the spelling that actually resolves. */
|
|
29
57
|
export function importLine(kind, alias, slug) {
|
|
30
58
|
const spec = `"${PACKAGE}/${slug}"`;
|