@omnia/fx-models 7.8.151-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 +0 -1
- package/ManifestIds.js +0 -3
- package/package.json +1 -1
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