@contentful/experiences-visual-editor-react 1.28.2 → 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/index.js CHANGED
@@ -265,7 +265,7 @@ const tryParseMessage = (event) => {
265
265
  const transformVisibility = (value) => {
266
266
  if (value === false) {
267
267
  return {
268
- display: 'none',
268
+ display: 'none !important',
269
269
  };
270
270
  }
271
271
  // Don't explicitly set anything when visible to not overwrite values like `grid` or `flex`.