ng-hub-ui-ds 22.9.2 → 22.9.3
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 +10 -0
- package/docs/variables-css-library.en.md +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ All notable changes to `ng-hub-ui-ds` are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [22.9.3] - 2026-09-08
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- **The six `--hub-icon-*` rows point at the line they actually live on.** `icons` 22.3.0 moved its
|
|
13
|
+
base rules into `:where(.hub-icon)` and wrote the reason above them, which pushed every token
|
|
14
|
+
declaration down the file. The catalogue travels inside this package, so a citation left behind
|
|
15
|
+
sends a reader to a line that now holds something else — the same failure this package has
|
|
16
|
+
already released for twice. No token is new, renamed, or worth a different value.
|
|
17
|
+
|
|
8
18
|
## [22.9.2] - 2026-09-07
|
|
9
19
|
|
|
10
20
|
### Changed
|
|
@@ -2574,12 +2574,12 @@ Agnostic icon renderer (`ng-hub-ui-icons`). One token set themes any icon pack (
|
|
|
2574
2574
|
|
|
2575
2575
|
| Token | Initial value | Usage | Status | Source |
|
|
2576
2576
|
| ----- | ------------- | ----- | ------ | ------ |
|
|
2577
|
-
| `--hub-icon-size` | `1em` | Icon size (font-size for glyphs; width/height for SVG/img) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:
|
|
2578
|
-
| `--hub-icon-color` | `currentColor` | Icon color (color for glyphs; fill for SVG) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:
|
|
2579
|
-
| `--hub-icon-fill` | `0` | Variable-font `FILL` axis (Material Symbols) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:
|
|
2580
|
-
| `--hub-icon-weight` | `400` | Variable-font `wght` axis (Material Symbols) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:
|
|
2581
|
-
| `--hub-icon-grade` | `0` | Variable-font `GRAD` axis (Material Symbols) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:
|
|
2582
|
-
| `--hub-icon-optical-size` | `24` | Variable-font `opsz` axis (Material Symbols) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:
|
|
2577
|
+
| `--hub-icon-size` | `1em` | Icon size (font-size for glyphs; width/height for SVG/img) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:29` |
|
|
2578
|
+
| `--hub-icon-color` | `currentColor` | Icon color (color for glyphs; fill for SVG) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:30` |
|
|
2579
|
+
| `--hub-icon-fill` | `0` | Variable-font `FILL` axis (Material Symbols) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:34` |
|
|
2580
|
+
| `--hub-icon-weight` | `400` | Variable-font `wght` axis (Material Symbols) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:35` |
|
|
2581
|
+
| `--hub-icon-grade` | `0` | Variable-font `GRAD` axis (Material Symbols) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:36` |
|
|
2582
|
+
| `--hub-icon-optical-size` | `24` | Variable-font `opsz` axis (Material Symbols) | `IN_USE` | `icons/src/lib/styles/_icon-base.scss:37` |
|
|
2583
2583
|
|
|
2584
2584
|
### `metrics`
|
|
2585
2585
|
|