@omnia/fx-models 8.0.2-dev → 8.0.3-dev

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
@@ -340,7 +340,7 @@ export declare class OmniaWebComponentManifests {
340
340
  static get FxUxLikeListingTemplate(): Guid;
341
341
  static get FxUxPostLikeListingTemplate(): Guid;
342
342
  static get FxUxPermissionInput(): Guid;
343
- static get FxUxSecurityTrimer(): Guid;
343
+ static get FxUxSecurityTrimmer(): Guid;
344
344
  static get FxUxSpacingPicker(): Guid;
345
345
  static get FxUxFilterPicker(): Guid;
346
346
  static get FxUxFilterEngineSettings(): Guid;
package/ManifestIds.js CHANGED
@@ -1038,7 +1038,7 @@ class OmniaWebComponentManifests {
1038
1038
  static get FxUxPermissionInput() {
1039
1039
  return new models_1.Guid("fb67bd4d-1cc2-4073-ab12-3c822d78ea17");
1040
1040
  }
1041
- static get FxUxSecurityTrimer() {
1041
+ static get FxUxSecurityTrimmer() {
1042
1042
  return new models_1.Guid("379287b1-efe6-4a49-a43f-cd754d1fd951");
1043
1043
  }
1044
1044
  static get FxUxSpacingPicker() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.2-dev",
4
+ "version": "8.0.3-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"