@contentful/experiences-core 3.0.0-alpha-20250805T1527-42cce69.0 → 3.0.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
@@ -171,7 +171,7 @@ type StyleProps = {
171
171
  cfLineHeight: string;
172
172
  cfLetterSpacing: string;
173
173
  cfTextColor: string;
174
- cfTextAlign: 'left' | 'center' | 'right';
174
+ cfTextAlign: 'start' | 'center' | 'end';
175
175
  cfTextTransform: 'none' | 'capitalize' | 'uppercase' | 'lowercase';
176
176
  cfTextBold: boolean;
177
177
  cfTextItalic: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "3.0.0-alpha-20250805T1527-42cce69.0",
3
+ "version": "3.0.0-beta.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -70,12 +70,12 @@
70
70
  "vitest": "^2.1.1"
71
71
  },
72
72
  "dependencies": {
73
- "@contentful/experiences-validators": "3.0.0-alpha-20250805T1527-42cce69.0",
73
+ "@contentful/experiences-validators": "3.0.0-beta.0",
74
74
  "@contentful/rich-text-types": "^17.0.0",
75
75
  "zustand": "^4.4.7"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "contentful": ">=10.6.0"
79
79
  },
80
- "gitHead": "792cf1d5708fc16cbdd96a33ecb51f8eae8cda8b"
80
+ "gitHead": "6467fc1dabb3e8c33971ef4f987a65177ffb7db7"
81
81
  }