@contentful/experiences-core 3.6.2-beta.0 → 3.6.2-dev-20250912T1534-a44407f.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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/package.json +3 -3
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-
|
|
3
|
+
"version": "3.6.2-dev-20250912T1534-a44407f.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-
|
|
70
|
+
"@contentful/experiences-validators": "3.6.2-dev-20250912T1534-a44407f.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": "
|
|
78
|
+
"gitHead": "b08ef8ba5e6a39110a49380e3ac53fe6d72bde60"
|
|
79
79
|
}
|