@contentful/experiences-core 1.28.2 → 1.28.3-dev-20250121T0939-ce5dc2e.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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
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`.
|