@astryxdesign/core 0.5.2-canary.e13faef → 0.5.2-canary.e29bf3b

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 (437) hide show
  1. package/dist/AppShell/AppShell.d.ts +2 -2
  2. package/dist/AppShell/AppShell.d.ts.map +1 -1
  3. package/dist/AppShell/AppShell.js +10 -7
  4. package/dist/Banner/Banner.d.ts +5 -0
  5. package/dist/Banner/Banner.d.ts.map +1 -1
  6. package/dist/Banner/Banner.js +7 -2
  7. package/dist/Breadcrumbs/BreadcrumbItem.d.ts +3 -2
  8. package/dist/Breadcrumbs/BreadcrumbItem.d.ts.map +1 -1
  9. package/dist/Breadcrumbs/BreadcrumbItem.js +22 -15
  10. package/dist/Chat/ChatComposer.d.ts +2 -2
  11. package/dist/Chat/ChatComposer.d.ts.map +1 -1
  12. package/dist/Chat/ChatComposer.js +21 -2
  13. package/dist/Chat/ChatComposerInput.d.ts.map +1 -1
  14. package/dist/Chat/ChatComposerInput.js +20 -3
  15. package/dist/Chat/ChatToolCalls.d.ts +1 -1
  16. package/dist/Chat/ChatToolCalls.d.ts.map +1 -1
  17. package/dist/Chat/ChatToolCalls.js +12 -34
  18. package/dist/Chat/chatComposerSelection.d.ts +25 -0
  19. package/dist/Chat/chatComposerSelection.d.ts.map +1 -1
  20. package/dist/Chat/chatComposerSelection.js +78 -0
  21. package/dist/Chat/useChatNewMessages.js +3 -3
  22. package/dist/Chat/useChatStreamScroll.d.ts.map +1 -1
  23. package/dist/Chat/useChatStreamScroll.js +64 -72
  24. package/dist/CheckboxInput/CheckboxInput.d.ts.map +1 -1
  25. package/dist/CheckboxInput/CheckboxInput.js +9 -8
  26. package/dist/CheckboxList/CheckboxListItem.d.ts +5 -3
  27. package/dist/CheckboxList/CheckboxListItem.d.ts.map +1 -1
  28. package/dist/Collapsible/Collapsible.d.ts.map +1 -1
  29. package/dist/Collapsible/Collapsible.js +1 -1
  30. package/dist/DateTimeInput/DateTimeInput.d.ts +47 -13
  31. package/dist/DateTimeInput/DateTimeInput.d.ts.map +1 -1
  32. package/dist/DateTimeInput/DateTimeInput.js +269 -162
  33. package/dist/DateTimeInput/NativeDateSegment.d.ts +24 -0
  34. package/dist/DateTimeInput/NativeDateSegment.d.ts.map +1 -0
  35. package/dist/DateTimeInput/NativeDateSegment.js +235 -0
  36. package/dist/DateTimeInput/NativeTimeSegment.d.ts +30 -0
  37. package/dist/DateTimeInput/NativeTimeSegment.d.ts.map +1 -0
  38. package/dist/DateTimeInput/NativeTimeSegment.js +248 -0
  39. package/dist/DateTimeInput/index.d.ts +1 -1
  40. package/dist/DateTimeInput/index.d.ts.map +1 -1
  41. package/dist/DateTimeInput/nativePickerSegmentStyles.d.ts +95 -0
  42. package/dist/DateTimeInput/nativePickerSegmentStyles.d.ts.map +1 -0
  43. package/dist/DateTimeInput/nativePickerSegmentStyles.js +103 -0
  44. package/dist/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  45. package/dist/DropdownMenu/DropdownMenu.js +2 -4
  46. package/dist/Field/Field.d.ts.map +1 -1
  47. package/dist/Field/Field.js +10 -4
  48. package/dist/Field/FieldLabel.d.ts.map +1 -1
  49. package/dist/Field/FieldLabel.js +35 -20
  50. package/dist/Field/PanelSearchInput.d.ts.map +1 -1
  51. package/dist/Field/PanelSearchInput.js +3 -5
  52. package/dist/FieldStatus/FieldStatus.d.ts.map +1 -1
  53. package/dist/FieldStatus/FieldStatus.js +4 -2
  54. package/dist/Layer/useTouchTrigger.d.ts.map +1 -1
  55. package/dist/Layer/useTouchTrigger.js +2 -4
  56. package/dist/Layout/Layout.d.ts +7 -8
  57. package/dist/Layout/Layout.d.ts.map +1 -1
  58. package/dist/Layout/Layout.js +7 -8
  59. package/dist/Layout/LayoutHeader.d.ts +10 -1
  60. package/dist/Layout/LayoutHeader.d.ts.map +1 -1
  61. package/dist/Layout/LayoutHeader.js +8 -2
  62. package/dist/Markdown/parser.d.ts +26 -0
  63. package/dist/Markdown/parser.d.ts.map +1 -1
  64. package/dist/Markdown/parser.js +210 -56
  65. package/dist/MultiSelector/MultiSelector.d.ts +11 -1
  66. package/dist/MultiSelector/MultiSelector.d.ts.map +1 -1
  67. package/dist/MultiSelector/MultiSelector.js +89 -45
  68. package/dist/RadioList/RadioListItem.d.ts +30 -5
  69. package/dist/RadioList/RadioListItem.d.ts.map +1 -1
  70. package/dist/RadioList/RadioListItem.js +25 -11
  71. package/dist/Resizable/ResizeHandle.d.ts.map +1 -1
  72. package/dist/Resizable/ResizeHandle.js +102 -44
  73. package/dist/Resizable/index.d.ts +2 -0
  74. package/dist/Resizable/index.d.ts.map +1 -1
  75. package/dist/Resizable/index.js +1 -0
  76. package/dist/Resizable/useResizable.d.ts +89 -8
  77. package/dist/Resizable/useResizable.d.ts.map +1 -1
  78. package/dist/Resizable/useResizable.js +521 -38
  79. package/dist/Resizable/utils.d.ts +35 -0
  80. package/dist/Resizable/utils.d.ts.map +1 -0
  81. package/dist/Resizable/utils.js +27 -0
  82. package/dist/Selector/Selector.d.ts +10 -0
  83. package/dist/Selector/Selector.d.ts.map +1 -1
  84. package/dist/Selector/Selector.js +105 -57
  85. package/dist/Selector/useSelectorPresentation.d.ts +1 -0
  86. package/dist/Selector/useSelectorPresentation.d.ts.map +1 -1
  87. package/dist/Selector/useSelectorPresentation.js +17 -2
  88. package/dist/Slider/Slider.d.ts.map +1 -1
  89. package/dist/Slider/Slider.js +3 -5
  90. package/dist/Spinner/Spinner.d.ts.map +1 -1
  91. package/dist/Spinner/Spinner.js +9 -10
  92. package/dist/Stepper/Step.d.ts +2 -1
  93. package/dist/Stepper/Step.d.ts.map +1 -1
  94. package/dist/Stepper/Step.js +75 -11
  95. package/dist/Stepper/Stepper.d.ts.map +1 -1
  96. package/dist/Stepper/Stepper.js +1 -0
  97. package/dist/Switch/Switch.d.ts.map +1 -1
  98. package/dist/Switch/Switch.js +8 -8
  99. package/dist/TabList/TabList.d.ts +19 -1
  100. package/dist/TabList/TabList.d.ts.map +1 -1
  101. package/dist/TabList/TabList.js +28 -5
  102. package/dist/Table/index.d.ts +16 -1
  103. package/dist/Table/index.d.ts.map +1 -1
  104. package/dist/Table/index.js +4 -0
  105. package/dist/Table/plugins/columnResize/useTableColumnResize.d.ts.map +1 -1
  106. package/dist/Table/plugins/columnResize/useTableColumnResize.js +8 -9
  107. package/dist/Table/plugins/rowStatus/index.d.ts +1 -1
  108. package/dist/Table/plugins/rowStatus/index.d.ts.map +1 -1
  109. package/dist/Table/plugins/rowStatus/useTableRowStatus.d.ts +11 -30
  110. package/dist/Table/plugins/rowStatus/useTableRowStatus.d.ts.map +1 -1
  111. package/dist/Table/plugins/rowStatus/useTableRowStatus.js +108 -62
  112. package/dist/Table/plugins/sortable/useTableSortable.d.ts.map +1 -1
  113. package/dist/Table/plugins/sortable/useTableSortable.js +9 -1
  114. package/dist/Text/useTruncation.d.ts +1 -1
  115. package/dist/Text/useTruncation.d.ts.map +1 -1
  116. package/dist/Text/useTruncation.js +8 -7
  117. package/dist/TimeInput/TimeInput.d.ts +16 -1
  118. package/dist/TimeInput/TimeInput.d.ts.map +1 -1
  119. package/dist/TimeInput/TimeInput.js +98 -60
  120. package/dist/TimeInput/index.d.ts +1 -1
  121. package/dist/TimeInput/index.d.ts.map +1 -1
  122. package/dist/Timestamp/Timestamp.d.ts +2 -2
  123. package/dist/Timestamp/Timestamp.d.ts.map +1 -1
  124. package/dist/Timestamp/Timestamp.js +4 -145
  125. package/dist/Timestamp/formatRelativeTime.d.ts +20 -0
  126. package/dist/Timestamp/formatRelativeTime.d.ts.map +1 -0
  127. package/dist/Timestamp/formatRelativeTime.js +81 -0
  128. package/dist/Toast/ToastViewport.d.ts.map +1 -1
  129. package/dist/Toast/ToastViewport.js +125 -77
  130. package/dist/Tokenizer/Tokenizer.d.ts +0 -38
  131. package/dist/Tokenizer/Tokenizer.d.ts.map +1 -1
  132. package/dist/Tokenizer/Tokenizer.js +94 -26
  133. package/dist/Tokenizer/useEndLaneReserve.d.ts +31 -0
  134. package/dist/Tokenizer/useEndLaneReserve.d.ts.map +1 -0
  135. package/dist/Tokenizer/useEndLaneReserve.js +136 -0
  136. package/dist/Tooltip/useTooltip.d.ts +1 -1
  137. package/dist/Tooltip/useTooltip.d.ts.map +1 -1
  138. package/dist/Tooltip/useTooltip.js +53 -42
  139. package/dist/TreeList/TreeList.d.ts +1 -1
  140. package/dist/TreeList/TreeList.d.ts.map +1 -1
  141. package/dist/TreeList/TreeList.js +11 -1
  142. package/dist/Typeahead/BaseTypeahead.d.ts.map +1 -1
  143. package/dist/Typeahead/BaseTypeahead.js +85 -30
  144. package/dist/Typeahead/Typeahead.d.ts +0 -21
  145. package/dist/Typeahead/Typeahead.d.ts.map +1 -1
  146. package/dist/Typeahead/Typeahead.js +108 -67
  147. package/dist/Typeahead/busyIndicatorLane.d.ts +62 -0
  148. package/dist/Typeahead/busyIndicatorLane.d.ts.map +1 -0
  149. package/dist/Typeahead/busyIndicatorLane.js +98 -0
  150. package/dist/astryx.css +25 -10
  151. package/dist/hooks/useFocusReturnVisibility.d.ts.map +1 -1
  152. package/dist/hooks/useFocusReturnVisibility.js +3 -5
  153. package/dist/hooks/useFocusTrap.d.ts +3 -1
  154. package/dist/hooks/useFocusTrap.d.ts.map +1 -1
  155. package/dist/hooks/useFocusTrap.js +31 -1
  156. package/dist/hooks/useIsomorphicLayoutEffect.d.ts +2 -2
  157. package/dist/hooks/useIsomorphicLayoutEffect.d.ts.map +1 -1
  158. package/dist/hooks/useOverflow.js +11 -11
  159. package/dist/hooks/useScrollOverflow.d.ts.map +1 -1
  160. package/dist/hooks/useScrollOverflow.js +7 -4
  161. package/dist/theme/defineTheme.d.ts +13 -0
  162. package/dist/theme/defineTheme.d.ts.map +1 -1
  163. package/dist/theme/defineTheme.js +7 -0
  164. package/dist/theme/generateThemeRules.d.ts.map +1 -1
  165. package/dist/theme/generateThemeRules.js +1 -1
  166. package/dist/theme/localTokens.d.ts +18 -0
  167. package/dist/theme/localTokens.d.ts.map +1 -0
  168. package/dist/theme/localTokens.js +162 -0
  169. package/dist/utils/interactionModality.d.ts +6 -28
  170. package/dist/utils/interactionModality.d.ts.map +1 -1
  171. package/dist/utils/interactionModality.js +72 -37
  172. package/dist/utils/sharedResizeObserver.d.ts +17 -9
  173. package/dist/utils/sharedResizeObserver.d.ts.map +1 -1
  174. package/dist/utils/sharedResizeObserver.js +54 -12
  175. package/locales/en.json +8 -0
  176. package/locales/fr-FR.json +12 -0
  177. package/locales/pseudo.json +6 -0
  178. package/package.json +8 -2
  179. package/scripts/agent-doc-state.mjs +137 -0
  180. package/scripts/postinstall.mjs +28 -60
  181. package/src/AlertDialog/useImperativeAlertDialog.test.tsx +163 -0
  182. package/src/AppShell/AppShell.doc.mjs +4 -3
  183. package/src/AppShell/AppShell.test.tsx +21 -0
  184. package/src/AppShell/AppShell.tsx +12 -7
  185. package/src/Banner/Banner.doc.mjs +5 -1
  186. package/src/Banner/Banner.tsx +12 -1
  187. package/src/BottomSheet/BottomSheet.doc.mjs +31 -0
  188. package/src/BottomSheet/BottomSheet.spec.md +178 -0
  189. package/src/Breadcrumbs/BreadcrumbItem.tsx +18 -9
  190. package/src/Breadcrumbs/Breadcrumbs.doc.mjs +4 -1
  191. package/src/Breadcrumbs/Breadcrumbs.test.tsx +12 -0
  192. package/src/Calendar/hooks/useCalendarConstraints.test.ts +153 -0
  193. package/src/Calendar/hooks/useCalendarDays.test.ts +265 -0
  194. package/src/Calendar/hooks/useCalendarNavigation.test.ts +252 -0
  195. package/src/Center/Center.doc.mjs +7 -0
  196. package/src/Chat/ChatComposer.doc.mjs +7 -4
  197. package/src/Chat/ChatComposer.test.tsx +84 -2
  198. package/src/Chat/ChatComposer.tsx +45 -3
  199. package/src/Chat/ChatComposerInput.test.tsx +188 -0
  200. package/src/Chat/ChatComposerInput.tsx +26 -3
  201. package/src/Chat/ChatComposerTokenElement.doc.mjs +5 -0
  202. package/src/Chat/ChatMessage.doc.mjs +17 -0
  203. package/src/Chat/ChatMessageList.doc.mjs +33 -0
  204. package/src/Chat/ChatSendButton.test.tsx +189 -0
  205. package/src/Chat/ChatToolCalls.doc.mjs +10 -1
  206. package/src/Chat/ChatToolCalls.test.tsx +33 -1
  207. package/src/Chat/ChatToolCalls.tsx +13 -34
  208. package/src/Chat/chatComposerSelection.ts +109 -0
  209. package/src/Chat/useChatNewMessages.ts +3 -3
  210. package/src/Chat/useChatPasteAsToken.test.ts +191 -0
  211. package/src/Chat/useChatStreamScroll.test.tsx +168 -5
  212. package/src/Chat/useChatStreamScroll.ts +71 -67
  213. package/src/CheckboxInput/CheckboxInput.test.tsx +53 -0
  214. package/src/CheckboxInput/CheckboxInput.tsx +9 -21
  215. package/src/CheckboxList/CheckboxList.doc.mjs +172 -31
  216. package/src/CheckboxList/CheckboxList.spec.md +215 -0
  217. package/src/CheckboxList/CheckboxList.test.tsx +45 -0
  218. package/src/CheckboxList/CheckboxListItem.doc.mjs +11 -9
  219. package/src/CheckboxList/CheckboxListItem.tsx +5 -3
  220. package/src/Collapsible/Collapsible.tsx +10 -0
  221. package/src/Collapsible/useCollapsible.test.tsx +236 -0
  222. package/src/CommandPalette/CommandPalette.doc.mjs +72 -0
  223. package/src/CommandPalette/CommandPalette.spec.md +224 -0
  224. package/src/CommandPalette/CommandPaletteEmpty.test.tsx +101 -0
  225. package/src/ComplexSelector/ComplexSelector.doc.mjs +42 -0
  226. package/src/ComplexSelector/ComplexSelector.spec.md +190 -0
  227. package/src/ContextMenu/ContextMenu.doc.mjs +48 -0
  228. package/src/ContextMenu/ContextMenu.spec.md +207 -0
  229. package/src/DateTimeInput/DateTimeInput.doc.mjs +43 -23
  230. package/src/DateTimeInput/DateTimeInput.tsx +388 -181
  231. package/src/DateTimeInput/DateTimeInputTouch.test.tsx +10 -2
  232. package/src/DateTimeInput/NativeDateSegment.tsx +308 -0
  233. package/src/DateTimeInput/NativePickerSegments.test.tsx +626 -0
  234. package/src/DateTimeInput/NativeTimeSegment.tsx +331 -0
  235. package/src/DateTimeInput/index.ts +1 -0
  236. package/src/DateTimeInput/nativePickerSegmentStyles.ts +120 -0
  237. package/src/Divider/Divider.doc.mjs +24 -0
  238. package/src/Divider/Divider.spec.md +157 -0
  239. package/src/DropdownMenu/DropdownMenu.doc.mjs +104 -0
  240. package/src/DropdownMenu/DropdownMenu.spec.md +246 -0
  241. package/src/DropdownMenu/DropdownMenu.tsx +2 -4
  242. package/src/DropdownMenu/DropdownMenuRadioItem.doc.mjs +13 -0
  243. package/src/DropdownMenu/DropdownMenuSelectable.test.tsx +31 -0
  244. package/src/Field/Field.doc.mjs +1 -0
  245. package/src/Field/Field.test.tsx +39 -0
  246. package/src/Field/Field.tsx +18 -1
  247. package/src/Field/FieldLabel.test.tsx +15 -0
  248. package/src/Field/FieldLabel.tsx +69 -41
  249. package/src/Field/InputClearButton.test.tsx +68 -6
  250. package/src/Field/PanelSearchInput.tsx +3 -5
  251. package/src/FieldStatus/FieldStatus.doc.mjs +21 -0
  252. package/src/FieldStatus/FieldStatus.spec.md +213 -0
  253. package/src/FieldStatus/FieldStatus.test.tsx +17 -0
  254. package/src/FieldStatus/FieldStatus.tsx +7 -2
  255. package/src/Grid/Grid.doc.mjs +30 -0
  256. package/src/Grid/Grid.spec.md +162 -0
  257. package/src/Grid/GridSpan.doc.mjs +7 -0
  258. package/src/Icon/Icon.doc.mjs +196 -48
  259. package/src/Icon/Icon.spec.md +192 -0
  260. package/src/Indicator/Indicator.doc.mjs +3 -0
  261. package/src/Kbd/Kbd.doc.mjs +18 -0
  262. package/src/Kbd/Kbd.spec.md +142 -0
  263. package/src/Layer/useTouchTrigger.ts +2 -4
  264. package/src/Layout/Layout.doc.mjs +57 -17
  265. package/src/Layout/Layout.spec.md +235 -0
  266. package/src/Layout/Layout.test.tsx +65 -1
  267. package/src/Layout/Layout.tsx +7 -8
  268. package/src/Layout/LayoutHeader.doc.mjs +23 -0
  269. package/src/Layout/LayoutHeader.tsx +18 -0
  270. package/src/Layout/LayoutPanel.doc.mjs +4 -3
  271. package/src/Lightbox/Lightbox.doc.mjs +149 -33
  272. package/src/Lightbox/Lightbox.spec.md +198 -0
  273. package/src/Lightbox/useLightbox.test.tsx +263 -0
  274. package/src/Markdown/Markdown.doc.mjs +60 -0
  275. package/src/Markdown/Markdown.spec.md +207 -0
  276. package/src/Markdown/incremental.test.ts +83 -0
  277. package/src/Markdown/parser.perf.test.ts +93 -0
  278. package/src/Markdown/parser.ts +256 -55
  279. package/src/MobileNav/MobileNav.doc.mjs +140 -32
  280. package/src/MobileNav/MobileNav.spec.md +209 -0
  281. package/src/MoreMenu/MoreMenu.doc.mjs +42 -0
  282. package/src/MoreMenu/MoreMenu.spec.md +222 -0
  283. package/src/MultiSelector/MultiSelector.doc.mjs +135 -1
  284. package/src/MultiSelector/MultiSelector.spec.md +293 -0
  285. package/src/MultiSelector/MultiSelector.test.tsx +305 -2
  286. package/src/MultiSelector/MultiSelector.tsx +124 -55
  287. package/src/NavIcon/NavIcon.doc.mjs +17 -0
  288. package/src/NavIcon/NavIcon.spec.md +134 -0
  289. package/src/NavMenu/NavHeadingMenu.spec.md +210 -0
  290. package/src/NavMenu/NavMenu.doc.mjs +37 -0
  291. package/src/Outline/Outline.doc.mjs +35 -0
  292. package/src/Outline/Outline.spec.md +162 -0
  293. package/src/OverflowList/OverflowList.doc.mjs +24 -0
  294. package/src/OverflowList/OverflowList.spec.md +157 -0
  295. package/src/Pagination/Pagination.doc.mjs +74 -0
  296. package/src/Pagination/Pagination.spec.md +226 -0
  297. package/src/Popover/Popover.doc.mjs +264 -65
  298. package/src/Popover/Popover.spec.md +421 -0
  299. package/src/Popover/usePopover.doc.mjs +208 -33
  300. package/src/PowerSearch/PowerSearch.doc.mjs +45 -0
  301. package/src/PowerSearch/PowerSearch.spec.md +291 -0
  302. package/src/PowerSearch/PowerSearchFilterEditor.test.tsx +253 -0
  303. package/src/PowerSearch/PowerSearchToken.test.tsx +228 -0
  304. package/src/ProgressBar/ProgressBar.doc.mjs +198 -38
  305. package/src/ProgressBar/ProgressBar.spec.md +79 -26
  306. package/src/RadioList/RadioList.test.tsx +185 -2
  307. package/src/RadioList/RadioListItem.doc.mjs +30 -11
  308. package/src/RadioList/RadioListItem.tsx +53 -28
  309. package/src/Resizable/Resizable.doc.mjs +130 -24
  310. package/src/Resizable/Resizable.spec.md +246 -0
  311. package/src/Resizable/ResizeHandle.test.tsx +177 -56
  312. package/src/Resizable/ResizeHandle.tsx +128 -45
  313. package/src/Resizable/index.ts +2 -0
  314. package/src/Resizable/shippedDirections.test.ts +462 -0
  315. package/src/Resizable/useResizable.doc.mjs +124 -29
  316. package/src/Resizable/useResizable.test.ts +1277 -3
  317. package/src/Resizable/useResizable.ts +760 -48
  318. package/src/Resizable/utils.test.ts +74 -0
  319. package/src/Resizable/utils.ts +35 -0
  320. package/src/Section/Section.doc.mjs +17 -0
  321. package/src/Section/Section.spec.md +139 -0
  322. package/src/SegmentedControl/SegmentedControl.doc.mjs +27 -0
  323. package/src/SegmentedControl/SegmentedControl.spec.md +152 -0
  324. package/src/Selector/Selector.doc.mjs +143 -97
  325. package/src/Selector/Selector.spec.md +300 -0
  326. package/src/Selector/Selector.test.tsx +318 -1
  327. package/src/Selector/Selector.tsx +127 -60
  328. package/src/Selector/useSelectorPresentation.ts +24 -4
  329. package/src/SideNav/SideNav.test.tsx +3 -3
  330. package/src/SideNav/SideNavCollapseButton.doc.mjs +8 -0
  331. package/src/SideNav/SideNavHeading.doc.mjs +3 -0
  332. package/src/SideNav/SideNavItem.doc.mjs +4 -1
  333. package/src/SideNav/SideNavSection.doc.mjs +10 -0
  334. package/src/Skeleton/Skeleton.doc.mjs +12 -0
  335. package/src/Skeleton/Skeleton.spec.md +127 -0
  336. package/src/Slider/Slider.doc.mjs +184 -30
  337. package/src/Slider/Slider.spec.md +224 -0
  338. package/src/Slider/Slider.tsx +2 -5
  339. package/src/Spinner/Spinner.doc.mjs +5 -5
  340. package/src/Spinner/Spinner.test.tsx +32 -7
  341. package/src/Spinner/Spinner.tsx +46 -14
  342. package/src/Stack/Stack.doc.mjs +60 -0
  343. package/src/Stack/Stack.spec.md +155 -0
  344. package/src/StatusDot/StatusDot.doc.mjs +17 -0
  345. package/src/StatusDot/StatusDot.spec.md +138 -0
  346. package/src/Stepper/Step.doc.mjs +1 -1
  347. package/src/Stepper/Step.tsx +118 -5
  348. package/src/Stepper/Stepper.doc.mjs +51 -1
  349. package/src/Stepper/Stepper.spec.md +245 -0
  350. package/src/Stepper/Stepper.test.tsx +315 -0
  351. package/src/Stepper/Stepper.tsx +8 -0
  352. package/src/Switch/Switch.doc.mjs +40 -0
  353. package/src/Switch/Switch.spec.md +175 -0
  354. package/src/Switch/Switch.test.tsx +53 -0
  355. package/src/Switch/Switch.tsx +9 -21
  356. package/src/TabList/TabList.doc.mjs +10 -1
  357. package/src/TabList/TabList.tsx +53 -3
  358. package/src/TabList/TabMenu.doc.mjs +14 -0
  359. package/src/Table/Table.doc.mjs +102 -24
  360. package/src/Table/Table.perf.test.tsx +51 -1
  361. package/src/Table/Table.spec.md +325 -0
  362. package/src/Table/TableHeaderCell.test.tsx +291 -0
  363. package/src/Table/index.ts +19 -4
  364. package/src/Table/plugins/columnResize/useTableColumnResize.tsx +8 -12
  365. package/src/Table/plugins/filtering/useTableFilterState.test.tsx +143 -0
  366. package/src/Table/plugins/groupedRows/useTableGroupedRows.test.tsx +2 -1
  367. package/src/Table/plugins/rowStatus/index.ts +1 -4
  368. package/src/Table/plugins/rowStatus/useTableRowStatus.public.test.ts +92 -0
  369. package/src/Table/plugins/rowStatus/useTableRowStatus.spec.md +354 -0
  370. package/src/Table/plugins/rowStatus/useTableRowStatus.test.tsx +431 -56
  371. package/src/Table/plugins/rowStatus/useTableRowStatus.tsx +155 -84
  372. package/src/Table/plugins/sortable/useTableSortable.test.tsx +72 -0
  373. package/src/Table/plugins/sortable/useTableSortable.tsx +18 -1
  374. package/src/Table/useTableGroupedRows.doc.mjs +2 -2
  375. package/src/Table/useTableRowStatus.doc.mjs +5 -5
  376. package/src/Text/Text.doc.mjs +190 -43
  377. package/src/Text/Text.spec.md +206 -0
  378. package/src/Text/useTruncation.ts +8 -7
  379. package/src/TextArea/TextArea.doc.mjs +255 -45
  380. package/src/TextArea/TextArea.spec.md +205 -0
  381. package/src/TimeInput/NativeTimeInput.test.tsx +269 -0
  382. package/src/TimeInput/TimeInput.doc.mjs +47 -23
  383. package/src/TimeInput/TimeInput.tsx +109 -50
  384. package/src/TimeInput/index.ts +1 -0
  385. package/src/Timestamp/Timestamp.doc.mjs +2 -2
  386. package/src/Timestamp/Timestamp.test.tsx +75 -3
  387. package/src/Timestamp/Timestamp.tsx +7 -153
  388. package/src/Timestamp/formatRelativeTime.ts +96 -0
  389. package/src/Toast/Toast.doc.mjs +4 -0
  390. package/src/Toast/ToastViewport.test.tsx +194 -0
  391. package/src/Toast/ToastViewport.tsx +136 -58
  392. package/src/Tokenizer/Tokenizer.doc.mjs +16 -0
  393. package/src/Tokenizer/Tokenizer.spec.md +293 -0
  394. package/src/Tokenizer/Tokenizer.test.tsx +335 -1
  395. package/src/Tokenizer/Tokenizer.tsx +129 -46
  396. package/src/Tokenizer/useEndLaneReserve.ts +146 -0
  397. package/src/Toolbar/Toolbar.doc.mjs +19 -0
  398. package/src/Toolbar/Toolbar.spec.md +174 -0
  399. package/src/Tooltip/Tooltip.doc.mjs +17 -0
  400. package/src/Tooltip/Tooltip.spec.md +142 -0
  401. package/src/Tooltip/Tooltip.test.tsx +21 -1
  402. package/src/Tooltip/useTooltip.test.tsx +318 -0
  403. package/src/Tooltip/useTooltip.tsx +60 -39
  404. package/src/TopNav/TopNavHeading.doc.mjs +3 -0
  405. package/src/TopNav/TopNavItem.doc.mjs +3 -0
  406. package/src/TopNav/TopNavMenu.doc.mjs +10 -0
  407. package/src/TreeList/TreeList.doc.mjs +58 -0
  408. package/src/TreeList/TreeList.spec.md +224 -0
  409. package/src/TreeList/TreeList.test.tsx +94 -0
  410. package/src/TreeList/TreeList.tsx +19 -1
  411. package/src/Typeahead/BaseTypeahead.tsx +96 -25
  412. package/src/Typeahead/Typeahead.doc.mjs +89 -1
  413. package/src/Typeahead/Typeahead.spec.md +257 -0
  414. package/src/Typeahead/Typeahead.test.tsx +502 -1
  415. package/src/Typeahead/Typeahead.tsx +187 -69
  416. package/src/Typeahead/TypeaheadItem.test.tsx +93 -2
  417. package/src/Typeahead/busyIndicatorLane.tsx +109 -0
  418. package/src/__tests__/stylexDeclarations.ts +51 -0
  419. package/src/hooks/useFocusReturnVisibility.ts +3 -5
  420. package/src/hooks/useFocusTrap.doc.mjs +2 -2
  421. package/src/hooks/useFocusTrap.test.tsx +48 -0
  422. package/src/hooks/useFocusTrap.ts +35 -1
  423. package/src/hooks/useOverflow.ts +11 -11
  424. package/src/hooks/useScrollLock.test.ts +103 -0
  425. package/src/hooks/useScrollOverflow.ts +7 -4
  426. package/src/i18n/useTranslator.test.tsx +197 -0
  427. package/src/postinstall.test.mjs +71 -5
  428. package/src/theme/defineTheme.test.ts +227 -0
  429. package/src/theme/defineTheme.ts +30 -0
  430. package/src/theme/derivedVarRegistry.test.ts +6 -0
  431. package/src/theme/generateThemeRules.ts +4 -1
  432. package/src/theme/localTokens.ts +272 -0
  433. package/src/theme/themingTargets.test.ts +39 -7
  434. package/src/utils/interactionModality.test.ts +83 -0
  435. package/src/utils/interactionModality.ts +88 -36
  436. package/src/utils/sharedResizeObserver.test.ts +124 -5
  437. package/src/utils/sharedResizeObserver.ts +60 -14
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  * @file AppShell.tsx
4
4
  * @input Uses React, Layout, LayoutHeader, LayoutPanel, LayoutContent, StyleX
