@omnia/fx-models 7.7.84-preview → 7.7.85-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 +1 -0
  2. package/package.json +1 -1
package/Layout.d.ts CHANGED
@@ -187,6 +187,7 @@ export interface StepperSectionSettings extends SectionSettings {
187
187
  nonLinear: boolean;
188
188
  labelSettings: StepperLabelSettings;
189
189
  scrollToTopOnSelectedStep: boolean;
190
+ paging?: boolean;
190
191
  }
191
192
  export interface StepperLabelSettings {
192
193
  none: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.7.84-preview",
4
+ "version": "7.7.85-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"