@@ -339,7 +339,7 @@ export declare namespace ContentTree {
339339 /**
340340 * Allowed layout widths for an InfoBox.
341341 */
342- type InfoBoxLayoutWidth = Extract < LayoutWidth , "full-width " | "inset-left" > ;
342+ type InfoBoxLayoutWidth = Extract < LayoutWidth , "in-line " | "inset-left" > ;
343343 /**
344344 * An info box describes a subject via a single card
345345 */
@@ -699,7 +699,7 @@ export declare namespace ContentTree {
699699 /**
700700 * Allowed layout widths for an InfoBox.
701701 */
702- type InfoBoxLayoutWidth = Extract < LayoutWidth , "full-width " | "inset-left" > ;
702+ type InfoBoxLayoutWidth = Extract < LayoutWidth , "in-line " | "inset-left" > ;
703703 /**
704704 * An info box describes a subject via a single card
705705 */
@@ -1045,7 +1045,7 @@ export declare namespace ContentTree {
10451045 /**
10461046 * Allowed layout widths for an InfoBox.
10471047 */
1048- type InfoBoxLayoutWidth = Extract < LayoutWidth , "full-width " | "inset-left" > ;
1048+ type InfoBoxLayoutWidth = Extract < LayoutWidth , "in-line " | "inset-left" > ;
10491049 /**
10501050 * An info box describes a subject via a single card
10511051 */
@@ -1406,7 +1406,7 @@ export declare namespace ContentTree {
14061406 /**
14071407 * Allowed layout widths for an InfoBox.
14081408 */
1409- type InfoBoxLayoutWidth = Extract < LayoutWidth , "full-width " | "inset-left" > ;
1409+ type InfoBoxLayoutWidth = Extract < LayoutWidth , "in-line " | "inset-left" > ;
14101410 /**
14111411 * An info box describes a subject via a single card
14121412 */
0 commit comments