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-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx
CHANGED
|
@@ -22,7 +22,6 @@ import RandomDynamicPageButton from "../../RandomDynamicPageButton"; // plasmic-
|
|
|
22
22
|
import { _useGlobalVariants } from "./plasmic"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectModule
|
|
23
23
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
24
24
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
25
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
26
25
|
import sty from "./PlasmicHomepage.module.css"; // plasmic-import: 6uuAAE1jiCew/css
|
|
27
26
|
|
|
28
27
|
const emptyProxy = new Proxy(() => "", {
|
|
@@ -100,17 +99,17 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
100
99
|
}
|
|
101
100
|
`}</style>
|
|
102
101
|
|
|
103
|
-
<div className={
|
|
102
|
+
<div className={"plasmic_page_wrapper"}>
|
|
104
103
|
<div
|
|
105
104
|
data-plasmic-name={"root"}
|
|
106
105
|
data-plasmic-override={overrides.root}
|
|
107
106
|
data-plasmic-root={true}
|
|
108
107
|
data-plasmic-for-node={forNode}
|
|
109
108
|
className={classNames(
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
109
|
+
"all",
|
|
110
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
111
|
+
"plasmic_default_styles",
|
|
112
|
+
"plasmic_mixins",
|
|
114
113
|
styleTokensClassNames,
|
|
115
114
|
sty.root
|
|
116
115
|
)}
|
|
@@ -118,16 +117,16 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
118
117
|
<section
|
|
119
118
|
data-plasmic-name={"section"}
|
|
120
119
|
data-plasmic-override={overrides.section}
|
|
121
|
-
className={classNames(
|
|
120
|
+
className={classNames("all", sty.section)}
|
|
122
121
|
>
|
|
123
122
|
<h1
|
|
124
123
|
data-plasmic-name={"h1"}
|
|
125
124
|
data-plasmic-override={overrides.h1}
|
|
126
125
|
className={classNames(
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
126
|
+
"all",
|
|
127
|
+
"h1",
|
|
128
|
+
"h1__47tFX",
|
|
129
|
+
"__wab_text",
|
|
131
130
|
sty.h1
|
|
132
131
|
)}
|
|
133
132
|
>
|
|
@@ -138,11 +137,7 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
138
137
|
<div
|
|
139
138
|
data-plasmic-name={"text"}
|
|
140
139
|
data-plasmic-override={overrides.text}
|
|
141
|
-
className={classNames(
|
|
142
|
-
projectcss.all,
|
|
143
|
-
projectcss.__wab_text,
|
|
144
|
-
sty.text
|
|
145
|
-
)}
|
|
140
|
+
className={classNames("all", "__wab_text", sty.text)}
|
|
146
141
|
>
|
|
147
142
|
{
|
|
148
143
|
"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"
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
// Plasmic Project: 47tFXWjN2C4NyHFGGpaYQ3
|
|
6
6
|
import { createUseStyleTokens } from "@plasmicapp/react-web";
|
|
7
7
|
import { _useGlobalVariants } from "./plasmic"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectModule
|
|
8
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
9
8
|
|
|
10
9
|
const data = {
|
|
11
|
-
base: `${
|
|
10
|
+
base: `${"plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3"}`,
|
|
12
11
|
varianted: []
|
|
13
12
|
};
|
|
14
13
|
|
|
@@ -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,14 +9,14 @@
|
|
|
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
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"eslint": "^9",
|
|
20
|
-
"eslint-config-next": "16.2.
|
|
20
|
+
"eslint-config-next": "16.2.9"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -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",
|
|
@@ -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.364",
|
|
139
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.364/dist/plasmic.schema.json"
|
|
140
140
|
}
|
package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx
CHANGED
|
@@ -66,7 +66,6 @@ import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-impor
|
|
|
66
66
|
|
|
67
67
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
68
68
|
|
|
69
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
70
69
|
import sty from "./PlasmicButton.module.css"; // plasmic-import: TQcvW_pSKi3/css
|
|
71
70
|
|
|
72
71
|
import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: gj-_D7n31Ho/icon
|
|
@@ -281,12 +280,12 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
281
280
|
data-plasmic-root={true}
|
|
282
281
|
data-plasmic-for-node={forNode}
|
|
283
282
|
className={classNames(
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
283
|
+
"all",
|
|
284
|
+
"button",
|
|
285
|
+
"button__47tFX",
|
|
286
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
287
|
+
"plasmic_default_styles",
|
|
288
|
+
"plasmic_mixins",
|
|
290
289
|
styleTokensClassNames,
|
|
291
290
|
sty.root,
|
|
292
291
|
{
|
|
@@ -353,7 +352,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
353
352
|
<div
|
|
354
353
|
data-plasmic-name={"startIconContainer"}
|
|
355
354
|
data-plasmic-override={overrides.startIconContainer}
|
|
356
|
-
className={classNames(
|
|
355
|
+
className={classNames("all", sty.startIconContainer, {
|
|
357
356
|
[sty.startIconContainercolor_blue]: hasVariant(
|
|
358
357
|
$state,
|
|
359
358
|
"color",
|
|
@@ -372,7 +371,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
372
371
|
{renderPlasmicSlot({
|
|
373
372
|
defaultContents: (
|
|
374
373
|
<CheckSvgIcon
|
|
375
|
-
className={classNames(
|
|
374
|
+
className={classNames("all", sty.svg__s6Xxe)}
|
|
376
375
|
role={"img"}
|
|
377
376
|
/>
|
|
378
377
|
),
|
|
@@ -441,7 +440,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
441
440
|
<div
|
|
442
441
|
data-plasmic-name={"contentContainer"}
|
|
443
442
|
data-plasmic-override={overrides.contentContainer}
|
|
444
|
-
className={classNames(
|
|
443
|
+
className={classNames("all", sty.contentContainer, {
|
|
445
444
|
[sty.contentContainer___focusVisibleWithin]:
|
|
446
445
|
triggers.focusVisibleWithin_root,
|
|
447
446
|
[sty.contentContainerisDisabled]: hasVariant(
|
|
@@ -567,7 +566,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
567
566
|
<div
|
|
568
567
|
data-plasmic-name={"endIconContainer"}
|
|
569
568
|
data-plasmic-override={overrides.endIconContainer}
|
|
570
|
-
className={classNames(
|
|
569
|
+
className={classNames("all", sty.endIconContainer, {
|
|
571
570
|
[sty.endIconContainercolor_white]: hasVariant(
|
|
572
571
|
$state,
|
|
573
572
|
"color",
|
|
@@ -588,7 +587,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
588
587
|
{renderPlasmicSlot({
|
|
589
588
|
defaultContents: (
|
|
590
589
|
<IconIcon
|
|
591
|
-
className={classNames(
|
|
590
|
+
className={classNames("all", sty.svg__liJa)}
|
|
592
591
|
role={"img"}
|
|
593
592
|
/>
|
|
594
593
|
),
|
package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx
CHANGED
|
@@ -74,7 +74,6 @@ import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-impor
|
|
|
74
74
|
|
|
75
75
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
76
76
|
|
|
77
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
78
77
|
import sty from "./PlasmicDynamicPage.module.css"; // plasmic-import: AO44A-w7hh/css
|
|
79
78
|
|
|
80
79
|
const emptyProxy: any = new Proxy(() => "", {
|
|
@@ -135,7 +134,7 @@ export const serverQueryTree: QueryComponentNode = {
|
|
|
135
134
|
type: "component",
|
|
136
135
|
queries: {
|
|
137
136
|
sha256: {
|
|
138
|
-
id: "custom:krgWtF9Kkesx",
|
|
137
|
+
id: "custom-code:krgWtF9Kkesx",
|
|
139
138
|
fn: async ({ $q, $props, $ctx, $state }) => {
|
|
140
139
|
console.log("Running SHA-256");
|
|
141
140
|
const data = new TextEncoder().encode($ctx.params.slug);
|
|
@@ -219,17 +218,17 @@ function PlasmicDynamicPage__RenderFunc(props: {
|
|
|
219
218
|
}
|
|
220
219
|
`}</style>
|
|
221
220
|
|
|
222
|
-
<div className={
|
|
221
|
+
<div className={"plasmic_page_wrapper"}>
|
|
223
222
|
<div
|
|
224
223
|
data-plasmic-name={"root"}
|
|
225
224
|
data-plasmic-override={overrides.root}
|
|
226
225
|
data-plasmic-root={true}
|
|
227
226
|
data-plasmic-for-node={forNode}
|
|
228
227
|
className={classNames(
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
228
|
+
"all",
|
|
229
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
230
|
+
"plasmic_default_styles",
|
|
231
|
+
"plasmic_mixins",
|
|
233
232
|
styleTokensClassNames,
|
|
234
233
|
sty.root
|
|
235
234
|
)}
|
|
@@ -237,16 +236,16 @@ function PlasmicDynamicPage__RenderFunc(props: {
|
|
|
237
236
|
<section
|
|
238
237
|
data-plasmic-name={"section"}
|
|
239
238
|
data-plasmic-override={overrides.section}
|
|
240
|
-
className={classNames(
|
|
239
|
+
className={classNames("all", sty.section)}
|
|
241
240
|
>
|
|
242
241
|
<h2
|
|
243
242
|
data-plasmic-name={"h2"}
|
|
244
243
|
data-plasmic-override={overrides.h2}
|
|
245
244
|
className={classNames(
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
245
|
+
"all",
|
|
246
|
+
"h2",
|
|
247
|
+
"h2__47tFX",
|
|
248
|
+
"__wab_text",
|
|
250
249
|
sty.h2
|
|
251
250
|
)}
|
|
252
251
|
>
|
|
@@ -256,10 +255,10 @@ function PlasmicDynamicPage__RenderFunc(props: {
|
|
|
256
255
|
data-plasmic-name={"span"}
|
|
257
256
|
data-plasmic-override={overrides.span}
|
|
258
257
|
className={classNames(
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
258
|
+
"all",
|
|
259
|
+
"span",
|
|
260
|
+
"span__47tFX",
|
|
261
|
+
"__wab_text",
|
|
263
262
|
sty.span
|
|
264
263
|
)}
|
|
265
264
|
>
|
package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx
CHANGED
|
@@ -65,7 +65,6 @@ import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-impor
|
|
|
65
65
|
|
|
66
66
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
67
67
|
|
|
68
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
69
68
|
import sty from "./PlasmicHomepage.module.css"; // plasmic-import: 6uuAAE1jiCew/css
|
|
70
69
|
|
|
71
70
|
const emptyProxy: any = new Proxy(() => "", {
|
|
@@ -178,17 +177,17 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
178
177
|
}
|
|
179
178
|
`}</style>
|
|
180
179
|
|
|
181
|
-
<div className={
|
|
180
|
+
<div className={"plasmic_page_wrapper"}>
|
|
182
181
|
<div
|
|
183
182
|
data-plasmic-name={"root"}
|
|
184
183
|
data-plasmic-override={overrides.root}
|
|
185
184
|
data-plasmic-root={true}
|
|
186
185
|
data-plasmic-for-node={forNode}
|
|
187
186
|
className={classNames(
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
187
|
+
"all",
|
|
188
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
189
|
+
"plasmic_default_styles",
|
|
190
|
+
"plasmic_mixins",
|
|
192
191
|
styleTokensClassNames,
|
|
193
192
|
sty.root
|
|
194
193
|
)}
|
|
@@ -196,16 +195,16 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
196
195
|
<section
|
|
197
196
|
data-plasmic-name={"section"}
|
|
198
197
|
data-plasmic-override={overrides.section}
|
|
199
|
-
className={classNames(
|
|
198
|
+
className={classNames("all", sty.section)}
|
|
200
199
|
>
|
|
201
200
|
<h1
|
|
202
201
|
data-plasmic-name={"h1"}
|
|
203
202
|
data-plasmic-override={overrides.h1}
|
|
204
203
|
className={classNames(
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
204
|
+
"all",
|
|
205
|
+
"h1",
|
|
206
|
+
"h1__47tFX",
|
|
207
|
+
"__wab_text",
|
|
209
208
|
sty.h1
|
|
210
209
|
)}
|
|
211
210
|
>
|
|
@@ -216,11 +215,7 @@ function PlasmicHomepage__RenderFunc(props: {
|
|
|
216
215
|
<div
|
|
217
216
|
data-plasmic-name={"text"}
|
|
218
217
|
data-plasmic-override={overrides.text}
|
|
219
|
-
className={classNames(
|
|
220
|
-
projectcss.all,
|
|
221
|
-
projectcss.__wab_text,
|
|
222
|
-
sty.text
|
|
223
|
-
)}
|
|
218
|
+
className={classNames("all", "__wab_text", sty.text)}
|
|
224
219
|
>
|
|
225
220
|
{
|
|
226
221
|
"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"
|
|
@@ -65,7 +65,6 @@ import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-impor
|
|
|
65
65
|
|
|
66
66
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
67
67
|
|
|
68
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
69
68
|
import sty from "./PlasmicRandomDynamicPageButton.module.css"; // plasmic-import: Q23H1_1M_P/css
|
|
70
69
|
|
|
71
70
|
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
|
|