@digitalculture/ochre-sdk 0.3.6 → 0.3.7

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
@@ -425,7 +425,7 @@ type WebsiteProperties = {
425
425
  privacy: "public" | "password" | "private";
426
426
  status: "development" | "preview" | "production";
427
427
  isHeaderDisplayed: boolean;
428
- headerVariant: "default" | "floating";
428
+ headerVariant: "default" | "floating" | "inline";
429
429
  headerAlignment: "start" | "center" | "end";
430
430
  isHeaderProjectDisplayed: boolean;
431
431
  isFooterDisplayed: boolean;
package/dist/index.d.ts CHANGED
@@ -425,7 +425,7 @@ type WebsiteProperties = {
425
425
  privacy: "public" | "password" | "private";
426
426
  status: "development" | "preview" | "production";
427
427
  isHeaderDisplayed: boolean;
428
- headerVariant: "default" | "floating";
428
+ headerVariant: "default" | "floating" | "inline";
429
429
  headerAlignment: "start" | "center" | "end";
430
430
  isHeaderProjectDisplayed: boolean;
431
431
  isFooterDisplayed: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
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",