@omnia/fx-models 7.8.96-preview → 7.8.98-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/Constants.d.ts CHANGED
@@ -93,6 +93,7 @@ export declare const Constants: {
93
93
  omniaLeftSidePanel: string;
94
94
  omniaRightSidePanel: string;
95
95
  mainHeading: string;
96
+ sharepointFooter: string;
96
97
  };
97
98
  };
98
99
  themeTargetIds: {
package/Constants.js CHANGED
@@ -124,6 +124,7 @@ exports.Constants = {
124
124
  omniaLeftSidePanel: "omnia-left-side-panel",
125
125
  omniaRightSidePanel: "omnia-right-side-panel",
126
126
  mainHeading: "main-heading",
127
+ sharepointFooter: "omf-footer",
127
128
  },
128
129
  },
129
130
  themeTargetIds: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.96-preview",
4
+ "version": "7.8.98-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"