@mastra/react 0.0.0-error-handler-fix-20251020202607 → 0.0.0-esbuild-bundle-worker-20260807182016
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/CHANGELOG.md +4402 -3
- package/LICENSE.md +15 -0
- package/dist/agent/extract-tasks.d.ts +10 -0
- package/dist/agent/extract-tasks.d.ts.map +1 -0
- package/dist/agent/extractRunIdFromMessages.d.ts +10 -0
- package/dist/agent/extractRunIdFromMessages.d.ts.map +1 -0
- package/dist/agent/hooks.d.ts +98 -0
- package/dist/agent/hooks.d.ts.map +1 -0
- package/dist/agent/signal-data.d.ts +5 -0
- package/dist/agent/signal-data.d.ts.map +1 -0
- package/dist/{src/agent → agent}/types.d.ts +7 -1
- package/dist/agent/types.d.ts.map +1 -0
- package/dist/index.cjs +3314 -1506
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +12 -2
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3243 -1444
- package/dist/index.js.map +1 -1
- package/dist/lib/mastra-db/accumulator.d.ts +48 -0
- package/dist/lib/mastra-db/accumulator.d.ts.map +1 -0
- package/dist/lib/mastra-db/formatCompletionFeedback.d.ts +19 -0
- package/dist/lib/mastra-db/formatCompletionFeedback.d.ts.map +1 -0
- package/dist/lib/mastra-db/fromCoreUserMessage.d.ts +14 -0
- package/dist/lib/mastra-db/fromCoreUserMessage.d.ts.map +1 -0
- package/dist/lib/mastra-db/index.d.ts +6 -0
- package/dist/lib/mastra-db/index.d.ts.map +1 -0
- package/dist/lib/mastra-db/types.d.ts +171 -0
- package/dist/lib/mastra-db/types.d.ts.map +1 -0
- package/dist/lib/use-mutation.d.ts +28 -0
- package/dist/lib/use-mutation.d.ts.map +1 -0
- package/dist/mastra-client-context.d.ts +26 -0
- package/dist/mastra-client-context.d.ts.map +1 -0
- package/dist/mastra-react-provider.d.ts +5 -0
- package/dist/mastra-react-provider.d.ts.map +1 -0
- package/dist/react.css +74 -267
- package/dist/{src/ui → ui}/Code/Code.d.ts +5 -3
- package/dist/ui/Code/Code.d.ts.map +1 -0
- package/dist/ui/Code/highlight.d.ts +4 -0
- package/dist/ui/Code/highlight.d.ts.map +1 -0
- package/dist/ui/Code/index.d.ts +2 -0
- package/dist/ui/Code/index.d.ts.map +1 -0
- package/dist/{src/ui → ui}/Entity/Entity.d.ts +6 -5
- package/dist/ui/Entity/Entity.d.ts.map +1 -0
- package/dist/{src/ui → ui}/Entity/Entry.d.ts +4 -3
- package/dist/ui/Entity/Entry.d.ts.map +1 -0
- package/dist/{src/ui → ui}/Entity/ToolApproval.d.ts +6 -5
- package/dist/ui/Entity/ToolApproval.d.ts.map +1 -0
- package/dist/{src/ui → ui}/Entity/context.d.ts +4 -3
- package/dist/ui/Entity/context.d.ts.map +1 -0
- package/dist/ui/Entity/index.d.ts +5 -0
- package/dist/ui/Entity/index.d.ts.map +1 -0
- package/dist/{src/ui → ui}/Entity/types.d.ts +1 -0
- package/dist/ui/Entity/types.d.ts.map +1 -0
- package/dist/{src/ui → ui}/Icon/Icon.d.ts +3 -2
- package/dist/ui/Icon/Icon.d.ts.map +1 -0
- package/dist/ui/Icon/index.d.ts +2 -0
- package/dist/ui/Icon/index.d.ts.map +1 -0
- package/dist/{src/ui → ui}/IconButton/IconButton.d.ts +3 -2
- package/dist/ui/IconButton/IconButton.d.ts.map +1 -0
- package/dist/ui/IconButton/index.d.ts +2 -0
- package/dist/ui/IconButton/index.d.ts.map +1 -0
- package/dist/ui/Icons/AgentIcon.d.ts +3 -0
- package/dist/ui/Icons/AgentIcon.d.ts.map +1 -0
- package/dist/ui/Icons/ToolsIcon.d.ts +3 -0
- package/dist/ui/Icons/ToolsIcon.d.ts.map +1 -0
- package/dist/ui/Icons/WorkflowIcon.d.ts +3 -0
- package/dist/ui/Icons/WorkflowIcon.d.ts.map +1 -0
- package/dist/ui/Icons/index.d.ts +4 -0
- package/dist/ui/Icons/index.d.ts.map +1 -0
- package/dist/{src/ui → ui}/Message/Message.d.ts +11 -10
- package/dist/ui/Message/Message.d.ts.map +1 -0
- package/dist/ui/Message/index.d.ts +2 -0
- package/dist/ui/Message/index.d.ts.map +1 -0
- package/dist/ui/MessageFactory/MessageFactory.d.ts +22 -0
- package/dist/ui/MessageFactory/MessageFactory.d.ts.map +1 -0
- package/dist/ui/MessageFactory/index.d.ts +3 -0
- package/dist/ui/MessageFactory/index.d.ts.map +1 -0
- package/dist/ui/MessageFactory/types.d.ts +181 -0
- package/dist/ui/MessageFactory/types.d.ts.map +1 -0
- package/dist/{src/ui → ui}/Tooltip/Tooltip.d.ts +5 -4
- package/dist/ui/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/ui/Tooltip/index.d.ts +2 -0
- package/dist/ui/Tooltip/index.d.ts.map +1 -0
- package/dist/ui/index.cjs +57 -0
- package/dist/ui/index.d.ts +9 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +2 -0
- package/dist/ui-Bd2cu1B9.js +497 -0
- package/dist/ui-Bd2cu1B9.js.map +1 -0
- package/dist/ui-DL8WaLmH.cjs +849 -0
- package/dist/ui-DL8WaLmH.cjs.map +1 -0
- package/dist/voice/index.d.ts +5 -0
- package/dist/voice/index.d.ts.map +1 -0
- package/dist/voice/play-stream-with-web-audio.d.ts +2 -0
- package/dist/voice/play-stream-with-web-audio.d.ts.map +1 -0
- package/dist/voice/record-mic-to-file.d.ts +2 -0
- package/dist/voice/record-mic-to-file.d.ts.map +1 -0
- package/dist/voice/use-speech-recognition.d.ts +20 -0
- package/dist/voice/use-speech-recognition.d.ts.map +1 -0
- package/dist/workflows/WorkflowStepFactory/WorkflowStepFactory.d.ts +8 -0
- package/dist/workflows/WorkflowStepFactory/WorkflowStepFactory.d.ts.map +1 -0
- package/dist/workflows/WorkflowStepFactory/index.d.ts +3 -0
- package/dist/workflows/WorkflowStepFactory/index.d.ts.map +1 -0
- package/dist/workflows/WorkflowStepFactory/types.d.ts +90 -0
- package/dist/workflows/WorkflowStepFactory/types.d.ts.map +1 -0
- package/dist/workflows/hooks.d.ts +34 -0
- package/dist/workflows/hooks.d.ts.map +1 -0
- package/dist/workflows/index.d.ts +4 -0
- package/dist/workflows/index.d.ts.map +1 -0
- package/dist/workflows/types.d.ts +122 -0
- package/dist/workflows/types.d.ts.map +1 -0
- package/dist/workflows/use-stream-workflow.d.ts +39 -0
- package/dist/workflows/use-stream-workflow.d.ts.map +1 -0
- package/package.json +52 -30
- package/dist/src/agent/hooks.d.ts +0 -46
- package/dist/src/index.d.ts +0 -6
- package/dist/src/lib/ai-sdk/index.d.ts +0 -3
- package/dist/src/lib/ai-sdk/memory/resolveInitialMessages.d.ts +0 -2
- package/dist/src/lib/ai-sdk/transformers/AISdkNetworkTransformer.d.ts +0 -10
- package/dist/src/lib/ai-sdk/transformers/types.d.ts +0 -10
- package/dist/src/lib/ai-sdk/types.d.ts +0 -14
- package/dist/src/lib/ai-sdk/utils/toAssistantUIMessage.d.ts +0 -14
- package/dist/src/lib/ai-sdk/utils/toAssistantUIMessage.test.d.ts +0 -1
- package/dist/src/lib/ai-sdk/utils/toUIMessage.d.ts +0 -17
- package/dist/src/mastra-client-context.d.ts +0 -10
- package/dist/src/mastra-react-provider.d.ts +0 -4
- package/dist/src/ui/Code/highlight.d.ts +0 -3
- package/dist/src/ui/Code/index.d.ts +0 -1
- package/dist/src/ui/Entity/Entity.stories.d.ts +0 -22
- package/dist/src/ui/Entity/index.d.ts +0 -4
- package/dist/src/ui/Icon/index.d.ts +0 -1
- package/dist/src/ui/IconButton/IconButton.stories.d.ts +0 -12
- package/dist/src/ui/IconButton/index.d.ts +0 -1
- package/dist/src/ui/Icons/AgentIcon.d.ts +0 -2
- package/dist/src/ui/Icons/ToolsIcon.d.ts +0 -2
- package/dist/src/ui/Icons/WorkflowIcon.d.ts +0 -2
- package/dist/src/ui/Icons/index.d.ts +0 -3
- package/dist/src/ui/Message/Message.stories.d.ts +0 -13
- package/dist/src/ui/Message/index.d.ts +0 -1
- package/dist/src/ui/Tooltip/Tooltip.stories.d.ts +0 -12
- package/dist/src/ui/Tooltip/index.d.ts +0 -1
- package/dist/src/ui/index.d.ts +0 -7
package/dist/react.css
CHANGED
|
@@ -1,647 +1,456 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
2
|
-
@layer properties
|
|
3
|
-
|
|
4
|
-
*, :before, :after, ::backdrop {
|
|
5
|
-
--tw-space-y-reverse: 0;
|
|
6
|
-
--tw-border-style: solid;
|
|
7
|
-
--tw-duration: initial;
|
|
8
|
-
--tw-ease: initial;
|
|
9
|
-
--tw-leading: initial;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
1
|
+
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
@layer theme, base, components, utilities;
|
|
14
4
|
@layer theme {
|
|
15
5
|
:root, :host {
|
|
16
|
-
--mastra-font-sans:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
--mastra-
|
|
20
|
-
|
|
21
|
-
--mastra-
|
|
22
|
-
--mastra-
|
|
23
|
-
--mastra-text-
|
|
24
|
-
--mastra-
|
|
25
|
-
--mastra-
|
|
26
|
-
--mastra-
|
|
27
|
-
--mastra-
|
|
28
|
-
--mastra-
|
|
29
|
-
--mastra-
|
|
6
|
+
--mastra-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
|
|
7
|
+
"Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
|
8
|
+
"Segoe UI Symbol", "Noto Color Emoji";
|
|
9
|
+
--mastra-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
10
|
+
"Courier New", monospace;
|
|
11
|
+
--mastra-color-red-500: oklch(63.7% 0.237 25.331);
|
|
12
|
+
--mastra-spacing: 0.25rem;
|
|
13
|
+
--mastra-text-xs: 0.75rem;
|
|
14
|
+
--mastra-text-xs--line-height: calc(1 / 0.75);
|
|
15
|
+
--mastra-text-sm: 0.875rem;
|
|
16
|
+
--mastra-text-sm--line-height: calc(1.25 / 0.875);
|
|
17
|
+
--mastra-radius-md: 0.375rem;
|
|
18
|
+
--mastra-radius-lg: 0.5rem;
|
|
19
|
+
--mastra-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20
|
+
--mastra-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
21
|
+
--mastra-default-transition-duration: 150ms;
|
|
22
|
+
--mastra-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
30
23
|
--mastra-default-font-family: var(--mastra-font-sans);
|
|
31
24
|
--mastra-default-mono-font-family: var(--mastra-font-mono);
|
|
32
25
|
--mastra-color-text3: #939393;
|
|
33
26
|
--mastra-color-text5: #e6e6e6;
|
|
34
|
-
--mastra-color-text6: #
|
|
27
|
+
--mastra-color-text6: #ffffff;
|
|
35
28
|
--mastra-color-surface3: #141414;
|
|
36
29
|
--mastra-color-surface4: #1a1a1a;
|
|
37
|
-
--mastra-color-surface5:
|
|
30
|
+
--mastra-color-surface5: rgba(46, 46, 46, 0.9);
|
|
38
31
|
--mastra-color-accent1: var(--color-accent1);
|
|
39
32
|
--mastra-color-accent2: var(--color-accent2);
|
|
40
33
|
--mastra-color-accent3: var(--color-accent3);
|
|
41
34
|
--mastra-color-accent6: var(--color-accent6);
|
|
42
|
-
--mastra-color-border1:
|
|
35
|
+
--mastra-color-border1: rgba(48, 48, 48, 1);
|
|
43
36
|
}
|
|
44
37
|
}
|
|
45
|
-
|
|
46
38
|
@layer base {
|
|
47
|
-
*,
|
|
39
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
48
40
|
box-sizing: border-box;
|
|
49
|
-
border: 0 solid;
|
|
50
41
|
margin: 0;
|
|
51
42
|
padding: 0;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
::file-selector-button {
|
|
55
|
-
box-sizing: border-box;
|
|
56
43
|
border: 0 solid;
|
|
57
|
-
margin: 0;
|
|
58
|
-
padding: 0;
|
|
59
44
|
}
|
|
60
|
-
|
|
61
45
|
html, :host {
|
|
46
|
+
line-height: 1.5;
|
|
62
47
|
-webkit-text-size-adjust: 100%;
|
|
63
48
|
tab-size: 4;
|
|
64
|
-
|
|
65
|
-
font-family: var(--mastra-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
49
|
+
font-family: var(--mastra-default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
66
50
|
font-feature-settings: var(--mastra-default-font-feature-settings, normal);
|
|
67
51
|
font-variation-settings: var(--mastra-default-font-variation-settings, normal);
|
|
68
52
|
-webkit-tap-highlight-color: transparent;
|
|
69
53
|
}
|
|
70
|
-
|
|
71
54
|
hr {
|
|
72
55
|
height: 0;
|
|
73
56
|
color: inherit;
|
|
74
57
|
border-top-width: 1px;
|
|
75
58
|
}
|
|
76
|
-
|
|
77
59
|
abbr:where([title]) {
|
|
78
60
|
-webkit-text-decoration: underline dotted;
|
|
79
61
|
text-decoration: underline dotted;
|
|
80
62
|
}
|
|
81
|
-
|
|
82
63
|
h1, h2, h3, h4, h5, h6 {
|
|
83
64
|
font-size: inherit;
|
|
84
65
|
font-weight: inherit;
|
|
85
66
|
}
|
|
86
|
-
|
|
87
67
|
a {
|
|
88
68
|
color: inherit;
|
|
89
69
|
-webkit-text-decoration: inherit;
|
|
90
|
-
-webkit-text-decoration: inherit;
|
|
91
|
-
-webkit-text-decoration: inherit;
|
|
92
70
|
text-decoration: inherit;
|
|
93
71
|
}
|
|
94
|
-
|
|
95
72
|
b, strong {
|
|
96
73
|
font-weight: bolder;
|
|
97
74
|
}
|
|
98
|
-
|
|
99
75
|
code, kbd, samp, pre {
|
|
100
76
|
font-family: var(--mastra-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
101
77
|
font-feature-settings: var(--mastra-default-mono-font-feature-settings, normal);
|
|
102
78
|
font-variation-settings: var(--mastra-default-mono-font-variation-settings, normal);
|
|
103
79
|
font-size: 1em;
|
|
104
80
|
}
|
|
105
|
-
|
|
106
81
|
small {
|
|
107
82
|
font-size: 80%;
|
|
108
83
|
}
|
|
109
|
-
|
|
110
84
|
sub, sup {
|
|
111
|
-
vertical-align: baseline;
|
|
112
85
|
font-size: 75%;
|
|
113
86
|
line-height: 0;
|
|
114
87
|
position: relative;
|
|
88
|
+
vertical-align: baseline;
|
|
115
89
|
}
|
|
116
|
-
|
|
117
90
|
sub {
|
|
118
|
-
bottom:
|
|
91
|
+
bottom: -0.25em;
|
|
119
92
|
}
|
|
120
|
-
|
|
121
93
|
sup {
|
|
122
|
-
top:
|
|
94
|
+
top: -0.5em;
|
|
123
95
|
}
|
|
124
|
-
|
|
125
96
|
table {
|
|
126
97
|
text-indent: 0;
|
|
127
98
|
border-color: inherit;
|
|
128
99
|
border-collapse: collapse;
|
|
129
100
|
}
|
|
130
|
-
|
|
131
|
-
:-moz-focusring {
|
|
101
|
+
:-moz-focusring:where(:not(iframe)) {
|
|
132
102
|
outline: auto;
|
|
133
103
|
}
|
|
134
|
-
|
|
135
104
|
progress {
|
|
136
105
|
vertical-align: baseline;
|
|
137
106
|
}
|
|
138
|
-
|
|
139
107
|
summary {
|
|
140
108
|
display: list-item;
|
|
141
109
|
}
|
|
142
|
-
|
|
143
110
|
ol, ul, menu {
|
|
144
111
|
list-style: none;
|
|
145
112
|
}
|
|
146
|
-
|
|
147
113
|
img, svg, video, canvas, audio, iframe, embed, object {
|
|
148
|
-
vertical-align: middle;
|
|
149
114
|
display: block;
|
|
115
|
+
vertical-align: middle;
|
|
150
116
|
}
|
|
151
|
-
|
|
152
117
|
img, video {
|
|
153
118
|
max-width: 100%;
|
|
154
119
|
height: auto;
|
|
155
120
|
}
|
|
156
|
-
|
|
157
|
-
button, input, select, optgroup, textarea {
|
|
121
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
158
122
|
font: inherit;
|
|
159
123
|
font-feature-settings: inherit;
|
|
160
124
|
font-variation-settings: inherit;
|
|
161
125
|
letter-spacing: inherit;
|
|
162
126
|
color: inherit;
|
|
163
|
-
opacity: 1;
|
|
164
|
-
background-color: #0000;
|
|
165
127
|
border-radius: 0;
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
::file-selector-button {
|
|
169
|
-
font: inherit;
|
|
170
|
-
font-feature-settings: inherit;
|
|
171
|
-
font-variation-settings: inherit;
|
|
172
|
-
letter-spacing: inherit;
|
|
173
|
-
color: inherit;
|
|
128
|
+
background-color: transparent;
|
|
174
129
|
opacity: 1;
|
|
175
|
-
background-color: #0000;
|
|
176
|
-
border-radius: 0;
|
|
177
130
|
}
|
|
178
|
-
|
|
179
131
|
:where(select:is([multiple], [size])) optgroup {
|
|
180
132
|
font-weight: bolder;
|
|
181
133
|
}
|
|
182
|
-
|
|
183
134
|
:where(select:is([multiple], [size])) optgroup option {
|
|
184
135
|
padding-inline-start: 20px;
|
|
185
136
|
}
|
|
186
|
-
|
|
187
137
|
::file-selector-button {
|
|
188
138
|
margin-inline-end: 4px;
|
|
189
139
|
}
|
|
190
|
-
|
|
191
140
|
::placeholder {
|
|
192
141
|
opacity: 1;
|
|
193
142
|
}
|
|
194
|
-
|
|
195
|
-
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
143
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
196
144
|
::placeholder {
|
|
197
|
-
color:
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
201
|
-
::placeholder {
|
|
145
|
+
color: currentcolor;
|
|
146
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
202
147
|
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
203
148
|
}
|
|
204
149
|
}
|
|
205
150
|
}
|
|
206
|
-
|
|
207
151
|
textarea {
|
|
208
152
|
resize: vertical;
|
|
209
153
|
}
|
|
210
|
-
|
|
211
154
|
::-webkit-search-decoration {
|
|
212
155
|
-webkit-appearance: none;
|
|
213
156
|
}
|
|
214
|
-
|
|
215
157
|
::-webkit-date-and-time-value {
|
|
216
158
|
min-height: 1lh;
|
|
217
159
|
text-align: inherit;
|
|
218
160
|
}
|
|
219
|
-
|
|
220
161
|
::-webkit-datetime-edit {
|
|
221
162
|
display: inline-flex;
|
|
222
163
|
}
|
|
223
|
-
|
|
224
164
|
::-webkit-datetime-edit-fields-wrapper {
|
|
225
165
|
padding: 0;
|
|
226
166
|
}
|
|
227
|
-
|
|
228
|
-
::-webkit-datetime-edit {
|
|
229
|
-
padding-block: 0;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
::-webkit-datetime-edit-year-field {
|
|
167
|
+
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
233
168
|
padding-block: 0;
|
|
234
169
|
}
|
|
235
|
-
|
|
236
|
-
::-webkit-datetime-edit-month-field {
|
|
237
|
-
padding-block: 0;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
::-webkit-datetime-edit-day-field {
|
|
241
|
-
padding-block: 0;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
::-webkit-datetime-edit-hour-field {
|
|
245
|
-
padding-block: 0;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
::-webkit-datetime-edit-minute-field {
|
|
249
|
-
padding-block: 0;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
::-webkit-datetime-edit-second-field {
|
|
253
|
-
padding-block: 0;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
::-webkit-datetime-edit-millisecond-field {
|
|
257
|
-
padding-block: 0;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
261
|
-
padding-block: 0;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
170
|
::-webkit-calendar-picker-indicator {
|
|
265
171
|
line-height: 1;
|
|
266
172
|
}
|
|
267
|
-
|
|
268
173
|
:-moz-ui-invalid {
|
|
269
174
|
box-shadow: none;
|
|
270
175
|
}
|
|
271
|
-
|
|
272
|
-
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
176
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
273
177
|
appearance: button;
|
|
274
178
|
}
|
|
275
|
-
|
|
276
|
-
::file-selector-button {
|
|
277
|
-
appearance: button;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
::-webkit-inner-spin-button {
|
|
179
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
281
180
|
height: auto;
|
|
282
181
|
}
|
|
283
|
-
|
|
284
|
-
::-webkit-outer-spin-button {
|
|
285
|
-
height: auto;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
182
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
289
183
|
display: none !important;
|
|
290
184
|
}
|
|
291
185
|
}
|
|
292
|
-
|
|
293
|
-
@layer components;
|
|
294
|
-
|
|
295
186
|
@layer utilities {
|
|
296
187
|
.mastra\:absolute {
|
|
297
188
|
position: absolute;
|
|
298
189
|
}
|
|
299
|
-
|
|
300
190
|
.mastra\:relative {
|
|
301
191
|
position: relative;
|
|
302
192
|
}
|
|
303
|
-
|
|
304
193
|
.mastra\:top-2 {
|
|
305
194
|
top: calc(var(--mastra-spacing) * 2);
|
|
306
195
|
}
|
|
307
|
-
|
|
308
196
|
.mastra\:right-2 {
|
|
309
197
|
right: calc(var(--mastra-spacing) * 2);
|
|
310
198
|
}
|
|
311
|
-
|
|
312
199
|
.mastra\:-mt-\[0\.5px\] {
|
|
313
|
-
margin-top:
|
|
200
|
+
margin-top: calc(0.5px * -1);
|
|
314
201
|
}
|
|
315
|
-
|
|
316
202
|
.mastra\:mt-2 {
|
|
317
203
|
margin-top: calc(var(--mastra-spacing) * 2);
|
|
318
204
|
}
|
|
319
|
-
|
|
320
205
|
.mastra\:ml-0\.5 {
|
|
321
|
-
margin-left: calc(var(--mastra-spacing) * .5);
|
|
206
|
+
margin-left: calc(var(--mastra-spacing) * 0.5);
|
|
322
207
|
}
|
|
323
|
-
|
|
324
208
|
.mastra\:flex {
|
|
325
209
|
display: flex;
|
|
326
210
|
}
|
|
327
|
-
|
|
328
211
|
.mastra\:inline-block {
|
|
329
212
|
display: inline-block;
|
|
330
213
|
}
|
|
331
|
-
|
|
332
214
|
.mastra\:inline-flex {
|
|
333
215
|
display: inline-flex;
|
|
334
216
|
}
|
|
335
|
-
|
|
336
217
|
.mastra\:h-\[1em\] {
|
|
337
218
|
height: 1em;
|
|
338
219
|
}
|
|
339
|
-
|
|
340
220
|
.mastra\:h-full {
|
|
341
221
|
height: 100%;
|
|
342
222
|
}
|
|
343
|
-
|
|
344
223
|
.mastra\:w-\[2px\] {
|
|
345
224
|
width: 2px;
|
|
346
225
|
}
|
|
347
|
-
|
|
348
226
|
.mastra\:w-full {
|
|
349
227
|
width: 100%;
|
|
350
228
|
}
|
|
351
|
-
|
|
352
229
|
.mastra\:max-w-1\/2 {
|
|
353
|
-
max-width:
|
|
230
|
+
max-width: calc(1 / 2 * 100%);
|
|
354
231
|
}
|
|
355
|
-
|
|
356
232
|
.mastra\:max-w-4\/5 {
|
|
357
|
-
max-width:
|
|
233
|
+
max-width: calc(4 / 5 * 100%);
|
|
358
234
|
}
|
|
359
|
-
|
|
360
235
|
.mastra\:-rotate-90 {
|
|
361
|
-
rotate: -
|
|
236
|
+
rotate: calc(90deg * -1);
|
|
362
237
|
}
|
|
363
|
-
|
|
364
238
|
.mastra\:rotate-0 {
|
|
365
|
-
rotate:
|
|
239
|
+
rotate: 0deg;
|
|
366
240
|
}
|
|
367
|
-
|
|
368
241
|
.mastra\:animate-pulse {
|
|
369
242
|
animation: var(--mastra-animate-pulse);
|
|
370
243
|
}
|
|
371
|
-
|
|
372
244
|
.mastra\:cursor-pointer {
|
|
373
245
|
cursor: pointer;
|
|
374
246
|
}
|
|
375
|
-
|
|
376
247
|
.mastra\:flex-col {
|
|
377
248
|
flex-direction: column;
|
|
378
249
|
}
|
|
379
|
-
|
|
380
250
|
.mastra\:items-center {
|
|
381
251
|
align-items: center;
|
|
382
252
|
}
|
|
383
|
-
|
|
384
253
|
.mastra\:items-end {
|
|
385
254
|
align-items: flex-end;
|
|
386
255
|
}
|
|
387
|
-
|
|
388
256
|
.mastra\:justify-between {
|
|
389
257
|
justify-content: space-between;
|
|
390
258
|
}
|
|
391
|
-
|
|
392
259
|
.mastra\:gap-1 {
|
|
393
|
-
gap:
|
|
260
|
+
gap: var(--mastra-spacing);
|
|
394
261
|
}
|
|
395
|
-
|
|
396
262
|
.mastra\:gap-2 {
|
|
397
263
|
gap: calc(var(--mastra-spacing) * 2);
|
|
398
264
|
}
|
|
399
|
-
|
|
400
265
|
:where(.mastra\:space-y-2 > :not(:last-child)) {
|
|
401
266
|
--tw-space-y-reverse: 0;
|
|
402
267
|
margin-block-start: calc(calc(var(--mastra-spacing) * 2) * var(--tw-space-y-reverse));
|
|
403
268
|
margin-block-end: calc(calc(var(--mastra-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
404
269
|
}
|
|
405
|
-
|
|
406
270
|
:where(.mastra\:space-y-4 > :not(:last-child)) {
|
|
407
271
|
--tw-space-y-reverse: 0;
|
|
408
272
|
margin-block-start: calc(calc(var(--mastra-spacing) * 4) * var(--tw-space-y-reverse));
|
|
409
273
|
margin-block-end: calc(calc(var(--mastra-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
410
274
|
}
|
|
411
|
-
|
|
412
275
|
.mastra\:overflow-hidden {
|
|
413
276
|
overflow: hidden;
|
|
414
277
|
}
|
|
415
|
-
|
|
416
278
|
.mastra\:overflow-y-auto {
|
|
417
279
|
overflow-y: auto;
|
|
418
280
|
}
|
|
419
|
-
|
|
420
281
|
.mastra\:rounded-lg {
|
|
421
282
|
border-radius: var(--mastra-radius-lg);
|
|
422
283
|
}
|
|
423
|
-
|
|
424
284
|
.mastra\:rounded-md {
|
|
425
285
|
border-radius: var(--mastra-radius-md);
|
|
426
286
|
}
|
|
427
|
-
|
|
428
287
|
.mastra\:rounded-tl-none {
|
|
429
288
|
border-top-left-radius: 0;
|
|
430
289
|
}
|
|
431
|
-
|
|
432
290
|
.mastra\:border {
|
|
433
291
|
border-style: var(--tw-border-style);
|
|
434
|
-
border-width: .5px;
|
|
292
|
+
border-width: 0.5px;
|
|
435
293
|
}
|
|
436
|
-
|
|
437
294
|
.mastra\:border-b {
|
|
438
295
|
border-bottom-style: var(--tw-border-style);
|
|
439
|
-
border-bottom-width: .5px;
|
|
296
|
+
border-bottom-width: 0.5px;
|
|
440
297
|
}
|
|
441
|
-
|
|
442
298
|
.mastra\:border-border1 {
|
|
443
299
|
border-color: var(--mastra-color-border1);
|
|
444
300
|
}
|
|
445
|
-
|
|
446
301
|
.mastra\:bg-red-500 {
|
|
447
302
|
background-color: var(--mastra-color-red-500);
|
|
448
303
|
}
|
|
449
|
-
|
|
450
304
|
.mastra\:bg-surface3 {
|
|
451
305
|
background-color: var(--mastra-color-surface3);
|
|
452
306
|
}
|
|
453
|
-
|
|
454
307
|
.mastra\:bg-surface4 {
|
|
455
308
|
background-color: var(--mastra-color-surface4);
|
|
456
309
|
}
|
|
457
|
-
|
|
458
310
|
.mastra\:bg-text5 {
|
|
459
311
|
background-color: var(--mastra-color-text5);
|
|
460
312
|
}
|
|
461
|
-
|
|
462
313
|
.mastra\:p-0\.5 {
|
|
463
|
-
padding: calc(var(--mastra-spacing) * .5);
|
|
314
|
+
padding: calc(var(--mastra-spacing) * 0.5);
|
|
464
315
|
}
|
|
465
|
-
|
|
466
316
|
.mastra\:p-1 {
|
|
467
|
-
padding:
|
|
317
|
+
padding: var(--mastra-spacing);
|
|
468
318
|
}
|
|
469
|
-
|
|
470
319
|
.mastra\:p-4 {
|
|
471
320
|
padding: calc(var(--mastra-spacing) * 4);
|
|
472
321
|
}
|
|
473
|
-
|
|
474
322
|
.mastra\:px-2 {
|
|
475
323
|
padding-inline: calc(var(--mastra-spacing) * 2);
|
|
476
324
|
}
|
|
477
|
-
|
|
478
325
|
.mastra\:px-4 {
|
|
479
326
|
padding-inline: calc(var(--mastra-spacing) * 4);
|
|
480
327
|
}
|
|
481
|
-
|
|
482
328
|
.mastra\:py-1 {
|
|
483
|
-
padding-block:
|
|
329
|
+
padding-block: var(--mastra-spacing);
|
|
484
330
|
}
|
|
485
|
-
|
|
486
331
|
.mastra\:py-2 {
|
|
487
332
|
padding-block: calc(var(--mastra-spacing) * 2);
|
|
488
333
|
}
|
|
489
|
-
|
|
490
334
|
.mastra\:py-4 {
|
|
491
335
|
padding-block: calc(var(--mastra-spacing) * 4);
|
|
492
336
|
}
|
|
493
|
-
|
|
494
337
|
.mastra\:align-text-bottom {
|
|
495
338
|
vertical-align: text-bottom;
|
|
496
339
|
}
|
|
497
|
-
|
|
498
340
|
.mastra\:font-mono {
|
|
499
341
|
font-family: var(--mastra-font-mono);
|
|
500
342
|
}
|
|
501
|
-
|
|
502
343
|
.mastra\:text-sm {
|
|
503
344
|
font-size: var(--mastra-text-sm);
|
|
504
345
|
line-height: var(--tw-leading, var(--mastra-text-sm--line-height));
|
|
505
346
|
}
|
|
506
|
-
|
|
507
347
|
.mastra\:text-xs {
|
|
508
348
|
font-size: var(--mastra-text-xs);
|
|
509
349
|
line-height: var(--tw-leading, var(--mastra-text-xs--line-height));
|
|
510
350
|
}
|
|
511
|
-
|
|
512
351
|
.mastra\:text-text3 {
|
|
513
352
|
color: var(--mastra-color-text3);
|
|
514
353
|
}
|
|
515
|
-
|
|
516
354
|
.mastra\:text-text6 {
|
|
517
355
|
color: var(--mastra-color-text6);
|
|
518
356
|
}
|
|
519
|
-
|
|
520
357
|
.mastra\:opacity-0 {
|
|
521
|
-
opacity: 0
|
|
358
|
+
opacity: 0%;
|
|
522
359
|
}
|
|
523
|
-
|
|
524
360
|
.mastra\:transition-transform {
|
|
525
361
|
transition-property: transform, translate, scale, rotate;
|
|
526
362
|
transition-timing-function: var(--tw-ease, var(--mastra-default-transition-timing-function));
|
|
527
363
|
transition-duration: var(--tw-duration, var(--mastra-default-transition-duration));
|
|
528
364
|
}
|
|
529
|
-
|
|
530
365
|
.mastra\:duration-200 {
|
|
531
|
-
--tw-duration:
|
|
532
|
-
transition-duration:
|
|
366
|
+
--tw-duration: 200ms;
|
|
367
|
+
transition-duration: 200ms;
|
|
533
368
|
}
|
|
534
|
-
|
|
535
369
|
.mastra\:ease-in-out {
|
|
536
370
|
--tw-ease: var(--mastra-ease-in-out);
|
|
537
371
|
transition-timing-function: var(--mastra-ease-in-out);
|
|
538
372
|
}
|
|
539
|
-
|
|
540
373
|
.mastra\:group-focus-within\:opacity-100:is(:where(.mastra\:group):focus-within *) {
|
|
541
|
-
opacity:
|
|
374
|
+
opacity: 100%;
|
|
542
375
|
}
|
|
543
|
-
|
|
544
376
|
@media (hover: hover) {
|
|
545
377
|
.mastra\:group-hover\:opacity-100:is(:where(.mastra\:group):hover *) {
|
|
546
|
-
opacity:
|
|
378
|
+
opacity: 100%;
|
|
547
379
|
}
|
|
548
|
-
|
|
549
380
|
.mastra\:hover\:bg-surface4:hover {
|
|
550
381
|
background-color: var(--mastra-color-surface4);
|
|
551
382
|
}
|
|
552
|
-
|
|
553
383
|
.mastra\:hover\:text-text6:hover {
|
|
554
384
|
color: var(--mastra-color-text6);
|
|
555
385
|
}
|
|
556
386
|
}
|
|
557
|
-
|
|
558
387
|
.mastra\:active\:bg-surface5:active {
|
|
559
388
|
background-color: var(--mastra-color-surface5);
|
|
560
389
|
}
|
|
561
|
-
|
|
562
390
|
.mastra\:active\:text-text6:active {
|
|
563
391
|
color: var(--mastra-color-text6);
|
|
564
392
|
}
|
|
565
|
-
|
|
566
393
|
.mastra\:aria-disabled\:cursor-not-allowed[aria-disabled="true"] {
|
|
567
394
|
cursor: not-allowed;
|
|
568
395
|
}
|
|
569
|
-
|
|
570
396
|
.mastra\:aria-disabled\:bg-surface5[aria-disabled="true"] {
|
|
571
397
|
background-color: var(--mastra-color-surface5);
|
|
572
398
|
}
|
|
573
|
-
|
|
574
399
|
.mastra\:aria-disabled\:text-text3[aria-disabled="true"] {
|
|
575
400
|
color: var(--mastra-color-text3);
|
|
576
401
|
}
|
|
577
|
-
|
|
578
402
|
.mastra\:aria-expanded\:rounded-b-none[aria-expanded="true"] {
|
|
579
403
|
border-bottom-right-radius: 0;
|
|
580
404
|
border-bottom-left-radius: 0;
|
|
581
405
|
}
|
|
582
|
-
|
|
583
406
|
.mastra\:aria-expanded\:border-b-0[aria-expanded="true"] {
|
|
584
407
|
border-bottom-style: var(--tw-border-style);
|
|
585
|
-
border-bottom-width:
|
|
408
|
+
border-bottom-width: 0px;
|
|
586
409
|
}
|
|
587
|
-
|
|
588
410
|
.mastra\:\[\&_\.mastra-message-content\]\:bg-surface4 .mastra-message-content {
|
|
589
411
|
background-color: var(--mastra-color-surface4);
|
|
590
412
|
}
|
|
591
|
-
|
|
592
413
|
.mastra\:\[\&_\.mastra-message-content\]\:px-4 .mastra-message-content {
|
|
593
414
|
padding-inline: calc(var(--mastra-spacing) * 4);
|
|
594
415
|
}
|
|
595
|
-
|
|
596
416
|
.mastra\:\[\&_svg\.mastra-icon\]\:text-accent1 svg.mastra-icon {
|
|
597
417
|
color: var(--mastra-color-accent1);
|
|
598
418
|
}
|
|
599
|
-
|
|
600
419
|
.mastra\:\[\&_svg\.mastra-icon\]\:text-accent2 svg.mastra-icon {
|
|
601
420
|
color: var(--mastra-color-accent2);
|
|
602
421
|
}
|
|
603
|
-
|
|
604
422
|
.mastra\:\[\&_svg\.mastra-icon\]\:text-accent3 svg.mastra-icon {
|
|
605
423
|
color: var(--mastra-color-accent3);
|
|
606
424
|
}
|
|
607
|
-
|
|
608
425
|
.mastra\:\[\&_svg\.mastra-icon\]\:text-accent6 svg.mastra-icon {
|
|
609
426
|
color: var(--mastra-color-accent6);
|
|
610
427
|
}
|
|
611
|
-
|
|
612
428
|
.mastra\:\[\&_svg\.mastra-icon\]\:text-text3 svg.mastra-icon {
|
|
613
429
|
color: var(--mastra-color-text3);
|
|
614
430
|
}
|
|
615
|
-
|
|
616
431
|
.mastra\:\[\&\>pre\]\:\!bg-surface4 > pre {
|
|
617
432
|
background-color: var(--mastra-color-surface4) !important;
|
|
618
433
|
}
|
|
619
|
-
|
|
620
434
|
.mastra\:\[\&\>pre\]\:p-4 > pre {
|
|
621
435
|
padding: calc(var(--mastra-spacing) * 4);
|
|
622
436
|
}
|
|
623
|
-
|
|
624
437
|
.mastra\:\[\&\>pre\>code\]\:leading-5 > pre > code {
|
|
625
438
|
--tw-leading: calc(var(--mastra-spacing) * 5);
|
|
626
439
|
line-height: calc(var(--mastra-spacing) * 5);
|
|
627
440
|
}
|
|
628
|
-
|
|
629
441
|
.mastra\:\[\&\>svg\]\:size-3 > svg {
|
|
630
442
|
width: calc(var(--mastra-spacing) * 3);
|
|
631
443
|
height: calc(var(--mastra-spacing) * 3);
|
|
632
444
|
}
|
|
633
|
-
|
|
634
445
|
.mastra\:\[\&\>svg\]\:size-4 > svg {
|
|
635
446
|
width: calc(var(--mastra-spacing) * 4);
|
|
636
447
|
height: calc(var(--mastra-spacing) * 4);
|
|
637
448
|
}
|
|
638
|
-
|
|
639
449
|
.mastra\:\[\&\>svg\]\:size-5 > svg {
|
|
640
450
|
width: calc(var(--mastra-spacing) * 5);
|
|
641
451
|
height: calc(var(--mastra-spacing) * 5);
|
|
642
452
|
}
|
|
643
453
|
}
|
|
644
|
-
|
|
645
454
|
:root {
|
|
646
455
|
--color-accent1: #1afb6f;
|
|
647
456
|
--color-accent2: #ff4931;
|
|
@@ -650,70 +459,68 @@
|
|
|
650
459
|
--color-accent5: #4a9df2;
|
|
651
460
|
--color-accent6: #ecb047;
|
|
652
461
|
}
|
|
653
|
-
|
|
654
462
|
@keyframes tooltip-fade-in {
|
|
655
463
|
from {
|
|
656
464
|
opacity: 0;
|
|
657
465
|
transform: translateY(-8px);
|
|
658
466
|
}
|
|
659
|
-
|
|
660
467
|
to {
|
|
661
468
|
opacity: 1;
|
|
662
469
|
transform: translateY(0);
|
|
663
470
|
}
|
|
664
471
|
}
|
|
665
|
-
|
|
666
472
|
.mastra-tooltip-enter {
|
|
667
|
-
animation: .2s ease-in-out
|
|
473
|
+
animation: tooltip-fade-in 0.2s ease-in-out;
|
|
668
474
|
}
|
|
669
|
-
|
|
670
475
|
.mastra-list {
|
|
671
|
-
scrollbar-width: thin;
|
|
672
476
|
padding-right: 8px;
|
|
477
|
+
scrollbar-width: thin;
|
|
673
478
|
overflow-y: auto;
|
|
674
479
|
}
|
|
675
|
-
|
|
676
480
|
.mastra-list::-webkit-scrollbar {
|
|
677
481
|
width: 4px;
|
|
678
482
|
}
|
|
679
|
-
|
|
680
483
|
.mastra-list::-webkit-scrollbar-track {
|
|
681
484
|
border-radius: 4px;
|
|
682
485
|
}
|
|
683
|
-
|
|
684
486
|
.mastra-list::-webkit-scrollbar-thumb {
|
|
685
487
|
border-radius: 4px;
|
|
686
488
|
}
|
|
687
|
-
|
|
688
489
|
@property --tw-space-y-reverse {
|
|
689
490
|
syntax: "*";
|
|
690
491
|
inherits: false;
|
|
691
492
|
initial-value: 0;
|
|
692
493
|
}
|
|
693
|
-
|
|
694
494
|
@property --tw-border-style {
|
|
695
495
|
syntax: "*";
|
|
696
496
|
inherits: false;
|
|
697
497
|
initial-value: solid;
|
|
698
498
|
}
|
|
699
|
-
|
|
700
499
|
@property --tw-duration {
|
|
701
500
|
syntax: "*";
|
|
702
|
-
inherits: false
|
|
501
|
+
inherits: false;
|
|
703
502
|
}
|
|
704
|
-
|
|
705
503
|
@property --tw-ease {
|
|
706
504
|
syntax: "*";
|
|
707
|
-
inherits: false
|
|
505
|
+
inherits: false;
|
|
708
506
|
}
|
|
709
|
-
|
|
710
507
|
@property --tw-leading {
|
|
711
508
|
syntax: "*";
|
|
712
|
-
inherits: false
|
|
509
|
+
inherits: false;
|
|
713
510
|
}
|
|
714
|
-
|
|
715
511
|
@keyframes pulse {
|
|
716
512
|
50% {
|
|
717
|
-
opacity: .5;
|
|
513
|
+
opacity: 0.5;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
@layer properties {
|
|
517
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
518
|
+
*, ::before, ::after, ::backdrop {
|
|
519
|
+
--tw-space-y-reverse: 0;
|
|
520
|
+
--tw-border-style: solid;
|
|
521
|
+
--tw-duration: initial;
|
|
522
|
+
--tw-ease: initial;
|
|
523
|
+
--tw-leading: initial;
|
|
524
|
+
}
|
|
718
525
|
}
|
|
719
526
|
}
|