@agent-ui-kit/web-components 0.0.5 → 0.0.8

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.
Files changed (63) hide show
  1. package/README.md +2 -2
  2. package/dist/agent-ui.css +1 -1
  3. package/dist/api.colors.json +1505 -0
  4. package/dist/api.colors.yaml +1139 -0
  5. package/dist/{api.json → api.components.json} +2877 -385
  6. package/dist/api.tokens.json +541 -0
  7. package/dist/api.tokens.yaml +410 -0
  8. package/dist/docs/components/accordion-item.yaml +41 -0
  9. package/dist/docs/components/accordion.yaml +5 -0
  10. package/dist/docs/components/agent-activity.yaml +32 -0
  11. package/dist/docs/components/agent-feed.yaml +8 -0
  12. package/dist/docs/components/agent-message.yaml +74 -0
  13. package/dist/docs/components/agent-prompt.yaml +47 -0
  14. package/dist/docs/components/agent-seeds.yaml +53 -0
  15. package/dist/docs/components/agent-text.yaml +47 -0
  16. package/dist/docs/components/agent-thread.yaml +20 -0
  17. package/dist/docs/components/app-shell.yaml +18 -12
  18. package/dist/docs/components/breadcrumb-item.yaml +32 -0
  19. package/dist/docs/components/breadcrumb.yaml +11 -0
  20. package/dist/docs/components/button.yaml +51 -21
  21. package/dist/docs/components/calendar.yaml +77 -0
  22. package/dist/docs/components/canvas.yaml +12 -4
  23. package/dist/docs/components/checkbox.yaml +45 -15
  24. package/dist/docs/components/command-group.yaml +32 -0
  25. package/dist/docs/components/command-input.yaml +29 -0
  26. package/dist/docs/components/command-item.yaml +41 -0
  27. package/dist/docs/components/command.yaml +17 -0
  28. package/dist/docs/components/container.yaml +9 -15
  29. package/dist/docs/components/dialog.yaml +24 -11
  30. package/dist/docs/components/drawer.yaml +21 -13
  31. package/dist/docs/components/editor.yaml +12 -10
  32. package/dist/docs/components/field.yaml +24 -13
  33. package/dist/docs/components/graph-port.yaml +23 -0
  34. package/dist/docs/components/gripper.yaml +23 -0
  35. package/dist/docs/components/icon.yaml +9 -2
  36. package/dist/docs/components/input-otp.yaml +44 -0
  37. package/dist/docs/components/input.yaml +51 -24
  38. package/dist/docs/components/optgroup.yaml +29 -0
  39. package/dist/docs/components/option.yaml +29 -0
  40. package/dist/docs/components/page-context.yaml +12 -4
  41. package/dist/docs/components/page-main.yaml +18 -6
  42. package/dist/docs/components/pagination.yaml +41 -0
  43. package/dist/docs/components/pane.yaml +23 -0
  44. package/dist/docs/components/radio.yaml +42 -14
  45. package/dist/docs/components/range.yaml +24 -15
  46. package/dist/docs/components/root.yaml +11 -0
  47. package/dist/docs/components/segment.yaml +35 -0
  48. package/dist/docs/components/segmented-control.yaml +23 -0
  49. package/dist/docs/components/select.yaml +56 -0
  50. package/dist/docs/components/sidebar.yaml +51 -17
  51. package/dist/docs/components/switch.yaml +48 -18
  52. package/dist/docs/components/tab.yaml +38 -0
  53. package/dist/docs/components/table-cell.yaml +17 -0
  54. package/dist/docs/components/table-header.yaml +20 -0
  55. package/dist/docs/components/table-row.yaml +14 -0
  56. package/dist/docs/components/table.yaml +44 -0
  57. package/dist/docs/components/tabs.yaml +14 -0
  58. package/dist/docs/components/textarea.yaml +54 -19
  59. package/dist/docs/components/toast.yaml +53 -0
  60. package/dist/docs/components/tooltip.yaml +24 -11
  61. package/dist/docs/components/tree-item.yaml +47 -0
  62. package/dist/docs/components/tree.yaml +8 -0
  63. package/package.json +6 -2
@@ -70,21 +70,30 @@ form:
70
70
  value: Current slider value.
71
71
 
72
72
  tokens:
