@elasticias/ui 1.0.4 → 1.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elasticias/ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -966,6 +966,8 @@ declare class EfBuildStampComponent {
966
966
  readonly owner: _angular_core.InputSignal<string>;
967
967
  protected readonly info: _elasticias_core.EfBuildInfo;
968
968
  protected readonly year: number;
969
+ /** Commit and branch always identify a build; a version only appears when
970
+ * the app actually maintains one, so an unversioned app shows no `v`. */
969
971
  protected readonly detail: _angular_core.Signal<string>;
970
972
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<EfBuildStampComponent, never>;
971
973
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<EfBuildStampComponent, "ef-build-stamp", never, { "owner": { "alias": "owner"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;