@net7/boilerplate-muruca 5.5.2 → 5.5.3

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.
@@ -58,6 +58,8 @@ export interface ConfigMurucaParallelTextViewerSection extends ConfigMurucaSecti
58
58
  grid?: any;
59
59
  /** panels */
60
60
  panels?: any;
61
+ /** search */
62
+ searchId?: any;
61
63
  };
62
64
  }
63
65
  export interface ConfigMurucaTitleSection extends ConfigMurucaSection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/boilerplate-muruca",
3
- "version": "5.5.2",
3
+ "version": "5.5.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.11",
6
6
  "@angular/core": "^17.3.11"