@aortl/admin-css 0.16.2 → 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 +37 -1
- package/dist/admin.css +1060 -101
- package/dist/admin.min.css +1 -1
- package/dist/admin.scoped.css +1072 -127
- package/dist/admin.scoped.min.css +174 -6
- package/package.json +1 -1
- package/src/components/alert.css +70 -4
- package/src/components/avatar.css +42 -0
- package/src/components/badge.css +36 -0
- package/src/components/brand-tile.css +36 -0
- package/src/components/card.css +38 -0
- package/src/components/drawer.css +81 -0
- package/src/components/index.css +7 -0
- package/src/components/indicator.css +12 -0
- package/src/components/input-icon.css +65 -0
- package/src/components/item.css +76 -0
- package/src/components/menu.css +15 -0
- package/src/components/number-input.css +64 -0
- package/src/components/separator.css +13 -0
- package/src/components/stat-card.css +33 -0
- package/src/components/table.css +54 -0
- package/src/components/timeline.css +113 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,40 @@ 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
|
+
|
|
24
|
+
## [0.17.0] - 2026-06-15
|
|
25
|
+
|
|
26
|
+
### Added
|
|
27
|
+
|
|
28
|
+
- `Separator` component / `.separator` class — a styled `<hr>` with a vertical modifier. (both)
|
|
29
|
+
- `Avatar` and `AvatarGroup` / `.avatar` — image with a no-JS initials fallback, circle/square, `sm`/`md`/`lg`, plus `.indicator` auto-offsets for avatar anchors. (both)
|
|
30
|
+
- Badge soft tinted variants (`soft` / `.badge-soft`) and a dismissible remove button (`onRemove`, `removeLabel` / `.badge-remove`). (both)
|
|
31
|
+
- Alert trailing action slot (`action` / `Alert.Action` / `.alert-action`). (both)
|
|
32
|
+
- In-field input icons — `icon` / `iconTrailing` on `Input`, `.input-icon` wrapper. (both)
|
|
33
|
+
- Card media slot (`media` / `Card.Media` / `.card-media`) and scroll region (`scroll` on `Card.Container` / `.card-scroll`). (both)
|
|
34
|
+
- BrandTile `lg` size, soft tint variants, and bordered image tiles. (both)
|
|
35
|
+
|
|
36
|
+
### Changed
|
|
37
|
+
|
|
38
|
+
- `.link` inside an `.alert` inherits the variant's content color instead of the link blue. (css)
|
|
39
|
+
- `tfoot` rows are styled by default — semibold cells with a strong divider above the first footer row (previously unstyled). (css)
|
|
40
|
+
|
|
7
41
|
## [0.16.2] - 2026-06-11
|
|
8
42
|
|
|
9
43
|
- Add a changelog following the Keep a Changelog format.
|
|
@@ -45,10 +79,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
45
79
|
- Make `primary` a high-contrast neutral and move blue to `info`. (both)
|
|
46
80
|
- Use solid color fills for `Alert` and `Badge` status variants. (both)
|
|
47
81
|
|
|
48
|
-
[Unreleased]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.
|
|
82
|
+
[Unreleased]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.18.0...HEAD
|
|
49
83
|
[0.16.1]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.16.0...v0.16.1
|
|
50
84
|
[0.16.0]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.15.1...v0.16.0
|
|
51
85
|
[0.15.1]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.15.0...v0.15.1
|
|
52
86
|
[0.15.0]: https://github.com/Digital-Udvikling/admin-design-system/releases/tag/v0.15.0
|
|
53
87
|
|
|
88
|
+
[0.18.0]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.17.0...v0.18.0
|
|
89
|
+
[0.17.0]: https://github.com/Digital-Udvikling/admin-design-system/compare/v0.16.2...v0.17.0
|
|
54
90
|
[0.16.2]: https://github.com/Digital-Udvikling/admin-design-system/releases/tag/v0.16.2
|