ng-hub-ui-ds 22.4.0 → 22.4.1
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 +6 -0
- package/docs/variables-css-library.en.md +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ 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.4.1] - 2026-06-29
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Token-spec MD: documented the `--hub-badge-max-width` component token (added in `ng-hub-ui-badges` 22.4.0 for content truncation). Docs only — no change to the emitted tokens.
|
|
13
|
+
|
|
8
14
|
## [22.4.0] - 2026-06-26
|
|
9
15
|
|
|
10
16
|
### Added
|
|
@@ -978,6 +978,7 @@ The `detail` token set is defined as a single, standardized collection that supp
|
|
|
978
978
|
| `--hub-badge-focus-ring-width` | `var(--hub-sys-focus-ring-width, 0.25rem)` | Badge focus ring width | `IN_USE` | `badges/src/lib/components/badge/badge.component.scss:30` |
|
|
979
979
|
| `--hub-badge-font-family` | `var(--hub-ref-font-family-base, inherit)` | Badge font family | `IN_USE` | `badges/src/lib/components/badge/badge.component.scss:14` |
|
|
980
980
|
| `--hub-badge-font-size` | `0.875rem` | Badge font size | `IN_USE` | `badges/src/lib/components/badge/badge.component.scss:15` |
|
|
981
|
+
| `--hub-badge-max-width` | `100%` | Badge max width (truncation bound for the content ellipsis) | `IN_USE` | `badges/src/lib/components/badge/badge.component.scss:40` |
|
|
981
982
|
| `--hub-badge-font-weight` | `600` | Badge font weight | `IN_USE` | `badges/src/lib/components/badge/badge.component.scss:16` |
|
|
982
983
|
| `--hub-badge-gap` | `0.375rem` | Badge gap | `IN_USE` | `badges/src/lib/components/badge/badge.component.scss:21` |
|
|
983
984
|
| `--hub-badge-letter-spacing` | `0.01em` | Badge letter spacing | `IN_USE` | `badges/src/lib/components/badge/badge.component.scss:18` |
|