@agent-native/core 0.79.15 → 0.79.16

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.
@@ -28,7 +28,7 @@ export declare function createNotificationsHandler(): import("h3").EventHandlerW
28
28
  } | {
29
29
  count?: undefined;
30
30
  updated?: undefined;
31
- ok: boolean;
32
31
  error?: undefined;
32
+ ok: boolean;
33
33
  }>>;
34
34
  //# sourceMappingURL=routes.d.ts.map
@@ -41,28 +41,28 @@ export declare function createObservabilityHandler(): import("h3").EventHandlerW
41
41
  thumbsUpRate: number;
42
42
  avgEvalScore: number;
43
43
  } | {
44
+ error?: undefined;
45
+ ok?: undefined;
44
46
  summary: import("./types.js").TraceSummary;
45
47
  spans: import("./types.js").TraceSpan[];
46
48
  id?: undefined;
49
+ } | {
47
50
  error?: undefined;
48
51
  ok?: undefined;
49
- } | {
50
52
  summary?: undefined;
51
53
  spans?: undefined;
52
54
  id: string;
53
- error?: undefined;
54
- ok?: undefined;
55
55
  } | {
56
+ ok?: undefined;
56
57
  summary?: undefined;
57
58
  spans?: undefined;
58
59
  id?: undefined;
59
60
  error: any;
60
- ok?: undefined;
61
61
  } | {
62
+ error?: undefined;
62
63
  summary?: undefined;
63
64
  spans?: undefined;
64
65
  id?: undefined;
65
- error?: undefined;
66
66
  ok: boolean;
67
67
  }>>;
68
68
  //# sourceMappingURL=routes.d.ts.map
@@ -49,8 +49,8 @@ export declare function handleUpdateResource(event: any): Promise<import("./stor
49
49
  }>;
50
50
  /** DELETE /_agent-native/resources/:id — delete a resource */
51
51
  export declare function handleDeleteResource(event: any): Promise<{
52
- error: string;
53
52
  ok?: undefined;
53
+ error: string;
54
54
  } | {
55
55
  error?: undefined;
56
56
  ok: boolean;
@@ -23,15 +23,15 @@ export declare function resolveAgentEngineApiKeyWriteTarget(event: H3Event, scop
23
23
  error: string;
24
24
  }>;
25
25
  export declare function createAgentEngineApiKeyHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
26
+ ok?: undefined;
26
27
  error: any;
27
28
  key?: undefined;
28
29
  scope?: undefined;
29
- ok?: undefined;
30
30
  } | {
31
+ error?: undefined;
31
32
  ok: boolean;
32
33
  key: string;
33
34
  scope: AgentEngineApiKeyScope;
34
- error?: undefined;
35
35
  }>>;
36
36
  export {};
37
37
  //# sourceMappingURL=agent-engine-api-key-route.d.ts.map
@@ -20,7 +20,7 @@ export declare function createTranscribeVoiceHandler(): import("h3").EventHandle
20
20
  error: string;
21
21
  text?: undefined;
22
22
  } | {
23
- text: string;
24
23
  error?: undefined;
24
+ text: string;
25
25
  }>>;
26
26
  //# sourceMappingURL=transcribe-voice.d.ts.map
@@ -55,9 +55,10 @@
55
55
  --agent-native-lower-surface: hsl(
56
56
  var(--sidebar-background, var(--background))
57
57
  );
58
- --agent-native-raised-radius: 18px;
59
- --agent-native-raised-shadow-left: -12px 0 28px rgb(0 0 0 / 0.1);
60
- --agent-native-raised-shadow-right: 12px 0 28px rgb(0 0 0 / 0.1);
58
+ --agent-native-raised-border: hsl(var(--border));
59
+ --agent-native-raised-radius: 8px;
60
+ --agent-native-raised-shadow-left: -1px 0 3px rgb(0 0 0 / 0.018);
61
+ --agent-native-raised-shadow-right: 1px 0 3px rgb(0 0 0 / 0.018);
61
62
  background: var(--agent-native-lower-surface);
62
63
  }
63
64
 
