@adia-ai/web-components 0.8.32 → 0.8.34

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 (100) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/MIGRATION.md +136 -0
  3. package/components/accordion/accordion-item.a2ui.json +8 -0
  4. package/components/accordion/accordion-item.yaml +6 -0
  5. package/components/accordion/accordion.css +3 -1
  6. package/components/agent-reasoning/agent-reasoning.a2ui.json +1 -1
  7. package/components/agent-reasoning/agent-reasoning.yaml +3 -3
  8. package/components/alert/alert.a2ui.json +3 -5
  9. package/components/alert/alert.class.js +3 -3
  10. package/components/alert/alert.css +5 -12
  11. package/components/alert/alert.d.ts +2 -2
  12. package/components/alert/alert.yaml +6 -5
  13. package/components/badge/badge.a2ui.json +6 -9
  14. package/components/badge/badge.class.js +4 -4
  15. package/components/badge/badge.css +111 -77
  16. package/components/badge/badge.d.ts +34 -12
  17. package/components/badge/badge.examples.md +1 -1
  18. package/components/badge/badge.yaml +37 -16
  19. package/components/button/button.a2ui.json +1 -1
  20. package/components/button/button.css +16 -2
  21. package/components/button/button.d.ts +2 -2
  22. package/components/button/button.yaml +1 -1
  23. package/components/card/card.yaml +1 -1
  24. package/components/chart/chart.class.js +8 -4
  25. package/components/combobox/combobox.a2ui.json +1 -1
  26. package/components/combobox/combobox.yaml +3 -0
  27. package/components/command/command.a2ui.json +4 -0
  28. package/components/command/command.class.js +54 -4
  29. package/components/command/command.d.ts +2 -0
  30. package/components/command/command.yaml +25 -3
  31. package/components/date-range-picker/date-range-picker.a2ui.json +1 -1
  32. package/components/date-range-picker/date-range-picker.class.js +42 -43
  33. package/components/date-range-picker/date-range-picker.css +11 -0
  34. package/components/date-range-picker/date-range-picker.yaml +6 -3
  35. package/components/description-list/description-list.css +16 -4
  36. package/components/integration-card/integration-card.class.js +11 -2
  37. package/components/mark/mark.a2ui.json +6 -7
  38. package/components/mark/mark.class.js +1 -1
  39. package/components/mark/mark.css +7 -4
  40. package/components/mark/mark.d.ts +2 -2
  41. package/components/mark/mark.examples.md +0 -4
  42. package/components/mark/mark.yaml +16 -6
  43. package/components/modal/modal.class.js +43 -2
  44. package/components/modal/modal.css +23 -0
  45. package/components/nav-group/nav-group.css +15 -4
  46. package/components/nav-item/nav-item.css +11 -3
  47. package/components/option-card/option-card.examples.md +1 -1
  48. package/components/popover/popover.a2ui.json +5 -0
  49. package/components/popover/popover.class.js +9 -4
  50. package/components/popover/popover.css +5 -2
  51. package/components/popover/popover.yaml +8 -0
  52. package/components/preview/preview.examples.md +1 -1
  53. package/components/richtext/richtext.css +5 -1
  54. package/components/segment/segment.css +10 -0
  55. package/components/step-progress/step-progress.css +16 -3
  56. package/components/table/cell-types.js +20 -1
  57. package/components/table/table.a2ui.json +1 -1
  58. package/components/table/table.class.js +11 -0
  59. package/components/table/table.css +9 -0
  60. package/components/table/table.d.ts +1 -1
  61. package/components/table/table.yaml +1 -1
  62. package/components/table-toolbar/table-toolbar.class.js +1 -1
  63. package/components/tabs/tabs.css +3 -1
  64. package/components/tag/tag.a2ui.json +5 -5
  65. package/components/tag/tag.class.js +1 -1
  66. package/components/tag/tag.css +93 -77
  67. package/components/tag/tag.d.ts +17 -11
  68. package/components/tag/tag.yaml +30 -19
  69. package/components/toast/toast.a2ui.json +2 -4
  70. package/components/toast/toast.css +0 -12
  71. package/components/toast/toast.yaml +3 -4
  72. package/core/element.js +31 -0
  73. package/core/signals.js +3 -1
  74. package/dist/theme-provider.min.js +2 -2
  75. package/dist/web-components.min.css +1 -1
  76. package/dist/web-components.min.js +67 -67
  77. package/dist/web-components.sheet.js +1 -1
  78. package/package.json +1 -1
  79. package/patterns/admin-keys-and-export/admin-keys-and-export.examples.html +1 -1
  80. package/patterns/agent-memory/agent-memory.examples.html +5 -5
  81. package/patterns/agent-prompt-library/agent-prompt-library.examples.html +2 -2
  82. package/patterns/audit-log/audit-log.examples.js +12 -5
  83. package/patterns/bulk-action-toolbar/bulk-action-toolbar.examples.js +4 -1
  84. package/patterns/changelog-feed/changelog-feed.examples.html +1 -1
  85. package/patterns/comments-and-collaboration/comments-and-collaboration.examples.html +1 -1
  86. package/patterns/conversion-funnel/conversion-funnel.examples.html +1 -1
  87. package/patterns/diff-review/diff-review.examples.html +9 -9
  88. package/patterns/filter-bar/filter-bar.examples.html +12 -8
  89. package/patterns/filter-bar/filter-bar.examples.js +4 -1
  90. package/patterns/marketing-engagement/marketing-engagement.examples.html +1 -1
  91. package/patterns/notifications-bell-and-digest/notifications-bell-and-digest.examples.html +1 -1
  92. package/patterns/permissions-matrix/permissions-matrix.examples.html +1 -1
  93. package/patterns/permissions-sharing/permissions-sharing.examples.html +1 -1
  94. package/patterns/profile-public-and-verification/profile-public-and-verification.examples.html +2 -2
  95. package/patterns/record-detail-drawer/record-detail-drawer.examples.html +1 -1
  96. package/patterns/responsive-shell-sidebar/responsive-shell-sidebar.examples.html +135 -147
  97. package/patterns/retention-cohort/retention-cohort.examples.html +1 -1
  98. package/patterns/retention-cohort/retention-cohort.examples.js +4 -1
  99. package/patterns/system-banners/system-banners.examples.html +3 -3
  100. package/styles/colors/semantics/core.css +22 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/web-components",
