@uniformdev/canvas-next 20.61.2-alpha.4 → 20.63.1-alpha.12
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/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/{models-r9gINwBs.d.mts → models-BGg_qtcM.d.mts} +3 -3
- package/dist/{models-r9gINwBs.d.ts → models-BGg_qtcM.d.ts} +3 -3
- package/dist/project-map/index.d.mts +1 -1
- package/dist/project-map/index.d.ts +1 -1
- package/dist/route/index.d.mts +2 -2
- package/dist/route/index.d.ts +2 -2
- package/dist/slug/index.d.mts +1 -1
- package/dist/slug/index.d.ts +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RichTextRendererComponent,
|
|
1
|
+
import { RichTextRendererComponent, UniformRichText as UniformRichText$1, UniformRichTextNode as UniformRichTextNode$1, RenderRichTextComponentResolver } from '@uniformdev/canvas-react';
|
|
2
2
|
import { ParsedUrlQuery } from 'querystring';
|
|
3
|
-
export { U as UniformCompositionNextPage,
|
|
3
|
+
export { U as UniformCompositionNextPage, a as UniformGetServerSideProps, b as UniformGetStaticProps, c as UniformPreviewData } from './models-BGg_qtcM.mjs';
|
|
4
4
|
import { NextApiHandler, NextApiRequest } from 'next';
|
|
5
5
|
import { RootComponentInstance } from '@uniformdev/canvas';
|
|
6
6
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RichTextRendererComponent,
|
|
1
|
+
import { RichTextRendererComponent, UniformRichText as UniformRichText$1, UniformRichTextNode as UniformRichTextNode$1, RenderRichTextComponentResolver } from '@uniformdev/canvas-react';
|
|
2
2
|
import { ParsedUrlQuery } from 'querystring';
|
|
3
|
-
export { U as UniformCompositionNextPage,
|
|
3
|
+
export { U as UniformCompositionNextPage, a as UniformGetServerSideProps, b as UniformGetStaticProps, c as UniformPreviewData } from './models-BGg_qtcM.js';
|
|
4
4
|
import { NextApiHandler, NextApiRequest } from 'next';
|
|
5
5
|
import { RootComponentInstance } from '@uniformdev/canvas';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RootComponentInstance, CompositionGetParameters } from '@uniformdev/canvas';
|
|
2
2
|
import { UniformCompositionProps } from '@uniformdev/canvas-react';
|
|
3
|
-
import { NextPage, PreviewData,
|
|
3
|
+
import { NextPage, PreviewData, GetServerSidePropsContext, GetServerSidePropsResult, GetStaticPropsContext, GetStaticPropsResult } from 'next';
|
|
4
4
|
import { ParsedUrlQuery } from 'querystring';
|
|
5
5
|
|
|
6
6
|
type UniformCompositionNextPage<TProps = unknown> = NextPage<TProps & UniformCompositionProps>;
|
|
@@ -29,4 +29,4 @@ type UniformGetServerSideProps<P extends {
|
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}, Q extends ParsedUrlQuery = ParsedUrlQuery, D extends PreviewData = PreviewData> = (context: GetServerSidePropsContext<Q, D>, composition: RootComponentInstance | undefined) => Promise<GetServerSidePropsResult<P>> | GetServerSidePropsResult<P>;
|
|
31
31
|
|
|
32
|
-
export type { UniformCompositionNextPage as U,
|
|
32
|
+
export type { UniformCompositionNextPage as U, UniformGetServerSideProps as a, UniformGetStaticProps as b, UniformPreviewData as c };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RootComponentInstance, CompositionGetParameters } from '@uniformdev/canvas';
|
|
2
2
|
import { UniformCompositionProps } from '@uniformdev/canvas-react';
|
|
3
|
-
import { NextPage, PreviewData,
|
|
3
|
+
import { NextPage, PreviewData, GetServerSidePropsContext, GetServerSidePropsResult, GetStaticPropsContext, GetStaticPropsResult } from 'next';
|
|
4
4
|
import { ParsedUrlQuery } from 'querystring';
|
|
5
5
|
|
|
6
6
|
type UniformCompositionNextPage<TProps = unknown> = NextPage<TProps & UniformCompositionProps>;
|
|
@@ -29,4 +29,4 @@ type UniformGetServerSideProps<P extends {
|
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}, Q extends ParsedUrlQuery = ParsedUrlQuery, D extends PreviewData = PreviewData> = (context: GetServerSidePropsContext<Q, D>, composition: RootComponentInstance | undefined) => Promise<GetServerSidePropsResult<P>> | GetServerSidePropsResult<P>;
|
|
31
31
|
|
|
32
|
-
export type { UniformCompositionNextPage as U,
|
|
32
|
+
export type { UniformCompositionNextPage as U, UniformGetServerSideProps as a, UniformGetStaticProps as b, UniformPreviewData as c };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, PreviewData, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
|
|
3
|
-
import {
|
|
3
|
+
import { a as UniformGetServerSideProps, c as UniformPreviewData, b as UniformGetStaticProps } from '../models-BGg_qtcM.mjs';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import { CanvasClient, CompositionGetByNodePathParameters, DataResolutionOption } from '@uniformdev/canvas';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, PreviewData, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
|
|
3
|
-
import {
|
|
3
|
+
import { a as UniformGetServerSideProps, c as UniformPreviewData, b as UniformGetStaticProps } from '../models-BGg_qtcM.js';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import { CanvasClient, CompositionGetByNodePathParameters, DataResolutionOption } from '@uniformdev/canvas';
|
package/dist/route/index.d.mts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, GetServerSidePropsResult, GetServerSideProps, GetStaticPropsContext, GetStaticPropsResult, GetStaticProps } from 'next';
|
|
3
|
-
import {
|
|
3
|
+
import { c as UniformPreviewData } from '../models-BGg_qtcM.mjs';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import * as _uniformdev_context__ from '@uniformdev/context/*';
|
|
7
7
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
|
8
|
-
import { RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, RouteClient, RouteGetParameters
|
|
8
|
+
import { RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, RootComponentInstance, RouteClient, RouteGetParameters } from '@uniformdev/canvas';
|
|
9
9
|
import { CompositionMetadata } from '@uniformdev/context';
|
|
10
10
|
import { ProjectMapNodeGetRequest, ProjectMapNodeGetResponse, ProjectMapClient } from '@uniformdev/project-map';
|
|
11
11
|
import { RedirectClient } from '@uniformdev/redirect';
|
package/dist/route/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, GetServerSidePropsResult, GetServerSideProps, GetStaticPropsContext, GetStaticPropsResult, GetStaticProps } from 'next';
|
|
3
|
-
import {
|
|
3
|
+
import { c as UniformPreviewData } from '../models-BGg_qtcM.js';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import * as _uniformdev_context__ from '@uniformdev/context/*';
|
|
7
7
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
|
8
|
-
import { RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, RouteClient, RouteGetParameters
|
|
8
|
+
import { RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, RootComponentInstance, RouteClient, RouteGetParameters } from '@uniformdev/canvas';
|
|
9
9
|
import { CompositionMetadata } from '@uniformdev/context';
|
|
10
10
|
import { ProjectMapNodeGetRequest, ProjectMapNodeGetResponse, ProjectMapClient } from '@uniformdev/project-map';
|
|
11
11
|
import { RedirectClient } from '@uniformdev/redirect';
|
package/dist/slug/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
|
|
3
|
-
import {
|
|
3
|
+
import { c as UniformPreviewData, a as UniformGetServerSideProps, b as UniformGetStaticProps } from '../models-BGg_qtcM.mjs';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import { CanvasClient, CompositionGetBySlugParameters, DataResolutionOption, CompositionGetParameters, CompositionGetResponse } from '@uniformdev/canvas';
|
package/dist/slug/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
|
|
3
|
-
import {
|
|
3
|
+
import { c as UniformPreviewData, a as UniformGetServerSideProps, b as UniformGetStaticProps } from '../models-BGg_qtcM.js';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import { CanvasClient, CompositionGetBySlugParameters, DataResolutionOption, CompositionGetParameters, CompositionGetResponse } from '@uniformdev/canvas';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.63.1-alpha.12+914935b899",
|
|
4
4
|
"description": "Next.js SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"apidocs-extract": "api-extractor run --local"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@uniformdev/canvas": "20.
|
|
70
|
-
"@uniformdev/canvas-react": "20.
|
|
71
|
-
"@uniformdev/context": "20.
|
|
72
|
-
"@uniformdev/project-map": "20.
|
|
73
|
-
"@uniformdev/redirect": "20.
|
|
74
|
-
"@uniformdev/richtext": "20.
|
|
69
|
+
"@uniformdev/canvas": "20.63.1-alpha.12+914935b899",
|
|
70
|
+
"@uniformdev/canvas-react": "20.63.1-alpha.12+914935b899",
|
|
71
|
+
"@uniformdev/context": "20.63.1-alpha.12+914935b899",
|
|
72
|
+
"@uniformdev/project-map": "20.63.1-alpha.12+914935b899",
|
|
73
|
+
"@uniformdev/redirect": "20.63.1-alpha.12+914935b899",
|
|
74
|
+
"@uniformdev/richtext": "20.63.1-alpha.12+914935b899",
|
|
75
75
|
"colorette": "2.0.20"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@types/react": "19.2.2",
|
|
84
|
-
"next": "16.2.
|
|
84
|
+
"next": "16.2.3",
|
|
85
85
|
"react": "19.2.1",
|
|
86
86
|
"react-dom": "19.2.1"
|
|
87
87
|
},
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "914935b89907018dde56a2c49b72e6899d9fb0e2"
|
|
95
95
|
}
|