@flowstack-ui/brick 0.1.9 → 0.1.12

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 (647) hide show
  1. package/README.md +9 -6
  2. package/dist/agents/accordion.json +8 -2
  3. package/dist/agents/accordion.md +3 -1
  4. package/dist/agents/alert-dialog.json +111 -0
  5. package/dist/agents/alert-dialog.md +53 -0
  6. package/dist/agents/app-bar.json +5 -4
  7. package/dist/agents/app-bar.md +4 -3
  8. package/dist/agents/aspect-ratio.json +80 -0
  9. package/dist/agents/aspect-ratio.md +45 -0
  10. package/dist/agents/avatar.json +92 -0
  11. package/dist/agents/avatar.md +49 -0
  12. package/dist/agents/badge.json +26 -8
  13. package/dist/agents/badge.md +11 -6
  14. package/dist/agents/bleed.json +54 -0
  15. package/dist/agents/bleed.md +39 -0
  16. package/dist/agents/blockquote.json +68 -0
  17. package/dist/agents/blockquote.md +42 -0
  18. package/dist/agents/button.json +7 -2
  19. package/dist/agents/button.md +1 -1
  20. package/dist/agents/card.json +21 -1
  21. package/dist/agents/card.md +7 -1
  22. package/dist/agents/checkbox-group.json +108 -0
  23. package/dist/agents/checkbox-group.md +56 -0
  24. package/dist/agents/checkbox.json +6 -1
  25. package/dist/agents/chip.json +73 -0
  26. package/dist/agents/chip.md +44 -0
  27. package/dist/agents/code-block.json +92 -0
  28. package/dist/agents/code-block.md +52 -0
  29. package/dist/agents/code.json +67 -0
  30. package/dist/agents/code.md +42 -0
  31. package/dist/agents/collapsible.json +34 -3
  32. package/dist/agents/collapsible.md +10 -3
  33. package/dist/agents/color-picker.json +78 -0
  34. package/dist/agents/color-picker.md +46 -0
  35. package/dist/agents/color-swatch.json +51 -0
  36. package/dist/agents/color-swatch.md +36 -0
  37. package/dist/agents/combobox.json +95 -0
  38. package/dist/agents/combobox.md +51 -0
  39. package/dist/agents/context-menu.json +109 -0
  40. package/dist/agents/context-menu.md +54 -0
  41. package/dist/agents/coverage.json +25591 -0
  42. package/dist/agents/data-grid.json +127 -0
  43. package/dist/agents/data-grid.md +61 -0
  44. package/dist/agents/data-list.json +63 -0
  45. package/dist/agents/data-list.md +41 -0
  46. package/dist/agents/dialog.json +112 -0
  47. package/dist/agents/dialog.md +53 -0
  48. package/dist/agents/dropdown-menu.json +112 -0
  49. package/dist/agents/dropdown-menu.md +56 -0
  50. package/dist/agents/em.json +57 -0
  51. package/dist/agents/em.md +39 -0
  52. package/dist/agents/feed.json +84 -0
  53. package/dist/agents/feed.md +48 -0
  54. package/dist/agents/field.json +6 -1
  55. package/dist/agents/fieldset.json +6 -1
  56. package/dist/agents/file-upload.json +93 -0
  57. package/dist/agents/file-upload.md +50 -0
  58. package/dist/agents/form.json +11 -2
  59. package/dist/agents/form.md +2 -1
  60. package/dist/agents/grid.json +18 -1
  61. package/dist/agents/grid.md +6 -0
  62. package/dist/agents/group.json +77 -0
  63. package/dist/agents/group.md +48 -0
  64. package/dist/agents/hide.json +14 -0
  65. package/dist/agents/hide.md +3 -0
  66. package/dist/agents/highlight.json +73 -0
  67. package/dist/agents/highlight.md +43 -0
  68. package/dist/agents/hover-card.json +94 -0
  69. package/dist/agents/hover-card.md +51 -0
  70. package/dist/agents/icon-button.json +23 -12
  71. package/dist/agents/icon-button.md +12 -8
  72. package/dist/agents/image.json +33 -7
  73. package/dist/agents/image.md +11 -4
  74. package/dist/agents/input.json +7 -2
  75. package/dist/agents/input.md +1 -1
  76. package/dist/agents/interface-composition.json +224 -18
  77. package/dist/agents/interface-composition.md +10 -0
  78. package/dist/agents/kbd.json +62 -0
  79. package/dist/agents/kbd.md +40 -0
  80. package/dist/agents/layer-selection.json +1294 -11
  81. package/dist/agents/layer-selection.md +94 -1
  82. package/dist/agents/link-box.json +97 -0
  83. package/dist/agents/link-box.md +53 -0
  84. package/dist/agents/link.json +34 -5
  85. package/dist/agents/link.md +12 -2
  86. package/dist/agents/list.json +1 -1
  87. package/dist/agents/list.md +1 -1
  88. package/dist/agents/manifest.json +327 -2
  89. package/dist/agents/mark.json +56 -0
  90. package/dist/agents/mark.md +38 -0
  91. package/dist/agents/menubar.json +109 -0
  92. package/dist/agents/menubar.md +54 -0
  93. package/dist/agents/multi-select.json +93 -0
  94. package/dist/agents/multi-select.md +49 -0
  95. package/dist/agents/nav-list.json +15 -5
  96. package/dist/agents/nav-list.md +6 -4
  97. package/dist/agents/notification-badge.json +88 -0
  98. package/dist/agents/notification-badge.md +49 -0
  99. package/dist/agents/number-input.json +89 -0
  100. package/dist/agents/number-input.md +50 -0
  101. package/dist/agents/otp-field.json +87 -0
  102. package/dist/agents/otp-field.md +48 -0
  103. package/dist/agents/pagination.json +26 -5
  104. package/dist/agents/pagination.md +11 -4
  105. package/dist/agents/password-toggle-field.json +87 -0
  106. package/dist/agents/password-toggle-field.md +48 -0
  107. package/dist/agents/popover.json +114 -0
  108. package/dist/agents/popover.md +56 -0
  109. package/dist/agents/progress-circle.json +85 -0
  110. package/dist/agents/progress-circle.md +46 -0
  111. package/dist/agents/progress.json +91 -0
  112. package/dist/agents/progress.md +48 -0
  113. package/dist/agents/prose.json +82 -0
  114. package/dist/agents/prose.md +50 -0
  115. package/dist/agents/radio-group.json +92 -0
  116. package/dist/agents/radio-group.md +49 -0
  117. package/dist/agents/rating.json +91 -0
  118. package/dist/agents/rating.md +49 -0
  119. package/dist/agents/reorderable-list.json +74 -0
  120. package/dist/agents/reorderable-list.md +45 -0
  121. package/dist/agents/segment-group.json +62 -0
  122. package/dist/agents/segment-group.md +43 -0
  123. package/dist/agents/select.json +95 -0
  124. package/dist/agents/select.md +51 -0
  125. package/dist/agents/show.json +14 -0
  126. package/dist/agents/show.md +3 -0
  127. package/dist/agents/sidebar.json +16 -3
  128. package/dist/agents/sidebar.md +6 -1
  129. package/dist/agents/skeleton.json +73 -0
  130. package/dist/agents/skeleton.md +43 -0
  131. package/dist/agents/slider.json +88 -0
  132. package/dist/agents/slider.md +48 -0
  133. package/dist/agents/stack.json +19 -1
  134. package/dist/agents/stack.md +7 -0
  135. package/dist/agents/status.json +59 -0
  136. package/dist/agents/status.md +40 -0
  137. package/dist/agents/surface.json +32 -3
  138. package/dist/agents/surface.md +9 -2
  139. package/dist/agents/swipeable-item.json +93 -0
  140. package/dist/agents/swipeable-item.md +50 -0
  141. package/dist/agents/switch.json +92 -0
  142. package/dist/agents/switch.md +49 -0
  143. package/dist/agents/table.json +113 -0
  144. package/dist/agents/table.md +59 -0
  145. package/dist/agents/tabs.json +9 -2
  146. package/dist/agents/tabs.md +4 -1
  147. package/dist/agents/text.json +23 -8
  148. package/dist/agents/text.md +10 -7
  149. package/dist/agents/textarea.json +6 -1
  150. package/dist/agents/toast.json +91 -0
  151. package/dist/agents/toast.md +48 -0
  152. package/dist/agents/toggle-group.json +89 -0
  153. package/dist/agents/toggle-group.md +49 -0
  154. package/dist/agents/toggle.json +82 -0
  155. package/dist/agents/toggle.md +47 -0
  156. package/dist/agents/toolbar.json +11 -1
  157. package/dist/agents/toolbar.md +3 -1
  158. package/dist/agents/tooltip.json +96 -0
  159. package/dist/agents/tooltip.md +49 -0
  160. package/dist/agents/tree-grid.json +98 -0
  161. package/dist/agents/tree-grid.md +51 -0
  162. package/dist/agents/tree.json +94 -0
  163. package/dist/agents/tree.md +51 -0
  164. package/dist/agents/visually-hidden.json +70 -0
  165. package/dist/agents/visually-hidden.md +42 -0
  166. package/dist/agents/z-stack.json +21 -1
  167. package/dist/agents/z-stack.md +5 -0
  168. package/dist/bleed.d.ts +2 -0
  169. package/dist/bleed.d.ts.map +1 -0
  170. package/dist/bleed.js +2 -0
  171. package/dist/bleed.js.map +1 -0
  172. package/dist/blockquote.d.ts +2 -0
  173. package/dist/blockquote.d.ts.map +1 -0
  174. package/dist/blockquote.js +2 -0
  175. package/dist/blockquote.js.map +1 -0
  176. package/dist/color-picker.d.ts +2 -0
  177. package/dist/color-picker.d.ts.map +1 -0
  178. package/dist/color-picker.js +2 -0
  179. package/dist/color-picker.js.map +1 -0
  180. package/dist/color-swatch.d.ts +2 -0
  181. package/dist/color-swatch.d.ts.map +1 -0
  182. package/dist/color-swatch.js +2 -0
  183. package/dist/color-swatch.js.map +1 -0
  184. package/dist/components/_responsive-value/ResponsiveValue.d.ts.map +1 -1
  185. package/dist/components/_responsive-value/ResponsiveValue.js +3 -1
  186. package/dist/components/_responsive-value/ResponsiveValue.js.map +1 -1
  187. package/dist/components/_spacing-value/SpacingValue.d.ts +8 -0
  188. package/dist/components/_spacing-value/SpacingValue.d.ts.map +1 -0
  189. package/dist/components/_spacing-value/SpacingValue.js +46 -0
  190. package/dist/components/_spacing-value/SpacingValue.js.map +1 -0
  191. package/dist/components/accordion/Accordion.js +1 -1
  192. package/dist/components/app-bar/AppBar.d.ts +7 -3
  193. package/dist/components/app-bar/AppBar.d.ts.map +1 -1
  194. package/dist/components/app-bar/AppBar.js +2 -2
  195. package/dist/components/app-bar/AppBar.js.map +1 -1
  196. package/dist/components/app-bar/index.d.ts +1 -1
  197. package/dist/components/app-bar/index.d.ts.map +1 -1
  198. package/dist/components/app-bar/index.js.map +1 -1
  199. package/dist/components/avatar/Avatar.d.ts +1 -1
  200. package/dist/components/avatar/Avatar.d.ts.map +1 -1
  201. package/dist/components/avatar/Avatar.js.map +1 -1
  202. package/dist/components/badge/Badge.d.ts +2 -2
  203. package/dist/components/badge/Badge.d.ts.map +1 -1
  204. package/dist/components/bleed/Bleed.d.ts +28 -0
  205. package/dist/components/bleed/Bleed.d.ts.map +1 -0
  206. package/dist/components/bleed/Bleed.js +92 -0
  207. package/dist/components/bleed/Bleed.js.map +1 -0
  208. package/dist/components/bleed/index.d.ts +2 -0
  209. package/dist/components/bleed/index.d.ts.map +1 -0
  210. package/dist/components/bleed/index.js +2 -0
  211. package/dist/components/bleed/index.js.map +1 -0
  212. package/dist/components/blockquote/Blockquote.d.ts +33 -0
  213. package/dist/components/blockquote/Blockquote.d.ts.map +1 -0
  214. package/dist/components/blockquote/Blockquote.js +36 -0
  215. package/dist/components/blockquote/Blockquote.js.map +1 -0
  216. package/dist/components/blockquote/index.d.ts +2 -0
  217. package/dist/components/blockquote/index.d.ts.map +1 -0
  218. package/dist/components/blockquote/index.js +2 -0
  219. package/dist/components/blockquote/index.js.map +1 -0
  220. package/dist/components/code-block/CodeBlock.d.ts +33 -0
  221. package/dist/components/code-block/CodeBlock.d.ts.map +1 -1
  222. package/dist/components/code-block/CodeBlock.js +60 -6
  223. package/dist/components/code-block/CodeBlock.js.map +1 -1
  224. package/dist/components/code-block/context.d.ts +2 -0
  225. package/dist/components/code-block/context.d.ts.map +1 -1
  226. package/dist/components/code-block/context.js.map +1 -1
  227. package/dist/components/code-block/index.d.ts +1 -1
  228. package/dist/components/code-block/index.d.ts.map +1 -1
  229. package/dist/components/code-block/index.js +1 -1
  230. package/dist/components/code-block/index.js.map +1 -1
  231. package/dist/components/collapsible/Collapsible.d.ts +9 -3
  232. package/dist/components/collapsible/Collapsible.d.ts.map +1 -1
  233. package/dist/components/collapsible/Collapsible.js +3 -3
  234. package/dist/components/collapsible/Collapsible.js.map +1 -1
  235. package/dist/components/color-picker/ColorPicker.d.ts +42 -0
  236. package/dist/components/color-picker/ColorPicker.d.ts.map +1 -0
  237. package/dist/components/color-picker/ColorPicker.js +52 -0
  238. package/dist/components/color-picker/ColorPicker.js.map +1 -0
  239. package/dist/components/color-picker/index.d.ts +2 -0
  240. package/dist/components/color-picker/index.d.ts.map +1 -0
  241. package/dist/components/color-picker/index.js +2 -0
  242. package/dist/components/color-picker/index.js.map +1 -0
  243. package/dist/components/color-swatch/ColorSwatch.d.ts +21 -0
  244. package/dist/components/color-swatch/ColorSwatch.d.ts.map +1 -0
  245. package/dist/components/color-swatch/ColorSwatch.js +25 -0
  246. package/dist/components/color-swatch/ColorSwatch.js.map +1 -0
  247. package/dist/components/color-swatch/index.d.ts +2 -0
  248. package/dist/components/color-swatch/index.d.ts.map +1 -0
  249. package/dist/components/color-swatch/index.js +2 -0
  250. package/dist/components/color-swatch/index.js.map +1 -0
  251. package/dist/components/data-list/DataList.d.ts +48 -0
  252. package/dist/components/data-list/DataList.d.ts.map +1 -0
  253. package/dist/components/data-list/DataList.js +31 -0
  254. package/dist/components/data-list/DataList.js.map +1 -0
  255. package/dist/components/data-list/index.d.ts +2 -0
  256. package/dist/components/data-list/index.d.ts.map +1 -0
  257. package/dist/components/data-list/index.js +2 -0
  258. package/dist/components/data-list/index.js.map +1 -0
  259. package/dist/components/em/Em.d.ts +9 -0
  260. package/dist/components/em/Em.d.ts.map +1 -0
  261. package/dist/components/em/Em.js +10 -0
  262. package/dist/components/em/Em.js.map +1 -0
  263. package/dist/components/em/index.d.ts +2 -0
  264. package/dist/components/em/index.d.ts.map +1 -0
  265. package/dist/components/em/index.js +2 -0
  266. package/dist/components/em/index.js.map +1 -0
  267. package/dist/components/feed/Feed.d.ts +2 -0
  268. package/dist/components/feed/Feed.d.ts.map +1 -1
  269. package/dist/components/feed/Feed.js +2 -2
  270. package/dist/components/feed/Feed.js.map +1 -1
  271. package/dist/components/feed/index.d.ts +1 -1
  272. package/dist/components/feed/index.d.ts.map +1 -1
  273. package/dist/components/grid/Grid.d.ts +3 -1
  274. package/dist/components/grid/Grid.d.ts.map +1 -1
  275. package/dist/components/grid/Grid.js +11 -1
  276. package/dist/components/grid/Grid.js.map +1 -1
  277. package/dist/components/grid/index.d.ts +1 -1
  278. package/dist/components/grid/index.d.ts.map +1 -1
  279. package/dist/components/grid/index.js.map +1 -1
  280. package/dist/components/group/Group.d.ts +19 -0
  281. package/dist/components/group/Group.d.ts.map +1 -0
  282. package/dist/components/group/Group.js +23 -0
  283. package/dist/components/group/Group.js.map +1 -0
  284. package/dist/components/group/index.d.ts +2 -0
  285. package/dist/components/group/index.d.ts.map +1 -0
  286. package/dist/components/group/index.js +2 -0
  287. package/dist/components/group/index.js.map +1 -0
  288. package/dist/components/highlight/Highlight.d.ts +9 -0
  289. package/dist/components/highlight/Highlight.d.ts.map +1 -0
  290. package/dist/components/highlight/Highlight.js +10 -0
  291. package/dist/components/highlight/Highlight.js.map +1 -0
  292. package/dist/components/highlight/index.d.ts +2 -0
  293. package/dist/components/highlight/index.d.ts.map +1 -0
  294. package/dist/components/highlight/index.js +2 -0
  295. package/dist/components/highlight/index.js.map +1 -0
  296. package/dist/components/kbd/Kbd.d.ts +13 -0
  297. package/dist/components/kbd/Kbd.d.ts.map +1 -0
  298. package/dist/components/kbd/Kbd.js +8 -0
  299. package/dist/components/kbd/Kbd.js.map +1 -0
  300. package/dist/components/kbd/index.d.ts +2 -0
  301. package/dist/components/kbd/index.d.ts.map +1 -0
  302. package/dist/components/kbd/index.js +2 -0
  303. package/dist/components/kbd/index.js.map +1 -0
  304. package/dist/components/link/Link.d.ts +1 -1
  305. package/dist/components/link/Link.d.ts.map +1 -1
  306. package/dist/components/link/Link.js +1 -1
  307. package/dist/components/link/Link.js.map +1 -1
  308. package/dist/components/link-box/LinkBox.d.ts +22 -0
  309. package/dist/components/link-box/LinkBox.d.ts.map +1 -0
  310. package/dist/components/link-box/LinkBox.js +30 -0
  311. package/dist/components/link-box/LinkBox.js.map +1 -0
  312. package/dist/components/link-box/index.d.ts +2 -0
  313. package/dist/components/link-box/index.d.ts.map +1 -0
  314. package/dist/components/link-box/index.js +2 -0
  315. package/dist/components/link-box/index.js.map +1 -0
  316. package/dist/components/mark/Mark.d.ts +13 -0
  317. package/dist/components/mark/Mark.d.ts.map +1 -0
  318. package/dist/components/mark/Mark.js +8 -0
  319. package/dist/components/mark/Mark.js.map +1 -0
  320. package/dist/components/mark/index.d.ts +2 -0
  321. package/dist/components/mark/index.d.ts.map +1 -0
  322. package/dist/components/mark/index.js +2 -0
  323. package/dist/components/mark/index.js.map +1 -0
  324. package/dist/components/nav-list/NavList.d.ts +15 -2
  325. package/dist/components/nav-list/NavList.d.ts.map +1 -1
  326. package/dist/components/nav-list/NavList.js +4 -3
  327. package/dist/components/nav-list/NavList.js.map +1 -1
  328. package/dist/components/pagination/Pagination.d.ts +9 -6
  329. package/dist/components/pagination/Pagination.d.ts.map +1 -1
  330. package/dist/components/pagination/Pagination.js +2 -2
  331. package/dist/components/pagination/Pagination.js.map +1 -1
  332. package/dist/components/pagination/index.d.ts +1 -1
  333. package/dist/components/pagination/index.d.ts.map +1 -1
  334. package/dist/components/pagination/index.js.map +1 -1
  335. package/dist/components/popover/Popover.d.ts +3 -0
  336. package/dist/components/popover/Popover.d.ts.map +1 -1
  337. package/dist/components/popover/Popover.js +2 -2
  338. package/dist/components/popover/Popover.js.map +1 -1
  339. package/dist/components/popover/index.d.ts +1 -1
  340. package/dist/components/popover/index.d.ts.map +1 -1
  341. package/dist/components/popover/index.js.map +1 -1
  342. package/dist/components/prose/Prose.d.ts +12 -0
  343. package/dist/components/prose/Prose.d.ts.map +1 -0
  344. package/dist/components/prose/Prose.js +19 -0
  345. package/dist/components/prose/Prose.js.map +1 -0
  346. package/dist/components/prose/index.d.ts +2 -0
  347. package/dist/components/prose/index.d.ts.map +1 -0
  348. package/dist/components/prose/index.js +2 -0
  349. package/dist/components/prose/index.js.map +1 -0
  350. package/dist/components/rating/Rating.d.ts +37 -1
  351. package/dist/components/rating/Rating.d.ts.map +1 -1
  352. package/dist/components/rating/Rating.js +25 -2
  353. package/dist/components/rating/Rating.js.map +1 -1
  354. package/dist/components/rating/index.d.ts +1 -1
  355. package/dist/components/rating/index.d.ts.map +1 -1
  356. package/dist/components/rating/index.js +1 -1
  357. package/dist/components/rating/index.js.map +1 -1
  358. package/dist/components/reorderable-list/ReorderableList.d.ts +89 -0
  359. package/dist/components/reorderable-list/ReorderableList.d.ts.map +1 -0
  360. package/dist/components/reorderable-list/ReorderableList.js +54 -0
  361. package/dist/components/reorderable-list/ReorderableList.js.map +1 -0
  362. package/dist/components/reorderable-list/index.d.ts +2 -0
  363. package/dist/components/reorderable-list/index.d.ts.map +1 -0
  364. package/dist/components/reorderable-list/index.js +2 -0
  365. package/dist/components/reorderable-list/index.js.map +1 -0
  366. package/dist/components/segment-group/SegmentGroup.d.ts +30 -0
  367. package/dist/components/segment-group/SegmentGroup.d.ts.map +1 -0
  368. package/dist/components/segment-group/SegmentGroup.js +67 -0
  369. package/dist/components/segment-group/SegmentGroup.js.map +1 -0
  370. package/dist/components/segment-group/index.d.ts +2 -0
  371. package/dist/components/segment-group/index.d.ts.map +1 -0
  372. package/dist/components/segment-group/index.js +2 -0
  373. package/dist/components/segment-group/index.js.map +1 -0
  374. package/dist/components/show/Show.d.ts.map +1 -1
  375. package/dist/components/show/Show.js +7 -1
  376. package/dist/components/show/Show.js.map +1 -1
  377. package/dist/components/sidebar/Sidebar.d.ts +4 -0
  378. package/dist/components/sidebar/Sidebar.d.ts.map +1 -1
  379. package/dist/components/sidebar/Sidebar.js +3 -2
  380. package/dist/components/sidebar/Sidebar.js.map +1 -1
  381. package/dist/components/slider/Slider.d.ts.map +1 -1
  382. package/dist/components/slider/Slider.js +3 -1
  383. package/dist/components/slider/Slider.js.map +1 -1
  384. package/dist/components/stack/Stack.d.ts +3 -1
  385. package/dist/components/stack/Stack.d.ts.map +1 -1
  386. package/dist/components/stack/Stack.js +9 -1
  387. package/dist/components/stack/Stack.js.map +1 -1
  388. package/dist/components/stack/index.d.ts +1 -1
  389. package/dist/components/stack/index.d.ts.map +1 -1
  390. package/dist/components/stack/index.js.map +1 -1
  391. package/dist/components/status/Status.d.ts +22 -0
  392. package/dist/components/status/Status.d.ts.map +1 -0
  393. package/dist/components/status/Status.js +23 -0
  394. package/dist/components/status/Status.js.map +1 -0
  395. package/dist/components/status/index.d.ts +2 -0
  396. package/dist/components/status/index.d.ts.map +1 -0
  397. package/dist/components/status/index.js +2 -0
  398. package/dist/components/status/index.js.map +1 -0
  399. package/dist/components/surface/Surface.d.ts +5 -2
  400. package/dist/components/surface/Surface.d.ts.map +1 -1
  401. package/dist/components/surface/Surface.js +4 -2
  402. package/dist/components/surface/Surface.js.map +1 -1
  403. package/dist/components/surface/index.d.ts +1 -1
  404. package/dist/components/surface/index.d.ts.map +1 -1
  405. package/dist/components/surface/index.js.map +1 -1
  406. package/dist/components/text/Text.d.ts +25 -4
  407. package/dist/components/text/Text.d.ts.map +1 -1
  408. package/dist/components/text/Text.js +22 -3
  409. package/dist/components/text/Text.js.map +1 -1
  410. package/dist/components/text/index.d.ts +1 -1
  411. package/dist/components/text/index.d.ts.map +1 -1
  412. package/dist/components/text/index.js +1 -1
  413. package/dist/components/text/index.js.map +1 -1
  414. package/dist/components/toggle/Toggle.d.ts +5 -0
  415. package/dist/components/toggle/Toggle.d.ts.map +1 -1
  416. package/dist/components/toggle/Toggle.js +2 -2
  417. package/dist/components/toggle/Toggle.js.map +1 -1
  418. package/dist/components/toggle/index.d.ts +1 -1
  419. package/dist/components/toggle/index.d.ts.map +1 -1
  420. package/dist/components/toggle/index.js.map +1 -1
  421. package/dist/components/toggle-group/ToggleGroup.d.ts +3 -1
  422. package/dist/components/toggle-group/ToggleGroup.d.ts.map +1 -1
  423. package/dist/components/toggle-group/ToggleGroup.js +2 -1
  424. package/dist/components/toggle-group/ToggleGroup.js.map +1 -1
  425. package/dist/components/toolbar/Toolbar.d.ts +9 -2
  426. package/dist/components/toolbar/Toolbar.d.ts.map +1 -1
  427. package/dist/components/toolbar/Toolbar.js +2 -2
  428. package/dist/components/toolbar/Toolbar.js.map +1 -1
  429. package/dist/components/toolbar/index.d.ts +1 -1
  430. package/dist/components/toolbar/index.d.ts.map +1 -1
  431. package/dist/components/z-stack/ZStack.d.ts +7 -0
  432. package/dist/components/z-stack/ZStack.d.ts.map +1 -1
  433. package/dist/components/z-stack/ZStack.js +14 -3
  434. package/dist/components/z-stack/ZStack.js.map +1 -1
  435. package/dist/components/z-stack/index.d.ts +1 -1
  436. package/dist/components/z-stack/index.d.ts.map +1 -1
  437. package/dist/components/z-stack/index.js.map +1 -1
  438. package/dist/data-list.d.ts +2 -0
  439. package/dist/data-list.d.ts.map +1 -0
  440. package/dist/data-list.js +2 -0
  441. package/dist/data-list.js.map +1 -0
  442. package/dist/em.d.ts +2 -0
  443. package/dist/em.d.ts.map +1 -0
  444. package/dist/em.js +2 -0
  445. package/dist/em.js.map +1 -0
  446. package/dist/feed.d.ts +1 -1
  447. package/dist/feed.d.ts.map +1 -1
  448. package/dist/grid.d.ts +1 -1
  449. package/dist/grid.d.ts.map +1 -1
  450. package/dist/grid.js.map +1 -1
  451. package/dist/group.d.ts +2 -0
  452. package/dist/group.d.ts.map +1 -0
  453. package/dist/group.js +2 -0
  454. package/dist/group.js.map +1 -0
  455. package/dist/highlight.d.ts +2 -0
  456. package/dist/highlight.d.ts.map +1 -0
  457. package/dist/highlight.js +2 -0
  458. package/dist/highlight.js.map +1 -0
  459. package/dist/index.d.ts +25 -9
  460. package/dist/index.d.ts.map +1 -1
  461. package/dist/index.js +17 -2
  462. package/dist/index.js.map +1 -1
  463. package/dist/kbd.d.ts +2 -0
  464. package/dist/kbd.d.ts.map +1 -0
  465. package/dist/kbd.js +2 -0
  466. package/dist/kbd.js.map +1 -0
  467. package/dist/link-box.d.ts +2 -0
  468. package/dist/link-box.d.ts.map +1 -0
  469. package/dist/link-box.js +2 -0
  470. package/dist/link-box.js.map +1 -0
  471. package/dist/mark.d.ts +2 -0
  472. package/dist/mark.d.ts.map +1 -0
  473. package/dist/mark.js +2 -0
  474. package/dist/mark.js.map +1 -0
  475. package/dist/prose.d.ts +2 -0
  476. package/dist/prose.d.ts.map +1 -0
  477. package/dist/prose.js +2 -0
  478. package/dist/prose.js.map +1 -0
  479. package/dist/reorderable-list.d.ts +2 -0
  480. package/dist/reorderable-list.d.ts.map +1 -0
  481. package/dist/reorderable-list.js +2 -0
  482. package/dist/reorderable-list.js.map +1 -0
  483. package/dist/reset.css +1 -1
  484. package/dist/reset.css.map +1 -1
  485. package/dist/segment-group.d.ts +2 -0
  486. package/dist/segment-group.d.ts.map +1 -0
  487. package/dist/segment-group.js +2 -0
  488. package/dist/segment-group.js.map +1 -0
  489. package/dist/stack.d.ts +1 -1
  490. package/dist/stack.d.ts.map +1 -1
  491. package/dist/stack.js.map +1 -1
  492. package/dist/status.d.ts +2 -0
  493. package/dist/status.d.ts.map +1 -0
  494. package/dist/status.js +2 -0
  495. package/dist/status.js.map +1 -0
  496. package/dist/styles/accordion.css +1 -1
  497. package/dist/styles/accordion.css.map +1 -1
  498. package/dist/styles/alert-dialog.css +1 -1
  499. package/dist/styles/alert-dialog.css.map +1 -1
  500. package/dist/styles/app-bar.css +1 -1
  501. package/dist/styles/app-bar.css.map +1 -1
  502. package/dist/styles/avatar.css +1 -1
  503. package/dist/styles/avatar.css.map +1 -1
  504. package/dist/styles/badge.css +1 -1
  505. package/dist/styles/badge.css.map +1 -1
  506. package/dist/styles/bleed.css +2 -0
  507. package/dist/styles/bleed.css.map +1 -0
  508. package/dist/styles/blockquote.css +2 -0
  509. package/dist/styles/blockquote.css.map +1 -0
  510. package/dist/styles/bottom-navigation.css +1 -1
  511. package/dist/styles/bottom-navigation.css.map +1 -1
  512. package/dist/styles/button.css +1 -1
  513. package/dist/styles/button.css.map +1 -1
  514. package/dist/styles/card.css +1 -1
  515. package/dist/styles/card.css.map +1 -1
  516. package/dist/styles/checkbox-group.css +1 -1
  517. package/dist/styles/checkbox-group.css.map +1 -1
  518. package/dist/styles/checkbox.css +1 -1
  519. package/dist/styles/checkbox.css.map +1 -1
  520. package/dist/styles/code-block.css +1 -1
  521. package/dist/styles/code-block.css.map +1 -1
  522. package/dist/styles/collapsible.css +1 -1
  523. package/dist/styles/collapsible.css.map +1 -1
  524. package/dist/styles/color-picker.css +2 -0
  525. package/dist/styles/color-picker.css.map +1 -0
  526. package/dist/styles/color-swatch.css +2 -0
  527. package/dist/styles/color-swatch.css.map +1 -0
  528. package/dist/styles/combobox.css +1 -1
  529. package/dist/styles/combobox.css.map +1 -1
  530. package/dist/styles/context-menu.css +1 -1
  531. package/dist/styles/context-menu.css.map +1 -1
  532. package/dist/styles/core.css +1 -1
  533. package/dist/styles/core.css.map +1 -1
  534. package/dist/styles/data-grid.css +1 -1
  535. package/dist/styles/data-grid.css.map +1 -1
  536. package/dist/styles/data-list.css +2 -0
  537. package/dist/styles/data-list.css.map +1 -0
  538. package/dist/styles/dialog.css +1 -1
  539. package/dist/styles/dialog.css.map +1 -1
  540. package/dist/styles/divider.css +1 -1
  541. package/dist/styles/divider.css.map +1 -1
  542. package/dist/styles/drawer.css +1 -1
  543. package/dist/styles/drawer.css.map +1 -1
  544. package/dist/styles/dropdown-menu.css +1 -1
  545. package/dist/styles/dropdown-menu.css.map +1 -1
  546. package/dist/styles/em.css +2 -0
  547. package/dist/styles/em.css.map +1 -0
  548. package/dist/styles/feed.css +1 -1
  549. package/dist/styles/feed.css.map +1 -1
  550. package/dist/styles/grid.css +1 -1
  551. package/dist/styles/grid.css.map +1 -1
  552. package/dist/styles/group.css +2 -0
  553. package/dist/styles/group.css.map +1 -0
  554. package/dist/styles/hide.css +1 -1
  555. package/dist/styles/hide.css.map +1 -1
  556. package/dist/styles/highlight.css +2 -0
  557. package/dist/styles/highlight.css.map +1 -0
  558. package/dist/styles/icon-button.css +1 -1
  559. package/dist/styles/icon-button.css.map +1 -1
  560. package/dist/styles/input.css +1 -1
  561. package/dist/styles/input.css.map +1 -1
  562. package/dist/styles/kbd.css +2 -0
  563. package/dist/styles/kbd.css.map +1 -0
  564. package/dist/styles/link-box.css +2 -0
  565. package/dist/styles/link-box.css.map +1 -0
  566. package/dist/styles/link.css +1 -1
  567. package/dist/styles/link.css.map +1 -1
  568. package/dist/styles/list.css +1 -1
  569. package/dist/styles/list.css.map +1 -1
  570. package/dist/styles/mark.css +2 -0
  571. package/dist/styles/mark.css.map +1 -0
  572. package/dist/styles/menubar.css +1 -1
  573. package/dist/styles/menubar.css.map +1 -1
  574. package/dist/styles/multi-select.css +1 -1
  575. package/dist/styles/multi-select.css.map +1 -1
  576. package/dist/styles/nav-list.css +1 -1
  577. package/dist/styles/nav-list.css.map +1 -1
  578. package/dist/styles/navigation-menu.css +1 -1
  579. package/dist/styles/navigation-menu.css.map +1 -1
  580. package/dist/styles/pagination.css +1 -1
  581. package/dist/styles/pagination.css.map +1 -1
  582. package/dist/styles/password-toggle-field.css +1 -1
  583. package/dist/styles/password-toggle-field.css.map +1 -1
  584. package/dist/styles/popover.css +1 -1
  585. package/dist/styles/popover.css.map +1 -1
  586. package/dist/styles/prose.css +2 -0
  587. package/dist/styles/prose.css.map +1 -0
  588. package/dist/styles/rating.css +1 -1
  589. package/dist/styles/rating.css.map +1 -1
  590. package/dist/styles/reorderable-list.css +2 -0
  591. package/dist/styles/reorderable-list.css.map +1 -0
  592. package/dist/styles/segment-group.css +2 -0
  593. package/dist/styles/segment-group.css.map +1 -0
  594. package/dist/styles/select.css +1 -1
  595. package/dist/styles/select.css.map +1 -1
  596. package/dist/styles/show.css +1 -1
  597. package/dist/styles/show.css.map +1 -1
  598. package/dist/styles/sidebar.css +1 -1
  599. package/dist/styles/sidebar.css.map +1 -1
  600. package/dist/styles/skeleton.css +1 -1
  601. package/dist/styles/skeleton.css.map +1 -1
  602. package/dist/styles/slider.css +1 -1
  603. package/dist/styles/slider.css.map +1 -1
  604. package/dist/styles/stack.css +1 -1
  605. package/dist/styles/stack.css.map +1 -1
  606. package/dist/styles/status.css +2 -0
  607. package/dist/styles/status.css.map +1 -0
  608. package/dist/styles/surface.css +1 -1
  609. package/dist/styles/surface.css.map +1 -1
  610. package/dist/styles/table.css +1 -1
  611. package/dist/styles/table.css.map +1 -1
  612. package/dist/styles/tabs.css +1 -1
  613. package/dist/styles/tabs.css.map +1 -1
  614. package/dist/styles/text.css +1 -1
  615. package/dist/styles/text.css.map +1 -1
  616. package/dist/styles/toggle-group.css +1 -1
  617. package/dist/styles/toggle-group.css.map +1 -1
  618. package/dist/styles/toggle.css +1 -1
  619. package/dist/styles/toggle.css.map +1 -1
  620. package/dist/styles/toolbar.css +1 -1
  621. package/dist/styles/toolbar.css.map +1 -1
  622. package/dist/styles/z-stack.css +1 -1
  623. package/dist/styles/z-stack.css.map +1 -1
  624. package/dist/styles.css +1 -1
  625. package/dist/styles.css.map +1 -1
  626. package/dist/surface.d.ts +1 -1
  627. package/dist/surface.d.ts.map +1 -1
  628. package/dist/surface.js.map +1 -1
  629. package/dist/text.d.ts +1 -1
  630. package/dist/text.d.ts.map +1 -1
  631. package/dist/text.js +1 -1
  632. package/dist/text.js.map +1 -1
  633. package/dist/theme-contract.json +10519 -6018
  634. package/dist/toggle.d.ts +1 -1
  635. package/dist/toggle.d.ts.map +1 -1
  636. package/dist/toggle.js.map +1 -1
  637. package/dist/tokens.css +1 -1
  638. package/dist/tokens.css.map +1 -1
  639. package/dist/toolbar.d.ts +1 -1
  640. package/dist/toolbar.d.ts.map +1 -1
  641. package/docs/guides/agent-knowledge.md +19 -0
  642. package/docs/guides/appearance-and-tokens.md +5 -0
  643. package/docs/guides/browser-support.md +21 -0
  644. package/docs/guides/control-sizing.md +55 -0
  645. package/docs/guides/installation.md +5 -2
  646. package/docs/guides/theme-contract.md +26 -12
  647. package/package.json +79 -7