3
- "version": "0.8.32",
3
+ "version": "0.8.34",
4
4
  "description": "AdiaUI web components \u2014 vanilla custom elements. A2UI runtime (renderer, registry, streams, wiring) lives in @adia-ai/a2ui-runtime.",
5
5
  "type": "module",
6
6
  "types": "./index.d.ts",
@@ -41,7 +41,7 @@
41
41
  <icon-ui slot="icon" name="key" size="sm"></icon-ui>
42
42
  <span slot="description"><code>sk_live_…A4F2</code> · last used 4 minutes ago</span>
43
43
  <row-ui slot="action" gap="2" align="center">
44
- <tag-ui size="sm" variant="accent">read · write</tag-ui>
44
+ <tag-ui size="sm" variant="primary">read · write</tag-ui>
45
45
  <button-ui icon="dots-three-vertical" variant="ghost" size="sm" aria-label="Manage"></button-ui>
46
46
  </row-ui>
47
47
  </list-item-ui>
@@ -42,11 +42,11 @@
42
42
  </list-item-ui>
43
43
  <list-item-ui text="Uses OKLCH tokens, never raw hex">
44
44
  <span slot="description">From the AdiaUI styleguide</span>
45
- <tag-ui slot="action" size="sm" variant="accent">workspace</tag-ui>
45
+ <tag-ui slot="action" size="sm" variant="primary">workspace</tag-ui>
46
46
  </list-item-ui>
47
47
  <list-item-ui text="Browser baseline: Chromium 125+, Safari 18.0+">
48
48
  <span slot="description">From AGENTS.md</span>
49
- <tag-ui slot="action" size="sm" variant="accent">workspace</tag-ui>
49
+ <tag-ui slot="action" size="sm" variant="primary">workspace</tag-ui>
50
50
  </list-item-ui>
51
51
  <list-item-ui text="Working on Group 1 of skill expansion">
52
52
  <span slot="description">Current session</span>
@@ -73,7 +73,7 @@
73
73
  data-chunk-keywords="agent memory detail fact source first-seen last-referenced times-applied provenance scope workspace metadata inspect" style="max-width: 560px;">
74
74
  <header>
75
75
  <span slot="heading" variant="section">Uses OKLCH tokens, never raw hex</span>
