@omnia/wcm 7.9.38-preview → 7.9.39-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.
@@ -905,6 +905,9 @@ export declare module EditorLocalization {
905
905
  SendEmail: string;
906
906
  };
907
907
  };
908
+ EditRuleBtn: string;
909
+ DeleteRuleBtn: string;
910
+ SendEmailBtn: string;
908
911
  };
909
912
  RemovePageReviewRuleSettings: {
910
913
  Title: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.9.38-preview",
4
+ "version": "7.9.39-preview",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"