@contentful/experiences-core 3.6.2-beta.0 → 3.6.2-dev-20250912T1252-251a338.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
@@ -46,6 +46,8 @@ type ComponentDefinitionVariableValidation<T extends ComponentDefinitionProperty
46
46
  required?: boolean;
47
47
  in?: ValidationOption<T>[];
48
48
  format?: VariableFormats;
49
+ /** Define the type of entity that can be bound to this variable. The provided list order defines
50
+ * the order of select options in the editor UI, i.e. the first item will be pre-selected by default. */
49
51
  bindingSourceType?: BindingSourceTypeEnum;
50
52
  };
51
53
  interface ComponentDefinitionVariableBase<T extends ComponentDefinitionPropertyType> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "3.6.2-beta.0",
3
+ "version": "3.6.2-dev-20250912T1252-251a338.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -67,7 +67,7 @@
67
67
  "vitest": "^2.1.1"
68
68
  },
69
69
  "dependencies": {
70
- "@contentful/experiences-validators": "3.6.2-beta.0",
70
+ "@contentful/experiences-validators": "3.6.2-dev-20250912T1252-251a338.0",
71
71
  "@contentful/rich-text-types": "^17.0.0",
72
72
  "lodash-es": "^4.17.21",
73
73
  "zustand": "^4.4.7"
@@ -75,5 +75,5 @@
75
75
  "peerDependencies": {
76
76
  "contentful": ">=10.6.0"
77
77
  },
78
- "gitHead": "131aacbde41ac33eeff178c20eab992469d8d675"
78
+ "gitHead": "9903894eb7b93f544b3f311551c6118f2f032def"
79
79
  }