create-plasmic-app 0.0.168 → 0.0.169

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.
Files changed (85) hide show
  1. package/README.internal.md +6 -4
  2. package/cpa-out/gatsby-codegen-js/package.json +3 -2
  3. package/cpa-out/gatsby-codegen-js/plasmic.json +5 -8
  4. package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicButton.jsx +12 -12
  5. package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +18 -18
  6. package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +12 -16
  7. package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.jsx +1 -0
  8. package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +2 -2
  9. package/cpa-out/gatsby-codegen-js/src/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +89 -73
  10. package/cpa-out/gatsby-codegen-js/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +16 -0
  11. package/cpa-out/gatsby-codegen-ts/package.json +3 -2
  12. package/cpa-out/gatsby-codegen-ts/plasmic.json +5 -8
  13. package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicButton.tsx +12 -12
  14. package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +18 -18
  15. package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +12 -16
  16. package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +1 -1
  17. package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +2 -2
  18. package/cpa-out/gatsby-codegen-ts/src/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +89 -73
  19. package/cpa-out/gatsby-codegen-ts/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +16 -0
  20. package/cpa-out/gatsby-loader-js/package.json +1 -1
  21. package/cpa-out/gatsby-loader-ts/package.json +1 -1
  22. package/cpa-out/nextjs-app-codegen-js/package.json +1 -0
  23. package/cpa-out/nextjs-app-codegen-js/plasmic.json +2 -1
  24. package/cpa-out/nextjs-app-codegen-ts/package.json +1 -0
  25. package/cpa-out/nextjs-app-codegen-ts/plasmic.json +2 -1
  26. package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +2 -2
  27. package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/plasmic.css +16 -0
  28. package/cpa-out/nextjs-pages-codegen-js/components/plasmic/plasmic__default_style.css +16 -0
  29. package/cpa-out/nextjs-pages-codegen-js/package.json +7 -6
  30. package/cpa-out/nextjs-pages-codegen-js/plasmic.json +3 -6
  31. package/cpa-out/nextjs-pages-codegen-js/styles/Home.module.css +8 -0
  32. package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +2 -2
  33. package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/plasmic.css +16 -0
  34. package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/plasmic__default_style.css +16 -0
  35. package/cpa-out/nextjs-pages-codegen-ts/package.json +7 -6
  36. package/cpa-out/nextjs-pages-codegen-ts/plasmic.json +3 -6
  37. package/cpa-out/nextjs-pages-codegen-ts/styles/Home.module.css +8 -0
  38. package/cpa-out/nextjs-pages-loader-js/package.json +5 -5
  39. package/cpa-out/nextjs-pages-loader-js/styles/Home.module.css +8 -0
  40. package/cpa-out/nextjs-pages-loader-ts/package.json +5 -5
  41. package/cpa-out/nextjs-pages-loader-ts/styles/Home.module.css +8 -0
  42. package/cpa-out/react-codegen-js/package.json +3 -2
  43. package/cpa-out/react-codegen-js/plasmic.json +3 -6
  44. package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +2 -2
  45. package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/plasmic.css +16 -0
  46. package/cpa-out/react-codegen-js/src/components/plasmic/plasmic__default_style.css +16 -0
  47. package/cpa-out/react-codegen-ts/package.json +3 -2
  48. package/cpa-out/react-codegen-ts/plasmic.json +3 -6
  49. package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +2 -2
  50. package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/plasmic.css +16 -0
  51. package/cpa-out/react-codegen-ts/src/components/plasmic/plasmic__default_style.css +16 -0
  52. package/cpa-out/tanstack-codegen-ts/package.json +8 -13
  53. package/cpa-out/tanstack-codegen-ts/plasmic.json +3 -6
  54. package/cpa-out/tanstack-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +3 -3
  55. package/cpa-out/tanstack-codegen-ts/src/components/plasmic/plasmic__default_style.css +16 -0
  56. package/cpa-out/tanstack-codegen-ts/src/routeTree.gen.ts +13 -13
  57. package/cpa-out/tanstack-codegen-ts/src/routes/dynamic/$slug/index.tsx +2 -2
  58. package/dist/gatsby/gatsby.js +23 -17
  59. package/dist/index.js +6 -0
  60. package/dist/lib.d.ts +2 -1
  61. package/dist/lib.js +9 -4
  62. package/dist/nextjs/nextjs.js +16 -6
  63. package/dist/react/react.js +9 -4
  64. package/dist/tanstack/tanstack.js +12 -5
  65. package/dist/utils/codegen.d.ts +3 -0
  66. package/dist/utils/codegen.js +17 -4
  67. package/dist/utils/file-utils.d.ts +2 -2
  68. package/dist/utils/file-utils.js +2 -1
  69. package/dist/utils/npm-utils.d.ts +24 -9
  70. package/dist/utils/npm-utils.js +66 -21
  71. package/dist/utils/strategy.d.ts +5 -1
  72. package/dist/utils/types.d.ts +1 -0
  73. package/package.json +2 -4
  74. package/run-cpa.ts +17 -6
  75. package/src/gatsby/gatsby.ts +40 -22
  76. package/src/index.ts +9 -0
  77. package/src/lib.ts +18 -6
  78. package/src/nextjs/nextjs.ts +39 -7
  79. package/src/react/react.ts +11 -4
  80. package/src/tanstack/tanstack.ts +19 -6
  81. package/src/utils/codegen.ts +28 -6
  82. package/src/utils/file-utils.ts +6 -2
  83. package/src/utils/npm-utils.ts +76 -23
  84. package/src/utils/strategy.ts +10 -1
  85. package/src/utils/types.ts +1 -0
