@plasmicapp/react-web 0.2.335 → 0.2.336

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 (2) hide show
  1. package/dist/all.d.ts +9 -0
  2. package/package.json +4 -4
package/dist/all.d.ts CHANGED
@@ -11556,6 +11556,15 @@ interface CodeComponentMeta<P> {
11556
11556
  * The description of the component to be shown in Studio.
11557
11557
  */
11558
11558
  description?: string;
11559
+ /**
11560
+ * A specific section to which the component should be displayed in Studio. By default, the component will be displayed in the "Custom Components" section.
11561
+ * A new section will be created to display the components with the same `section` value.
11562
+ */
11563
+ section?: string;
11564
+ /**
11565
+ * A link to an image that will be displayed as a thumbnail of the component in the Studio, if the component has a `section` specified.
11566
+ */
11567
+ thumbnailUrl?: string;
11559
11568
  /**
11560
11569
  * The javascript name to be used when generating code. Optional: if not
11561
11570
  * provided, `meta.name` is used.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.335",
3
+ "version": "0.2.336",
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",
@@ -97,9 +97,9 @@
97
97
  },
98
98
  "dependencies": {
99
99
  "@plasmicapp/auth-react": "0.0.21",
100
- "@plasmicapp/data-sources": "0.1.153",
100
+ "@plasmicapp/data-sources": "0.1.154",
101
101
  "@plasmicapp/data-sources-context": "0.1.21",
102
- "@plasmicapp/host": "1.0.194",
102
+ "@plasmicapp/host": "1.0.195",
103
103
  "@plasmicapp/loader-splits": "1.0.60",
104
104
  "@plasmicapp/nextjs-app-router": "1.0.11",
105
105
  "@plasmicapp/prepass": "1.0.17",
@@ -168,5 +168,5 @@
168
168
  "react": ">=16.8.0",
169
169
  "react-dom": ">=16.8.0"
170
170
  },
171
- "gitHead": "49d20a068413cd4682820d3b17382f6eff15a797"
171
+ "gitHead": "6c4d39c3bdbce56aec4eb6ab74b4e9b1ec97f353"
172
172
  }