@uniformdev/canvas-next 19.122.1-alpha.0 → 19.125.2-alpha.3

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.
@@ -204,6 +204,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
204
204
  [key: string]: "yes" | "no";
205
205
  } | undefined;
206
206
  variants?: boolean | undefined;
207
+ hideLockedParameters?: boolean | undefined;
207
208
  } | undefined;
208
209
  _locales?: string[] | undefined;
209
210
  }[];
@@ -255,6 +256,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
255
256
  [key: string]: "yes" | "no";
256
257
  } | undefined;
257
258
  variants?: boolean | undefined;
259
+ hideLockedParameters?: boolean | undefined;
258
260
  } | undefined;
259
261
  _locales?: string[] | undefined;
260
262
  };
@@ -352,6 +354,7 @@ declare const getStaticProps: next.GetStaticProps<{
352
354
  [key: string]: "yes" | "no";
353
355
  } | undefined;
354
356
  variants?: boolean | undefined;
357
+ hideLockedParameters?: boolean | undefined;
355
358
  } | undefined;
356
359
  _locales?: string[] | undefined;
357
360
  }[];
@@ -403,6 +406,7 @@ declare const getStaticProps: next.GetStaticProps<{
403
406
  [key: string]: "yes" | "no";
404
407
  } | undefined;
405
408
  variants?: boolean | undefined;
409
+ hideLockedParameters?: boolean | undefined;
406
410
  } | undefined;
407
411
  _locales?: string[] | undefined;
408
412
  };
@@ -204,6 +204,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
204
204
  [key: string]: "yes" | "no";
205
205
  } | undefined;
206
206
  variants?: boolean | undefined;
207
+ hideLockedParameters?: boolean | undefined;
207
208
  } | undefined;
208
209
  _locales?: string[] | undefined;
209
210
  }[];
@@ -255,6 +256,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
255
256
  [key: string]: "yes" | "no";
256
257
  } | undefined;
257
258
  variants?: boolean | undefined;
259
+ hideLockedParameters?: boolean | undefined;
258
260
  } | undefined;
259
261
  _locales?: string[] | undefined;
260
262
  };
@@ -352,6 +354,7 @@ declare const getStaticProps: next.GetStaticProps<{
352
354
  [key: string]: "yes" | "no";
353
355
  } | undefined;
354
356
  variants?: boolean | undefined;
357
+ hideLockedParameters?: boolean | undefined;
355
358
  } | undefined;
356
359
  _locales?: string[] | undefined;
357
360
  }[];
@@ -403,6 +406,7 @@ declare const getStaticProps: next.GetStaticProps<{
403
406
  [key: string]: "yes" | "no";
404
407
  } | undefined;
405
408
  variants?: boolean | undefined;
409
+ hideLockedParameters?: boolean | undefined;
406
410
  } | undefined;
407
411
  _locales?: string[] | undefined;
408
412
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next",
3
- "version": "19.122.1-alpha.0+03f737f1b5",
3
+ "version": "19.125.2-alpha.3+6bb657551a",
4
4
  "description": "Next.js SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -67,11 +67,11 @@
67
67
  "document": "api-extractor run --local"
68
68
  },
69
69
  "dependencies": {
70
- "@uniformdev/canvas": "19.122.1-alpha.0+03f737f1b5",
71
- "@uniformdev/canvas-react": "19.122.1-alpha.0+03f737f1b5",
72
- "@uniformdev/project-map": "19.122.1-alpha.0+03f737f1b5",
73
- "@uniformdev/redirect": "19.122.1-alpha.0+03f737f1b5",
74
- "@uniformdev/richtext": "19.122.1-alpha.0+03f737f1b5",
70
+ "@uniformdev/canvas": "19.125.2-alpha.3+6bb657551a",
71
+ "@uniformdev/canvas-react": "19.125.2-alpha.3+6bb657551a",
72
+ "@uniformdev/project-map": "19.125.2-alpha.3+6bb657551a",
73
+ "@uniformdev/redirect": "19.125.2-alpha.3+6bb657551a",
74
+ "@uniformdev/richtext": "19.125.2-alpha.3+6bb657551a",
75
75
  "colorette": "2.0.20"
76
76
  },
77
77
  "peerDependencies": {
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "03f737f1b507886971bc90dde2367d1bf85f5edf"
94
+ "gitHead": "6bb657551ac6e37a7990deace389c581b94176fc"
95
95
  }