@magemetrics/ai 0.0.32 → 0.0.34-patch-1

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.
@@ -20,14 +20,12 @@ export declare const logout: () => Promise<void>;
20
20
 
21
21
  declare const MainModal: React.FC<{
22
22
  apiKey: string;
23
- externalJWT: string;
23
+ externalJwt: string;
24
24
  apiUrl: string;
25
25
  display?: string;
26
26
  persist?: PersistenceOptions;
27
27
  modal?: ControlledModalProps;
28
- startOptions?: DisplayControlProps & {
29
- showRecentDashboards?: boolean;
30
- };
28
+ startOptions?: StartOptions;
31
29
  theme?: Theme;
32
30
  }>;
33
31
 
@@ -38,6 +36,10 @@ export declare interface SearchElement extends HTMLElement, SearchElementAttribu
38
36
 
39
37
  export declare type SearchElementAttributes = ComponentPropsWithoutRef<typeof MainModal>;
40
38
 
39
+ declare type StartOptions = DisplayControlProps & {
40
+ label?: string;
41
+ };
42
+
41
43
  declare type Theme = {
42
44
  primary: MantineColorsTuple;
43
45
  secondary: MantineColorsTuple;
@@ -1,4 +1,4 @@
1
- import { a as o, c as r, l as s } from "./web-component-D5JkM71h.js";
1
+ import { a as o, c as r, l as s } from "./web-component-C5tpWbhs.js";
2
2
  export {
3
3
  o as colorsTuple,
4
4
  r as createMagemetrics,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magemetrics/ai",
3
- "version": "0.0.32",
3
+ "version": "0.0.34-patch-1",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@ai-sdk/react": "^1.2.8",