73
- sizing:
74
- - --aui-size
75
- - --aui-widget-size
76
- spacing:
77
- - --aui-pad-control-block
78
- color:
79
- - --aui-control
80
- - --aui-fill
81
- - --aui-stroke
82
- - --aui-solid
83
- - --aui-focus
84
- shape:
85
- - --aui-radius-round
86
- motion:
87
- - --aui-easing
73
+ - name: --aui-range-track-background
74
+ default: var(--aui-control)
75
+ description: Track background color.
76
+ - name: --aui-range-track-border
77
+ default: var(--aui-border-muted)
78
+ description: Track border color.
79
+ - name: --aui-range-track-border-radius
80
+ default: calc(var(--aui-widget-size) / 2)
81
+ description: Track corner radius (pill shape).
82
+ - name: --aui-range-fill-background
83
+ default: var(--aui-accent, var(--aui-solid))
84
+ description: Active fill color from min to current value.
85
+ - name: --aui-range-thumb-background
86
+ default: "var(--aui-solid-ink, #fff)"
87
+ description: Thumb fill color.
88
+ - name: --aui-range-thumb-border
89
+ default: var(--aui-accent, var(--aui-solid))
90
+ description: Thumb border color.
91
+ - name: --aui-range-thumb-border-radius
92
+ default: var(--aui-radius-round)
93
+ description: Thumb corner radius.
94
+ - name: --aui-range-thumb-shadow
95
+ default: var(--aui-shadow-sm, 0 1px 4px oklch(0% 0 0 / 0.15))
96
+ description: Thumb drop shadow.
88
97
 
89
98
  examples:
90
99
  - html: <aui-range></aui-range>
@@ -6,6 +6,17 @@ base: AgentElement
6
6
  composition:
7
7
  parents: [body]
8
8
  children: [aui-header, aui-content, aui-footer, aui-panes, any]
9
+ tokens:
10
+ - name: --aui-root-font-family
11
+ default: var(--aui-font-family)
12
+ description: Base font family for the app shell.
13
+ - name: --aui-root-color
14
+ default: var(--aui-ink)
15
+ description: Default text color for the app shell.
16
+ - name: --aui-root-background
17
+ default: var(--aui-doc)
18
+ description: Background color of the app shell.
19
+
9
20
  examples:
10
21
  - html: |
11
22
  <aui-container bordered style="min-height: 12rem;">
@@ -36,6 +36,41 @@ composition:
36
36
  parents: [aui-segmented-control]
37
37
  children: null
38
38
 
39
+ tokens:
40
+ - name: --aui-segment-gap
41
+ default: var(--aui-pad-gap-control)
42
+ description: Gap between icon and label inside the segment.
43
+ - name: --aui-segment-padding-inline
44
+ default: calc(var(--aui-pad-control-inline) - var(--aui-space))
45
+ description: Horizontal padding of the segment.
46
+ - name: --aui-segment-font-family
47
+ default: var(--aui-font-family)
48
+ description: Font family for segment label text.
49
+ - name: --aui-segment-font-size
50
+ default: var(--aui-font-size)
51
+ description: Font size for segment label text.
52
+ - name: --aui-segment-font-weight
53
+ default: var(--aui-control-font-weight)
54
+ description: Font weight for segment labels.
55
+ - name: --aui-segment-line-height
56
+ default: var(--aui-control-line-height)
57
+ description: Line height for segment label text.
58
+ - name: --aui-segment-color
59
+ default: var(--aui-ink-muted)
60
+ description: Text color of inactive segments.
61
+ - name: --aui-segment-color-hover
62
+ default: var(--aui-ink)
63
+ description: Text color on hover.
64
+ - name: --aui-segment-color-selected
65
+ default: var(--aui-neutral-11)
66
+ description: Text color of the selected segment.
67
+ - name: --aui-segment-border-radius
68
+ default: calc(var(--aui-radius) - var(--aui-pad-control-block) / 2)
69
+ description: Border radius of individual segments.
70
+ - name: --aui-segment-color-disabled
71
+ default: var(--aui-ink-disabled, var(--aui-ink-muted))
72
+ description: Text color of disabled segments.
73
+
39
74
  examples:
40
75
  - html: <aui-segment value="list">List</aui-segment>
41
76
  description: Simple segment.
@@ -42,6 +42,29 @@ composition:
42
42
  parents: [any]
43
43
  children: [aui-segment]
44
44
 
