@iblai/iblai-js 2.7.8 → 2.7.9

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.
@@ -243060,9 +243060,9 @@ function Shell({ brandName, showTopBar, showLogo, logoUrl, className, children,
243060
243060
  const t = useT();
243061
243061
  /** Platforms without a logo image 404; the broken img then hides itself. */
243062
243062
  const [logoFailed, setLogoFailed] = useState(false);
243063
- return (jsxs("div", { className: `min-h-dvh bg-background text-foreground ${className !== null && className !== void 0 ? className : ''}`, children: [showTopBar && (jsx("header", { className: "sticky top-0 z-10 border-b border-border bg-card/95 shadow-sm backdrop-blur", children: jsxs("div", { className: "relative mx-auto flex h-14 w-full max-w-2xl items-center gap-3 px-4 sm:px-6", children: [jsx("span", { className: "text-sm font-semibold text-foreground", children: brandName }), showLogo && logoUrl && !logoFailed && (
243063
+ return (jsxs("div", { className: `min-h-dvh bg-background text-foreground ${className !== null && className !== void 0 ? className : ''}`, children: [showTopBar && (jsx("header", { className: "sticky top-0 z-10 border-b border-border bg-card/95 shadow-sm backdrop-blur", children: jsxs("div", { className: "mx-auto flex h-14 w-full max-w-2xl items-center gap-3 px-4 sm:px-6", children: [showLogo && logoUrl && !logoFailed && (
243064
243064
  // eslint-disable-next-line @next/next/no-img-element
243065
- jsx("img", { src: logoUrl, alt: "", onError: () => setLogoFailed(true), className: "absolute left-1/2 top-1/2 h-8 w-auto max-w-[35%] -translate-x-1/2 -translate-y-1/2 object-contain" })), jsx("span", { className: "ml-auto text-sm text-muted-foreground", children: t('applyApplyWizard.application') })] }) })), jsx("main", { className: "mx-auto w-full max-w-2xl px-4 py-8 sm:px-6", children: children })] }));
243065
+ jsx("img", { src: logoUrl, alt: "", onError: () => setLogoFailed(true), className: "h-8 w-auto max-w-[30%] shrink-0 object-contain" })), jsx("span", { className: "min-w-0 truncate text-sm font-semibold text-foreground", title: brandName, children: brandName }), jsx("span", { className: "ml-auto shrink-0 text-sm text-muted-foreground", children: t('applyApplyWizard.application') })] }) })), jsx("main", { className: "mx-auto w-full max-w-2xl px-4 py-8 sm:px-6", children: children })] }));
243066
243066
  }
243067
243067
 
243068
243068
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/iblai-js",
3
- "version": "2.7.8",
3
+ "version": "2.7.9",
4
4
  "description": "Unified JavaScript SDK for IBL.ai — re-exports data-layer, web-containers, and web-utils under a single package",
5
5
  "type": "module",
6
6
  "engines": {
@@ -76,9 +76,9 @@
76
76
  "axios": "1.13.6",
77
77
  "dotenv": "16.6.1",
78
78
  "winston": "3.19.0",
79
- "@iblai/mcp": "1.12.2",
80
- "@iblai/web-containers": "1.19.5",
81
79
  "@iblai/data-layer": "1.13.0",
80
+ "@iblai/mcp": "1.12.3",
81
+ "@iblai/web-containers": "1.19.6",
82
82
  "@iblai/web-utils": "2.2.2-reconnect.2"
83
83
  },
84
84
  "peerDependencies": {