@canopy-iiif/app 1.1.0 → 1.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -2286,6 +2286,7 @@ function ReferencedItems({
2286
2286
  // ui/src/content/References.jsx
2287
2287
  import React25 from "react";
2288
2288
  import navigationHelpers5 from "@canopy-iiif/app/lib/components/navigation.js";
2289
+ import referenced from "@canopy-iiif/app/lib/components/referenced.js";
2289
2290
  function getPageContext() {
2290
2291
  if (!navigationHelpers5 || typeof navigationHelpers5.getPageContext !== "function") {
2291
2292
  return null;