@solcre-org/core-ui 2.15.15 → 2.15.16

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
@@ -3411,6 +3411,7 @@ declare class GenericSidebarComponent implements OnInit {
3411
3411
  getMobileType: _angular_core.Signal<SidebarMobileType>;
3412
3412
  getMaxScrollItems: _angular_core.Signal<number>;
3413
3413
  getScrollableItems: _angular_core.Signal<SidebarItem[]>;
3414
+ getActiveItemId: _angular_core.Signal<string>;
3414
3415
  modalState: {
3415
3416
  isOpen: _angular_core.Signal<boolean>;
3416
3417
  config: _angular_core.Signal<SidebarComponentConfig | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.15.15",
3
+ "version": "2.15.16",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"