create-plasmic-app 0.0.143 → 0.0.144
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/cpa-out/gatsby-codegen-js/package.json +2 -2
- package/cpa-out/gatsby-codegen-js/plasmic.json +2 -2
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicButton.jsx +1 -0
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +1 -0
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +7 -2
- package/cpa-out/gatsby-codegen-ts/package.json +2 -2
- package/cpa-out/gatsby-codegen-ts/plasmic.json +2 -2
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicButton.tsx +1 -0
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +1 -0
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +7 -2
- package/cpa-out/gatsby-loader-js/package.json +1 -1
- package/cpa-out/gatsby-loader-ts/package.json +1 -1
- package/cpa-out/nextjs-app-codegen-js/app/dynamic/[slug]/page.jsx +11 -3
- package/cpa-out/nextjs-app-codegen-js/app/layout.jsx +3 -4
- package/cpa-out/nextjs-app-codegen-js/app/page.jsx +4 -3
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx +1 -0
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +1 -0
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPageServer.jsx +1 -1
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +7 -2
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepageServer.jsx +1 -1
- package/cpa-out/nextjs-app-codegen-js/package.json +2 -2
- package/cpa-out/nextjs-app-codegen-js/plasmic-init-client.jsx +0 -1
- package/cpa-out/nextjs-app-codegen-js/plasmic.json +2 -2
- package/cpa-out/nextjs-app-codegen-ts/app/dynamic/[slug]/page.tsx +12 -4
- package/cpa-out/nextjs-app-codegen-ts/app/layout.tsx +3 -4
- package/cpa-out/nextjs-app-codegen-ts/app/page.tsx +4 -4
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx +1 -0
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +1 -0
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPageServer.tsx +1 -1
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +7 -2
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepageServer.tsx +1 -1
- package/cpa-out/nextjs-app-codegen-ts/package.json +2 -2
- package/cpa-out/nextjs-app-codegen-ts/plasmic-init-client.tsx +1 -1
- package/cpa-out/nextjs-app-codegen-ts/plasmic.json +2 -2
- package/cpa-out/nextjs-app-loader-js/package.json +1 -1
- package/cpa-out/nextjs-app-loader-js/plasmic-init.js +5 -0
- package/cpa-out/nextjs-app-loader-ts/package.json +1 -1
- package/cpa-out/nextjs-app-loader-ts/plasmic-init.ts +5 -0
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx +1 -0
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +1 -0
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +7 -2
- package/cpa-out/nextjs-pages-codegen-js/package.json +2 -2
- package/cpa-out/nextjs-pages-codegen-js/plasmic.json +2 -2
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx +1 -0
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +1 -0
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +7 -2
- package/cpa-out/nextjs-pages-codegen-ts/package.json +2 -2
- package/cpa-out/nextjs-pages-codegen-ts/plasmic.json +2 -2
- package/cpa-out/nextjs-pages-loader-js/package.json +1 -1
- package/cpa-out/nextjs-pages-loader-ts/package.json +1 -1
- package/cpa-out/react-codegen-js/package.json +2 -2
- package/cpa-out/react-codegen-js/plasmic.json +2 -2
- package/cpa-out/react-codegen-ts/package.json +2 -2
- package/cpa-out/react-codegen-ts/plasmic.json +2 -2
- package/cpa-out/tanstack-codegen-ts/package.json +7 -8
- package/cpa-out/tanstack-codegen-ts/plasmic.json +2 -2
- package/cpa-out/tanstack-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicButton.tsx +1 -5
- package/cpa-out/tanstack-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +1 -2
- package/cpa-out/tanstack-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +7 -5
- package/cpa-out/tanstack-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +2 -0
- package/cpa-out/tanstack-codegen-ts/src/router.tsx +0 -1
- package/cpa-out/tanstack-codegen-ts/tsconfig.json +0 -1
- package/cpa-out/tanstack-codegen-ts/vite.config.ts +1 -2
- package/dist/nextjs/nextjs.js +2 -0
- package/dist/nextjs/templates/app-codegen/plasmic-init-client.js +1 -2
- package/dist/tanstack/tanstack.js +11 -1
- package/package.json +2 -2
- package/src/nextjs/nextjs.ts +3 -0
- package/src/nextjs/templates/app-codegen/plasmic-init-client.ts +4 -2
- package/src/tanstack/tanstack.ts +11 -1
- package/cpa-out/nextjs-app-codegen-js/app/layout.js +0 -28
- package/cpa-out/tanstack-codegen-ts/src/components/Footer.tsx +0 -44
- package/cpa-out/tanstack-codegen-ts/src/components/Header.tsx +0 -78
- package/cpa-out/tanstack-codegen-ts/src/components/ThemeToggle.tsx +0 -81
- /package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/icons/{PlasmicIcon__Checksvg.jsx → PlasmicIcon__CheckSvg.jsx} +0 -0
- /package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/icons/{PlasmicIcon__Checksvg.tsx → PlasmicIcon__CheckSvg.tsx} +0 -0
- /package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/icons/{PlasmicIcon__Checksvg.jsx → PlasmicIcon__CheckSvg.jsx} +0 -0
- /package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/icons/{PlasmicIcon__Checksvg.tsx → PlasmicIcon__CheckSvg.tsx} +0 -0
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"clean": "gatsby clean"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@plasmicapp/cli": "^0.1.
|
|
18
|
-
"@plasmicapp/react-web": "^0.
|
|
17
|
+
"@plasmicapp/cli": "^0.1.361",
|
|
18
|
+
"@plasmicapp/react-web": "^1.0.6",
|
|
19
19
|
"gatsby": "^5.14.6",
|
|
20
20
|
"gatsby-plugin-react-helmet": "^6.16.0",
|
|
21
21
|
"react": "^18.2.0",
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
"gatsbyConfig": {
|
|
136
136
|
"pagesDir": "../pages"
|
|
137
137
|
},
|
|
138
|
-
"cliVersion": "0.1.
|
|
139
|
-
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.
|
|
138
|
+
"cliVersion": "0.1.361",
|
|
139
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.361/dist/plasmic.schema.json"
|
|
140
140
|
}
|
package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx
CHANGED
|
@@ -114,6 +114,7 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
114
114
|
className={classNames(
|
|
115
115
|
projectcss.all,
|
|
116
116
|
projectcss.h1,
|
|
117
|
+
projectcss.h1__47tFX,
|
|
117
118
|
projectcss.__wab_text,
|
|
118
119
|
sty.h1
|
|
119
120
|
)}
|
|
@@ -137,7 +138,9 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
137
138
|
}
|
|
138
139
|
</React.Fragment>
|
|
139
140
|
<span
|
|
140
|
-
className={
|
|
141
|
+
className={
|
|
142
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
143
|
+
}
|
|
141
144
|
style={{ fontWeight: 700 }}
|
|
142
145
|
>
|
|
143
146
|
{"Therefore, please avoid changing this project."}
|
|
@@ -151,7 +154,9 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
151
154
|
}
|
|
152
155
|
</React.Fragment>
|
|
153
156
|
<span
|
|
154
|
-
className={
|
|
157
|
+
className={
|
|
158
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
159
|
+
}
|
|
155
160
|
style={{ fontWeight: 700 }}
|
|
156
161
|
>
|
|
157
162
|
{"Code"}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"typecheck": "tsc --noEmit"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@plasmicapp/cli": "^0.1.
|
|
19
|
-
"@plasmicapp/react-web": "^0.
|
|
18
|
+
"@plasmicapp/cli": "^0.1.361",
|
|
19
|
+
"@plasmicapp/react-web": "^1.0.6",
|
|
20
20
|
"gatsby": "^5.14.6",
|
|
21
21
|
"gatsby-plugin-react-helmet": "^6.16.0",
|
|
22
22
|
"react": "^18.2.0",
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
"gatsbyConfig": {
|
|
136
136
|
"pagesDir": "../pages"
|
|
137
137
|
},
|
|
138
|
-
"cliVersion": "0.1.
|
|
139
|
-
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.
|
|
138
|
+
"cliVersion": "0.1.361",
|
|
139
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.361/dist/plasmic.schema.json"
|
|
140
140
|
}
|
package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx
CHANGED
|
@@ -197,6 +197,7 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
197
197
|
className={classNames(
|
|
198
198
|
projectcss.all,
|
|
199
199
|
projectcss.h1,
|
|
200
|
+
projectcss.h1__47tFX,
|
|
200
201
|
projectcss.__wab_text,
|
|
201
202
|
sty.h1
|
|
202
203
|
)}
|
|
@@ -220,7 +221,9 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
220
221
|
}
|
|
221
222
|
</React.Fragment>
|
|
222
223
|
<span
|
|
223
|
-
className={
|
|
224
|
+
className={
|
|
225
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
226
|
+
}
|
|
224
227
|
style={{ fontWeight: 700 }}
|
|
225
228
|
>
|
|
226
229
|
{"Therefore, please avoid changing this project."}
|
|
@@ -234,7 +237,9 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
234
237
|
}
|
|
235
238
|
</React.Fragment>
|
|
236
239
|
<span
|
|
237
|
-
className={
|
|
240
|
+
className={
|
|
241
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
242
|
+
}
|
|
238
243
|
style={{ fontWeight: 700 }}
|
|
239
244
|
>
|
|
240
245
|
{"Code"}
|
|
@@ -7,6 +7,13 @@ import {
|
|
|
7
7
|
makeAppRouterPageCtx,
|
|
8
8
|
generateDynamicMetadata
|
|
9
9
|
} from "../../../components/plasmic/create_plasmic_app/PlasmicDynamicPageServer";
|
|
10
|
+
// Uncomment and populate to statically pre-render this route at build time.
|
|
11
|
+
// Each entry should be an object whose keys match the dynamic segments in the route path.
|
|
12
|
+
// See https://nextjs.org/docs/app/api-reference/functions/generate-static-params
|
|
13
|
+
//
|
|
14
|
+
// export async function generateStaticParams() {
|
|
15
|
+
// return [];
|
|
16
|
+
// }
|
|
10
17
|
|
|
11
18
|
export async function generateMetadata({ params, searchParams }, parent) {
|
|
12
19
|
const ctx = await makeAppRouterPageCtx({ params, searchParams });
|
|
@@ -31,11 +38,12 @@ async function DynamicPage({ params, searchParams }) {
|
|
|
31
38
|
// variant context providers. These wrappers may be moved to
|
|
32
39
|
// Next.js Custom App component
|
|
33
40
|
// (https://nextjs.org/docs/advanced-features/custom-app).
|
|
41
|
+
const ctx = await makeAppRouterPageCtx({ params, searchParams });
|
|
34
42
|
return (
|
|
35
43
|
<PageParamsProvider__
|
|
36
|
-
route=
|
|
37
|
-
params={
|
|
38
|
-
query={
|
|
44
|
+
route={ctx.pageRoute}
|
|
45
|
+
params={ctx.params}
|
|
46
|
+
query={ctx.query}
|
|
39
47
|
>
|
|
40
48
|
<PlasmicDynamicPageServer />
|
|
41
49
|
</PageParamsProvider__>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import '@/app/globals.css'
|
|
2
|
-
import {
|
|
3
|
-
import Link from "next/link";
|
|
2
|
+
import { ClientPlasmicRootProvider } from "@/plasmic-init-client";
|
|
4
3
|
|
|
5
4
|
export default function RootLayout({
|
|
6
5
|
children,
|
|
@@ -8,9 +7,9 @@ export default function RootLayout({
|
|
|
8
7
|
return (
|
|
9
8
|
<html lang="en">
|
|
10
9
|
<body>
|
|
11
|
-
<
|
|
10
|
+
<ClientPlasmicRootProvider>
|
|
12
11
|
{children}
|
|
13
|
-
</
|
|
12
|
+
</ClientPlasmicRootProvider>
|
|
14
13
|
</body>
|
|
15
14
|
</html>
|
|
16
15
|
);
|
|
@@ -31,11 +31,12 @@ async function Homepage({ params, searchParams }) {
|
|
|
31
31
|
// variant context providers. These wrappers may be moved to
|
|
32
32
|
// Next.js Custom App component
|
|
33
33
|
// (https://nextjs.org/docs/advanced-features/custom-app).
|
|
34
|
+
const ctx = await makeAppRouterPageCtx({ params, searchParams });
|
|
34
35
|
return (
|
|
35
36
|
<PageParamsProvider__
|
|
36
|
-
route=
|
|
37
|
-
params={
|
|
38
|
-
query={
|
|
37
|
+
route={ctx.pageRoute}
|
|
38
|
+
params={ctx.params}
|
|
39
|
+
query={ctx.query}
|
|
39
40
|
>
|
|
40
41
|
<PlasmicHomepageServer />
|
|
41
42
|
</PageParamsProvider__>
|
package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx
CHANGED
|
@@ -119,6 +119,7 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
119
119
|
className={classNames(
|
|
120
120
|
projectcss.all,
|
|
121
121
|
projectcss.h1,
|
|
122
|
+
projectcss.h1__47tFX,
|
|
122
123
|
projectcss.__wab_text,
|
|
123
124
|
sty.h1
|
|
124
125
|
)}
|
|
@@ -142,7 +143,9 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
142
143
|
}
|
|
143
144
|
</React.Fragment>
|
|
144
145
|
<span
|
|
145
|
-
className={
|
|
146
|
+
className={
|
|
147
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
148
|
+
}
|
|
146
149
|
style={{ fontWeight: 700 }}
|
|
147
150
|
>
|
|
148
151
|
{"Therefore, please avoid changing this project."}
|
|
@@ -156,7 +159,9 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
156
159
|
}
|
|
157
160
|
</React.Fragment>
|
|
158
161
|
<span
|
|
159
|
-
className={
|
|
162
|
+
className={
|
|
163
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
164
|
+
}
|
|
160
165
|
style={{ fontWeight: 700 }}
|
|
161
166
|
>
|
|
162
167
|
{"Code"}
|
|
@@ -143,6 +143,6 @@
|
|
|
143
143
|
"nextjsConfig": {
|
|
144
144
|
"pagesDir": "../app"
|
|
145
145
|
},
|
|
146
|
-
"cliVersion": "0.1.
|
|
147
|
-
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.
|
|
146
|
+
"cliVersion": "0.1.361",
|
|
147
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.361/dist/plasmic.schema.json"
|
|
148
148
|
}
|
|
@@ -9,9 +9,16 @@ import {
|
|
|
9
9
|
generateDynamicMetadata,
|
|
10
10
|
DynamicPageServerSkeletonProps
|
|
11
11
|
} from "../../../components/plasmic/create_plasmic_app/PlasmicDynamicPageServer";
|
|
12
|
-
|
|
13
12
|
import type { Metadata, ResolvingMetadata } from "next";
|
|
14
13
|
|
|
14
|
+
// Uncomment and populate to statically pre-render this route at build time.
|
|
15
|
+
// Each entry should be an object whose keys match the dynamic segments in the route path.
|
|
16
|
+
// See https://nextjs.org/docs/app/api-reference/functions/generate-static-params
|
|
17
|
+
//
|
|
18
|
+
// export async function generateStaticParams() {
|
|
19
|
+
// return [];
|
|
20
|
+
// }
|
|
21
|
+
|
|
15
22
|
export async function generateMetadata(
|
|
16
23
|
{ params, searchParams }: DynamicPageServerSkeletonProps,
|
|
17
24
|
parent: ResolvingMetadata
|
|
@@ -43,11 +50,12 @@ async function DynamicPage({
|
|
|
43
50
|
// Next.js Custom App component
|
|
44
51
|
// (https://nextjs.org/docs/advanced-features/custom-app).
|
|
45
52
|
|
|
53
|
+
const ctx = await makeAppRouterPageCtx({ params, searchParams });
|
|
46
54
|
return (
|
|
47
55
|
<PageParamsProvider__
|
|
48
|
-
route=
|
|
49
|
-
params={
|
|
50
|
-
query={
|
|
56
|
+
route={ctx.pageRoute}
|
|
57
|
+
params={ctx.params}
|
|
58
|
+
query={ctx.query}
|
|
51
59
|
>
|
|
52
60
|
<PlasmicDynamicPageServer />
|
|
53
61
|
</PageParamsProvider__>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import '@/app/globals.css'
|
|
2
|
-
import {
|
|
3
|
-
import Link from "next/link";
|
|
2
|
+
import { ClientPlasmicRootProvider } from "@/plasmic-init-client";
|
|
4
3
|
|
|
5
4
|
export default function RootLayout({
|
|
6
5
|
children,
|
|
@@ -10,9 +9,9 @@ export default function RootLayout({
|
|
|
10
9
|
return (
|
|
11
10
|
<html lang="en">
|
|
12
11
|
<body>
|
|
13
|
-
<
|
|
12
|
+
<ClientPlasmicRootProvider>
|
|
14
13
|
{children}
|
|
15
|
-
</
|
|
14
|
+
</ClientPlasmicRootProvider>
|
|
16
15
|
</body>
|
|
17
16
|
</html>
|
|
18
17
|
);
|
|
@@ -9,7 +9,6 @@ import {
|
|
|
9
9
|
generateDynamicMetadata,
|
|
10
10
|
HomepageServerSkeletonProps
|
|
11
11
|
} from "../components/plasmic/create_plasmic_app/PlasmicHomepageServer";
|
|
12
|
-
|
|
13
12
|
import type { Metadata, ResolvingMetadata } from "next";
|
|
14
13
|
|
|
15
14
|
export async function generateMetadata(
|
|
@@ -40,11 +39,12 @@ async function Homepage({ params, searchParams }: HomepageServerSkeletonProps) {
|
|
|
40
39
|
// Next.js Custom App component
|
|
41
40
|
// (https://nextjs.org/docs/advanced-features/custom-app).
|
|
42
41
|
|
|
42
|
+
const ctx = await makeAppRouterPageCtx({ params, searchParams });
|
|
43
43
|
return (
|
|
44
44
|
<PageParamsProvider__
|
|
45
|
-
route=
|
|
46
|
-
params={
|
|
47
|
-
query={
|
|
45
|
+
route={ctx.pageRoute}
|
|
46
|
+
params={ctx.params}
|
|
47
|
+
query={ctx.query}
|
|
48
48
|
>
|
|
49
49
|
<PlasmicHomepageServer />
|
|
50
50
|
</PageParamsProvider__>
|
package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx
CHANGED
|
@@ -193,6 +193,7 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
193
193
|
className={classNames(
|
|
194
194
|
projectcss.all,
|
|
195
195
|
projectcss.h1,
|
|
196
|
+
projectcss.h1__47tFX,
|
|
196
197
|
projectcss.__wab_text,
|
|
197
198
|
sty.h1
|
|
198
199
|
)}
|
|
@@ -216,7 +217,9 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
216
217
|
}
|
|
217
218
|
</React.Fragment>
|
|
218
219
|
<span
|
|
219
|
-
className={
|
|
220
|
+
className={
|
|
221
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
222
|
+
}
|
|
220
223
|
style={{ fontWeight: 700 }}
|
|
221
224
|
>
|
|
222
225
|
{"Therefore, please avoid changing this project."}
|
|
@@ -230,7 +233,9 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
230
233
|
}
|
|
231
234
|
</React.Fragment>
|
|
232
235
|
<span
|
|
233
|
-
className={
|
|
236
|
+
className={
|
|
237
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
238
|
+
}
|
|
234
239
|
style={{ fontWeight: 700 }}
|
|
235
240
|
>
|
|
236
241
|
{"Code"}
|
|
@@ -143,6 +143,6 @@
|
|
|
143
143
|
"nextjsConfig": {
|
|
144
144
|
"pagesDir": "../app"
|
|
145
145
|
},
|
|
146
|
-
"cliVersion": "0.1.
|
|
147
|
-
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.
|
|
146
|
+
"cliVersion": "0.1.361",
|
|
147
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.361/dist/plasmic.schema.json"
|
|
148
148
|
}
|
|
@@ -19,3 +19,8 @@ export const PLASMIC = initPlasmicLoader({
|
|
|
19
19
|
// only use this for development, as this is significantly slower.
|
|
20
20
|
preview: false,
|
|
21
21
|
});
|
|
22
|
+
|
|
23
|
+
// Register custom functions here so they are available during SSR.
|
|
24
|
+
// See https://docs.plasmic.app/learn/registering-custom-functions/
|
|
25
|
+
//
|
|
26
|
+
// PLASMIC.registerFunction(...);
|
|
@@ -19,3 +19,8 @@ export const PLASMIC = initPlasmicLoader({
|
|
|
19
19
|
// only use this for development, as this is significantly slower.
|
|
20
20
|
preview: false,
|
|
21
21
|
});
|
|
22
|
+
|
|
23
|
+
// Register custom functions here so they are available during SSR.
|
|
24
|
+
// See https://docs.plasmic.app/learn/registering-custom-functions/
|
|
25
|
+
//
|
|
26
|
+
// PLASMIC.registerFunction(...);
|
package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx
CHANGED
|
@@ -126,6 +126,7 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
126
126
|
className={classNames(
|
|
127
127
|
projectcss.all,
|
|
128
128
|
projectcss.h1,
|
|
129
|
+
projectcss.h1__47tFX,
|
|
129
130
|
projectcss.__wab_text,
|
|
130
131
|
sty.h1
|
|
131
132
|
)}
|
|
@@ -149,7 +150,9 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
149
150
|
}
|
|
150
151
|
</React.Fragment>
|
|
151
152
|
<span
|
|
152
|
-
className={
|
|
153
|
+
className={
|
|
154
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
155
|
+
}
|
|
153
156
|
style={{ fontWeight: 700 }}
|
|
154
157
|
>
|
|
155
158
|
{"Therefore, please avoid changing this project."}
|
|
@@ -163,7 +166,9 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
163
166
|
}
|
|
164
167
|
</React.Fragment>
|
|
165
168
|
<span
|
|
166
|
-
className={
|
|
169
|
+
className={
|
|
170
|
+
"plasmic_default__all plasmic_default__span plasmic_default__span__47tFX"
|
|
171
|
+
}
|
|
167
172
|
style={{ fontWeight: 700 }}
|
|
168
173
|
>
|
|
169
174
|
{"Code"}
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
"nextjsConfig": {
|
|
136
136
|
"pagesDir": "../pages"
|
|
137
137
|
},
|
|
138
|
-
"cliVersion": "0.1.
|
|
139
|
-
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.
|
|
138
|
+
"cliVersion": "0.1.361",
|
|
139
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.361/dist/plasmic.schema.json"
|
|
140
140
|
}
|