@guildofgleks/ui 21.9.0 → 21.9.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/package.json +1 -1
- package/types/guildofgleks-ui.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to `@guildofgleks/ui` are documented here. Format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/); this project has not yet
|
|
5
5
|
reached 1.0, so breaking changes may land in minor versions.
|
|
6
6
|
|
|
7
|
+
## [21.9.1] - 04.09.2026
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- version and commit history
|
|
12
|
+
|
|
7
13
|
## [21.9.0] - 04.09.2026
|
|
8
14
|
|
|
9
15
|
### Added
|
package/package.json
CHANGED
|
@@ -406,7 +406,7 @@ declare class AccordionComponent {
|
|
|
406
406
|
* Left unset by default since not every accordion instance represents document structure
|
|
407
407
|
* (e.g. one nested inside a card).
|
|
408
408
|
*/
|
|
409
|
-
readonly headingLevel: _angular_core.InputSignal<2 |
|
|
409
|
+
readonly headingLevel: _angular_core.InputSignal<2 | 3 | 4 | 5 | 6 | undefined>;
|
|
410
410
|
/**
|
|
411
411
|
* Two-way bindable set of currently open item ids. Exposed as a model so consumers
|
|
412
412
|
* can drive the accordion externally (e.g. `[(openIds)]="mySet"`) instead of only
|