45
+ tokens:
46
+ - name: --aui-segmented-control-background
47
+ default: var(--aui-control, var(--aui-fill))
48
+ description: Background color of the segmented control container.
49
+ - name: --aui-segmented-control-border-color
50
+ default: var(--aui-border-muted)
51
+ description: Border color of the container.
52
+ - name: --aui-segmented-control-border-radius
53
+ default: var(--aui-radius)
54
+ description: Border radius of the container.
55
+ - name: --aui-segmented-control-font-family
56
+ default: var(--aui-font-family)
57
+ description: Font family for segment labels.
58
+ - name: --aui-segmented-control-font-size
59
+ default: var(--aui-font-size)
60
+ description: Font size for segment labels.
61
+ - name: --aui-segmented-control-indicator-background
62
+ default: white
63
+ description: Background color of the floating selection indicator.
64
+ - name: --aui-segmented-control-indicator-shadow
65
+ default: var(--aui-shadow-sm)
66
+ description: Box shadow of the floating selection indicator.
67
+
45
68
  examples:
46
69
  - html: |
47
70
  <aui-segmented-control value="list">
@@ -86,6 +86,62 @@ attributes:
86
86
  default: false
87
87
  description: Children fill available space equally (bar mode).
88
88
 
89
+ tokens:
90
+ - name: --aui-select-font-family
91
+ default: var(--aui-font-family)
92
+ description: Font family for the select trigger and options.
93
+ - name: --aui-select-font-size
94
+ default: var(--aui-font-size)
95
+ description: Font size for the select trigger and options.
96
+ - name: --aui-select-font-weight
97
+ default: var(--aui-control-font-weight)
98
+ description: Font weight for the trigger label.
99
+ - name: --aui-select-color
100
+ default: var(--aui-ink)
101
+ description: Default text color.
102
+ - name: --aui-select-background
103
+ default: var(--aui-control, var(--aui-fill))
104
+ description: Background color of the trigger button.
105
+ - name: --aui-select-border-color
106
+ default: var(--aui-stroke)
107
+ description: Border color of the trigger button.
108
+ - name: --aui-select-border-radius
109
+ default: var(--aui-radius)
110
+ description: Border radius for the trigger and dropdown.
111
+ - name: --aui-select-size
112
+ default: var(--aui-size)
113
+ description: Height of the trigger button.
114
+ - name: --aui-select-padding-inline
115
+ default: var(--aui-pad-control-inline)
116
+ description: Inline padding for the trigger.
117
+ - name: --aui-select-gap
118
+ default: var(--aui-pad-gap-control)
119
+ description: Gap between trigger icon, label, and chevron.
120
+ - name: --aui-select-icon-size
121
+ default: var(--aui-icon-size)
122
+ description: Size of the chevron icon.
123
+ - name: --aui-select-placeholder-color
124
+ default: var(--aui-ink-placeholder, var(--aui-ink-muted))
125
+ description: Placeholder text color.
126
+ - name: --aui-select-chevron-color
127
+ default: var(--aui-ink-muted)
128
+ description: Color of the dropdown chevron icon.
129
+ - name: --aui-select-border-color-hover
130
+ default: var(--aui-stroke-hover, var(--aui-border-hover))
131
+ description: Border color on hover.
132
+ - name: --aui-select-dropdown-background
133
+ default: var(--aui-modal, var(--aui-doc))
134
+ description: Background color of the dropdown popover.
135
+ - name: --aui-select-dropdown-border-color
136
+ default: var(--aui-border-muted)
137
+ description: Border color of the dropdown popover.
138
+ - name: --aui-select-dropdown-border-radius
139
+ default: var(--aui-radius)
140
+ description: Border radius of the dropdown popover.
141
+ - name: --aui-select-dropdown-shadow
142
+ default: var(--aui-shadow-lg, 0 4px 16px oklch(0% 0 0 / 0.12))
143
+ description: Box shadow for the dropdown popover.
144
+
89
145
  bar-overflow:
90
146
  description: >
91
147
  In bar mode, items overflow into a "..." popover menu when the container
@@ -88,23 +88,57 @@ a11y:
88
88
  Drag: Resize handle supports pointer drag to resize width.
89
89
 
90
90
  tokens:
