create-plasmic-app 0.0.152 → 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/dist/nextjs/nextjs.js +50 -8
- package/dist/nextjs/templates/app-codegen/layout.d.ts +2 -2
- package/dist/nextjs/templates/app-codegen/layout.js +8 -2
- package/dist/nextjs/templates/pages-codegen/app.d.ts +2 -2
- package/dist/nextjs/templates/pages-codegen/app.js +8 -2
- package/dist/utils/types.d.ts +4 -0
- package/package.json +3 -3
- package/src/nextjs/nextjs.ts +76 -17
- package/src/nextjs/templates/app-codegen/layout.ts +16 -3
- package/src/nextjs/templates/pages-codegen/app.ts +16 -3
- package/src/utils/types.ts +5 -0
- 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-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx
CHANGED
|
@@ -26,7 +26,6 @@ import { useDataEnv } from "@plasmicapp/host";
|
|
|
26
26
|
import * as pp from "@plasmicapp/react-web";
|
|
27
27
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
28
28
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
29
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
30
29
|
import sty from "./PlasmicButton.module.css"; // plasmic-import: TQcvW_pSKi3/css
|
|
31
30
|
import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: gj-_D7n31Ho/icon
|
|
32
31
|
import IconIcon from "./icons/PlasmicIcon__Icon"; // plasmic-import: 6PNxx3YMyDQ/icon
|
|
@@ -145,12 +144,12 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
145
144
|
data-plasmic-root={true}
|
|
146
145
|
data-plasmic-for-node={forNode}
|
|
147
146
|
className={classNames(
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
147
|
+
"all",
|
|
148
|
+
"button",
|
|
149
|
+
"button__47tFX",
|
|
150
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
151
|
+
"plasmic_default_styles",
|
|
152
|
+
"plasmic_mixins",
|
|
154
153
|
styleTokensClassNames,
|
|
155
154
|
sty.root,
|
|
156
155
|
{
|
|
@@ -217,7 +216,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
217
216
|
<div
|
|
218
217
|
data-plasmic-name={"startIconContainer"}
|
|
219
218
|
data-plasmic-override={overrides.startIconContainer}
|
|
220
|
-
className={classNames(
|
|
219
|
+
className={classNames("all", sty.startIconContainer, {
|
|
221
220
|
[sty.startIconContainercolor_blue]: hasVariant(
|
|
222
221
|
$state,
|
|
223
222
|
"color",
|
|
@@ -236,7 +235,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
236
235
|
{renderPlasmicSlot({
|
|
237
236
|
defaultContents: (
|
|
238
237
|
<CheckSvgIcon
|
|
239
|
-
className={classNames(
|
|
238
|
+
className={classNames("all", sty.svg__s6Xxe)}
|
|
240
239
|
role={"img"}
|
|
241
240
|
/>
|
|
242
241
|
),
|
|
@@ -305,7 +304,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
305
304
|
<div
|
|
306
305
|
data-plasmic-name={"contentContainer"}
|
|
307
306
|
data-plasmic-override={overrides.contentContainer}
|
|
308
|
-
className={classNames(
|
|
307
|
+
className={classNames("all", sty.contentContainer, {
|
|
309
308
|
[sty.contentContainer___focusVisibleWithin]:
|
|
310
309
|
triggers.focusVisibleWithin_root,
|
|
311
310
|
[sty.contentContainerisDisabled]: hasVariant(
|
|
@@ -431,7 +430,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
431
430
|
<div
|
|
432
431
|
data-plasmic-name={"endIconContainer"}
|
|
433
432
|
data-plasmic-override={overrides.endIconContainer}
|
|
434
|
-
className={classNames(
|
|
433
|
+
className={classNames("all", sty.endIconContainer, {
|
|
435
434
|
[sty.endIconContainercolor_white]: hasVariant(
|
|
436
435
|
$state,
|
|
437
436
|
"color",
|
|
@@ -452,7 +451,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
452
451
|
{renderPlasmicSlot({
|
|
453
452
|
defaultContents: (
|
|
454
453
|
<IconIcon
|
|
455
|
-
className={classNames(
|
|
454
|
+
className={classNames("all", sty.svg__liJa)}
|
|
456
455
|
role={"img"}
|
|
457
456
|
/>
|
|
458
457
|
),
|
package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx
CHANGED
|
@@ -23,7 +23,6 @@ import { generateDynamicMetadata } from "./PlasmicDynamicPageServer"; // plasmic
|
|
|
23
23
|
import RandomDynamicPageButton from "../../RandomDynamicPageButton"; // plasmic-import: Q23H1_1M_P/component
|
|
24
24
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
25
25
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
26
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
27
26
|
import sty from "./PlasmicDynamicPage.module.css"; // plasmic-import: AO44A-w7hh/css
|
|
28
27
|
|
|
29
28
|
const emptyProxy = new Proxy(() => "", {
|
|
@@ -53,7 +52,7 @@ const pageQueryTree = {
|
|
|
53
52
|
type: "component",
|
|
54
53
|
queries: {
|
|
55
54
|
sha256: {
|
|
56
|
-
id: "custom:krgWtF9Kkesx",
|
|
55
|
+
id: "custom-code:krgWtF9Kkesx",
|
|
57
56
|
fn: async ({ $q, $props, $ctx, $state }) => {
|
|
58
57
|
console.log("Running SHA-256");
|
|
59
58
|
const data = new TextEncoder().encode($ctx.params.slug);
|
|
@@ -124,17 +123,17 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
124
123
|
}
|
|
125
124
|
`}</style>
|
|
126
125
|
|
|
127
|
-
<div className={
|
|
126
|
+
<div className={"plasmic_page_wrapper"}>
|
|
128
127
|
<div
|
|
129
128
|
data-plasmic-name={"root"}
|
|
130
129
|
data-plasmic-override={overrides.root}
|
|
131
130
|
data-plasmic-root={true}
|
|
132
131
|
data-plasmic-for-node={forNode}
|
|
133
132
|
className={classNames(
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
133
|
+
"all",
|
|
134
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
135
|
+
"plasmic_default_styles",
|
|
136
|
+
"plasmic_mixins",
|
|
138
137
|
styleTokensClassNames,
|
|
139
138
|
sty.root
|
|
140
139
|
)}
|
|
@@ -142,16 +141,16 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
142
141
|
<section
|
|
143
142
|
data-plasmic-name={"section"}
|
|
144
143
|
data-plasmic-override={overrides.section}
|
|
145
|
-
className={classNames(
|
|
144
|
+
className={classNames("all", sty.section)}
|
|
146
145
|
>
|
|
147
146
|
<h2
|
|
148
147
|
data-plasmic-name={"h2"}
|
|
149
148
|
data-plasmic-override={overrides.h2}
|
|
150
149
|
className={classNames(
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
150
|
+
"all",
|
|
151
|
+
"h2",
|
|
152
|
+
"h2__47tFX",
|
|
153
|
+
"__wab_text",
|
|
155
154
|
sty.h2
|
|
156
155
|
)}
|
|
157
156
|
>
|
|
@@ -161,10 +160,10 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
161
160
|
data-plasmic-name={"span"}
|
|
162
161
|
data-plasmic-override={overrides.span}
|
|
163
162
|
className={classNames(
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
163
|
+
"all",
|
|
164
|
+
"span",
|
|
165
|
+
"span__47tFX",
|
|
166
|
+
"__wab_text",
|
|
168
167
|
sty.span
|
|
169
168
|
)}
|
|
170
169
|
>
|
|
@@ -25,7 +25,7 @@ export const serverQueryTree = {
|
|
|
25
25
|
type: "component",
|
|
26
26
|
queries: {
|
|
27
27
|
sha256: {
|
|
28
|
-
id: "custom:krgWtF9Kkesx",
|
|
28
|
+
id: "custom-code:krgWtF9Kkesx",
|
|
29
29
|
fn: async ({ $q, $props, $ctx, $state }) => {
|
|
30
30
|
console.log("Running SHA-256");
|
|
31
31
|
const data = new TextEncoder().encode($ctx.params.slug);
|
package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx
CHANGED
|
@@ -24,7 +24,6 @@ import RandomDynamicPageButton from "../../RandomDynamicPageButton"; // plasmic-
|
|
|
24
24
|
import { _useGlobalVariants } from "./plasmic"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectModule
|
|
25
25
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
26
26
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
27
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
28
27
|
import sty from "./PlasmicHomepage.module.css"; // plasmic-import: 6uuAAE1jiCew/css
|
|
29
28
|
|
|
30
29
|
const emptyProxy = new Proxy(() => "", {
|
|
@@ -93,17 +92,17 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
93
92
|
}
|
|
94
93
|
`}</style>
|
|
95
94
|
|
|
96
|
-
<div className={
|
|
95
|
+
<div className={"plasmic_page_wrapper"}>
|
|
97
96
|
<div
|
|
98
97
|
data-plasmic-name={"root"}
|
|
99
98
|
data-plasmic-override={overrides.root}
|
|
100
99
|
data-plasmic-root={true}
|
|
101
100
|
data-plasmic-for-node={forNode}
|
|
102
101
|
className={classNames(
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
102
|
+
"all",
|
|
103
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
104
|
+
"plasmic_default_styles",
|
|
105
|
+
"plasmic_mixins",
|
|
107
106
|
styleTokensClassNames,
|
|
108
107
|
sty.root
|
|
109
108
|
)}
|
|
@@ -111,16 +110,16 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
111
110
|
<section
|
|
112
111
|
data-plasmic-name={"section"}
|
|
113
112
|
data-plasmic-override={overrides.section}
|
|
114
|
-
className={classNames(
|
|
113
|
+
className={classNames("all", sty.section)}
|
|
115
114
|
>
|
|
116
115
|
<h1
|
|
117
116
|
data-plasmic-name={"h1"}
|
|
118
117
|
data-plasmic-override={overrides.h1}
|
|
119
118
|
className={classNames(
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
119
|
+
"all",
|
|
120
|
+
"h1",
|
|
121
|
+
"h1__47tFX",
|
|
122
|
+
"__wab_text",
|
|
124
123
|
sty.h1
|
|
125
124
|
)}
|
|
126
125
|
>
|
|
@@ -131,11 +130,7 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
131
130
|
<div
|
|
132
131
|
data-plasmic-name={"text"}
|
|
133
132
|
data-plasmic-override={overrides.text}
|
|
134
|
-
className={classNames(
|
|
135
|
-
projectcss.all,
|
|
136
|
-
projectcss.__wab_text,
|
|
137
|
-
sty.text
|
|
138
|
-
)}
|
|
133
|
+
className={classNames("all", "__wab_text", sty.text)}
|
|
139
134
|
>
|
|
140
135
|
{
|
|
141
136
|
"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",
|
|
@@ -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-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx
CHANGED
|
@@ -68,7 +68,6 @@ import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-impor
|
|
|
68
68
|
|
|
69
69
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
70
70
|
|
|
71
|
-
import projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
72
71
|
import sty from "./PlasmicButton.module.css"; // plasmic-import: TQcvW_pSKi3/css
|
|
73
72
|
|
|
74
73
|
import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: gj-_D7n31Ho/icon
|
|
@@ -283,12 +282,12 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
283
282
|
data-plasmic-root={true}
|
|
284
283
|
data-plasmic-for-node={forNode}
|
|
285
284
|
className={classNames(
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
285
|
+
"all",
|
|
286
|
+
"button",
|
|
287
|
+
"button__47tFX",
|
|
288
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
289
|
+
"plasmic_default_styles",
|
|
290
|
+
"plasmic_mixins",
|
|
292
291
|
styleTokensClassNames,
|
|
293
292
|
sty.root,
|
|
294
293
|
{
|
|
@@ -355,7 +354,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
355
354
|
<div
|
|
356
355
|
data-plasmic-name={"startIconContainer"}
|
|
357
356
|
data-plasmic-override={overrides.startIconContainer}
|
|
358
|
-
className={classNames(
|
|
357
|
+
className={classNames("all", sty.startIconContainer, {
|
|
359
358
|
[sty.startIconContainercolor_blue]: hasVariant(
|
|
360
359
|
$state,
|
|
361
360
|
"color",
|
|
@@ -374,7 +373,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
374
373
|
{renderPlasmicSlot({
|
|
375
374
|
defaultContents: (
|
|
376
375
|
<CheckSvgIcon
|
|
377
|
-
className={classNames(
|
|
376
|
+
className={classNames("all", sty.svg__s6Xxe)}
|
|
378
377
|
role={"img"}
|
|
379
378
|
/>
|
|
380
379
|
),
|
|
@@ -443,7 +442,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
443
442
|
<div
|
|
444
443
|
data-plasmic-name={"contentContainer"}
|
|
445
444
|
data-plasmic-override={overrides.contentContainer}
|
|
446
|
-
className={classNames(
|
|
445
|
+
className={classNames("all", sty.contentContainer, {
|
|
447
446
|
[sty.contentContainer___focusVisibleWithin]:
|
|
448
447
|
triggers.focusVisibleWithin_root,
|
|
449
448
|
[sty.contentContainerisDisabled]: hasVariant(
|
|
@@ -569,7 +568,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
569
568
|
<div
|
|
570
569
|
data-plasmic-name={"endIconContainer"}
|
|
571
570
|
data-plasmic-override={overrides.endIconContainer}
|
|
572
|
-
className={classNames(
|
|
571
|
+
className={classNames("all", sty.endIconContainer, {
|
|
573
572
|
[sty.endIconContainercolor_white]: hasVariant(
|
|
574
573
|
$state,
|
|
575
574
|
"color",
|
|
@@ -590,7 +589,7 @@ function PlasmicButton__RenderFunc(props: {
|
|
|
590
589
|
{renderPlasmicSlot({
|
|
591
590
|
defaultContents: (
|
|
592
591
|
<IconIcon
|
|
593
|
-
className={classNames(
|
|
592
|
+
className={classNames("all", sty.svg__liJa)}
|
|
594
593
|
role={"img"}
|
|
595
594
|
/>
|
|
596
595
|
),
|