@omnia/fx-models 7.9.67-preview → 7.9.68-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 -0
  2. package/package.json +1 -1
package/Layout.d.ts CHANGED
@@ -137,6 +137,7 @@ export interface SectionSettings extends LayoutItemSettings {
137
137
  themeDefinition: ThemeDefinition;
138
138
  hidden?: boolean;
139
139
  disableLazyLoad?: boolean;
140
+ titleFormatting?: GuidValue;
140
141
  }
141
142
  export interface ColumnedSectionSettings extends SectionSettings {
142
143
  type: SectionTypes.Column;
@@ -239,6 +240,7 @@ export interface HeaderItemSettings {
239
240
  titleSettings: BlockTitleSettings;
240
241
  anchorName?: string;
241
242
  scrollIntoViewDisabled: boolean;
243
+ titleFormatting?: GuidValue;
242
244
  }
243
245
  export interface SpacingItemSettings {
244
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.67-preview",
4
+ "version": "7.9.68-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"