ochre-sdk 1.0.66 → 1.0.67

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.
@@ -262,8 +262,8 @@ const COLLECTION_PROPERTY_DEFAULTS = {
262
262
  */
263
263
  const COLLECTION_IMAGE_DEFAULTS = {
264
264
  layout: "start",
265
- fit: "fill",
266
- alignment: "center",
265
+ fit: "fit",
266
+ alignment: null,
267
267
  isPlaceholderDisplayed: true
268
268
  };
269
269
  /**
@@ -322,7 +322,7 @@ type WebElementComponent<T extends LanguageCodes = LanguageCodes> = {
322
322
  image: {
323
323
  layout: "top" | "bottom" | "start" | "end" | null;
324
324
  fit: "fill" | "fit";
325
- alignment: "top" | "center" | "bottom";
325
+ alignment: "top" | "center" | "bottom" | null;
326
326
  isPlaceholderDisplayed: boolean;
327
327
  };
328
328
  minimumColumnCount: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ochre-sdk",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
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",