91
- sizing:
92
- - --aui-sidebar-width
93
- - --aui-sidebar-width-min
94
- - --aui-sidebar-width-max
95
- - --aui-sidebar-width-collapsed
96
- - --aui-sidebar-header-height
97
- color:
98
- - --aui-doc
99
- - --aui-border
100
- - --aui-action-active
101
- - --aui-ink
102
- - --aui-ink-muted
103
- - --aui-ink-strong
104
- - --aui-focus
105
- motion:
106
- - --aui-duration
107
- - --aui-easing
91
+ - name: --aui-sidebar-border-color
92
+ default: var(--aui-border)
93
+ description: Border color between sidebar and content.
94
+ - name: --aui-sidebar-label-font-size
95
+ default: calc(var(--aui-font-size) * 0.75)
96
+ description: Font size for section labels.
97
+ - name: --aui-sidebar-label-font-weight
98
+ default: var(--aui-font-weight-semibold)
99
+ description: Font weight for section labels.
100
+ - name: --aui-sidebar-label-letter-spacing
101
+ default: "0.06em"
102
+ description: Letter spacing for uppercase section labels.
103
+ - name: --aui-sidebar-label-color
104
+ default: var(--aui-ink-muted)
105
+ description: Text color for section labels.
106
+ - name: --aui-sidebar-label-padding-block
107
+ default: var(--aui-space)
108
+ description: Block padding for section labels.
109
+ - name: --aui-sidebar-label-padding-inline
110
+ default: var(--aui-pad-control-inline)
111
+ description: Inline padding for section labels.
112
+ - name: --aui-sidebar-nav-color
113
+ default: var(--aui-ink)
114
+ description: Default text color for navigation items.
115
+ - name: --aui-sidebar-nav-color-active
116
+ default: var(--aui-ink-strong)
117
+ description: Text color for the active navigation item.
118
+ - name: --aui-sidebar-nav-font-weight-active
119
+ default: var(--aui-font-weight-semibold)
120
+ description: Font weight for the active navigation item.
121
+ - name: --aui-sidebar-header-nav-font-weight
122
+ default: var(--aui-font-weight-medium)
123
+ description: Font weight for header/footer nav items.
124
+ - name: --aui-sidebar-header-nav-border-radius
125
+ default: var(--aui-radius)
126
+ description: Border radius for header/footer nav items.
127
+ - name: --aui-sidebar-header-nav-color-hover
128
+ default: var(--aui-ink-strong)
129
+ description: Text color on header/footer nav item hover.
130
+ - name: --aui-sidebar-header-nav-background-hover
131
+ default: var(--aui-action)
132
+ description: Background color on header/footer nav item hover.
133
+ - name: --aui-sidebar-resize-handle-background
134
+ default: var(--aui-action-active)
135
+ description: Background color of the resize handle on hover/drag.
136
+ - name: --aui-sidebar-connector-color
137
+ default: var(--aui-border)
138
+ description: Color of the vertical connector line on open nav groups.
139
+ - name: --aui-sidebar-indicator-color
140
+ default: var(--aui-focus)
141
+ description: Color of the sliding active indicator bar.
108
142
 
109
143
  examples:
110
144
  - html: |
@@ -90,24 +90,54 @@ events:
90
90
  description: Fires when checked state changes.
91
91
 
92
92
  tokens:
