@elasticias/ui 1.0.5 → 1.0.6

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.5",
3
+ "version": "1.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -966,8 +966,16 @@ 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
+ /**
970
+ * A released build is known by its version; an unreleased one has no
971
+ * version to be known by, so it shows what actually identifies it.
972
+ *
973
+ * That is not a cosmetic split. Only production is cut from a tag, so
974
+ * only production has a number a person can repeat back to you. On
975
+ * develop and staging the honest answer is where it came from and when.
976
+ */
977
+ protected readonly label: _angular_core.Signal<string>;
978
+ /** The rest of the identity, for when the label is only a version. */
971
979
  protected readonly detail: _angular_core.Signal<string>;
972
980
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<EfBuildStampComponent, never>;
973
981
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<EfBuildStampComponent, "ef-build-stamp", never, { "owner": { "alias": "owner"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;