@@ -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
- 1. Create a new directory in /tmp/cpa-out/<preset>
14
- 2. Run create-plasmic-app with the preset args
15
- 3. Build the new app
16
- 4. Copy the new app to `packages/create-plasmic-app/cpa-out/<preset>` on success
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
@@ -14,8 +14,9 @@
14
14
  "clean": "gatsby clean"
15
15
  },
16
16
  "dependencies": {
17
- "@plasmicapp/cli": "^0.1.363",
18
- "@plasmicapp/react-web": "^1.0.10",
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.module.css"
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.module.css",
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.363",
139
- "$schema": "https://unpkg.com/@plasmicapp/cli@0.1.363/dist/plasmic.schema.json"
134
+ "cliVersion": "0.1.372",
135
+ "$schema": "https://unpkg.com/@plasmicapp/cli@0.1.372/dist/plasmic.schema.json",
136
+ "packageManager": "npm"
140
137
  }
@@ -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 * as projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
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
- projectcss.all,
139
- projectcss.button,
140
- projectcss.button__47tFX,
141
- projectcss.root_reset,
142
- projectcss.plasmic_default_styles,
143
- projectcss.plasmic_mixins,
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(projectcss.all, sty.startIconContainer, {
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(projectcss.all, sty.svg__s6Xxe)}
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(projectcss.all, sty.contentContainer, {
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(projectcss.all, sty.endIconContainer, {
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(projectcss.all, sty.svg__liJa)}
445
+ className={classNames("all", sty.svg__liJa)}
446
446
  role={"img"}
447
447
  />
448
448
  ),
@@ -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 { unstable_usePlasmicQueries } from "@plasmicapp/react-web/lib/data-sources";
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 * as projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
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 = unstable_usePlasmicQueries(serverQueryTree, $ctx, $props, null);
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={projectcss.plasmic_page_wrapper}>
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
- projectcss.all,
130
- projectcss.root_reset,
131
- projectcss.plasmic_default_styles,
132
- projectcss.plasmic_mixins,
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(projectcss.all, sty.section)}
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
- projectcss.all,
147
- projectcss.h2,
148
- projectcss.h2__47tFX,
149
- projectcss.__wab_text,
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
- projectcss.all,
160
- projectcss.span,
161
- projectcss.span__47tFX,
162
- projectcss.__wab_text,
159
+ "all",
160
+ "span",
161
+ "span__47tFX",
162
+ "__wab_text",
163
163
  sty.span
164
164
  )}
165
165
  >
@@ -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 * as projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
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={projectcss.plasmic_page_wrapper}>
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
- projectcss.all,
99
- projectcss.root_reset,
100
- projectcss.plasmic_default_styles,
101
- projectcss.plasmic_mixins,
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(projectcss.all, sty.section)}
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
- projectcss.all,
116
- projectcss.h1,
117
- projectcss.h1__47tFX,
118
- projectcss.__wab_text,
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 * as projectcss from "./plasmic.module.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
8
+ import "./plasmic.css"; // plasmic-import: 47tFXWjN2C4NyHFGGpaYQ3/projectcss
9
9
 
