@agent-ui-kit/web-components 0.0.5 → 0.0.7
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/agent-ui.css +1 -1
- package/dist/api.colors.json +1505 -0
- package/dist/api.colors.yaml +1139 -0
- package/dist/api.json +2877 -385
- package/dist/api.tokens.json +541 -0
- package/dist/api.tokens.yaml +410 -0
- package/dist/docs/components/accordion-item.yaml +41 -0
- package/dist/docs/components/accordion.yaml +5 -0
- package/dist/docs/components/agent-activity.yaml +32 -0
- package/dist/docs/components/agent-feed.yaml +8 -0
- package/dist/docs/components/agent-message.yaml +74 -0
- package/dist/docs/components/agent-prompt.yaml +47 -0
- package/dist/docs/components/agent-seeds.yaml +53 -0
- package/dist/docs/components/agent-text.yaml +47 -0
- package/dist/docs/components/agent-thread.yaml +20 -0
- package/dist/docs/components/app-shell.yaml +18 -12
- package/dist/docs/components/breadcrumb-item.yaml +32 -0
- package/dist/docs/components/breadcrumb.yaml +11 -0
- package/dist/docs/components/button.yaml +51 -21
- package/dist/docs/components/calendar.yaml +77 -0
- package/dist/docs/components/canvas.yaml +12 -4
- package/dist/docs/components/checkbox.yaml +45 -15
- package/dist/docs/components/command-group.yaml +32 -0
- package/dist/docs/components/command-input.yaml +29 -0
- package/dist/docs/components/command-item.yaml +41 -0
- package/dist/docs/components/command.yaml +17 -0
- package/dist/docs/components/container.yaml +9 -15
- package/dist/docs/components/dialog.yaml +24 -11
- package/dist/docs/components/drawer.yaml +21 -13
- package/dist/docs/components/editor.yaml +12 -10
- package/dist/docs/components/field.yaml +24 -13
- package/dist/docs/components/graph-port.yaml +23 -0
- package/dist/docs/components/gripper.yaml +23 -0
- package/dist/docs/components/icon.yaml +9 -2
- package/dist/docs/components/input-otp.yaml +44 -0
- package/dist/docs/components/input.yaml +51 -24
- package/dist/docs/components/optgroup.yaml +29 -0
- package/dist/docs/components/option.yaml +29 -0
- package/dist/docs/components/page-context.yaml +12 -4
- package/dist/docs/components/page-main.yaml +18 -6
- package/dist/docs/components/pagination.yaml +41 -0
- package/dist/docs/components/pane.yaml +23 -0
- package/dist/docs/components/radio.yaml +42 -14
- package/dist/docs/components/range.yaml +24 -15
- package/dist/docs/components/root.yaml +11 -0
- package/dist/docs/components/segment.yaml +35 -0
- package/dist/docs/components/segmented-control.yaml +23 -0
- package/dist/docs/components/select.yaml +56 -0
- package/dist/docs/components/sidebar.yaml +51 -17
- package/dist/docs/components/switch.yaml +48 -18
- package/dist/docs/components/tab.yaml +38 -0
- package/dist/docs/components/table-cell.yaml +17 -0
- package/dist/docs/components/table-header.yaml +20 -0
- package/dist/docs/components/table-row.yaml +14 -0
- package/dist/docs/components/table.yaml +44 -0
- package/dist/docs/components/tabs.yaml +14 -0
- package/dist/docs/components/textarea.yaml +54 -19
- package/dist/docs/components/toast.yaml +53 -0
- package/dist/docs/components/tooltip.yaml +24 -11
- package/dist/docs/components/tree-item.yaml +47 -0
- package/dist/docs/components/tree.yaml +8 -0
- package/package.json +5 -1
|
@@ -0,0 +1,410 @@
|
|
|
1
|
+
package: "@agent-ui-kit/web-components"
|
|
2
|
+
version: 0.0.7
|
|
3
|
+
generated: 2026-03-21T16:06:31.486Z
|
|
4
|
+
description: "Design tokens: sizing, typography, spacing, radius, shadow, animation."
|
|
5
|
+
scales:
|
|
6
|
+
size:
|
|
7
|
+
- xs
|
|
8
|
+
- sm
|
|
9
|
+
- md
|
|
10
|
+
- lg
|
|
11
|
+
- xl
|
|
12
|
+
fontSize:
|
|
13
|
+
- xs
|
|
14
|
+
- sm
|
|
15
|
+
- md
|
|
16
|
+
- lg
|
|
17
|
+
- xl
|
|
18
|
+
- 2xl
|
|
19
|
+
space:
|
|
20
|
+
- xs
|
|
21
|
+
- sm
|
|
22
|
+
- md
|
|
23
|
+
- lg
|
|
24
|
+
- xl
|
|
25
|
+
icon:
|
|
26
|
+
- xs
|
|
27
|
+
- sm
|
|
28
|
+
- md
|
|
29
|
+
- lg
|
|
30
|
+
- xl
|
|
31
|
+
- 2xl
|
|
32
|
+
- 3xl
|
|
33
|
+
widget:
|
|
34
|
+
- xs
|
|
35
|
+
- sm
|
|
36
|
+
- md
|
|
37
|
+
- lg
|
|
38
|
+
- xl
|
|
39
|
+
radius:
|
|
40
|
+
- sharp
|
|
41
|
+
- round
|
|
42
|
+
- rounded
|
|
43
|
+
shadow:
|
|
44
|
+
- xs
|
|
45
|
+
- sm
|
|
46
|
+
- md
|
|
47
|
+
- lg
|
|
48
|
+
- xl
|
|
49
|
+
paddingTiers:
|
|
50
|
+
control: Buttons, inputs, options, tabs, cells
|
|
51
|
+
container: Card insets, dialog bodies, panels
|
|
52
|
+
page: Section margins, page edges
|
|
53
|
+
tokens:
|
|
54
|
+
--aui-font-family:
|
|
55
|
+
value: system-ui, -apple-system, sans-serif
|
|
56
|
+
category: ""
|
|
57
|
+
--aui-font-family-mono:
|
|
58
|
+
value: ui-monospace, SFMono-Regular, "SF Mono", "Menlo", "Consolas", "Liberation Mono", monospace
|
|
59
|
+
category: ""
|
|
60
|
+
--aui-size-xs:
|
|
61
|
+
value: 1.5rem
|
|
62
|
+
category: Size (height-min)
|
|
63
|
+
--aui-size-sm:
|
|
64
|
+
value: 1.75rem
|
|
65
|
+
category: Size (height-min)
|
|
66
|
+
--aui-size-md:
|
|
67
|
+
value: 2.25rem
|
|
68
|
+
category: Size (height-min)
|
|
69
|
+
--aui-size-lg:
|
|
70
|
+
value: 2.75rem
|
|
71
|
+
category: Size (height-min)
|
|
72
|
+
--aui-size-xl:
|
|
73
|
+
value: 3.25rem
|
|
74
|
+
category: Size (height-min)
|
|
75
|
+
--aui-size:
|
|
76
|
+
value: var(--aui-size-md)
|
|
77
|
+
category: Size (height-min)
|
|
78
|
+
--aui-control-height-xs:
|
|
79
|
+
value: var(--aui-size-xs)
|
|
80
|
+
category: Control Height (interactive element height)
|
|
81
|
+
--aui-control-height-sm:
|
|
82
|
+
value: var(--aui-size-sm)
|
|
83
|
+
category: Control Height (interactive element height)
|
|
84
|
+
--aui-control-height-md:
|
|
85
|
+
value: var(--aui-size-md)
|
|
86
|
+
category: Control Height (interactive element height)
|
|
87
|
+
--aui-control-height-lg:
|
|
88
|
+
value: var(--aui-size-lg)
|
|
89
|
+
category: Control Height (interactive element height)
|
|
90
|
+
--aui-control-height-xl:
|
|
91
|
+
value: var(--aui-size-xl)
|
|
92
|
+
category: Control Height (interactive element height)
|
|
93
|
+
--aui-control-height:
|
|
94
|
+
value: var(--aui-size)
|
|
95
|
+
category: Control Height (interactive element height)
|
|
96
|
+
--aui-hit-target-xs:
|
|
97
|
+
value: var(--aui-control-height-xs)
|
|
98
|
+
category: Hit Target (minimum touch/click target)
|
|
99
|
+
--aui-hit-target-sm:
|
|
100
|
+
value: var(--aui-control-height-sm)
|
|
101
|
+
category: Hit Target (minimum touch/click target)
|
|
102
|
+
--aui-hit-target-md:
|
|
103
|
+
value: var(--aui-control-height-md)
|
|
104
|
+
category: Hit Target (minimum touch/click target)
|
|
105
|
+
--aui-hit-target-lg:
|
|
106
|
+
value: var(--aui-control-height-lg)
|
|
107
|
+
category: Hit Target (minimum touch/click target)
|
|
108
|
+
--aui-hit-target-xl:
|
|
109
|
+
value: var(--aui-control-height-xl)
|
|
110
|
+
category: Hit Target (minimum touch/click target)
|
|
111
|
+
--aui-hit-target:
|
|
112
|
+
value: var(--aui-control-height)
|
|
113
|
+
category: Hit Target (minimum touch/click target)
|
|
114
|
+
--aui-font-xs:
|
|
115
|
+
value: 0.75rem
|
|
116
|
+
category: Font Size
|
|
117
|
+
--aui-font-sm:
|
|
118
|
+
value: 0.8125rem
|
|
119
|
+
category: Font Size
|
|
120
|
+
--aui-font-md:
|
|
121
|
+
value: 0.875rem
|
|
122
|
+
category: Font Size
|
|
123
|
+
--aui-font-lg:
|
|
124
|
+
value: 0.9375rem
|
|
125
|
+
category: Font Size
|
|
126
|
+
--aui-font-xl:
|
|
127
|
+
value: 1rem
|
|
128
|
+
category: Font Size
|
|
129
|
+
--aui-font-2xl:
|
|
130
|
+
value: 1.5rem
|
|
131
|
+
category: Font Size
|
|
132
|
+
--aui-font-size:
|
|
133
|
+
value: var(--aui-font-md)
|
|
134
|
+
category: Font Size
|
|
135
|
+
--aui-tracking-xs:
|
|
136
|
+
value: 0.01em
|
|
137
|
+
category: Letter Spacing
|
|
138
|
+
--aui-tracking-sm:
|
|
139
|
+
value: 0.005em
|
|
140
|
+
category: Letter Spacing
|
|
141
|
+
--aui-tracking-md:
|
|
142
|
+
value: 0em
|
|
143
|
+
category: Letter Spacing
|
|
144
|
+
--aui-tracking-lg:
|
|
145
|
+
value: -0.005em
|
|
146
|
+
category: Letter Spacing
|
|
147
|
+
--aui-tracking-xl:
|
|
148
|
+
value: -0.01em
|
|
149
|
+
category: Letter Spacing
|
|
150
|
+
--aui-tracking-2xl:
|
|
151
|
+
value: -0.025em
|
|
152
|
+
category: Letter Spacing
|
|
153
|
+
--aui-letter-spacing:
|
|
154
|
+
value: var(--aui-tracking-md)
|
|
155
|
+
category: Letter Spacing
|
|
156
|
+
--aui-space-xs:
|
|
157
|
+
value: 0.125rem
|
|
158
|
+
category: Space
|
|
159
|
+
--aui-space-sm:
|
|
160
|
+
value: 0.1875rem
|
|
161
|
+
category: Space
|
|
162
|
+
--aui-space-md:
|
|
163
|
+
value: 0.25rem
|
|
164
|
+
category: Space
|
|
165
|
+
--aui-space-lg:
|
|
166
|
+
value: 0.25rem
|
|
167
|
+
category: Space
|
|
168
|
+
--aui-space-xl:
|
|
169
|
+
value: 0.25rem
|
|
170
|
+
category: Space
|
|
171
|
+
--aui-space:
|
|
172
|
+
value: var(--aui-space-md)
|
|
173
|
+
category: Space
|
|
174
|
+
--aui-pad-k-control:
|
|
175
|
+
value: "1"
|
|
176
|
+
category: Padding tuning knobs (density scaling)
|
|
177
|
+
--aui-pad-k-container:
|
|
178
|
+
value: "1"
|
|
179
|
+
category: Padding tuning knobs (density scaling)
|
|
180
|
+
--aui-pad-control-block:
|
|
181
|
+
value: calc(var(--aui-space) * 2 * var(--aui-pad-k-control))
|
|
182
|
+
category: "Tier 1: Control Padding (buttons, inputs, options, tabs, cells)"
|
|
183
|
+
--aui-pad-control-inline:
|
|
184
|
+
value: calc(var(--aui-space) * 4 * var(--aui-pad-k-control))
|
|
185
|
+
category: "Tier 1: Control Padding (buttons, inputs, options, tabs, cells)"
|
|
186
|
+
--aui-pad-inline-icon:
|
|
187
|
+
value: calc(var(--aui-space) * 2 * var(--aui-pad-k-control))
|
|
188
|
+
category: "Tier 1: Control Padding (buttons, inputs, options, tabs, cells)"
|
|
189
|
+
--aui-pad-block:
|
|
190
|
+
value: var(--aui-pad-control-block)
|
|
191
|
+
category: Backward-compat aliases
|
|
192
|
+
--aui-pad-inline:
|
|
193
|
+
value: var(--aui-pad-control-inline)
|
|
194
|
+
category: Backward-compat aliases
|
|
195
|
+
--aui-pad-container:
|
|
196
|
+
value: calc(var(--aui-space) * 4 * var(--aui-pad-k-container))
|
|
197
|
+
category: "Tier 2: Container Padding (card insets, dialog bodies, panels)"
|
|
198
|
+
--aui-pad-page:
|
|
199
|
+
value: calc(var(--aui-space) * 8)
|
|
200
|
+
category: "Tier 3: Page Padding (section margins, page edges)"
|
|
201
|
+
--aui-pad-gap-control:
|
|
202
|
+
value: calc(var(--aui-space) * 2 * var(--aui-pad-k-control))
|
|
203
|
+
category: Gap tokens
|
|
204
|
+
--aui-pad-gap-container:
|
|
205
|
+
value: calc(var(--aui-space) * 4 * var(--aui-pad-k-container))
|
|
206
|
+
category: Gap tokens
|
|
207
|
+
--aui-pad-gap-page:
|
|
208
|
+
value: calc(var(--aui-space) * 8)
|
|
209
|
+
category: Gap tokens
|
|
210
|
+
--aui-pad-gap:
|
|
211
|
+
value: var(--aui-pad-gap-container)
|
|
212
|
+
category: Backward-compat alias
|
|
213
|
+
--aui-icon-xs:
|
|
214
|
+
value: 0.75rem
|
|
215
|
+
category: Icon
|
|
216
|
+
--aui-icon-sm:
|
|
217
|
+
value: 0.875rem
|
|
218
|
+
category: Icon
|
|
219
|
+
--aui-icon-md:
|
|
220
|
+
value: 1rem
|
|
221
|
+
category: Icon
|
|
222
|
+
--aui-icon-lg:
|
|
223
|
+
value: 1.125rem
|
|
224
|
+
category: Icon
|
|
225
|
+
--aui-icon-xl:
|
|
226
|
+
value: 1.25rem
|
|
227
|
+
category: Icon
|
|
228
|
+
--aui-icon-2xl:
|
|
229
|
+
value: 1.75rem
|
|
230
|
+
category: Icon
|
|
231
|
+
--aui-icon-3xl:
|
|
232
|
+
value: 2.5rem
|
|
233
|
+
category: Icon
|
|
234
|
+
--aui-icon-size:
|
|
235
|
+
value: var(--aui-icon-md)
|
|
236
|
+
category: Icon
|
|
237
|
+
--aui-widget-xs:
|
|
238
|
+
value: 0.75rem
|
|
239
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
240
|
+
--aui-widget-sm:
|
|
241
|
+
value: 1rem
|
|
242
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
243
|
+
--aui-widget-md:
|
|
244
|
+
value: 1.25rem
|
|
245
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
246
|
+
--aui-widget-lg:
|
|
247
|
+
value: 1.5rem
|
|
248
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
249
|
+
--aui-widget-xl:
|
|
250
|
+
value: 1.75rem
|
|
251
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
252
|
+
--aui-widget-size:
|
|
253
|
+
value: var(--aui-widget-md)
|
|
254
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
255
|
+
--aui-widget-font-xs:
|
|
256
|
+
value: 0.5625rem
|
|
257
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
258
|
+
--aui-widget-font-sm:
|
|
259
|
+
value: 0.625rem
|
|
260
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
261
|
+
--aui-widget-font-md:
|
|
262
|
+
value: 0.625rem
|
|
263
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
264
|
+
--aui-widget-font-lg:
|
|
265
|
+
value: 0.625rem
|
|
266
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
267
|
+
--aui-widget-font-xl:
|
|
268
|
+
value: 0.75rem
|
|
269
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
270
|
+
--aui-widget-font:
|
|
271
|
+
value: var(--aui-widget-font-md)
|
|
272
|
+
category: Widget (checkbox, radio, switch, range, badge, kbd)
|
|
273
|
+
--aui-radius-sharp:
|
|
274
|
+
value: 0.25rem
|
|
275
|
+
category: Radius
|
|
276
|
+
--aui-radius-round:
|
|
277
|
+
value: 1.25rem
|
|
278
|
+
category: Radius
|
|
279
|
+
--aui-radius-rounded:
|
|
280
|
+
value: 0.75rem
|
|
281
|
+
category: Radius
|
|
282
|
+
--aui-radius:
|
|
283
|
+
value: var(--aui-radius-round)
|
|
284
|
+
category: Radius
|
|
285
|
+
--aui-font-weight-control:
|
|
286
|
+
value: "400"
|
|
287
|
+
category: Shadow
|
|
288
|
+
--aui-font-weight-text:
|
|
289
|
+
value: "400"
|
|
290
|
+
category: Shadow
|
|
291
|
+
--aui-font-weight-medium:
|
|
292
|
+
value: "500"
|
|
293
|
+
category: Shadow
|
|
294
|
+
--aui-font-weight-semibold:
|
|
295
|
+
value: "600"
|
|
296
|
+
category: Shadow
|
|
297
|
+
--aui-control-font-weight:
|
|
298
|
+
value: var(--aui-font-weight-control)
|
|
299
|
+
category: Shadow
|
|
300
|
+
--aui-font-weight:
|
|
301
|
+
value: var(--aui-font-weight-text)
|
|
302
|
+
category: Shadow
|
|
303
|
+
--aui-control-line-height:
|
|
304
|
+
value: "1"
|
|
305
|
+
category: Shadow
|
|
306
|
+
--aui-control-line-height-dense:
|
|
307
|
+
value: "1.25"
|
|
308
|
+
category: Shadow
|
|
309
|
+
--aui-control-line-height-relaxed:
|
|
310
|
+
value: "1.5"
|
|
311
|
+
category: Shadow
|
|
312
|
+
--aui-control-line-height-spacious:
|
|
313
|
+
value: "1.75"
|
|
314
|
+
category: Shadow
|
|
315
|
+
--aui-text-line-height:
|
|
316
|
+
value: "1.5"
|
|
317
|
+
category: Shadow
|
|
318
|
+
--aui-line-height:
|
|
319
|
+
value: var(--aui-text-line-height)
|
|
320
|
+
category: Shadow
|
|
321
|
+
--aui-duration:
|
|
322
|
+
value: 0.225s
|
|
323
|
+
category: Shadow
|
|
324
|
+
--aui-easing:
|
|
325
|
+
value: cubic-bezier(0.2, 0, 0, 1)
|
|
326
|
+
category: Shadow
|
|
327
|
+
--aui-easing-bounce-out:
|
|
328
|
+
value: cubic-bezier(0.175, 0.885, 0.32, 1.275)
|
|
329
|
+
category: Shadow
|
|
330
|
+
--aui-easing-bounce-in:
|
|
331
|
+
value: cubic-bezier(0.6, -0.28, 0.735, 0.045)
|
|
332
|
+
category: Shadow
|
|
333
|
+
--aui-focus-ring:
|
|
334
|
+
value: var(--aui-accent-scrim-600)
|
|
335
|
+
category: Shadow
|
|
336
|
+
--aui-backdrop-color:
|
|
337
|
+
value: oklch(0% 0 0)
|
|
338
|
+
category: Shadow
|
|
339
|
+
--aui-backdrop-opacity:
|
|
340
|
+
value: "0.3"
|
|
341
|
+
category: Shadow
|
|
342
|
+
--aui-tooltip-width-max:
|
|
343
|
+
value: 20rem
|
|
344
|
+
category: Tooltip
|
|
345
|
+
--aui-popover-height-max:
|
|
346
|
+
value: calc(100dvh - 2rem)
|
|
347
|
+
category: Popover
|
|
348
|
+
--aui-popover-gap:
|
|
349
|
+
value: 0.25rem
|
|
350
|
+
category: Popover
|
|
351
|
+
--aui-popover-viewport-margin:
|
|
352
|
+
value: 0.5rem
|
|
353
|
+
category: Popover
|
|
354
|
+
--aui-drawer-width:
|
|
355
|
+
value: 24rem
|
|
356
|
+
category: Drawer
|
|
357
|
+
--aui-drawer-height:
|
|
358
|
+
value: 24rem
|
|
359
|
+
category: Drawer
|
|
360
|
+
--aui-sidebar-width:
|
|
361
|
+
value: 16rem
|
|
362
|
+
category: Layout
|
|
363
|
+
--aui-sidebar-width-min:
|
|
364
|
+
value: 3.5rem
|
|
365
|
+
category: Layout
|
|
366
|
+
--aui-sidebar-width-max:
|
|
367
|
+
value: 20rem
|
|
368
|
+
category: Layout
|
|
369
|
+
--aui-sidebar-width-collapsed:
|
|
370
|
+
value: calc(var(--aui-size) + var(--aui-space) * 2)
|
|
371
|
+
category: Layout
|
|
372
|
+
--aui-badge-dot:
|
|
373
|
+
value: 0.5rem
|
|
374
|
+
category: Badge
|
|
375
|
+
--aui-group-header-font:
|
|
376
|
+
value: 0.625rem
|
|
377
|
+
category: Group Header
|
|
378
|
+
--aui-tabs-indicator:
|
|
379
|
+
value: 2px
|
|
380
|
+
category: Tabs
|
|
381
|
+
--aui-focus:
|
|
382
|
+
value: var(--aui-accent)
|
|
383
|
+
category: Tabs
|
|
384
|
+
--aui-fill:
|
|
385
|
+
value: var(--aui-action)
|
|
386
|
+
category: Tabs
|
|
387
|
+
--aui-fill-hover:
|
|
388
|
+
value: var(--aui-action-hover)
|
|
389
|
+
category: Tabs
|
|
390
|
+
--aui-fill-active:
|
|
391
|
+
value: var(--aui-action-active)
|
|
392
|
+
category: Tabs
|
|
393
|
+
--aui-fill-selected:
|
|
394
|
+
value: var(--aui-action-selected)
|
|
395
|
+
category: Tabs
|
|
396
|
+
--aui-fill-disabled:
|
|
397
|
+
value: var(--aui-action-disabled)
|
|
398
|
+
category: Tabs
|
|
399
|
+
--aui-stroke:
|
|
400
|
+
value: var(--aui-border)
|
|
401
|
+
category: Tabs
|
|
402
|
+
--aui-stroke-hover:
|
|
403
|
+
value: var(--aui-border-hover)
|
|
404
|
+
category: Tabs
|
|
405
|
+
--aui-stroke-selected:
|
|
406
|
+
value: var(--aui-border-selected)
|
|
407
|
+
category: Tabs
|
|
408
|
+
--aui-stroke-disabled:
|
|
409
|
+
value: var(--aui-border-disabled)
|
|
410
|
+
category: Tabs
|
|
@@ -36,6 +36,47 @@ composition:
|
|
|
36
36
|
parents: [aui-accordion, any]
|
|
37
37
|
children: [any]
|
|
38
38
|
|
|
39
|
+
tokens:
|
|
40
|
+
- name: --aui-accordion-item-border-color
|
|
41
|
+
default: var(--aui-border-muted)
|
|
42
|
+
description: Bottom border color separating accordion items.
|
|
43
|
+
- name: --aui-accordion-item-gap
|
|
44
|
+
default: var(--aui-pad-gap-control)
|
|
45
|
+
description: Gap between chevron and header text.
|
|
46
|
+
- name: --aui-accordion-item-padding-block
|
|
47
|
+
default: var(--aui-pad-control-block)
|
|
48
|
+
description: Vertical padding of header and content.
|
|
49
|
+
- name: --aui-accordion-item-padding-inline
|
|
50
|
+
default: var(--aui-pad-control-inline)
|
|
51
|
+
description: Horizontal padding of header and content.
|
|
52
|
+
- name: --aui-accordion-item-font-family
|
|
53
|
+
default: var(--aui-font-family)
|
|
54
|
+
description: Font family for the header text.
|
|
55
|
+
- name: --aui-accordion-item-font-size
|
|
56
|
+
default: var(--aui-font-size)
|
|
57
|
+
description: Font size for the header text.
|
|
58
|
+
- name: --aui-accordion-item-font-weight
|
|
59
|
+
default: var(--aui-font-weight-semibold)
|
|
60
|
+
description: Font weight for the header text.
|
|
61
|
+
- name: --aui-accordion-item-line-height
|
|
62
|
+
default: var(--aui-control-line-height)
|
|
63
|
+
description: Line height for the header text.
|
|
64
|
+
- name: --aui-accordion-item-color
|
|
65
|
+
default: var(--aui-ink)
|
|
66
|
+
description: Text color of the header.
|
|
67
|
+
- name: --aui-accordion-item-color-hover
|
|
68
|
+
default: var(--aui-ink-strong)
|
|
69
|
+
description: Header text color on hover.
|
|
70
|
+
- name: --aui-accordion-item-background-hover
|
|
71
|
+
default: var(--aui-fill-hover, var(--aui-action-hover))
|
|
72
|
+
description: Header background on hover.
|
|
73
|
+
- name: --aui-accordion-item-chevron-color
|
|
74
|
+
default: var(--aui-ink-muted)
|
|
75
|
+
description: Color of the expand/collapse chevron icon.
|
|
76
|
+
- name: --aui-accordion-item-color-disabled
|
|
77
|
+
default: var(--aui-ink-disabled, var(--aui-ink-muted))
|
|
78
|
+
description: Header text color when disabled.
|
|
79
|
+
|
|
39
80
|
examples:
|
|
40
81
|
- html: |
|
|
41
82
|
<aui-accordion-item>
|
|
@@ -28,6 +28,11 @@ composition:
|
|
|
28
28
|
parents: [any]
|
|
29
29
|
children: [aui-accordion-item]
|
|
30
30
|
|
|
31
|
+
tokens:
|
|
32
|
+
- name: --aui-accordion-border-color
|
|
33
|
+
default: var(--aui-border-muted)
|
|
34
|
+
description: Border color of the accordion container top border and item dividers.
|
|
35
|
+
|
|
31
36
|
examples:
|
|
32
37
|
- html: |
|
|
33
38
|
<aui-accordion>
|
|
@@ -50,6 +50,38 @@ composition:
|
|
|
50
50
|
parents: [aui-agent-message]
|
|
51
51
|
children: [pre, div, any]
|
|
52
52
|
|
|
53
|
+
tokens:
|
|
54
|
+
- name: --aui-agent-activity-color
|
|
55
|
+
default: var(--aui-ink-muted)
|
|
56
|
+
description: Text color of the activity indicator.
|
|
57
|
+
- name: --aui-agent-activity-font-size
|
|
58
|
+
default: var(--aui-font-size-sm, 0.8125rem)
|
|
59
|
+
description: Font size of the activity label.
|
|
60
|
+
- name: --aui-agent-activity-gap
|
|
61
|
+
default: var(--aui-space)
|
|
62
|
+
description: Gap between status row and content area.
|
|
63
|
+
- name: --aui-agent-activity-padding-block
|
|
64
|
+
default: var(--aui-space)
|
|
65
|
+
description: Block padding of the activity container.
|
|
66
|
+
- name: --aui-agent-activity-padding-inline
|
|
67
|
+
default: var(--aui-agent-bubble-pad-inline, 0.875rem)
|
|
68
|
+
description: Inline padding of the activity container.
|
|
69
|
+
- name: --aui-agent-activity-row-gap
|
|
70
|
+
default: "calc(var(--aui-space) * 1.5)"
|
|
71
|
+
description: Gap between items in the status row (arrow, label, dots, timer).
|
|
72
|
+
- name: --aui-agent-activity-content-padding-inline-start
|
|
73
|
+
default: "calc(var(--aui-space) * 3)"
|
|
74
|
+
description: Left indent of the expandable content area.
|
|
75
|
+
- name: --aui-agent-activity-content-font-family
|
|
76
|
+
default: var(--aui-font-mono, monospace)
|
|
77
|
+
description: Font family for the trace content area.
|
|
78
|
+
- name: --aui-agent-activity-content-font-size
|
|
79
|
+
default: var(--aui-font-size-sm, 0.8125rem)
|
|
80
|
+
description: Font size for the trace content area.
|
|
81
|
+
- name: --aui-agent-activity-content-max-height
|
|
82
|
+
default: var(--aui-agent-activity-max-height, 20rem)
|
|
83
|
+
description: Maximum height of the expandable content area before scrolling.
|
|
84
|
+
|
|
53
85
|
examples:
|
|
54
86
|
- html: |
|
|
55
87
|
<aui-agent-activity type="typing" active></aui-agent-activity>
|
|
@@ -36,6 +36,14 @@ composition:
|
|
|
36
36
|
parents: [aui-content, aui-pane, div, any]
|
|
37
37
|
children: [aui-agent-thread]
|
|
38
38
|
|
|
39
|
+
tokens:
|
|
40
|
+
- name: --aui-agent-feed-gap
|
|
41
|
+
default: var(--aui-pad-gap-container)
|
|
42
|
+
description: Gap between thread groups in the feed.
|
|
43
|
+
- name: --aui-agent-feed-padding
|
|
44
|
+
default: var(--aui-pad-container, var(--aui-space))
|
|
45
|
+
description: Padding around the feed container.
|
|
46
|
+
|
|
39
47
|
examples:
|
|
40
48
|
- html: |
|
|
41
49
|
<aui-agent-feed auto-scroll scrollable style="height: 24rem;">
|
|
@@ -75,6 +75,80 @@ composition:
|
|
|
75
75
|
parents: [aui-agent-thread]
|
|
76
76
|
children: [aui-agent-text, aui-agent-activity, aui-agent-seeds, any]
|
|
77
77
|
|
|
78
|
+
tokens:
|
|
79
|
+
- name: --aui-agent-message-border-radius
|
|
80
|
+
default: var(--aui-agent-bubble-radius, var(--aui-radius))
|
|
81
|
+
description: Border radius for message bubbles.
|
|
82
|
+
- name: --aui-agent-message-border-radius-tight
|
|
83
|
+
default: "calc(var(--aui-space) * 2)"
|
|
84
|
+
description: Tighter radius for grouped bubble corners near the avatar.
|
|
85
|
+
- name: --aui-agent-message-background
|
|
86
|
+
default: var(--aui-agent-bubble-assistant, transparent)
|
|
87
|
+
description: Background of assistant message bubbles.
|
|
88
|
+
- name: --aui-agent-message-color
|
|
89
|
+
default: var(--aui-agent-bubble-assistant-ink, var(--aui-ink))
|
|
90
|
+
description: Text color of assistant message bubbles.
|
|
91
|
+
- name: --aui-agent-message-border
|
|
92
|
+
default: var(--aui-agent-bubble-assistant-border, var(--aui-border-muted))
|
|
93
|
+
description: Border color of assistant message bubbles.
|
|
94
|
+
- name: --aui-agent-message-gap
|
|
95
|
+
default: var(--aui-space)
|
|
96
|
+
description: Gap between content areas within a message bubble.
|
|
97
|
+
- name: --aui-agent-message-user-background
|
|
98
|
+
default: var(--aui-agent-bubble-user, var(--aui-accent-solid))
|
|
99
|
+
description: Background of user message bubbles.
|
|
100
|
+
- name: --aui-agent-message-user-color
|
|
101
|
+
default: var(--aui-agent-bubble-user-ink, white)
|
|
102
|
+
description: Text color of user message bubbles.
|
|
103
|
+
- name: --aui-agent-message-user-border
|
|
104
|
+
default: var(--aui-agent-bubble-user-border, transparent)
|
|
105
|
+
description: Border color of user message bubbles.
|
|
106
|
+
- name: --aui-agent-message-streaming-opacity
|
|
107
|
+
default: var(--aui-agent-streaming-opacity, 0.85)
|
|
108
|
+
description: Opacity applied to streaming messages.
|
|
109
|
+
- name: --aui-agent-message-error-border
|
|
110
|
+
default: var(--aui-border-danger, oklch(0.6 0.2 25))
|
|
111
|
+
description: Border color for error-status messages.
|
|
112
|
+
- name: --aui-agent-message-actions-gap
|
|
113
|
+
default: var(--aui-space)
|
|
114
|
+
description: Gap between action buttons in the toolbar.
|
|
115
|
+
- name: --aui-agent-message-actions-padding-inline
|
|
116
|
+
default: var(--aui-agent-bubble-pad-inline)
|
|
117
|
+
description: Inline padding of the actions toolbar.
|
|
118
|
+
- name: --aui-agent-message-action-font-size
|
|
119
|
+
default: var(--aui-font-size-sm, 0.8125rem)
|
|
120
|
+
description: Font size of action buttons.
|
|
121
|
+
- name: --aui-agent-message-action-color
|
|
122
|
+
default: var(--aui-ink-muted)
|
|
123
|
+
description: Text color of action buttons.
|
|
124
|
+
- name: --aui-agent-message-action-padding
|
|
125
|
+
default: "calc(var(--aui-space) * 0.5) calc(var(--aui-space) * 1)"
|
|
126
|
+
description: Padding of individual action buttons.
|
|
127
|
+
- name: --aui-agent-message-action-gap
|
|
128
|
+
default: "calc(var(--aui-space) * 0.5)"
|
|
129
|
+
description: Gap between icon and label within an action button.
|
|
130
|
+
- name: --aui-agent-message-action-background-hover
|
|
131
|
+
default: var(--aui-fill-hover, var(--aui-action-hover))
|
|
132
|
+
description: Background of action buttons on hover.
|
|
133
|
+
- name: --aui-agent-message-action-color-hover
|
|
134
|
+
default: var(--aui-ink)
|
|
135
|
+
description: Text color of action buttons on hover.
|
|
136
|
+
- name: --aui-agent-message-popover-padding
|
|
137
|
+
default: "calc(var(--aui-space) * 0.5)"
|
|
138
|
+
description: Padding inside the popover actions toolbar.
|
|
139
|
+
- name: --aui-agent-message-popover-background
|
|
140
|
+
default: var(--aui-modal, var(--aui-doc))
|
|
141
|
+
description: Background of the popover actions toolbar.
|
|
142
|
+
- name: --aui-agent-message-popover-border
|
|
143
|
+
default: var(--aui-border-muted)
|
|
144
|
+
description: Border color of the popover actions toolbar.
|
|
145
|
+
- name: --aui-agent-message-popover-border-radius
|
|
146
|
+
default: var(--aui-radius)
|
|
147
|
+
description: Border radius of the popover actions toolbar.
|
|
148
|
+
- name: --aui-agent-message-popover-shadow
|
|
149
|
+
default: "var(--aui-shadow-lg, 0 4px 16px oklch(0% 0 0 / 0.12))"
|
|
150
|
+
description: Box shadow of the popover actions toolbar.
|
|
151
|
+
|
|
78
152
|
examples:
|
|
79
153
|
- html: |
|
|
80
154
|
<aui-agent-message role="assistant" status="sent" message-id="msg-001">
|
|
@@ -30,6 +30,53 @@ composition:
|
|
|
30
30
|
parents: [aui-agent-input, aui-stack]
|
|
31
31
|
children: [aui-textarea, aui-button, aui-inset, any]
|
|
32
32
|
|
|
33
|
+
tokens:
|
|
34
|
+
- name: --aui-agent-prompt-background
|
|
35
|
+
default: var(--aui-control)
|
|
36
|
+
description: Background of the prompt container.
|
|
37
|
+
- name: --aui-agent-prompt-border
|
|
38
|
+
default: var(--aui-border-muted)
|
|
39
|
+
description: Border color of the prompt container.
|
|
40
|
+
- name: --aui-agent-prompt-border-radius
|
|
41
|
+
default: var(--aui-radius)
|
|
42
|
+
description: Border radius of the prompt container.
|
|
43
|
+
- name: --aui-agent-prompt-border-hover
|
|
44
|
+
default: var(--aui-stroke-hover, var(--aui-border-hover))
|
|
45
|
+
description: Border color on hover.
|
|
46
|
+
- name: --aui-agent-prompt-focus-color
|
|
47
|
+
default: var(--aui-focus)
|
|
48
|
+
description: Focus ring color when textarea is focused.
|
|
49
|
+
- name: --aui-agent-prompt-surface-padding-block
|
|
50
|
+
default: "calc(var(--aui-space) * 2)"
|
|
51
|
+
description: Block padding of the textarea surface.
|
|
52
|
+
- name: --aui-agent-prompt-surface-padding-inline
|
|
53
|
+
default: "calc(var(--aui-space) * 3)"
|
|
54
|
+
description: Inline padding of the textarea surface.
|
|
55
|
+
- name: --aui-agent-prompt-toolbar-border
|
|
56
|
+
default: var(--aui-border-muted)
|
|
57
|
+
description: Border color of the bottom toolbar separator.
|
|
58
|
+
- name: --aui-agent-prompt-toolbar-gap
|
|
59
|
+
default: "calc(var(--aui-space) * 2)"
|
|
60
|
+
description: Gap between items in the toolbar.
|
|
61
|
+
- name: --aui-agent-prompt-toolbar-padding
|
|
62
|
+
default: "calc(var(--aui-space) * 2)"
|
|
63
|
+
description: Padding of the toolbar area.
|
|
64
|
+
- name: --aui-agent-prompt-ghost-background-hover
|
|
65
|
+
default: var(--aui-fill-hover)
|
|
66
|
+
description: Hover background in ghost variant.
|
|
67
|
+
- name: --aui-agent-prompt-outline-border
|
|
68
|
+
default: var(--aui-stroke)
|
|
69
|
+
description: Border color in outline variant.
|
|
70
|
+
- name: --aui-agent-prompt-outline-background-hover
|
|
71
|
+
default: var(--aui-fill-hover)
|
|
72
|
+
description: Hover background in outline variant.
|
|
73
|
+
- name: --aui-agent-prompt-inline-surface-padding-block
|
|
74
|
+
default: "calc(var(--aui-space) * 1.5)"
|
|
75
|
+
description: Block padding of the textarea in inline mode.
|
|
76
|
+
- name: --aui-agent-prompt-inline-submit-margin
|
|
77
|
+
default: "calc(var(--aui-space) * 1.5)"
|
|
78
|
+
description: Inline-end margin for the submit button in inline mode.
|
|
79
|
+
|
|
33
80
|
examples:
|
|
34
81
|
- html: |
|
|
35
82
|
<aui-agent-prompt>
|