ochre-sdk 1.0.49 → 1.0.50

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.
@@ -384,7 +384,7 @@ function parseWebElementProperties(componentProperty, elementResource, options,
384
384
  const filterSidebarSort = componentReader.valueOr("filter-sidebar-sort", "default");
385
385
  const imageLayout = componentReader.valueOr("image-layout", "start");
386
386
  const isImagePlaceholderDisplayed = componentReader.valueOr("image-placeholder-displayed", true);
387
- const isInteractive = componentReader.valueOr("is-interactive", false);
387
+ const isInteractive = componentReader.valueOr("is-interactive", true);
388
388
  const componentOptions = parseWebsiteOptions(elementResource.options, options);
389
389
  properties = {
390
390
  component: "collection",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ochre-sdk",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Node.js library for working with OCHRE (Online Cultural and Historical Research Environment) data",