@iblai/iblai-js 1.3.5 → 1.3.6

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.
@@ -186609,7 +186609,7 @@ function Spinner({ size = "md", className }) {
186609
186609
  }
186610
186610
 
186611
186611
  function Version({ appName, appVersion, poweredBy, }) {
186612
- return (jsx("div", { className: "min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-500 to-blue-200 p-4", children: jsx(Card, { className: "w-full max-w-md shadow-xl rounded-2xl border border-gray-300", children: jsxs(CardContent, { className: "p-6 text-center", children: [jsxs("div", { className: "flex items-center justify-center gap-2 text-gray-700", children: [jsx(Terminal, { className: "w-6 h-6 text-primary" }), jsxs("h1", { className: "text-2xl font-semibold tracking-tight", children: ["ibl.ai ", appName] })] }), jsx(Separator$1, { className: "my-4" }), jsx("p", { className: "text-sm text-muted-foreground mb-2", children: "Current Version" }), jsx(Badge, { className: "text-base px-4 py-1 rounded-full bg-green-100 text-green-700", children: appVersion }), jsx("div", { className: "w-full text-center mt-auto py-4", children: jsx("div", { className: "flex items-end justify-center text-sm text-gray-500", children: jsxs("span", { className: "flex items-end h-6 text-xs", children: ["Powered by", poweredBy, "in New York"] }) }) })] }) }) }));
186612
+ return (jsx("div", { className: "min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-500 to-blue-200 p-4", children: jsx(Card, { className: "w-full max-w-md shadow-xl rounded-2xl border border-gray-300", children: jsxs(CardContent, { className: "p-6 text-center items-center", children: [jsxs("div", { className: "flex items-center justify-center gap-2 text-gray-700", children: [jsx(Terminal, { className: "w-6 h-6 text-primary" }), jsxs("h1", { className: "text-2xl font-semibold tracking-tight", children: ["ibl.ai ", appName] })] }), jsx(Separator$1, { className: "my-4" }), jsx("p", { className: "text-sm text-muted-foreground mb-2", children: "Current Version" }), jsx(Badge, { className: "text-base px-4 py-1 hover:bg-green-700 hover:text-white rounded-full bg-green-100 text-green-700", children: appVersion }), jsx("div", { className: "w-full text-center mt-auto py-4", children: jsx("div", { className: "flex items-end justify-center text-sm text-gray-500", children: jsxs("span", { className: "flex items-end h-6 text-xs", children: ["Powered by", poweredBy, "in New York"] }) }) })] }) }) }));
186613
186613
  }
186614
186614
 
186615
186615
  const iconMap = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/iblai-js",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
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": {
@@ -63,7 +63,7 @@
63
63
  "winston": "3.19.0",
64
64
  "@iblai/data-layer": "1.2.6",
65
65
  "@iblai/mcp": "1.2.2",
66
- "@iblai/web-containers": "1.2.2",
66
+ "@iblai/web-containers": "1.2.3",
67
67
  "@iblai/web-utils": "1.2.5"
68
68
  },
69
69
  "peerDependencies": {