@digitalculture/ochre-sdk 0.5.16 → 0.5.17

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/index.d.cts CHANGED
@@ -548,7 +548,7 @@ type WebElementComponent = {
548
548
  isFullHeight: boolean;
549
549
  imageQuality: "high" | "low";
550
550
  captionSource: "name" | "abbreviation" | "description";
551
- captionLayout: "top" | "bottom" | "suppress";
551
+ captionLayout: "top" | "bottom" | "inset" | "suppress";
552
552
  altTextSource: "name" | "abbreviation" | "description";
553
553
  isTransparentBackground: boolean;
554
554
  isCover: boolean;
package/dist/index.d.ts CHANGED
@@ -548,7 +548,7 @@ type WebElementComponent = {
548
548
  isFullHeight: boolean;
549
549
  imageQuality: "high" | "low";
550
550
  captionSource: "name" | "abbreviation" | "description";
551
- captionLayout: "top" | "bottom" | "suppress";
551
+ captionLayout: "top" | "bottom" | "inset" | "suppress";
552
552
  altTextSource: "name" | "abbreviation" | "description";
553
553
  isTransparentBackground: boolean;
554
554
  isCover: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.5.16",
3
+ "version": "0.5.17",
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",