create-plasmic-app 0.0.168 → 0.0.170
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/README.internal.md +6 -4
- package/README.md +23 -0
- package/cpa-out/gatsby-codegen-js/package.json +3 -2
- package/cpa-out/gatsby-codegen-js/plasmic.json +5 -8
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicButton.jsx +12 -12
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +18 -18
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +12 -16
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.jsx +1 -0
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +2 -2
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +89 -73
- package/cpa-out/gatsby-codegen-js/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +16 -0
- package/cpa-out/gatsby-codegen-ts/package.json +3 -2
- package/cpa-out/gatsby-codegen-ts/plasmic.json +5 -8
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicButton.tsx +12 -12
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +18 -18
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +12 -16
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +1 -1
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +2 -2
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +89 -73
- package/cpa-out/gatsby-codegen-ts/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +16 -0
- package/cpa-out/gatsby-loader-js/package.json +1 -1
- package/cpa-out/gatsby-loader-ts/package.json +1 -1
- package/cpa-out/nextjs-app-codegen-js/package.json +1 -0
- package/cpa-out/nextjs-app-codegen-js/plasmic.json +2 -1
- package/cpa-out/nextjs-app-codegen-ts/package.json +1 -0
- package/cpa-out/nextjs-app-codegen-ts/plasmic.json +2 -1
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +2 -2
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/plasmic.css +16 -0
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/plasmic__default_style.css +16 -0
- package/cpa-out/nextjs-pages-codegen-js/package.json +7 -6
- package/cpa-out/nextjs-pages-codegen-js/plasmic.json +3 -6
- package/cpa-out/nextjs-pages-codegen-js/styles/Home.module.css +8 -0
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +2 -2
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/plasmic.css +16 -0
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/plasmic__default_style.css +16 -0
- package/cpa-out/nextjs-pages-codegen-ts/package.json +7 -6
- package/cpa-out/nextjs-pages-codegen-ts/plasmic.json +3 -6
- package/cpa-out/nextjs-pages-codegen-ts/styles/Home.module.css +8 -0
- package/cpa-out/nextjs-pages-loader-js/package.json +5 -5
- package/cpa-out/nextjs-pages-loader-js/styles/Home.module.css +8 -0
- package/cpa-out/nextjs-pages-loader-ts/package.json +5 -5
- package/cpa-out/nextjs-pages-loader-ts/styles/Home.module.css +8 -0
- package/cpa-out/react-codegen-js/package.json +3 -2
- package/cpa-out/react-codegen-js/plasmic.json +3 -6
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +2 -2
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/plasmic.css +16 -0
- package/cpa-out/react-codegen-js/src/components/plasmic/plasmic__default_style.css +16 -0
- package/cpa-out/react-codegen-ts/package.json +3 -2
- package/cpa-out/react-codegen-ts/plasmic.json +3 -6
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +2 -2
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/plasmic.css +16 -0
- package/cpa-out/react-codegen-ts/src/components/plasmic/plasmic__default_style.css +16 -0
- package/cpa-out/tanstack-codegen-ts/package.json +8 -13
- package/cpa-out/tanstack-codegen-ts/plasmic.json +3 -6
- package/cpa-out/tanstack-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +3 -3
- package/cpa-out/tanstack-codegen-ts/src/components/plasmic/plasmic__default_style.css +16 -0
- package/cpa-out/tanstack-codegen-ts/src/routeTree.gen.ts +13 -13
- package/cpa-out/tanstack-codegen-ts/src/routes/dynamic/$slug/index.tsx +2 -2
- package/dist/gatsby/gatsby.js +23 -17
- package/dist/index.js +6 -0
- package/dist/lib.d.ts +2 -1
- package/dist/lib.js +9 -4
- package/dist/nextjs/nextjs.js +16 -6
- package/dist/react/react.js +9 -4
- package/dist/tanstack/tanstack.js +12 -5
- package/dist/utils/codegen.d.ts +3 -0
- package/dist/utils/codegen.js +17 -4
- package/dist/utils/file-utils.d.ts +2 -2
- package/dist/utils/file-utils.js +2 -1
- package/dist/utils/npm-utils.d.ts +24 -9
- package/dist/utils/npm-utils.js +66 -21
- package/dist/utils/strategy.d.ts +5 -1
- package/dist/utils/types.d.ts +1 -0
- package/package.json +2 -4
- package/run-cpa.ts +17 -6
- package/src/gatsby/gatsby.ts +40 -22
- package/src/index.ts +9 -0
- package/src/lib.ts +18 -6
- package/src/nextjs/nextjs.ts +39 -7
- package/src/react/react.ts +11 -4
- package/src/tanstack/tanstack.ts +19 -6
- package/src/utils/codegen.ts +28 -6
- package/src/utils/file-utils.ts +6 -2
- package/src/utils/npm-utils.ts +76 -23
- package/src/utils/strategy.ts +10 -1
- package/src/utils/types.ts +1 -0
package/README.internal.md
CHANGED
|
@@ -4,13 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
Use `yarn run-cpa` to run create-plasmic-app with presets that gets copied to `cpa-out/` on success.
|
|
6
6
|
|
|
7
|
+
It scaffolds with npm by default, matching the committed `cpa-out/` snapshot; pass `--package-manager yarn|pnpm` to test another package manager.
|
|
8
|
+
|
|
7
9
|
`yarn run-cpa` will:
|
|
8
10
|
|
|
9
11
|
1. Let you choose presets to run create-plasmic-app with
|
|
10
12
|
2. Lint and build create-plasmic-app
|
|
11
13
|
3. Sequentially run create-plasmic-app on chosen presets
|
|
12
14
|
4. For each preset,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
1. Create a new directory in /tmp/cpa-out/<preset>
|
|
16
|
+
2. Run create-plasmic-app with the preset args
|
|
17
|
+
3. Build the new app
|
|
18
|
+
4. Copy the new app to `packages/create-plasmic-app/cpa-out/<preset>` on success
|
package/README.md
CHANGED
|
@@ -7,3 +7,26 @@ The easiest way to get started with Plasmic for a new code base is with `create-
|
|
|
7
7
|
```bash
|
|
8
8
|
npx create-plasmic-app
|
|
9
9
|
```
|
|
10
|
+
|
|
11
|
+
## Package manager
|
|
12
|
+
|
|
13
|
+
By default, `create-plasmic-app` uses the package manager that launched it.
|
|
14
|
+
To choose a package manager explicitly, pass `--package-manager` with `npm`, `yarn`, or `pnpm`:
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npx create-plasmic-app --package-manager pnpm
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Next.js SEO routes
|
|
21
|
+
|
|
22
|
+
When scaffolding a Next.js app, `create-plasmic-app` also generates sitemap
|
|
23
|
+
and robots routes:
|
|
24
|
+
|
|
25
|
+
- App Router: `app/sitemap.[jt]s` and `app/robots.[jt]s`
|
|
26
|
+
- Pages Router: `pages/sitemap.xml.[jt]s` and `pages/robots.txt.[jt]s`
|
|
27
|
+
|
|
28
|
+
The routes list non-dynamic Plasmic pages in the sitemap and link to it from
|
|
29
|
+
`robots.txt`. Loader projects fetch pages from Plasmic, while codegen projects
|
|
30
|
+
read the generated `plasmic.json`. Set `NEXT_PUBLIC_SITE_URL` to pin the site
|
|
31
|
+
the site origin, otherwise routes use the Vercel production URL or derive
|
|
32
|
+
the origin from request headers.
|
|
@@ -14,8 +14,9 @@
|
|
|
14
14
|
"clean": "gatsby clean"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@plasmicapp/cli": "^0.1.
|
|
18
|
-
"@plasmicapp/
|
|
17
|
+
"@plasmicapp/cli": "^0.1.372",
|
|
18
|
+
"@plasmicapp/host": "^2.0.17",
|
|
19
|
+
"@plasmicapp/react-web": "^1.0.32",
|
|
19
20
|
"gatsby": "^5.14.6",
|
|
20
21
|
"gatsby-plugin-react-helmet": "^6.16.0",
|
|
21
22
|
"react": "^18.2.0",
|
|
@@ -7,17 +7,13 @@
|
|
|
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": "files",
|
|
14
14
|
"publicDir": "../../static",
|
|
15
15
|
"publicUrlPrefix": "/"
|
|
16
16
|
},
|
|
17
|
-
"tokens": {
|
|
18
|
-
"scheme": "theo",
|
|
19
|
-
"tokensFilePath": "plasmic-tokens.theo.json"
|
|
20
|
-
},
|
|
21
17
|
"srcDir": "src/components",
|
|
22
18
|
"defaultPlasmicDir": "./plasmic",
|
|
23
19
|
"projects": [
|
|
@@ -26,7 +22,7 @@
|
|
|
26
22
|
"projectApiToken": "7BRFratDxPLMGZHnd2grV5QP6mlHcZ1AK3BJSIeh7xzUlHgWh25XpgXvUaKAqHXFMXQQuzpADqboibF6nqNWQ",
|
|
27
23
|
"projectName": "create-plasmic-app",
|
|
28
24
|
"version": "latest",
|
|
29
|
-
"cssFilePath": "plasmic/create_plasmic_app/plasmic.
|
|
25
|
+
"cssFilePath": "plasmic/create_plasmic_app/plasmic.css",
|
|
30
26
|
"components": [
|
|
31
27
|
{
|
|
32
28
|
"id": "6uuAAE1jiCew",
|
|
@@ -135,6 +131,7 @@
|
|
|
135
131
|
"gatsbyConfig": {
|
|
136
132
|
"pagesDir": "../pages"
|
|
137
133
|
},
|
|
138
|
-
"cliVersion": "0.1.
|
|
139
|
-
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.
|
|
134
|
+
"cliVersion": "0.1.372",
|
|
135
|
+
"$schema": "https://unpkg.com/@plasmicapp/cli@0.1.372/dist/plasmic.schema.json",
|
|
136
|
+
"packageManager": "npm"
|
|
140
137
|
}
|
package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicButton.jsx
CHANGED
|
@@ -24,7 +24,7 @@ import { useDataEnv } from "@plasmicapp/react-web/lib/host";
|
|
|
24
24
|
import * as pp from "@plasmicapp/react-web";
|
|
25
25
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
26
26
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
27
|
-
import
|
|
27
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
28
28
|
import * as sty from "./PlasmicButton.module.css"; // plasmic-import: TQcvW_pSKi3/css
|
|
29
29
|
import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: gj-_D7n31Ho/icon
|
|
30
30
|
import IconIcon from "./icons/PlasmicIcon__Icon"; // plasmic-import: 6PNxx3YMyDQ/icon
|
|
@@ -135,12 +135,12 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
135
135
|
data-plasmic-root={true}
|
|
136
136
|
data-plasmic-for-node={forNode}
|
|
137
137
|
className={classNames(
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
138
|
+
"all",
|
|
139
|
+
"button",
|
|
140
|
+
"button__47tFX",
|
|
141
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
142
|
+
"plasmic_default_styles",
|
|
143
|
+
"plasmic_mixins",
|
|
144
144
|
styleTokensClassNames,
|
|
145
145
|
sty.root,
|
|
146
146
|
{
|
|
@@ -207,7 +207,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
207
207
|
<div
|
|
208
208
|
data-plasmic-name={"startIconContainer"}
|
|
209
209
|
data-plasmic-override={overrides.startIconContainer}
|
|
210
|
-
className={classNames(
|
|
210
|
+
className={classNames("all", sty.startIconContainer, {
|
|
211
211
|
[sty.startIconContainercolor_blue]: hasVariant(
|
|
212
212
|
$state,
|
|
213
213
|
"color",
|
|
@@ -226,7 +226,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
226
226
|
{renderPlasmicSlot({
|
|
227
227
|
defaultContents: (
|
|
228
228
|
<CheckSvgIcon
|
|
229
|
-
className={classNames(
|
|
229
|
+
className={classNames("all", sty.svg__s6Xxe)}
|
|
230
230
|
role={"img"}
|
|
231
231
|
/>
|
|
232
232
|
),
|
|
@@ -295,7 +295,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
295
295
|
<div
|
|
296
296
|
data-plasmic-name={"contentContainer"}
|
|
297
297
|
data-plasmic-override={overrides.contentContainer}
|
|
298
|
-
className={classNames(
|
|
298
|
+
className={classNames("all", sty.contentContainer, {
|
|
299
299
|
[sty.contentContainer___focusVisibleWithin]:
|
|
300
300
|
triggers.focusVisibleWithin_root,
|
|
301
301
|
[sty.contentContainerisDisabled]: hasVariant(
|
|
@@ -421,7 +421,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
421
421
|
<div
|
|
422
422
|
data-plasmic-name={"endIconContainer"}
|
|
423
423
|
data-plasmic-override={overrides.endIconContainer}
|
|
424
|
-
className={classNames(
|
|
424
|
+
className={classNames("all", sty.endIconContainer, {
|
|
425
425
|
[sty.endIconContainercolor_white]: hasVariant(
|
|
426
426
|
$state,
|
|
427
427
|
"color",
|
|
@@ -442,7 +442,7 @@ function PlasmicButton__RenderFunc(props) {
|
|
|
442
442
|
{renderPlasmicSlot({
|
|
443
443
|
defaultContents: (
|
|
444
444
|
<IconIcon
|
|
445
|
-
className={classNames(
|
|
445
|
+
className={classNames("all", sty.svg__liJa)}
|
|
446
446
|
role={"img"}
|
|
447
447
|
/>
|
|
448
448
|
),
|
package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx
CHANGED
|
@@ -15,11 +15,11 @@ import {
|
|
|
15
15
|
deriveRenderOpts
|
|
16
16
|
} from "@plasmicapp/react-web";
|
|
17
17
|
import { useDataEnv } from "@plasmicapp/react-web/lib/host";
|
|
18
|
-
import {
|
|
18
|
+
import { usePlasmicQueries } from "@plasmicapp/react-web/lib/data-sources";
|
|
19
19
|
import RandomDynamicPageButton from "../../RandomDynamicPageButton"; // plasmic-import: Q23H1_1M_P/component
|
|
20
20
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
21
21
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
22
|
-
import
|
|
22
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
23
23
|
import * as sty from "./PlasmicDynamicPage.module.css"; // plasmic-import: AO44A-w7hh/css
|
|
24
24
|
|
|
25
25
|
const emptyProxy = new Proxy(() => "", {
|
|
@@ -58,7 +58,7 @@ export const serverQueryTree = {
|
|
|
58
58
|
type: "component",
|
|
59
59
|
queries: {
|
|
60
60
|
sha256: {
|
|
61
|
-
id: "custom:krgWtF9Kkesx",
|
|
61
|
+
id: "custom-code:krgWtF9Kkesx",
|
|
62
62
|
fn: async ({ $q, $props, $ctx, $state }) => {
|
|
63
63
|
console.log("Running SHA-256");
|
|
64
64
|
const data = new TextEncoder().encode($ctx.params.slug);
|
|
@@ -109,7 +109,7 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
109
109
|
const $ctx = useDataEnv?.() || {};
|
|
110
110
|
const refsRef = React.useRef({});
|
|
111
111
|
const $refs = refsRef.current;
|
|
112
|
-
const $q =
|
|
112
|
+
const $q = usePlasmicQueries(serverQueryTree, { $ctx, $props, $state: null });
|
|
113
113
|
const styleTokensClassNames = _useStyleTokens();
|
|
114
114
|
return (
|
|
115
115
|
<React.Fragment>
|
|
@@ -119,17 +119,17 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
119
119
|
}
|
|
120
120
|
`}</style>
|
|
121
121
|
|
|
122
|
-
<div className={
|
|
122
|
+
<div className={"plasmic_page_wrapper"}>
|
|
123
123
|
<div
|
|
124
124
|
data-plasmic-name={"root"}
|
|
125
125
|
data-plasmic-override={overrides.root}
|
|
126
126
|
data-plasmic-root={true}
|
|
127
127
|
data-plasmic-for-node={forNode}
|
|
128
128
|
className={classNames(
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
129
|
+
"all",
|
|
130
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
131
|
+
"plasmic_default_styles",
|
|
132
|
+
"plasmic_mixins",
|
|
133
133
|
styleTokensClassNames,
|
|
134
134
|
sty.root
|
|
135
135
|
)}
|
|
@@ -137,16 +137,16 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
137
137
|
<section
|
|
138
138
|
data-plasmic-name={"section"}
|
|
139
139
|
data-plasmic-override={overrides.section}
|
|
140
|
-
className={classNames(
|
|
140
|
+
className={classNames("all", sty.section)}
|
|
141
141
|
>
|
|
142
142
|
<h2
|
|
143
143
|
data-plasmic-name={"h2"}
|
|
144
144
|
data-plasmic-override={overrides.h2}
|
|
145
145
|
className={classNames(
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
146
|
+
"all",
|
|
147
|
+
"h2",
|
|
148
|
+
"h2__47tFX",
|
|
149
|
+
"__wab_text",
|
|
150
150
|
sty.h2
|
|
151
151
|
)}
|
|
152
152
|
>
|
|
@@ -156,10 +156,10 @@ function PlasmicDynamicPage__RenderFunc(props) {
|
|
|
156
156
|
data-plasmic-name={"span"}
|
|
157
157
|
data-plasmic-override={overrides.span}
|
|
158
158
|
className={classNames(
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
159
|
+
"all",
|
|
160
|
+
"span",
|
|
161
|
+
"span__47tFX",
|
|
162
|
+
"__wab_text",
|
|
163
163
|
sty.span
|
|
164
164
|
)}
|
|
165
165
|
>
|
package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx
CHANGED
|
@@ -20,7 +20,7 @@ import RandomDynamicPageButton from "../../RandomDynamicPageButton"; // plasmic-
|
|
|
20
20
|
import { _useGlobalVariants } from "./plasmic"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectModule
|
|
21
21
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
22
22
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
23
|
-
import
|
|
23
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
24
24
|
import * as sty from "./PlasmicHomepage.module.css"; // plasmic-import: 6uuAAE1jiCew/css
|
|
25
25
|
|
|
26
26
|
const emptyProxy = new Proxy(() => "", {
|
|
@@ -88,17 +88,17 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
88
88
|
}
|
|
89
89
|
`}</style>
|
|
90
90
|
|
|
91
|
-
<div className={
|
|
91
|
+
<div className={"plasmic_page_wrapper"}>
|
|
92
92
|
<div
|
|
93
93
|
data-plasmic-name={"root"}
|
|
94
94
|
data-plasmic-override={overrides.root}
|
|
95
95
|
data-plasmic-root={true}
|
|
96
96
|
data-plasmic-for-node={forNode}
|
|
97
97
|
className={classNames(
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
98
|
+
"all",
|
|
99
|
+
"root_reset_47tFXWjN2C4NyHFGGpaYQ3",
|
|
100
|
+
"plasmic_default_styles",
|
|
101
|
+
"plasmic_mixins",
|
|
102
102
|
styleTokensClassNames,
|
|
103
103
|
sty.root
|
|
104
104
|
)}
|
|
@@ -106,16 +106,16 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
106
106
|
<section
|
|
107
107
|
data-plasmic-name={"section"}
|
|
108
108
|
data-plasmic-override={overrides.section}
|
|
109
|
-
className={classNames(
|
|
109
|
+
className={classNames("all", sty.section)}
|
|
110
110
|
>
|
|
111
111
|
<h1
|
|
112
112
|
data-plasmic-name={"h1"}
|
|
113
113
|
data-plasmic-override={overrides.h1}
|
|
114
114
|
className={classNames(
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
115
|
+
"all",
|
|
116
|
+
"h1",
|
|
117
|
+
"h1__47tFX",
|
|
118
|
+
"__wab_text",
|
|
119
119
|
sty.h1
|
|
120
120
|
)}
|
|
121
121
|
>
|
|
@@ -126,11 +126,7 @@ function PlasmicHomepage__RenderFunc(props) {
|
|
|
126
126
|
<div
|
|
127
127
|
data-plasmic-name={"text"}
|
|
128
128
|
data-plasmic-override={overrides.text}
|
|
129
|
-
className={classNames(
|
|
130
|
-
projectcss.all,
|
|
131
|
-
projectcss.__wab_text,
|
|
132
|
-
sty.text
|
|
133
|
-
)}
|
|
129
|
+
className={classNames("all", "__wab_text", sty.text)}
|
|
134
130
|
>
|
|
135
131
|
{
|
|
136
132
|
"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"
|
|
@@ -19,6 +19,7 @@ import { useDataEnv } from "@plasmicapp/react-web/lib/host";
|
|
|
19
19
|
import Button from "../../Button"; // plasmic-import: TQcvW_pSKi3/component
|
|
20
20
|
import { _useStyleTokens } from "./PlasmicStyleTokensProvider"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/styleTokensProvider
|
|
21
21
|
import "@plasmicapp/react-web/lib/plasmic.css";
|
|
22
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
22
23
|
import * as sty from "./PlasmicRandomDynamicPageButton.module.css"; // plasmic-import: Q23H1_1M_P/css
|
|
23
24
|
|
|
24
25
|
createPlasmicElementProxy;
|
|
@@ -5,10 +5,10 @@
|
|
|
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
|
|
8
|
+
import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
|
|
9
9
|
|
|
10
10
|
const data = {
|
|
11
|
-
base: `${
|
|
11
|
+
base: `${"plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3"}`,
|
|
12
12
|
varianted: []
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -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;
|
|
@@ -323,6 +323,22 @@
|
|
|
323
323
|
text-transform: inherit;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
:where(.b) {
|
|
327
|
+
font-family: inherit;
|
|
328
|
+
line-height: inherit;
|
|
329
|
+
font-size: inherit;
|
|
330
|
+
color: inherit;
|
|
331
|
+
text-transform: inherit;
|
|
332
|
+
}
|
|
333
|
+
:where(.__wab_expr_html_text b) {
|
|
334
|
+
white-space: inherit;
|
|
335
|
+
font-family: inherit;
|
|
336
|
+
line-height: inherit;
|
|
337
|
+
font-size: inherit;
|
|
338
|
+
color: inherit;
|
|
339
|
+
text-transform: inherit;
|
|
340
|
+
}
|
|
341
|
+
|
|
326
342
|
:where(.i) {
|
|
327
343
|
font-family: inherit;
|
|
328
344
|
line-height: inherit;
|
|
@@ -498,7 +514,7 @@
|
|
|
498
514
|
.__wab_expr_html_text {
|
|
499
515
|
white-space: normal;
|
|
500
516
|
}
|
|
501
|
-
:where(.
|
|
517
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) {
|
|
502
518
|
font-family: var(--mixin-prihNuSPt-kU_font-family);
|
|
503
519
|
font-size: var(--mixin-prihNuSPt-kU_font-size);
|
|
504
520
|
font-weight: var(--mixin-prihNuSPt-kU_font-weight);
|
|
@@ -511,51 +527,51 @@
|
|
|
511
527
|
white-space: var(--mixin-prihNuSPt-kU_white-space);
|
|
512
528
|
}
|
|
513
529
|
|
|
514
|
-
:where(.
|
|
515
|
-
h4:where(.
|
|
516
|
-
:where(.
|
|
517
|
-
:where(.
|
|
518
|
-
h4:where(.
|
|
530
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h4:where(.h4__47tFX),
|
|
531
|
+
h4:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h4__47tFX),
|
|
532
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h4,
|
|
533
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h4,
|
|
534
|
+
h4:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
519
535
|
font-size: var(--mixin-pKcLzBwr6rlS_font-size);
|
|
520
536
|
font-weight: var(--mixin-pKcLzBwr6rlS_font-weight);
|
|
521
537
|
letter-spacing: var(--mixin-pKcLzBwr6rlS_letter-spacing);
|
|
522
538
|
line-height: var(--mixin-pKcLzBwr6rlS_line-height);
|
|
523
539
|
}
|
|
524
540
|
|
|
525
|
-
:where(.
|
|
526
|
-
h5:where(.
|
|
527
|
-
:where(.
|
|
528
|
-
:where(.
|
|
529
|
-
h5:where(.
|
|
541
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h5:where(.h5__47tFX),
|
|
542
|
+
h5:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h5__47tFX),
|
|
543
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h5,
|
|
544
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h5,
|
|
545
|
+
h5:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
530
546
|
font-size: var(--mixin-Q3MZaojcv1qw_font-size);
|
|
531
547
|
font-weight: var(--mixin-Q3MZaojcv1qw_font-weight);
|
|
532
548
|
letter-spacing: var(--mixin-Q3MZaojcv1qw_letter-spacing);
|
|
533
549
|
line-height: var(--mixin-Q3MZaojcv1qw_line-height);
|
|
534
550
|
}
|
|
535
551
|
|
|
536
|
-
:where(.
|
|
537
|
-
h6:where(.
|
|
538
|
-
:where(.
|
|
539
|
-
:where(.
|
|
540
|
-
h6:where(.
|
|
552
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h6:where(.h6__47tFX),
|
|
553
|
+
h6:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h6__47tFX),
|
|
554
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h6,
|
|
555
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h6,
|
|
556
|
+
h6:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
541
557
|
font-size: var(--mixin-WQN-U7Y-Mt0i_font-size);
|
|
542
558
|
font-weight: var(--mixin-WQN-U7Y-Mt0i_font-weight);
|
|
543
559
|
line-height: var(--mixin-WQN-U7Y-Mt0i_line-height);
|
|
544
560
|
}
|
|
545
561
|
|
|
546
|
-
:where(.
|
|
547
|
-
a:where(.
|
|
548
|
-
:where(.
|
|
549
|
-
:where(.
|
|
550
|
-
a:where(.
|
|
562
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) a:where(.a__47tFX),
|
|
563
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.a__47tFX),
|
|
564
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) a,
|
|
565
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) a,
|
|
566
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
551
567
|
color: var(--mixin-_NIhBtBbqybq_color);
|
|
552
568
|
}
|
|
553
569
|
|
|
554
|
-
:where(.
|
|
555
|
-
blockquote:where(.
|
|
556
|
-
:where(.
|
|
557
|
-
:where(.
|
|
558
|
-
blockquote:where(.
|
|
570
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) blockquote:where(.blockquote__47tFX),
|
|
571
|
+
blockquote:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.blockquote__47tFX),
|
|
572
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) blockquote,
|
|
573
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) blockquote,
|
|
574
|
+
blockquote:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
559
575
|
color: var(--mixin-5965DRLFNjWi_color);
|
|
560
576
|
padding-left: var(--mixin-5965DRLFNjWi_padding-left);
|
|
561
577
|
border-left: var(--mixin-5965DRLFNjWi_border-left-width)
|
|
@@ -563,44 +579,44 @@ blockquote:where(.root_reset_tags) {
|
|
|
563
579
|
var(--mixin-5965DRLFNjWi_border-left-color);
|
|
564
580
|
}
|
|
565
581
|
|
|
566
|
-
:where(.
|
|
567
|
-
h1:where(.
|
|
568
|
-
:where(.
|
|
569
|
-
:where(.
|
|
570
|
-
h1:where(.
|
|
582
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h1:where(.h1__47tFX),
|
|
583
|
+
h1:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h1__47tFX),
|
|
584
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h1,
|
|
585
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h1,
|
|
586
|
+
h1:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
571
587
|
font-size: var(--mixin-_J1_6dhZex0j_font-size);
|
|
572
588
|
font-weight: var(--mixin-_J1_6dhZex0j_font-weight);
|
|
573
589
|
letter-spacing: var(--mixin-_J1_6dhZex0j_letter-spacing);
|
|
574
590
|
line-height: var(--mixin-_J1_6dhZex0j_line-height);
|
|
575
591
|
}
|
|
576
592
|
|
|
577
|
-
:where(.
|
|
578
|
-
h2:where(.
|
|
579
|
-
:where(.
|
|
580
|
-
:where(.
|
|
581
|
-
h2:where(.
|
|
593
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h2:where(.h2__47tFX),
|
|
594
|
+
h2:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h2__47tFX),
|
|
595
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h2,
|
|
596
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h2,
|
|
597
|
+
h2:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
582
598
|
font-size: var(--mixin-tyWR-eqFmXa2R_font-size);
|
|
583
599
|
font-weight: var(--mixin-tyWR-eqFmXa2R_font-weight);
|
|
584
600
|
letter-spacing: var(--mixin-tyWR-eqFmXa2R_letter-spacing);
|
|
585
601
|
line-height: var(--mixin-tyWR-eqFmXa2R_line-height);
|
|
586
602
|
}
|
|
587
603
|
|
|
588
|
-
:where(.
|
|
589
|
-
h3:where(.
|
|
590
|
-
:where(.
|
|
591
|
-
:where(.
|
|
592
|
-
h3:where(.
|
|
604
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h3:where(.h3__47tFX),
|
|
605
|
+
h3:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h3__47tFX),
|
|
606
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h3,
|
|
607
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h3,
|
|
608
|
+
h3:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
593
609
|
font-size: var(--mixin-VSfYlZt0xLESb_font-size);
|
|
594
610
|
font-weight: var(--mixin-VSfYlZt0xLESb_font-weight);
|
|
595
611
|
letter-spacing: var(--mixin-VSfYlZt0xLESb_letter-spacing);
|
|
596
612
|
line-height: var(--mixin-VSfYlZt0xLESb_line-height);
|
|
597
613
|
}
|
|
598
614
|
|
|
599
|
-
:where(.
|
|
600
|
-
code:where(.
|
|
601
|
-
:where(.
|
|
602
|
-
:where(.
|
|
603
|
-
code:where(.
|
|
615
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) code:where(.code__47tFX),
|
|
616
|
+
code:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.code__47tFX),
|
|
617
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) code,
|
|
618
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) code,
|
|
619
|
+
code:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
604
620
|
background: #f8f8f8;
|
|
605
621
|
font-family: var(--mixin-2Dy3yomrqskwe_font-family);
|
|
606
622
|
border-radius: var(--mixin-2Dy3yomrqskwe_border-top-left-radius)
|
|
@@ -625,11 +641,11 @@ code:where(.root_reset_tags) {
|
|
|
625
641
|
var(--mixin-2Dy3yomrqskwe_border-left-color);
|
|
626
642
|
}
|
|
627
643
|
|
|
628
|
-
:where(.
|
|
629
|
-
pre:where(.
|
|
630
|
-
:where(.
|
|
631
|
-
:where(.
|
|
632
|
-
pre:where(.
|
|
644
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) pre:where(.pre__47tFX),
|
|
645
|
+
pre:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.pre__47tFX),
|
|
646
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) pre,
|
|
647
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) pre,
|
|
648
|
+
pre:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
633
649
|
background: #f8f8f8;
|
|
634
650
|
font-family: var(--mixin-0u7VwjXF8Kvpe_font-family);
|
|
635
651
|
border-radius: var(--mixin-0u7VwjXF8Kvpe_border-top-left-radius)
|
|
@@ -654,11 +670,11 @@ pre:where(.root_reset_tags) {
|
|
|
654
670
|
var(--mixin-0u7VwjXF8Kvpe_border-left-color);
|
|
655
671
|
}
|
|
656
672
|
|
|
657
|
-
:where(.
|
|
658
|
-
ol:where(.
|
|
659
|
-
:where(.
|
|
660
|
-
:where(.
|
|
661
|
-
ol:where(.
|
|
673
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) ol:where(.ol__47tFX),
|
|
674
|
+
ol:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.ol__47tFX),
|
|
675
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) ol,
|
|
676
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) ol,
|
|
677
|
+
ol:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
662
678
|
display: var(--mixin-D70_omI9mm34j_display);
|
|
663
679
|
flex-direction: var(--mixin-D70_omI9mm34j_flex-direction);
|
|
664
680
|
align-items: var(--mixin-D70_omI9mm34j_align-items);
|
|
@@ -670,11 +686,11 @@ ol:where(.root_reset_tags) {
|
|
|
670
686
|
column-gap: var(--mixin-D70_omI9mm34j_column-gap);
|
|
671
687
|
}
|
|
672
688
|
|
|
673
|
-
:where(.
|
|
674
|
-
ul:where(.
|
|
675
|
-
:where(.
|
|
676
|
-
:where(.
|
|
677
|
-
ul:where(.
|
|
689
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) ul:where(.ul__47tFX),
|
|
690
|
+
ul:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.ul__47tFX),
|
|
691
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) ul,
|
|
692
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) ul,
|
|
693
|
+
ul:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
678
694
|
display: var(--mixin-6zRO9vzPQi4g5_display);
|
|
679
695
|
flex-direction: var(--mixin-6zRO9vzPQi4g5_flex-direction);
|
|
680
696
|
align-items: var(--mixin-6zRO9vzPQi4g5_align-items);
|
|
@@ -686,17 +702,17 @@ ul:where(.root_reset_tags) {
|
|
|
686
702
|
column-gap: var(--mixin-6zRO9vzPQi4g5_column-gap);
|
|
687
703
|
}
|
|
688
704
|
|
|
689
|
-
:where(.
|
|
690
|
-
a:where(.
|
|
691
|
-
:where(.
|
|
692
|
-
:where(.
|
|
693
|
-
a:where(.
|
|
705
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) a:where(.a__47tFX):hover,
|
|
706
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.a__47tFX):hover,
|
|
707
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) a:hover,
|
|
708
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) a:hover,
|
|
709
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags):hover {
|
|
694
710
|
color: var(--mixin-u1gAzUhZSVyWj_color);
|
|
695
711
|
}
|
|
696
712
|
|
|
697
|
-
:where(.
|
|
698
|
-
li:where(.
|
|
699
|
-
:where(.
|
|
700
|
-
:where(.
|
|
701
|
-
li:where(.
|
|
713
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) li:where(.li__47tFX),
|
|
714
|
+
li:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.li__47tFX),
|
|
715
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) li,
|
|
716
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) li,
|
|
717
|
+
li:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
702
718
|
}
|
|
@@ -186,6 +186,22 @@
|
|
|
186
186
|
text-transform: inherit;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
+
:where(.b) {
|
|
190
|
+
font-family: inherit;
|
|
191
|
+
line-height: inherit;
|
|
192
|
+
font-size: inherit;
|
|
193
|
+
color: inherit;
|
|
194
|
+
text-transform: inherit;
|
|
195
|
+
}
|
|
196
|
+
:where(.__wab_expr_html_text b) {
|
|
197
|
+
white-space: inherit;
|
|
198
|
+
font-family: inherit;
|
|
199
|
+
line-height: inherit;
|
|
200
|
+
font-size: inherit;
|
|
201
|
+
color: inherit;
|
|
202
|
+
text-transform: inherit;
|
|
203
|
+
}
|
|
204
|
+
|
|
189
205
|
:where(.i) {
|
|
190
206
|
font-family: inherit;
|
|
191
207
|
line-height: inherit;
|
|
@@ -15,8 +15,9 @@
|
|
|
15
15
|
"typecheck": "tsc --noEmit"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@plasmicapp/cli": "^0.1.
|
|
19
|
-
"@plasmicapp/
|
|
18
|
+
"@plasmicapp/cli": "^0.1.372",
|
|
19
|
+
"@plasmicapp/host": "^2.0.17",
|
|
20
|
+
"@plasmicapp/react-web": "^1.0.32",
|
|
20
21
|
"gatsby": "^5.14.6",
|
|
21
22
|
"gatsby-plugin-react-helmet": "^6.16.0",
|
|
22
23
|
"react": "^18.2.0",
|