@omnia/fx-models 7.8.7-preview → 7.8.9-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
|
@@ -383,6 +383,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
383
383
|
static get EmoticonComponent(): Guid;
|
|
384
384
|
static get UrlInputComponent(): Guid;
|
|
385
385
|
static get FxUxProfileCardRenderer(): Guid;
|
|
386
|
+
static get FxUxProfileSwtichingBtn(): Guid;
|
|
386
387
|
static get FxUxProfileCardComponent(): Guid;
|
|
387
388
|
static get FxUxProfileCardDialogComponent(): Guid;
|
|
388
389
|
static get FxUxProfileCardCore(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -1170,6 +1170,9 @@ class OmniaWebComponentManifests {
|
|
|
1170
1170
|
static get FxUxProfileCardRenderer() {
|
|
1171
1171
|
return new models_1.Guid("6d1d84cb-2106-43c5-9ca8-437fc36c75a1");
|
|
1172
1172
|
}
|
|
1173
|
+
static get FxUxProfileSwtichingBtn() {
|
|
1174
|
+
return new models_1.Guid("6b7b970b-2844-43ab-b7a8-6f0afa4462e3");
|
|
1175
|
+
}
|
|
1173
1176
|
static get FxUxProfileCardComponent() {
|
|
1174
1177
|
return new models_1.Guid("6489472f-d8d2-4a1b-9413-537fde528566");
|
|
1175
1178
|
}
|
|
@@ -14,8 +14,7 @@ class MediaPickerUnsplashProvider {
|
|
|
14
14
|
this.category = "image";
|
|
15
15
|
this.name = "Unspalsh";
|
|
16
16
|
this.icon = new Icon_1.SvgIcon("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32px\" height=\"32px\" viewBox=\"0 0 32 32\">" +
|
|
17
|
-
"<path d=\"
|
|
18
|
-
"<path d=\"M13 21h3.863v-3.752h1.167a3.124 3.124 0 1 0 0-6.248H13v10zm5.863 2H11V9h7.03a5.124 5.124 0 0 1 .833 10.18V23z\" fill=\"#000\" fill-opacity=\"0.5\"></path>" +
|
|
17
|
+
"<path d=\"M32 16.4v13.6H0V16.4h10.1v4.3h11.8v-4.3H32zm-10.1-11.2H10.1v4.3h11.8V5.2z\" fill=\"#fff\" fill-opacity=\"1\"></path>" +
|
|
19
18
|
"</svg>");
|
|
20
19
|
this.providerComponentId = ManifestIds_1.OmniaWebComponentManifests.FxUxUnsplashProvider;
|
|
21
20
|
this.selectableMediaTypes = [Enums_1.MediaPickerEnums.OmniaMediaTypes.Image];
|
|
@@ -10,3 +10,4 @@ tslib_1.__exportStar(require("./PexelProvider"), exports);
|
|
|
10
10
|
tslib_1.__exportStar(require("./YoutubeProvider"), exports);
|
|
11
11
|
tslib_1.__exportStar(require("./DallEProvider"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./MediaflowProvider"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./UnsplashProvider"), exports);
|