10
10
  const data = {
11
- base: `${projectcss.plasmic_tokens}`,
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
- .plasmic_tokens {
3
+ .plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3 {
4
4
  --token-Tker7_vSXsP_: #777777;
5
5
  --plasmic-token-foreground: var(--token-Tker7_vSXsP_);
6
6
  }
7
7
 
8
- .plasmic_tokens {
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(.root_reset) {
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(.root_reset) h4:where(.h4__47tFX),
515
- h4:where(.root_reset.h4__47tFX),
516
- :where(.root_reset .__wab_expr_html_text) h4,
517
- :where(.root_reset_tags) h4,
518
- h4:where(.root_reset_tags) {
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(.root_reset) h5:where(.h5__47tFX),
526
- h5:where(.root_reset.h5__47tFX),
527
- :where(.root_reset .__wab_expr_html_text) h5,
528
- :where(.root_reset_tags) h5,
529
- h5:where(.root_reset_tags) {
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(.root_reset) h6:where(.h6__47tFX),
537
- h6:where(.root_reset.h6__47tFX),
538
- :where(.root_reset .__wab_expr_html_text) h6,
539
- :where(.root_reset_tags) h6,
540
- h6:where(.root_reset_tags) {
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(.root_reset) a:where(.a__47tFX),
547
- a:where(.root_reset.a__47tFX),
548
- :where(.root_reset .__wab_expr_html_text) a,
549
- :where(.root_reset_tags) a,
550
- a:where(.root_reset_tags) {
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(.root_reset) blockquote:where(.blockquote__47tFX),
555
- blockquote:where(.root_reset.blockquote__47tFX),
556
- :where(.root_reset .__wab_expr_html_text) blockquote,
557
- :where(.root_reset_tags) blockquote,
558
- blockquote:where(.root_reset_tags) {
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(.root_reset) h1:where(.h1__47tFX),
567
- h1:where(.root_reset.h1__47tFX),
568
- :where(.root_reset .__wab_expr_html_text) h1,
569
- :where(.root_reset_tags) h1,
570
- h1:where(.root_reset_tags) {
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(.root_reset) h2:where(.h2__47tFX),
578
- h2:where(.root_reset.h2__47tFX),
579
- :where(.root_reset .__wab_expr_html_text) h2,
580
- :where(.root_reset_tags) h2,
581
- h2:where(.root_reset_tags) {
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(.root_reset) h3:where(.h3__47tFX),
589
- h3:where(.root_reset.h3__47tFX),
590
- :where(.root_reset .__wab_expr_html_text) h3,
591
- :where(.root_reset_tags) h3,
592
- h3:where(.root_reset_tags) {
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(.root_reset) code:where(.code__47tFX),
600
- code:where(.root_reset.code__47tFX),
601
- :where(.root_reset .__wab_expr_html_text) code,
602
- :where(.root_reset_tags) code,
603
- code:where(.root_reset_tags) {
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(.root_reset) pre:where(.pre__47tFX),
629
- pre:where(.root_reset.pre__47tFX),
630
- :where(.root_reset .__wab_expr_html_text) pre,
631
- :where(.root_reset_tags) pre,
632
- pre:where(.root_reset_tags) {
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(.root_reset) ol:where(.ol__47tFX),
658
- ol:where(.root_reset.ol__47tFX),
659
- :where(.root_reset .__wab_expr_html_text) ol,
660
- :where(.root_reset_tags) ol,
661
- ol:where(.root_reset_tags) {
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(.root_reset) ul:where(.ul__47tFX),
674
- ul:where(.root_reset.ul__47tFX),
675
- :where(.root_reset .__wab_expr_html_text) ul,
676
- :where(.root_reset_tags) ul,
677
- ul:where(.root_reset_tags) {
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(.root_reset) a:where(.a__47tFX):hover,
690
- a:where(.root_reset.a__47tFX):hover,
691
- :where(.root_reset .__wab_expr_html_text) a:hover,
692
- :where(.root_reset_tags) a:hover,
693
- a:where(.root_reset_tags):hover {
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(.root_reset) li:where(.li__47tFX),
698
- li:where(.root_reset.li__47tFX),
699
- :where(.root_reset .__wab_expr_html_text) li,
700
- :where(.root_reset_tags) li,
701
- li:where(.root_reset_tags) {
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.363",
19
- "@plasmicapp/react-web": "^1.0.10",
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",