76
- <tag-ui slot="action" variant="accent">workspace</tag-ui>
76
+ <tag-ui slot="action" variant="primary">workspace</tag-ui>
77
77
  </header>
78
78
  <section>
79
79
  <col-ui gap="3">
@@ -118,7 +118,7 @@
118
118
  <text-ui slot="description" color="subtle">The agent proposed a fact during this conversation.</text-ui>
119
119
  </header>
120
120
  <section>
121
- <form-container-ui>
121
+ <form>
122
122
  <col-ui gap="3">
123
123
  <field-ui label="Fact">
124
124
  <textarea-ui rows="3" value="Browser baseline: Chromium 125+, Safari 18.0+, Firefox 129+"></textarea-ui>
@@ -135,7 +135,7 @@
135
135
  <button-ui text="Discard" variant="ghost"></button-ui>
136
136
  <button-ui text="Save memory" variant="primary"></button-ui>
137
137
  </row-ui>
138
- </form-container-ui>
138
+ </form>
139
139
  </section>
140
140
  </card-ui>
141
141
  </div>
@@ -41,7 +41,7 @@
41
41
  <button-ui icon="funnel" variant="ghost" size="sm"></button-ui>
42
42
  </row-ui>
43
43
  <row-ui gap="2">
44
- <tag-ui size="sm" variant="accent">All · 12</tag-ui>
44
+ <tag-ui size="sm" variant="primary">All · 12</tag-ui>
45
45
  <tag-ui size="sm">Code review · 4</tag-ui>
46
46
  <tag-ui size="sm">Drafts · 3</tag-ui>
47
47
  <tag-ui size="sm">Research · 3</tag-ui>
@@ -143,7 +143,7 @@
143
143
  <header>
144
144
  <span slot="heading" variant="section">Code review</span>
145
145
  <row-ui slot="action" gap="1">
146
- <tag-ui size="sm" variant="accent">Pinned</tag-ui>
146
+ <tag-ui size="sm" variant="primary">Pinned</tag-ui>
147
147
  <tag-ui size="sm">Code review</tag-ui>
148
148
  </row-ui>
149
149
  </header>
@@ -1,14 +1,19 @@
1
1
  /** Audit-log pattern — populate table-ui via [columns] with col.render functions. */
2
2
 
3
+ // `''` entries are family-less tags, rendered `tone="muted"` below —
4
+ // `variant="muted"` was never a valid tag-ui value (tag's `variant` enum is
5
+ // the semantic-family axis; `muted` only ever existed on `tone`, the fill-
6
+ // style axis) — a pre-existing bug, fixed while migrating the adjacent
7
+ // accent/muted vocabulary (variant/color/tone convention cut, gh#873/874).
3
8
  const VERB_TONE = {
4
9
  create: 'primary',
5
10
  update: 'primary',
6
11
  delete: 'danger',
7
12
  revoke: 'danger',
8
13
  rotate: 'warning',
9
- export: 'muted',
10
- read: 'muted',
11
- login: 'muted',
14
+ export: '',
15
+ read: '',
16
+ login: '',
12
17
  };
13
18
 
