@contentful/experiences-core 1.40.0 → 1.40.1-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.
@@ -0,0 +1,6 @@
1
+ import { CSSProperties } from '../../types.js';
2
+
3
+ /** Turn the visibility value into a style object that can be used for inline styles in React */
4
+ declare const transformVisibility: (value?: boolean) => CSSProperties;
5
+
6
+ export { transformVisibility };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "1.40.0",
3
+ "version": "1.40.1-beta.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -70,11 +70,11 @@
70
70
  "vitest": "^2.1.1"
71
71
  },
72
72
  "dependencies": {
73
- "@contentful/experiences-validators": "1.40.0",
73
+ "@contentful/experiences-validators": "1.40.1-beta.0",
74
74
  "@contentful/rich-text-types": "^17.0.0"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "contentful": ">=10.6.0"
78
78
  },
79
- "gitHead": "4fcf9c41f37fcbd1c048095787bb2e2513bd0c13"
79
+ "gitHead": "d2644324a33afea49aec76a1de1942765c89afb1"
80
80
  }