@omnia/fx-models 7.8.84-preview → 7.8.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.
- package/ManifestIds.d.ts +0 -1
- package/ManifestIds.js +0 -3
- package/package.json +1 -1
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
|
}
|