@iblai/mcp 1.12.2 → 1.12.3
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.
|
@@ -5752,12 +5752,12 @@ interface ApplyWizardProps {
|
|
|
5752
5752
|
brandName?: string;
|
|
5753
5753
|
/** Show the top bar. Defaults to true. */
|
|
5754
5754
|
showTopBar?: boolean;
|
|
5755
|
-
/** Show the platform logo
|
|
5756
|
-
* renders when a URL resolves (logoUrl, else dmUrl). */
|
|
5755
|
+
/** Show the platform logo at the start of the top bar. Defaults to true;
|
|
5756
|
+
* only renders when a URL resolves (logoUrl, else dmUrl). */
|
|
5757
5757
|
showLogo?: boolean;
|
|
5758
5758
|
/** Explicit logo URL; overrides the one derived from dmUrl. */
|
|
5759
5759
|
logoUrl?: string;
|
|
5760
|
-
/** DM base URL; derives the
|
|
5760
|
+
/** DM base URL; derives the header logo, shown at the bar's start, from
|
|
5761
5761
|
* \`<dmUrl>/api/core/orgs/<platformKey>/logo/\` (hidden if missing). */
|
|
5762
5762
|
dmUrl?: string;
|
|
5763
5763
|
className?: string;
|