@uniformdev/canvas-next 19.79.1-alpha.13 → 19.79.1-alpha.18
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.
package/LICENSE.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
©
|
|
1
|
+
© 2024 Uniform Systems, Inc. All Rights Reserved.
|
|
2
2
|
See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
|
|
@@ -34,6 +34,7 @@ declare const withUniformGetServerSideProps: <TProps extends {
|
|
|
34
34
|
withUIStatus?: boolean | undefined;
|
|
35
35
|
withContentSourceMap?: boolean | undefined;
|
|
36
36
|
locale?: string | undefined;
|
|
37
|
+
releaseId?: string | undefined;
|
|
37
38
|
} & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "projectMapNodePath">> & _uniformdev_canvas.SpecificProjectMap & DataResolutionOption>, "state"> | undefined;
|
|
38
39
|
/** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
|
|
39
40
|
callback?: UniformGetServerSideProps<TProps> | undefined;
|
|
@@ -53,6 +54,7 @@ declare const withUniformGetStaticPaths: (options?: {
|
|
|
53
54
|
requestOptions?: Partial<{
|
|
54
55
|
projectMapId?: string | undefined;
|
|
55
56
|
projectId: string;
|
|
57
|
+
releaseId?: string | undefined;
|
|
56
58
|
id?: string | undefined;
|
|
57
59
|
path?: string | undefined;
|
|
58
60
|
compositionId?: string | undefined;
|
|
@@ -103,6 +105,7 @@ declare const withUniformGetStaticProps: <TProps extends {
|
|
|
103
105
|
withUIStatus?: boolean | undefined;
|
|
104
106
|
withContentSourceMap?: boolean | undefined;
|
|
105
107
|
locale?: string | undefined;
|
|
108
|
+
releaseId?: string | undefined;
|
|
106
109
|
} & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "projectMapNodePath">> & _uniformdev_canvas.SpecificProjectMap & DataResolutionOption>, "state"> | undefined;
|
|
107
110
|
/** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
|
|
108
111
|
callback?: UniformGetStaticProps<TProps> | undefined;
|
|
@@ -34,6 +34,7 @@ declare const withUniformGetServerSideProps: <TProps extends {
|
|
|
34
34
|
withUIStatus?: boolean | undefined;
|
|
35
35
|
withContentSourceMap?: boolean | undefined;
|
|
36
36
|
locale?: string | undefined;
|
|
37
|
+
releaseId?: string | undefined;
|
|
37
38
|
} & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "projectMapNodePath">> & _uniformdev_canvas.SpecificProjectMap & DataResolutionOption>, "state"> | undefined;
|
|
38
39
|
/** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
|
|
39
40
|
callback?: UniformGetServerSideProps<TProps> | undefined;
|
|
@@ -53,6 +54,7 @@ declare const withUniformGetStaticPaths: (options?: {
|
|
|
53
54
|
requestOptions?: Partial<{
|
|
54
55
|
projectMapId?: string | undefined;
|
|
55
56
|
projectId: string;
|
|
57
|
+
releaseId?: string | undefined;
|
|
56
58
|
id?: string | undefined;
|
|
57
59
|
path?: string | undefined;
|
|
58
60
|
compositionId?: string | undefined;
|
|
@@ -103,6 +105,7 @@ declare const withUniformGetStaticProps: <TProps extends {
|
|
|
103
105
|
withUIStatus?: boolean | undefined;
|
|
104
106
|
withContentSourceMap?: boolean | undefined;
|
|
105
107
|
locale?: string | undefined;
|
|
108
|
+
releaseId?: string | undefined;
|
|
106
109
|
} & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "projectMapNodePath">> & _uniformdev_canvas.SpecificProjectMap & DataResolutionOption>, "state"> | undefined;
|
|
107
110
|
/** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
|
|
108
111
|
callback?: UniformGetStaticProps<TProps> | undefined;
|
package/dist/route/index.d.mts
CHANGED
|
@@ -59,6 +59,7 @@ declare const withUniformGetStaticPaths: (options?: {
|
|
|
59
59
|
requestOptions?: Partial<{
|
|
60
60
|
projectMapId?: string | undefined;
|
|
61
61
|
projectId: string;
|
|
62
|
+
releaseId?: string | undefined;
|
|
62
63
|
id?: string | undefined;
|
|
63
64
|
path?: string | undefined;
|
|
64
65
|
compositionId?: string | undefined;
|
|
@@ -203,6 +204,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
203
204
|
[key: string]: "yes" | "no";
|
|
204
205
|
} | undefined;
|
|
205
206
|
variants?: boolean | undefined;
|
|
207
|
+
hideLockedParameters?: boolean | undefined;
|
|
206
208
|
} | undefined;
|
|
207
209
|
_locales?: string[] | undefined;
|
|
208
210
|
}[];
|
|
@@ -254,6 +256,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
254
256
|
[key: string]: "yes" | "no";
|
|
255
257
|
} | undefined;
|
|
256
258
|
variants?: boolean | undefined;
|
|
259
|
+
hideLockedParameters?: boolean | undefined;
|
|
257
260
|
} | undefined;
|
|
258
261
|
_locales?: string[] | undefined;
|
|
259
262
|
};
|
|
@@ -351,6 +354,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
351
354
|
[key: string]: "yes" | "no";
|
|
352
355
|
} | undefined;
|
|
353
356
|
variants?: boolean | undefined;
|
|
357
|
+
hideLockedParameters?: boolean | undefined;
|
|
354
358
|
} | undefined;
|
|
355
359
|
_locales?: string[] | undefined;
|
|
356
360
|
}[];
|
|
@@ -402,6 +406,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
402
406
|
[key: string]: "yes" | "no";
|
|
403
407
|
} | undefined;
|
|
404
408
|
variants?: boolean | undefined;
|
|
409
|
+
hideLockedParameters?: boolean | undefined;
|
|
405
410
|
} | undefined;
|
|
406
411
|
_locales?: string[] | undefined;
|
|
407
412
|
};
|
package/dist/route/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ declare const withUniformGetStaticPaths: (options?: {
|
|
|
59
59
|
requestOptions?: Partial<{
|
|
60
60
|
projectMapId?: string | undefined;
|
|
61
61
|
projectId: string;
|
|
62
|
+
releaseId?: string | undefined;
|
|
62
63
|
id?: string | undefined;
|
|
63
64
|
path?: string | undefined;
|
|
64
65
|
compositionId?: string | undefined;
|
|
@@ -203,6 +204,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
203
204
|
[key: string]: "yes" | "no";
|
|
204
205
|
} | undefined;
|
|
205
206
|
variants?: boolean | undefined;
|
|
207
|
+
hideLockedParameters?: boolean | undefined;
|
|
206
208
|
} | undefined;
|
|
207
209
|
_locales?: string[] | undefined;
|
|
208
210
|
}[];
|
|
@@ -254,6 +256,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
254
256
|
[key: string]: "yes" | "no";
|
|
255
257
|
} | undefined;
|
|
256
258
|
variants?: boolean | undefined;
|
|
259
|
+
hideLockedParameters?: boolean | undefined;
|
|
257
260
|
} | undefined;
|
|
258
261
|
_locales?: string[] | undefined;
|
|
259
262
|
};
|
|
@@ -351,6 +354,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
351
354
|
[key: string]: "yes" | "no";
|
|
352
355
|
} | undefined;
|
|
353
356
|
variants?: boolean | undefined;
|
|
357
|
+
hideLockedParameters?: boolean | undefined;
|
|
354
358
|
} | undefined;
|
|
355
359
|
_locales?: string[] | undefined;
|
|
356
360
|
}[];
|
|
@@ -402,6 +406,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
402
406
|
[key: string]: "yes" | "no";
|
|
403
407
|
} | undefined;
|
|
404
408
|
variants?: boolean | undefined;
|
|
409
|
+
hideLockedParameters?: boolean | undefined;
|
|
405
410
|
} | undefined;
|
|
406
411
|
_locales?: string[] | undefined;
|
|
407
412
|
};
|
package/dist/slug/index.d.mts
CHANGED
|
@@ -31,6 +31,7 @@ declare const withUniformGetServerSideProps: <TProps extends {
|
|
|
31
31
|
withUIStatus?: boolean | undefined;
|
|
32
32
|
withContentSourceMap?: boolean | undefined;
|
|
33
33
|
locale?: string | undefined;
|
|
34
|
+
releaseId?: string | undefined;
|
|
34
35
|
} & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "slug">> & DataResolutionOption>, "state"> | undefined;
|
|
35
36
|
callback?: UniformGetServerSideProps<TProps> | undefined;
|
|
36
37
|
/** Disables logging of response information and timings */
|
|
@@ -79,6 +80,7 @@ declare const withUniformGetStaticProps: <TProps extends {
|
|
|
79
80
|
withUIStatus?: boolean | undefined;
|
|
80
81
|
withContentSourceMap?: boolean | undefined;
|
|
81
82
|
locale?: string | undefined;
|
|
83
|
+
releaseId?: string | undefined;
|
|
82
84
|
} & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "slug">> & DataResolutionOption>, "state"> | undefined;
|
|
83
85
|
/** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
|
|
84
86
|
callback?: UniformGetStaticProps<TProps> | undefined;
|
package/dist/slug/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const withUniformGetServerSideProps: <TProps extends {
|
|
|
31
31
|
withUIStatus?: boolean | undefined;
|
|
32
32
|
withContentSourceMap?: boolean | undefined;
|
|
33
33
|
locale?: string | undefined;
|
|
34
|
+
releaseId?: string | undefined;
|
|
34
35
|
} & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "slug">> & DataResolutionOption>, "state"> | undefined;
|
|
35
36
|
callback?: UniformGetServerSideProps<TProps> | undefined;
|
|
36
37
|
/** Disables logging of response information and timings */
|
|
@@ -79,6 +80,7 @@ declare const withUniformGetStaticProps: <TProps extends {
|
|
|
79
80
|
withUIStatus?: boolean | undefined;
|
|
80
81
|
withContentSourceMap?: boolean | undefined;
|
|
81
82
|
locale?: string | undefined;
|
|
83
|
+
releaseId?: string | undefined;
|
|
82
84
|
} & Required<Pick<_uniformdev_canvas.CompositionGetParameters, "slug">> & DataResolutionOption>, "state"> | undefined;
|
|
83
85
|
/** Custom handler to specify return value and modify composition - e.g. enhance with CMS data */
|
|
84
86
|
callback?: UniformGetStaticProps<TProps> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "19.79.1-alpha.
|
|
3
|
+
"version": "19.79.1-alpha.18+12234b9350",
|
|
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.79.1-alpha.
|
|
71
|
-
"@uniformdev/canvas-react": "19.79.1-alpha.
|
|
72
|
-
"@uniformdev/project-map": "19.79.1-alpha.
|
|
73
|
-
"@uniformdev/redirect": "19.79.1-alpha.
|
|
74
|
-
"@uniformdev/richtext": "19.79.1-alpha.
|
|
70
|
+
"@uniformdev/canvas": "19.79.1-alpha.18+12234b9350",
|
|
71
|
+
"@uniformdev/canvas-react": "19.79.1-alpha.18+12234b9350",
|
|
72
|
+
"@uniformdev/project-map": "19.79.1-alpha.18+12234b9350",
|
|
73
|
+
"@uniformdev/redirect": "19.79.1-alpha.18+12234b9350",
|
|
74
|
+
"@uniformdev/richtext": "19.79.1-alpha.18+12234b9350",
|
|
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": "
|
|
94
|
+
"gitHead": "12234b9350cfa4209bc7e242701d2dc535ece19e"
|
|
95
95
|
}
|