ryzen-ui 0.2.2 → 0.2.4

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/index.d.ts CHANGED
@@ -909,7 +909,7 @@ declare class SidebarComponent {
909
909
  readonly logout: _angular_core.OutputEmitterRef<void>;
910
910
  readonly _expanded: _angular_core.WritableSignal<Set<string>>;
911
911
  readonly _currentUrl: _angular_core.WritableSignal<string>;
912
- private _activeId;
912
+ readonly _activeId: _angular_core.Signal<string | null>;
913
913
  readonly _asideStyle: _angular_core.Signal<{
914
914
  width: string;
915
915
  'background-color': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ryzen-ui",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Ryzen UI — standalone Angular component library built with signals, OnPush, and pure CSS with oklch theming",
5
5
  "keywords": [
6
6
  "angular",