@contentful/experiences-core 1.39.0 → 1.40.0-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/types.d.ts CHANGED
@@ -147,8 +147,8 @@ type ExperienceTree = {
147
147
  */
148
148
  type StyleProps = {
149
149
  cfVisibility: boolean;
150
- cfHorizontalAlignment: 'start' | 'end' | 'center';
151
- cfVerticalAlignment: 'start' | 'end' | 'center';
150
+ cfHorizontalAlignment: 'start' | 'end' | 'center' | 'stretch';
151
+ cfVerticalAlignment: 'start' | 'end' | 'center' | 'stretch';
152
152
  cfMargin: string;
153
153
  cfPadding: string;
154
154
  cfBackgroundColor: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "1.39.0",
3
+ "version": "1.40.0-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.39.0",
73
+ "@contentful/experiences-validators": "1.40.0-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": "2812b5d546ca806bde7a871e985c23dd0d0ae925"
79
+ "gitHead": "9ba2afc4226f74bd58d9294cb9dbe96639990ad7"
80
80
  }