@plasmicapp/react-web 1.0.19 → 1.0.20

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 +2 -2
  2. package/package.json +5 -5
package/dist/all.d.ts CHANGED
@@ -12695,7 +12695,7 @@ interface PropTypeBase<Ctx extends any[]> extends CommonTypeBase {
12695
12695
  */
12696
12696
  forceRemount?: boolean;
12697
12697
  /**
12698
- * If true, the prop can't be overriden in different variants.
12698
+ * If true, the prop can't be overridden in different variants.
12699
12699
  */
12700
12700
  invariantable?: boolean;
12701
12701
  /**
@@ -12790,7 +12790,7 @@ interface RichSlotType<P> {
12790
12790
  */
12791
12791
  allowedComponents?: string[];
12792
12792
  /**
12793
- * Wheter Plasmic Components with a root component included in the
12793
+ * Whether Plasmic Components with a root component included in the
12794
12794
  * "allowedComponents" list are valid or not.
12795
12795
  * Only used if the "allowedComponents" list is set.
12796
12796
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
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,10 +86,10 @@
86
86
  },
87
87
  "dependencies": {
88
88
  "@plasmicapp/auth-react": "0.0.29",
89
- "@plasmicapp/data-sources": "1.0.17",
89
+ "@plasmicapp/data-sources": "1.0.18",
90
90
  "@plasmicapp/data-sources-context": "0.1.24",
91
- "@plasmicapp/host": "2.0.8",
92
- "@plasmicapp/loader-splits": "1.0.73",
91
+ "@plasmicapp/host": "2.0.9",
92
+ "@plasmicapp/loader-splits": "1.0.74",
93
93
  "@plasmicapp/nextjs-app-router": "1.0.26",
94
94
  "@plasmicapp/prepass": "1.0.26",
95
95
  "@plasmicapp/query": "0.1.86",
@@ -142,5 +142,5 @@
142
142
  "react": ">=18.0.0",
143
143
  "react-dom": ">=18.0.0"
144
144
  },
145
- "gitHead": "c8c9eea1733e4847296ccfd0c643aa99edecb1fc"
145
+ "gitHead": "824769f1fdd29dbc7ff8ae7895ed07deb46a1a9a"
146
146
  }