@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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