@uniformdev/canvas-next 18.27.0 → 18.27.1-alpha.23

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.
@@ -33,7 +33,7 @@ declare const withUniformGetServerSideProps: <TProps extends {
33
33
  withUIStatus?: boolean | undefined;
34
34
  } & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "projectMapNodePath">> & _uniformdev_canvas.SpecificProjectMap & DataResolutionOption> | undefined;
35
35
  /** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
36
- callback?: UniformGetServerSideProps<TProps, ParsedUrlQuery, PreviewData> | undefined;
36
+ callback?: UniformGetServerSideProps<TProps> | undefined;
37
37
  } | undefined) => GetServerSideProps<TProps, ParsedUrlQuery, UniformPreviewData>;
38
38
 
39
39
  declare const withUniformGetStaticPaths: (options?: {
@@ -95,7 +95,7 @@ declare const withUniformGetStaticProps: <TProps extends {
95
95
  withUIStatus?: boolean | undefined;
96
96
  } & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "projectMapNodePath">> & _uniformdev_canvas.SpecificProjectMap & DataResolutionOption> | undefined;
97
97
  /** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
98
- callback?: UniformGetStaticProps<TProps, ParsedUrlQuery, UniformPreviewData> | undefined;
98
+ callback?: UniformGetStaticProps<TProps> | undefined;
99
99
  }) => GetStaticProps<TProps, ParsedUrlQuery, UniformPreviewData>;
100
100
 
101
101
  declare const getServerSideProps: next.GetServerSideProps<{
@@ -29,7 +29,7 @@ declare const withUniformGetServerSideProps: <TProps extends {
29
29
  withTotalCount?: boolean | undefined;
30
30
  withUIStatus?: boolean | undefined;
31
31
  } & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "slug">> & DataResolutionOption> | undefined;
32
- callback?: UniformGetServerSideProps<TProps, ParsedUrlQuery, next.PreviewData> | undefined;
32
+ callback?: UniformGetServerSideProps<TProps> | undefined;
33
33
  } | undefined) => GetServerSideProps<TProps, ParsedUrlQuery, UniformPreviewData>;
34
34
 
35
35
  declare const withUniformGetStaticPaths: (options?: {
@@ -73,7 +73,7 @@ declare const withUniformGetStaticProps: <TProps extends {
73
73
  withUIStatus?: boolean | undefined;
74
74
  } & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "slug">> & DataResolutionOption> | undefined;
75
75
  /** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
76
- callback?: UniformGetStaticProps<TProps, ParsedUrlQuery, UniformPreviewData> | undefined;
76
+ callback?: UniformGetStaticProps<TProps> | undefined;
77
77
  }) => GetStaticProps<TProps, ParsedUrlQuery, UniformPreviewData>;
78
78
 
79
79
  declare const getServerSideProps: next.GetServerSideProps<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next",
3
- "version": "18.27.0",
3
+ "version": "18.27.1-alpha.23+ed7d9bfa0",
4
4
  "description": "Next.js SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -53,9 +53,9 @@
53
53
  "document": "api-extractor run --local"
54
54
  },
55
55
  "dependencies": {
56
- "@uniformdev/canvas": "18.27.0",
57
- "@uniformdev/canvas-react": "18.27.0",
58
- "@uniformdev/project-map": "18.27.0"
56
+ "@uniformdev/canvas": "18.27.1-alpha.23+ed7d9bfa0",
57
+ "@uniformdev/canvas-react": "18.27.1-alpha.23+ed7d9bfa0",
58
+ "@uniformdev/project-map": "18.27.1-alpha.23+ed7d9bfa0"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "next": ">= 12.0.0",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "2f40af577d2f8ce537e857f8fbc08b4030e73cd1"
77
+ "gitHead": "ed7d9bfa014db103691c2d2030b1549770a48d6b"
78
78
  }