create-plasmic-app 0.0.153 → 0.0.154
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/nextjs-app-codegen-js/app/layout.jsx +1 -0
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx +11 -12
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +15 -16
- 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 +11 -16
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +1 -2
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +73 -73
- package/cpa-out/nextjs-app-codegen-js/package.json +4 -4
- package/cpa-out/nextjs-app-codegen-js/plasmic.json +4 -4
- package/cpa-out/nextjs-app-codegen-ts/app/layout.tsx +1 -0
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx +11 -12
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +15 -16
- 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 +11 -16
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +0 -1
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +1 -3
- package/cpa-out/{nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/plasmic.module.css → nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/plasmic.css} +73 -73
- package/cpa-out/nextjs-app-codegen-ts/package.json +4 -4
- package/cpa-out/nextjs-app-codegen-ts/plasmic.json +4 -4
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx +11 -12
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +15 -16
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +11 -16
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +1 -2
- package/cpa-out/{nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/plasmic.module.css → nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/plasmic.css} +73 -73
- package/cpa-out/nextjs-pages-codegen-js/package.json +4 -4
- package/cpa-out/nextjs-pages-codegen-js/pages/_app.jsx +1 -0
- package/cpa-out/nextjs-pages-codegen-js/plasmic.json +4 -4
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx +11 -12
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +15 -16
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +11 -16
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +0 -1
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +1 -3
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +73 -73
- package/cpa-out/nextjs-pages-codegen-ts/package.json +4 -4
- package/cpa-out/nextjs-pages-codegen-ts/pages/_app.tsx +1 -0
- package/cpa-out/nextjs-pages-codegen-ts/plasmic.json +4 -4
- package/cpa-out/react-codegen-js/package.json +2 -2
- package/cpa-out/react-codegen-js/plasmic.json +4 -4
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicButton.jsx +12 -12
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +16 -16
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +12 -16
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.jsx +1 -0
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +2 -2
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/plasmic.css +702 -0
- package/cpa-out/react-codegen-ts/package.json +2 -2
- package/cpa-out/react-codegen-ts/plasmic.json +4 -4
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicButton.tsx +12 -12
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +16 -16
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +12 -16
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +1 -1
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +2 -2
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/plasmic.css +702 -0
- package/package.json +2 -2
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/plasmic.module.css +0 -702
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/plasmic.module.css +0 -702
- /package/cpa-out/nextjs-app-codegen-js/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-app-codegen-ts/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-pages-codegen-js/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/react-codegen-js/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/react-codegen-ts/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx
CHANGED
|
@@ -72,7 +72,6 @@ import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-impor
|
|
|
72
72
|
|
|
73
73
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
74
74
|
|
|
75
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
76
75
|
import sty from "./PlasmicDynamicPage.module.css"; // plasmic-import: AO44A-w7hh/css
|
|
77
76
|
|
|
78
77
|
const emptyProxy: any = new Proxy(() => "", {
|
|
@@ -117,7 +116,7 @@ const pageQueryTree: QueryComponentNode = {
|
|
|
117
116
|
type: "component",
|
|
118
117
|
queries: {
|
|
119
118
|
sha256: {
|
|
120
|
-
id: "custom:krgWtF9Kkesx",
|
|
119
|
+
id: "custom-code:krgWtF9Kkesx",
|
|
121
120
|
fn: async ({ $q, $props, $ctx, $state }) => {
|
|
122
121
|
console.log("Running SHA-256");
|
|
123
122
|
const data = new TextEncoder().encode($ctx.params.slug);
|
|
@@ -201,17 +200,17 @@ function PlasmicDynamicPage__RenderFunc(props: {
|
|
|
201
200
|
}
|
|
202
201
|
`}</style>
|
|
203
202
|
|
|
204
|
-
<div className={
|
|
203
|
+
<div className={"plasmic_page_wrapper"}>
|
|
205
204
|
<div
|
|
206
205
|
data-plasmic-name={"root"}
|
|
207
206
|
data-plasmic-override={overrides.root}
|
|
208
207
|
data-plasmic-root={true}
|
|
209
208
|
data-plasmic-for-node={forNode}
|
|
210
209
|
className={classNames(
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
210
|
+
"all",
|
|
211
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
212
|
+
"plasmic_default_styles",
|
|
213
|
+
"plasmic_mixins",
|
|
215
214
|
styleTokensClassNames,
|
|
216
215
|
sty.root
|
|
217
216
|
)}
|
|
@@ -219,16 +218,16 @@ function PlasmicDynamicPage__RenderFunc(props: {
|
|
|
219
218
|
<section
|
|
220
219
|
data-plasmic-name={"section"}
|
|
221
220
|
data-plasmic-override={overrides.section}
|
|
222
|
-
className={classNames(
|
|
221
|
+
className={classNames("all", sty.section)}
|
|
223
222
|
>
|
|
224
223
|
<h2
|
|
225
224
|
data-plasmic-name={"h2"}
|
|
226
225
|
data-plasmic-override={overrides.h2}
|
|
227
226
|
className={classNames(
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
227
|
+
"all",
|
|
228
|
+
"h2",
|
|
229
|
+
"h2__47tFX",
|
|
230
|
+
"__wab_text",
|
|
232
231
|
sty.h2
|
|
233
232
|
)}
|
|
234
233
|
>
|
|
@@ -238,10 +237,10 @@ function PlasmicDynamicPage__RenderFunc(props: {
|
|
|
238
237
|
data-plasmic-name={"span"}
|
|
239
238
|
data-plasmic-override={overrides.span}
|
|
240
239
|
className={classNames(
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
240
|
+
"all",
|
|
241
|
+
"span",
|
|
242
|
+
"span__47tFX",
|
|
243
|
+
"__wab_text",
|
|
245
244
|
sty.span
|
|
246
245
|
)}
|
|
247
246
|
>
|
|
@@ -41,7 +41,7 @@ export const serverQueryTree: QueryComponentNode = {
|
|
|
41
41
|
type: "component",
|
|
42
42
|
queries: {
|
|
43
43
|
sha256: {
|
|
44
|
-
id: "custom:krgWtF9Kkesx",
|
|
44
|
+
id: "custom-code:krgWtF9Kkesx",
|
|
45
45
|
fn: async ({ $q, $props, $ctx, $state }) => {
|
|
46
46
|
console.log("Running SHA-256");
|
|
47
47
|
const data = new TextEncoder().encode($ctx.params.slug);
|
package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx
CHANGED
|
@@ -69,7 +69,6 @@ import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-impor
|
|
|
69
69
|
|
|
70
70
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
71
71
|
|
|
72
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
73
72
|
import sty from "./PlasmicHomepage.module.css"; // plasmic-import: 6uuAAE1jiCew/css
|
|
74
73
|
|
|
75
74
|
const emptyProxy: any = new Proxy(() => "", {
|
|
@@ -166,17 +165,17 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
166
165
|
}
|
|
167
166
|
`}</style>
|
|
168
167
|
|
|
169
|
-
<div className={
|
|
168
|
+
<div className={"plasmic_page_wrapper"}>
|
|
170
169
|
<div
|
|
171
170
|
data-plasmic-name={"root"}
|
|
172
171
|
data-plasmic-override={overrides.root}
|
|
173
172
|
data-plasmic-root={true}
|
|
174
173
|
data-plasmic-for-node={forNode}
|
|
175
174
|
className={classNames(
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
175
|
+
"all",
|
|
176
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
177
|
+
"plasmic_default_styles",
|
|
178
|
+
"plasmic_mixins",
|
|
180
179
|
styleTokensClassNames,
|
|
181
180
|
sty.root
|
|
182
181
|
)}
|
|
@@ -184,16 +183,16 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
184
183
|
<section
|
|
185
184
|
data-plasmic-name={"section"}
|
|
186
185
|
data-plasmic-override={overrides.section}
|
|
187
|
-
className={classNames(
|
|
186
|
+
className={classNames("all", sty.section)}
|
|
188
187
|
>
|
|
189
188
|
<h1
|
|
190
189
|
data-plasmic-name={"h1"}
|
|
191
190
|
data-plasmic-override={overrides.h1}
|
|
192
191
|
className={classNames(
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
192
|
+
"all",
|
|
193
|
+
"h1",
|
|
194
|
+
"h1__47tFX",
|
|
195
|
+
"__wab_text",
|
|
197
196
|
sty.h1
|
|
198
197
|
)}
|
|
199
198
|
>
|
|
@@ -204,11 +203,7 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
204
203
|
<div
|
|
205
204
|
data-plasmic-name={"text"}
|
|
206
205
|
data-plasmic-override={overrides.text}
|
|
207
|
-
className={classNames(
|
|
208
|
-
projectcss.all,
|
|
209
|
-
projectcss.__wab_text,
|
|
210
|
-
sty.text
|
|
211
|
-
)}
|
|
206
|
+
className={classNames("all", "__wab_text", sty.text)}
|
|
212
207
|
>
|
|
213
208
|
{
|
|
214
209
|
"This project is used by run-cpa.ts in the create-plasmic-app repo.\n\n\nrun-cpa.ts runs create-plasmic-app for many combinations of args (e.g. nextjs + appDir + loader + typescript) to check for changes in generated files. Any changes to this project will result in lots of changes to the generated files. Therefore, please avoid changing this project.\n"
|
|
@@ -67,7 +67,6 @@ import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-impor
|
|
|
67
67
|
|
|
68
68
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
69
69
|
|
|
70
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
71
70
|
import sty from "./PlasmicRandomDynamicPageButton.module.css"; // plasmic-import: Q23H1_1M_P/css
|
|
72
71
|
|
|
73
72
|
import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: gj-_D7n31Ho/icon
|
|
@@ -9,10 +9,8 @@ import { createUseStyleTokens } from "@plasmicapp/react-web";
|
|
|
9
9
|
|
|
10
10
|
import { _useGlobalVariants } from "./plasmic"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectModule
|
|
11
11
|
|
|
12
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
13
|
-
|
|
14
12
|
const data = {
|
|
15
|
-
base: `${
|
|
13
|
+
base: `${"plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3"}`,
|
|
16
14
|
varianted: []
|
|
17
15
|
};
|
|
18
16
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C900&family=Inconsolata%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C900&display=swap");
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3 {
|
|
4
4
|
--token-Tker7_vSXsP_: #777777;
|
|
5
5
|
--plasmic-token-foreground: var(--token-Tker7_vSXsP_);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
8
|
+
.plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3 {
|
|
9
9
|
--plsmc-standard-width: 800px;
|
|
10
10
|
--plsmc-wide-width: 1280px;
|
|
11
11
|
--plsmc-viewport-gap: 16px;
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
.__wab_expr_html_text {
|
|
499
499
|
white-space: normal;
|
|
500
500
|
}
|
|
501
|
-
:where(.
|
|
501
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) {
|
|
502
502
|
font-family: var(--mixin-prihNuSPt-kU_font-family);
|
|
503
503
|
font-size: var(--mixin-prihNuSPt-kU_font-size);
|
|
504
504
|
font-weight: var(--mixin-prihNuSPt-kU_font-weight);
|
|
@@ -511,51 +511,51 @@
|
|
|
511
511
|
white-space: var(--mixin-prihNuSPt-kU_white-space);
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
:where(.
|
|
515
|
-
h4:where(.
|
|
516
|
-
:where(.
|
|
517
|
-
:where(.
|
|
518
|
-
h4:where(.
|
|
514
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h4:where(.h4__47tFX),
|
|
515
|
+
h4:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h4__47tFX),
|
|
516
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h4,
|
|
517
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h4,
|
|
518
|
+
h4:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
519
519
|
font-size: var(--mixin-pKcLzBwr6rlS_font-size);
|
|
520
520
|
font-weight: var(--mixin-pKcLzBwr6rlS_font-weight);
|
|
521
521
|
letter-spacing: var(--mixin-pKcLzBwr6rlS_letter-spacing);
|
|
522
522
|
line-height: var(--mixin-pKcLzBwr6rlS_line-height);
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
-
:where(.
|
|
526
|
-
h5:where(.
|
|
527
|
-
:where(.
|
|
528
|
-
:where(.
|
|
529
|
-
h5:where(.
|
|
525
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h5:where(.h5__47tFX),
|
|
526
|
+
h5:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h5__47tFX),
|
|
527
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h5,
|
|
528
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h5,
|
|
529
|
+
h5:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
530
530
|
font-size: var(--mixin-Q3MZaojcv1qw_font-size);
|
|
531
531
|
font-weight: var(--mixin-Q3MZaojcv1qw_font-weight);
|
|
532
532
|
letter-spacing: var(--mixin-Q3MZaojcv1qw_letter-spacing);
|
|
533
533
|
line-height: var(--mixin-Q3MZaojcv1qw_line-height);
|
|
534
534
|
}
|
|
535
535
|
|
|
536
|
-
:where(.
|
|
537
|
-
h6:where(.
|
|
538
|
-
:where(.
|
|
539
|
-
:where(.
|
|
540
|
-
h6:where(.
|
|
536
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h6:where(.h6__47tFX),
|
|
537
|
+
h6:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h6__47tFX),
|
|
538
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h6,
|
|
539
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h6,
|
|
540
|
+
h6:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
541
541
|
font-size: var(--mixin-WQN-U7Y-Mt0i_font-size);
|
|
542
542
|
font-weight: var(--mixin-WQN-U7Y-Mt0i_font-weight);
|
|
543
543
|
line-height: var(--mixin-WQN-U7Y-Mt0i_line-height);
|
|
544
544
|
}
|
|
545
545
|
|
|
546
|
-
:where(.
|
|
547
|
-
a:where(.
|
|
548
|
-
:where(.
|
|
549
|
-
:where(.
|
|
550
|
-
a:where(.
|
|
546
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) a:where(.a__47tFX),
|
|
547
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.a__47tFX),
|
|
548
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) a,
|
|
549
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) a,
|
|
550
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
551
551
|
color: var(--mixin-_NIhBtBbqybq_color);
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
-
:where(.
|
|
555
|
-
blockquote:where(.
|
|
556
|
-
:where(.
|
|
557
|
-
:where(.
|
|
558
|
-
blockquote:where(.
|
|
554
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) blockquote:where(.blockquote__47tFX),
|
|
555
|
+
blockquote:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.blockquote__47tFX),
|
|
556
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) blockquote,
|
|
557
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) blockquote,
|
|
558
|
+
blockquote:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
559
559
|
color: var(--mixin-5965DRLFNjWi_color);
|
|
560
560
|
padding-left: var(--mixin-5965DRLFNjWi_padding-left);
|
|
561
561
|
border-left: var(--mixin-5965DRLFNjWi_border-left-width)
|
|
@@ -563,44 +563,44 @@ blockquote:where(.root_reset_tags) {
|
|
|
563
563
|
var(--mixin-5965DRLFNjWi_border-left-color);
|
|
564
564
|
}
|
|
565
565
|
|
|
566
|
-
:where(.
|
|
567
|
-
h1:where(.
|
|
568
|
-
:where(.
|
|
569
|
-
:where(.
|
|
570
|
-
h1:where(.
|
|
566
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h1:where(.h1__47tFX),
|
|
567
|
+
h1:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h1__47tFX),
|
|
568
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h1,
|
|
569
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h1,
|
|
570
|
+
h1:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
571
571
|
font-size: var(--mixin-_J1_6dhZex0j_font-size);
|
|
572
572
|
font-weight: var(--mixin-_J1_6dhZex0j_font-weight);
|
|
573
573
|
letter-spacing: var(--mixin-_J1_6dhZex0j_letter-spacing);
|
|
574
574
|
line-height: var(--mixin-_J1_6dhZex0j_line-height);
|
|
575
575
|
}
|
|
576
576
|
|
|
577
|
-
:where(.
|
|
578
|
-
h2:where(.
|
|
579
|
-
:where(.
|
|
580
|
-
:where(.
|
|
581
|
-
h2:where(.
|
|
577
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h2:where(.h2__47tFX),
|
|
578
|
+
h2:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h2__47tFX),
|
|
579
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h2,
|
|
580
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h2,
|
|
581
|
+
h2:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
582
582
|
font-size: var(--mixin-tyWR-eqFmXa2R_font-size);
|
|
583
583
|
font-weight: var(--mixin-tyWR-eqFmXa2R_font-weight);
|
|
584
584
|
letter-spacing: var(--mixin-tyWR-eqFmXa2R_letter-spacing);
|
|
585
585
|
line-height: var(--mixin-tyWR-eqFmXa2R_line-height);
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
-
:where(.
|
|
589
|
-
h3:where(.
|
|
590
|
-
:where(.
|
|
591
|
-
:where(.
|
|
592
|
-
h3:where(.
|
|
588
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h3:where(.h3__47tFX),
|
|
589
|
+
h3:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h3__47tFX),
|
|
590
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h3,
|
|
591
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h3,
|
|
592
|
+
h3:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
593
593
|
font-size: var(--mixin-VSfYlZt0xLESb_font-size);
|
|
594
594
|
font-weight: var(--mixin-VSfYlZt0xLESb_font-weight);
|
|
595
595
|
letter-spacing: var(--mixin-VSfYlZt0xLESb_letter-spacing);
|
|
596
596
|
line-height: var(--mixin-VSfYlZt0xLESb_line-height);
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
-
:where(.
|
|
600
|
-
code:where(.
|
|
601
|
-
:where(.
|
|
602
|
-
:where(.
|
|
603
|
-
code:where(.
|
|
599
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) code:where(.code__47tFX),
|
|
600
|
+
code:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.code__47tFX),
|
|
601
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) code,
|
|
602
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) code,
|
|
603
|
+
code:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
604
604
|
background: #f8f8f8;
|
|
605
605
|
font-family: var(--mixin-2Dy3yomrqskwe_font-family);
|
|
606
606
|
border-radius: var(--mixin-2Dy3yomrqskwe_border-top-left-radius)
|
|
@@ -625,11 +625,11 @@ code:where(.root_reset_tags) {
|
|
|
625
625
|
var(--mixin-2Dy3yomrqskwe_border-left-color);
|
|
626
626
|
}
|
|
627
627
|
|
|
628
|
-
:where(.
|
|
629
|
-
pre:where(.
|
|
630
|
-
:where(.
|
|
631
|
-
:where(.
|
|
632
|
-
pre:where(.
|
|
628
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) pre:where(.pre__47tFX),
|
|
629
|
+
pre:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.pre__47tFX),
|
|
630
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) pre,
|
|
631
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) pre,
|
|
632
|
+
pre:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
633
633
|
background: #f8f8f8;
|
|
634
634
|
font-family: var(--mixin-0u7VwjXF8Kvpe_font-family);
|
|
635
635
|
border-radius: var(--mixin-0u7VwjXF8Kvpe_border-top-left-radius)
|
|
@@ -654,11 +654,11 @@ pre:where(.root_reset_tags) {
|
|
|
654
654
|
var(--mixin-0u7VwjXF8Kvpe_border-left-color);
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
-
:where(.
|
|
658
|
-
ol:where(.
|
|
659
|
-
:where(.
|
|
660
|
-
:where(.
|
|
661
|
-
ol:where(.
|
|
657
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) ol:where(.ol__47tFX),
|
|
658
|
+
ol:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.ol__47tFX),
|
|
659
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) ol,
|
|
660
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) ol,
|
|
661
|
+
ol:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
662
662
|
display: var(--mixin-D70_omI9mm34j_display);
|
|
663
663
|
flex-direction: var(--mixin-D70_omI9mm34j_flex-direction);
|
|
664
664
|
align-items: var(--mixin-D70_omI9mm34j_align-items);
|
|
@@ -670,11 +670,11 @@ ol:where(.root_reset_tags) {
|
|
|
670
670
|
column-gap: var(--mixin-D70_omI9mm34j_column-gap);
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
-
:where(.
|
|
674
|
-
ul:where(.
|
|
675
|
-
:where(.
|
|
676
|
-
:where(.
|
|
677
|
-
ul:where(.
|
|
673
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) ul:where(.ul__47tFX),
|
|
674
|
+
ul:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.ul__47tFX),
|
|
675
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) ul,
|
|
676
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) ul,
|
|
677
|
+
ul:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
678
678
|
display: var(--mixin-6zRO9vzPQi4g5_display);
|
|
679
679
|
flex-direction: var(--mixin-6zRO9vzPQi4g5_flex-direction);
|
|
680
680
|
align-items: var(--mixin-6zRO9vzPQi4g5_align-items);
|
|
@@ -686,17 +686,17 @@ ul:where(.root_reset_tags) {
|
|
|
686
686
|
column-gap: var(--mixin-6zRO9vzPQi4g5_column-gap);
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
-
:where(.
|
|
690
|
-
a:where(.
|
|
691
|
-
:where(.
|
|
692
|
-
:where(.
|
|
693
|
-
a:where(.
|
|
689
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) a:where(.a__47tFX):hover,
|
|
690
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.a__47tFX):hover,
|
|
691
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) a:hover,
|
|
692
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) a:hover,
|
|
693
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags):hover {
|
|
694
694
|
color: var(--mixin-u1gAzUhZSVyWj_color);
|
|
695
695
|
}
|
|
696
696
|
|
|
697
|
-
:where(.
|
|
698
|
-
li:where(.
|
|
699
|
-
:where(.
|
|
700
|
-
:where(.
|
|
701
|
-
li:where(.
|
|
697
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) li:where(.li__47tFX),
|
|
698
|
+
li:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.li__47tFX),
|
|
699
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) li,
|
|
700
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) li,
|
|
701
|
+
li:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
702
702
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"lint": "eslint"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@plasmicapp/cli": "^0.1.
|
|
13
|
-
"@plasmicapp/react-web": "^1.0.
|
|
14
|
-
"next": "16.2.
|
|
12
|
+
"@plasmicapp/cli": "^0.1.364",
|
|
13
|
+
"@plasmicapp/react-web": "^1.0.12",
|
|
14
|
+
"next": "16.2.9",
|
|
15
15
|
"react": "19.2.4",
|
|
16
16
|
"react-dom": "19.2.4"
|
|
17
17
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@types/react": "^19",
|
|
21
21
|
"@types/react-dom": "^19",
|
|
22
22
|
"eslint": "^9",
|
|
23
|
-
"eslint-config-next": "16.2.
|
|
23
|
+
"eslint-config-next": "16.2.9",
|
|
24
24
|
"typescript": "^5"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"style": {
|
|
9
9
|
"scheme": "css-modules",
|
|
10
|
-
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.
|
|
10
|
+
"defaultStyleCssFilePath": "plasmic/plasmic__default_style.css"
|
|
11
11
|
},
|
|
12
12
|
"images": {
|
|
13
13
|
"scheme": "public-files",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"projectApiToken": "7BRFratDxPLMGZHnd2grV5QP6mlHcZ1AK3BJSIeh7xzUlHgWh25XpgXvUaKAqHXFMXQQuzpADqboibF6nqNWQ",
|
|
27
27
|
"projectName": "create-plasmic-app",
|
|
28
28
|
"version": "latest",
|
|
29
|
-
"cssFilePath": "plasmic/create_plasmic_app/plasmic.
|
|
29
|
+
"cssFilePath": "plasmic/create_plasmic_app/plasmic.css",
|
|
30
30
|
"components": [
|
|
31
31
|
{
|
|
32
32
|
"id": "6uuAAE1jiCew",
|
|
@@ -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.364",
|
|
147
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.364/dist/plasmic.schema.json"
|
|
148
148
|
}
|
package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx
CHANGED
|
@@ -25,7 +25,6 @@ import { useDataEnv } from "@plasmicapp/react-web/lib/host";
|
|
|
25
25
|
import * as pp from "@plasmicapp/react-web";
|
|
26
26
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
27
27
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
28
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
29
28
|
import sty from "./PlasmicButton.module.css"; // plasmic-import: TQcvW_pSKi3/css
|
|
30
29
|
import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: gj-_D7n31Ho/icon
|
|
31
30
|
import IconIcon from "./icons/PlasmicIcon__Icon"; // plasmic-import: 6PNxx3YMyDQ/icon
|
|
@@ -144,12 +143,12 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
144
143
|
data-plasmic-root={true}
|
|
145
144
|
data-plasmic-for-node={forNode}
|
|
146
145
|
className={classNames(
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
146
|
+
"all",
|
|
147
|
+
"button",
|
|
148
|
+
"button__47tFX",
|
|
149
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
150
|
+
"plasmic_default_styles",
|
|
151
|
+
"plasmic_mixins",
|
|
153
152
|
styleTokensClassNames,
|
|
154
153
|
sty.root,
|
|
155
154
|
{
|
|
@@ -216,7 +215,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
216
215
|
<div
|
|
217
216
|
data-plasmic-name={"startIconContainer"}
|
|
218
217
|
data-plasmic-override={overrides.startIconContainer}
|
|
219
|
-
className={classNames(
|
|
218
|
+
className={classNames("all", sty.startIconContainer, {
|
|
220
219
|
[sty.startIconContainercolor_blue]: hasVariant(
|
|
221
220
|
$state,
|
|
222
221
|
"color",
|
|
@@ -235,7 +234,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
235
234
|
{renderPlasmicSlot({
|
|
236
235
|
defaultContents: (
|
|
237
236
|
<CheckSvgIcon
|
|
238
|
-
className={classNames(
|
|
237
|
+
className={classNames("all", sty.svg__s6Xxe)}
|
|
239
238
|
role={"img"}
|
|
240
239
|
/>
|
|
241
240
|
),
|
|
@@ -304,7 +303,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
304
303
|
<div
|
|
305
304
|
data-plasmic-name={"contentContainer"}
|
|
306
305
|
data-plasmic-override={overrides.contentContainer}
|
|
307
|
-
className={classNames(
|
|
306
|
+
className={classNames("all", sty.contentContainer, {
|
|
308
307
|
[sty.contentContainer___focusVisibleWithin]:
|
|
309
308
|
triggers.focusVisibleWithin_root,
|
|
310
309
|
[sty.contentContainerisDisabled]: hasVariant(
|
|
@@ -430,7 +429,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
430
429
|
<div
|
|
431
430
|
data-plasmic-name={"endIconContainer"}
|
|
432
431
|
data-plasmic-override={overrides.endIconContainer}
|
|
433
|
-
className={classNames(
|
|
432
|
+
className={classNames("all", sty.endIconContainer, {
|
|
434
433
|
[sty.endIconContainercolor_white]: hasVariant(
|
|
435
434
|
$state,
|
|
436
435
|
"color",
|
|
@@ -451,7 +450,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
451
450
|
{renderPlasmicSlot({
|
|
452
451
|
defaultContents: (
|
|
453
452
|
<IconIcon
|
|
454
|
-
className={classNames(
|
|
453
|
+
className={classNames("all", sty.svg__liJa)}
|
|
455
454
|
role={"img"}
|
|
456
455
|
/>
|
|
457
456
|
),
|
package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx
CHANGED
|
@@ -21,7 +21,6 @@ import { unstable_usePlasmicQueries } from "@plasmicapp/react-web/lib/data-sourc
|
|
|
21
21
|
import RandomDynamicPageButton from "../../RandomDynamicPageButton"; // plasmic-import: Q23H1_1M_P/component
|
|
22
22
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
23
23
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
24
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
25
24
|
import sty from "./PlasmicDynamicPage.module.css"; // plasmic-import: AO44A-w7hh/css
|
|
26
25
|
|
|
27
26
|
const emptyProxy = new Proxy(() => "", {
|
|
@@ -60,7 +59,7 @@ export const serverQueryTree = {
|
|
|
60
59
|
type: "component",
|
|
61
60
|
queries: {
|
|
62
61
|
sha256: {
|
|
63
|
-
id: "custom:krgWtF9Kkesx",
|
|
62
|
+
id: "custom-code:krgWtF9Kkesx",
|
|
64
63
|
fn: async ({ $q, $props, $ctx, $state }) => {
|
|
65
64
|
console.log("Running SHA-256");
|
|
66
65
|
const data = new TextEncoder().encode($ctx.params.slug);
|
|
@@ -131,17 +130,17 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
131
130
|
}
|
|
132
131
|
`}</style>
|
|
133
132
|
|
|
134
|
-
<div className={
|
|
133
|
+
<div className={"plasmic_page_wrapper"}>
|
|
135
134
|
<div
|
|
136
135
|
data-plasmic-name={"root"}
|
|
137
136
|
data-plasmic-override={overrides.root}
|
|
138
137
|
data-plasmic-root={true}
|
|
139
138
|
data-plasmic-for-node={forNode}
|
|
140
139
|
className={classNames(
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
140
|
+
"all",
|
|
141
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
142
|
+
"plasmic_default_styles",
|
|
143
|
+
"plasmic_mixins",
|
|
145
144
|
styleTokensClassNames,
|
|
146
145
|
sty.root
|
|
147
146
|
)}
|
|
@@ -149,16 +148,16 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
149
148
|
<section
|
|
150
149
|
data-plasmic-name={"section"}
|
|
151
150
|
data-plasmic-override={overrides.section}
|
|
152
|
-
className={classNames(
|
|
151
|
+
className={classNames("all", sty.section)}
|
|
153
152
|
>
|
|
154
153
|
<h2
|
|
155
154
|
data-plasmic-name={"h2"}
|
|
156
155
|
data-plasmic-override={overrides.h2}
|
|
157
156
|
className={classNames(
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
157
|
+
"all",
|
|
158
|
+
"h2",
|
|
159
|
+
"h2__47tFX",
|
|
160
|
+
"__wab_text",
|
|
162
161
|
sty.h2
|
|
163
162
|
)}
|
|
164
163
|
>
|
|
@@ -168,10 +167,10 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
168
167
|
data-plasmic-name={"span"}
|
|
169
168
|
data-plasmic-override={overrides.span}
|
|
170
169
|
className={classNames(
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
170
|
+
"all",
|
|
171
|
+
"span",
|
|
172
|
+
"span__47tFX",
|
|
173
|
+
"__wab_text",
|
|
175
174
|
sty.span
|
|
176
175
|
)}
|
|
177
176
|
>
|