5
5
  * @output Exports AppShell component and AppShellProps type
6
- * @position Application-level layout shell — the top-level wrapper for any app.
6
+ * @position Page shell for an application — the top-level wrapper for any app.
7
7
  * Composes Layout internally to provide header, sideNav, and main content areas.
8
8
  * Use for any app that needs a top nav, side navigation, and scrollable content.
9
9
  *
@@ -175,7 +175,7 @@ export interface AppShellProps extends BaseProps<HTMLDivElement> {
175
175
  topNav?: ReactNode;
176
176
  }
177
177
  /**
178
- * Application-level layout shell. Provides the structural frame for an app:
178
+ * Page shell for an application. Provides the structural frame for an app:
179
179
  * top navigation, side navigation, and main content area.
180
180
  *
181
181
  * Slot-based API with `topNav`, `sideNav`, `banner`, and `children`.
@@ -1 +1 @@
1
- {"version":3,"file":"AppShell.d.ts","sourceRoot":"","sources":["../../src/AppShell/AppShell.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAQL,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAmBf,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAO5C,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AA+BhD;;;;;;GAMG;AACH,MAAM,MAAM,kBAAkB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAE7D;;;;;;;GAOG;AAEH;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,kBAAkB,CAAC;AAEvD;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAEzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAEhC;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,aAAc,SAAQ,SAAS,CAAC,cAAc,CAAC;IAC9D,wCAAwC;IACxC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,WAAW,CAAC;IAE7B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEzB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,SAAS,CAAC,EAAE,KAAK,GAAG,eAAe,GAAG,SAAS,CAAC;IAEhD;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AA2KD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,EACvB,OAAoB,EACpB,MAAM,EACN,QAAQ,EACR,cAAc,EACd,aAAa,EAAE,UAAU,EACzB,MAAe,EACf,SAAS,EACT,OAAO,EACP,MAAM,EACN,MAAM,EACN,SAAS,EACT,KAAK,EACL,GAAG,EACH,GAAG,IAAI,EACR,EAAE,aAAa,qBA6Yf;yBA5Ze,QAAQ"}
1
+ {"version":3,"file":"AppShell.d.ts","sourceRoot":"","sources":["../../src/AppShell/AppShell.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAQL,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAmBf,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAO5C,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AA+BhD;;;;;;GAMG;AACH,MAAM,MAAM,kBAAkB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAE7D;;;;;;;GAOG;AAEH;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,kBAAkB,CAAC;AAEvD;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IAEzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAEhC;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,aAAc,SAAQ,SAAS,CAAC,cAAc,CAAC;IAC9D,wCAAwC;IACxC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,WAAW,CAAC;IAE7B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEzB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,SAAS,CAAC,EAAE,KAAK,GAAG,eAAe,GAAG,SAAS,CAAC;IAEhD;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AA4KD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,EACvB,OAAoB,EACpB,MAAM,EACN,QAAQ,EACR,cAAc,EACd,aAAa,EAAE,UAAU,EACzB,MAAe,EACf,SAAS,EACT,OAAO,EACP,MAAM,EACN,MAAM,EACN,SAAS,EACT,KAAK,EACL,GAAG,EACH,GAAG,IAAI,EACR,EAAE,aAAa,qBAiZf;yBAhae,QAAQ"}
@@ -8,7 +8,7 @@ import React from 'react';
8
8
  * @file AppShell.tsx
9
9
  * @input Uses React, Layout, LayoutHeader, LayoutPanel, LayoutContent, StyleX
10
10
  * @output Exports AppShell component and AppShellProps type
11
- * @position Application-level layout shell — the top-level wrapper for any app.
11
+ * @position Page shell for an application — the top-level wrapper for any app.
12
12
  * Composes Layout internally to provide header, sideNav, and main content areas.
13
13
  * Use for any app that needs a top nav, side navigation, and scrollable content.
14
14
  *
@@ -36,7 +36,7 @@ import { AppShellMobileContext } from "./AppShellMobileContext.js";
36
36
  import { mergeProps, isRenderable } from "../utils/index.js";
37
37
  import { focusOutlineProps } from "../utils/focusOutline.stylex.js";
38
38
  import { useMediaQuery } from "../hooks/useMediaQuery.js";
39
- import { observeResize, unobserveResize } from "../utils/sharedResizeObserver.js";
39
+ import { observeResize } from "../utils/sharedResizeObserver.js";
40
40
  import { themeProps } from "../utils/themeProps.js";
41
41
  import { useTranslator } from "../i18n/index.js";
42
42
  import { useMergedRefs } from "../hooks/useMergedRefs.js";
@@ -105,6 +105,7 @@ const styles = {
105
105
  k1xSpc: "x78zum5",
106
106
  kXwgrk: "xdt5ytf",
107
107
  kVAEAm: "x1n2onr6",
108
+ kVQacm: "x7giv3",
108
109
  $$css: true
109
110
  },
110
111
  variantWash: {
@@ -199,7 +200,7 @@ const styles = {
199
200
  // =============================================================================
200
201
 
201
202
  /**
202
- * Application-level layout shell. Provides the structural frame for an app:
203
+ * Page shell for an application. Provides the structural frame for an app:
203
204
  * top navigation, side navigation, and main content area.
204
205
  *
205
206
  * Slot-based API with `topNav`, `sideNav`, `banner`, and `children`.
@@ -294,6 +295,9 @@ export function AppShell({
294
295
  const navHasDividers = variant === 'section';
295
296
  const isElevated = variant === 'elevated';
296
297
  const navAreaStyle = variant === 'wash' || variant === 'elevated' ? styles.navAreaWash : variant === 'surface' ? styles.navAreaSurface : undefined;
298
+ // Section normally inherits the shell's surface background. Its auto-height
299
+ // header needs to paint that surface itself while content scrolls beneath it.
300
+ const headerAreaStyle = navAreaStyle ?? (isAuto && variant === 'section' ? styles.navAreaSurface : undefined);
297
301
  const contentAreaStyle = variant === 'wash' ? styles.contentBgWash : variant === 'elevated' && hasTopNav && hasSideNav && !isBelowBreakpoint ? styles.contentBgTransparent : variant === 'surface' || variant === 'elevated' ? styles.contentBgSurface : undefined;
298
302
 
299
303
  // Background for sticky elements in auto mode — must be opaque so content
@@ -316,8 +320,7 @@ export function AppShell({
316
320
  const height = headerEl.getBoundingClientRect().height;
317
321
  shellEl.style.setProperty('--_app-shell-header-height', `${height}px`);
318
322
  };
319
- observeResize(headerEl, () => updateHeight());
320
- return () => unobserveResize(headerEl);
323
+ return observeResize(headerEl, () => updateHeight());
321
324
  }, [isAuto]);
322
325
 
323
326
  // =========================================================================
@@ -395,7 +398,7 @@ export function AppShell({
395
398
  role: "banner",
396
399
  ...mergeProps(themeProps('app-shell-header', {
397
400
  variant
398
- }), stylex.props(navAreaStyle, isAuto && styles.headerSticky)),
401
+ }), stylex.props(headerAreaStyle, isAuto && styles.headerSticky)),
399
402
  children: headerInner
400
403
  }) : undefined;
401
404
 
@@ -473,7 +476,7 @@ export function AppShell({
473
476
  role: headerContent == null ? 'banner' : undefined,
474
477
  ...mergeProps(themeProps('app-shell-header', {
475
478
  variant
476
- }), stylex.props(navAreaStyle, isAuto && styles.headerSticky)),
479
+ }), stylex.props(headerAreaStyle, isAuto && styles.headerSticky)),
477
480
  children: /*#__PURE__*/_jsx(LayoutHeader, {
478
481
  padding: 0,
479
482
  hasDivider: navHasDividers,
@@ -11,6 +11,11 @@
11
11
  * - Status icon (themeProps 'banner-icon'): the target rides on the default
12
12
  * <Icon> itself — the element that paints — so 'status:X' overrides reach
13
13
  * the glyph (#4166); for a custom `icon` node it stays on the layout wrapper
14
+ * - Description (themeProps 'banner-description'): the supporting line owns its
15
+ * own colour and type, and the space between it and the title
16
+ * - The end area carries no target: it is a layout row (flex, wrap, edge
17
+ * compensation) rather than a painted surface, and a theme that wants the
18
+ * header to grow around its buttons sets `padding-block` on 'banner'
14
19
  * - No left border accent — color is expressed through the full header background
15
20
  * - Each visual area owns its own border-radius (no overflow:clip on the container)
16
21
  * - Children are collapsible by default: a toggle appears in the header end
@@ -1 +1 @@
1
- {"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../src/Banner/Banner.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AAEH,OAAO,EAA0B,KAAK,SAAS,EAAC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAgB5C,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,+BAA+B,CAAC;AAErE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAI9C,OAAO,KAAK,EAAC,eAAe,EAAE,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAMjE;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,eAAe,CAAC;AAEjD;;;;;;GAMG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,kBAAkB,CAAC;AAEvD,MAAM,WAAW,WAAY,SAAQ,SAAS,CAAC,cAAc,CAAC;IAC5D,wCAAwC;IACxC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;;OAKG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;;;;;;;;OAWG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;;;;;;;;;;;;;;;;OAkBG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,iBAAiB,CAAC;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAmND;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,wBAAgB,MAAM,CAAC,EACrB,MAAM,EACN,KAAK,EACL,WAAW,EACX,IAAI,EACJ,aAAqB,EACrB,SAAS,EACT,YAAY,EACZ,UAAU,EACV,SAAkB,EAClB,SAAkB,EAClB,WAAkB,EAClB,QAAQ,EACR,MAAM,EACN,SAAS,EACT,KAAK,EACL,GAAG,EACH,cAAc,EACd,oBAAoB,EACpB,GAAG,IAAI,EACR,EAAE,WAAW,sCA6Ob;yBAjQe,MAAM"}
1
+ {"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../src/Banner/Banner.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AAEH,OAAO,EAA0B,KAAK,SAAS,EAAC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAgB5C,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,+BAA+B,CAAC;AAErE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAI9C,OAAO,KAAK,EAAC,eAAe,EAAE,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAMjE;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,eAAe,CAAC;AAEjD;;;;;;GAMG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,kBAAkB,CAAC;AAEvD,MAAM,WAAW,WAAY,SAAQ,SAAS,CAAC,cAAc,CAAC;IAC5D,wCAAwC;IACxC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;;OAKG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;;;;;;;;OAWG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;;;;;;;;;;;;;;;;OAkBG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,iBAAiB,CAAC;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAmND;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,wBAAgB,MAAM,CAAC,EACrB,MAAM,EACN,KAAK,EACL,WAAW,EACX,IAAI,EACJ,aAAqB,EACrB,SAAS,EACT,YAAY,EACZ,UAAU,EACV,SAAkB,EAClB,SAAkB,EAClB,WAAkB,EAClB,QAAQ,EACR,MAAM,EACN,SAAS,EACT,KAAK,EACL,GAAG,EACH,cAAc,EACd,oBAAoB,EACpB,GAAG,IAAI,EACR,EAAE,WAAW,sCAmPb;yBAvQe,MAAM"}
@@ -15,6 +15,11 @@
15
15
  * - Status icon (themeProps 'banner-icon'): the target rides on the default
16
16
  * <Icon> itself — the element that paints — so 'status:X' overrides reach
17
17
  * the glyph (#4166); for a custom `icon` node it stays on the layout wrapper
18
+ * - Description (themeProps 'banner-description'): the supporting line owns its
19
+ * own colour and type, and the space between it and the title
20
+ * - The end area carries no target: it is a layout row (flex, wrap, edge
21
+ * compensation) rather than a painted surface, and a theme that wants the
22
+ * header to grow around its buttons sets `padding-block` on 'banner'
18
23
  * - No left border accent — color is expressed through the full header background
19
24
  * - Each visual area owns its own border-radius (no overflow:clip on the container)
20
25
  * - Children are collapsible by default: a toggle appears in the header end
@@ -429,9 +434,9 @@ export function Banner({
429
434
  },
430
435
  children: title
431
436
  }), isRenderable(description) && /*#__PURE__*/_jsx("div", {
432
- ...{
437
+ ...mergeProps(themeProps('banner-description'), {
433
438
  className: "x1ghz6dp xjb2p0i x141an7d x1sodnla x1ltkj2j xv1l7n4 xj0a0fe"
434
- },
439
+ }),
435
440
  children: description
436
441
  })]
437
442
  }), showEndArea && /*#__PURE__*/_jsxs("div", {
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * @file BreadcrumbItem.tsx
3
3
  * @input Uses React use/useRef/useEffect, stylex, theme tokens, BreadcrumbContext,
4
- * and (for the menu trigger) usePopover + the shared DropdownMenu item API
5
- * (renderDropdownItems, DropdownMenuContext, MENU_ITEM_SELECTOR, useListFocus)
4
+ * rtlStyles for the contextual default slash, and (for the menu trigger)
5
+ * usePopover + the shared DropdownMenu item API (renderDropdownItems,
6
+ * DropdownMenuContext, MENU_ITEM_SELECTOR, useListFocus)
6
7
  * @output Exports BreadcrumbItem component and BreadcrumbItemProps
7
8
  * @position Individual breadcrumb item; used inside Breadcrumbs
8
9
  *
@@ -1 +1 @@
1
- {"version":3,"file":"BreadcrumbItem.d.ts","sourceRoot":"","sources":["../../src/Breadcrumbs/BreadcrumbItem.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,KAAK,EAAE,EAOZ,KAAK,SAAS,EACd,KAAK,UAAU,EAChB,MAAM,OAAO,CAAC;AAWf,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAErD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAS5C,OAAO,EAGL,KAAK,gBAAgB,EACtB,MAAM,qCAAqC,CAAC;AAM7C,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,8BAA8B,CAAC;AAOrE,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAC/C,SAAS,CAAC,aAAa,CAAC,EACxB,SAAS,CACV;IACC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;IAC/B;;;;OAIG;IACH,EAAE,CAAC,EAAE,iBAAiB,CAAC;IACvB;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC/C;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;;;;;;;;;;;OAaG;IACH,IAAI,CAAC,EAAE,kBAAkB,EAAE,GAAG,SAAS,CAAC;IACxC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;CAC7B;AAyHD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,cAAc,CAAC,EAC7B,GAAG,EACH,EAAE,EACF,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,SAAS,EAAE,aAAa,EACxB,SAAS,EACT,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,SAAS,EACT,KAAK,EACL,aAAa,EAAE,MAAM,EACrB,GAAG,IAAI,EACR,EAAE,mBAAmB,qBAsMrB;yBArNe,cAAc"}
1
+ {"version":3,"file":"BreadcrumbItem.d.ts","sourceRoot":"","sources":["../../src/Breadcrumbs/BreadcrumbItem.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,EAOZ,KAAK,SAAS,EACd,KAAK,UAAU,EAChB,MAAM,OAAO,CAAC;AAWf,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAErD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAS5C,OAAO,EAGL,KAAK,gBAAgB,EACtB,MAAM,qCAAqC,CAAC;AAM7C,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,8BAA8B,CAAC;AAOrE,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAC/C,SAAS,CAAC,aAAa,CAAC,EACxB,SAAS,CACV;IACC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;IAC/B;;;;OAIG;IACH,EAAE,CAAC,EAAE,iBAAiB,CAAC;IACvB;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC/C;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;;;;;;;;;;;OAaG;IACH,IAAI,CAAC,EAAE,kBAAkB,EAAE,GAAG,SAAS,CAAC;IACxC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;CAC7B;AAqID;;;;;;;;;;;;;GAaG;AACH,wBAAgB,cAAc,CAAC,EAC7B,GAAG,EACH,EAAE,EACF,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,SAAS,EAAE,aAAa,EACxB,SAAS,EACT,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,SAAS,EACT,KAAK,EACL,aAAa,EAAE,MAAM,EACrB,GAAG,IAAI,EACR,EAAE,mBAAmB,qBAkMrB;yBAjNe,cAAc"}
@@ -5,8 +5,9 @@
5
5
  /**
6
6
  * @file BreadcrumbItem.tsx
7
7
  * @input Uses React use/useRef/useEffect, stylex, theme tokens, BreadcrumbContext,
8
- * and (for the menu trigger) usePopover + the shared DropdownMenu item API
9
- * (renderDropdownItems, DropdownMenuContext, MENU_ITEM_SELECTOR, useListFocus)
8
+ * rtlStyles for the contextual default slash, and (for the menu trigger)
9
+ * usePopover + the shared DropdownMenu item API (renderDropdownItems,
10
+ * DropdownMenuContext, MENU_ITEM_SELECTOR, useListFocus)
10
11
  * @output Exports BreadcrumbItem component and BreadcrumbItemProps
11
12
  * @position Individual breadcrumb item; used inside Breadcrumbs
12
13
  *
@@ -27,7 +28,7 @@ import "../theme/tokens.stylex.js";
27
28
  import { colorVars, spacingVars, typeScaleVars, radiusVars, fontWeightVars } from "../theme/tokens.stylex.js";
28
29
  import { BreadcrumbContext } from "./Breadcrumbs.js";
29
30
  import { useLinkComponent } from "../Link/useLinkComponent.js";
30
- import { mergeProps } from "../utils/index.js";
31
+ import { mergeProps, rtlStyles } from "../utils/index.js";
31
32
  import { themeProps } from "../utils/themeProps.js";
32
33
  import { focusOutlineProps } from "../utils/focusOutline.stylex.js";
33
34
  import { Icon } from "../Icon/index.js";
@@ -99,6 +100,20 @@ const itemStyles = {
99
100
  $$css: true
100
101
  }
101
102
  };
103
+ function BreadcrumbSeparator({
104
+ separator
105
+ }) {
106
+ return /*#__PURE__*/_jsx("span", {
107
+ "aria-hidden": "true",
108
+ ...{
109
+ className: "x11ke7fs x6s0dn4 xv1l7n4 xu0wf1k x87ps6o"
110
+ },
111
+ children: separator === '/' ? /*#__PURE__*/_jsx("span", {
112
+ ...stylex.props(rtlStyles.mirror),
113
+ children: "/"
114
+ }) : separator
115
+ });
116
+ }
102
117
  const menuStyles = {
103
118
  popover: {
104
119
  k7Eaqz: "x5w4yej",
@@ -220,12 +235,8 @@ export function BreadcrumbItem({
220
235
  }), stylex.props(itemStyles.root, isSupporting ? itemStyles.supportingSize : itemStyles.defaultSize, xstyle), className, style),
221
236
  "data-testid": testId,
222
237
  ...rest,
223
- children: [/*#__PURE__*/_jsx("span", {
224
- "aria-hidden": "true",
225
- ...{
226
- className: "x11ke7fs x6s0dn4 xv1l7n4 xu0wf1k x87ps6o"
227
- },
228
- children: ctx.separator
238
+ children: [/*#__PURE__*/_jsx(BreadcrumbSeparator, {
239
+ separator: ctx.separator
229
240
  }), hasMenu ?
230
241
  /*#__PURE__*/
231
242
  // A current crumb can also open a sibling menu — the trigger keeps
@@ -262,12 +273,8 @@ export function BreadcrumbItem({
262
273
  }), stylex.props(itemStyles.root, isSupporting ? itemStyles.supportingSize : itemStyles.defaultSize, xstyle), className, style),
263
274
  "data-testid": testId,
264
275
  ...rest,
265
- children: [/*#__PURE__*/_jsx("span", {
266
- "aria-hidden": "true",
267
- ...{
268
- className: "x11ke7fs x6s0dn4 xv1l7n4 xu0wf1k x87ps6o"
269
- },
270
- children: ctx.separator
276
+ children: [/*#__PURE__*/_jsx(BreadcrumbSeparator, {
277
+ separator: ctx.separator
271
278
  }), hasMenu ? /*#__PURE__*/_jsx(BreadcrumbMenuTrigger, {
272
279
  ref: contentRef,
273
280
  menu: menu,
@@ -46,8 +46,8 @@ export interface ChatComposerProps extends Omit<BaseProps<HTMLDivElement>, 'onCh
46
46
  /**
47
47
  * Resting elevation of the composer body. `low` (the default) keeps today's
48
48
  * raised look — low at rest, bumping to med on hover / focus. `none` flattens
49
- * it and draws a border with the same rest / hover / focus treatment as a
50
- * text input (emphasized border accent on focus, with matching inset rings).
49
+ * it and draws a border. Keyboard focus in the editor adds the shared focus
50
+ * ring in either presentation; pointer focus does not add that ring.
51
51
  * @default 'low'
52
52
  */
53
53
  elevation?: 'none' | 'low';
@@ -1 +1 @@
1
- {"version":3,"file":"ChatComposer.d.ts","sourceRoot":"","sources":["../../src/Chat/ChatComposer.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,EAKZ,KAAK,SAAS,EAEf,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AA0B5C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;AAEtE,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAC7C,SAAS,CAAC,cAAc,CAAC,EACzB,UAAU,GAAG,UAAU,CACxB;IACC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC,+CAA+C;IAC/C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,kDAAkD;IAClD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,kFAAkF;IAClF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,oCAAoC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,qCAAqC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uCAAuC;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sBAAsB;IACtB,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAI3B,6GAA6G;IAC7G,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,yHAAyH;IACzH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,yGAAyG;IACzG,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,2DAA2D;IAC3D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,gHAAgH;IAChH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,gHAAgH;IAChH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,gDAAgD;IAChD,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,iEAAiE;IACjE,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,oDAAoD;IACpD,cAAc,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AAoMD;;;;;;;;;;;GAWG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBAiLpD;yBAjLe,YAAY"}
1
+ {"version":3,"file":"ChatComposer.d.ts","sourceRoot":"","sources":["../../src/Chat/ChatComposer.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,EAKZ,KAAK,SAAS,EAGf,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AA+B5C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;AAEtE,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAC7C,SAAS,CAAC,cAAc,CAAC,EACzB,UAAU,GAAG,UAAU,CACxB;IACC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC,+CAA+C;IAC/C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,kDAAkD;IAClD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,kFAAkF;IAClF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,oCAAoC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,qCAAqC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uCAAuC;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sBAAsB;IACtB,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAI3B,6GAA6G;IAC7G,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,yHAAyH;IACzH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,yGAAyG;IACzG,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,2DAA2D;IAC3D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,gHAAgH;IAChH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,gHAAgH;IAChH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,gDAAgD;IAChD,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,iEAAiE;IACjE,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,oDAAoD;IACpD,cAAc,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AA8MD;;;;;;;;;;;GAWG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBA2MpD;yBA3Me,YAAY"}
@@ -33,6 +33,8 @@ import { ChatComposerContext } from "./ChatContext.js";
33
33
  import { ChatSendButton } from "./ChatSendButton.js";
34
34
  import { themeProps } from "../utils/themeProps.js";
35
35
  import { useTranslator } from "../i18n/index.js";
36
+ import { focusOutlineStyles } from "../utils/focusOutline.stylex.js";
37
+ import { getInteractionModality, useInteractionModalityTracking } from "../utils/interactionModality.js";
36
38
 
37
39
  // =============================================================================
38
40
  // Types
@@ -65,7 +67,8 @@ const styles = {
65
67
 
66
68
  // Resting elevation for the composer body, narrowed to two steps.
67
69
  // - `low` (default) preserves today's look: low at rest, bumping to med on
68
- // hover / focus-within (a CSS-only interaction state the component owns).
70
+ // hover / focus-within. The WCAG focus indicator is a separate shared ring,
71
+ // gated to keyboard focus in the editor; the shadow change remains depth.
69
72
  // - `none` is flat; depth comes from a border + inset rings instead. The
70
73
  // border is drawn *inside* the padding — its width is subtracted from every
71
74
  // side (like Card) so total inset (border + padding) equals the elevated
@@ -88,6 +91,9 @@ const elevationStyles = {
88
91
  $$css: true
89
92
  }
90
93
  };
94
+ function isComposerEditor(target) {
95
+ return target instanceof HTMLElement && target.matches('textarea, [contenteditable="true"], [role="textbox"], input:not([type]), input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"]');
96
+ }
91
97
 
92
98
  // =============================================================================
93
99
  // Component
@@ -134,6 +140,8 @@ export function ChatComposer(props) {
134
140
  } = props;
135
141
  const placeholder = placeholderFromProps ?? t('@astryx.chat.composer.placeholder');
136
142
  const [internalValue, setInternalValue] = useState('');
143
+ const [hasKeyboardEditorFocus, setHasKeyboardEditorFocus] = useState(false);
144
+ useInteractionModalityTracking();
137
145
  const isControlled = controlledValue !== undefined;
138
146
  const currentValue = isControlled ? controlledValue : internalValue;
139
147
  const updateValue = useCallback(newValue => {
@@ -175,6 +183,14 @@ export function ChatComposer(props) {
175
183
  const editable = bodyRef.current?.querySelector('[contenteditable="true"], textarea');
176
184
  editable?.focus();
177
185
  }, []);
186
+ const handleBodyFocusCapture = useCallback(event => {
187
+ setHasKeyboardEditorFocus(isComposerEditor(event.target) && getInteractionModality() === 'keyboard');
188
+ }, []);
189
+ const handleBodyBlurCapture = useCallback(event => {
190
+ if (!event.currentTarget.contains(event.relatedTarget)) {
191
+ setHasKeyboardEditorFocus(false);
192
+ }
193
+ }, []);
178
194
  const statusEl = status ? /*#__PURE__*/_jsxs("div", {
179
195
  role: status.type === 'error' ? 'alert' : 'status',
180
196
  ...{
@@ -238,7 +254,10 @@ export function ChatComposer(props) {
238
254
  children: [statusPosition === 'top' && statusEl, drawer, /*#__PURE__*/_jsxs("div", {
239
255
  ref: bodyRef,
240
256
  onClick: handleBodyClick,
241
- ...stylex.props(styles.body, elevationStyles[elevation], density === 'compact' && styles.compact, xstyle),
257
+ onPointerDownCapture: () => setHasKeyboardEditorFocus(false),
258
+ onFocusCapture: handleBodyFocusCapture,
259
+ onBlurCapture: handleBodyBlurCapture,
260
+ ...stylex.props(styles.body, elevationStyles[elevation], hasKeyboardEditorFocus && focusOutlineStyles.focusWithin, density === 'compact' && styles.compact, xstyle),
242
261
  children: [(headerActions || headerContext) && /*#__PURE__*/_jsxs("div", {
243
262
  ...{
244
263
  className: "x78zum5 x6s0dn4 x1qughib x1txdalj xe0p6wg"
@@ -1 +1 @@
1
- {"version":3,"file":"ChatComposerInput.d.ts","sourceRoot":"","sources":["../../src/Chat/ChatComposerInput.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ChatComposerInput.d.ts","sourceRoot":"","sources":["../../src/Chat/ChatComposerInput.tsx"],"names":[],"mappings":"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"}
@@ -30,7 +30,7 @@ import { colorVars, spacingVars, typeScaleVars, typographyVars } from "../theme/
30
30
  import { mergeProps, isImeKeyEvent } from "../utils/index.js";
31
31
  import { useTriggerMenu } from "./useTriggerMenu.js";
32
32
  import { useChatComposerTokens, isCustomToken } from "./useChatComposerTokens.js";
33
- import { ensureCaretInside, insertTextAtCursor } from "./chatComposerSelection.js";
33
+ import { ensureCaretInside, insertTextAtCursor, isSelectionAtStart, isSelectionAtEnd } from "./chatComposerSelection.js";
34
34
  import { ChatPastedTextToken } from "./ChatPastedTextToken.js";
35
35
  import { useChatPasteAsToken } from "./useChatPasteAsToken.js";
36
36
  import { Badge } from "../Badge/index.js";
@@ -373,12 +373,29 @@ export function ChatComposerInput(props) {
373
373
  return;
374
374
  }
375
375
 
376
- // History navigation (only when trigger menu is not active)
376
+ // History navigation (only when trigger menu is not active).
377
+ // Recall only at the text boundaries so the caret can still move
378
+ // between lines in a multi-line draft: ArrowUp recalls the
379
+ // previous message when the caret is at the very start, ArrowDown
380
+ // steps forward when it's at the very end. A recalled message is
381
+ // shown fully selected (see `selectAll` below); that spans both
382
+ // boundaries at once, so repeated presses keep stepping through
383
+ // history. Mid-text, we bail before `preventDefault` and let the
384
+ // browser move the caret up/down a line.
377
385
  if (hasHistory && (e.key === 'ArrowUp' || e.key === 'ArrowDown')) {
378
386
  if (!editableRef.current) {
379
387
  return;
380
388
  }
381
- const text = serialize(editableRef.current);
389
+ const editable = editableRef.current;
390
+ const isCollapsed = window.getSelection()?.isCollapsed ?? true;
391
+ const atStart = isSelectionAtStart(editable);
392
+ const atEnd = isSelectionAtEnd(editable);
393
+ const canRecallPrev = atStart && (isCollapsed || atEnd);
394
+ const canRecallNext = atEnd && (isCollapsed || atStart);
395
+ if (e.key === 'ArrowUp' ? !canRecallPrev : !canRecallNext) {
396
+ return;
397
+ }
398
+ const text = serialize(editable);
382
399
  const history = historyRef.current;
383
400
  if (history.length === 0) {
384
401
  return;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @file ChatToolCalls.tsx
3
- * @input Uses React, StyleX, theme tokens
3
+ * @input Uses React, StyleX, semantic icon registry, theme tokens
4
4
  * @output Exports ChatToolCalls component
5
5
  * @position Chat component — displays tool/function call invocations
6
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"ChatToolCalls.d.ts","sourceRoot":"","sources":["../../src/Chat/ChatToolCalls.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,EAA+B,KAAK,SAAS,EAAC,MAAM,OAAO,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAwB5C,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;AAE9E,MAAM,WAAW,gBAAgB;IAC/B,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,oDAAoD;IACpD,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,2FAA2F;IAC3F,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qEAAqE;IACrE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8DAA8D;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6DAA6D;IAC7D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oFAAoF;IACpF,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,mFAAmF;IACnF,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,6FAA6F;IAC7F,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,kBAAmB,SAAQ,SAAS,CAAC,cAAc,CAAC;IACnE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC,+BAA+B;IAC/B,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B,6EAA6E;IAC7E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8DAA8D;IAC9D,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wEAAwE;IACxE,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,4CAA4C;IAC5C,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;CAClD;AAkbD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,4BAgKtD;yBAhKe,aAAa"}
1
+ {"version":3,"file":"ChatToolCalls.d.ts","sourceRoot":"","sources":["../../src/Chat/ChatToolCalls.tsx"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,EAA+B,KAAK,SAAS,EAAC,MAAM,OAAO,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAwB5C,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;AAE9E,MAAM,WAAW,gBAAgB;IAC/B,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,oDAAoD;IACpD,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,2FAA2F;IAC3F,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qEAAqE;IACrE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8DAA8D;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6DAA6D;IAC7D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oFAAoF;IACpF,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,mFAAmF;IACnF,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,6FAA6F;IAC7F,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,kBAAmB,SAAQ,SAAS,CAAC,cAAc,CAAC;IACnE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC,+BAA+B;IAC/B,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B,6EAA6E;IAC7E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8DAA8D;IAC9D,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wEAAwE;IACxE,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,4CAA4C;IAC5C,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;CAClD;AAkaD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,4BA2JtD;yBA3Je,aAAa"}
@@ -4,7 +4,7 @@
4
4
 
5
5
  /**
6
6
  * @file ChatToolCalls.tsx
7
- * @input Uses React, StyleX, theme tokens
7
+ * @input Uses React, StyleX, semantic icon registry, theme tokens
8
8
  * @output Exports ChatToolCalls component
9
9
  * @position Chat component — displays tool/function call invocations
10
10
  *
@@ -32,7 +32,7 @@ import { useTranslator } from "../i18n/index.js";
32
32
  // =============================================================================
33
33
  // Types
34
34
  // =============================================================================
35
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
35
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
36
36
  // =============================================================================
37
37
  // =============================================================================
38
38
  // Styles
@@ -93,8 +93,8 @@ const styles = {
93
93
  const STATUS_ICON_NAMES = {
94
94
  pending: 'clock',
95
95
  running: null,
96
- complete: 'check',
97
- error: 'close'
96
+ complete: 'success',
97
+ error: 'error'
98
98
  };
99
99
  const STATUS_STYLES = {
100
100
  pending: styles.colorPending,
@@ -168,21 +168,10 @@ function CallRow({
168
168
  size: "sm",
169
169
  shade: "subtle",
170
170
  "aria-hidden": "true"
171
- }) : /*#__PURE__*/_jsxs(_Fragment, {
172
- children: [/*#__PURE__*/_jsx("span", {
173
- ...{
174
- className: "x10l6tqk x10a8y8t x1pjcqnp xtwfq29 x1xyvc85"
175
- }
176
- }), /*#__PURE__*/_jsx("span", {
177
- ...{
178
- className: "x1n2onr6 x3nfvp2"
179
- },
180
- children: /*#__PURE__*/_jsx(Icon, {
181
- icon: STATUS_ICON_NAMES[status] ?? 'check',
182
- size: "xsm",
183
- color: "inherit"
184
- })
185
- })]
171
+ }) : /*#__PURE__*/_jsx(Icon, {
172
+ icon: STATUS_ICON_NAMES[status] ?? 'success',
173
+ size: "xsm",
174
+ color: "inherit"
186
175
  }), /*#__PURE__*/_jsx(VisuallyHidden, {
187
176
  children: statusAnnouncement
188
177
  })]
@@ -365,21 +354,10 @@ export function ChatToolCalls(props) {
365
354
  size: "sm",
366
355
  shade: "subtle",
367
356
  "aria-hidden": "true"
368
- }) : /*#__PURE__*/_jsxs(_Fragment, {
369
- children: [/*#__PURE__*/_jsx("span", {
370
- ...{
371
- className: "x10l6tqk x10a8y8t x1pjcqnp xtwfq29 x1xyvc85"
372
- }
373
- }), /*#__PURE__*/_jsx("span", {
374
- ...{
375
- className: "x1n2onr6 x3nfvp2"
376
- },
377
- children: /*#__PURE__*/_jsx(Icon, {
378
- icon: STATUS_ICON_NAMES[latestStatus] ?? 'check',
379
- size: "xsm",
380
- color: "inherit"
381
- })
382
- })]
357
+ }) : /*#__PURE__*/_jsx(Icon, {
358
+ icon: STATUS_ICON_NAMES[latestStatus] ?? 'success',
359
+ size: "xsm",
360
+ color: "inherit"
383
361
  }), /*#__PURE__*/_jsx(VisuallyHidden, {
384
362
  children: latestStatusAnnouncement
385
363
  })]
@@ -32,6 +32,31 @@
32
32
  * support).
33
33
  */
34
34
  export declare function ensureCaretInside(editable: HTMLElement): Selection | null;
35
+ /**
36
+ * Whether the current selection's start boundary sits at the very
37
+ * beginning of `editable`'s content.
38
+ *
39
+ * Used by the composer to decide when ArrowUp should recall message
40
+ * history versus move the caret up a line: history is only recalled
41
+ * when the caret is at the very start of the draft. This handles both
42
+ * the editable root and offset 0 of its leading text node without
43
+ * cloning the draft's contents.
44
+ *
45
+ * Returns `false` when there is no selection, the range is not inside
46
+ * `editable`, or the boundary APIs are unavailable — callers treat
47
+ * that as "not at the boundary" and let the browser move the caret.
48
+ */
49
+ export declare function isSelectionAtStart(editable: HTMLElement): boolean;
50
+ /**
51
+ * Whether the current selection's end boundary sits at the very end of
52
+ * `editable`'s content.
53
+ *
54
+ * The ArrowDown counterpart to {@link isSelectionAtStart}: history is
55
+ * only stepped forward when the caret is at the very end of the draft.
56
+ *
57
+ * Returns `false` under the same conditions as {@link isSelectionAtStart}.
58
+ */
59
+ export declare function isSelectionAtEnd(editable: HTMLElement): boolean;
35
60
  /**
36
61
  * Insert plain text at the current selection, scoped to `editable`.
37
62
  *
@@ -1 +1 @@
1
- {"version":3,"file":"chatComposerSelection.d.ts","sourceRoot":"","sources":["../../src/Chat/chatComposerSelection.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,WAAW,GAAG,SAAS,GAAG,IAAI,CAmBzE;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,WAAW,EACrB,IAAI,EAAE,MAAM,GACX,OAAO,CAiBT"}
1
+ {"version":3,"file":"chatComposerSelection.d.ts","sourceRoot":"","sources":["../../src/Chat/chatComposerSelection.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,WAAW,GAAG,SAAS,GAAG,IAAI,CAmBzE;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,WAAW,GAAG,OAAO,CAYjE;AAED;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,WAAW,GAAG,OAAO,CAO/D;AAiED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,WAAW,EACrB,IAAI,EAAE,MAAM,GACX,OAAO,CAiBT"}
@@ -55,6 +55,84 @@ export function ensureCaretInside(editable) {
55
55
  return selection;
56
56
  }
57
57
 
58
+ /**
59
+ * Whether the current selection's start boundary sits at the very
60
+ * beginning of `editable`'s content.
61
+ *
62
+ * Used by the composer to decide when ArrowUp should recall message
63
+ * history versus move the caret up a line: history is only recalled
64
+ * when the caret is at the very start of the draft. This handles both
65
+ * the editable root and offset 0 of its leading text node without
66
+ * cloning the draft's contents.
67
+ *
68
+ * Returns `false` when there is no selection, the range is not inside
69
+ * `editable`, or the boundary APIs are unavailable — callers treat
70
+ * that as "not at the boundary" and let the browser move the caret.
71
+ */
72
+ export function isSelectionAtStart(editable) {
73
+ const selection = window.getSelection();
74
+ if (!selection || selection.rangeCount === 0) {
75
+ return false;
76
+ }
77
+ const range = selection.getRangeAt(0);
78
+ return isBoundaryAtEdge(editable, range.startContainer, range.startOffset, 'start');
79
+ }
80
+
81
+ /**
82
+ * Whether the current selection's end boundary sits at the very end of
83
+ * `editable`'s content.
84
+ *
85
+ * The ArrowDown counterpart to {@link isSelectionAtStart}: history is
86
+ * only stepped forward when the caret is at the very end of the draft.
87
+ *
88
+ * Returns `false` under the same conditions as {@link isSelectionAtStart}.
89
+ */
90
+ export function isSelectionAtEnd(editable) {
91
+ const selection = window.getSelection();
92
+ if (!selection || selection.rangeCount === 0) {
93
+ return false;
94
+ }
95
+ const range = selection.getRangeAt(0);
96
+ return isBoundaryAtEdge(editable, range.endContainer, range.endOffset, 'end');
97
+ }
98
+
99
+ /**
100
+ * Check whether a Range boundary is at an edge of `editable` without
101
+ * materializing the content before or after it. Chromium represents a caret
102
+ * at the start of non-empty contenteditables as the first text node at offset
103
+ * zero (and likewise uses the last text node's length at the end). Those are
104
+ * distinct DOM boundary points from the editable's child offsets, so
105
+ * `compareBoundaryPoints` cannot be used here.
106
+ */
107
+ function isBoundaryAtEdge(editable, container, offset, edge) {
108
+ if (!editable.contains(container) || !isAtNodeEdge(container, offset, edge)) {
109
+ return false;
110
+ }
111
+ for (let node = container; node && node !== editable;) {
112
+ if (hasContentSibling(node, edge)) {
113
+ return false;
114
+ }
115
+ node = node.parentNode;
116
+ }
117
+ return true;
118
+ }
119
+ function isAtNodeEdge(node, offset, edge) {
120
+ if (node.nodeType === Node.TEXT_NODE || node.nodeType === Node.CDATA_SECTION_NODE) {
121
+ return edge === 'start' ? offset === 0 : offset === (node.nodeValue?.length ?? 0);
122
+ }
123
+ return edge === 'start' ? offset === 0 : offset === node.childNodes.length;
124
+ }
125
+ function hasContentSibling(node, edge) {
126
+ for (let sibling = edge === 'start' ? node.previousSibling : node.nextSibling; sibling; sibling = edge === 'start' ? sibling.previousSibling : sibling.nextSibling) {
127
+ // Elements (including <br> and tokens) represent a content boundary even
128
+ // when they have no text. Empty text nodes and comments do not.
129
+ if (sibling.nodeType === Node.ELEMENT_NODE || sibling.nodeType === Node.TEXT_NODE && sibling.nodeValue !== '') {
130
+ return true;
131
+ }
132
+ }
133
+ return false;
134
+ }
135
+
58
136
  /**
59
137
  * Insert plain text at the current selection, scoped to `editable`.
60
138
  *
@@ -23,7 +23,7 @@
23
23
  * - /packages/core/src/Chat/index.ts (exports)
24
24
  */
25
25
  import { useCallback, useEffect, useRef, useState } from 'react';
26
- import { observeResize, unobserveResize } from "../utils/sharedResizeObserver.js";
26
+ import { observeResize } from "../utils/sharedResizeObserver.js";
27
27
 
28
28
  // =============================================================================
29
29
  // Types
@@ -49,7 +49,7 @@ export function useChatNewMessages({
49
49
  const elementRef = useRef(null);
50
50
  const cleanupRef = useRef(null);
51
51
  const attach = useCallback(el => {
52
- observeResize(el, () => {
52
+ const unobserve = observeResize(el, () => {
53
53
  onResizeRef.current?.();
54
54
  const messages = el.getElementsByClassName('astryx-chat-message');
55
55
  const last = messages.length > 0 ? messages[messages.length - 1] : null;
@@ -60,7 +60,7 @@ export function useChatNewMessages({
60
60
  }
61
61
  }
62
62
  });
63
- cleanupRef.current = () => unobserveResize(el);
63
+ cleanupRef.current = unobserve;
64
64
  }, []);
65
65
  const detach = useCallback(() => {
66
66
  cleanupRef.current?.();