@@ -15,49 +15,1287 @@
15
15
  ],
16
16
  "selection": [
17
17
  {
18
- "intent": "text with Brick typography",
18
+ "intent": "headings, paragraphs, captions, and eyebrows",
19
+ "use": "Heading, Paragraph, Caption, or Eyebrow",
20
+ "note": "Give Heading an explicit semantic level and choose its visual variant independently.",
21
+ "destinations": [
22
+ {
23
+ "kind": "component",
24
+ "id": "text"
25
+ }
26
+ ]
27
+ },
28
+ {
29
+ "intent": "other text with Brick typography",
19
30
  "use": "Text",
20
- "note": "Choose the semantic rendered element through its public API."
31
+ "note": "Choose the semantic rendered element through its public API and author the intended letter case in content.",
32
+ "destinations": [
33
+ {
34
+ "kind": "component",
35
+ "id": "text"
36
+ }
37
+ ]
38
+ },
39
+ {
40
+ "intent": "stress emphasis inside meaningful copy",
41
+ "use": "Em",
42
+ "note": "Keep Em inside the surrounding Text or component content owner and do not use it only for decorative italics.",
43
+ "destinations": [
44
+ {
45
+ "kind": "component",
46
+ "id": "em"
47
+ },
48
+ {
49
+ "kind": "component",
50
+ "id": "text"
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "intent": "static authored relevance inside meaningful copy",
56
+ "use": "Mark",
57
+ "note": "Choose Highlight when a query must discover and segment matches; use Mark only when the author already knows the relevant passage.",
58
+ "destinations": [
59
+ {
60
+ "kind": "component",
61
+ "id": "mark"
62
+ },
63
+ {
64
+ "kind": "component",
65
+ "id": "highlight"
66
+ },
67
+ {
68
+ "kind": "component",
69
+ "id": "text"
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "intent": "literal query matches inside one plain text string",
75
+ "use": "Highlight",
76
+ "note": "Pass plain text and literal queries to exact Atom-backed matching; keep rich-content traversal, search state, and active-result navigation in the application.",
77
+ "destinations": [
78
+ {
79
+ "kind": "component",
80
+ "id": "highlight"
81
+ },
82
+ {
83
+ "kind": "component",
84
+ "id": "mark"
85
+ },
86
+ {
87
+ "kind": "component",
88
+ "id": "text"
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "intent": "trusted long-form React content with coherent descendant typography",
94
+ "use": "Prose",
95
+ "note": "Sanitize and parse external content before it reaches Prose; keep document semantics and trust policy in the application, and use direct Brick components for richer anatomy.",
96
+ "destinations": [
97
+ {
98
+ "kind": "component",
99
+ "id": "prose"
100
+ },
101
+ {
102
+ "kind": "component",
103
+ "id": "text"
104
+ },
105
+ {
106
+ "kind": "component",
107
+ "id": "link"
108
+ },
109
+ {
110
+ "kind": "component",
111
+ "id": "list"
112
+ },
113
+ {
114
+ "kind": "component",
115
+ "id": "blockquote"
116
+ },
117
+ {
118
+ "kind": "component",
119
+ "id": "code-block"
120
+ },
121
+ {
122
+ "kind": "component",
123
+ "id": "table"
124
+ },
125
+ {
126
+ "kind": "component",
127
+ "id": "image"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "intent": "keyboard-input notation inside meaningful copy",
133
+ "use": "Kbd",
134
+ "note": "Repeat one Kbd per authored key and keep visible separators outside; shortcut behavior and platform-label policy remain application-owned.",
135
+ "destinations": [
136
+ {
137
+ "kind": "component",
138
+ "id": "kbd"
139
+ },
140
+ {
141
+ "kind": "component",
142
+ "id": "text"
143
+ },
144
+ {
145
+ "kind": "component",
146
+ "id": "code"
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "intent": "extended quotation with visible attribution",
152
+ "use": "Blockquote",
153
+ "note": "Keep Content and Caption as siblings in Root, put the source URL on Content, and use Cite for a referenced work or source rather than merely a person's name.",
154
+ "destinations": [
155
+ {
156
+ "kind": "component",
157
+ "id": "blockquote"
158
+ },
159
+ {
160
+ "kind": "component",
161
+ "id": "text"
162
+ }
163
+ ]
21
164
  },
22
165
  {
23
166
  "intent": "one-dimensional alignment",
24
167
  "use": "Stack, HStack, or VStack",
25
- "note": "Use Grid for two-dimensional track relationships."
168
+ "note": "Use Grid for two-dimensional track relationships.",
169
+ "destinations": [
170
+ {
171
+ "kind": "component",
172
+ "id": "stack"
173
+ },
174
+ {
175
+ "kind": "component",
176
+ "id": "grid"
177
+ }
178
+ ]
26
179
  },
27
180
  {
28
181
  "intent": "bounded page width",
29
182
  "use": "Container",
30
- "note": "Use Surface or Card when the region also needs a visual boundary."
183
+ "note": "Use Surface or Card when the region also needs a visual boundary.",
184
+ "destinations": [
185
+ {
186
+ "kind": "component",
187
+ "id": "container"
188
+ },
189
+ {
190
+ "kind": "component",
191
+ "id": "surface"
192
+ },
193
+ {
194
+ "kind": "component",
195
+ "id": "card"
196
+ }
197
+ ]
31
198
  },
32
199
  {
33
200
  "intent": "top application or page bar",
34
201
  "use": "AppBar",
35
- "note": "Compose navigation and action components inside its sections."
202
+ "note": "Compose navigation and action components inside its sections.",
203
+ "destinations": [
204
+ {
205
+ "kind": "component",
206
+ "id": "app-bar"
207
+ }
208
+ ]
36
209
  },
37
210
  {
38
211
  "intent": "responsive presence",
39
212
  "use": "Show or Hide",
40
- "note": "Use CSS media visibility rather than rendering two JavaScript-controlled trees."
213
+ "note": "Use CSS media visibility rather than rendering two JavaScript-controlled trees.",
214
+ "destinations": [
215
+ {
216
+ "kind": "component",
217
+ "id": "show"
218
+ },
219
+ {
220
+ "kind": "component",
221
+ "id": "hide"
222
+ }
223
+ ]
41
224
  },
42
225
  {
43
226
  "intent": "image with resilient loading",
44
227
  "use": "Image",
45
- "note": "Use an adapter only when a framework image optimizer provides a measured capability Brick lacks."
228
+ "note": "Use an adapter only when a framework image optimizer provides a measured capability Brick lacks.",
229
+ "destinations": [
230
+ {
231
+ "kind": "component",
232
+ "id": "image"
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "intent": "stable media or embed geometry before its content loads",
238
+ "use": "AspectRatio",
239
+ "note": "Choose Image when the asset owns resilient loading, Surface for a general visual boundary, and Skeleton for a temporary loading placeholder.",
240
+ "destinations": [
241
+ {
242
+ "kind": "component",
243
+ "id": "aspect-ratio"
244
+ },
245
+ {
246
+ "kind": "component",
247
+ "id": "image"
248
+ },
249
+ {
250
+ "kind": "component",
251
+ "id": "surface"
252
+ },
253
+ {
254
+ "kind": "component",
255
+ "id": "skeleton"
256
+ }
257
+ ]
258
+ },
259
+ {
260
+ "intent": "preserved multi-line technical source",
261
+ "use": "Code Block",
262
+ "note": "Keep syntax tokenization in a consumer adapter, pass the exact plain source separately for copy behavior, author line metadata explicitly, and use the bounded/collapse contract for long source.",
263
+ "destinations": [
264
+ {
265
+ "kind": "component",
266
+ "id": "code-block"
267
+ },
268
+ {
269
+ "kind": "component",
270
+ "id": "collapsible"
271
+ }
272
+ ]
46
273
  },
47
274
  {
48
275
  "intent": "navigation destination",
49
276
  "use": "Link or Button with href",
50
- "note": "Use Link for ordinary navigation and Button only for an emphasized destination."
277
+ "note": "Use Link for ordinary navigation and Button only for an emphasized destination.",
278
+ "destinations": [
279
+ {
280
+ "kind": "component",
281
+ "id": "link"
282
+ },
283
+ {
284
+ "kind": "component",
285
+ "id": "button"
286
+ }
287
+ ]
51
288
  },
52
289
  {
53
290
  "intent": "grouped disclosure sections",
54
291
  "use": "Accordion",
55
- "note": "Choose Collapsible for one independent disclosure and Tabs for one shared switching panel."
292
+ "note": "Choose Collapsible for one independent disclosure and Tabs for one shared switching panel.",
293
+ "destinations": [
294
+ {
295
+ "kind": "component",
296
+ "id": "accordion"
297
+ },
298
+ {
299
+ "kind": "component",
300
+ "id": "collapsible"
301
+ },
302
+ {
303
+ "kind": "component",
304
+ "id": "tabs"
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "intent": "ordinary blocking task, form, settings flow, or focused information",
310
+ "use": "Dialog",
311
+ "note": "Choose AlertDialog for one urgent consequential decision and Drawer when the temporary task belongs at a screen edge.",
312
+ "destinations": [
313
+ {
314
+ "kind": "component",
315
+ "id": "dialog"
316
+ },
317
+ {
318
+ "kind": "component",
319
+ "id": "alert-dialog"
320
+ },
321
+ {
322
+ "kind": "component",
323
+ "id": "drawer"
324
+ }
325
+ ]
326
+ },
327
+ {
328
+ "intent": "urgent or consequential decision that requires an explicit response",
329
+ "use": "AlertDialog",
330
+ "note": "Keep a safe Cancel before Action; choose Dialog for ordinary forms and information.",
331
+ "destinations": [
332
+ {
333
+ "kind": "component",
334
+ "id": "alert-dialog"
335
+ },
336
+ {
337
+ "kind": "component",
338
+ "id": "dialog"
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "intent": "compact anchored interactive panel",
344
+ "use": "Popover",
345
+ "note": "Choose Tooltip or HoverCard for noninteractive context, DropdownMenu for commands, Select or Combobox for option selection, and Dialog for a larger blocking task.",
346
+ "destinations": [
347
+ {
348
+ "kind": "component",
349
+ "id": "popover"
350
+ },
351
+ {
352
+ "kind": "component",
353
+ "id": "tooltip"
354
+ },
355
+ {
356
+ "kind": "component",
357
+ "id": "hover-card"
358
+ },
359
+ {
360
+ "kind": "component",
361
+ "id": "dropdown-menu"
362
+ },
363
+ {
364
+ "kind": "component",
365
+ "id": "select"
366
+ },
367
+ {
368
+ "kind": "component",
369
+ "id": "combobox"
370
+ },
371
+ {
372
+ "kind": "component",
373
+ "id": "dialog"
374
+ }
375
+ ]
376
+ },
377
+ {
378
+ "intent": "commands or settings opened from one visible button",
379
+ "use": "DropdownMenu",
380
+ "note": "Choose ContextMenu for contextual invocation, Menubar for persistent application command categories, Select for a form value, and NavigationMenu or NavList for navigation.",
381
+ "destinations": [
382
+ {
383
+ "kind": "component",
384
+ "id": "dropdown-menu"
385
+ },
386
+ {
387
+ "kind": "component",
388
+ "id": "context-menu"
389
+ },
390
+ {
391
+ "kind": "component",
392
+ "id": "menubar"
393
+ },
394
+ {
395
+ "kind": "component",
396
+ "id": "select"
397
+ },
398
+ {
399
+ "kind": "component",
400
+ "id": "navigation-menu"
401
+ },
402
+ {
403
+ "kind": "component",
404
+ "id": "nav-list"
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "intent": "target-specific commands invoked by secondary click, keyboard context action, or supported long press",
410
+ "use": "ContextMenu",
411
+ "note": "Keep a visible Button or DropdownMenu route to every important command.",
412
+ "destinations": [
413
+ {
414
+ "kind": "component",
415
+ "id": "context-menu"
416
+ },
417
+ {
418
+ "kind": "component",
419
+ "id": "button"
420
+ },
421
+ {
422
+ "kind": "component",
423
+ "id": "dropdown-menu"
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "intent": "persistent desktop-like application command categories",
429
+ "use": "Menubar",
430
+ "note": "Choose DropdownMenu for one temporary command menu, NavigationMenu or NavList for routes, Toolbar for immediately executable controls, and Drawer only as an application-selected mobile alternative.",
431
+ "destinations": [
432
+ {
433
+ "kind": "component",
434
+ "id": "menubar"
435
+ },
436
+ {
437
+ "kind": "component",
438
+ "id": "dropdown-menu"
439
+ },
440
+ {
441
+ "kind": "component",
442
+ "id": "navigation-menu"
443
+ },
444
+ {
445
+ "kind": "component",
446
+ "id": "nav-list"
447
+ },
448
+ {
449
+ "kind": "component",
450
+ "id": "toolbar"
451
+ },
452
+ {
453
+ "kind": "component",
454
+ "id": "drawer"
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "intent": "redundant passive preview for a genuine link or focusable subject",
460
+ "use": "HoverCard",
461
+ "note": "Choose Tooltip for one short hint, Popover for interaction, Dialog for a larger task, and visible Text when the information is essential.",
462
+ "destinations": [
463
+ {
464
+ "kind": "component",
465
+ "id": "hover-card"
466
+ },
467
+ {
468
+ "kind": "component",
469
+ "id": "tooltip"
470
+ },
471
+ {
472
+ "kind": "component",
473
+ "id": "popover"
474
+ },
475
+ {
476
+ "kind": "component",
477
+ "id": "dialog"
478
+ },
479
+ {
480
+ "kind": "component",
481
+ "id": "text"
482
+ }
483
+ ]
484
+ },
485
+ {
486
+ "intent": "brief supplemental description for an already named control",
487
+ "use": "Tooltip",
488
+ "note": "Choose HoverCard for a richer passive preview, Popover for interaction, and visible Text for essential information.",
489
+ "destinations": [
490
+ {
491
+ "kind": "component",
492
+ "id": "tooltip"
493
+ },
494
+ {
495
+ "kind": "component",
496
+ "id": "hover-card"
497
+ },
498
+ {
499
+ "kind": "component",
500
+ "id": "popover"
501
+ },
502
+ {
503
+ "kind": "component",
504
+ "id": "text"
505
+ }
506
+ ]
507
+ },
508
+ {
509
+ "intent": "exactly one form choice from a short visible set",
510
+ "use": "RadioGroup",
511
+ "note": "Choose CheckboxGroup for independent choices, Select for a compact longer list, and ToggleGroup for pressed commands.",
512
+ "destinations": [
513
+ {
514
+ "kind": "component",
515
+ "id": "radio-group"
516
+ },
517
+ {
518
+ "kind": "component",
519
+ "id": "checkbox-group"
520
+ },
521
+ {
522
+ "kind": "component",
523
+ "id": "select"
524
+ },
525
+ {
526
+ "kind": "component",
527
+ "id": "toggle-group"
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "intent": "any number of related form choices",
533
+ "use": "CheckboxGroup",
534
+ "note": "Choose Checkbox for one independent choice, RadioGroup for exactly one choice, and ToggleGroup for pressed commands.",
535
+ "destinations": [
536
+ {
537
+ "kind": "component",
538
+ "id": "checkbox-group"
539
+ },
540
+ {
541
+ "kind": "component",
542
+ "id": "checkbox"
543
+ },
544
+ {
545
+ "kind": "component",
546
+ "id": "radio-group"
547
+ },
548
+ {
549
+ "kind": "component",
550
+ "id": "toggle-group"
551
+ }
552
+ ]
553
+ },
554
+ {
555
+ "intent": "immediately applied on or off setting",
556
+ "use": "Switch",
557
+ "note": "Choose Checkbox for a deferred form answer and Toggle for a persistent pressed command.",
558
+ "destinations": [
559
+ {
560
+ "kind": "component",
561
+ "id": "switch"
562
+ },
563
+ {
564
+ "kind": "component",
565
+ "id": "checkbox"
566
+ },
567
+ {
568
+ "kind": "component",
569
+ "id": "toggle"
570
+ }
571
+ ]
572
+ },
573
+ {
574
+ "intent": "one command with persistent pressed state",
575
+ "use": "Toggle",
576
+ "note": "Choose Button for a momentary action, Switch for an immediate setting, Checkbox for a submitted choice, and ToggleGroup for related pressed commands.",
577
+ "destinations": [
578
+ {
579
+ "kind": "component",
580
+ "id": "toggle"
581
+ },
582
+ {
583
+ "kind": "component",
584
+ "id": "button"
585
+ },
586
+ {
587
+ "kind": "component",
588
+ "id": "switch"
589
+ },
590
+ {
591
+ "kind": "component",
592
+ "id": "checkbox"
593
+ },
594
+ {
595
+ "kind": "component",
596
+ "id": "toggle-group"
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "intent": "related keyboard-navigable pressed commands",
602
+ "use": "ToggleGroup",
603
+ "note": "Choose Toggle for one command, RadioGroup or CheckboxGroup for form choices, Switch for immediate settings, and Tabs for switching panels.",
604
+ "destinations": [
605
+ {
606
+ "kind": "component",
607
+ "id": "toggle-group"
608
+ },
609
+ {
610
+ "kind": "component",
611
+ "id": "toggle"
612
+ },
613
+ {
614
+ "kind": "component",
615
+ "id": "radio-group"
616
+ },
617
+ {
618
+ "kind": "component",
619
+ "id": "checkbox-group"
620
+ },
621
+ {
622
+ "kind": "component",
623
+ "id": "switch"
624
+ },
625
+ {
626
+ "kind": "component",
627
+ "id": "tabs"
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "intent": "exact numeric value with typing and step actions",
633
+ "use": "NumberInput",
634
+ "note": "Choose Slider for approximate spatial adjustment, Input for numeric-looking identifiers, Select or RadioGroup for a small fixed set, and Progress for read-only completion.",
635
+ "destinations": [
636
+ {
637
+ "kind": "component",
638
+ "id": "number-input"
639
+ },
640
+ {
641
+ "kind": "component",
642
+ "id": "slider"
643
+ },
644
+ {
645
+ "kind": "component",
646
+ "id": "input"
647
+ },
648
+ {
649
+ "kind": "component",
650
+ "id": "select"
651
+ },
652
+ {
653
+ "kind": "component",
654
+ "id": "radio-group"
655
+ },
656
+ {
657
+ "kind": "component",
658
+ "id": "progress"
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "intent": "one predefined form value from a compact collapsed collection",
664
+ "use": "Select",
665
+ "note": "Choose RadioGroup for a short visible set, Combobox for editable filtering, MultiSelect for several values, DropdownMenu for commands, and Link for navigation.",
666
+ "destinations": [
667
+ {
668
+ "kind": "component",
669
+ "id": "select"
670
+ },
671
+ {
672
+ "kind": "component",
673
+ "id": "radio-group"
674
+ },
675
+ {
676
+ "kind": "component",
677
+ "id": "combobox"
678
+ },
679
+ {
680
+ "kind": "component",
681
+ "id": "multi-select"
682
+ },
683
+ {
684
+ "kind": "component",
685
+ "id": "dropdown-menu"
686
+ },
687
+ {
688
+ "kind": "component",
689
+ "id": "link"
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "intent": "several predefined form values from a compact collapsed collection",
695
+ "use": "MultiSelect",
696
+ "note": "Choose CheckboxGroup for a short visible set, Select for one value, and Combobox only when its single-value editable model fits; record a Brick gap for unsupported tag creation or other specialized multi-value behavior.",
697
+ "destinations": [
698
+ {
699
+ "kind": "component",
700
+ "id": "multi-select"
701
+ },
702
+ {
703
+ "kind": "component",
704
+ "id": "checkbox-group"
705
+ },
706
+ {
707
+ "kind": "component",
708
+ "id": "select"
709
+ },
710
+ {
711
+ "kind": "component",
712
+ "id": "combobox"
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "intent": "editable filtering and one committed option value",
718
+ "use": "Combobox",
719
+ "note": "Choose Input when any text is valid without options, Select for a compact noneditable list, RadioGroup for a short visible set, MultiSelect for several predefined values, and DropdownMenu for commands.",
720
+ "destinations": [
721
+ {
722
+ "kind": "component",
723
+ "id": "combobox"
724
+ },
725
+ {
726
+ "kind": "component",
727
+ "id": "input"
728
+ },
729
+ {
730
+ "kind": "component",
731
+ "id": "select"
732
+ },
733
+ {
734
+ "kind": "component",
735
+ "id": "radio-group"
736
+ },
737
+ {
738
+ "kind": "component",
739
+ "id": "multi-select"
740
+ },
741
+ {
742
+ "kind": "component",
743
+ "id": "dropdown-menu"
744
+ }
745
+ ]
746
+ },
747
+ {
748
+ "intent": "persistently visible composite option collection",
749
+ "use": "record a Brick gap before application-owned implementation",
750
+ "note": "Brick has no public owner for this job. Do not import Atom directly; first reconsider RadioGroup or CheckboxGroup for visible form choices, Select or MultiSelect for collapsed choices, and Combobox for editable filtering.",
751
+ "destinations": [
752
+ {
753
+ "kind": "component",
754
+ "id": "radio-group"
755
+ },
756
+ {
757
+ "kind": "component",
758
+ "id": "checkbox-group"
759
+ },
760
+ {
761
+ "kind": "component",
762
+ "id": "select"
763
+ },
764
+ {
765
+ "kind": "component",
766
+ "id": "multi-select"
767
+ },
768
+ {
769
+ "kind": "component",
770
+ "id": "combobox"
771
+ }
772
+ ]
773
+ },
774
+ {
775
+ "intent": "short one-time verification, recovery, or pairing code",
776
+ "use": "OTPField",
777
+ "note": "Choose PasswordToggleField for a reusable secret, NumberInput for a quantity, and Input for an ordinary identifier or variable-length value.",
778
+ "destinations": [
779
+ {
780
+ "kind": "component",
781
+ "id": "otp-field"
782
+ },
783
+ {
784
+ "kind": "component",
785
+ "id": "password-toggle-field"
786
+ },
787
+ {
788
+ "kind": "component",
789
+ "id": "number-input"
790
+ },
791
+ {
792
+ "kind": "component",
793
+ "id": "input"
794
+ }
795
+ ]
796
+ },
797
+ {
798
+ "intent": "password entry with an allowed reveal action",
799
+ "use": "PasswordToggleField",
800
+ "note": "Choose Input with type=password when reveal is forbidden or unwanted and OTPField for a one-time code.",
801
+ "destinations": [
802
+ {
803
+ "kind": "component",
804
+ "id": "password-toggle-field"
805
+ },
806
+ {
807
+ "kind": "component",
808
+ "id": "input"
809
+ },
810
+ {
811
+ "kind": "component",
812
+ "id": "otp-field"
813
+ }
814
+ ]
815
+ },
816
+ {
817
+ "intent": "local file picking, optional drop, review, and removal before application processing",
818
+ "use": "FileUpload",
819
+ "note": "Choose Input for a textual path or URL, Progress for transfer progress, Toast for a transient result, and Image for a rendered asset; keep server validation and upload transport in the application.",
820
+ "destinations": [
821
+ {
822
+ "kind": "component",
823
+ "id": "file-upload"
824
+ },
825
+ {
826
+ "kind": "component",
827
+ "id": "input"
828
+ },
829
+ {
830
+ "kind": "component",
831
+ "id": "progress"
832
+ },
833
+ {
834
+ "kind": "component",
835
+ "id": "toast"
836
+ },
837
+ {
838
+ "kind": "component",
839
+ "id": "image"
840
+ }
841
+ ]
842
+ },
843
+ {
844
+ "intent": "short non-blocking application outcome or process update",
845
+ "use": "Toast",
846
+ "note": "Choose Field or Form feedback for validation, Progress for numeric completion, AlertDialog for a required response, and persistent application content for essential or durable information.",
847
+ "destinations": [
848
+ {
849
+ "kind": "component",
850
+ "id": "toast"
851
+ },
852
+ {
853
+ "kind": "component",
854
+ "id": "field"
855
+ },
856
+ {
857
+ "kind": "component",
858
+ "id": "form"
859
+ },
860
+ {
861
+ "kind": "component",
862
+ "id": "progress"
863
+ },
864
+ {
865
+ "kind": "component",
866
+ "id": "alert-dialog"
867
+ }
868
+ ]
869
+ },
870
+ {
871
+ "intent": "touch-enhanced quick actions for a list-like row with an obvious click alternative",
872
+ "use": "SwipeableItem",
873
+ "note": "Choose DropdownMenu for a larger command set, Button or IconButton for continuously visible actions, and Link when the row navigates.",
874
+ "destinations": [
875
+ {
876
+ "kind": "component",
877
+ "id": "swipeable-item"
878
+ },
879
+ {
880
+ "kind": "component",
881
+ "id": "dropdown-menu"
882
+ },
883
+ {
884
+ "kind": "component",
885
+ "id": "button"
886
+ },
887
+ {
888
+ "kind": "component",
889
+ "id": "icon-button"
890
+ },
891
+ {
892
+ "kind": "component",
893
+ "id": "link"
894
+ }
895
+ ]
896
+ },
897
+ {
898
+ "intent": "one independent in-flow disclosure region",
899
+ "use": "Collapsible",
900
+ "note": "Choose Accordion for coordinated peer sections, Dialog or Drawer for a modal task, Popover for an anchored layer, and Show or Hide for responsive presence.",
901
+ "destinations": [
902
+ {
903
+ "kind": "component",
904
+ "id": "collapsible"
905
+ },
906
+ {
907
+ "kind": "component",
908
+ "id": "accordion"
909
+ },
910
+ {
911
+ "kind": "component",
912
+ "id": "dialog"
913
+ },
914
+ {
915
+ "kind": "component",
916
+ "id": "drawer"
917
+ },
918
+ {
919
+ "kind": "component",
920
+ "id": "popover"
921
+ },
922
+ {
923
+ "kind": "component",
924
+ "id": "show"
925
+ },
926
+ {
927
+ "kind": "component",
928
+ "id": "hide"
929
+ }
930
+ ]
931
+ },
932
+ {
933
+ "intent": "one-column hierarchical navigation and optional selection",
934
+ "use": "Tree",
935
+ "note": "Choose TreeGrid for hierarchical rows with navigable columns, Accordion or Collapsible for arbitrary disclosure content, DataGrid for flat interactive tabular data, and List for static hierarchy.",
936
+ "destinations": [
937
+ {
938
+ "kind": "component",
939
+ "id": "tree"
940
+ },
941
+ {
942
+ "kind": "component",
943
+ "id": "tree-grid"
944
+ },
945
+ {
946
+ "kind": "component",
947
+ "id": "accordion"
948
+ },
949
+ {
950
+ "kind": "component",
951
+ "id": "collapsible"
952
+ },
953
+ {
954
+ "kind": "component",
955
+ "id": "data-grid"
956
+ },
957
+ {
958
+ "kind": "component",
959
+ "id": "list"
960
+ }
961
+ ]
962
+ },
963
+ {
964
+ "intent": "hierarchical rows with several navigable columns",
965
+ "use": "TreeGrid",
966
+ "note": "Choose Tree for one primary hierarchy column, DataGrid for flat interactive rows, Table for read-oriented tabular relationships, and an application-owned data tool for editing or independent cell controls.",
967
+ "destinations": [
968
+ {
969
+ "kind": "component",
970
+ "id": "tree-grid"
971
+ },
972
+ {
973
+ "kind": "component",
974
+ "id": "tree"
975
+ },
976
+ {
977
+ "kind": "component",
978
+ "id": "data-grid"
979
+ },
980
+ {
981
+ "kind": "component",
982
+ "id": "table"
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "intent": "flat tabular data with composite cell navigation or row selection",
988
+ "use": "DataGrid",
989
+ "note": "Choose Table for read-oriented comparison, TreeGrid for hierarchical rows, and an application-owned data tool for editing, column management, or an enterprise data engine.",
990
+ "destinations": [
991
+ {
992
+ "kind": "component",
993
+ "id": "data-grid"
994
+ },
995
+ {
996
+ "kind": "component",
997
+ "id": "table"
998
+ },
999
+ {
1000
+ "kind": "component",
1001
+ "id": "tree-grid"
1002
+ }
1003
+ ]
1004
+ },
1005
+ {
1006
+ "intent": "read-oriented row and column comparison",
1007
+ "use": "Table",
1008
+ "note": "Choose DataGrid for composite cell navigation or row selection, TreeGrid for hierarchical interactive rows, and List when meaningful column relationships are absent.",
1009
+ "destinations": [
1010
+ {
1011
+ "kind": "component",
1012
+ "id": "table"
1013
+ },
1014
+ {
1015
+ "kind": "component",
1016
+ "id": "data-grid"
1017
+ },
1018
+ {
1019
+ "kind": "component",
1020
+ "id": "tree-grid"
1021
+ },
1022
+ {
1023
+ "kind": "component",
1024
+ "id": "list"
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ "intent": "changing stream of focusable articles with article-to-article keyboard movement",
1030
+ "use": "Feed",
1031
+ "note": "Choose List for a static sequence, Table or DataGrid for tabular relationships, Tree for hierarchy, and Stack or Grid for purely visual arrangement.",
1032
+ "destinations": [
1033
+ {
1034
+ "kind": "component",
1035
+ "id": "feed"
1036
+ },
1037
+ {
1038
+ "kind": "component",
1039
+ "id": "list"
1040
+ },
1041
+ {
1042
+ "kind": "component",
1043
+ "id": "table"
1044
+ },
1045
+ {
1046
+ "kind": "component",
1047
+ "id": "data-grid"
1048
+ },
1049
+ {
1050
+ "kind": "component",
1051
+ "id": "tree"
1052
+ },
1053
+ {
1054
+ "kind": "component",
1055
+ "id": "stack"
1056
+ },
1057
+ {
1058
+ "kind": "component",
1059
+ "id": "grid"
1060
+ }
1061
+ ]
1062
+ },
1063
+ {
1064
+ "intent": "linear read-only task completion or indeterminate work",
1065
+ "use": "Progress",
1066
+ "note": "Choose ProgressCircle when compact circular geometry is important, Slider for editable values, Toast for a transient outcome, and Skeleton for unknown content loading.",
1067
+ "destinations": [
1068
+ {
1069
+ "kind": "component",
1070
+ "id": "progress"
1071
+ },
1072
+ {
1073
+ "kind": "component",
1074
+ "id": "progress-circle"
1075
+ },
1076
+ {
1077
+ "kind": "component",
1078
+ "id": "slider"
1079
+ },
1080
+ {
1081
+ "kind": "component",
1082
+ "id": "toast"
1083
+ },
1084
+ {
1085
+ "kind": "component",
1086
+ "id": "skeleton"
1087
+ }
1088
+ ]
1089
+ },
1090
+ {
1091
+ "intent": "compact circular read-only task completion or indeterminate work",
1092
+ "use": "ProgressCircle",
1093
+ "note": "Choose Progress for linear completion, Slider for editable values, and Skeleton for unknown content loading.",
1094
+ "destinations": [
1095
+ {
1096
+ "kind": "component",
1097
+ "id": "progress-circle"
1098
+ },
1099
+ {
1100
+ "kind": "component",
1101
+ "id": "progress"
1102
+ },
1103
+ {
1104
+ "kind": "component",
1105
+ "id": "slider"
1106
+ },
1107
+ {
1108
+ "kind": "component",
1109
+ "id": "skeleton"
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ "intent": "visual count or presence dot over one owning element",
1115
+ "use": "NotificationBadge",
1116
+ "note": "Choose Badge for an in-flow passive label or count, Status for a named state, Button for an actionable count, and visible Text when the value must be announced or understood without the owner; NotificationBadge does not announce changes.",
1117
+ "destinations": [
1118
+ {
1119
+ "kind": "component",
1120
+ "id": "notification-badge"
1121
+ },
1122
+ {
1123
+ "kind": "component",
1124
+ "id": "badge"
1125
+ },
1126
+ {
1127
+ "kind": "component",
1128
+ "id": "status"
1129
+ },
1130
+ {
1131
+ "kind": "component",
1132
+ "id": "button"
1133
+ },
1134
+ {
1135
+ "kind": "component",
1136
+ "id": "text"
1137
+ }
1138
+ ]
1139
+ },
1140
+ {
1141
+ "intent": "compact identity for a named person, organization, or entity",
1142
+ "use": "Avatar",
1143
+ "note": "Choose Image for a larger editorial portrait and NotificationBadge only when the owning Avatar needs a separate visual count or presence indicator.",
1144
+ "destinations": [
1145
+ {
1146
+ "kind": "component",
1147
+ "id": "avatar"
1148
+ },
1149
+ {
1150
+ "kind": "component",
1151
+ "id": "image"
1152
+ },
1153
+ {
1154
+ "kind": "component",
1155
+ "id": "notification-badge"
1156
+ }
1157
+ ]
1158
+ },
1159
+ {
1160
+ "intent": "short passive in-flow label, category, status, or count",
1161
+ "use": "Badge",
1162
+ "note": "Choose NotificationBadge for an overlaid count or dot, Status for richer named state semantics, and Button when the label is actionable.",
1163
+ "destinations": [
1164
+ {
1165
+ "kind": "component",
1166
+ "id": "badge"
1167
+ },
1168
+ {
1169
+ "kind": "component",
1170
+ "id": "notification-badge"
1171
+ },
1172
+ {
1173
+ "kind": "component",
1174
+ "id": "status"
1175
+ },
1176
+ {
1177
+ "kind": "component",
1178
+ "id": "button"
1179
+ }
1180
+ ]
1181
+ },
1182
+ {
1183
+ "intent": "editable, selectable, or submitted opaque hexadecimal color",
1184
+ "use": "ColorPicker",
1185
+ "note": "Choose ColorSwatch for a passive preview; richer alpha, gradient, channel, eyedropper, and color-space editing remains an Atom-first gap.",
1186
+ "destinations": [
1187
+ {
1188
+ "kind": "component",
1189
+ "id": "color-picker"
1190
+ },
1191
+ {
1192
+ "kind": "component",
1193
+ "id": "color-swatch"
1194
+ }
1195
+ ]
1196
+ },
1197
+ {
1198
+ "intent": "passive preview of one color or a compact color mix",
1199
+ "use": "ColorSwatch",
1200
+ "note": "Choose ColorPicker when the user must edit, select, or submit the value; keep interaction on a semantic owner.",
1201
+ "destinations": [
1202
+ {
1203
+ "kind": "component",
1204
+ "id": "color-swatch"
1205
+ },
1206
+ {
1207
+ "kind": "component",
1208
+ "id": "color-picker"
1209
+ }
1210
+ ]
1211
+ },
1212
+ {
1213
+ "intent": "short assistive-only equivalent for meaning already conveyed visually",
1214
+ "use": "VisuallyHidden",
1215
+ "note": "Choose visible Text for essential instructions, state, errors, or announcements, and keep an IconButton or Button itself visible while placing the hidden equivalent inside it.",
1216
+ "destinations": [
1217
+ {
1218
+ "kind": "component",
1219
+ "id": "visually-hidden"
1220
+ },
1221
+ {
1222
+ "kind": "component",
1223
+ "id": "text"
1224
+ },
1225
+ {
1226
+ "kind": "component",
1227
+ "id": "icon-button"
1228
+ },
1229
+ {
1230
+ "kind": "component",
1231
+ "id": "button"
1232
+ }
1233
+ ]
1234
+ },
1235
+ {
1236
+ "intent": "approximate numeric value or ordered range through spatial manipulation",
1237
+ "use": "Slider",
1238
+ "note": "Choose NumberInput for exact entry, Progress for read-only completion, and Rating for a short ordered score.",
1239
+ "destinations": [
1240
+ {
1241
+ "kind": "component",
1242
+ "id": "slider"
1243
+ },
1244
+ {
1245
+ "kind": "component",
1246
+ "id": "number-input"
1247
+ },
1248
+ {
1249
+ "kind": "component",
1250
+ "id": "progress"
1251
+ },
1252
+ {
1253
+ "kind": "component",
1254
+ "id": "rating"
1255
+ }
1256
+ ]
1257
+ },
1258
+ {
1259
+ "intent": "short ordered score input or recognizable passive score aggregate",
1260
+ "use": "Rating",
1261
+ "note": "Choose Slider for a general numeric setting and RadioGroup when choices have distinct categorical meanings.",
1262
+ "destinations": [
1263
+ {
1264
+ "kind": "component",
1265
+ "id": "rating"
1266
+ },
1267
+ {
1268
+ "kind": "component",
1269
+ "id": "slider"
1270
+ },
1271
+ {
1272
+ "kind": "component",
1273
+ "id": "radio-group"
1274
+ }
1275
+ ]
56
1276
  },
57
1277
  {
58
1278
  "intent": "ordered or unordered content",
59
1279
  "use": "List",
60
- "note": "Choose NavList, an interactive collection, Table, or DataGrid when rows navigate, select, activate, or expose data relationships."
1280
+ "note": "Choose NavList, an interactive collection, Table, or DataGrid when rows navigate, select, activate, or expose data relationships.",
1281
+ "destinations": [
1282
+ {
1283
+ "kind": "component",
1284
+ "id": "list"
1285
+ },
1286
+ {
1287
+ "kind": "component",
1288
+ "id": "nav-list"
1289
+ },
1290
+ {
1291
+ "kind": "component",
1292
+ "id": "table"
1293
+ },
1294
+ {
1295
+ "kind": "component",
1296
+ "id": "data-grid"
1297
+ }
1298
+ ]
61
1299
  }
62
1300
  ],
63
1301
  "rules": [
@@ -110,10 +1348,55 @@
110
1348
  "stack",
111
1349
  "grid",
112
1350
  "text",
1351
+ "em",
1352
+ "mark",
1353
+ "highlight",
1354
+ "kbd",
1355
+ "blockquote",
113
1356
  "image",
1357
+ "aspect-ratio",
1358
+ "code-block",
114
1359
  "show",
115
1360
  "hide",
116
1361
  "accordion",
117
- "list"
1362
+ "collapsible",
1363
+ "list",
1364
+ "feed",
1365
+ "tree",
1366
+ "tree-grid",
1367
+ "table",
1368
+ "data-grid",
1369
+ "dialog",
1370
+ "alert-dialog",
1371
+ "popover",
1372
+ "dropdown-menu",
1373
+ "context-menu",
1374
+ "menubar",
1375
+ "hover-card",
1376
+ "tooltip",
1377
+ "radio-group",
1378
+ "checkbox-group",
1379
+ "switch",
1380
+ "toggle",
1381
+ "toggle-group",
1382
+ "number-input",
1383
+ "select",
1384
+ "multi-select",
1385
+ "combobox",
1386
+ "otp-field",
1387
+ "password-toggle-field",
1388
+ "file-upload",
1389
+ "toast",
1390
+ "swipeable-item",
1391
+ "progress",
1392
+ "progress-circle",
1393
+ "notification-badge",
1394
+ "avatar",
1395
+ "badge",
1396
+ "color-picker",
1397
+ "color-swatch",
1398
+ "visually-hidden",
1399
+ "slider",
1400
+ "rating"
118
1401
  ]
119
1402
  }