@@ -66,9 +67,14 @@
66
67
  .agent-layout-shell {
67
68
  --agent-native-lower-surface: color-mix(
68
69
  in srgb,
69
- hsl(var(--sidebar-background, var(--background))) 94%,
70
+ hsl(var(--sidebar-background, var(--background))) 98%,
70
71
  black
71
72
  );
73
+ --agent-native-raised-border: color-mix(
74
+ in srgb,
75
+ hsl(var(--border)) 84%,
76
+ transparent
77
+ );
72
78
  }
73
79
 
74
80
  .dark .agent-sidebar-shell,
@@ -77,11 +83,9 @@
77
83
  .dark.agent-layout-shell {
78
84
  --agent-native-lower-surface: color-mix(
79
85
  in srgb,
80
- hsl(var(--sidebar-background, var(--background))) 86%,
86
+ hsl(var(--sidebar-background, var(--background))) 94%,
81
87
  black
82
88
  );
83
- --agent-native-raised-shadow-left: -14px 0 32px rgb(0 0 0 / 0.22);
84
- --agent-native-raised-shadow-right: 14px 0 32px rgb(0 0 0 / 0.22);
85
89
  }
86
90
  }
87
91
 
@@ -99,10 +103,18 @@
99
103
  background: var(--agent-native-lower-surface) !important;
100
104
  }
101
105
 
106
+ .agent-layout-shell .agent-layout-left-drawer {
107
+ border-inline-end-color: transparent !important;
108
+ }
109
+
102
110
  .agent-sidebar-panel > .agent-sidebar-panel-inner {
103
111
  background: inherit;
104
112
  }
105
113
 
114
+ .agent-sidebar-resize-handle {
115
+ background: transparent;
116
+ }
117
+
106
118
  .agent-layout-main-surface,
107
119
  .agent-sidebar-main-surface {
108
120
  position: relative;
@@ -113,23 +125,41 @@
113
125
  box-shadow 260ms cubic-bezier(0.32, 0.72, 0, 1);
114
126
  }
115
127
 
128
+ .agent-layout-shell
129
+ :where(.agent-layout-main-surface, .agent-sidebar-main-surface)
130
+ > :first-child
131
+ > :where(header, div).border-b:first-child,
132
+ .agent-layout-shell
133
+ :where(.agent-layout-main-surface, .agent-sidebar-main-surface)
134
+ > :where(header, div).border-b:first-child,
135
+ .agent-layout-shell
136
+ .agent-layout-left-drawer
137
+ > :where(header, div).border-b:first-child,
138
+ .agent-layout-shell .agent-native-shell-topbar {
139
+ border-bottom-color: transparent !important;
140
+ }
141
+
116
142
  @media (min-width: 768px) {
117
143
  .agent-layout-main-surface,
118
- .agent-layout-shell > .agent-sidebar-shell {
144
+ .agent-layout-shell > .agent-sidebar-shell > .agent-sidebar-main-surface {
119
145
  border-start-start-radius: var(--agent-native-raised-radius);
120
146
  border-end-start-radius: var(--agent-native-raised-radius);
147
+ border-inline-start: 1px solid var(--agent-native-raised-border);
148
+ border-inline-end: 1px solid var(--agent-native-raised-border);
121
149
  box-shadow: var(--agent-native-raised-shadow-left);
122
150
  }
123
151
 
124
152
  .agent-sidebar-main-surface[data-agent-sidebar-main-state="open"][data-agent-sidebar-main-position="right"] {
125
153
  border-start-end-radius: var(--agent-native-raised-radius);
126
154
  border-end-end-radius: var(--agent-native-raised-radius);
155
+ border-inline-end: 1px solid var(--agent-native-raised-border);
127
156
  box-shadow: var(--agent-native-raised-shadow-right);
128
157
  }
129
158
 
130
159
  .agent-sidebar-main-surface[data-agent-sidebar-main-state="open"][data-agent-sidebar-main-position="left"] {
131
160
  border-start-start-radius: var(--agent-native-raised-radius);
132
161
  border-end-start-radius: var(--agent-native-raised-radius);
162
+ border-inline-start: 1px solid var(--agent-native-raised-border);
133
163
  box-shadow: var(--agent-native-raised-shadow-left);
134
164
  }
135
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/core",
3
- "version": "0.79.15",
3
+ "version": "0.79.16",
4
4
  "description": "Framework for agent-native application development — where AI agents and UI share SQL state, actions, and context",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {