@contentful/experiences-sdk-react 0.0.1-alpha.7 → 0.0.1-alpha.9

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.
@@ -3,6 +3,7 @@ export declare const enrichComponentDefinition: ({ component, definition, option
3
3
  export declare const componentRegistry: Map<string, ComponentRegistration>;
4
4
  export declare const optionalBuiltInComponents: string[];
5
5
  export declare const sendRegisteredComponentsMessage: () => void;
6
+ export declare const runRegisteredComponentValidations: () => void;
6
7
  export declare const sendConnectedEventWithRegisteredComponents: () => void;
7
8
  /**
8
9
  * Registers multiple components and their component definitions at once
@@ -7,7 +7,7 @@ export type UseFetchByIdArgs = {
7
7
  };
8
8
  export declare const useFetchById: ({ id, localeCode, client, experienceTypeId }: UseFetchByIdArgs) => {
9
9
  error: Error | undefined;
10
- experience: import("@contentful/experiences-core/types").Experience<import("@contentful/experiences-core/dist/entity/EntityStore").EntityStore> | undefined;
10
+ experience: import("@contentful/experiences-core/types").Experience<import("@contentful/experiences-core").EntityStore> | undefined;
11
11
  isLoading: boolean;
12
12
  isEditorMode: boolean;
13
13
  };
@@ -7,7 +7,7 @@ export type UseFetchBySlugArgs = {
7
7
  };
8
8
  export declare const useFetchBySlug: ({ slug, localeCode, client, experienceTypeId, }: UseFetchBySlugArgs) => {
9
9
  error: Error | undefined;
10
- experience: import("@contentful/experiences-core/types").Experience<import("@contentful/experiences-core/dist/entity/EntityStore").EntityStore> | undefined;
10
+ experience: import("@contentful/experiences-core/types").Experience<import("@contentful/experiences-core").EntityStore> | undefined;
11
11
  isLoading: boolean;
12
12
  isEditorMode: boolean;
13
13
  };
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.1-alpha.6";
1
+ export declare const SDK_VERSION = "0.0.1-alpha.8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-sdk-react",
3
- "version": "0.0.1-alpha.7",
3
+ "version": "0.0.1-alpha.9",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "typings": "./dist/src/index.d.ts",
@@ -31,9 +31,9 @@
31
31
  "depcruise": "depcruise src"
32
32
  },
33
33
  "dependencies": {
34
- "@contentful/experiences-components-react": "0.0.1-alpha.5",
35
- "@contentful/experiences-core": "0.0.1-alpha.5",
36
- "@contentful/experiences-visual-editor-react": "0.0.1-alpha.7",
34
+ "@contentful/experiences-components-react": "0.0.1-alpha.7",
35
+ "@contentful/experiences-core": "0.0.1-alpha.7",
36
+ "@contentful/experiences-visual-editor-react": "0.0.1-alpha.9",
37
37
  "@contentful/rich-text-types": "^16.2.1",
38
38
  "classnames": "^2.3.2",
39
39
  "csstype": "^3.1.2",
@@ -88,5 +88,5 @@
88
88
  "dist",
89
89
  "package.json"
90
90
  ],
91
- "gitHead": "b3d6872b7f4550c5d16ee53b0263512cd14b3425"
91
+ "gitHead": "0f8f86b57892bffe56e98c495b0344b9c7e43763"
92
92
  }