@wolkabout/commons 0.0.25 → 0.0.27

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
@@ -961,7 +961,7 @@ declare class LocalSortTableComponent {
961
961
  type MasterDetailDisplayRatio = 'full' | 'wide' | 'medium' | 'narrow' | 'reverse';
962
962
  declare class MasterDetailsViewComponent {
963
963
  displayRatio: _angular_core.InputSignal<MasterDetailDisplayRatio>;
964
- width: _angular_core.Signal<"w-1/5 max-w-1/5" | "w-1/4 max-w-1/4" | "w-1/3 max-w-1/3" | "w-1/2 max-w-1/2" | "w-3/4 max-w-3/4">;
964
+ width: _angular_core.Signal<"20%" | "25%" | "33.3333%" | "50%" | "75%">;
965
965
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MasterDetailsViewComponent, never>;
966
966
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<MasterDetailsViewComponent, "app-master-details-view", never, { "displayRatio": { "alias": "displayRatio"; "required": false; "isSignal": true; }; }, {}, never, ["[app-master]", "[app-details]"], true, never>;
967
967
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolkabout/commons",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.11",
6
6
  "@angular/common": "^20.3.9",