@contentful/experiences-core 1.13.1-dev-20240906T1532-ab3be73.0 → 1.14.0-dev-20240909T1324-6b2cf49.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/types.d.ts CHANGED
@@ -110,6 +110,7 @@ type ExperienceTree = {
110
110
  * collisions with user defined variables.
111
111
  */
112
112
  type StyleProps = {
113
+ cfVisibility: boolean;
113
114
  cfHorizontalAlignment: 'start' | 'end' | 'center';
114
115
  cfVerticalAlignment: 'start' | 'end' | 'center';
115
116
  cfMargin: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "1.13.1-dev-20240906T1532-ab3be73.0",
3
+ "version": "1.14.0-dev-20240909T1324-6b2cf49.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -69,11 +69,11 @@
69
69
  "vitest": "^1.0.4"
70
70
  },
71
71
  "dependencies": {
72
- "@contentful/experiences-validators": "1.13.1-dev-20240906T1532-ab3be73.0",
72
+ "@contentful/experiences-validators": "1.14.0-dev-20240909T1324-6b2cf49.0",
73
73
  "@contentful/rich-text-types": "^16.3.0"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "contentful": ">=10.6.0"
77
77
  },
78
- "gitHead": "45a0f4ce37184a562d74cde1dc0d650a125d782c"
78
+ "gitHead": "980f3c61898ce4b719f2b53da8180c9776b6ca19"
79
79
  }