@omnia/fx-models 7.8.91-preview → 7.8.95-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 +2 -0
- package/ManifestIds.js +6 -0
- package/package.json +1 -1
package/ManifestIds.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export declare class OmniaResourceManifests {
|
|
|
57
57
|
static get FxSp(): Guid;
|
|
58
58
|
static get FxSpfx(): Guid;
|
|
59
59
|
static get SpfxCustomizer(): Guid;
|
|
60
|
+
static get SpfxFontFamilyBase(): Guid;
|
|
60
61
|
static get SpfxWebpart(): Guid;
|
|
61
62
|
static get SpfxStandaloneWebpart(): Guid;
|
|
62
63
|
static get FxUxVuetifySwitch(): Guid;
|
|
@@ -217,6 +218,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
217
218
|
static get FxSpfxWp(): Guid;
|
|
218
219
|
static get FxSpfxWpStandalone(): Guid;
|
|
219
220
|
static get FxSpfxWpStandaloneInstanceHandler(): Guid;
|
|
221
|
+
static get FxSpfxFontFamilyBase(): Guid;
|
|
220
222
|
static get FxUxSettingspane(): Guid;
|
|
221
223
|
static get FxUxRollupEmpty(): Guid;
|
|
222
224
|
static get FxUxRollupFilter(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -199,6 +199,9 @@ class OmniaResourceManifests {
|
|
|
199
199
|
static get SpfxCustomizer() {
|
|
200
200
|
return new models_1.Guid("7de50830-f7dc-42e9-9f4c-1460fa3c6d90");
|
|
201
201
|
}
|
|
202
|
+
static get SpfxFontFamilyBase() {
|
|
203
|
+
return new models_1.Guid("3695ba2f-7351-4f81-8e73-8fc23de98cdb");
|
|
204
|
+
}
|
|
202
205
|
static get SpfxWebpart() {
|
|
203
206
|
return new models_1.Guid("65918982-f116-4cf8-9d13-a0d4cd5a01ce");
|
|
204
207
|
}
|
|
@@ -667,6 +670,9 @@ class OmniaWebComponentManifests {
|
|
|
667
670
|
static get FxSpfxWpStandaloneInstanceHandler() {
|
|
668
671
|
return new models_1.Guid("d51665b2-c5e2-4861-ae33-dbba4418dcde");
|
|
669
672
|
}
|
|
673
|
+
static get FxSpfxFontFamilyBase() {
|
|
674
|
+
return new models_1.Guid("aefced1b-8e90-47d6-8767-839c52272b70");
|
|
675
|
+
}
|
|
670
676
|
static get FxUxSettingspane() {
|
|
671
677
|
return new models_1.Guid("c0de4753-b9fe-4004-b0f4-e6b6b91730ab");
|
|
672
678
|
}
|