@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,23 @@
|
|
|
1
|
+
# Era UI v10 release history
|
|
2
|
+
|
|
3
|
+
## [10.1.0](https://github.com/sig-nine/era-ui/compare/v10.0.0...v10.1.0) (2026-08-08)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **audit:** typography/anonymous-text measures the defect, not the class ([897988d](https://github.com/sig-nine/era-ui/commit/897988d7345cce392f3cd74f65105560b0094d57))
|
|
8
|
+
* **styles:** era-label-ink centres the ink of a control that holds one label ([7a3c7b9](https://github.com/sig-nine/era-ui/commit/7a3c7b9538661272259347fa4702fabb3684e97b))
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **docs:** the published examples named a package that does not exist on npm ([d84e809](https://github.com/sig-nine/era-ui/commit/d84e8097d7934cd2de802a16fe666818e25c550f))
|
|
13
|
+
* **typography:** bare text in a flex row was never ink-centred ([ccecf6b](https://github.com/sig-nine/era-ui/commit/ccecf6b29f9150e6359865fe16a7e6141f0b0359))
|
|
14
|
+
|
|
15
|
+
## [10.0.0](https://github.com/sig-nine/era-ui/compare/v9.0.0...v10.0.0) (2026-08-08)
|
|
16
|
+
|
|
17
|
+
### ⚠ BREAKING CHANGES
|
|
18
|
+
|
|
19
|
+
* **props:** size props speak the same ladder as the tokens
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **props:** size props speak the same ladder as the tokens ([8abad01](https://github.com/sig-nine/era-ui/commit/8abad011a82f5e801f4f6955108e381bb72a28c9))
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Era UI v11 release history
|
|
2
|
+
|
|
3
|
+
## [11.0.0](https://github.com/sig-nine/era-ui/compare/v10.1.0...v11.0.0) (2026-08-08)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **styles:** complete the named class API, and write it everywhere
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **build:** fail the build on a var-form class that has a name ([49a495e](https://github.com/sig-nine/era-ui/commit/49a495ed2a0995abf2346b062f9a6d5006a58529))
|
|
12
|
+
* **docs:** the theme half of era's class API was invisible to the docs ([11a3e67](https://github.com/sig-nine/era-ui/commit/11a3e67dd1e4d059c8252a227a875a39b0f81e98))
|
|
13
|
+
* **styles:** complete the named class API, and write it everywhere ([720ffca](https://github.com/sig-nine/era-ui/commit/720ffca23f2bca4bcf9de1183b7828fdd08415c2))
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Era UI v12 release history
|
|
2
|
+
|
|
3
|
+
## [12.1.2](https://github.com/sig-nine/era-ui/compare/v12.1.1...v12.1.2) (2026-08-08)
|
|
4
|
+
|
|
5
|
+
### Performance Improvements
|
|
6
|
+
|
|
7
|
+
* **pane:** stop re-walking the pane on every mutation mid-drag ([b4f0419](https://github.com/sig-nine/era-ui/commit/b4f0419ec43d659b79c8c81160f92aecf33d5eec))
|
|
8
|
+
|
|
9
|
+
## [12.1.1](https://github.com/sig-nine/era-ui/compare/v12.1.0...v12.1.1) (2026-08-08)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **docs:** every published import example named a path only this repo can resolve ([b481457](https://github.com/sig-nine/era-ui/commit/b481457b05c176731bb381cc5248e28da40d6ec7))
|
|
14
|
+
|
|
15
|
+
## [12.1.0](https://github.com/sig-nine/era-ui/compare/v12.0.4...v12.1.0) (2026-08-08)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **themes:** signalnine leans a little toward Windows 98 ([4acf60c](https://github.com/sig-nine/era-ui/commit/4acf60c5e693638f2109720ac79fef5d8472cd6c)), closes [#817f7a](https://github.com/sig-nine/era-ui/issues/817f7a) [#808080](https://github.com/sig-nine/era-ui/issues/808080) [#c9c7c4](https://github.com/sig-nine/era-ui/issues/c9c7c4) [#c0c0c0](https://github.com/sig-nine/era-ui/issues/c0c0c0) [#dfdeda](https://github.com/sig-nine/era-ui/issues/dfdeda) [#dfdfdf](https://github.com/sig-nine/era-ui/issues/dfdfdf) [#ffffff](https://github.com/sig-nine/era-ui/issues/ffffff) [#3766f6](https://github.com/sig-nine/era-ui/issues/3766f6)
|
|
20
|
+
|
|
21
|
+
## [12.0.4](https://github.com/sig-nine/era-ui/compare/v12.0.3...v12.0.4) (2026-08-08)
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **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)
|
|
26
|
+
|
|
27
|
+
## [12.0.3](https://github.com/sig-nine/era-ui/compare/v12.0.2...v12.0.3) (2026-08-08)
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* **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)
|
|
32
|
+
|
|
33
|
+
## [12.0.2](https://github.com/sig-nine/era-ui/compare/v12.0.1...v12.0.2) (2026-08-08)
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* **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)
|
|
38
|
+
|
|
39
|
+
## [12.0.1](https://github.com/sig-nine/era-ui/compare/v12.0.0...v12.0.1) (2026-08-08)
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* **themes:** sand sits one rung darker at every slot ([1e1e222](https://github.com/sig-nine/era-ui/commit/1e1e2222509fa4a6aaab3ad20c1474009cbff23e))
|
|
44
|
+
|
|
45
|
+
## [12.0.0](https://github.com/sig-nine/era-ui/compare/v11.0.0...v12.0.0) (2026-08-08)
|
|
46
|
+
|
|
47
|
+
### ⚠ BREAKING CHANGES
|
|
48
|
+
|
|
49
|
+
* **themes:** sand becomes a saturated warm amber
|
|
50
|
+
|
|
51
|
+
### Features
|
|
52
|
+
|
|
53
|
+
* **themes:** sand becomes a saturated warm amber ([1d2f092](https://github.com/sig-nine/era-ui/commit/1d2f092c8badd61fa26600935fa149c17c30276a))
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Era UI v13 release history
|
|
2
|
+
|
|
3
|
+
## [13.0.0](https://github.com/sig-nine/era-ui/compare/v12.1.2...v13.0.0) (2026-08-08)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **apps:** the apps layer leaves the package
|
|
8
|
+
* **button,chip,badge:** the label gets a slot of its own
|
|
9
|
+
* **styles:** era's tokens move into a cascade layer
|
|
10
|
+
* **layers:** z-index becomes a named contract instead of 23 copies of z-50
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **apps:** the apps layer leaves the package ([f854673](https://github.com/sig-nine/era-ui/commit/f8546730d752dcde615b9c298a5039311fb13b4c))
|
|
15
|
+
* **button,chip,badge:** the label gets a slot of its own ([687ff73](https://github.com/sig-nine/era-ui/commit/687ff7378d86f81a14eaf508b635ced074db6062))
|
|
16
|
+
* **layers:** z-index becomes a named contract instead of 23 copies of z-50 ([8dc827a](https://github.com/sig-nine/era-ui/commit/8dc827a95e7ce33c266399913dbab895795ab3d7))
|
|
17
|
+
* **styles:** era's tokens move into a cascade layer ([7b938d1](https://github.com/sig-nine/era-ui/commit/7b938d12368b261b72878f8d98de863122695e63))
|
|
18
|
+
* **theme:** the theme contract becomes a type and a build gate ([a2c2455](https://github.com/sig-nine/era-ui/commit/a2c24550d2453dd5946b8b15bc22bd491b7afaf3))
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Era UI v14 release history
|
|
2
|
+
|
|
3
|
+
## [14.2.1](https://github.com/sig-nine/era-ui/compare/v14.2.0...v14.2.1) (2026-08-08)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **docs:** the library rail's rows were not concentric with their pane ([11fcb61](https://github.com/sig-nine/era-ui/commit/11fcb618070dbfb216d9023a39ac770820f2f2b8))
|
|
8
|
+
|
|
9
|
+
## [14.2.0](https://github.com/sig-nine/era-ui/compare/v14.1.1...v14.2.0) (2026-08-08)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **audit:** flat was the unaudited surface, and it is the default ([09e68e3](https://github.com/sig-nine/era-ui/commit/09e68e32c584eedc58082644d018e643afd0d3ef))
|
|
14
|
+
|
|
15
|
+
## [14.1.1](https://github.com/sig-nine/era-ui/compare/v14.1.0...v14.1.1) (2026-08-08)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **surfaces:** flat had no way to separate a floating panel from the page ([f329475](https://github.com/sig-nine/era-ui/commit/f3294754df8ca1ddb461c42502cffc99df968eab))
|
|
20
|
+
|
|
21
|
+
## [14.1.0](https://github.com/sig-nine/era-ui/compare/v14.0.1...v14.1.0) (2026-08-08)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **type:** headings join the density axis ([ccb5df4](https://github.com/sig-nine/era-ui/commit/ccb5df4ff8732b3af700f94710f8e75c9b85068b))
|
|
26
|
+
|
|
27
|
+
## [14.0.1](https://github.com/sig-nine/era-ui/compare/v14.0.0...v14.0.1) (2026-08-08)
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* **checks:** a gate that reported "ok" was checking 3% of what it claimed ([f07e21f](https://github.com/sig-nine/era-ui/commit/f07e21f16cf0f845cd62b722ef9912d800b1e38f))
|
|
32
|
+
|
|
33
|
+
## [14.0.0](https://github.com/sig-nine/era-ui/compare/v13.0.0...v14.0.0) (2026-08-08)
|
|
34
|
+
|
|
35
|
+
### ⚠ BREAKING CHANGES
|
|
36
|
+
|
|
37
|
+
* **docs:** 37 of 62 components documented an import that evaluates to undefined
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* **docs:** 37 of 62 components documented an import that evaluates to undefined ([d5491e5](https://github.com/sig-nine/era-ui/commit/d5491e5c6464557105313274b8503313b7ac1a39))
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Era UI v15 release history
|
|
2
|
+
|
|
3
|
+
## [15.0.0](https://github.com/sig-nine/era-ui/compare/v14.2.1...v15.0.0) (2026-08-08)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **utils:** era's named classes have been unoverridable since v8
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **utils:** era's named classes have been unoverridable since v8 ([166fae6](https://github.com/sig-nine/era-ui/commit/166fae622b9695060e0abcaea21219f12ac4ea62))
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Era UI v16 release history
|
|
2
|
+
|
|
3
|
+
## [16.0.1](https://github.com/sig-nine/era-ui/compare/v16.0.0...v16.0.1) (2026-08-09)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **docs:** clear the last references to paths and names that no longer exist ([7c5f922](https://github.com/sig-nine/era-ui/commit/7c5f922f5177b9824c3e25c2adfe3890cfa2e2f2))
|
|
8
|
+
|
|
9
|
+
## [16.0.0](https://github.com/sig-nine/era-ui/compare/v15.0.0...v16.0.0) (2026-08-09)
|
|
10
|
+
|
|
11
|
+
### ⚠ BREAKING CHANGES
|
|
12
|
+
|
|
13
|
+
* **button:** the link variant IS era-link, and the docs that teach era were stale
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **button:** the link variant IS era-link, and the docs that teach era were stale ([ed433e2](https://github.com/sig-nine/era-ui/commit/ed433e2e48c94e9b2f11b37ea3fe8fef20d7a0ec))
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Era UI v17 release history
|
|
2
|
+
|
|
3
|
+
## [17.0.0](https://github.com/sig-nine/era-ui/compare/v16.0.1...v17.0.0) (2026-08-09)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **concentricity:** a row is concentric WITH its gap, not instead of it
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **concentricity:** a row is concentric WITH its gap, not instead of it ([d6d7ba9](https://github.com/sig-nine/era-ui/commit/d6d7ba91fd9a80158111c97ccdfaa8711a46ffa4))
|
|
12
|
+
* **package:** ship the changelog ([0c40ed7](https://github.com/sig-nine/era-ui/commit/0c40ed7cb14f41fdfc5e4cd648cc4463e36e0ccb))
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Era UI v18 release history
|
|
2
|
+
|
|
3
|
+
## [18.0.0](https://github.com/sig-nine/era-ui/compare/v17.0.0...v18.0.0) (2026-08-09)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **corners:** the corners axis only went one way
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **corners:** the corners axis only went one way ([6b94cb3](https://github.com/sig-nine/era-ui/commit/6b94cb3f0cdce7e6446e39e34286ebc8576617b9))
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Era UI v19 release history
|
|
2
|
+
|
|
3
|
+
## [19.0.0](https://github.com/sig-nine/era-ui/compare/v18.0.0...v19.0.0) (2026-08-09)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* **skeleton:** a line skeleton is one line BOX, and its pulse obeys the motion axis
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **skeleton:** a line skeleton is one line BOX, and its pulse obeys the motion axis ([8a6a6cd](https://github.com/sig-nine/era-ui/commit/8a6a6cd8deeafb0ae00ee567b606b18b49671312))
|