93
- sizing:
94
- - --aui-size
95
- - --aui-widget-size
96
- - --aui-font-size
97
- color:
98
- - --aui-ink
99
- - --aui-ink-muted
100
- - --aui-control
101
- - --aui-fill
102
- - --aui-stroke
103
- - --aui-solid
104
- - --aui-on-solid
105
- - --aui-focus
106
- shape:
107
- - --aui-radius-round
108
- motion:
109
- - --aui-duration
110
- - --aui-easing
93
+ - name: --aui-switch-gap
94
+ default: calc(var(--aui-space) * 2)
95
+ description: Gap between track and label.
96
+ - name: --aui-switch-font-family
97
+ default: var(--aui-font-family)
98
+ description: Label font family.
99
+ - name: --aui-switch-font-size
100
+ default: var(--aui-font-size)
101
+ description: Label font size.
102
+ - name: --aui-switch-line-height
103
+ default: var(--aui-control-line-height-relaxed)
104
+ description: Label line height.
105
+ - name: --aui-switch-color
106
+ default: var(--aui-ink)
107
+ description: Label text color.
108
+ - name: --aui-switch-track-background
109
+ default: var(--aui-action, var(--aui-control, var(--aui-fill)))
110
+ description: Unchecked track fill.
111
+ - name: --aui-switch-track-border
112
+ default: var(--aui-stroke)
113
+ description: Track border color.
114
+ - name: --aui-switch-track-border-radius
115
+ default: var(--aui-radius-round)
116
+ description: Track corner radius (pill shape).
117
+ - name: --aui-switch-thumb-background
118
+ default: "var(--aui-solid-ink, #fff)"
119
+ description: Thumb fill color.
120
+ - name: --aui-switch-thumb-border-radius
121
+ default: var(--aui-radius-round)
122
+ description: Thumb corner radius.
123
+ - name: --aui-switch-thumb-shadow
124
+ default: var(--aui-shadow-sm, 0 1px 3px oklch(0% 0 0 / 0.15))
125
+ description: Thumb drop shadow.
126
+ - name: --aui-switch-checked-background
127
+ default: var(--aui-accent)
128
+ description: Checked track fill.
129
+ - name: --aui-switch-checked-border
130
+ default: var(--aui-accent)
131
+ description: Checked track border color.
132
+ - name: --aui-switch-border-hover
133
+ default: var(--aui-stroke-hover, var(--aui-border-hover))
134
+ description: Track border on hover.
135
+ - name: --aui-switch-background-disabled
136
+ default: var(--aui-fill-disabled, var(--aui-action-disabled))
137
+ description: Track background when disabled.
138
+ - name: --aui-switch-border-disabled
139
+ default: var(--aui-stroke-disabled, var(--aui-border-disabled))
140
+ description: Track border when disabled.
111
141
 
112
142
  css-notes:
113
143
  attr-audit:
@@ -38,6 +38,44 @@ composition:
38
38
  parents: [aui-tabs]
39
39
  children: null
40
40
 
41
+ tokens:
42
+ - name: --aui-tab-gap
43
+ default: var(--aui-pad-gap-control)
44
+ description: Gap between icon and label inside the tab.
45
+ - name: --aui-tab-padding-block
46
+ default: calc(var(--aui-pad-control-block) * 1.5)
47
+ description: Vertical padding of the tab trigger.
48
+ - name: --aui-tab-padding-inline
49
+ default: var(--aui-pad-control-inline)
50
+ description: Horizontal padding of the tab trigger.
51
+ - name: --aui-tab-font-family
52
+ default: var(--aui-font-family)
53
+ description: Font family for tab label text.
54
+ - name: --aui-tab-font-size
55
+ default: var(--aui-font-size)
56
+ description: Font size for tab label text.
57
+ - name: --aui-tab-font-weight
58
+ default: var(--aui-control-font-weight)
59
+ description: Font weight for inactive tab labels.
60
+ - name: --aui-tab-line-height
61
+ default: var(--aui-control-line-height)
62
+ description: Line height for tab label text.
63
+ - name: --aui-tab-color
64
+ default: var(--aui-ink-muted)
65
+ description: Text color of inactive tabs.
66
+ - name: --aui-tab-color-hover
67
+ default: var(--aui-ink)
68
+ description: Text color on hover.
69
+ - name: --aui-tab-color-selected
70
+ default: var(--aui-accent)
71
+ description: Text color of the selected tab.
72
+ - name: --aui-tab-font-weight-selected
73
+ default: var(--aui-font-weight-medium)
74
+ description: Font weight of the selected tab.
75
+ - name: --aui-tab-color-disabled
76
+ default: var(--aui-ink-disabled, var(--aui-ink-muted))
77
+ description: Text color of disabled tabs.
78
+
41
79
  examples:
42
80
  - html: |
43
81
  <aui-tabs value="general">
@@ -6,6 +6,23 @@ base: AgentElement
6
6
  composition:
7
7
  parents: [aui-table, aui-table-head, aui-table-body, aui-table-row]
8
8
  children: null
9
+ tokens:
10
+ - name: --aui-table-cell-font-size
11
+ default: var(--aui-font-size)
12
+ description: Font size for cell content.
13
+ - name: --aui-table-cell-color
14
+ default: var(--aui-ink)
15
+ description: Text color for data cells.
16
+ - name: --aui-table-cell-size
17
+ default: var(--aui-size)
18
+ description: Minimum height of the data cell.
19
+ - name: --aui-table-cell-padding-block
20
+ default: var(--aui-pad-control-block)
21
+ description: Block (vertical) padding for data cells.
22
+ - name: --aui-table-cell-padding-inline
23
+ default: var(--aui-pad-control-inline)
24
+ description: Inline (horizontal) padding for data cells.
25
+
9
26
  examples:
