@omnia/fx-models 7.9.69-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.
Files changed (2) hide show
  1. package/Layout.d.ts +2 -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
- titleFormatting?: GuidValue;
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
- titleFormatting?: GuidValue;
243
+ headerLevel?: GuidValue;
244
244
  }
245
245
  export interface SpacingItemSettings {
246
246
  paddingRight: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.9.69-preview",
4
+ "version": "7.9.71-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"