@axiom-lattice/react-sdk 2.1.39 → 2.1.40
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6557 -3250
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8780 -5424
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -989,8 +989,8 @@ interface SideMenuItemConfig {
|
|
|
989
989
|
icon?: ReactNode;
|
|
990
990
|
/** Order for sorting menu items (lower values first) */
|
|
991
991
|
order?: number;
|
|
992
|
-
/** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, tools, workspace, settings, database, metrics, projects, logout) */
|
|
993
|
-
builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "tools" | "workspace" | "settings" | "database" | "metrics" | "projects" | "logout";
|
|
992
|
+
/** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, tools, workspace, settings, database, metrics, mcp, projects, logout) */
|
|
993
|
+
builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "tools" | "workspace" | "settings" | "database" | "metrics" | "mcp" | "projects" | "logout";
|
|
994
994
|
/**
|
|
995
995
|
* Menu group for organizing items
|
|
996
996
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -989,8 +989,8 @@ interface SideMenuItemConfig {
|
|
|
989
989
|
icon?: ReactNode;
|
|
990
990
|
/** Order for sorting menu items (lower values first) */
|
|
991
991
|
order?: number;
|
|
992
|
-
/** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, tools, workspace, settings, database, metrics, projects, logout) */
|
|
993
|
-
builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "tools" | "workspace" | "settings" | "database" | "metrics" | "projects" | "logout";
|
|
992
|
+
/** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, tools, workspace, settings, database, metrics, mcp, projects, logout) */
|
|
993
|
+
builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "tools" | "workspace" | "settings" | "database" | "metrics" | "mcp" | "projects" | "logout";
|
|
994
994
|
/**
|
|
995
995
|
* Menu group for organizing items
|
|
996
996
|
*/
|