@uniformdev/canvas-next 18.13.1-alpha.1 → 18.14.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,7 +4,7 @@ import { c as UniformGetServerSideProps, b as UniformGetStaticProps, a as Unifor
4
4
  import * as next from 'next';
5
5
  import { GetServerSideProps, GetStaticProps } from 'next';
6
6
  import * as _uniformdev_canvas_dist_createEventBus_db3535cb from '@uniformdev/canvas/dist/createEventBus-db3535cb';
7
- import { CanvasClient, DataResolutionOptionNegative } from '@uniformdev/canvas';
7
+ import { CanvasClient, DataResolutionOptionNegative, DataResolutionOption } from '@uniformdev/canvas';
8
8
  import { ProjectMapNodeGetResponse, ProjectMapClient } from '@uniformdev/project-map';
9
9
  import '@uniformdev/canvas-react';
10
10
 
@@ -89,7 +89,7 @@ declare const withUniformGetStaticProps: <TProps extends {
89
89
  withComponentIDs?: boolean | undefined;
90
90
  withTotalCount?: boolean | undefined;
91
91
  withUIStatus?: boolean | undefined;
92
- } & Required<Pick<_uniformdev_canvas_dist_createEventBus_db3535cb.C, "projectMapNodePath">> & _uniformdev_canvas_dist_createEventBus_db3535cb.ai & DataResolutionOptionNegative> | undefined;
92
+ } & Required<Pick<_uniformdev_canvas_dist_createEventBus_db3535cb.C, "projectMapNodePath">> & _uniformdev_canvas_dist_createEventBus_db3535cb.ai & DataResolutionOption> | undefined;
93
93
  /** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
94
94
  callback?: UniformGetStaticProps<TProps, ParsedUrlQuery, UniformPreviewData> | undefined;
95
95
  }) => GetStaticProps<TProps, ParsedUrlQuery, UniformPreviewData>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next",
3
- "version": "18.13.1-alpha.1+7d1f189b2",
3
+ "version": "18.14.0",
4
4
  "description": "Next.js SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -52,9 +52,9 @@
52
52
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
53
53
  },
54
54
  "dependencies": {
55
- "@uniformdev/canvas": "18.13.1-alpha.1+7d1f189b2",
56
- "@uniformdev/canvas-react": "18.13.1-alpha.1+7d1f189b2",
57
- "@uniformdev/project-map": "18.13.1-alpha.1+7d1f189b2"
55
+ "@uniformdev/canvas": "18.14.0",
56
+ "@uniformdev/canvas-react": "18.14.0",
57
+ "@uniformdev/project-map": "18.14.0"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "next": ">= 12.0.0",
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "7d1f189b2affdfb7ba27640dd8d6df5620ce4fac"
76
+ "gitHead": "43f1f11d6986b7b94c3287e8cc4b800937edb805"
77
77
  }