@aortl/admin-css 0.17.0 → 0.18.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 CHANGED
@@ -4,6 +4,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.18.0] - 2026-06-16
8
+
9
+ ### Added
10
+
11
+ - `classNames` prop for per-slot class overrides on shorthand components — reach inner elements the shorthand props render (`Card`, `StatCard`, `Alert`, `Item`, `Field`, `Dialog`, `Drawer`, `Timeline.Item`, `PropertyList`, `Input`, `NumberInput`, `Pagination`, `Sidebar.Item`/`SubItem`/`Collapsible`/`CollapseToggle`, `Tooltip`). Exports a `SlotClasses` type helper. (react)
12
+ - `Alert` dismiss button (`onDismiss` / `.alert-dismiss`). (both)
13
+ - `StatCard` `trend` slot with a directional caret and direction-independent intent color (`.stat-card-trend`). (both)
14
+ - `AvatarGroup` `max` overflow with a `+N` tile (`.avatar-more`). (both)
15
+ - `Indicator` `max` clamp for numeric labels (e.g. `99+`). (react)
16
+ - `Table` density (`compact`), an empty-state row (`Table.Empty` / `.table-empty`), and a pinned first column (`pinCol` / `.table-pin-col`). (both)
17
+ - `Menu` checkbox/radio items (`checked` / `.menu-item[aria-checked]` + `.menu-item-indicator`). (both)
18
+ - `Input` `clearable` button and a `PasswordInput` reveal toggle (`.input-action`). (both)
19
+ - `Item` and `ItemGroup` components / `.item` — compact list rows with media, content, and actions. (both)
20
+ - `Timeline` component / `.timeline` — vertical event rail with a numbered steps variant. (both)
21
+ - `Drawer` component / `.drawer` — edge-anchored panel sharing the `<dialog>` machinery. (both)
22
+ - `NumberInput` component / `.number-input` — numeric field with steppers over Base UI NumberField. (both)
23
+
7
24
  ## [0.17.0] - 2026-06-15
8
25
 
9
26
  ### Added
@@ -62,11 +79,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
62
79
  - Make `primary` a high-contrast neutral and move blue to `info`. (both)
63
80
  - Use solid color fills for `Alert` and `Badge` status variants. (both)
64
81
 
65
- [Unreleased]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.17.0...HEAD
82
+ [Unreleased]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.18.0...HEAD
66
83
  [0.16.1]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.16.0...v0.16.1
67
84
  [0.16.0]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.15.1...v0.16.0
68
85
  [0.15.1]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.15.0...v0.15.1
69
86
  [0.15.0]: https://github.com/Digital-Udvikling/admin-design-system/releases/tag/v0.15.0
70
87
 
88
+ [0.18.0]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.17.0...v0.18.0
71
89
  [0.17.0]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.16.2...v0.17.0
72
90
  [0.16.2]: https://github.com/Digital-Udvikling/admin-design-system/releases/tag/v0.16.2