@contentful/experiences-core 3.8.5-dev-20260119T0916-3ccb3fd.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/cjs/index.cjs
CHANGED
|
@@ -2607,7 +2607,7 @@ const detachExperienceStyles = (experience) => {
|
|
|
2607
2607
|
// but we pass the data source of the experience entry cause that's where the binding is stored
|
|
2608
2608
|
dataSource,
|
|
2609
2609
|
// unbound values of a pattern store the default values of pattern variables
|
|
2610
|
-
unboundValues: patternEntry.fields.unboundValues,
|
|
2610
|
+
unboundValues: { ...unboundValues, ...patternEntry.fields.unboundValues },
|
|
2611
2611
|
// this is where we can map the pattern variable to it's default value
|
|
2612
2612
|
componentSettings: patternEntry.fields.componentSettings,
|
|
2613
2613
|
// and this is where the over-writes for the default values are stored
|