@xh/hoist 76.0.0-SNAPSHOT.1755703025327 → 76.0.0-SNAPSHOT.1755703653662

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.
@@ -105,7 +105,7 @@ const jsonSearchDialog = hoistCmp.factory<JsonSearchImplModel>({
105
105
  flex: 1,
106
106
  width: '100%',
107
107
  readonly: true,
108
- showCopyButton: true
108
+ enableSearch: true
109
109
  })
110
110
  })
111
111
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "76.0.0-SNAPSHOT.1755703025327",
3
+ "version": "76.0.0-SNAPSHOT.1755703653662",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",