10
27
  - html: See aui-table for full usage.
11
28
  description: Used within aui-table structure.
@@ -6,6 +6,26 @@ base: AgentElement
6
6
  composition:
7
7
  parents: [aui-table, aui-table-head, aui-table-body, aui-table-row]
8
8
  children: null
9
+ tokens:
10
+ - name: --aui-table-header-font-weight
11
+ default: var(--aui-font-weight-medium)
12
+ description: Font weight for header text.
13
+ - name: --aui-table-header-font-size
14
+ default: var(--aui-font-size)
15
+ description: Font size for header text.
16
+ - name: --aui-table-header-color
17
+ default: var(--aui-ink-muted)
18
+ description: Text color for header cells.
19
+ - name: --aui-table-header-size
20
+ default: var(--aui-size)
21
+ description: Minimum height of the header cell.
22
+ - name: --aui-table-header-padding-block
23
+ default: var(--aui-pad-control-block)
24
+ description: Block (vertical) padding for header cells.
25
+ - name: --aui-table-header-padding-inline
26
+ default: var(--aui-pad-control-inline)
27
+ description: Inline (horizontal) padding for header cells.
28
+
9
29
  examples:
10
30
  - html: See aui-table for full usage.
11
31
  description: Used within aui-table structure.
@@ -6,6 +6,20 @@ base: AgentElement
6
6
  composition:
7
7
  parents: [aui-table, aui-table-head, aui-table-body, aui-table-row]
8
8
  children: null
9
+ tokens:
10
+ - name: --aui-table-row-border
11
+ default: var(--aui-border-muted)
12
+ description: Border color between rows.
13
+ - name: --aui-table-row-head-background
14
+ default: var(--aui-control, var(--aui-fill))
15
+ description: Background color for header rows.
16
+ - name: --aui-table-row-hover-background
17
+ default: var(--aui-fill-hover, var(--aui-action-hover))
18
+ description: Background color on row hover.
19
+ - name: --aui-table-row-hover-color
20
+ default: var(--aui-ink-strong)
21
+ description: Text color on row hover.
22
+
9
23
  examples:
10
24
  - html: See aui-table for full usage.
11
25
  description: Used within aui-table structure.
@@ -156,6 +156,50 @@ api:
156
156
  Returns a copy of the currently selected row IDs. Each ID comes
157
157
  from the row's `id` field (or a JSON-stringified fallback).
158
158
 
159
+ tokens:
160
+ - name: --aui-table-font-family
161
+ default: var(--aui-font-family)
162
+ description: Font family for the table.
163
+ - name: --aui-table-font-size
164
+ default: var(--aui-font-size)
165
+ description: Base font size for table content.
166
+ - name: --aui-table-color
167
+ default: var(--aui-ink)
168
+ description: Default text color for the table.
169
+ - name: --aui-table-border
170
+ default: var(--aui-border-muted)
171
+ description: Border color for table outline and dividers.
172
+ - name: --aui-table-border-radius
173
+ default: var(--aui-radius)
174
+ description: Border radius for the outer table container.
175
+ - name: --aui-table-toolbar-background
176
+ default: var(--aui-fill)
177
+ description: Background color for the search toolbar.
178
+ - name: --aui-table-toolbar-gap
179
+ default: var(--aui-gap)
180
+ description: Gap between toolbar items.
181
+ - name: --aui-table-toolbar-padding
182
+ default: var(--aui-pad-control-inline)
183
+ description: Padding for the search toolbar.
184
+ - name: --aui-table-footer-background
185
+ default: var(--aui-fill)
186
+ description: Background color for the pagination footer.
187
+ - name: --aui-table-footer-font-size
188
+ default: var(--aui-font-xs)
189
+ description: Font size for footer text.
190
+ - name: --aui-table-footer-color
191
+ default: var(--aui-ink-muted)
192
+ description: Text color for footer content.
193
+ - name: --aui-table-footer-padding
194
+ default: var(--aui-pad-control-block) var(--aui-pad-control-inline)
195
+ description: Padding for the pagination footer.
196
+ - name: --aui-table-footer-gap
197
+ default: var(--aui-gap)
198
+ description: Gap between footer items.
199
+ - name: --aui-table-selected-background
200
+ default: var(--aui-action-hover, var(--aui-fill-hover))
201
+ description: Background color for selected rows.
202
+
159
203
  a11y:
