@contentful/experiences-visual-editor-react 1.28.2-beta.0 → 1.28.3-beta.0

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/dist/renderApp.js CHANGED
@@ -42886,7 +42886,7 @@ const tryParseMessage = (event) => {
42886
42886
  const transformVisibility = (value) => {
42887
42887
  if (value === false) {
42888
42888
  return {
42889
- display: 'none',
42889
+ display: 'none !important',
42890
42890
  };
42891
42891
  }
42892
42892
  // Don't explicitly set anything when visible to not overwrite values like `grid` or `flex`.