@omnia/wcm 7.9.63-preview → 7.9.65-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.
@@ -277,7 +277,7 @@ export declare module PublishingAppLocalization {
277
277
  };
278
278
  PageProperty: {
279
279
  Subject: string;
280
- Content: string;
280
+ Template: string;
281
281
  };
282
282
  };
283
283
  InvitationOfCoAuthors: {
@@ -27,4 +27,6 @@ export declare const PagePropertiesBlockStyles: {
27
27
  horizontalHeaderAlignNoAvatarInLine?: types.NestedCSSProperties;
28
28
  horizontalTaxonomyNoAvatarInOnePersonField?: types.NestedCSSProperties;
29
29
  horizontalTaxonomyNoAvatarInLine?: types.NestedCSSProperties;
30
+ horizontalRichText?: types.NestedCSSProperties;
31
+ horizontaProcess?: types.NestedCSSProperties;
30
32
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.9.63-preview",
4
+ "version": "7.9.65-preview",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"