160
204
  role: table
161
205
 
@@ -41,6 +41,20 @@ composition:
41
41
  parents: [any]
42
42
  children: [aui-tab, aui-tab-panel]
43
43
 
44
+ tokens:
45
+ - name: --aui-tabs-separator-color
46
+ default: var(--aui-border-muted)
47
+ description: Color of the separator line beneath tabs.
48
+ - name: --aui-tabs-indicator-color
49
+ default: var(--aui-accent)
50
+ description: Color of the sliding active indicator.
51
+ - name: --aui-tabs-indicator-size
52
+ default: 2px
53
+ description: Thickness of the active indicator bar.
54
+ - name: --aui-tabs-indicator-radius
55
+ default: 1px
56
+ description: Border radius of the indicator bar ends.
57
+
44
58
  examples:
45
59
  - html: |
46
60
  <aui-tabs value="general">
@@ -150,25 +150,60 @@ events:
150
150
  description: Fires on blur.
151
151
 
152
152
  tokens:
153
- sizing:
154
- - --aui-size
155
- - --aui-font-size
156
- spacing:
157
- - --aui-pad-control-block
158
- - --aui-pad-control-inline
159
- color:
160
- - --aui-ink
161
- - --aui-ink-muted
162
- - --aui-ink-placeholder
163
- - --aui-control
164
- - --aui-fill
165
- - --aui-stroke
166
- - --aui-focus
167
- shape:
168
- - --aui-radius
169
- motion:
170
- - --aui-duration
171
- - --aui-easing
153
+ - name: --aui-textarea-font-family
154
+ default: var(--aui-font-family)
155
+ description: Font family for textarea text.
156
+ - name: --aui-textarea-font-size
157
+ default: var(--aui-font-size)
158
+ description: Textarea text font size.
159
+ - name: --aui-textarea-font-weight
160
+ default: var(--aui-control-font-weight)
161
+ description: Textarea text font weight.
162
+ - name: --aui-textarea-line-height
163
+ default: var(--aui-text-line-height)
164
+ description: Text line height.
165
+ - name: --aui-textarea-letter-spacing
166
+ default: var(--aui-letter-spacing)
167
+ description: Text letter spacing.
168
+ - name: --aui-textarea-color
169
+ default: var(--aui-ink)
170
+ description: Text color.
171
+ - name: --aui-textarea-background
172
+ default: var(--aui-control, var(--aui-fill))
173
+ description: Background fill color.
174
+ - name: --aui-textarea-border
175
+ default: var(--aui-stroke)
176
+ description: Border color.
177
+ - name: --aui-textarea-border-radius
178
+ default: var(--aui-radius)
179
+ description: Corner radius.
180
+ - name: --aui-textarea-padding-block
181
+ default: calc((var(--aui-size) - 1lh) / 2)
182
+ description: Vertical padding, centered to first line height.
183
+ - name: --aui-textarea-padding-inline
184
+ default: var(--aui-pad-control-inline)
185
+ description: Horizontal padding.
186
+ - name: --aui-textarea-placeholder-color
187
+ default: var(--aui-ink-placeholder, var(--aui-ink-muted))
188
+ description: Placeholder text color.
189
+ - name: --aui-textarea-border-hover
190
+ default: var(--aui-stroke-hover, var(--aui-border-hover))
191
+ description: Border color on hover.
192
+ - name: --aui-textarea-focus-outline
193
+ default: 2px solid var(--aui-focus)
194
+ description: Outline style on focus.
195
+ - name: --aui-textarea-focus-border
196
+ default: var(--aui-focus)
197
+ description: Border color on focus.
198
+ - name: --aui-textarea-background-disabled
199
+ default: var(--aui-fill-disabled, var(--aui-action-disabled))
200
+ description: Background when disabled.
201
+ - name: --aui-textarea-color-disabled
202
+ default: var(--aui-ink-disabled, var(--aui-ink-muted))
203
+ description: Text color when disabled.
204
+ - name: --aui-textarea-border-disabled
205
+ default: var(--aui-stroke-disabled, var(--aui-border-disabled))
206
+ description: Border color when disabled.
172
207
 
173
208
  css-notes:
174
209
  attr-audit: