@iblai/iblai-js 1.3.7 → 1.3.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.
@@ -149794,10 +149794,10 @@ const defaultTabs = [
149794
149794
  label: 'Costs',
149795
149795
  value: 'financial',
149796
149796
  },
149797
- {
149798
- label: 'Monetization',
149799
- value: 'monetization',
149800
- },
149797
+ /*{
149798
+ label: 'Monetization',
149799
+ value: 'monetization',
149800
+ },*/
149801
149801
  ];
149802
149802
  const className = 'inline-flex items-center justify-center whitespace-nowrap rounded-[5px] px-2 sm:px-2.5 pt-1 pb-0.5 sm:text-sm text-gray-500 ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:text-blue-600 data-[state=active]:font-semibold text-sm font-medium data-[state=active]:bg-[#f5f7fb] data-[state=active]:shadow-none cursor-pointer';
149803
149803
  function AnalyticsLayout({ children, currentPath, basePath, onTabChange, tabs = defaultTabs, activeTabClassName = '', beforeDataReports, excludeTabs = [], }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/iblai-js",
3
- "version": "1.3.7",
3
+ "version": "1.3.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": {
@@ -61,10 +61,10 @@
61
61
  "axios": "1.13.6",
62
62
  "dotenv": "16.6.1",
63
63
  "winston": "3.19.0",
64
- "@iblai/mcp": "1.2.2",
65
- "@iblai/data-layer": "1.2.7",
66
- "@iblai/web-containers": "1.2.4",
67
- "@iblai/web-utils": "1.2.6"
64
+ "@iblai/data-layer": "1.2.8",
65
+ "@iblai/mcp": "1.2.3",
66
+ "@iblai/web-containers": "1.2.6",
67
+ "@iblai/web-utils": "1.2.7"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@iblai/iblai-api": "4.166.0-ai",