@idsoftsource/initial-process 2.2.3 → 2.2.4

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
@@ -938,7 +938,10 @@ declare class TermsConditionsComponent implements OnChanges {
938
938
  constructor(sanitizer: DomSanitizer);
939
939
  ngOnChanges(): void;
940
940
  private buildSections;
941
- /** Replaces {{fieldName}} tokens in HTML content with values from PrivacyAndTerms */
941
+ /**
942
+ * Replaces both {{PrivacyAndTerms?.fieldName}} (stored format) and
943
+ * plain {{fieldName}} tokens with live values from PrivacyAndTerms.
944
+ */
942
945
  private interpolate;
943
946
  isFilteredBrand(): boolean;
944
947
  static ɵfac: i0.ɵɵFactoryDeclaration<TermsConditionsComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",