@idsoftsource/initial-process 2.2.5 → 2.2.7

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,9 @@ declare class TermsConditionsComponent implements OnChanges {
939
939
  ngOnChanges(): void;
940
940
  private buildSections;
941
941
  /**
942
- * Replaces {{PrivacyAndTerms?.fieldName}} and {{fieldName}} tokens,
943
- * then converts literal \n sequences to <br> for HTML rendering.
942
+ * 1. Unescape backslash-escaped quotes left over from JSON string storage (\" → ")
943
+ * 2. Replace {{PrivacyAndTerms?.field}} and {{field}} tokens with live values
944
+ * 3. Convert literal \n sequences to <br> for HTML line breaks
944
945
  */
945
946
  private interpolate;
946
947
  isFilteredBrand(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",