@canopy-iiif/app 0.7.11 → 0.7.13
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 +3 -2
- package/ui/dist/server.mjs +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopy-iiif/app",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Mat Jordan <mat@northwestern.edu>",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"./ui/server": "./ui/dist/server.mjs",
|
|
14
14
|
"./ui/styles/index.css": "./ui/styles/index.css",
|
|
15
15
|
"./ui/canopy-iiif-plugin": "./ui/tailwind-canopy-iiif-plugin.js",
|
|
16
|
-
"./ui/canopy-iiif-preset": "./ui/tailwind-canopy-iiif-preset.js"
|
|
16
|
+
"./ui/canopy-iiif-preset": "./ui/tailwind-canopy-iiif-preset.js",
|
|
17
|
+
"./lib/components/*": "./lib/components/*"
|
|
17
18
|
},
|
|
18
19
|
"files": [
|
|
19
20
|
"lib/**",
|
package/ui/dist/server.mjs
CHANGED
|
@@ -177,7 +177,7 @@ function MdxRelatedItems(props) {
|
|
|
177
177
|
// ui/src/iiif/Hero.jsx
|
|
178
178
|
var import_hero_utils = __toESM(require_hero_utils());
|
|
179
179
|
import React6 from "react";
|
|
180
|
-
import helpers from "/
|
|
180
|
+
import helpers from "@canopy-iiif/app/lib/components/featured.js";
|
|
181
181
|
function Hero({
|
|
182
182
|
height = 360,
|
|
183
183
|
item,
|