@contentful/experiences-core 3.8.5-dev-20260115T1429-259d96a.0 → 3.8.5-dev-20260122T1638-1f593c6.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/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -2603,7 +2603,7 @@ const detachExperienceStyles = (experience) => {
|
|
|
2603
2603
|
// but we pass the data source of the experience entry cause that's where the binding is stored
|
|
2604
2604
|
dataSource,
|
|
2605
2605
|
// unbound values of a pattern store the default values of pattern variables
|
|
2606
|
-
unboundValues: patternEntry.fields.unboundValues,
|
|
2606
|
+
unboundValues: { ...unboundValues, ...patternEntry.fields.unboundValues },
|
|
2607
2607
|
// this is where we can map the pattern variable to it's default value
|
|
2608
2608
|
componentSettings: patternEntry.fields.componentSettings,
|
|
2609
2609
|
// and this is where the over-writes for the default values are stored
|