@contentful/experiences-components-react 1.19.1-dev-20241014T1637-45fad70.0 → 1.19.1-dev-20241016T1823-1386004.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -239,7 +239,7 @@ const HeadingComponentDefinition = {
239
239
  },
240
240
  // Component specific variables
241
241
  text: {
242
- displayName: 'text',
242
+ displayName: 'Text',
243
243
  type: 'Text',
244
244
  description: 'The text to display in the heading.',
245
245
  defaultValue: 'Heading',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-components-react",
3
- "version": "1.19.1-dev-20241014T1637-45fad70.0",
3
+ "version": "1.19.1-dev-20241016T1823-1386004.0",
4
4
  "description": "A basic set of components to use with Studio Experiences",
5
5
  "homepage": "https://github.com/contentful/experience-builder/tree/next/packages/components#readme",
6
6
  "repository": {
@@ -78,10 +78,10 @@
78
78
  "react-dom": ">=17.0.0"
79
79
  },
80
80
  "dependencies": {
81
- "@contentful/experiences-core": "1.19.1-dev-20241014T1637-45fad70.0",
81
+ "@contentful/experiences-core": "1.19.1-dev-20241016T1823-1386004.0",
82
82
  "@contentful/rich-text-react-renderer": "^15.17.2",
83
83
  "postcss-import": "^15.1.0",
84
84
  "style-inject": "^0.3.0"
85
85
  },
86
- "gitHead": "2bc58a3e8d78afcc5cdddc4590ac4428b4650d47"
86
+ "gitHead": "31d23004ebeb4f5d94c130f482a9775f23d6ef37"
87
87
  }