@idsoftsource/initial-process 2.2.4 → 2.2.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/index.d.ts CHANGED
@@ -939,8 +939,8 @@ declare class TermsConditionsComponent implements OnChanges {
939
939
  ngOnChanges(): void;
940
940
  private buildSections;
941
941
  /**
942
- * Replaces both {{PrivacyAndTerms?.fieldName}} (stored format) and
943
- * plain {{fieldName}} tokens with live values from PrivacyAndTerms.
942
+ * Replaces {{PrivacyAndTerms?.fieldName}} and {{fieldName}} tokens,
943
+ * then converts literal \n sequences to <br> for HTML rendering.
944
944
  */
945
945
  private interpolate;
946
946
  isFilteredBrand(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",