@contentful/experiences-core 1.37.1-dev-20250425T0855-c0ae059.0 → 1.37.1-dev-20250425T1024-b8bfdfb.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 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1758,6 +1758,7 @@ const transformVisibility = (value) => {
|
|
|
1758
1758
|
// Don't explicitly set anything when visible to not overwrite values like `grid` or `flex`.
|
|
1759
1759
|
return {};
|
|
1760
1760
|
};
|
|
1761
|
+
// TODO: Remove in next major version v2 since the change is 17 months old
|
|
1761
1762
|
// Keep this for backwards compatibility - deleting this would be a breaking change
|
|
1762
1763
|
// because existing components on a users experience will have the width value as fill
|
|
1763
1764
|
// rather than 100%
|