@contentful/experiences-core 1.32.0-dev-20250220T1313-3bb6ccb.0 → 1.32.0-prerelease-20250220T1615-2f40399.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
@@ -3,7 +3,7 @@ import { SCROLL_STATES, OUTGOING_EVENTS, INCOMING_EVENTS, INTERNAL_EVENTS } from
3
3
  import { EntityStore } from './entity/EntityStore.js';
4
4
  import { Document } from '@contentful/rich-text-types';
5
5
  import { ComponentDefinitionPropertyType, BindingSourceTypeEnum, ComponentPropertyValue, ExperienceDataSource, ExperienceUnboundValues, Breakpoint, PatternProperty, ExperienceComponentTree, ExperienceUsedComponents, ExperienceComponentSettings, ValuesByBreakpoint, PrimitiveValue } from '@contentful/experiences-validators';
6
- export { BoundValue, Breakpoint, ComponentDefinitionPropertyType as ComponentDefinitionVariableType, ComponentPropertyValue, ComponentTreeNode, ComponentValue, DesignValue, ExperienceComponentSettings, ExperienceDataSource, ExperienceUnboundValues, PatternProperty, PatternPropertyDefinition, PrimitiveValue, SchemaVersions, UnboundValue, ValuesByBreakpoint, VariableMapping } from '@contentful/experiences-validators';
6
+ export { BoundValue, Breakpoint, ComponentDefinitionPropertyType as ComponentDefinitionVariableType, ComponentPropertyValue, ComponentTreeNode, ComponentValue, DesignValue, ExperienceComponentSettings, ExperienceDataSource, ExperienceUnboundValues, NoValue, PatternProperty, PatternPropertyDefinition, PrimitiveValue, SchemaVersions, UnboundValue, ValuesByBreakpoint, VariableMapping } from '@contentful/experiences-validators';
7
7
 
8
8
  type ComponentDefinitionVariableTypeMap = {
9
9
  Array: unknown[];
@@ -77,11 +77,6 @@ type ComponentRegistration = {
77
77
  component: React.ElementType;
78
78
  definition: ComponentDefinition;
79
79
  options?: {
80
- /**
81
- * If true, the component receives the optional boolean property `isInExpEditorMode` to
82
- * render different content between editor and delivery mode.
83
- */
84
- enableCustomEditorView?: boolean;
85
80
  wrapComponent?: boolean;
86
81
  /** @deprecated use wrapContainer instead */
87
82
  wrapContainerTag?: keyof JSX.IntrinsicElements;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "1.32.0-dev-20250220T1313-3bb6ccb.0",
3
+ "version": "1.32.0-prerelease-20250220T1615-2f40399.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -69,11 +69,11 @@
69
69
  "vitest": "^2.1.1"
70
70
  },
71
71
  "dependencies": {
72
- "@contentful/experiences-validators": "1.32.0-dev-20250220T1313-3bb6ccb.0",
72
+ "@contentful/experiences-validators": "1.32.0-prerelease-20250220T1615-2f40399.0",
73
73
  "@contentful/rich-text-types": "^17.0.0"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "contentful": ">=10.6.0"
77
77
  },
78
- "gitHead": "5ea0f5c7a181f53b1badd0c0d08228052d0b42f6"
78
+ "gitHead": "cecd4028c60c247006078bc0c444ce29c2aa9e4d"
79
79
  }