@iblai/iblai-js 1.20.3 → 1.20.5
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.
|
@@ -198208,7 +198208,7 @@ function UpgradePackageModal({ open, onClose, redirectUrl, sourcePlatformKey, ma
|
|
|
198208
198208
|
}
|
|
198209
198209
|
|
|
198210
198210
|
function AppleRestrictionModal({ isOpen, onClose }) {
|
|
198211
|
-
return (jsx(Dialog, { open: isOpen, onOpenChange: onClose, children: jsx(DialogContent, { showCloseButton: false, className: "max-w-sm gap-0 overflow-hidden rounded-2xl p-0", children: jsxs("div", { className: "flex flex-col items-center gap-6 px-8 py-10 text-center", children: [jsx("div", { className: "flex h-16 w-16 items-center justify-center rounded-full bg-gray-100", children: jsx(Smartphone, { className: "h-8 w-8 text-gray-500", strokeWidth: 1.5 }) }), jsxs("div", { className: "flex flex-col gap-2", children: [jsx(DialogTitle, { className: "text-xl font-bold tracking-tight text-gray-900", children: "
|
|
198211
|
+
return (jsx(Dialog, { open: isOpen, onOpenChange: onClose, children: jsx(DialogContent, { showCloseButton: false, className: "max-w-sm gap-0 overflow-hidden rounded-2xl p-0", children: jsxs("div", { className: "flex flex-col items-center gap-6 px-8 py-10 text-center", children: [jsx("div", { className: "flex h-16 w-16 items-center justify-center rounded-full bg-gray-100", children: jsx(Smartphone, { className: "h-8 w-8 text-gray-500", strokeWidth: 1.5 }) }), jsxs("div", { className: "flex flex-col gap-2", children: [jsx(DialogTitle, { className: "text-xl font-bold tracking-tight text-gray-900", children: "This action requires a subscription which happens outside the app" }), jsx(DialogDescription, { className: "text-sm leading-relaxed text-gray-500", children: "All subscription and billing changes are managed through your account, outside the app." })] }), jsx("div", { className: "flex w-full flex-col gap-3", children: jsx("button", { type: "button", onClick: onClose, className: "ibl-button-primary flex w-full items-center justify-center rounded-full py-3 text-sm font-semibold", children: "OK" }) })] }) }) }));
|
|
198212
198212
|
}
|
|
198213
198213
|
|
|
198214
198214
|
function Version({ appName, appVersion, poweredBy, }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iblai/iblai-js",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.5",
|
|
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": {
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"axios": "1.13.6",
|
|
67
67
|
"dotenv": "16.6.1",
|
|
68
68
|
"winston": "3.19.0",
|
|
69
|
-
"@iblai/data-layer": "1.8.4",
|
|
70
69
|
"@iblai/mcp": "1.7.2",
|
|
71
|
-
"@iblai/web-containers": "1.10.
|
|
72
|
-
"@iblai/web-utils": "1.11.
|
|
70
|
+
"@iblai/web-containers": "1.10.4",
|
|
71
|
+
"@iblai/web-utils": "1.11.3",
|
|
72
|
+
"@iblai/data-layer": "1.8.5"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@radix-ui/react-dialog": "^1.1.7",
|