@omnia/fx-models 7.8.84-preview → 7.8.86-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/ManifestIds.d.ts CHANGED
@@ -192,7 +192,6 @@ export declare class OmniaWebComponentManifests {
192
192
  static get FxUxMenuBlade(): Guid;
193
193
  static get FxUxWizard(): Guid;
194
194
  static get FxUxPeoplePicker(): Guid;
195
- static get FxUxSkeletonLoader(): Guid;
196
195
  static get FxUxIcon(): Guid;
197
196
  static get FxUxButton(): Guid;
198
197
  static get FxUxDatatable(): Guid;
package/ManifestIds.js CHANGED
@@ -592,9 +592,6 @@ class OmniaWebComponentManifests {
592
592
  static get FxUxPeoplePicker() {
593
593
  return new models_1.Guid("4893dcff-9223-448c-9259-367a1b4ad652");
594
594
  }
595
- static get FxUxSkeletonLoader() {
596
- return new models_1.Guid("4ecc3b27-de00-4525-8b22-cba846f79ad9");
597
- }
598
595
  static get FxUxIcon() {
599
596
  return new models_1.Guid("EC34A224-751B-4124-B150-3174AC3868F1");
600
597
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.84-preview",
4
+ "version": "7.8.86-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"