@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
package/dist/api.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@agent-ui-kit/web-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"generated": "2026-03-
|
|
3
|
+
"version": "0.0.7",
|
|
4
|
+
"generated": "2026-03-21T16:06:31.470Z",
|
|
5
5
|
"description": "Complete web component library for agent-powered interfaces. Framework-agnostic, light DOM, CSS-first.",
|
|
6
6
|
"css": "https://unpkg.com/@agent-ui-kit/web-components/dist/agent-ui.css",
|
|
7
7
|
"register": "https://unpkg.com/@agent-ui-kit/web-components/dist/register.js",
|
|
@@ -48,6 +48,73 @@
|
|
|
48
48
|
"any"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
|
+
"tokens": [
|
|
52
|
+
{
|
|
53
|
+
"name": "--aui-accordion-item-border-color",
|
|
54
|
+
"default": "var(--aui-border-muted)",
|
|
55
|
+
"description": "Bottom border color separating accordion items."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "--aui-accordion-item-gap",
|
|
59
|
+
"default": "var(--aui-pad-gap-control)",
|
|
60
|
+
"description": "Gap between chevron and header text."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "--aui-accordion-item-padding-block",
|
|
64
|
+
"default": "var(--aui-pad-control-block)",
|
|
65
|
+
"description": "Vertical padding of header and content."
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "--aui-accordion-item-padding-inline",
|
|
69
|
+
"default": "var(--aui-pad-control-inline)",
|
|
70
|
+
"description": "Horizontal padding of header and content."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "--aui-accordion-item-font-family",
|
|
74
|
+
"default": "var(--aui-font-family)",
|
|
75
|
+
"description": "Font family for the header text."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "--aui-accordion-item-font-size",
|
|
79
|
+
"default": "var(--aui-font-size)",
|
|
80
|
+
"description": "Font size for the header text."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "--aui-accordion-item-font-weight",
|
|
84
|
+
"default": "var(--aui-font-weight-semibold)",
|
|
85
|
+
"description": "Font weight for the header text."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "--aui-accordion-item-line-height",
|
|
89
|
+
"default": "var(--aui-control-line-height)",
|
|
90
|
+
"description": "Line height for the header text."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "--aui-accordion-item-color",
|
|
94
|
+
"default": "var(--aui-ink)",
|
|
95
|
+
"description": "Text color of the header."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "--aui-accordion-item-color-hover",
|
|
99
|
+
"default": "var(--aui-ink-strong)",
|
|
100
|
+
"description": "Header text color on hover."
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "--aui-accordion-item-background-hover",
|
|
104
|
+
"default": "var(--aui-fill-hover, var(--aui-action-hover))",
|
|
105
|
+
"description": "Header background on hover."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "--aui-accordion-item-chevron-color",
|
|
109
|
+
"default": "var(--aui-ink-muted)",
|
|
110
|
+
"description": "Color of the expand/collapse chevron icon."
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "--aui-accordion-item-color-disabled",
|
|
114
|
+
"default": "var(--aui-ink-disabled, var(--aui-ink-muted))",
|
|
115
|
+
"description": "Header text color when disabled."
|
|
116
|
+
}
|
|
117
|
+
],
|
|
51
118
|
"examples": [
|
|
52
119
|
{
|
|
53
120
|
"html": "<aui-accordion-item>\n <span data-trigger>Section Title</span>\n <p>Collapsible content here.</p>\n</aui-accordion-item>\n",
|
|
@@ -92,6 +159,13 @@
|
|
|
92
159
|
"aui-accordion-item"
|
|
93
160
|
]
|
|
94
161
|
},
|
|
162
|
+
"tokens": [
|
|
163
|
+
{
|
|
164
|
+
"name": "--aui-accordion-border-color",
|
|
165
|
+
"default": "var(--aui-border-muted)",
|
|
166
|
+
"description": "Border color of the accordion container top border and item dividers."
|
|
167
|
+
}
|
|
168
|
+
],
|
|
95
169
|
"examples": [
|
|
96
170
|
{
|
|
97
171
|
"html": "<aui-accordion>\n <aui-accordion-item>\n <span data-trigger>Section 1</span>\n <p>Content 1</p>\n </aui-accordion-item>\n <aui-accordion-item>\n <span data-trigger>Section 2</span>\n <p>Content 2</p>\n </aui-accordion-item>\n</aui-accordion>\n",
|
|
@@ -161,6 +235,58 @@
|
|
|
161
235
|
"any"
|
|
162
236
|
]
|
|
163
237
|
},
|
|
238
|
+
"tokens": [
|
|
239
|
+
{
|
|
240
|
+
"name": "--aui-agent-activity-color",
|
|
241
|
+
"default": "var(--aui-ink-muted)",
|
|
242
|
+
"description": "Text color of the activity indicator."
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "--aui-agent-activity-font-size",
|
|
246
|
+
"default": "var(--aui-font-size-sm, 0.8125rem)",
|
|
247
|
+
"description": "Font size of the activity label."
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "--aui-agent-activity-gap",
|
|
251
|
+
"default": "var(--aui-space)",
|
|
252
|
+
"description": "Gap between status row and content area."
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "--aui-agent-activity-padding-block",
|
|
256
|
+
"default": "var(--aui-space)",
|
|
257
|
+
"description": "Block padding of the activity container."
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "--aui-agent-activity-padding-inline",
|
|
261
|
+
"default": "var(--aui-agent-bubble-pad-inline, 0.875rem)",
|
|
262
|
+
"description": "Inline padding of the activity container."
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "--aui-agent-activity-row-gap",
|
|
266
|
+
"default": "calc(var(--aui-space) * 1.5)",
|
|
267
|
+
"description": "Gap between items in the status row (arrow, label, dots, timer)."
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "--aui-agent-activity-content-padding-inline-start",
|
|
271
|
+
"default": "calc(var(--aui-space) * 3)",
|
|
272
|
+
"description": "Left indent of the expandable content area."
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "--aui-agent-activity-content-font-family",
|
|
276
|
+
"default": "var(--aui-font-mono, monospace)",
|
|
277
|
+
"description": "Font family for the trace content area."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "--aui-agent-activity-content-font-size",
|
|
281
|
+
"default": "var(--aui-font-size-sm, 0.8125rem)",
|
|
282
|
+
"description": "Font size for the trace content area."
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "--aui-agent-activity-content-max-height",
|
|
286
|
+
"default": "var(--aui-agent-activity-max-height, 20rem)",
|
|
287
|
+
"description": "Maximum height of the expandable content area before scrolling."
|
|
288
|
+
}
|
|
289
|
+
],
|
|
164
290
|
"examples": [
|
|
165
291
|
{
|
|
166
292
|
"html": "<aui-agent-activity type=\"typing\" active></aui-agent-activity>\n",
|
|
@@ -221,6 +347,18 @@
|
|
|
221
347
|
"aui-agent-thread"
|
|
222
348
|
]
|
|
223
349
|
},
|
|
350
|
+
"tokens": [
|
|
351
|
+
{
|
|
352
|
+
"name": "--aui-agent-feed-gap",
|
|
353
|
+
"default": "var(--aui-pad-gap-container)",
|
|
354
|
+
"description": "Gap between thread groups in the feed."
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "--aui-agent-feed-padding",
|
|
358
|
+
"default": "var(--aui-pad-container, var(--aui-space))",
|
|
359
|
+
"description": "Padding around the feed container."
|
|
360
|
+
}
|
|
361
|
+
],
|
|
224
362
|
"examples": [
|
|
225
363
|
{
|
|
226
364
|
"html": "<aui-agent-feed auto-scroll scrollable style=\"height: 24rem;\">\n <aui-agent-thread role=\"user\" sender=\"You\">\n <aui-agent-message role=\"user\">\n <aui-agent-text format=\"plain\">Can you help me write a Python script that reads a CSV file and groups rows by the \"department\" column?</aui-agent-text>\n </aui-agent-message>\n </aui-agent-thread>\n <aui-agent-thread role=\"assistant\" sender=\"Claude\">\n <aui-avatar>C</aui-avatar>\n <aui-agent-message role=\"assistant\">\n <aui-agent-text>Sure! Here's a script using `pandas` to group CSV rows by department:\n\n```python\nimport pandas as pd\n\ndf = pd.read_csv(\"data.csv\")\ngrouped = df.groupby(\"department\")\n\nfor name, group in grouped:\n print(f\"\\n--- {name} ---\")\n print(group.to_string(index=False))\n```\n\nThis reads `data.csv`, groups by the **department** column, and prints each group. Want me to add export to separate files?</aui-agent-text>\n </aui-agent-message>\n </aui-agent-thread>\n</aui-agent-feed>\n",
|
|
@@ -305,6 +443,128 @@
|
|
|
305
443
|
"any"
|
|
306
444
|
]
|
|
307
445
|
},
|
|
446
|
+
"tokens": [
|
|
447
|
+
{
|
|
448
|
+
"name": "--aui-agent-message-border-radius",
|
|
449
|
+
"default": "var(--aui-agent-bubble-radius, var(--aui-radius))",
|
|
450
|
+
"description": "Border radius for message bubbles."
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "--aui-agent-message-border-radius-tight",
|
|
454
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
455
|
+
"description": "Tighter radius for grouped bubble corners near the avatar."
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "--aui-agent-message-background",
|
|
459
|
+
"default": "var(--aui-agent-bubble-assistant, transparent)",
|
|
460
|
+
"description": "Background of assistant message bubbles."
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "--aui-agent-message-color",
|
|
464
|
+
"default": "var(--aui-agent-bubble-assistant-ink, var(--aui-ink))",
|
|
465
|
+
"description": "Text color of assistant message bubbles."
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "--aui-agent-message-border",
|
|
469
|
+
"default": "var(--aui-agent-bubble-assistant-border, var(--aui-border-muted))",
|
|
470
|
+
"description": "Border color of assistant message bubbles."
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "--aui-agent-message-gap",
|
|
474
|
+
"default": "var(--aui-space)",
|
|
475
|
+
"description": "Gap between content areas within a message bubble."
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "--aui-agent-message-user-background",
|
|
479
|
+
"default": "var(--aui-agent-bubble-user, var(--aui-accent-solid))",
|
|
480
|
+
"description": "Background of user message bubbles."
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "--aui-agent-message-user-color",
|
|
484
|
+
"default": "var(--aui-agent-bubble-user-ink, white)",
|
|
485
|
+
"description": "Text color of user message bubbles."
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "--aui-agent-message-user-border",
|
|
489
|
+
"default": "var(--aui-agent-bubble-user-border, transparent)",
|
|
490
|
+
"description": "Border color of user message bubbles."
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "--aui-agent-message-streaming-opacity",
|
|
494
|
+
"default": "var(--aui-agent-streaming-opacity, 0.85)",
|
|
495
|
+
"description": "Opacity applied to streaming messages."
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"name": "--aui-agent-message-error-border",
|
|
499
|
+
"default": "var(--aui-border-danger, oklch(0.6 0.2 25))",
|
|
500
|
+
"description": "Border color for error-status messages."
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "--aui-agent-message-actions-gap",
|
|
504
|
+
"default": "var(--aui-space)",
|
|
505
|
+
"description": "Gap between action buttons in the toolbar."
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "--aui-agent-message-actions-padding-inline",
|
|
509
|
+
"default": "var(--aui-agent-bubble-pad-inline)",
|
|
510
|
+
"description": "Inline padding of the actions toolbar."
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "--aui-agent-message-action-font-size",
|
|
514
|
+
"default": "var(--aui-font-size-sm, 0.8125rem)",
|
|
515
|
+
"description": "Font size of action buttons."
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "--aui-agent-message-action-color",
|
|
519
|
+
"default": "var(--aui-ink-muted)",
|
|
520
|
+
"description": "Text color of action buttons."
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "--aui-agent-message-action-padding",
|
|
524
|
+
"default": "calc(var(--aui-space) * 0.5) calc(var(--aui-space) * 1)",
|
|
525
|
+
"description": "Padding of individual action buttons."
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "--aui-agent-message-action-gap",
|
|
529
|
+
"default": "calc(var(--aui-space) * 0.5)",
|
|
530
|
+
"description": "Gap between icon and label within an action button."
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "--aui-agent-message-action-background-hover",
|
|
534
|
+
"default": "var(--aui-fill-hover, var(--aui-action-hover))",
|
|
535
|
+
"description": "Background of action buttons on hover."
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "--aui-agent-message-action-color-hover",
|
|
539
|
+
"default": "var(--aui-ink)",
|
|
540
|
+
"description": "Text color of action buttons on hover."
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "--aui-agent-message-popover-padding",
|
|
544
|
+
"default": "calc(var(--aui-space) * 0.5)",
|
|
545
|
+
"description": "Padding inside the popover actions toolbar."
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"name": "--aui-agent-message-popover-background",
|
|
549
|
+
"default": "var(--aui-modal, var(--aui-doc))",
|
|
550
|
+
"description": "Background of the popover actions toolbar."
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "--aui-agent-message-popover-border",
|
|
554
|
+
"default": "var(--aui-border-muted)",
|
|
555
|
+
"description": "Border color of the popover actions toolbar."
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "--aui-agent-message-popover-border-radius",
|
|
559
|
+
"default": "var(--aui-radius)",
|
|
560
|
+
"description": "Border radius of the popover actions toolbar."
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "--aui-agent-message-popover-shadow",
|
|
564
|
+
"default": "var(--aui-shadow-lg, 0 4px 16px oklch(0% 0 0 / 0.12))",
|
|
565
|
+
"description": "Box shadow of the popover actions toolbar."
|
|
566
|
+
}
|
|
567
|
+
],
|
|
308
568
|
"examples": [
|
|
309
569
|
{
|
|
310
570
|
"html": "<aui-agent-message role=\"assistant\" status=\"sent\" message-id=\"msg-001\">\n <aui-agent-text>Based on your project structure, I recommend using a **monorepo** with the following layout:\n\n- `packages/core` — shared utilities and types\n- `packages/ui` — component library\n- `apps/web` — main application\n\nThis keeps dependencies clean and enables independent versioning for each package.</aui-agent-text>\n</aui-agent-message>\n",
|
|
@@ -414,6 +674,83 @@
|
|
|
414
674
|
"any"
|
|
415
675
|
]
|
|
416
676
|
},
|
|
677
|
+
"tokens": [
|
|
678
|
+
{
|
|
679
|
+
"name": "--aui-agent-prompt-background",
|
|
680
|
+
"default": "var(--aui-control)",
|
|
681
|
+
"description": "Background of the prompt container."
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "--aui-agent-prompt-border",
|
|
685
|
+
"default": "var(--aui-border-muted)",
|
|
686
|
+
"description": "Border color of the prompt container."
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "--aui-agent-prompt-border-radius",
|
|
690
|
+
"default": "var(--aui-radius)",
|
|
691
|
+
"description": "Border radius of the prompt container."
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "--aui-agent-prompt-border-hover",
|
|
695
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
696
|
+
"description": "Border color on hover."
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "--aui-agent-prompt-focus-color",
|
|
700
|
+
"default": "var(--aui-focus)",
|
|
701
|
+
"description": "Focus ring color when textarea is focused."
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "--aui-agent-prompt-surface-padding-block",
|
|
705
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
706
|
+
"description": "Block padding of the textarea surface."
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "--aui-agent-prompt-surface-padding-inline",
|
|
710
|
+
"default": "calc(var(--aui-space) * 3)",
|
|
711
|
+
"description": "Inline padding of the textarea surface."
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "--aui-agent-prompt-toolbar-border",
|
|
715
|
+
"default": "var(--aui-border-muted)",
|
|
716
|
+
"description": "Border color of the bottom toolbar separator."
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "--aui-agent-prompt-toolbar-gap",
|
|
720
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
721
|
+
"description": "Gap between items in the toolbar."
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "--aui-agent-prompt-toolbar-padding",
|
|
725
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
726
|
+
"description": "Padding of the toolbar area."
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "--aui-agent-prompt-ghost-background-hover",
|
|
730
|
+
"default": "var(--aui-fill-hover)",
|
|
731
|
+
"description": "Hover background in ghost variant."
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "--aui-agent-prompt-outline-border",
|
|
735
|
+
"default": "var(--aui-stroke)",
|
|
736
|
+
"description": "Border color in outline variant."
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "--aui-agent-prompt-outline-background-hover",
|
|
740
|
+
"default": "var(--aui-fill-hover)",
|
|
741
|
+
"description": "Hover background in outline variant."
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "--aui-agent-prompt-inline-surface-padding-block",
|
|
745
|
+
"default": "calc(var(--aui-space) * 1.5)",
|
|
746
|
+
"description": "Block padding of the textarea in inline mode."
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "--aui-agent-prompt-inline-submit-margin",
|
|
750
|
+
"default": "calc(var(--aui-space) * 1.5)",
|
|
751
|
+
"description": "Inline-end margin for the submit button in inline mode."
|
|
752
|
+
}
|
|
753
|
+
],
|
|
417
754
|
"examples": [
|
|
418
755
|
{
|
|
419
756
|
"html": "<aui-agent-prompt>\n <aui-textarea placeholder=\"Describe what you need help with...\"></aui-textarea>\n</aui-agent-prompt>\n",
|
|
@@ -466,6 +803,93 @@
|
|
|
466
803
|
],
|
|
467
804
|
"children": []
|
|
468
805
|
},
|
|
806
|
+
"tokens": [
|
|
807
|
+
{
|
|
808
|
+
"name": "--aui-agent-seeds-padding-block",
|
|
809
|
+
"default": "var(--aui-agent-seed-pad-block, var(--aui-space))",
|
|
810
|
+
"description": "Block padding of the seeds container."
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "--aui-agent-seeds-padding-inline",
|
|
814
|
+
"default": "var(--aui-agent-seed-pad-inline, 0.875rem)",
|
|
815
|
+
"description": "Inline padding of the seeds container."
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"name": "--aui-agent-seeds-gap",
|
|
819
|
+
"default": "var(--aui-agent-seed-gap, var(--aui-space))",
|
|
820
|
+
"description": "Gap between chip rows."
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "--aui-agent-seeds-chip-gap",
|
|
824
|
+
"default": "calc(var(--aui-space) * 0.5)",
|
|
825
|
+
"description": "Gap between icon and label within a chip."
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "--aui-agent-seeds-chip-padding-block",
|
|
829
|
+
"default": "calc(var(--aui-space) * 0.5)",
|
|
830
|
+
"description": "Block padding of each chip."
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "--aui-agent-seeds-chip-padding-inline",
|
|
834
|
+
"default": "calc(var(--aui-space) * 1.5)",
|
|
835
|
+
"description": "Inline padding of each chip."
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"name": "--aui-agent-seeds-chip-font-family",
|
|
839
|
+
"default": "var(--aui-font-family)",
|
|
840
|
+
"description": "Font family for chip text."
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "--aui-agent-seeds-chip-font-size",
|
|
844
|
+
"default": "var(--aui-font-size-sm, 0.8125rem)",
|
|
845
|
+
"description": "Font size for chip text."
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "--aui-agent-seeds-chip-line-height",
|
|
849
|
+
"default": "var(--aui-line-height)",
|
|
850
|
+
"description": "Line height for chip text."
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "--aui-agent-seeds-chip-color",
|
|
854
|
+
"default": "var(--aui-ink)",
|
|
855
|
+
"description": "Text color of chips."
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "--aui-agent-seeds-chip-border",
|
|
859
|
+
"default": "var(--aui-stroke, var(--aui-border-muted))",
|
|
860
|
+
"description": "Border color of chips."
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "--aui-agent-seeds-chip-border-radius",
|
|
864
|
+
"default": "var(--aui-radius)",
|
|
865
|
+
"description": "Border radius of chips."
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "--aui-agent-seeds-chip-background",
|
|
869
|
+
"default": "transparent",
|
|
870
|
+
"description": "Background of chips at rest."
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "--aui-agent-seeds-chip-background-hover",
|
|
874
|
+
"default": "var(--aui-fill-hover, var(--aui-action-hover))",
|
|
875
|
+
"description": "Background of chips on hover."
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "--aui-agent-seeds-chip-border-hover",
|
|
879
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
880
|
+
"description": "Border color of chips on hover."
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "--aui-agent-seeds-chip-color-hover",
|
|
884
|
+
"default": "var(--aui-ink-strong)",
|
|
885
|
+
"description": "Text color of chips on hover."
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "--aui-agent-seeds-chip-background-active",
|
|
889
|
+
"default": "var(--aui-fill-active, var(--aui-action-active))",
|
|
890
|
+
"description": "Background of chips when active/pressed."
|
|
891
|
+
}
|
|
892
|
+
],
|
|
469
893
|
"examples": [
|
|
470
894
|
{
|
|
471
895
|
"html": "<aui-agent-seeds options='[{\"value\":\"clarify\",\"label\":\"Clarify user problem\"},{\"value\":\"context\",\"label\":\"Define user context\"},{\"value\":\"deliverable\",\"label\":\"Select deliverable\"},{\"value\":\"timeline\",\"label\":\"Set timeline\"}]'>\n</aui-agent-seeds>\n",
|
|
@@ -498,6 +922,83 @@
|
|
|
498
922
|
],
|
|
499
923
|
"children": []
|
|
500
924
|
},
|
|
925
|
+
"tokens": [
|
|
926
|
+
{
|
|
927
|
+
"name": "--aui-agent-text-padding-block",
|
|
928
|
+
"default": "var(--aui-agent-bubble-pad-block, 0.625rem)",
|
|
929
|
+
"description": "Block padding of the text container."
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "--aui-agent-text-padding-inline",
|
|
933
|
+
"default": "var(--aui-agent-bubble-pad-inline, 0.875rem)",
|
|
934
|
+
"description": "Inline padding of the text container."
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "--aui-agent-text-prose-gap",
|
|
938
|
+
"default": "var(--aui-agent-prose-gap, calc(var(--aui-space) * 2))",
|
|
939
|
+
"description": "Vertical gap between prose elements (paragraphs, headings, etc.)."
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "--aui-agent-text-heading-font-weight",
|
|
943
|
+
"default": "var(--aui-font-weight-bold, 600)",
|
|
944
|
+
"description": "Font weight for headings inside rendered markdown."
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "--aui-agent-text-blockquote-border",
|
|
948
|
+
"default": "var(--aui-border-muted)",
|
|
949
|
+
"description": "Left border color of blockquotes."
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "--aui-agent-text-blockquote-color",
|
|
953
|
+
"default": "var(--aui-ink-muted)",
|
|
954
|
+
"description": "Text color of blockquotes."
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "--aui-agent-text-code-font-family",
|
|
958
|
+
"default": "var(--aui-font-mono, monospace)",
|
|
959
|
+
"description": "Font family for inline code."
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "--aui-agent-text-code-background",
|
|
963
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
964
|
+
"description": "Background of inline code spans."
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "--aui-agent-text-code-border-radius",
|
|
968
|
+
"default": "calc(var(--aui-radius) * 0.5)",
|
|
969
|
+
"description": "Border radius of inline code spans."
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "--aui-agent-text-pre-background",
|
|
973
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
974
|
+
"description": "Background of code blocks."
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "--aui-agent-text-pre-border-radius",
|
|
978
|
+
"default": "calc(var(--aui-radius) * 0.5)",
|
|
979
|
+
"description": "Border radius of code blocks."
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"name": "--aui-agent-text-pre-padding",
|
|
983
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
984
|
+
"description": "Padding inside code blocks."
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "--aui-agent-text-link-color",
|
|
988
|
+
"default": "var(--aui-ink-accent, var(--aui-accent-solid))",
|
|
989
|
+
"description": "Text color of links."
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "--aui-agent-text-link-color-hover",
|
|
993
|
+
"default": "var(--aui-ink-hover)",
|
|
994
|
+
"description": "Text color of links on hover."
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "--aui-agent-text-hr-border",
|
|
998
|
+
"default": "var(--aui-border-muted)",
|
|
999
|
+
"description": "Border color of horizontal rules."
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
501
1002
|
"examples": [
|
|
502
1003
|
{
|
|
503
1004
|
"html": "<aui-agent-text>## Getting Started\n\nTo install the package, run:\n\n```bash\nnpm install @agent-ui/kit\n```\n\n### Key features\n\n- **Zero dependencies** — no runtime bloat\n- **Web standards** — built on custom elements\n- **Accessible** — ARIA roles and keyboard nav built in\n\n> Note: Requires a modern browser with custom element support.\n\nSee the [documentation](https://example.com/docs) for the full API reference.</aui-agent-text>\n",
|
|
@@ -554,6 +1055,38 @@
|
|
|
554
1055
|
"any"
|
|
555
1056
|
]
|
|
556
1057
|
},
|
|
1058
|
+
"tokens": [
|
|
1059
|
+
{
|
|
1060
|
+
"name": "--aui-agent-thread-column-gap",
|
|
1061
|
+
"default": "var(--aui-agent-message-gap, calc(var(--aui-space) * 2))",
|
|
1062
|
+
"description": "Gap between avatar column and message column."
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "--aui-agent-thread-max-width",
|
|
1066
|
+
"default": "var(--aui-agent-bubble-max-width, 85%)",
|
|
1067
|
+
"description": "Maximum width of the thread group."
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "--aui-agent-thread-context-gap",
|
|
1071
|
+
"default": "var(--aui-space)",
|
|
1072
|
+
"description": "Gap between items in the context area (metadata row)."
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "--aui-agent-thread-bubbles-gap",
|
|
1076
|
+
"default": "var(--aui-space)",
|
|
1077
|
+
"description": "Gap between consecutive message bubbles."
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "--aui-agent-thread-user-avatar-background",
|
|
1081
|
+
"default": "var(--aui-agent-bubble-user)",
|
|
1082
|
+
"description": "Background of the user avatar circle."
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "--aui-agent-thread-user-avatar-color",
|
|
1086
|
+
"default": "var(--aui-agent-bubble-user-ink)",
|
|
1087
|
+
"description": "Text/icon color of the user avatar."
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
557
1090
|
"examples": [
|
|
558
1091
|
{
|
|
559
1092
|
"html": "<aui-agent-thread role=\"assistant\" sender=\"Claude\">\n <aui-avatar>C</aui-avatar>\n <aui-agent-message role=\"assistant\">\n <aui-agent-text>I've analyzed your codebase and found three potential performance bottlenecks in the data processing pipeline. Let me walk through each one.</aui-agent-text>\n </aui-agent-message>\n</aui-agent-thread>\n",
|
|
@@ -592,23 +1125,38 @@
|
|
|
592
1125
|
},
|
|
593
1126
|
"context": "The root layout for full-page applications. Manages the relationship between sidebar width and content column flex.\n"
|
|
594
1127
|
},
|
|
595
|
-
"tokens":
|
|
596
|
-
|
|
597
|
-
"--aui-
|
|
598
|
-
"--aui-
|
|
599
|
-
"
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
"--aui-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
"--aui-
|
|
608
|
-
"--aui-
|
|
609
|
-
"
|
|
610
|
-
|
|
611
|
-
|
|
1128
|
+
"tokens": [
|
|
1129
|
+
{
|
|
1130
|
+
"name": "--aui-app-shell-background",
|
|
1131
|
+
"default": "var(--aui-doc)",
|
|
1132
|
+
"description": "Background color for the application shell."
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "--aui-app-shell-color",
|
|
1136
|
+
"default": "var(--aui-ink)",
|
|
1137
|
+
"description": "Default text color for the shell."
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "--aui-app-shell-font-family",
|
|
1141
|
+
"default": "var(--aui-font-family)",
|
|
1142
|
+
"description": "Font family for the shell."
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "--aui-app-shell-panel-background",
|
|
1146
|
+
"default": "var(--aui-panel)",
|
|
1147
|
+
"description": "Background color for the main content panel."
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "--aui-app-shell-panel-border-radius",
|
|
1151
|
+
"default": "var(--aui-radius)",
|
|
1152
|
+
"description": "Border radius for the main content panel."
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "--aui-app-shell-panel-border-color",
|
|
1156
|
+
"default": "var(--aui-border)",
|
|
1157
|
+
"description": "Border color for sticky header/footer inside main."
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
612
1160
|
"examples": [
|
|
613
1161
|
{
|
|
614
1162
|
"html": "<aui-app-shell>\n <aui-sidebar width=\"240\" collapsible>\n <aui-sidebar-header>\n <aui-nav-item label=\"App\" icon=\"grid\"></aui-nav-item>\n </aui-sidebar-header>\n <aui-sidebar-content>\n <aui-nav-item label=\"Home\" icon=\"home\"></aui-nav-item>\n <aui-nav-item label=\"Settings\" icon=\"settings\"></aui-nav-item>\n </aui-sidebar-content>\n </aui-sidebar>\n <aui-page>\n <aui-page-context>\n <aui-breadcrumb>\n <aui-breadcrumb-item label=\"Home\"></aui-breadcrumb-item>\n </aui-breadcrumb>\n </aui-page-context>\n <aui-page-main>\n <main>Page content</main>\n </aui-page-main>\n </aui-page>\n</aui-app-shell>\n",
|
|
@@ -648,6 +1196,58 @@
|
|
|
648
1196
|
],
|
|
649
1197
|
"children": null
|
|
650
1198
|
},
|
|
1199
|
+
"tokens": [
|
|
1200
|
+
{
|
|
1201
|
+
"name": "--aui-breadcrumb-item-gap",
|
|
1202
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
1203
|
+
"description": "Gap between separator and breadcrumb text."
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "--aui-breadcrumb-item-font-family",
|
|
1207
|
+
"default": "var(--aui-font-family)",
|
|
1208
|
+
"description": "Font family for breadcrumb text."
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "--aui-breadcrumb-item-font-size",
|
|
1212
|
+
"default": "var(--aui-font-size)",
|
|
1213
|
+
"description": "Font size for breadcrumb text."
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "--aui-breadcrumb-item-line-height",
|
|
1217
|
+
"default": "var(--aui-control-line-height)",
|
|
1218
|
+
"description": "Line height for breadcrumb text."
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "--aui-breadcrumb-item-color",
|
|
1222
|
+
"default": "var(--aui-ink-muted)",
|
|
1223
|
+
"description": "Default text color of breadcrumb items."
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "--aui-breadcrumb-item-separator-color",
|
|
1227
|
+
"default": "var(--aui-ink-muted)",
|
|
1228
|
+
"description": "Color of the separator character between items."
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "--aui-breadcrumb-item-link-color",
|
|
1232
|
+
"default": "var(--aui-ink-muted)",
|
|
1233
|
+
"description": "Color of breadcrumb link text."
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "--aui-breadcrumb-item-link-color-hover",
|
|
1237
|
+
"default": "var(--aui-ink)",
|
|
1238
|
+
"description": "Color of breadcrumb link text on hover."
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "--aui-breadcrumb-item-color-current",
|
|
1242
|
+
"default": "var(--aui-ink)",
|
|
1243
|
+
"description": "Text color of the current page item."
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"name": "--aui-breadcrumb-item-font-weight-current",
|
|
1247
|
+
"default": "var(--aui-font-weight-semibold)",
|
|
1248
|
+
"description": "Font weight of the current page item."
|
|
1249
|
+
}
|
|
1250
|
+
],
|
|
651
1251
|
"examples": [
|
|
652
1252
|
{
|
|
653
1253
|
"html": "<aui-breadcrumb>\n <aui-breadcrumb-item href=\"/\">Home</aui-breadcrumb-item>\n <aui-breadcrumb-item href=\"/settings\">Settings</aui-breadcrumb-item>\n <aui-breadcrumb-item current>Profile</aui-breadcrumb-item>\n</aui-breadcrumb>\n",
|
|
@@ -694,6 +1294,23 @@
|
|
|
694
1294
|
"aui-breadcrumb-item"
|
|
695
1295
|
]
|
|
696
1296
|
},
|
|
1297
|
+
"tokens": [
|
|
1298
|
+
{
|
|
1299
|
+
"name": "--aui-breadcrumb-font-family",
|
|
1300
|
+
"default": "var(--aui-font-family)",
|
|
1301
|
+
"description": "Font family for breadcrumb text."
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "--aui-breadcrumb-font-size",
|
|
1305
|
+
"default": "var(--aui-font-size)",
|
|
1306
|
+
"description": "Font size for breadcrumb text."
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "--aui-breadcrumb-gap",
|
|
1310
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
1311
|
+
"description": "Gap between breadcrumb items."
|
|
1312
|
+
}
|
|
1313
|
+
],
|
|
697
1314
|
"examples": [
|
|
698
1315
|
{
|
|
699
1316
|
"html": "<aui-breadcrumb>\n <aui-breadcrumb-item href=\"/\">Home</aui-breadcrumb-item>\n <aui-breadcrumb-item href=\"/settings\">Settings</aui-breadcrumb-item>\n <aui-breadcrumb-item current>Profile</aui-breadcrumb-item>\n</aui-breadcrumb>\n",
|
|
@@ -1027,34 +1644,93 @@
|
|
|
1027
1644
|
"description": "Native click event. Blocked when disabled or loading. Fires form submit/reset when type is set. Navigates when href is set.\n"
|
|
1028
1645
|
}
|
|
1029
1646
|
},
|
|
1030
|
-
"tokens":
|
|
1031
|
-
|
|
1032
|
-
"--aui-size",
|
|
1033
|
-
"--aui-
|
|
1034
|
-
"
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
"--aui-
|
|
1039
|
-
"
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
"
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
"--aui-
|
|
1048
|
-
"--aui-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
"
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1647
|
+
"tokens": [
|
|
1648
|
+
{
|
|
1649
|
+
"name": "--aui-button-size",
|
|
1650
|
+
"default": "var(--aui-size)",
|
|
1651
|
+
"description": "Overall height and minimum width."
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "--aui-button-font-family",
|
|
1655
|
+
"default": "var(--aui-font-family)",
|
|
1656
|
+
"description": "Font family for the label text."
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "--aui-button-font-size",
|
|
1660
|
+
"default": "var(--aui-font-size)",
|
|
1661
|
+
"description": "Label font size."
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "--aui-button-font-weight",
|
|
1665
|
+
"default": "var(--aui-control-font-weight)",
|
|
1666
|
+
"description": "Label font weight."
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "--aui-button-line-height",
|
|
1670
|
+
"default": "var(--aui-control-line-height)",
|
|
1671
|
+
"description": "Label line height."
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"name": "--aui-button-letter-spacing",
|
|
1675
|
+
"default": "var(--aui-letter-spacing)",
|
|
1676
|
+
"description": "Label letter spacing."
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "--aui-button-icon-size",
|
|
1680
|
+
"default": "var(--aui-icon-size)",
|
|
1681
|
+
"description": "Size of leading and trailing icons."
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "--aui-button-color",
|
|
1685
|
+
"default": "var(--aui-indicator, var(--aui-ink))",
|
|
1686
|
+
"description": "Text and icon color."
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "--aui-button-background",
|
|
1690
|
+
"default": "var(--aui-fill)",
|
|
1691
|
+
"description": "Background fill color."
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "--aui-button-border",
|
|
1695
|
+
"default": "var(--aui-stroke)",
|
|
1696
|
+
"description": "Border color."
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"name": "--aui-button-border-radius",
|
|
1700
|
+
"default": "var(--aui-radius)",
|
|
1701
|
+
"description": "Corner radius."
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "--aui-button-padding-inline",
|
|
1705
|
+
"default": "var(--aui-pad-control-inline)",
|
|
1706
|
+
"description": "Horizontal padding."
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "--aui-button-padding-block",
|
|
1710
|
+
"default": "var(--aui-pad-control-block)",
|
|
1711
|
+
"description": "Vertical padding."
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "--aui-button-gap",
|
|
1715
|
+
"default": "var(--aui-pad-gap-control)",
|
|
1716
|
+
"description": "Gap between icon and label slots."
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "--aui-button-color-hover",
|
|
1720
|
+
"default": "var(--aui-indicator-hover, var(--aui-ink-hover))",
|
|
1721
|
+
"description": "Text and icon color on hover."
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "--aui-button-background-hover",
|
|
1725
|
+
"default": "var(--aui-fill-hover)",
|
|
1726
|
+
"description": "Background fill on hover."
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "--aui-button-border-hover",
|
|
1730
|
+
"default": "var(--aui-stroke-hover)",
|
|
1731
|
+
"description": "Border color on hover."
|
|
1732
|
+
}
|
|
1733
|
+
],
|
|
1058
1734
|
"use-cases": [
|
|
1059
1735
|
"Primary call-to-action in forms and action bars.",
|
|
1060
1736
|
"Ghost/outline secondary actions alongside primary buttons.",
|
|
@@ -1129,44 +1805,171 @@
|
|
|
1129
1805
|
"default": "",
|
|
1130
1806
|
"description": "Selected date in ISO format (YYYY-MM-DD)."
|
|
1131
1807
|
},
|
|
1132
|
-
"min": {
|
|
1133
|
-
"syntax": "key-value",
|
|
1134
|
-
"type": "string",
|
|
1135
|
-
"default": "",
|
|
1136
|
-
"description": "Minimum selectable date. Dates before this are disabled."
|
|
1808
|
+
"min": {
|
|
1809
|
+
"syntax": "key-value",
|
|
1810
|
+
"type": "string",
|
|
1811
|
+
"default": "",
|
|
1812
|
+
"description": "Minimum selectable date. Dates before this are disabled."
|
|
1813
|
+
},
|
|
1814
|
+
"max": {
|
|
1815
|
+
"syntax": "key-value",
|
|
1816
|
+
"type": "string",
|
|
1817
|
+
"default": "",
|
|
1818
|
+
"description": "Maximum selectable date. Dates after this are disabled."
|
|
1819
|
+
},
|
|
1820
|
+
"range": {
|
|
1821
|
+
"syntax": "boolean",
|
|
1822
|
+
"description": "Enables range selection (click start, hover to preview, click to commit)."
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"modifiers": {
|
|
1826
|
+
"disabled": {
|
|
1827
|
+
"syntax": "boolean",
|
|
1828
|
+
"description": "Disables all interaction."
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
"a11y": {
|
|
1832
|
+
"role": "group",
|
|
1833
|
+
"keyboard": {
|
|
1834
|
+
"ArrowLeft": "Previous day.",
|
|
1835
|
+
"ArrowRight": "Next day.",
|
|
1836
|
+
"ArrowUp": "Same day previous week.",
|
|
1837
|
+
"ArrowDown": "Same day next week.",
|
|
1838
|
+
"Home": "First day of current week.",
|
|
1839
|
+
"End": "Last day of current week.",
|
|
1840
|
+
"PageUp": "Previous month (Shift previous year).",
|
|
1841
|
+
"PageDown": "Next month (Shift next year).",
|
|
1842
|
+
"Enter": "Select focused date.",
|
|
1843
|
+
"Space": "Select focused date."
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"tokens": [
|
|
1847
|
+
{
|
|
1848
|
+
"name": "--aui-calendar-gap",
|
|
1849
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
1850
|
+
"description": "Gap between calendar sections (header, weekdays, grid)."
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "--aui-calendar-padding",
|
|
1854
|
+
"default": "calc(var(--aui-space) * 3)",
|
|
1855
|
+
"description": "Outer padding of the calendar container."
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"name": "--aui-calendar-border-radius",
|
|
1859
|
+
"default": "var(--aui-radius)",
|
|
1860
|
+
"description": "Border radius for the calendar container."
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"name": "--aui-calendar-background",
|
|
1864
|
+
"default": "var(--aui-card)",
|
|
1865
|
+
"description": "Background color of the calendar."
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "--aui-calendar-color",
|
|
1869
|
+
"default": "var(--aui-ink)",
|
|
1870
|
+
"description": "Default text color for the calendar."
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "--aui-calendar-font-size",
|
|
1874
|
+
"default": "var(--aui-font-sm)",
|
|
1875
|
+
"description": "Base font size for calendar content."
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "--aui-calendar-grid-gap",
|
|
1879
|
+
"default": "2px",
|
|
1880
|
+
"description": "Gap between day cells in the grid."
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "--aui-calendar-weekday-font-size",
|
|
1884
|
+
"default": "var(--aui-font-xs)",
|
|
1885
|
+
"description": "Font size for weekday labels."
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "--aui-calendar-weekday-font-weight",
|
|
1889
|
+
"default": "var(--aui-font-weight-medium)",
|
|
1890
|
+
"description": "Font weight for weekday labels."
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"name": "--aui-calendar-weekday-color",
|
|
1894
|
+
"default": "var(--aui-ink-muted)",
|
|
1895
|
+
"description": "Text color for weekday labels."
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "--aui-calendar-cell-border-radius",
|
|
1899
|
+
"default": "var(--aui-radius)",
|
|
1900
|
+
"description": "Border radius for day and month/year cells."
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"name": "--aui-calendar-cell-background-hover",
|
|
1904
|
+
"default": "var(--aui-control)",
|
|
1905
|
+
"description": "Background color on cell hover."
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "--aui-calendar-cell-color-hover",
|
|
1909
|
+
"default": "var(--aui-ink-strong)",
|
|
1910
|
+
"description": "Text color on cell hover."
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "--aui-calendar-cell-padding-block",
|
|
1914
|
+
"default": "var(--aui-pad-control-block)",
|
|
1915
|
+
"description": "Block padding for month/year cells."
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "--aui-calendar-cell-padding-inline",
|
|
1919
|
+
"default": "var(--aui-pad-control-inline)",
|
|
1920
|
+
"description": "Inline padding for month/year cells."
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"name": "--aui-calendar-today-background",
|
|
1924
|
+
"default": "var(--aui-control)",
|
|
1925
|
+
"description": "Background color for the today cell."
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "--aui-calendar-today-color",
|
|
1929
|
+
"default": "var(--aui-ink-strong)",
|
|
1930
|
+
"description": "Text color for the today cell."
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "--aui-calendar-today-font-weight",
|
|
1934
|
+
"default": "var(--aui-font-weight-semibold)",
|
|
1935
|
+
"description": "Font weight for the today cell."
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"name": "--aui-calendar-selected-background",
|
|
1939
|
+
"default": "var(--aui-accent, var(--aui-solid))",
|
|
1940
|
+
"description": "Background color for selected cells."
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "--aui-calendar-selected-color",
|
|
1944
|
+
"default": "var(--aui-solid-ink,",
|
|
1945
|
+
"description": "Text color for selected cells."
|
|
1137
1946
|
},
|
|
1138
|
-
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1142
|
-
"description": "Maximum selectable date. Dates after this are disabled."
|
|
1947
|
+
{
|
|
1948
|
+
"name": "--aui-calendar-selected-font-weight",
|
|
1949
|
+
"default": "var(--aui-font-weight-semibold)",
|
|
1950
|
+
"description": "Font weight for selected cells."
|
|
1143
1951
|
},
|
|
1144
|
-
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
"
|
|
1152
|
-
"description": "
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1163
|
-
"End": "Last day of current week.",
|
|
1164
|
-
"PageUp": "Previous month (Shift previous year).",
|
|
1165
|
-
"PageDown": "Next month (Shift next year).",
|
|
1166
|
-
"Enter": "Select focused date.",
|
|
1167
|
-
"Space": "Select focused date."
|
|
1952
|
+
{
|
|
1953
|
+
"name": "--aui-calendar-outside-color",
|
|
1954
|
+
"default": "var(--aui-ink-muted)",
|
|
1955
|
+
"description": "Text color for days outside the current month."
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"name": "--aui-calendar-disabled-color",
|
|
1959
|
+
"default": "var(--aui-ink-disabled)",
|
|
1960
|
+
"description": "Text color for disabled dates."
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "--aui-calendar-header-font-weight",
|
|
1964
|
+
"default": "var(--aui-font-weight-medium)",
|
|
1965
|
+
"description": "Font weight for header navigation buttons."
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "--aui-calendar-header-title-color",
|
|
1969
|
+
"default": "var(--aui-ink-strong)",
|
|
1970
|
+
"description": "Text color for the month/year title button."
|
|
1168
1971
|
}
|
|
1169
|
-
|
|
1972
|
+
],
|
|
1170
1973
|
"events": {
|
|
1171
1974
|
"aui:change": {
|
|
1172
1975
|
"description": "Fired on single date selection. Detail contains { value }."
|
|
@@ -1303,13 +2106,28 @@
|
|
|
1303
2106
|
"description": "Floating indicator at right center of the viewport."
|
|
1304
2107
|
}
|
|
1305
2108
|
},
|
|
1306
|
-
"tokens":
|
|
1307
|
-
|
|
1308
|
-
"--
|
|
1309
|
-
"--
|
|
1310
|
-
"
|
|
1311
|
-
|
|
1312
|
-
|
|
2109
|
+
"tokens": [
|
|
2110
|
+
{
|
|
2111
|
+
"name": "--aui-canvas-background",
|
|
2112
|
+
"default": "var(--aui-doc)",
|
|
2113
|
+
"description": "Background color of the canvas surface."
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"name": "--aui-canvas-border-radius",
|
|
2117
|
+
"default": "var(--aui-radius)",
|
|
2118
|
+
"description": "Border radius of the canvas container."
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"name": "--aui-canvas-border-color",
|
|
2122
|
+
"default": "var(--aui-border-muted)",
|
|
2123
|
+
"description": "Border color when the bordered attribute is set."
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"name": "--aui-canvas-focus-color",
|
|
2127
|
+
"default": "var(--aui-focus)",
|
|
2128
|
+
"description": "Focus ring color when the canvas is focused."
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
1313
2131
|
"events": {
|
|
1314
2132
|
"aui:canvas-pan": {
|
|
1315
2133
|
"description": "Fires on pan change. Detail contains { x, y }."
|
|
@@ -1457,26 +2275,83 @@
|
|
|
1457
2275
|
"description": "Fires when checked state changes."
|
|
1458
2276
|
}
|
|
1459
2277
|
},
|
|
1460
|
-
"tokens":
|
|
1461
|
-
|
|
1462
|
-
"--aui-
|
|
1463
|
-
"--aui-
|
|
1464
|
-
"
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
"--aui-
|
|
1468
|
-
"--aui-
|
|
1469
|
-
"
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
"--aui-
|
|
1473
|
-
"--aui-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
"--aui-
|
|
1478
|
-
|
|
1479
|
-
|
|
2278
|
+
"tokens": [
|
|
2279
|
+
{
|
|
2280
|
+
"name": "--aui-checkbox-gap",
|
|
2281
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
2282
|
+
"description": "Gap between checkbox box and label."
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"name": "--aui-checkbox-font-family",
|
|
2286
|
+
"default": "var(--aui-font-family)",
|
|
2287
|
+
"description": "Label font family."
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "--aui-checkbox-font-size",
|
|
2291
|
+
"default": "var(--aui-font-size)",
|
|
2292
|
+
"description": "Label font size."
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "--aui-checkbox-line-height",
|
|
2296
|
+
"default": "var(--aui-control-line-height-relaxed)",
|
|
2297
|
+
"description": "Label line height."
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "--aui-checkbox-color",
|
|
2301
|
+
"default": "var(--aui-ink)",
|
|
2302
|
+
"description": "Label text color."
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "--aui-checkbox-box-size",
|
|
2306
|
+
"default": "var(--aui-widget-size)",
|
|
2307
|
+
"description": "Width and height of the visual checkbox box."
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "--aui-checkbox-box-background",
|
|
2311
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
2312
|
+
"description": "Unchecked box background."
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"name": "--aui-checkbox-box-border",
|
|
2316
|
+
"default": "var(--aui-stroke)",
|
|
2317
|
+
"description": "Unchecked box border color."
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "--aui-checkbox-box-border-radius",
|
|
2321
|
+
"default": "calc(var(--aui-radius) * 0.4)",
|
|
2322
|
+
"description": "Box corner radius."
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "--aui-checkbox-checked-background",
|
|
2326
|
+
"default": "var(--aui-accent)",
|
|
2327
|
+
"description": "Checked box background."
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "--aui-checkbox-checked-border",
|
|
2331
|
+
"default": "var(--aui-accent)",
|
|
2332
|
+
"description": "Checked box border color."
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "--aui-checkbox-checked-color",
|
|
2336
|
+
"default": "var(--aui-solid-ink)",
|
|
2337
|
+
"description": "Check mark color."
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "--aui-checkbox-border-hover",
|
|
2341
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
2342
|
+
"description": "Box border color on hover."
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "--aui-checkbox-background-disabled",
|
|
2346
|
+
"default": "var(--aui-fill-disabled, var(--aui-action-disabled))",
|
|
2347
|
+
"description": "Box background when disabled."
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"name": "--aui-checkbox-border-disabled",
|
|
2351
|
+
"default": "var(--aui-stroke-disabled, var(--aui-border-disabled))",
|
|
2352
|
+
"description": "Box border color when disabled."
|
|
2353
|
+
}
|
|
2354
|
+
],
|
|
1480
2355
|
"css-notes": {
|
|
1481
2356
|
"attr-audit": [
|
|
1482
2357
|
"AB1: [checked], [indeterminate], [disabled] — all visual via attributes",
|
|
@@ -1545,6 +2420,58 @@
|
|
|
1545
2420
|
"description": "Group heading text."
|
|
1546
2421
|
}
|
|
1547
2422
|
},
|
|
2423
|
+
"tokens": [
|
|
2424
|
+
{
|
|
2425
|
+
"name": "--aui-command-group-gap",
|
|
2426
|
+
"default": "var(--aui-space)",
|
|
2427
|
+
"description": "Gap between group items."
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"name": "--aui-command-group-border-color",
|
|
2431
|
+
"default": "var(--aui-border-muted)",
|
|
2432
|
+
"description": "Border color between adjacent groups."
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"name": "--aui-command-group-heading-size",
|
|
2436
|
+
"default": "var(--aui-size)",
|
|
2437
|
+
"description": "Minimum height of the group heading."
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "--aui-command-group-heading-padding-block",
|
|
2441
|
+
"default": "var(--aui-pad-control-block)",
|
|
2442
|
+
"description": "Block padding for the group heading."
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "--aui-command-group-heading-padding-inline",
|
|
2446
|
+
"default": "var(--aui-pad-control-inline)",
|
|
2447
|
+
"description": "Inline padding for the group heading."
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"name": "--aui-command-group-heading-font-family",
|
|
2451
|
+
"default": "var(--aui-font-family)",
|
|
2452
|
+
"description": "Font family for the group heading."
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "--aui-command-group-heading-font-size",
|
|
2456
|
+
"default": "var(--aui-group-header-font)",
|
|
2457
|
+
"description": "Font size for the group heading."
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "--aui-command-group-heading-font-weight",
|
|
2461
|
+
"default": "var(--aui-font-weight-medium)",
|
|
2462
|
+
"description": "Font weight for the group heading."
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"name": "--aui-command-group-heading-letter-spacing",
|
|
2466
|
+
"default": "0.05em",
|
|
2467
|
+
"description": "Letter spacing for the uppercase group heading."
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "--aui-command-group-heading-color",
|
|
2471
|
+
"default": "var(--aui-ink-muted)",
|
|
2472
|
+
"description": "Text color for the group heading."
|
|
2473
|
+
}
|
|
2474
|
+
],
|
|
1548
2475
|
"a11y": {
|
|
1549
2476
|
"role": "group"
|
|
1550
2477
|
},
|
|
@@ -1577,6 +2504,53 @@
|
|
|
1577
2504
|
"description": "Placeholder text."
|
|
1578
2505
|
}
|
|
1579
2506
|
},
|
|
2507
|
+
"tokens": [
|
|
2508
|
+
{
|
|
2509
|
+
"name": "--aui-command-input-gap",
|
|
2510
|
+
"default": "var(--aui-pad-gap-control)",
|
|
2511
|
+
"description": "Gap between input icon and text surface."
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "--aui-command-input-size",
|
|
2515
|
+
"default": "var(--aui-size)",
|
|
2516
|
+
"description": "Maximum height of the input row."
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"name": "--aui-command-input-padding-block",
|
|
2520
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
2521
|
+
"description": "Block (vertical) padding for the input."
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"name": "--aui-command-input-padding-inline",
|
|
2525
|
+
"default": "var(--aui-pad-control-inline)",
|
|
2526
|
+
"description": "Inline (horizontal) padding for the input."
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "--aui-command-input-border-color",
|
|
2530
|
+
"default": "var(--aui-border-muted)",
|
|
2531
|
+
"description": "Bottom border color separating input from results."
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "--aui-command-input-font-family",
|
|
2535
|
+
"default": "var(--aui-font-family)",
|
|
2536
|
+
"description": "Font family for input text."
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "--aui-command-input-font-size",
|
|
2540
|
+
"default": "var(--aui-font-size)",
|
|
2541
|
+
"description": "Font size for input text."
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"name": "--aui-command-input-color",
|
|
2545
|
+
"default": "var(--aui-ink)",
|
|
2546
|
+
"description": "Text color for the input."
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "--aui-command-input-color-placeholder",
|
|
2550
|
+
"default": "var(--aui-ink-placeholder, var(--aui-ink-muted))",
|
|
2551
|
+
"description": "Placeholder text color."
|
|
2552
|
+
}
|
|
2553
|
+
],
|
|
1580
2554
|
"a11y": {
|
|
1581
2555
|
"role": "searchbox"
|
|
1582
2556
|
},
|
|
@@ -1620,6 +2594,73 @@
|
|
|
1620
2594
|
"description": "Extra search terms not visible in the label."
|
|
1621
2595
|
}
|
|
1622
2596
|
},
|
|
2597
|
+
"tokens": [
|
|
2598
|
+
{
|
|
2599
|
+
"name": "--aui-command-item-gap",
|
|
2600
|
+
"default": "var(--aui-pad-gap-control)",
|
|
2601
|
+
"description": "Gap between item icon and label."
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "--aui-command-item-size",
|
|
2605
|
+
"default": "var(--aui-size)",
|
|
2606
|
+
"description": "Minimum height of the command item."
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"name": "--aui-command-item-padding-block",
|
|
2610
|
+
"default": "var(--aui-pad-control-block)",
|
|
2611
|
+
"description": "Block (vertical) padding for items."
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"name": "--aui-command-item-padding-inline",
|
|
2615
|
+
"default": "var(--aui-pad-control-inline)",
|
|
2616
|
+
"description": "Inline (horizontal) padding for items."
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"name": "--aui-command-item-font-family",
|
|
2620
|
+
"default": "var(--aui-font-family)",
|
|
2621
|
+
"description": "Font family for item text."
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"name": "--aui-command-item-font-size",
|
|
2625
|
+
"default": "var(--aui-font-size)",
|
|
2626
|
+
"description": "Font size for item text."
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"name": "--aui-command-item-line-height",
|
|
2630
|
+
"default": "var(--aui-control-line-height)",
|
|
2631
|
+
"description": "Line height for item text."
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"name": "--aui-command-item-color",
|
|
2635
|
+
"default": "var(--aui-ink)",
|
|
2636
|
+
"description": "Default text color for items."
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"name": "--aui-command-item-border-radius",
|
|
2640
|
+
"default": "calc(var(--aui-radius) - var(--aui-space))",
|
|
2641
|
+
"description": "Border radius for item highlight."
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "--aui-command-item-background-hover",
|
|
2645
|
+
"default": "var(--aui-fill-hover, var(--aui-action-hover))",
|
|
2646
|
+
"description": "Background color on hover or keyboard focus."
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"name": "--aui-command-item-color-hover",
|
|
2650
|
+
"default": "var(--aui-ink-strong)",
|
|
2651
|
+
"description": "Text color on hover or keyboard focus."
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"name": "--aui-command-item-color-selected",
|
|
2655
|
+
"default": "var(--aui-ink-strong)",
|
|
2656
|
+
"description": "Text color for selected items."
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "--aui-command-item-color-disabled",
|
|
2660
|
+
"default": "var(--aui-ink-disabled, var(--aui-ink-muted))",
|
|
2661
|
+
"description": "Text color for disabled items."
|
|
2662
|
+
}
|
|
2663
|
+
],
|
|
1623
2664
|
"a11y": {
|
|
1624
2665
|
"role": "option"
|
|
1625
2666
|
},
|
|
@@ -1688,6 +2729,33 @@
|
|
|
1688
2729
|
"description": "Fired on Escape key. Parent dialog can listen to close."
|
|
1689
2730
|
}
|
|
1690
2731
|
},
|
|
2732
|
+
"tokens": [
|
|
2733
|
+
{
|
|
2734
|
+
"name": "--aui-command-background",
|
|
2735
|
+
"default": "var(--aui-modal, var(--aui-doc))",
|
|
2736
|
+
"description": "Background color for the command palette."
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "--aui-command-color",
|
|
2740
|
+
"default": "var(--aui-ink)",
|
|
2741
|
+
"description": "Default text color for command palette content."
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "--aui-command-border-color",
|
|
2745
|
+
"default": "var(--aui-border-muted)",
|
|
2746
|
+
"description": "Border color for the command palette container."
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "--aui-command-border-radius",
|
|
2750
|
+
"default": "var(--aui-radius)",
|
|
2751
|
+
"description": "Border radius for the command palette container."
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "--aui-command-gap",
|
|
2755
|
+
"default": "var(--aui-space)",
|
|
2756
|
+
"description": "Gap between command palette sections."
|
|
2757
|
+
}
|
|
2758
|
+
],
|
|
1691
2759
|
"composition": {
|
|
1692
2760
|
"parents": [
|
|
1693
2761
|
"aui-dialog",
|
|
@@ -1891,27 +2959,23 @@
|
|
|
1891
2959
|
"description": "Fires on interactive containers. Navigates to href if set."
|
|
1892
2960
|
}
|
|
1893
2961
|
},
|
|
1894
|
-
"tokens":
|
|
1895
|
-
|
|
1896
|
-
"--aui-
|
|
1897
|
-
"--aui-doc",
|
|
1898
|
-
"
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
"
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
"--aui-
|
|
1907
|
-
"--aui-
|
|
1908
|
-
"
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
"--aui-duration",
|
|
1912
|
-
"--aui-easing"
|
|
1913
|
-
]
|
|
1914
|
-
},
|
|
2962
|
+
"tokens": [
|
|
2963
|
+
{
|
|
2964
|
+
"name": "--aui-container-background",
|
|
2965
|
+
"default": "var(--aui-card, var(--aui-doc))",
|
|
2966
|
+
"description": "Background color of the container surface."
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"name": "--aui-container-border-radius",
|
|
2970
|
+
"default": "var(--aui-radius)",
|
|
2971
|
+
"description": "Border radius of the container."
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "--aui-container-font-size",
|
|
2975
|
+
"default": "var(--aui-font-lg)",
|
|
2976
|
+
"description": "Base font size for the container."
|
|
2977
|
+
}
|
|
2978
|
+
],
|
|
1915
2979
|
"examples": [
|
|
1916
2980
|
{
|
|
1917
2981
|
"html": "<aui-container kind=\"card\" bordered max-width=\"prose\">\n <aui-header>\n <aui-stack gap=\"1\">\n <aui-heading>Project Settings</aui-heading>\n <aui-text muted size=\"sm\">Make changes to your project here. Click save when you're done.</aui-text>\n </aui-stack>\n </aui-header>\n <aui-content>\n <aui-inset>\n <aui-stack gap=\"4\">\n <aui-field label=\"Name\">\n <aui-input placeholder=\"Acme Dashboard\"></aui-input>\n </aui-field>\n <aui-field label=\"Description\" description=\"This will be visible to all team members.\">\n <aui-textarea placeholder=\"A real-time analytics dashboard for the Acme team.\"></aui-textarea>\n </aui-field>\n </aui-stack>\n </aui-inset>\n </aui-content>\n <aui-footer>\n <span slot=\"trailing\">\n <aui-stack direction=\"row\" gap=\"2\">\n <aui-button scrim>Cancel</aui-button>\n <aui-button primary accent>Save changes</aui-button>\n </aui-stack>\n </span>\n </aui-footer>\n</aui-container>\n",
|
|
@@ -2018,22 +3082,48 @@
|
|
|
2018
3082
|
"description": "Fires when the dialog closes (Escape, backdrop click, or API)."
|
|
2019
3083
|
}
|
|
2020
3084
|
},
|
|
2021
|
-
"tokens":
|
|
2022
|
-
|
|
2023
|
-
"--aui-
|
|
2024
|
-
"--aui-doc",
|
|
2025
|
-
"
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
"--aui-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
"--aui-
|
|
2035
|
-
|
|
2036
|
-
|
|
3085
|
+
"tokens": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "--aui-dialog-background",
|
|
3088
|
+
"default": "var(--aui-modal, var(--aui-doc))",
|
|
3089
|
+
"description": "Background color of the dialog content panel."
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
"name": "--aui-dialog-color",
|
|
3093
|
+
"default": "var(--aui-ink)",
|
|
3094
|
+
"description": "Text color inside the dialog."
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"name": "--aui-dialog-border",
|
|
3098
|
+
"default": "var(--aui-border-muted)",
|
|
3099
|
+
"description": "Border color of the dialog and child separators."
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "--aui-dialog-border-radius",
|
|
3103
|
+
"default": "var(--aui-radius)",
|
|
3104
|
+
"description": "Border radius of the dialog content panel."
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"name": "--aui-dialog-shadow",
|
|
3108
|
+
"default": "var(--aui-shadow-lg)",
|
|
3109
|
+
"description": "Box shadow of the dialog content panel."
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"name": "--aui-dialog-width",
|
|
3113
|
+
"default": "min(90vw, 32rem)",
|
|
3114
|
+
"description": "Width of the dialog content panel (default size)."
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "--aui-dialog-backdrop-color",
|
|
3118
|
+
"default": "var(--aui-backdrop-color, oklch(0% 0 0))",
|
|
3119
|
+
"description": "Color of the backdrop overlay."
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"name": "--aui-dialog-backdrop-opacity",
|
|
3123
|
+
"default": "var(--aui-backdrop-opacity, 0.3)",
|
|
3124
|
+
"description": "Opacity of the backdrop overlay."
|
|
3125
|
+
}
|
|
3126
|
+
],
|
|
2037
3127
|
"examples": [
|
|
2038
3128
|
{
|
|
2039
3129
|
"html": "<aui-container bordered max-width=\"md\">\n <aui-header>\n <span>Confirm</span>\n </aui-header>\n <aui-content>\n <aui-inset>\n <p>Are you sure you want to delete this item? This action cannot be undone.</p>\n </aui-inset>\n </aui-content>\n <aui-footer>\n <span slot=\"trailing\">\n <aui-stack direction=\"row\" gap=\"2\">\n <aui-button ghost>Cancel</aui-button>\n <aui-button primary danger>Delete</aui-button>\n </aui-stack>\n </span>\n </aui-footer>\n</aui-container>\n",
|
|
@@ -2125,24 +3215,43 @@
|
|
|
2125
3215
|
"description": "Fires when the drawer closes."
|
|
2126
3216
|
}
|
|
2127
3217
|
},
|
|
2128
|
-
"tokens":
|
|
2129
|
-
|
|
2130
|
-
"--aui-
|
|
2131
|
-
"--aui-doc",
|
|
2132
|
-
"
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
"--aui-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
"
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
3218
|
+
"tokens": [
|
|
3219
|
+
{
|
|
3220
|
+
"name": "--aui-drawer-background",
|
|
3221
|
+
"default": "var(--aui-modal, var(--aui-doc))",
|
|
3222
|
+
"description": "Background color of the drawer content panel."
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"name": "--aui-drawer-color",
|
|
3226
|
+
"default": "var(--aui-ink)",
|
|
3227
|
+
"description": "Text color inside the drawer."
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "--aui-drawer-border",
|
|
3231
|
+
"default": "var(--aui-border-muted)",
|
|
3232
|
+
"description": "Border color of the drawer edge and child separators."
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "--aui-drawer-width",
|
|
3236
|
+
"default": "24rem",
|
|
3237
|
+
"description": "Width of the drawer when anchored left or right."
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"name": "--aui-drawer-height",
|
|
3241
|
+
"default": "24rem",
|
|
3242
|
+
"description": "Height of the drawer when anchored top or bottom."
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"name": "--aui-drawer-backdrop-color",
|
|
3246
|
+
"default": "var(--aui-backdrop-color, oklch(0% 0 0))",
|
|
3247
|
+
"description": "Color of the backdrop overlay."
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"name": "--aui-drawer-backdrop-opacity",
|
|
3251
|
+
"default": "var(--aui-backdrop-opacity, 0.3)",
|
|
3252
|
+
"description": "Opacity of the backdrop overlay."
|
|
3253
|
+
}
|
|
3254
|
+
],
|
|
2146
3255
|
"examples": [
|
|
2147
3256
|
{
|
|
2148
3257
|
"html": "<aui-container bordered max-width=\"sm\">\n <aui-header>\n <span>Filters</span>\n </aui-header>\n <aui-content>\n <aui-inset>\n <aui-stack>\n <aui-field label=\"Category\">\n <aui-input placeholder=\"All\"></aui-input>\n </aui-field>\n <aui-field label=\"Status\">\n <aui-radio-group name=\"status\">\n <aui-radio label=\"Active\" value=\"active\"></aui-radio>\n <aui-radio label=\"Archived\" value=\"archived\"></aui-radio>\n </aui-radio-group>\n </aui-field>\n </aui-stack>\n </aui-inset>\n </aui-content>\n <aui-footer>\n <span slot=\"trailing\">\n <aui-button primary accent>Apply</aui-button>\n </span>\n </aui-footer>\n</aui-container>\n",
|
|
@@ -2349,25 +3458,33 @@
|
|
|
2349
3458
|
"aui-stack",
|
|
2350
3459
|
"any"
|
|
2351
3460
|
],
|
|
2352
|
-
"children": [
|
|
2353
|
-
"aui-editor-layer"
|
|
2354
|
-
],
|
|
2355
|
-
"context": "Use as the root canvas for any editor. Place aui-editor-layer children inside for guaranteed z-index stacking. The editor creates a viewport wrapper and moves all children into it.\n"
|
|
2356
|
-
},
|
|
2357
|
-
"tokens": {
|
|
2358
|
-
"color": [
|
|
2359
|
-
"--aui-doc",
|
|
2360
|
-
"--aui-border-muted",
|
|
2361
|
-
"--aui-accent",
|
|
2362
|
-
"--aui-focus"
|
|
2363
|
-
],
|
|
2364
|
-
"motion": [
|
|
2365
|
-
"--_editor-zoom",
|
|
2366
|
-
"--_editor-pan-x",
|
|
2367
|
-
"--_editor-pan-y",
|
|
2368
|
-
"--_editor-grid-size"
|
|
2369
|
-
]
|
|
3461
|
+
"children": [
|
|
3462
|
+
"aui-editor-layer"
|
|
3463
|
+
],
|
|
3464
|
+
"context": "Use as the root canvas for any editor. Place aui-editor-layer children inside for guaranteed z-index stacking. The editor creates a viewport wrapper and moves all children into it.\n"
|
|
2370
3465
|
},
|
|
3466
|
+
"tokens": [
|
|
3467
|
+
{
|
|
3468
|
+
"name": "--aui-editor-background",
|
|
3469
|
+
"default": "var(--aui-doc)",
|
|
3470
|
+
"description": "Background color of the editor stage."
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"name": "--aui-editor-border-radius",
|
|
3474
|
+
"default": "var(--aui-radius)",
|
|
3475
|
+
"description": "Border radius of the editor container."
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"name": "--aui-editor-selection-color",
|
|
3479
|
+
"default": "var(--aui-accent)",
|
|
3480
|
+
"description": "Color of the selection rectangle border and fill."
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"name": "--aui-editor-focus-color",
|
|
3484
|
+
"default": "var(--aui-focus)",
|
|
3485
|
+
"description": "Focus ring color when the editor is focused."
|
|
3486
|
+
}
|
|
3487
|
+
],
|
|
2371
3488
|
"examples": [
|
|
2372
3489
|
{
|
|
2373
3490
|
"html": "<aui-editor background=\"dots\" style=\"width: 100%; height: 20rem;\">\n <aui-editor-layer name=\"content\">\n <aui-text>Pannable content on a dot grid</aui-text>\n </aui-editor-layer>\n</aui-editor>\n",
|
|
@@ -2538,24 +3655,48 @@
|
|
|
2538
3655
|
"[required] appends asterisk to label"
|
|
2539
3656
|
]
|
|
2540
3657
|
},
|
|
2541
|
-
"tokens":
|
|
2542
|
-
|
|
2543
|
-
"--aui-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
"--aui-
|
|
2549
|
-
"--aui-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
"--aui-
|
|
2554
|
-
"--aui-
|
|
2555
|
-
"
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
3658
|
+
"tokens": [
|
|
3659
|
+
{
|
|
3660
|
+
"name": "--aui-field-gap",
|
|
3661
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
3662
|
+
"description": "Vertical gap between label, control, and description."
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"name": "--aui-field-label-font-size",
|
|
3666
|
+
"default": "var(--aui-font-sm)",
|
|
3667
|
+
"description": "Label text font size."
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"name": "--aui-field-label-font-weight",
|
|
3671
|
+
"default": "var(--aui-font-weight-medium)",
|
|
3672
|
+
"description": "Label text font weight."
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"name": "--aui-field-label-color",
|
|
3676
|
+
"default": "var(--aui-ink-muted)",
|
|
3677
|
+
"description": "Label text color."
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "--aui-field-label-line-height",
|
|
3681
|
+
"default": "var(--aui-control-line-height-relaxed)",
|
|
3682
|
+
"description": "Label text line height."
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"name": "--aui-field-description-color",
|
|
3686
|
+
"default": "var(--aui-ink-muted)",
|
|
3687
|
+
"description": "Description text color."
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"name": "--aui-field-description-font-size",
|
|
3691
|
+
"default": "var(--aui-font-sm)",
|
|
3692
|
+
"description": "Description text font size."
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"name": "--aui-field-error-color",
|
|
3696
|
+
"default": "var(--aui-danger, oklch(0.65 0.2 25))",
|
|
3697
|
+
"description": "Error message text color."
|
|
3698
|
+
}
|
|
3699
|
+
],
|
|
2559
3700
|
"examples": [
|
|
2560
3701
|
{
|
|
2561
3702
|
"html": "<aui-field label=\"Email\">\n <aui-input type=\"email\" placeholder=\"you@example.com\"></aui-input>\n</aui-field>\n",
|
|
@@ -2855,6 +3996,43 @@
|
|
|
2855
3996
|
"children": "none",
|
|
2856
3997
|
"context": "Place inside aui-graph-node. The port-id is referenced by noodle selectors as \"nodeId:portId\".\n"
|
|
2857
3998
|
},
|
|
3999
|
+
"tokens": [
|
|
4000
|
+
{
|
|
4001
|
+
"name": "--aui-graph-port-size",
|
|
4002
|
+
"default": "8px",
|
|
4003
|
+
"description": "Diameter of the port dot."
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"name": "--aui-graph-port-background",
|
|
4007
|
+
"default": "var(--aui-doc)",
|
|
4008
|
+
"description": "Fill color of the port dot (unfilled state)."
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"name": "--aui-graph-port-border-width",
|
|
4012
|
+
"default": "2px",
|
|
4013
|
+
"description": "Border width of the port dot."
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "--aui-graph-port-border-color",
|
|
4017
|
+
"default": "var(--aui-border)",
|
|
4018
|
+
"description": "Default border color of the port dot."
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"name": "--aui-graph-port-border-color-input",
|
|
4022
|
+
"default": "var(--aui-success)",
|
|
4023
|
+
"description": "Border color for input-type ports."
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "--aui-graph-port-border-color-output",
|
|
4027
|
+
"default": "var(--aui-accent)",
|
|
4028
|
+
"description": "Border color for output-type ports."
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "--aui-graph-port-hover-shadow",
|
|
4032
|
+
"default": "0 0 6px color-mix(in srgb, var(--aui-accent) 40%, transparent)",
|
|
4033
|
+
"description": "Box shadow on hover."
|
|
4034
|
+
}
|
|
4035
|
+
],
|
|
2858
4036
|
"examples": [
|
|
2859
4037
|
{
|
|
2860
4038
|
"html": "<aui-graph-port port-id=\"out\" side=\"right\" type=\"output\"></aui-graph-port>\n",
|
|
@@ -2966,6 +4144,43 @@
|
|
|
2966
4144
|
"aria-orientation": "Set from orientation attribute."
|
|
2967
4145
|
}
|
|
2968
4146
|
},
|
|
4147
|
+
"tokens": [
|
|
4148
|
+
{
|
|
4149
|
+
"name": "--aui-gripper-color",
|
|
4150
|
+
"default": "var(--aui-border-muted)",
|
|
4151
|
+
"description": "Color of the feedback line at rest."
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "--aui-gripper-color-hover",
|
|
4155
|
+
"default": "var(--aui-accent)",
|
|
4156
|
+
"description": "Color of the feedback line on hover."
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"name": "--aui-gripper-color-dragging",
|
|
4160
|
+
"default": "var(--aui-accent)",
|
|
4161
|
+
"description": "Color of the accent bar while dragging."
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"name": "--aui-gripper-size",
|
|
4165
|
+
"default": "2px",
|
|
4166
|
+
"description": "Width/height of the feedback line at rest."
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"name": "--aui-gripper-size-dragging",
|
|
4170
|
+
"default": "6px",
|
|
4171
|
+
"description": "Width/height of the accent bar while dragging."
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"name": "--aui-gripper-border-radius",
|
|
4175
|
+
"default": "2px",
|
|
4176
|
+
"description": "Border radius of the feedback line at rest."
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
"name": "--aui-gripper-border-radius-dragging",
|
|
4180
|
+
"default": "6px",
|
|
4181
|
+
"description": "Border radius of the accent bar while dragging."
|
|
4182
|
+
}
|
|
4183
|
+
],
|
|
2969
4184
|
"events": {
|
|
2970
4185
|
"aui:resize-start": {
|
|
2971
4186
|
"description": "Fired when drag begins."
|
|
@@ -3048,11 +4263,23 @@
|
|
|
3048
4263
|
"aria-hidden": "Set to \"true\" when no label (decorative icon)."
|
|
3049
4264
|
}
|
|
3050
4265
|
},
|
|
3051
|
-
"tokens":
|
|
3052
|
-
|
|
3053
|
-
"--aui-icon-
|
|
3054
|
-
|
|
3055
|
-
|
|
4266
|
+
"tokens": [
|
|
4267
|
+
{
|
|
4268
|
+
"name": "--aui-icon-width",
|
|
4269
|
+
"default": "var(--aui-icon-size)",
|
|
4270
|
+
"description": "Icon width."
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"name": "--aui-icon-height",
|
|
4274
|
+
"default": "var(--aui-icon-size)",
|
|
4275
|
+
"description": "Icon height."
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"name": "--aui-icon-color",
|
|
4279
|
+
"default": "currentColor",
|
|
4280
|
+
"description": "Icon fill color, inherited from parent."
|
|
4281
|
+
}
|
|
4282
|
+
],
|
|
3056
4283
|
"examples": [
|
|
3057
4284
|
{
|
|
3058
4285
|
"html": "<aui-stack direction=\"row\" gap=\"2\" align-items=\"center\">\n <aui-icon name=\"house\"></aui-icon>\n <aui-icon name=\"gear\"></aui-icon>\n <aui-icon name=\"magnifying-glass\"></aui-icon>\n <aui-icon name=\"heart\"></aui-icon>\n <aui-icon name=\"star\"></aui-icon>\n <aui-icon name=\"user\"></aui-icon>\n <aui-icon name=\"pencil\"></aui-icon>\n <aui-icon name=\"trash\"></aui-icon>\n <aui-icon name=\"plus\"></aui-icon>\n <aui-icon name=\"check\"></aui-icon>\n <aui-icon name=\"warning\"></aui-icon>\n <aui-icon name=\"info\"></aui-icon>\n</aui-stack>\n",
|
|
@@ -3116,6 +4343,78 @@
|
|
|
3116
4343
|
"Backspace": "Clear current cell and move to previous."
|
|
3117
4344
|
}
|
|
3118
4345
|
},
|
|
4346
|
+
"tokens": [
|
|
4347
|
+
{
|
|
4348
|
+
"name": "--aui-input-otp-gap",
|
|
4349
|
+
"default": "var(--aui-pad-gap-control)",
|
|
4350
|
+
"description": "Gap between cells."
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"name": "--aui-input-otp-cell-size",
|
|
4354
|
+
"default": "var(--aui-size)",
|
|
4355
|
+
"description": "Width and height of each cell."
|
|
4356
|
+
},
|
|
4357
|
+
{
|
|
4358
|
+
"name": "--aui-input-otp-font-family",
|
|
4359
|
+
"default": "var(--aui-font-family)",
|
|
4360
|
+
"description": "Cell text font family."
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "--aui-input-otp-font-size",
|
|
4364
|
+
"default": "var(--aui-font-xl)",
|
|
4365
|
+
"description": "Cell text font size."
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"name": "--aui-input-otp-font-weight",
|
|
4369
|
+
"default": "var(--aui-font-weight-semibold)",
|
|
4370
|
+
"description": "Cell text font weight."
|
|
4371
|
+
},
|
|
4372
|
+
{
|
|
4373
|
+
"name": "--aui-input-otp-color",
|
|
4374
|
+
"default": "var(--aui-ink)",
|
|
4375
|
+
"description": "Cell text color."
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"name": "--aui-input-otp-background",
|
|
4379
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
4380
|
+
"description": "Cell background color."
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"name": "--aui-input-otp-border",
|
|
4384
|
+
"default": "var(--aui-stroke)",
|
|
4385
|
+
"description": "Cell border color."
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "--aui-input-otp-border-radius",
|
|
4389
|
+
"default": "var(--aui-radius)",
|
|
4390
|
+
"description": "Cell corner radius."
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"name": "--aui-input-otp-border-hover",
|
|
4394
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
4395
|
+
"description": "Cell border color on hover."
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "--aui-input-otp-border-filled",
|
|
4399
|
+
"default": "var(--aui-solid, var(--aui-accent, oklch(0.55 0.2 260)))",
|
|
4400
|
+
"description": "Cell border color when filled."
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "--aui-input-otp-background-disabled",
|
|
4404
|
+
"default": "var(--aui-fill-disabled, var(--aui-action-disabled))",
|
|
4405
|
+
"description": "Cell background when disabled."
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "--aui-input-otp-color-disabled",
|
|
4409
|
+
"default": "var(--aui-ink-disabled, var(--aui-ink-muted))",
|
|
4410
|
+
"description": "Cell text color when disabled."
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"name": "--aui-input-otp-border-disabled",
|
|
4414
|
+
"default": "var(--aui-stroke-disabled, var(--aui-border-disabled))",
|
|
4415
|
+
"description": "Cell border color when disabled."
|
|
4416
|
+
}
|
|
4417
|
+
],
|
|
3119
4418
|
"events": {
|
|
3120
4419
|
"aui:complete": {
|
|
3121
4420
|
"description": "Fired when all cells are filled. detail.value contains the code."
|
|
@@ -3369,37 +4668,93 @@
|
|
|
3369
4668
|
":not(:has(> input:not(:placeholder-shown))) — hides clear button when empty"
|
|
3370
4669
|
]
|
|
3371
4670
|
},
|
|
3372
|
-
"tokens":
|
|
3373
|
-
|
|
3374
|
-
"--aui-size",
|
|
3375
|
-
"--aui-
|
|
3376
|
-
"
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
"--aui-
|
|
3380
|
-
"--aui-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
"--aui-
|
|
3385
|
-
"--aui-
|
|
3386
|
-
"
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
"--aui-
|
|
3390
|
-
"--aui-
|
|
3391
|
-
"
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
"
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
"--aui-
|
|
3400
|
-
"--aui-
|
|
3401
|
-
|
|
3402
|
-
|
|
4671
|
+
"tokens": [
|
|
4672
|
+
{
|
|
4673
|
+
"name": "--aui-input-size",
|
|
4674
|
+
"default": "var(--aui-size)",
|
|
4675
|
+
"description": "Overall height and minimum width."
|
|
4676
|
+
},
|
|
4677
|
+
{
|
|
4678
|
+
"name": "--aui-input-font-family",
|
|
4679
|
+
"default": "var(--aui-font-family)",
|
|
4680
|
+
"description": "Font family for input text."
|
|
4681
|
+
},
|
|
4682
|
+
{
|
|
4683
|
+
"name": "--aui-input-font-size",
|
|
4684
|
+
"default": "var(--aui-font-size)",
|
|
4685
|
+
"description": "Input text font size."
|
|
4686
|
+
},
|
|
4687
|
+
{
|
|
4688
|
+
"name": "--aui-input-font-weight",
|
|
4689
|
+
"default": "var(--aui-control-font-weight)",
|
|
4690
|
+
"description": "Input text font weight."
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"name": "--aui-input-line-height",
|
|
4694
|
+
"default": "var(--aui-control-line-height-relaxed)",
|
|
4695
|
+
"description": "Input text line height."
|
|
4696
|
+
},
|
|
4697
|
+
{
|
|
4698
|
+
"name": "--aui-input-letter-spacing",
|
|
4699
|
+
"default": "var(--aui-letter-spacing)",
|
|
4700
|
+
"description": "Input text letter spacing."
|
|
4701
|
+
},
|
|
4702
|
+
{
|
|
4703
|
+
"name": "--aui-input-color",
|
|
4704
|
+
"default": "var(--aui-ink)",
|
|
4705
|
+
"description": "Text color."
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "--aui-input-background",
|
|
4709
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
4710
|
+
"description": "Background fill color."
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"name": "--aui-input-border",
|
|
4714
|
+
"default": "var(--aui-stroke)",
|
|
4715
|
+
"description": "Border color."
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "--aui-input-border-radius",
|
|
4719
|
+
"default": "var(--aui-radius)",
|
|
4720
|
+
"description": "Corner radius."
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"name": "--aui-input-padding-inline",
|
|
4724
|
+
"default": "var(--aui-pad-control-inline)",
|
|
4725
|
+
"description": "Horizontal padding."
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"name": "--aui-input-padding-block",
|
|
4729
|
+
"default": "var(--aui-pad-control-block)",
|
|
4730
|
+
"description": "Vertical padding."
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"name": "--aui-input-placeholder-color",
|
|
4734
|
+
"default": "var(--aui-ink-placeholder, var(--aui-ink-muted))",
|
|
4735
|
+
"description": "Placeholder text color."
|
|
4736
|
+
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "--aui-input-icon-size",
|
|
4739
|
+
"default": "var(--aui-icon-size)",
|
|
4740
|
+
"description": "Size of leading and trailing icons."
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "--aui-input-icon-color",
|
|
4744
|
+
"default": "var(--aui-ink-muted)",
|
|
4745
|
+
"description": "Color of leading and trailing icons."
|
|
4746
|
+
},
|
|
4747
|
+
{
|
|
4748
|
+
"name": "--aui-input-border-hover",
|
|
4749
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
4750
|
+
"description": "Border color on hover."
|
|
4751
|
+
},
|
|
4752
|
+
{
|
|
4753
|
+
"name": "--aui-input-border-focus",
|
|
4754
|
+
"default": "var(--aui-focus)",
|
|
4755
|
+
"description": "Border and outline color on focus."
|
|
4756
|
+
}
|
|
4757
|
+
],
|
|
3403
4758
|
"examples": [
|
|
3404
4759
|
{
|
|
3405
4760
|
"html": "<aui-input placeholder=\"Enter text\"></aui-input>",
|
|
@@ -3601,6 +4956,53 @@
|
|
|
3601
4956
|
"type": "component",
|
|
3602
4957
|
"summary": "Groups related options with an optional label and divider.",
|
|
3603
4958
|
"description": "Wraps aui-option elements into a labeled section within aui-select. In dropdown/list/combobox modes, renders an uppercase heading above the group. Use divider attribute to add a visual separator before the group. In bar mode, groups are layout-transparent (display: contents) with labels hidden — adjacent groups are separated by auto-stamped vertical dividers. When a group overflows, all its items move to the overflow menu together, rendered under a divider + uppercase header.\n",
|
|
4959
|
+
"tokens": [
|
|
4960
|
+
{
|
|
4961
|
+
"name": "--aui-optgroup-gap",
|
|
4962
|
+
"default": "var(--aui-space)",
|
|
4963
|
+
"description": "Vertical gap between group label and options."
|
|
4964
|
+
},
|
|
4965
|
+
{
|
|
4966
|
+
"name": "--aui-optgroup-border",
|
|
4967
|
+
"default": "var(--aui-border-muted)",
|
|
4968
|
+
"description": "Separator border color between groups."
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"name": "--aui-optgroup-label-font-family",
|
|
4972
|
+
"default": "var(--aui-font-family)",
|
|
4973
|
+
"description": "Group label font family."
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"name": "--aui-optgroup-label-font-size",
|
|
4977
|
+
"default": "var(--aui-group-header-font)",
|
|
4978
|
+
"description": "Group label font size."
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"name": "--aui-optgroup-label-font-weight",
|
|
4982
|
+
"default": "var(--aui-font-weight-medium)",
|
|
4983
|
+
"description": "Group label font weight."
|
|
4984
|
+
},
|
|
4985
|
+
{
|
|
4986
|
+
"name": "--aui-optgroup-label-color",
|
|
4987
|
+
"default": "var(--aui-ink-muted)",
|
|
4988
|
+
"description": "Group label text color."
|
|
4989
|
+
},
|
|
4990
|
+
{
|
|
4991
|
+
"name": "--aui-optgroup-label-size",
|
|
4992
|
+
"default": "var(--aui-size)",
|
|
4993
|
+
"description": "Group label minimum height."
|
|
4994
|
+
},
|
|
4995
|
+
{
|
|
4996
|
+
"name": "--aui-optgroup-label-padding-block",
|
|
4997
|
+
"default": "var(--aui-pad-control-block)",
|
|
4998
|
+
"description": "Group label vertical padding."
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"name": "--aui-optgroup-label-padding-inline",
|
|
5002
|
+
"default": "var(--aui-pad-control-inline)",
|
|
5003
|
+
"description": "Group label horizontal padding."
|
|
5004
|
+
}
|
|
5005
|
+
],
|
|
3604
5006
|
"attributes": {
|
|
3605
5007
|
"label": {
|
|
3606
5008
|
"type": "string",
|
|
@@ -3653,6 +5055,53 @@
|
|
|
3653
5055
|
"description": "Display label override. When empty, textContent is used.\n"
|
|
3654
5056
|
}
|
|
3655
5057
|
},
|
|
5058
|
+
"tokens": [
|
|
5059
|
+
{
|
|
5060
|
+
"name": "--aui-option-color",
|
|
5061
|
+
"default": "var(--aui-ink)",
|
|
5062
|
+
"description": "Option text color."
|
|
5063
|
+
},
|
|
5064
|
+
{
|
|
5065
|
+
"name": "--aui-option-border-radius",
|
|
5066
|
+
"default": "var(--aui-radius)",
|
|
5067
|
+
"description": "Option corner radius."
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"name": "--aui-option-padding-inline",
|
|
5071
|
+
"default": "var(--aui-pad-control-inline)",
|
|
5072
|
+
"description": "Horizontal padding."
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"name": "--aui-option-padding-block",
|
|
5076
|
+
"default": "var(--aui-pad-control-block)",
|
|
5077
|
+
"description": "Vertical padding."
|
|
5078
|
+
},
|
|
5079
|
+
{
|
|
5080
|
+
"name": "--aui-option-gap",
|
|
5081
|
+
"default": "var(--aui-pad-gap-control)",
|
|
5082
|
+
"description": "Gap between content slots."
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"name": "--aui-option-font-size",
|
|
5086
|
+
"default": "var(--aui-font-size)",
|
|
5087
|
+
"description": "Option text font size."
|
|
5088
|
+
},
|
|
5089
|
+
{
|
|
5090
|
+
"name": "--aui-option-min-height",
|
|
5091
|
+
"default": "var(--aui-size)",
|
|
5092
|
+
"description": "Minimum row height."
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"name": "--aui-option-color-hover",
|
|
5096
|
+
"default": "var(--aui-ink-strong)",
|
|
5097
|
+
"description": "Text color on hover and keyboard highlight."
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
"name": "--aui-option-background-hover",
|
|
5101
|
+
"default": "var(--aui-fill-hover, var(--aui-action-hover))",
|
|
5102
|
+
"description": "Background on hover and keyboard highlight."
|
|
5103
|
+
}
|
|
5104
|
+
],
|
|
3656
5105
|
"a11y": {
|
|
3657
5106
|
"role": "option",
|
|
3658
5107
|
"aria": {
|
|
@@ -3708,13 +5157,28 @@
|
|
|
3708
5157
|
"pattern": "First child is the leading section (e.g. back button), center child is typically aui-breadcrumb, trailing aside holds action buttons. Grid adapts from 1 to 3 columns based on which children are present.\n"
|
|
3709
5158
|
}
|
|
3710
5159
|
},
|
|
3711
|
-
"tokens":
|
|
3712
|
-
|
|
3713
|
-
"--aui-
|
|
3714
|
-
"--aui-size",
|
|
3715
|
-
"
|
|
3716
|
-
|
|
3717
|
-
|
|
5160
|
+
"tokens": [
|
|
5161
|
+
{
|
|
5162
|
+
"name": "--aui-page-context-min-height",
|
|
5163
|
+
"default": "calc(var(--aui-pad-control-block) * 2 + var(--aui-size))",
|
|
5164
|
+
"description": "Minimum height of the context bar."
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"name": "--aui-page-context-gap",
|
|
5168
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
5169
|
+
"description": "Gap between grid columns in the context bar."
|
|
5170
|
+
},
|
|
5171
|
+
{
|
|
5172
|
+
"name": "--aui-page-context-padding-block",
|
|
5173
|
+
"default": "var(--aui-space)",
|
|
5174
|
+
"description": "Block padding of the context bar."
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"name": "--aui-page-context-padding-inline",
|
|
5178
|
+
"default": "calc(var(--aui-space) * 3)",
|
|
5179
|
+
"description": "Inline padding of the context bar."
|
|
5180
|
+
}
|
|
5181
|
+
],
|
|
3718
5182
|
"examples": [
|
|
3719
5183
|
{
|
|
3720
5184
|
"html": "<aui-page-context>\n <div>\n <aui-button icon=\"arrow-left\" hide-label label=\"Back\"></aui-button>\n </div>\n <aui-breadcrumb>\n <aui-breadcrumb-item label=\"Home\"></aui-breadcrumb-item>\n <aui-breadcrumb-item label=\"Projects\"></aui-breadcrumb-item>\n </aui-breadcrumb>\n <aside>\n <aui-button icon=\"plus\" label=\"New\"></aui-button>\n </aside>\n</aui-page-context>\n",
|
|
@@ -3744,16 +5208,38 @@
|
|
|
3744
5208
|
"pattern": "Direct child should be a <main> element containing the page content. The main element gets panel styling with rounded corners, hidden scrollbar, and supports sticky header/footer children.\n"
|
|
3745
5209
|
}
|
|
3746
5210
|
},
|
|
3747
|
-
"tokens":
|
|
3748
|
-
|
|
3749
|
-
"--aui-
|
|
3750
|
-
"--aui-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
"--aui-
|
|
3755
|
-
|
|
3756
|
-
|
|
5211
|
+
"tokens": [
|
|
5212
|
+
{
|
|
5213
|
+
"name": "--aui-page-main-gap",
|
|
5214
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
5215
|
+
"description": "Gap between the main panel and adjacent elements."
|
|
5216
|
+
},
|
|
5217
|
+
{
|
|
5218
|
+
"name": "--aui-page-main-padding-block-end",
|
|
5219
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
5220
|
+
"description": "Bottom padding of the page-main area."
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"name": "--aui-page-main-padding-inline-end",
|
|
5224
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
5225
|
+
"description": "Right padding of the page-main area."
|
|
5226
|
+
},
|
|
5227
|
+
{
|
|
5228
|
+
"name": "--aui-page-main-background",
|
|
5229
|
+
"default": "var(--aui-panel)",
|
|
5230
|
+
"description": "Background of the main content panel."
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"name": "--aui-page-main-border-radius",
|
|
5234
|
+
"default": "var(--aui-radius)",
|
|
5235
|
+
"description": "Border radius of the main content panel."
|
|
5236
|
+
},
|
|
5237
|
+
{
|
|
5238
|
+
"name": "--aui-page-main-border-color",
|
|
5239
|
+
"default": "var(--aui-border)",
|
|
5240
|
+
"description": "Border color for sticky header/footer separators."
|
|
5241
|
+
}
|
|
5242
|
+
],
|
|
3757
5243
|
"examples": [
|
|
3758
5244
|
{
|
|
3759
5245
|
"html": "<aui-page-main>\n <main>\n <header>Sticky page header</header>\n <section>Scrollable content</section>\n <footer>Sticky page footer</footer>\n </main>\n</aui-page-main>\n",
|
|
@@ -3828,7 +5314,74 @@
|
|
|
3828
5314
|
"change": {
|
|
3829
5315
|
"description": "Fired when page changes. detail.page is the new page number."
|
|
3830
5316
|
}
|
|
3831
|
-
},
|
|
5317
|
+
},
|
|
5318
|
+
"tokens": [
|
|
5319
|
+
{
|
|
5320
|
+
"name": "--aui-pagination-gap",
|
|
5321
|
+
"default": "2px",
|
|
5322
|
+
"description": "Gap between page buttons."
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
"name": "--aui-pagination-font-family",
|
|
5326
|
+
"default": "var(--aui-font-family)",
|
|
5327
|
+
"description": "Font family for page numbers."
|
|
5328
|
+
},
|
|
5329
|
+
{
|
|
5330
|
+
"name": "--aui-pagination-font-size",
|
|
5331
|
+
"default": "var(--aui-font-size)",
|
|
5332
|
+
"description": "Font size for page numbers."
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"name": "--aui-pagination-color",
|
|
5336
|
+
"default": "var(--aui-ink-muted)",
|
|
5337
|
+
"description": "Text color of page buttons."
|
|
5338
|
+
},
|
|
5339
|
+
{
|
|
5340
|
+
"name": "--aui-pagination-color-hover",
|
|
5341
|
+
"default": "var(--aui-ink)",
|
|
5342
|
+
"description": "Text color of page buttons on hover."
|
|
5343
|
+
},
|
|
5344
|
+
{
|
|
5345
|
+
"name": "--aui-pagination-background-hover",
|
|
5346
|
+
"default": "var(--aui-fill-hover, var(--aui-action-hover))",
|
|
5347
|
+
"description": "Background color of page buttons on hover."
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"name": "--aui-pagination-border-radius",
|
|
5351
|
+
"default": "var(--aui-radius)",
|
|
5352
|
+
"description": "Border radius of page buttons."
|
|
5353
|
+
},
|
|
5354
|
+
{
|
|
5355
|
+
"name": "--aui-pagination-padding-inline",
|
|
5356
|
+
"default": "calc(var(--aui-pad-control-inline) * 0.5)",
|
|
5357
|
+
"description": "Horizontal padding inside page buttons."
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"name": "--aui-pagination-current-background",
|
|
5361
|
+
"default": "var(--aui-solid, var(--aui-accent, oklch(0.55 0.2 260)))",
|
|
5362
|
+
"description": "Background color of the current page button."
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"name": "--aui-pagination-current-color",
|
|
5366
|
+
"default": "var(--aui-on-solid,",
|
|
5367
|
+
"description": "Text color of the current page button."
|
|
5368
|
+
},
|
|
5369
|
+
{
|
|
5370
|
+
"name": "--aui-pagination-current-font-weight",
|
|
5371
|
+
"default": "var(--aui-font-weight-medium)",
|
|
5372
|
+
"description": "Font weight of the current page button."
|
|
5373
|
+
},
|
|
5374
|
+
{
|
|
5375
|
+
"name": "--aui-pagination-arrow-font-size",
|
|
5376
|
+
"default": "var(--aui-font-xl)",
|
|
5377
|
+
"description": "Font size for prev/next arrow icons."
|
|
5378
|
+
},
|
|
5379
|
+
{
|
|
5380
|
+
"name": "--aui-pagination-ellipsis-color",
|
|
5381
|
+
"default": "var(--aui-ink-muted)",
|
|
5382
|
+
"description": "Color of the ellipsis indicators."
|
|
5383
|
+
}
|
|
5384
|
+
],
|
|
3832
5385
|
"examples": [
|
|
3833
5386
|
{
|
|
3834
5387
|
"html": "<aui-pagination page=\"3\" total=\"10\"></aui-pagination>",
|
|
@@ -3901,6 +5454,43 @@
|
|
|
3901
5454
|
"description": "Resize priority. High-priority panes absorb delta first during cascade resize. Low-priority panes resize last.\n"
|
|
3902
5455
|
}
|
|
3903
5456
|
},
|
|
5457
|
+
"tokens": [
|
|
5458
|
+
{
|
|
5459
|
+
"name": "--aui-pane-accent",
|
|
5460
|
+
"default": "var(--aui-focus)",
|
|
5461
|
+
"description": "Accent color for edge indicators during drag."
|
|
5462
|
+
},
|
|
5463
|
+
{
|
|
5464
|
+
"name": "--aui-pane-border",
|
|
5465
|
+
"default": "var(--aui-border)",
|
|
5466
|
+
"description": "Border color for pane header divider."
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"name": "--aui-pane-background",
|
|
5470
|
+
"default": "var(--aui-panel)",
|
|
5471
|
+
"description": "Background color for the pane header."
|
|
5472
|
+
},
|
|
5473
|
+
{
|
|
5474
|
+
"name": "--aui-pane-content-padding",
|
|
5475
|
+
"default": "calc(2 * var(--aui-space))",
|
|
5476
|
+
"description": "Padding inside the pane content area."
|
|
5477
|
+
},
|
|
5478
|
+
{
|
|
5479
|
+
"name": "--aui-pane-header-font-size",
|
|
5480
|
+
"default": "var(--aui-group-header-font)",
|
|
5481
|
+
"description": "Font size for the pane header label."
|
|
5482
|
+
},
|
|
5483
|
+
{
|
|
5484
|
+
"name": "--aui-pane-header-font-weight",
|
|
5485
|
+
"default": "var(--aui-font-weight-semibold)",
|
|
5486
|
+
"description": "Font weight for the pane header label."
|
|
5487
|
+
},
|
|
5488
|
+
{
|
|
5489
|
+
"name": "--aui-pane-header-letter-spacing",
|
|
5490
|
+
"default": "0.04em",
|
|
5491
|
+
"description": "Letter spacing for the uppercase pane header label."
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
3904
5494
|
"composition": {
|
|
3905
5495
|
"parents": [
|
|
3906
5496
|
"aui-panes"
|
|
@@ -4308,25 +5898,78 @@
|
|
|
4308
5898
|
"description": "Fires when this radio becomes selected."
|
|
4309
5899
|
}
|
|
4310
5900
|
},
|
|
4311
|
-
"tokens":
|
|
4312
|
-
|
|
4313
|
-
"--aui-
|
|
4314
|
-
"--aui-
|
|
4315
|
-
"
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
"--aui-
|
|
4319
|
-
"--aui-
|
|
4320
|
-
"
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
"--aui-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
5901
|
+
"tokens": [
|
|
5902
|
+
{
|
|
5903
|
+
"name": "--aui-radio-gap",
|
|
5904
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
5905
|
+
"description": "Gap between circle and label."
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"name": "--aui-radio-font-family",
|
|
5909
|
+
"default": "var(--aui-font-family)",
|
|
5910
|
+
"description": "Label font family."
|
|
5911
|
+
},
|
|
5912
|
+
{
|
|
5913
|
+
"name": "--aui-radio-font-size",
|
|
5914
|
+
"default": "var(--aui-font-size)",
|
|
5915
|
+
"description": "Label font size."
|
|
5916
|
+
},
|
|
5917
|
+
{
|
|
5918
|
+
"name": "--aui-radio-line-height",
|
|
5919
|
+
"default": "var(--aui-control-line-height-relaxed)",
|
|
5920
|
+
"description": "Label line height."
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"name": "--aui-radio-color",
|
|
5924
|
+
"default": "var(--aui-ink)",
|
|
5925
|
+
"description": "Label text color."
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
"name": "--aui-radio-circle-size",
|
|
5929
|
+
"default": "var(--aui-widget-size)",
|
|
5930
|
+
"description": "Width and height of the radio circle."
|
|
5931
|
+
},
|
|
5932
|
+
{
|
|
5933
|
+
"name": "--aui-radio-circle-background",
|
|
5934
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
5935
|
+
"description": "Unchecked circle background."
|
|
5936
|
+
},
|
|
5937
|
+
{
|
|
5938
|
+
"name": "--aui-radio-circle-border",
|
|
5939
|
+
"default": "var(--aui-stroke)",
|
|
5940
|
+
"description": "Unchecked circle border color."
|
|
5941
|
+
},
|
|
5942
|
+
{
|
|
5943
|
+
"name": "--aui-radio-checked-background",
|
|
5944
|
+
"default": "var(--aui-accent)",
|
|
5945
|
+
"description": "Selected circle background."
|
|
5946
|
+
},
|
|
5947
|
+
{
|
|
5948
|
+
"name": "--aui-radio-checked-border",
|
|
5949
|
+
"default": "var(--aui-accent)",
|
|
5950
|
+
"description": "Selected circle border color."
|
|
5951
|
+
},
|
|
5952
|
+
{
|
|
5953
|
+
"name": "--aui-radio-checked-dot-color",
|
|
5954
|
+
"default": "var(--aui-solid-ink)",
|
|
5955
|
+
"description": "Inner dot color when selected."
|
|
5956
|
+
},
|
|
5957
|
+
{
|
|
5958
|
+
"name": "--aui-radio-border-hover",
|
|
5959
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
5960
|
+
"description": "Circle border on hover."
|
|
5961
|
+
},
|
|
5962
|
+
{
|
|
5963
|
+
"name": "--aui-radio-background-disabled",
|
|
5964
|
+
"default": "var(--aui-fill-disabled, var(--aui-action-disabled))",
|
|
5965
|
+
"description": "Circle background when disabled."
|
|
5966
|
+
},
|
|
5967
|
+
{
|
|
5968
|
+
"name": "--aui-radio-border-disabled",
|
|
5969
|
+
"default": "var(--aui-stroke-disabled, var(--aui-border-disabled))",
|
|
5970
|
+
"description": "Circle border when disabled."
|
|
5971
|
+
}
|
|
5972
|
+
],
|
|
4330
5973
|
"css-notes": {
|
|
4331
5974
|
"attr-audit": [
|
|
4332
5975
|
"AB1: [checked], [disabled] — visual state via attributes",
|
|
@@ -4417,28 +6060,48 @@
|
|
|
4417
6060
|
"associated": true,
|
|
4418
6061
|
"value": "Current slider value."
|
|
4419
6062
|
},
|
|
4420
|
-
"tokens":
|
|
4421
|
-
|
|
4422
|
-
"--aui-
|
|
4423
|
-
"--aui-
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
"
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
"--aui-
|
|
4433
|
-
"--aui-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
"
|
|
4440
|
-
|
|
4441
|
-
|
|
6063
|
+
"tokens": [
|
|
6064
|
+
{
|
|
6065
|
+
"name": "--aui-range-track-background",
|
|
6066
|
+
"default": "var(--aui-control)",
|
|
6067
|
+
"description": "Track background color."
|
|
6068
|
+
},
|
|
6069
|
+
{
|
|
6070
|
+
"name": "--aui-range-track-border",
|
|
6071
|
+
"default": "var(--aui-border-muted)",
|
|
6072
|
+
"description": "Track border color."
|
|
6073
|
+
},
|
|
6074
|
+
{
|
|
6075
|
+
"name": "--aui-range-track-border-radius",
|
|
6076
|
+
"default": "calc(var(--aui-widget-size) / 2)",
|
|
6077
|
+
"description": "Track corner radius (pill shape)."
|
|
6078
|
+
},
|
|
6079
|
+
{
|
|
6080
|
+
"name": "--aui-range-fill-background",
|
|
6081
|
+
"default": "var(--aui-accent, var(--aui-solid))",
|
|
6082
|
+
"description": "Active fill color from min to current value."
|
|
6083
|
+
},
|
|
6084
|
+
{
|
|
6085
|
+
"name": "--aui-range-thumb-background",
|
|
6086
|
+
"default": "var(--aui-solid-ink, #fff)",
|
|
6087
|
+
"description": "Thumb fill color."
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"name": "--aui-range-thumb-border",
|
|
6091
|
+
"default": "var(--aui-accent, var(--aui-solid))",
|
|
6092
|
+
"description": "Thumb border color."
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
"name": "--aui-range-thumb-border-radius",
|
|
6096
|
+
"default": "var(--aui-radius-round)",
|
|
6097
|
+
"description": "Thumb corner radius."
|
|
6098
|
+
},
|
|
6099
|
+
{
|
|
6100
|
+
"name": "--aui-range-thumb-shadow",
|
|
6101
|
+
"default": "var(--aui-shadow-sm, 0 1px 4px oklch(0% 0 0 / 0.15))",
|
|
6102
|
+
"description": "Thumb drop shadow."
|
|
6103
|
+
}
|
|
6104
|
+
],
|
|
4442
6105
|
"examples": [
|
|
4443
6106
|
{
|
|
4444
6107
|
"html": "<aui-range></aui-range>",
|
|
@@ -4472,6 +6135,23 @@
|
|
|
4472
6135
|
"any"
|
|
4473
6136
|
]
|
|
4474
6137
|
},
|
|
6138
|
+
"tokens": [
|
|
6139
|
+
{
|
|
6140
|
+
"name": "--aui-root-font-family",
|
|
6141
|
+
"default": "var(--aui-font-family)",
|
|
6142
|
+
"description": "Base font family for the app shell."
|
|
6143
|
+
},
|
|
6144
|
+
{
|
|
6145
|
+
"name": "--aui-root-color",
|
|
6146
|
+
"default": "var(--aui-ink)",
|
|
6147
|
+
"description": "Default text color for the app shell."
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"name": "--aui-root-background",
|
|
6151
|
+
"default": "var(--aui-doc)",
|
|
6152
|
+
"description": "Background color of the app shell."
|
|
6153
|
+
}
|
|
6154
|
+
],
|
|
4475
6155
|
"examples": [
|
|
4476
6156
|
{
|
|
4477
6157
|
"html": "<aui-container bordered style=\"min-height: 12rem;\">\n <aui-header><span>App Title</span></aui-header>\n <aui-content><aui-inset><p>Main content area</p></aui-inset></aui-content>\n <aui-footer><span slot=\"leading\">v0.1</span></aui-footer>\n</aui-container>\n",
|
|
@@ -4518,6 +6198,63 @@
|
|
|
4518
6198
|
],
|
|
4519
6199
|
"children": null
|
|
4520
6200
|
},
|
|
6201
|
+
"tokens": [
|
|
6202
|
+
{
|
|
6203
|
+
"name": "--aui-segment-gap",
|
|
6204
|
+
"default": "var(--aui-pad-gap-control)",
|
|
6205
|
+
"description": "Gap between icon and label inside the segment."
|
|
6206
|
+
},
|
|
6207
|
+
{
|
|
6208
|
+
"name": "--aui-segment-padding-inline",
|
|
6209
|
+
"default": "calc(var(--aui-pad-control-inline) - var(--aui-space))",
|
|
6210
|
+
"description": "Horizontal padding of the segment."
|
|
6211
|
+
},
|
|
6212
|
+
{
|
|
6213
|
+
"name": "--aui-segment-font-family",
|
|
6214
|
+
"default": "var(--aui-font-family)",
|
|
6215
|
+
"description": "Font family for segment label text."
|
|
6216
|
+
},
|
|
6217
|
+
{
|
|
6218
|
+
"name": "--aui-segment-font-size",
|
|
6219
|
+
"default": "var(--aui-font-size)",
|
|
6220
|
+
"description": "Font size for segment label text."
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"name": "--aui-segment-font-weight",
|
|
6224
|
+
"default": "var(--aui-control-font-weight)",
|
|
6225
|
+
"description": "Font weight for segment labels."
|
|
6226
|
+
},
|
|
6227
|
+
{
|
|
6228
|
+
"name": "--aui-segment-line-height",
|
|
6229
|
+
"default": "var(--aui-control-line-height)",
|
|
6230
|
+
"description": "Line height for segment label text."
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"name": "--aui-segment-color",
|
|
6234
|
+
"default": "var(--aui-ink-muted)",
|
|
6235
|
+
"description": "Text color of inactive segments."
|
|
6236
|
+
},
|
|
6237
|
+
{
|
|
6238
|
+
"name": "--aui-segment-color-hover",
|
|
6239
|
+
"default": "var(--aui-ink)",
|
|
6240
|
+
"description": "Text color on hover."
|
|
6241
|
+
},
|
|
6242
|
+
{
|
|
6243
|
+
"name": "--aui-segment-color-selected",
|
|
6244
|
+
"default": "var(--aui-neutral-11)",
|
|
6245
|
+
"description": "Text color of the selected segment."
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"name": "--aui-segment-border-radius",
|
|
6249
|
+
"default": "calc(var(--aui-radius) - var(--aui-pad-control-block) / 2)",
|
|
6250
|
+
"description": "Border radius of individual segments."
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"name": "--aui-segment-color-disabled",
|
|
6254
|
+
"default": "var(--aui-ink-disabled, var(--aui-ink-muted))",
|
|
6255
|
+
"description": "Text color of disabled segments."
|
|
6256
|
+
}
|
|
6257
|
+
],
|
|
4521
6258
|
"examples": [
|
|
4522
6259
|
{
|
|
4523
6260
|
"html": "<aui-segment value=\"list\">List</aui-segment>",
|
|
@@ -4572,6 +6309,43 @@
|
|
|
4572
6309
|
"aui-segment"
|
|
4573
6310
|
]
|
|
4574
6311
|
},
|
|
6312
|
+
"tokens": [
|
|
6313
|
+
{
|
|
6314
|
+
"name": "--aui-segmented-control-background",
|
|
6315
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
6316
|
+
"description": "Background color of the segmented control container."
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"name": "--aui-segmented-control-border-color",
|
|
6320
|
+
"default": "var(--aui-border-muted)",
|
|
6321
|
+
"description": "Border color of the container."
|
|
6322
|
+
},
|
|
6323
|
+
{
|
|
6324
|
+
"name": "--aui-segmented-control-border-radius",
|
|
6325
|
+
"default": "var(--aui-radius)",
|
|
6326
|
+
"description": "Border radius of the container."
|
|
6327
|
+
},
|
|
6328
|
+
{
|
|
6329
|
+
"name": "--aui-segmented-control-font-family",
|
|
6330
|
+
"default": "var(--aui-font-family)",
|
|
6331
|
+
"description": "Font family for segment labels."
|
|
6332
|
+
},
|
|
6333
|
+
{
|
|
6334
|
+
"name": "--aui-segmented-control-font-size",
|
|
6335
|
+
"default": "var(--aui-font-size)",
|
|
6336
|
+
"description": "Font size for segment labels."
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"name": "--aui-segmented-control-indicator-background",
|
|
6340
|
+
"default": "white",
|
|
6341
|
+
"description": "Background color of the floating selection indicator."
|
|
6342
|
+
},
|
|
6343
|
+
{
|
|
6344
|
+
"name": "--aui-segmented-control-indicator-shadow",
|
|
6345
|
+
"default": "var(--aui-shadow-sm)",
|
|
6346
|
+
"description": "Box shadow of the floating selection indicator."
|
|
6347
|
+
}
|
|
6348
|
+
],
|
|
4575
6349
|
"examples": [
|
|
4576
6350
|
{
|
|
4577
6351
|
"html": "<aui-segmented-control value=\"list\">\n <aui-segment value=\"list\" selected>List</aui-segment>\n <aui-segment value=\"grid\">Grid</aui-segment>\n <aui-segment value=\"board\">Board</aui-segment>\n</aui-segmented-control>\n",
|
|
@@ -4654,6 +6428,98 @@
|
|
|
4654
6428
|
"description": "Children fill available space equally (bar mode)."
|
|
4655
6429
|
}
|
|
4656
6430
|
},
|
|
6431
|
+
"tokens": [
|
|
6432
|
+
{
|
|
6433
|
+
"name": "--aui-select-font-family",
|
|
6434
|
+
"default": "var(--aui-font-family)",
|
|
6435
|
+
"description": "Font family for the select trigger and options."
|
|
6436
|
+
},
|
|
6437
|
+
{
|
|
6438
|
+
"name": "--aui-select-font-size",
|
|
6439
|
+
"default": "var(--aui-font-size)",
|
|
6440
|
+
"description": "Font size for the select trigger and options."
|
|
6441
|
+
},
|
|
6442
|
+
{
|
|
6443
|
+
"name": "--aui-select-font-weight",
|
|
6444
|
+
"default": "var(--aui-control-font-weight)",
|
|
6445
|
+
"description": "Font weight for the trigger label."
|
|
6446
|
+
},
|
|
6447
|
+
{
|
|
6448
|
+
"name": "--aui-select-color",
|
|
6449
|
+
"default": "var(--aui-ink)",
|
|
6450
|
+
"description": "Default text color."
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
"name": "--aui-select-background",
|
|
6454
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
6455
|
+
"description": "Background color of the trigger button."
|
|
6456
|
+
},
|
|
6457
|
+
{
|
|
6458
|
+
"name": "--aui-select-border-color",
|
|
6459
|
+
"default": "var(--aui-stroke)",
|
|
6460
|
+
"description": "Border color of the trigger button."
|
|
6461
|
+
},
|
|
6462
|
+
{
|
|
6463
|
+
"name": "--aui-select-border-radius",
|
|
6464
|
+
"default": "var(--aui-radius)",
|
|
6465
|
+
"description": "Border radius for the trigger and dropdown."
|
|
6466
|
+
},
|
|
6467
|
+
{
|
|
6468
|
+
"name": "--aui-select-size",
|
|
6469
|
+
"default": "var(--aui-size)",
|
|
6470
|
+
"description": "Height of the trigger button."
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"name": "--aui-select-padding-inline",
|
|
6474
|
+
"default": "var(--aui-pad-control-inline)",
|
|
6475
|
+
"description": "Inline padding for the trigger."
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"name": "--aui-select-gap",
|
|
6479
|
+
"default": "var(--aui-pad-gap-control)",
|
|
6480
|
+
"description": "Gap between trigger icon, label, and chevron."
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"name": "--aui-select-icon-size",
|
|
6484
|
+
"default": "var(--aui-icon-size)",
|
|
6485
|
+
"description": "Size of the chevron icon."
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
"name": "--aui-select-placeholder-color",
|
|
6489
|
+
"default": "var(--aui-ink-placeholder, var(--aui-ink-muted))",
|
|
6490
|
+
"description": "Placeholder text color."
|
|
6491
|
+
},
|
|
6492
|
+
{
|
|
6493
|
+
"name": "--aui-select-chevron-color",
|
|
6494
|
+
"default": "var(--aui-ink-muted)",
|
|
6495
|
+
"description": "Color of the dropdown chevron icon."
|
|
6496
|
+
},
|
|
6497
|
+
{
|
|
6498
|
+
"name": "--aui-select-border-color-hover",
|
|
6499
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
6500
|
+
"description": "Border color on hover."
|
|
6501
|
+
},
|
|
6502
|
+
{
|
|
6503
|
+
"name": "--aui-select-dropdown-background",
|
|
6504
|
+
"default": "var(--aui-modal, var(--aui-doc))",
|
|
6505
|
+
"description": "Background color of the dropdown popover."
|
|
6506
|
+
},
|
|
6507
|
+
{
|
|
6508
|
+
"name": "--aui-select-dropdown-border-color",
|
|
6509
|
+
"default": "var(--aui-border-muted)",
|
|
6510
|
+
"description": "Border color of the dropdown popover."
|
|
6511
|
+
},
|
|
6512
|
+
{
|
|
6513
|
+
"name": "--aui-select-dropdown-border-radius",
|
|
6514
|
+
"default": "var(--aui-radius)",
|
|
6515
|
+
"description": "Border radius of the dropdown popover."
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"name": "--aui-select-dropdown-shadow",
|
|
6519
|
+
"default": "var(--aui-shadow-lg, 0 4px 16px oklch(0% 0 0 / 0.12))",
|
|
6520
|
+
"description": "Box shadow for the dropdown popover."
|
|
6521
|
+
}
|
|
6522
|
+
],
|
|
4657
6523
|
"bar-overflow": {
|
|
4658
6524
|
"description": "In bar mode, items overflow into a \"...\" popover menu when the container is too narrow. Control which items overflow first using data-priority on children. Groups (aui-optgroup) overflow as a unit — all items in a group move to the overflow menu together. In the bar, group labels are hidden and auto-stamped dividers separate adjacent groups. In the overflow menu, groups render with a horizontal divider + uppercase group header label above their items.\n",
|
|
4659
6525
|
"data-priority": {
|
|
@@ -4934,28 +6800,93 @@
|
|
|
4934
6800
|
"Drag": "Resize handle supports pointer drag to resize width."
|
|
4935
6801
|
}
|
|
4936
6802
|
},
|
|
4937
|
-
"tokens":
|
|
4938
|
-
|
|
4939
|
-
"--aui-sidebar-
|
|
4940
|
-
"--aui-
|
|
4941
|
-
"
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
"
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
"--aui-
|
|
4950
|
-
"--aui-
|
|
4951
|
-
"
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
"
|
|
4956
|
-
"
|
|
4957
|
-
|
|
4958
|
-
|
|
6803
|
+
"tokens": [
|
|
6804
|
+
{
|
|
6805
|
+
"name": "--aui-sidebar-border-color",
|
|
6806
|
+
"default": "var(--aui-border)",
|
|
6807
|
+
"description": "Border color between sidebar and content."
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"name": "--aui-sidebar-label-font-size",
|
|
6811
|
+
"default": "calc(var(--aui-font-size) * 0.75)",
|
|
6812
|
+
"description": "Font size for section labels."
|
|
6813
|
+
},
|
|
6814
|
+
{
|
|
6815
|
+
"name": "--aui-sidebar-label-font-weight",
|
|
6816
|
+
"default": "var(--aui-font-weight-semibold)",
|
|
6817
|
+
"description": "Font weight for section labels."
|
|
6818
|
+
},
|
|
6819
|
+
{
|
|
6820
|
+
"name": "--aui-sidebar-label-letter-spacing",
|
|
6821
|
+
"default": "0.06em",
|
|
6822
|
+
"description": "Letter spacing for uppercase section labels."
|
|
6823
|
+
},
|
|
6824
|
+
{
|
|
6825
|
+
"name": "--aui-sidebar-label-color",
|
|
6826
|
+
"default": "var(--aui-ink-muted)",
|
|
6827
|
+
"description": "Text color for section labels."
|
|
6828
|
+
},
|
|
6829
|
+
{
|
|
6830
|
+
"name": "--aui-sidebar-label-padding-block",
|
|
6831
|
+
"default": "var(--aui-space)",
|
|
6832
|
+
"description": "Block padding for section labels."
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"name": "--aui-sidebar-label-padding-inline",
|
|
6836
|
+
"default": "var(--aui-pad-control-inline)",
|
|
6837
|
+
"description": "Inline padding for section labels."
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"name": "--aui-sidebar-nav-color",
|
|
6841
|
+
"default": "var(--aui-ink)",
|
|
6842
|
+
"description": "Default text color for navigation items."
|
|
6843
|
+
},
|
|
6844
|
+
{
|
|
6845
|
+
"name": "--aui-sidebar-nav-color-active",
|
|
6846
|
+
"default": "var(--aui-ink-strong)",
|
|
6847
|
+
"description": "Text color for the active navigation item."
|
|
6848
|
+
},
|
|
6849
|
+
{
|
|
6850
|
+
"name": "--aui-sidebar-nav-font-weight-active",
|
|
6851
|
+
"default": "var(--aui-font-weight-semibold)",
|
|
6852
|
+
"description": "Font weight for the active navigation item."
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"name": "--aui-sidebar-header-nav-font-weight",
|
|
6856
|
+
"default": "var(--aui-font-weight-medium)",
|
|
6857
|
+
"description": "Font weight for header/footer nav items."
|
|
6858
|
+
},
|
|
6859
|
+
{
|
|
6860
|
+
"name": "--aui-sidebar-header-nav-border-radius",
|
|
6861
|
+
"default": "var(--aui-radius)",
|
|
6862
|
+
"description": "Border radius for header/footer nav items."
|
|
6863
|
+
},
|
|
6864
|
+
{
|
|
6865
|
+
"name": "--aui-sidebar-header-nav-color-hover",
|
|
6866
|
+
"default": "var(--aui-ink-strong)",
|
|
6867
|
+
"description": "Text color on header/footer nav item hover."
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
"name": "--aui-sidebar-header-nav-background-hover",
|
|
6871
|
+
"default": "var(--aui-action)",
|
|
6872
|
+
"description": "Background color on header/footer nav item hover."
|
|
6873
|
+
},
|
|
6874
|
+
{
|
|
6875
|
+
"name": "--aui-sidebar-resize-handle-background",
|
|
6876
|
+
"default": "var(--aui-action-active)",
|
|
6877
|
+
"description": "Background color of the resize handle on hover/drag."
|
|
6878
|
+
},
|
|
6879
|
+
{
|
|
6880
|
+
"name": "--aui-sidebar-connector-color",
|
|
6881
|
+
"default": "var(--aui-border)",
|
|
6882
|
+
"description": "Color of the vertical connector line on open nav groups."
|
|
6883
|
+
},
|
|
6884
|
+
{
|
|
6885
|
+
"name": "--aui-sidebar-indicator-color",
|
|
6886
|
+
"default": "var(--aui-focus)",
|
|
6887
|
+
"description": "Color of the sliding active indicator bar."
|
|
6888
|
+
}
|
|
6889
|
+
],
|
|
4959
6890
|
"examples": [
|
|
4960
6891
|
{
|
|
4961
6892
|
"html": "<aui-sidebar width=\"260\" collapsible>\n <aui-sidebar-header>\n <aui-nav-item label=\"Workspace\" icon=\"grid\"></aui-nav-item>\n </aui-sidebar-header>\n <aui-sidebar-content>\n <aui-nav-item label=\"Dashboard\" icon=\"home\"></aui-nav-item>\n <aui-nav-item label=\"Settings\" icon=\"settings\"></aui-nav-item>\n </aui-sidebar-content>\n <aui-sidebar-footer>\n <aui-nav-item label=\"Account\" icon=\"user\"></aui-nav-item>\n </aui-sidebar-footer>\n</aui-sidebar>\n",
|
|
@@ -5070,30 +7001,88 @@
|
|
|
5070
7001
|
"description": "Fires when checked state changes."
|
|
5071
7002
|
}
|
|
5072
7003
|
},
|
|
5073
|
-
"tokens":
|
|
5074
|
-
|
|
5075
|
-
"--aui-
|
|
5076
|
-
"--aui-
|
|
5077
|
-
"
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
"--aui-
|
|
5081
|
-
"--aui-
|
|
5082
|
-
"
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
"--aui-
|
|
5086
|
-
"--aui-
|
|
5087
|
-
"
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
"--aui-
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
7004
|
+
"tokens": [
|
|
7005
|
+
{
|
|
7006
|
+
"name": "--aui-switch-gap",
|
|
7007
|
+
"default": "calc(var(--aui-space) * 2)",
|
|
7008
|
+
"description": "Gap between track and label."
|
|
7009
|
+
},
|
|
7010
|
+
{
|
|
7011
|
+
"name": "--aui-switch-font-family",
|
|
7012
|
+
"default": "var(--aui-font-family)",
|
|
7013
|
+
"description": "Label font family."
|
|
7014
|
+
},
|
|
7015
|
+
{
|
|
7016
|
+
"name": "--aui-switch-font-size",
|
|
7017
|
+
"default": "var(--aui-font-size)",
|
|
7018
|
+
"description": "Label font size."
|
|
7019
|
+
},
|
|
7020
|
+
{
|
|
7021
|
+
"name": "--aui-switch-line-height",
|
|
7022
|
+
"default": "var(--aui-control-line-height-relaxed)",
|
|
7023
|
+
"description": "Label line height."
|
|
7024
|
+
},
|
|
7025
|
+
{
|
|
7026
|
+
"name": "--aui-switch-color",
|
|
7027
|
+
"default": "var(--aui-ink)",
|
|
7028
|
+
"description": "Label text color."
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"name": "--aui-switch-track-background",
|
|
7032
|
+
"default": "var(--aui-action, var(--aui-control, var(--aui-fill)))",
|
|
7033
|
+
"description": "Unchecked track fill."
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
"name": "--aui-switch-track-border",
|
|
7037
|
+
"default": "var(--aui-stroke)",
|
|
7038
|
+
"description": "Track border color."
|
|
7039
|
+
},
|
|
7040
|
+
{
|
|
7041
|
+
"name": "--aui-switch-track-border-radius",
|
|
7042
|
+
"default": "var(--aui-radius-round)",
|
|
7043
|
+
"description": "Track corner radius (pill shape)."
|
|
7044
|
+
},
|
|
7045
|
+
{
|
|
7046
|
+
"name": "--aui-switch-thumb-background",
|
|
7047
|
+
"default": "var(--aui-solid-ink, #fff)",
|
|
7048
|
+
"description": "Thumb fill color."
|
|
7049
|
+
},
|
|
7050
|
+
{
|
|
7051
|
+
"name": "--aui-switch-thumb-border-radius",
|
|
7052
|
+
"default": "var(--aui-radius-round)",
|
|
7053
|
+
"description": "Thumb corner radius."
|
|
7054
|
+
},
|
|
7055
|
+
{
|
|
7056
|
+
"name": "--aui-switch-thumb-shadow",
|
|
7057
|
+
"default": "var(--aui-shadow-sm, 0 1px 3px oklch(0% 0 0 / 0.15))",
|
|
7058
|
+
"description": "Thumb drop shadow."
|
|
7059
|
+
},
|
|
7060
|
+
{
|
|
7061
|
+
"name": "--aui-switch-checked-background",
|
|
7062
|
+
"default": "var(--aui-accent)",
|
|
7063
|
+
"description": "Checked track fill."
|
|
7064
|
+
},
|
|
7065
|
+
{
|
|
7066
|
+
"name": "--aui-switch-checked-border",
|
|
7067
|
+
"default": "var(--aui-accent)",
|
|
7068
|
+
"description": "Checked track border color."
|
|
7069
|
+
},
|
|
7070
|
+
{
|
|
7071
|
+
"name": "--aui-switch-border-hover",
|
|
7072
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
7073
|
+
"description": "Track border on hover."
|
|
7074
|
+
},
|
|
7075
|
+
{
|
|
7076
|
+
"name": "--aui-switch-background-disabled",
|
|
7077
|
+
"default": "var(--aui-fill-disabled, var(--aui-action-disabled))",
|
|
7078
|
+
"description": "Track background when disabled."
|
|
7079
|
+
},
|
|
7080
|
+
{
|
|
7081
|
+
"name": "--aui-switch-border-disabled",
|
|
7082
|
+
"default": "var(--aui-stroke-disabled, var(--aui-border-disabled))",
|
|
7083
|
+
"description": "Track border when disabled."
|
|
7084
|
+
}
|
|
7085
|
+
],
|
|
5097
7086
|
"css-notes": {
|
|
5098
7087
|
"attr-audit": [
|
|
5099
7088
|
"AB1: [checked], [disabled] — visual state via attributes",
|
|
@@ -5204,6 +7193,68 @@
|
|
|
5204
7193
|
],
|
|
5205
7194
|
"children": null
|
|
5206
7195
|
},
|
|
7196
|
+
"tokens": [
|
|
7197
|
+
{
|
|
7198
|
+
"name": "--aui-tab-gap",
|
|
7199
|
+
"default": "var(--aui-pad-gap-control)",
|
|
7200
|
+
"description": "Gap between icon and label inside the tab."
|
|
7201
|
+
},
|
|
7202
|
+
{
|
|
7203
|
+
"name": "--aui-tab-padding-block",
|
|
7204
|
+
"default": "calc(var(--aui-pad-control-block) * 1.5)",
|
|
7205
|
+
"description": "Vertical padding of the tab trigger."
|
|
7206
|
+
},
|
|
7207
|
+
{
|
|
7208
|
+
"name": "--aui-tab-padding-inline",
|
|
7209
|
+
"default": "var(--aui-pad-control-inline)",
|
|
7210
|
+
"description": "Horizontal padding of the tab trigger."
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
"name": "--aui-tab-font-family",
|
|
7214
|
+
"default": "var(--aui-font-family)",
|
|
7215
|
+
"description": "Font family for tab label text."
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"name": "--aui-tab-font-size",
|
|
7219
|
+
"default": "var(--aui-font-size)",
|
|
7220
|
+
"description": "Font size for tab label text."
|
|
7221
|
+
},
|
|
7222
|
+
{
|
|
7223
|
+
"name": "--aui-tab-font-weight",
|
|
7224
|
+
"default": "var(--aui-control-font-weight)",
|
|
7225
|
+
"description": "Font weight for inactive tab labels."
|
|
7226
|
+
},
|
|
7227
|
+
{
|
|
7228
|
+
"name": "--aui-tab-line-height",
|
|
7229
|
+
"default": "var(--aui-control-line-height)",
|
|
7230
|
+
"description": "Line height for tab label text."
|
|
7231
|
+
},
|
|
7232
|
+
{
|
|
7233
|
+
"name": "--aui-tab-color",
|
|
7234
|
+
"default": "var(--aui-ink-muted)",
|
|
7235
|
+
"description": "Text color of inactive tabs."
|
|
7236
|
+
},
|
|
7237
|
+
{
|
|
7238
|
+
"name": "--aui-tab-color-hover",
|
|
7239
|
+
"default": "var(--aui-ink)",
|
|
7240
|
+
"description": "Text color on hover."
|
|
7241
|
+
},
|
|
7242
|
+
{
|
|
7243
|
+
"name": "--aui-tab-color-selected",
|
|
7244
|
+
"default": "var(--aui-accent)",
|
|
7245
|
+
"description": "Text color of the selected tab."
|
|
7246
|
+
},
|
|
7247
|
+
{
|
|
7248
|
+
"name": "--aui-tab-font-weight-selected",
|
|
7249
|
+
"default": "var(--aui-font-weight-medium)",
|
|
7250
|
+
"description": "Font weight of the selected tab."
|
|
7251
|
+
},
|
|
7252
|
+
{
|
|
7253
|
+
"name": "--aui-tab-color-disabled",
|
|
7254
|
+
"default": "var(--aui-ink-disabled, var(--aui-ink-muted))",
|
|
7255
|
+
"description": "Text color of disabled tabs."
|
|
7256
|
+
}
|
|
7257
|
+
],
|
|
5207
7258
|
"examples": [
|
|
5208
7259
|
{
|
|
5209
7260
|
"html": "<aui-tabs value=\"general\">\n <aui-tab value=\"general\">General</aui-tab>\n <aui-tab value=\"advanced\">Advanced</aui-tab>\n <aui-tab value=\"security\">Security</aui-tab>\n <aui-tab-panel value=\"general\">General settings content.</aui-tab-panel>\n <aui-tab-panel value=\"advanced\">Advanced settings content.</aui-tab-panel>\n <aui-tab-panel value=\"security\">Security settings content.</aui-tab-panel>\n</aui-tabs>\n",
|
|
@@ -5260,6 +7311,28 @@
|
|
|
5260
7311
|
"aui-tab-panel"
|
|
5261
7312
|
]
|
|
5262
7313
|
},
|
|
7314
|
+
"tokens": [
|
|
7315
|
+
{
|
|
7316
|
+
"name": "--aui-tabs-separator-color",
|
|
7317
|
+
"default": "var(--aui-border-muted)",
|
|
7318
|
+
"description": "Color of the separator line beneath tabs."
|
|
7319
|
+
},
|
|
7320
|
+
{
|
|
7321
|
+
"name": "--aui-tabs-indicator-color",
|
|
7322
|
+
"default": "var(--aui-accent)",
|
|
7323
|
+
"description": "Color of the sliding active indicator."
|
|
7324
|
+
},
|
|
7325
|
+
{
|
|
7326
|
+
"name": "--aui-tabs-indicator-size",
|
|
7327
|
+
"default": "2px",
|
|
7328
|
+
"description": "Thickness of the active indicator bar."
|
|
7329
|
+
},
|
|
7330
|
+
{
|
|
7331
|
+
"name": "--aui-tabs-indicator-radius",
|
|
7332
|
+
"default": "1px",
|
|
7333
|
+
"description": "Border radius of the indicator bar ends."
|
|
7334
|
+
}
|
|
7335
|
+
],
|
|
5263
7336
|
"examples": [
|
|
5264
7337
|
{
|
|
5265
7338
|
"html": "<aui-tabs value=\"general\">\n <aui-tab value=\"general\">General</aui-tab>\n <aui-tab value=\"advanced\">Advanced</aui-tab>\n <aui-tab-panel value=\"general\">General content</aui-tab-panel>\n <aui-tab-panel value=\"advanced\">Advanced content</aui-tab-panel>\n</aui-tabs>\n",
|
|
@@ -5307,6 +7380,33 @@
|
|
|
5307
7380
|
],
|
|
5308
7381
|
"children": null
|
|
5309
7382
|
},
|
|
7383
|
+
"tokens": [
|
|
7384
|
+
{
|
|
7385
|
+
"name": "--aui-table-cell-font-size",
|
|
7386
|
+
"default": "var(--aui-font-size)",
|
|
7387
|
+
"description": "Font size for cell content."
|
|
7388
|
+
},
|
|
7389
|
+
{
|
|
7390
|
+
"name": "--aui-table-cell-color",
|
|
7391
|
+
"default": "var(--aui-ink)",
|
|
7392
|
+
"description": "Text color for data cells."
|
|
7393
|
+
},
|
|
7394
|
+
{
|
|
7395
|
+
"name": "--aui-table-cell-size",
|
|
7396
|
+
"default": "var(--aui-size)",
|
|
7397
|
+
"description": "Minimum height of the data cell."
|
|
7398
|
+
},
|
|
7399
|
+
{
|
|
7400
|
+
"name": "--aui-table-cell-padding-block",
|
|
7401
|
+
"default": "var(--aui-pad-control-block)",
|
|
7402
|
+
"description": "Block (vertical) padding for data cells."
|
|
7403
|
+
},
|
|
7404
|
+
{
|
|
7405
|
+
"name": "--aui-table-cell-padding-inline",
|
|
7406
|
+
"default": "var(--aui-pad-control-inline)",
|
|
7407
|
+
"description": "Inline (horizontal) padding for data cells."
|
|
7408
|
+
}
|
|
7409
|
+
],
|
|
5310
7410
|
"examples": [
|
|
5311
7411
|
{
|
|
5312
7412
|
"html": "See aui-table for full usage.",
|
|
@@ -5423,6 +7523,38 @@
|
|
|
5423
7523
|
],
|
|
5424
7524
|
"children": null
|
|
5425
7525
|
},
|
|
7526
|
+
"tokens": [
|
|
7527
|
+
{
|
|
7528
|
+
"name": "--aui-table-header-font-weight",
|
|
7529
|
+
"default": "var(--aui-font-weight-medium)",
|
|
7530
|
+
"description": "Font weight for header text."
|
|
7531
|
+
},
|
|
7532
|
+
{
|
|
7533
|
+
"name": "--aui-table-header-font-size",
|
|
7534
|
+
"default": "var(--aui-font-size)",
|
|
7535
|
+
"description": "Font size for header text."
|
|
7536
|
+
},
|
|
7537
|
+
{
|
|
7538
|
+
"name": "--aui-table-header-color",
|
|
7539
|
+
"default": "var(--aui-ink-muted)",
|
|
7540
|
+
"description": "Text color for header cells."
|
|
7541
|
+
},
|
|
7542
|
+
{
|
|
7543
|
+
"name": "--aui-table-header-size",
|
|
7544
|
+
"default": "var(--aui-size)",
|
|
7545
|
+
"description": "Minimum height of the header cell."
|
|
7546
|
+
},
|
|
7547
|
+
{
|
|
7548
|
+
"name": "--aui-table-header-padding-block",
|
|
7549
|
+
"default": "var(--aui-pad-control-block)",
|
|
7550
|
+
"description": "Block (vertical) padding for header cells."
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"name": "--aui-table-header-padding-inline",
|
|
7554
|
+
"default": "var(--aui-pad-control-inline)",
|
|
7555
|
+
"description": "Inline (horizontal) padding for header cells."
|
|
7556
|
+
}
|
|
7557
|
+
],
|
|
5426
7558
|
"examples": [
|
|
5427
7559
|
{
|
|
5428
7560
|
"html": "See aui-table for full usage.",
|
|
@@ -5445,6 +7577,28 @@
|
|
|
5445
7577
|
],
|
|
5446
7578
|
"children": null
|
|
5447
7579
|
},
|
|
7580
|
+
"tokens": [
|
|
7581
|
+
{
|
|
7582
|
+
"name": "--aui-table-row-border",
|
|
7583
|
+
"default": "var(--aui-border-muted)",
|
|
7584
|
+
"description": "Border color between rows."
|
|
7585
|
+
},
|
|
7586
|
+
{
|
|
7587
|
+
"name": "--aui-table-row-head-background",
|
|
7588
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
7589
|
+
"description": "Background color for header rows."
|
|
7590
|
+
},
|
|
7591
|
+
{
|
|
7592
|
+
"name": "--aui-table-row-hover-background",
|
|
7593
|
+
"default": "var(--aui-fill-hover, var(--aui-action-hover))",
|
|
7594
|
+
"description": "Background color on row hover."
|
|
7595
|
+
},
|
|
7596
|
+
{
|
|
7597
|
+
"name": "--aui-table-row-hover-color",
|
|
7598
|
+
"default": "var(--aui-ink-strong)",
|
|
7599
|
+
"description": "Text color on row hover."
|
|
7600
|
+
}
|
|
7601
|
+
],
|
|
5448
7602
|
"examples": [
|
|
5449
7603
|
{
|
|
5450
7604
|
"html": "See aui-table for full usage.",
|
|
@@ -5573,6 +7727,78 @@
|
|
|
5573
7727
|
"description": "Returns a copy of the currently selected row IDs. Each ID comes from the row's `id` field (or a JSON-stringified fallback).\n"
|
|
5574
7728
|
}
|
|
5575
7729
|
},
|
|
7730
|
+
"tokens": [
|
|
7731
|
+
{
|
|
7732
|
+
"name": "--aui-table-font-family",
|
|
7733
|
+
"default": "var(--aui-font-family)",
|
|
7734
|
+
"description": "Font family for the table."
|
|
7735
|
+
},
|
|
7736
|
+
{
|
|
7737
|
+
"name": "--aui-table-font-size",
|
|
7738
|
+
"default": "var(--aui-font-size)",
|
|
7739
|
+
"description": "Base font size for table content."
|
|
7740
|
+
},
|
|
7741
|
+
{
|
|
7742
|
+
"name": "--aui-table-color",
|
|
7743
|
+
"default": "var(--aui-ink)",
|
|
7744
|
+
"description": "Default text color for the table."
|
|
7745
|
+
},
|
|
7746
|
+
{
|
|
7747
|
+
"name": "--aui-table-border",
|
|
7748
|
+
"default": "var(--aui-border-muted)",
|
|
7749
|
+
"description": "Border color for table outline and dividers."
|
|
7750
|
+
},
|
|
7751
|
+
{
|
|
7752
|
+
"name": "--aui-table-border-radius",
|
|
7753
|
+
"default": "var(--aui-radius)",
|
|
7754
|
+
"description": "Border radius for the outer table container."
|
|
7755
|
+
},
|
|
7756
|
+
{
|
|
7757
|
+
"name": "--aui-table-toolbar-background",
|
|
7758
|
+
"default": "var(--aui-fill)",
|
|
7759
|
+
"description": "Background color for the search toolbar."
|
|
7760
|
+
},
|
|
7761
|
+
{
|
|
7762
|
+
"name": "--aui-table-toolbar-gap",
|
|
7763
|
+
"default": "var(--aui-gap)",
|
|
7764
|
+
"description": "Gap between toolbar items."
|
|
7765
|
+
},
|
|
7766
|
+
{
|
|
7767
|
+
"name": "--aui-table-toolbar-padding",
|
|
7768
|
+
"default": "var(--aui-pad-control-inline)",
|
|
7769
|
+
"description": "Padding for the search toolbar."
|
|
7770
|
+
},
|
|
7771
|
+
{
|
|
7772
|
+
"name": "--aui-table-footer-background",
|
|
7773
|
+
"default": "var(--aui-fill)",
|
|
7774
|
+
"description": "Background color for the pagination footer."
|
|
7775
|
+
},
|
|
7776
|
+
{
|
|
7777
|
+
"name": "--aui-table-footer-font-size",
|
|
7778
|
+
"default": "var(--aui-font-xs)",
|
|
7779
|
+
"description": "Font size for footer text."
|
|
7780
|
+
},
|
|
7781
|
+
{
|
|
7782
|
+
"name": "--aui-table-footer-color",
|
|
7783
|
+
"default": "var(--aui-ink-muted)",
|
|
7784
|
+
"description": "Text color for footer content."
|
|
7785
|
+
},
|
|
7786
|
+
{
|
|
7787
|
+
"name": "--aui-table-footer-padding",
|
|
7788
|
+
"default": "var(--aui-pad-control-block) var(--aui-pad-control-inline)",
|
|
7789
|
+
"description": "Padding for the pagination footer."
|
|
7790
|
+
},
|
|
7791
|
+
{
|
|
7792
|
+
"name": "--aui-table-footer-gap",
|
|
7793
|
+
"default": "var(--aui-gap)",
|
|
7794
|
+
"description": "Gap between footer items."
|
|
7795
|
+
},
|
|
7796
|
+
{
|
|
7797
|
+
"name": "--aui-table-selected-background",
|
|
7798
|
+
"default": "var(--aui-action-hover, var(--aui-fill-hover))",
|
|
7799
|
+
"description": "Background color for selected rows."
|
|
7800
|
+
}
|
|
7801
|
+
],
|
|
5576
7802
|
"a11y": {
|
|
5577
7803
|
"role": "table"
|
|
5578
7804
|
},
|
|
@@ -5771,32 +7997,98 @@
|
|
|
5771
7997
|
"description": "Fires on blur."
|
|
5772
7998
|
}
|
|
5773
7999
|
},
|
|
5774
|
-
"tokens":
|
|
5775
|
-
|
|
5776
|
-
"--aui-
|
|
5777
|
-
"--aui-font-
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
"--aui-
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
|
|
5785
|
-
|
|
5786
|
-
"--aui-
|
|
5787
|
-
"--aui-control",
|
|
5788
|
-
"
|
|
5789
|
-
|
|
5790
|
-
|
|
5791
|
-
|
|
5792
|
-
|
|
5793
|
-
"
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
"--aui-
|
|
5797
|
-
"--aui-
|
|
5798
|
-
|
|
5799
|
-
|
|
8000
|
+
"tokens": [
|
|
8001
|
+
{
|
|
8002
|
+
"name": "--aui-textarea-font-family",
|
|
8003
|
+
"default": "var(--aui-font-family)",
|
|
8004
|
+
"description": "Font family for textarea text."
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"name": "--aui-textarea-font-size",
|
|
8008
|
+
"default": "var(--aui-font-size)",
|
|
8009
|
+
"description": "Textarea text font size."
|
|
8010
|
+
},
|
|
8011
|
+
{
|
|
8012
|
+
"name": "--aui-textarea-font-weight",
|
|
8013
|
+
"default": "var(--aui-control-font-weight)",
|
|
8014
|
+
"description": "Textarea text font weight."
|
|
8015
|
+
},
|
|
8016
|
+
{
|
|
8017
|
+
"name": "--aui-textarea-line-height",
|
|
8018
|
+
"default": "var(--aui-text-line-height)",
|
|
8019
|
+
"description": "Text line height."
|
|
8020
|
+
},
|
|
8021
|
+
{
|
|
8022
|
+
"name": "--aui-textarea-letter-spacing",
|
|
8023
|
+
"default": "var(--aui-letter-spacing)",
|
|
8024
|
+
"description": "Text letter spacing."
|
|
8025
|
+
},
|
|
8026
|
+
{
|
|
8027
|
+
"name": "--aui-textarea-color",
|
|
8028
|
+
"default": "var(--aui-ink)",
|
|
8029
|
+
"description": "Text color."
|
|
8030
|
+
},
|
|
8031
|
+
{
|
|
8032
|
+
"name": "--aui-textarea-background",
|
|
8033
|
+
"default": "var(--aui-control, var(--aui-fill))",
|
|
8034
|
+
"description": "Background fill color."
|
|
8035
|
+
},
|
|
8036
|
+
{
|
|
8037
|
+
"name": "--aui-textarea-border",
|
|
8038
|
+
"default": "var(--aui-stroke)",
|
|
8039
|
+
"description": "Border color."
|
|
8040
|
+
},
|
|
8041
|
+
{
|
|
8042
|
+
"name": "--aui-textarea-border-radius",
|
|
8043
|
+
"default": "var(--aui-radius)",
|
|
8044
|
+
"description": "Corner radius."
|
|
8045
|
+
},
|
|
8046
|
+
{
|
|
8047
|
+
"name": "--aui-textarea-padding-block",
|
|
8048
|
+
"default": "calc((var(--aui-size) - 1lh) / 2)",
|
|
8049
|
+
"description": "Vertical padding, centered to first line height."
|
|
8050
|
+
},
|
|
8051
|
+
{
|
|
8052
|
+
"name": "--aui-textarea-padding-inline",
|
|
8053
|
+
"default": "var(--aui-pad-control-inline)",
|
|
8054
|
+
"description": "Horizontal padding."
|
|
8055
|
+
},
|
|
8056
|
+
{
|
|
8057
|
+
"name": "--aui-textarea-placeholder-color",
|
|
8058
|
+
"default": "var(--aui-ink-placeholder, var(--aui-ink-muted))",
|
|
8059
|
+
"description": "Placeholder text color."
|
|
8060
|
+
},
|
|
8061
|
+
{
|
|
8062
|
+
"name": "--aui-textarea-border-hover",
|
|
8063
|
+
"default": "var(--aui-stroke-hover, var(--aui-border-hover))",
|
|
8064
|
+
"description": "Border color on hover."
|
|
8065
|
+
},
|
|
8066
|
+
{
|
|
8067
|
+
"name": "--aui-textarea-focus-outline",
|
|
8068
|
+
"default": "2px solid var(--aui-focus)",
|
|
8069
|
+
"description": "Outline style on focus."
|
|
8070
|
+
},
|
|
8071
|
+
{
|
|
8072
|
+
"name": "--aui-textarea-focus-border",
|
|
8073
|
+
"default": "var(--aui-focus)",
|
|
8074
|
+
"description": "Border color on focus."
|
|
8075
|
+
},
|
|
8076
|
+
{
|
|
8077
|
+
"name": "--aui-textarea-background-disabled",
|
|
8078
|
+
"default": "var(--aui-fill-disabled, var(--aui-action-disabled))",
|
|
8079
|
+
"description": "Background when disabled."
|
|
8080
|
+
},
|
|
8081
|
+
{
|
|
8082
|
+
"name": "--aui-textarea-color-disabled",
|
|
8083
|
+
"default": "var(--aui-ink-disabled, var(--aui-ink-muted))",
|
|
8084
|
+
"description": "Text color when disabled."
|
|
8085
|
+
},
|
|
8086
|
+
{
|
|
8087
|
+
"name": "--aui-textarea-border-disabled",
|
|
8088
|
+
"default": "var(--aui-stroke-disabled, var(--aui-border-disabled))",
|
|
8089
|
+
"description": "Border color when disabled."
|
|
8090
|
+
}
|
|
8091
|
+
],
|
|
5800
8092
|
"css-notes": {
|
|
5801
8093
|
"attr-audit": [
|
|
5802
8094
|
"AB1: [disabled], [readonly], [autogrow] — visual state via attributes",
|
|
@@ -5871,6 +8163,93 @@
|
|
|
5871
8163
|
"description": "Fired when the toast is dismissed (auto or manual)."
|
|
5872
8164
|
}
|
|
5873
8165
|
},
|
|
8166
|
+
"tokens": [
|
|
8167
|
+
{
|
|
8168
|
+
"name": "--aui-toast-font-family",
|
|
8169
|
+
"default": "var(--aui-font-family)",
|
|
8170
|
+
"description": "Font family for toast message text."
|
|
8171
|
+
},
|
|
8172
|
+
{
|
|
8173
|
+
"name": "--aui-toast-font-size",
|
|
8174
|
+
"default": "var(--aui-font-size, 0.875rem)",
|
|
8175
|
+
"description": "Font size for toast message text."
|
|
8176
|
+
},
|
|
8177
|
+
{
|
|
8178
|
+
"name": "--aui-toast-color",
|
|
8179
|
+
"default": "var(--aui-ink)",
|
|
8180
|
+
"description": "Text color of the toast."
|
|
8181
|
+
},
|
|
8182
|
+
{
|
|
8183
|
+
"name": "--aui-toast-background",
|
|
8184
|
+
"default": "var(--aui-card, var(--aui-doc,",
|
|
8185
|
+
"description": "Background color of the toast."
|
|
8186
|
+
},
|
|
8187
|
+
{
|
|
8188
|
+
"name": "--aui-toast-border",
|
|
8189
|
+
"default": "var(--aui-border-muted, oklch(0.8 0 0))",
|
|
8190
|
+
"description": "Border color of the toast."
|
|
8191
|
+
},
|
|
8192
|
+
{
|
|
8193
|
+
"name": "--aui-toast-border-radius",
|
|
8194
|
+
"default": "var(--aui-radius, 0.5rem)",
|
|
8195
|
+
"description": "Border radius of the toast."
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
"name": "--aui-toast-shadow",
|
|
8199
|
+
"default": "var(--aui-shadow-lg, 0 4px 16px oklch(0% 0 0 / 0.12))",
|
|
8200
|
+
"description": "Box shadow of the toast."
|
|
8201
|
+
},
|
|
8202
|
+
{
|
|
8203
|
+
"name": "--aui-toast-gap",
|
|
8204
|
+
"default": "var(--aui-pad-gap-control, 0.5rem)",
|
|
8205
|
+
"description": "Gap between message and close button."
|
|
8206
|
+
},
|
|
8207
|
+
{
|
|
8208
|
+
"name": "--aui-toast-padding",
|
|
8209
|
+
"default": "0.75rem 1rem",
|
|
8210
|
+
"description": "Padding inside the toast."
|
|
8211
|
+
},
|
|
8212
|
+
{
|
|
8213
|
+
"name": "--aui-toast-close-color",
|
|
8214
|
+
"default": "var(--aui-ink-muted)",
|
|
8215
|
+
"description": "Color of the close button icon."
|
|
8216
|
+
},
|
|
8217
|
+
{
|
|
8218
|
+
"name": "--aui-toast-close-color-hover",
|
|
8219
|
+
"default": "var(--aui-ink)",
|
|
8220
|
+
"description": "Color of the close button icon on hover."
|
|
8221
|
+
},
|
|
8222
|
+
{
|
|
8223
|
+
"name": "--aui-toast-close-size",
|
|
8224
|
+
"default": "1.25rem",
|
|
8225
|
+
"description": "Size of the close button hit area."
|
|
8226
|
+
},
|
|
8227
|
+
{
|
|
8228
|
+
"name": "--aui-toast-close-border-radius",
|
|
8229
|
+
"default": "var(--aui-radius, 0.25rem)",
|
|
8230
|
+
"description": "Border radius of the close button."
|
|
8231
|
+
},
|
|
8232
|
+
{
|
|
8233
|
+
"name": "--aui-toast-intent-info",
|
|
8234
|
+
"default": "var(--aui-info, oklch(0.6 0.15 250))",
|
|
8235
|
+
"description": "Accent color for info intent toasts."
|
|
8236
|
+
},
|
|
8237
|
+
{
|
|
8238
|
+
"name": "--aui-toast-intent-success",
|
|
8239
|
+
"default": "var(--aui-success, oklch(0.6 0.2 145))",
|
|
8240
|
+
"description": "Accent color for success intent toasts."
|
|
8241
|
+
},
|
|
8242
|
+
{
|
|
8243
|
+
"name": "--aui-toast-intent-warning",
|
|
8244
|
+
"default": "var(--aui-warning, oklch(0.75 0.15 75))",
|
|
8245
|
+
"description": "Accent color for warning intent toasts."
|
|
8246
|
+
},
|
|
8247
|
+
{
|
|
8248
|
+
"name": "--aui-toast-intent-danger",
|
|
8249
|
+
"default": "var(--aui-danger, oklch(0.6 0.2 25))",
|
|
8250
|
+
"description": "Accent color for danger intent toasts."
|
|
8251
|
+
}
|
|
8252
|
+
],
|
|
5874
8253
|
"examples": [
|
|
5875
8254
|
{
|
|
5876
8255
|
"html": "<aui-toast open message=\"Item saved successfully\" success duration=\"0\"></aui-toast>",
|
|
@@ -5946,24 +8325,48 @@
|
|
|
5946
8325
|
"description": "Tooltip appears on focusin and disappears on focusout of the anchor element.\n"
|
|
5947
8326
|
}
|
|
5948
8327
|
},
|
|
5949
|
-
"tokens":
|
|
5950
|
-
|
|
5951
|
-
"--aui-tooltip-
|
|
5952
|
-
"
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
"
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
"--aui-font-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5965
|
-
|
|
5966
|
-
|
|
8328
|
+
"tokens": [
|
|
8329
|
+
{
|
|
8330
|
+
"name": "--aui-tooltip-padding",
|
|
8331
|
+
"default": "0.375rem 0.625rem",
|
|
8332
|
+
"description": "Padding inside the tooltip surface."
|
|
8333
|
+
},
|
|
8334
|
+
{
|
|
8335
|
+
"name": "--aui-tooltip-font-family",
|
|
8336
|
+
"default": "var(--aui-font-family)",
|
|
8337
|
+
"description": "Font family for tooltip text."
|
|
8338
|
+
},
|
|
8339
|
+
{
|
|
8340
|
+
"name": "--aui-tooltip-font-size",
|
|
8341
|
+
"default": "var(--aui-font-xs)",
|
|
8342
|
+
"description": "Font size for tooltip text."
|
|
8343
|
+
},
|
|
8344
|
+
{
|
|
8345
|
+
"name": "--aui-tooltip-color",
|
|
8346
|
+
"default": "var(--aui-solid-ink)",
|
|
8347
|
+
"description": "Text color of the tooltip."
|
|
8348
|
+
},
|
|
8349
|
+
{
|
|
8350
|
+
"name": "--aui-tooltip-background",
|
|
8351
|
+
"default": "var(--aui-solid)",
|
|
8352
|
+
"description": "Background color of the tooltip surface."
|
|
8353
|
+
},
|
|
8354
|
+
{
|
|
8355
|
+
"name": "--aui-tooltip-border-radius",
|
|
8356
|
+
"default": "var(--aui-radius, 0.375rem)",
|
|
8357
|
+
"description": "Border radius of the tooltip surface."
|
|
8358
|
+
},
|
|
8359
|
+
{
|
|
8360
|
+
"name": "--aui-tooltip-shadow",
|
|
8361
|
+
"default": "var(--aui-shadow-sm, 0 1px 3px oklch(0% 0 0 / 0.15))",
|
|
8362
|
+
"description": "Box shadow of the tooltip surface."
|
|
8363
|
+
},
|
|
8364
|
+
{
|
|
8365
|
+
"name": "--aui-tooltip-offset",
|
|
8366
|
+
"default": "0.375rem",
|
|
8367
|
+
"description": "Distance between tooltip and its anchor element."
|
|
8368
|
+
}
|
|
8369
|
+
],
|
|
5967
8370
|
"examples": [
|
|
5968
8371
|
{
|
|
5969
8372
|
"html": "<aui-button hide-label ghost label=\"Settings\">\n <aui-icon name=\"gear\" slot=\"leading\"></aui-icon>\n</aui-button>\n<aui-tooltip content=\"Settings\" position=\"bottom\"></aui-tooltip>\n",
|
|
@@ -6023,6 +8426,83 @@
|
|
|
6023
8426
|
]
|
|
6024
8427
|
},
|
|
6025
8428
|
"description": "A tree node that supports expand/collapse and arbitrary nesting. The caret indicator uses aui-icon name=\"caret-right\" (rotated when expanded) and is automatically stamped by the component.\n",
|
|
8429
|
+
"tokens": [
|
|
8430
|
+
{
|
|
8431
|
+
"name": "--aui-tree-item-gap",
|
|
8432
|
+
"default": "var(--aui-pad-gap-control)",
|
|
8433
|
+
"description": "Gap between caret, icon, and label."
|
|
8434
|
+
},
|
|
8435
|
+
{
|
|
8436
|
+
"name": "--aui-tree-item-padding-block",
|
|
8437
|
+
"default": "calc(var(--aui-pad-control-block) * 0.5)",
|
|
8438
|
+
"description": "Vertical padding of the tree item row."
|
|
8439
|
+
},
|
|
8440
|
+
{
|
|
8441
|
+
"name": "--aui-tree-item-padding-inline",
|
|
8442
|
+
"default": "var(--aui-pad-control-inline)",
|
|
8443
|
+
"description": "Horizontal padding of the tree item row."
|
|
8444
|
+
},
|
|
8445
|
+
{
|
|
8446
|
+
"name": "--aui-tree-item-font-family",
|
|
8447
|
+
"default": "var(--aui-font-family)",
|
|
8448
|
+
"description": "Font family for the tree item label."
|
|
8449
|
+
},
|
|
8450
|
+
{
|
|
8451
|
+
"name": "--aui-tree-item-font-size",
|
|
8452
|
+
"default": "var(--aui-font-size)",
|
|
8453
|
+
"description": "Font size for the tree item label."
|
|
8454
|
+
},
|
|
8455
|
+
{
|
|
8456
|
+
"name": "--aui-tree-item-line-height",
|
|
8457
|
+
"default": "var(--aui-control-line-height)",
|
|
8458
|
+
"description": "Line height for the tree item label."
|
|
8459
|
+
},
|
|
8460
|
+
{
|
|
8461
|
+
"name": "--aui-tree-item-color",
|
|
8462
|
+
"default": "var(--aui-ink)",
|
|
8463
|
+
"description": "Text color of tree items."
|
|
8464
|
+
},
|
|
8465
|
+
{
|
|
8466
|
+
"name": "--aui-tree-item-color-hover",
|
|
8467
|
+
"default": "var(--aui-ink-strong)",
|
|
8468
|
+
"description": "Text color on hover."
|
|
8469
|
+
},
|
|
8470
|
+
{
|
|
8471
|
+
"name": "--aui-tree-item-background-hover",
|
|
8472
|
+
"default": "var(--aui-fill-hover, var(--aui-action-hover))",
|
|
8473
|
+
"description": "Background color on hover."
|
|
8474
|
+
},
|
|
8475
|
+
{
|
|
8476
|
+
"name": "--aui-tree-item-color-selected",
|
|
8477
|
+
"default": "var(--aui-ink-strong)",
|
|
8478
|
+
"description": "Text color of the selected item."
|
|
8479
|
+
},
|
|
8480
|
+
{
|
|
8481
|
+
"name": "--aui-tree-item-background-selected",
|
|
8482
|
+
"default": "var(--aui-action-selected, var(--aui-control))",
|
|
8483
|
+
"description": "Background color of the selected item."
|
|
8484
|
+
},
|
|
8485
|
+
{
|
|
8486
|
+
"name": "--aui-tree-item-font-weight-selected",
|
|
8487
|
+
"default": "var(--aui-font-weight-medium)",
|
|
8488
|
+
"description": "Font weight of the selected item."
|
|
8489
|
+
},
|
|
8490
|
+
{
|
|
8491
|
+
"name": "--aui-tree-item-border-radius",
|
|
8492
|
+
"default": "var(--aui-radius)",
|
|
8493
|
+
"description": "Border radius of the tree item row."
|
|
8494
|
+
},
|
|
8495
|
+
{
|
|
8496
|
+
"name": "--aui-tree-item-caret-color",
|
|
8497
|
+
"default": "var(--aui-ink-muted)",
|
|
8498
|
+
"description": "Color of the expand/collapse caret icon."
|
|
8499
|
+
},
|
|
8500
|
+
{
|
|
8501
|
+
"name": "--aui-tree-item-color-disabled",
|
|
8502
|
+
"default": "var(--aui-ink-disabled, var(--aui-ink-muted))",
|
|
8503
|
+
"description": "Text color when disabled."
|
|
8504
|
+
}
|
|
8505
|
+
],
|
|
6026
8506
|
"examples": [
|
|
6027
8507
|
{
|
|
6028
8508
|
"html": "<aui-tree>\n <aui-tree-item expanded>\n <span data-trigger>Parent node</span>\n <aui-tree-item><span data-trigger>Child A</span></aui-tree-item>\n <aui-tree-item selected><span data-trigger>Child B (selected)</span></aui-tree-item>\n <aui-tree-item disabled><span data-trigger>Child C (disabled)</span></aui-tree-item>\n </aui-tree-item>\n</aui-tree>\n",
|
|
@@ -6051,6 +8531,18 @@
|
|
|
6051
8531
|
"aui-tree-item"
|
|
6052
8532
|
]
|
|
6053
8533
|
},
|
|
8534
|
+
"tokens": [
|
|
8535
|
+
{
|
|
8536
|
+
"name": "--aui-tree-font-family",
|
|
8537
|
+
"default": "var(--aui-font-family)",
|
|
8538
|
+
"description": "Font family for tree item text."
|
|
8539
|
+
},
|
|
8540
|
+
{
|
|
8541
|
+
"name": "--aui-tree-font-size",
|
|
8542
|
+
"default": "var(--aui-font-size)",
|
|
8543
|
+
"description": "Font size for tree item text."
|
|
8544
|
+
}
|
|
8545
|
+
],
|
|
6054
8546
|
"examples": [
|
|
6055
8547
|
{
|
|
6056
8548
|
"html": "<aui-tree>\n <aui-tree-item expanded>\n <span data-trigger>Documents</span>\n <aui-tree-item><span data-trigger>report.pdf</span></aui-tree-item>\n <aui-tree-item><span data-trigger>notes.txt</span></aui-tree-item>\n </aui-tree-item>\n <aui-tree-item>\n <span data-trigger>Images</span>\n <aui-tree-item><span data-trigger>photo.jpg</span></aui-tree-item>\n </aui-tree-item>\n</aui-tree>\n",
|