@plasmicapp/react-web 1.0.22 → 1.0.24

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/dist/all.d.ts CHANGED
@@ -12440,6 +12440,12 @@ interface CodeComponentMeta<P> {
12440
12440
  * Whether the element can be repeated in Studio. If unset, defaults to true.
12441
12441
  */
12442
12442
  isRepeatable?: boolean;
12443
+ /**
12444
+ * Whether `executePlasmicQueries` should prefetch $q queries in this
12445
+ * component's subtree during SSR/SSG. If unset, defaults to true. When false,
12446
+ * `executePlasmicQueries` skips $q queries in the slot contents.
12447
+ */
12448
+ subtreePrefetchingConfig?: boolean;
12443
12449
  /**
12444
12450
  * The path to be used when importing the component in the generated code.
12445
12451
  * It can be the name of the package that contains the component, or the path
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "plasmic library for rendering in the presentational style",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
@@ -86,11 +86,10 @@
86
86
  },
87
87
  "dependencies": {
88
88
  "@plasmicapp/auth-react": "0.0.29",
89
- "@plasmicapp/data-sources": "1.0.18",
89
+ "@plasmicapp/data-sources": "1.0.19",
90
90
  "@plasmicapp/data-sources-context": "0.1.24",
91
- "@plasmicapp/host": "2.0.9",
91
+ "@plasmicapp/host": "2.0.10",
92
92
  "@plasmicapp/loader-splits": "1.0.74",
93
- "@plasmicapp/nextjs-app-router": "1.0.27",
94
93
  "@plasmicapp/prepass": "1.0.26",
95
94
  "@plasmicapp/query": "0.1.86",
96
95
  "@react-aria/checkbox": "^3.15.5",
@@ -142,5 +141,5 @@
142
141
  "react": ">=18.0.0",
143
142
  "react-dom": ">=18.0.0"
144
143
  },
145
- "gitHead": "0fb07ceab02b8fcbc690ccd2e0ccc7f771cc369b"
144
+ "gitHead": "69b51bea82e365a9ff8345357d098a4f2049e9fc"
146
145
  }
@@ -1,8 +0,0 @@
1
- {
2
- "exports": {
3
- "import": "./index.js",
4
- "require": "./index.cjs.js"
5
- },
6
- "module": "./index.js",
7
- "main": "./index.cjs.js"
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "exports": {
3
- "import": "./index.js",
4
- "require": "./index.cjs.js"
5
- },
6
- "module": "./index.js",
7
- "main": "./index.cjs.js"
8
- }