@plasmicapp/react-web 0.2.108 → 0.2.109

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
@@ -95,6 +95,8 @@ declare const plasmicHeadMeta: {
95
95
  description: string;
96
96
  importName: string;
97
97
  importPath: string;
98
+ isRepeatable: boolean;
99
+ styleSections: boolean;
98
100
  props: {
99
101
  title: {
100
102
  type: string;
@@ -868,6 +868,8 @@ var plasmicHeadMeta = {
868
868
  description: "Used to add page metadata to HEAD tag",
869
869
  importName: "PlasmicHead",
870
870
  importPath: "@plasmicapp/react-web",
871
+ isRepeatable: false,
872
+ styleSections: false,
871
873
  props: {
872
874
  title: {
873
875
  type: "string",