14
19
  const ROWS = [
@@ -44,8 +49,10 @@ export default function setup(router) {
44
49
  {
45
50
  key: 'verb', label: 'Action', align: 'left',
46
51
  render: (v) => {
47
- const tone = VERB_TONE[v] || 'muted';
48
- return `<tag-ui size="sm" variant="${tone}">${escape(v)}</tag-ui>`;
52
+ const tone = VERB_TONE[v] ?? '';
53
+ return tone
54
+ ? `<tag-ui size="sm" variant="${tone}">${escape(v)}</tag-ui>`
55
+ : `<tag-ui size="sm" tone="muted">${escape(v)}</tag-ui>`;
49
56
  },
50
57
  },
51
58
  {
@@ -14,7 +14,10 @@ const columns = [
14
14
  { key: 'name', label: 'Name', sortable: true, flex: 2 },
15
15
  { key: 'owner', label: 'Owner', sortable: true, flex: 1 },
16
16
  { key: 'status', label: 'Status', sortable: true, flex: 1, render: (val) => {
17
- const v = { Active: 'success', Draft: 'muted', Archived: 'warning' }[val] || '';
17
+ // `Draft` is a family-less badge, tone="muted" `variant="muted"`
18
+ // retired (variant/color/tone convention cut, gh#873/874).
19
+ if (val === 'Draft') return `<badge-ui text="${val}" tone="muted"></badge-ui>`;
20
+ const v = { Active: 'success', Archived: 'warning' }[val] || '';
18
21
  return `<badge-ui text="${val}" variant="${v}"></badge-ui>`;
19
22
  }},
20
23
  { key: 'updated', label: 'Updated', sortable: true, flex: 1 },
@@ -34,7 +34,7 @@
34
34
  <row-ui gap="2" align="baseline" justify="between">
35
35
  <row-ui gap="2" align="baseline">
36
36
  <text-ui strong size="lg">v2.3.0</text-ui>
37
- <tag-ui size="sm" variant="accent">Latest</tag-ui>
37
+ <tag-ui size="sm" variant="primary">Latest</tag-ui>
38
38
  </row-ui>
39
39
  <text-ui color="subtle" size="sm">March 12, 2026</text-ui>
40
40
  </row-ui>
@@ -175,7 +175,7 @@
175
175
  data-chunk-description="Reactions bar — emoji reaction tags with counts (thumbs-up 4, party 2, eyes 1, rocket 1; own reaction highlighted) plus an add-reaction button. Rides under a comment or message."
176
176
  data-chunk-keywords="reactions emoji bar counts thumbs-up party add react message comment collaboration engagement" gap="1">
177
177
  <tag-ui size="sm">👍 4</tag-ui>
178
- <tag-ui size="sm" variant="accent">🎉 2</tag-ui>
178
+ <tag-ui size="sm" variant="primary">🎉 2</tag-ui>
179
179
  <tag-ui size="sm">👀 1</tag-ui>
180
180
  <tag-ui size="sm">🚀 1</tag-ui>
181
181
  <button-ui icon="plus" variant="ghost" size="sm" aria-label="Add reaction"></button-ui>
@@ -124,7 +124,7 @@
124
124
  <span slot="meta">5,726 · 68% <badge-ui text="−32%" variant="warning"></badge-ui></span>
125
125
  </progress-row-ui>
126
126
  <progress-row-ui label="Workspace created" value="54">
127
- <span slot="meta">4,547 · 54% <badge-ui text="−21%" variant="muted"></badge-ui></span>
127
+ <span slot="meta">4,547 · 54% <badge-ui text="−21%" tone="muted"></badge-ui></span>
128
128
  </progress-row-ui>
129
129
  <progress-row-ui label="Invited a teammate" value="22">
130
130
  <span slot="meta">1,852 · 22% <badge-ui text="−59%" variant="danger"></badge-ui></span>
@@ -106,27 +106,27 @@
106
106
  </header>
107
107
  <section>
108
108
  <description-list-ui>
109
- <description-term-ui>Workspace name</description-term-ui>
110
- <description-detail-ui>
109
+ <dt>Workspace name</dt>
110
+ <dd>
111
111
  <row-ui gap="2" align="center">
112
112
  <tag-ui size="sm" variant="danger" icon-leading="minus">Adia</tag-ui>
113
113
  <tag-ui size="sm" variant="success" icon-leading="plus">Adia AI</tag-ui>
114
114
  </row-ui>
115
- </description-detail-ui>
116
- <description-term-ui>Default theme</description-term-ui>
117
- <description-detail-ui>
115
+ </dd>
116
+ <dt>Default theme</dt>
117
+ <dd>
118
118
  <row-ui gap="2" align="center">
119
119
  <tag-ui size="sm" variant="danger" icon-leading="minus">light</tag-ui>
120
120
  <tag-ui size="sm" variant="success" icon-leading="plus">auto</tag-ui>
121
121
  </row-ui>
122
- </description-detail-ui>
123
- <description-term-ui>Member invites</description-term-ui>
124
- <description-detail-ui>
122
+ </dd>
123
+ <dt>Member invites</dt>
124
+ <dd>
125
125
  <row-ui gap="2" align="center">
126
126
  <tag-ui size="sm" variant="danger" icon-leading="minus">Admin only</tag-ui>
127
127
  <tag-ui size="sm" variant="success" icon-leading="plus">Anyone with link</tag-ui>
128
128
  </row-ui>
129
- </description-detail-ui>
129
+ </dd>
130
130
  </description-list-ui>
131
131
  </section>
132
132
  </card-ui>
@@ -28,9 +28,9 @@
28
28
  <section>
29
29
  <row-ui gap="2" align="center" wrap>
30
30
  <text-ui color="subtle" weight="semibold">Filters:</text-ui>
31
- <tag-ui text="Status: Active" removable></tag-ui>
32
- <tag-ui text="Owner: Alex Chen" removable></tag-ui>
33
- <tag-ui text="Updated: last 7 days" removable></tag-ui>
31
+ <tag-ui text="Status: Active" removable size="sm" tone="muted"></tag-ui>
32
+ <tag-ui text="Owner: Alex Chen" removable size="sm" tone="muted"></tag-ui>
33
+ <tag-ui text="Updated: last 7 days" removable size="sm" tone="muted"></tag-ui>
34
34
  <button-ui text="+ Add filter" variant="ghost" size="sm" popovertarget="pat-filter-menu"></button-ui>
35
35
  <span data-spacer></span>
36
36
  <button-ui text="Clear all" variant="ghost" size="sm"></button-ui>
@@ -58,8 +58,8 @@
58
58
  <section bleed>
59
59
  <toolbar-ui overflow="none" style="padding: var(--a-space-2) var(--a-space-3); border-block-end: 1px solid var(--md-sys-color-neutral-outline-variant); border-radius: 0;">
60
60
  <row-ui gap="2" align="center" grow>
61
- <tag-ui text="Status: Active" removable></tag-ui>
62
- <tag-ui text="Owner: Alex" removable></tag-ui>
61
+ <tag-ui text="Status: Active" removable size="sm" tone="muted"></tag-ui>
62
+ <tag-ui text="Owner: Alex" removable size="sm" tone="muted"></tag-ui>
63
63
  <button-ui text="+ Add filter" variant="ghost" size="sm"></button-ui>
64
64
  </row-ui>
65
65
  <search-ui placeholder="Search…" size="sm"></search-ui>
@@ -96,9 +96,12 @@
96
96
  <code-ui language="html">&lt;row-ui gap="2" align="center" wrap&gt;
97
97
  &lt;text-ui color="subtle" weight="semibold"&gt;Filters:&lt;/text-ui&gt;
98
98
 
99
- &lt;!-- one removable chip per active filter --&gt;
100
- &lt;tag-ui text="Status: Active" removable&gt;&lt;/tag-ui&gt;
101
- &lt;tag-ui text="Owner: Alex Chen" removable&gt;&lt;/tag-ui&gt;
99
+ &lt;!-- one removable chip per active filter — size="sm" tone="muted"
100
+ keeps chips compact + quiet next to the ghost buttons (gh#841);
101
+ tag-ui's bare default is a solid high-contrast pill, too heavy
102
+ for a filter row --&gt;
103
+ &lt;tag-ui text="Status: Active" removable size="sm" tone="muted"&gt;&lt;/tag-ui&gt;
104
+ &lt;tag-ui text="Owner: Alex Chen" removable size="sm" tone="muted"&gt;&lt;/tag-ui&gt;
102
105
 
103
106
  &lt;!-- popover-anchored menu of facets --&gt;
104
107
  &lt;button-ui text="+ Add filter" variant="ghost"
@@ -117,6 +120,7 @@
117
120
  <h2 variant="section">Rules</h2>
118
121
  <ul>
119
122
  <li>One chip per active filter. If a filter has multiple values (e.g., Status in [Active, Draft]), collapse to <code>"Status: 2"</code> with the chip showing the count.</li>
123
+ <li>Filter chips are <code>size="sm" tone="muted"</code> — <code>tag-ui</code>'s bare default is a solid, high-contrast pill (the "chip IS the state" status-pill look); a filter row wants compact, quiet tokens that don't outweigh the ghost buttons beside them (gh#841).</li>
120
124
  <li>Filters modify the dataset. Search modifies the <em>match within</em> the dataset. Keep them visually distinct — filters left, search right.</li>
121
125
  <li>Clear-all only appears when ≥1 filter is active.</li>
122
126
  <li>Saved views and free-form chip filters are mutually exclusive. Pick one per surface — mixing both confuses "what state am I in?".</li>
@@ -4,7 +4,10 @@ const columns = [
4
4
  { key: 'name', label: 'Name' },
5
5
  { key: 'owner', label: 'Owner' },
6
6
  { key: 'status', label: 'Status', render: (val) => {
7
- const v = { Active: 'success', Draft: 'muted' }[val] || '';
7
+ // `Draft` is a family-less badge, tone="muted" `variant="muted"`
8
+ // retired (variant/color/tone convention cut, gh#873/874).
9
+ if (val === 'Draft') return `<badge-ui text="${val}" tone="muted"></badge-ui>`;
10
+ const v = { Active: 'success' }[val] || '';
8
11
  return `<badge-ui text="${val}" variant="${v}"></badge-ui>`;
9
12
  }},
10
13
  { key: 'updated', label: 'Updated' },
@@ -258,7 +258,7 @@
258
258
  <section>
259
259
  <col-ui gap="3" align="center" padding="6">
260
260
  <text-ui variant="display">🔥</text-ui>
261
- <tag-ui size="sm" variant="accent">Achievement unlocked</tag-ui>
261
+ <tag-ui size="sm" variant="primary">Achievement unlocked</tag-ui>
262
262
  <text-ui variant="display" strong>7-day streak</text-ui>
263
263
  <text-ui color="subtle">A full week of daily use. You've shipped 14 prompts and 23 chunks since you started.</text-ui>
264
264
  </col-ui>
@@ -64,7 +64,7 @@
64
64
  <header>
65
65
  <row-ui slot="heading" align="center" gap="2">
66
66
  <text-ui strong>Notifications</text-ui>
67
- <tag-ui size="sm" variant="accent">3 new</tag-ui>
67
+ <tag-ui size="sm" variant="primary">3 new</tag-ui>
68
68
  </row-ui>
69
69
  </header>
70
70
  <section>
@@ -55,7 +55,7 @@
55
55
  <header>
56
56
  <span slot="heading" variant="section">Admin</span>
57
57
  <text-ui slot="description" color="subtle">Built-in role · 3 members</text-ui>
58
- <tag-ui slot="action" variant="accent" size="sm">Built-in</tag-ui>
58
+ <tag-ui slot="action" variant="primary" size="sm">Built-in</tag-ui>
59
59
  </header>
60
60
  <section>
61
61
  <description-list-ui>
@@ -53,7 +53,7 @@
53
53
  data-chunk-keywords="share link copy url scope anyone expiry revoke permission level readonly collaborate" style="max-width: 560px;">
54
54
  <header>
55
55
  <span slot="heading" variant="section">Share link</span>
56
- <tag-ui slot="action" variant="accent" size="sm">Anyone with the link</tag-ui>
56
+ <tag-ui slot="action" variant="primary" size="sm">Anyone with the link</tag-ui>
57
57
  </header>
58
58
  <section>
59
59
  <col-ui gap="3">
@@ -38,7 +38,7 @@
38
38
  <col-ui gap="1" grow>
39
39
  <row-ui gap="2" align="center">
40
40
  <text-ui strong size="lg">Kim Granlund</text-ui>
41
- <tag-ui size="sm" variant="accent" icon-leading="seal-check">Verified</tag-ui>
41
+ <tag-ui size="sm" variant="primary" icon-leading="seal-check">Verified</tag-ui>
42
42
  </row-ui>
43
43
  <text-ui color="subtle">Founder · AdiaUI · Reykjavík, IS</text-ui>
44
44
  <text-ui>Building the AdiaUI web-components library and the A2UI generative-UI runtime. Previously at Construct, before that at Modular.</text-ui>
@@ -178,7 +178,7 @@
178
178
  <header>
179
179
  <span slot="heading" variant="section">
180
180
  You're verified
181
- <tag-ui size="sm" variant="accent" icon-leading="seal-check">Verified</tag-ui>
181
+ <tag-ui size="sm" variant="primary" icon-leading="seal-check">Verified</tag-ui>
182
182
  </span>
183
183
  </header>
184
184
  <section>
@@ -72,7 +72,7 @@
72
72
  <header slot="header">
73
73
  <col-ui gap="1" grow>
74
74
  <row-ui gap="2" align="center">
75
- <badge-ui text="#142" variant="muted"></badge-ui>
75
+ <badge-ui text="#142" tone="muted"></badge-ui>
76
76
  <text-ui strong>Login button misaligned on Safari</text-ui>
77
77
  </row-ui>
78
78
  <row-ui gap="2" align="center">