@omnia/fx-models 7.9.70-preview → 7.9.71-preview
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/Layout.d.ts +2 -2
- package/package.json +1 -1
package/Layout.d.ts
CHANGED
|
@@ -137,7 +137,7 @@ export interface SectionSettings extends LayoutItemSettings {
|
|
|
137
137
|
themeDefinition: ThemeDefinition;
|
|
138
138
|
hidden?: boolean;
|
|
139
139
|
disableLazyLoad?: boolean;
|
|
140
|
-
|
|
140
|
+
headerLevel?: GuidValue;
|
|
141
141
|
}
|
|
142
142
|
export interface ColumnedSectionSettings extends SectionSettings {
|
|
143
143
|
type: SectionTypes.Column;
|
|
@@ -240,7 +240,7 @@ export interface HeaderItemSettings {
|
|
|
240
240
|
titleSettings: BlockTitleSettings;
|
|
241
241
|
anchorName?: string;
|
|
242
242
|
scrollIntoViewDisabled: boolean;
|
|
243
|
-
|
|
243
|
+
headerLevel?: GuidValue;
|
|
244
244
|
}
|
|
245
245
|
export interface SpacingItemSettings {
|
|
246
246
|
paddingRight: number;
|