@plasmicapp/react-web 0.2.336 → 0.2.337

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 +1 -0
  2. package/package.json +4 -4
package/dist/all.d.ts CHANGED
@@ -12048,6 +12048,7 @@ interface CustomChoiceType<P> extends ChoiceTypeBase<P, string | number | boolea
12048
12048
  type ChoiceType<P> = SingleChoiceType<P> | MultiChoiceType<P> | CustomChoiceType<P>;
12049
12049
  interface RichSlotType<P> {
12050
12050
  type: "slot";
12051
+ description?: string;
12051
12052
  /**
12052
12053
  * The unique names of all code components that can be placed in the slot
12053
12054
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.336",
3
+ "version": "0.2.337",
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.154",
100
+ "@plasmicapp/data-sources": "0.1.155",
101
101
  "@plasmicapp/data-sources-context": "0.1.21",
102
- "@plasmicapp/host": "1.0.195",
102
+ "@plasmicapp/host": "1.0.196",
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": "6c4d39c3bdbce56aec4eb6ab74b4e9b1ec97f353"
171
+ "gitHead": "5cf999c17e183de929006aad562af5a0f56d047c"
172
172
  }