@contentful/experiences-sdk-react 1.38.0 → 1.39.0-alpha-20250528T1201-58ca01e.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.
@@ -4,6 +4,8 @@ const sdkFeatures = {
4
4
  hasVersionHistory: true,
5
5
  cfVisibility: true,
6
6
  patternResolution: true,
7
+ // DND is moving to the host application enabling smoother native event handling
8
+ dndMigration: true,
7
9
  };
8
10
 
9
11
  export { sdkFeatures };
@@ -1 +1 @@
1
- {"version":3,"file":"sdkFeatures.js","sources":["../../../src/core/sdkFeatures.ts"],"sourcesContent":["// Object to store the SDK features that are enabled/disabled\nexport const sdkFeatures: Record<string, unknown> = {\n hasSDKVersionUI: true,\n hasVersionHistory: true,\n cfVisibility: true,\n patternResolution: true,\n};\n"],"names":[],"mappings":"AAAA;AACa,MAAA,WAAW,GAA4B;AAClD,IAAA,eAAe,EAAE,IAAI;AACrB,IAAA,iBAAiB,EAAE,IAAI;AACvB,IAAA,YAAY,EAAE,IAAI;AAClB,IAAA,iBAAiB,EAAE,IAAI;;;;;"}
1
+ {"version":3,"file":"sdkFeatures.js","sources":["../../../src/core/sdkFeatures.ts"],"sourcesContent":["// Object to store the SDK features that are enabled/disabled\nexport const sdkFeatures: Record<string, unknown> = {\n hasSDKVersionUI: true,\n hasVersionHistory: true,\n cfVisibility: true,\n patternResolution: true,\n // DND is moving to the host application enabling smoother native event handling\n dndMigration: true,\n};\n"],"names":[],"mappings":"AAAA;AACa,MAAA,WAAW,GAA4B;AAClD,IAAA,eAAe,EAAE,IAAI;AACrB,IAAA,iBAAiB,EAAE,IAAI;AACvB,IAAA,YAAY,EAAE,IAAI;AAClB,IAAA,iBAAiB,EAAE,IAAI;;AAEvB,IAAA,YAAY,EAAE,IAAI;;;;;"}
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ import * as _contentful_experiences_core_constants from '@contentful/experiences
8
8
  export { CF_STYLE_ATTRIBUTES, CONTENTFUL_COMPONENTS, LATEST_SCHEMA_VERSION } from '@contentful/experiences-core/constants';
9
9
  import { ContentfulClientApi } from 'contentful';
10
10
 
11
- declare const SDK_VERSION = "1.38.0";
11
+ declare const SDK_VERSION = "1.39.0-alpha-20250528T1201-58ca01e.0";
12
12
 
13
13
  type ExperienceRootProps = {
14
14
  experience?: Experience<EntityStore> | string | null;
@@ -1,4 +1,4 @@
1
- const SDK_VERSION = '1.38.0';
1
+ const SDK_VERSION = '1.39.0-alpha-20250528T1201-58ca01e.0';
2
2
 
3
3
  export { SDK_VERSION };
4
4
  //# sourceMappingURL=sdkVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sdkVersion.js","sources":["../../src/sdkVersion.ts"],"sourcesContent":["export const SDK_VERSION = '1.38.0';\n"],"names":[],"mappings":"AAAO,MAAM,WAAW,GAAG;;;;"}
1
+ {"version":3,"file":"sdkVersion.js","sources":["../../src/sdkVersion.ts"],"sourcesContent":["export const SDK_VERSION = '1.39.0-alpha-20250528T1201-58ca01e.0';\n"],"names":[],"mappings":"AAAO,MAAM,WAAW,GAAG;;;;"}
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.38.0";
1
+ export declare const SDK_VERSION = "1.39.0-alpha-20250528T1201-58ca01e.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-sdk-react",
3
- "version": "1.38.0",
3
+ "version": "1.39.0-alpha-20250528T1201-58ca01e.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "typings": "./dist/src/index.d.ts",
@@ -41,10 +41,10 @@
41
41
  "depcruise": "depcruise src"
42
42
  },
43
43
  "dependencies": {
44
- "@contentful/experiences-components-react": "1.38.0",
45
- "@contentful/experiences-core": "1.38.0",
46
- "@contentful/experiences-validators": "1.38.0",
47
- "@contentful/experiences-visual-editor-react": "1.38.0",
44
+ "@contentful/experiences-components-react": "1.39.0-alpha-20250528T1201-58ca01e.0",
45
+ "@contentful/experiences-core": "1.39.0-alpha-20250528T1201-58ca01e.0",
46
+ "@contentful/experiences-validators": "1.39.0-alpha-20250528T1201-58ca01e.0",
47
+ "@contentful/experiences-visual-editor-react": "1.39.0-alpha-20250528T1201-58ca01e.0",
48
48
  "@contentful/rich-text-types": "^17.0.0",
49
49
  "classnames": "^2.3.2",
50
50
  "csstype": "^3.1.2",
@@ -102,5 +102,5 @@
102
102
  "dist",
103
103
  "package.json"
104
104
  ],
105
- "gitHead": "4c27298f8d271185af748beb1568e65eb1c62e2d"
105
+ "gitHead": "5ad524f0ab3b7732babc6c8f6f95f49a2c22a15a"
106
106
  }