@net7/boilerplate-muruca 5.3.4 → 5.3.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.
@@ -15,7 +15,9 @@ export interface ConfigMurucaResourceLayout extends ConfigMurucaLayout {
15
15
  /** resource type (used by resource modal) */
16
16
  type: string;
17
17
  /** delay time before scrolling to an anchor */
18
- pageLoad: number;
18
+ pageLoad?: number;
19
+ /** Threshold where the "read-more" button appears */
20
+ maxHeight?: number;
19
21
  /** layout sections (top | content) */
20
22
  sections: {
21
23
  [key in 'top' | 'content']: (ConfigMurucaTabsSection | ConfigMurucaTitleSection | ConfigMurucaImageViewerSection | ConfigMurucaMetadataSection | ConfigMurucaCollectionSection | ConfigMurucaItemPreviewSection | ConfigMurucaTextViewerSection | ConfigMurucaInfoBoxSection | ConfigMurucaBreadcrumbsSection | ConfigMurucaMetadataDynamicSection | ConfigMurucaButtonSection)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@net7/boilerplate-muruca",
3
- "version": "5.3.4",
3
+ "version": "5.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.11",
6
6
  "@angular/core": "^17.3.11"