@solcre-org/core-ui 2.15.2 → 2.15.3

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
@@ -3676,7 +3676,7 @@ declare class MobileHeaderComponent {
3676
3676
  menuClick: _angular_core.OutputEmitterRef<void>;
3677
3677
  refreshClick: _angular_core.OutputEmitterRef<void>;
3678
3678
  filterClick: _angular_core.OutputEmitterRef<void>;
3679
- isMobile: _angular_core.Signal<boolean>;
3679
+ shouldShow: _angular_core.Signal<boolean>;
3680
3680
  shouldShowRefreshButton: _angular_core.Signal<boolean>;
3681
3681
  shouldShowFilterButton: _angular_core.Signal<boolean>;
3682
3682
  onMenuClick(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.15.2",
3
+ "version": "2.15.3",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"