@omnia/wcm 7.10.0-preview.30 → 7.10.0-preview.31

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.
@@ -131,6 +131,7 @@ export declare const PageRollupNewsletterViewStyles: {
131
131
  getPadding: (spacing: SpacingSettings) => types.NestedCSSProperties;
132
132
  lineColor: (color: string) => types.NestedCSSProperties;
133
133
  hideElement: types.NestedCSSProperties;
134
+ visuallyHidden: types.NestedCSSProperties;
134
135
  };
135
136
  export declare const PageRollupBlockCardViewSettingsStyles: {
136
137
  orderAction?: types.NestedCSSProperties;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.30",
4
+ "version": "7.10.0-preview.31",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"