@contentful/experiences-core 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/index.js CHANGED
@@ -261,7 +261,7 @@ const validateExperienceBuilderConfig = ({ locale, mode, }) => {
261
261
  const transformVisibility = (value) => {
262
262
  if (value === false) {
263
263
  return {
264
- display: 'none',
264
+ display: 'none !important',
265
265
  };
266
266
  }
267
267
  // Don't explicitly set anything when visible to not overwrite values like `grid` or `flex`.