@omnia/fx-models 7.8.152-preview → 7.8.153-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
@@ -197,7 +197,6 @@ export declare class OmniaWebComponentManifests {
197
197
  static get FxUxMenuBlade(): Guid;
198
198
  static get FxUxWizard(): Guid;
199
199
  static get FxUxPeoplePicker(): Guid;
200
- static get FxUxSkeletonLoader(): Guid;
201
200
  static get FxUxIcon(): Guid;
202
201
  static get FxUxButton(): Guid;
203
202
  static get FxUxDatatable(): Guid;
package/ManifestIds.js CHANGED
@@ -604,9 +604,6 @@ class OmniaWebComponentManifests {
604
604
  static get FxUxPeoplePicker() {
605
605
  return new models_1.Guid("4893dcff-9223-448c-9259-367a1b4ad652");
606
606
  }
607
- static get FxUxSkeletonLoader() {
608
- return new models_1.Guid("4ecc3b27-de00-4525-8b22-cba846f79ad9");
609
- }
610
607
  static get FxUxIcon() {
611
608
  return new models_1.Guid("EC34A224-751B-4124-B150-3174AC3868F1");
612
609
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.152-preview",
4
+ "version": "7.8.153-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"