@astryxdesign/core 0.1.5 → 0.1.6-canary.02f2602

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 (564) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +2 -0
  3. package/dist/AlertDialog/AlertDialog.d.ts +1 -1
  4. package/dist/AlertDialog/AlertDialog.d.ts.map +1 -1
  5. package/dist/AlertDialog/AlertDialog.js +21 -18
  6. package/dist/AlertDialog/useImperativeAlertDialog.d.ts +0 -2
  7. package/dist/AlertDialog/useImperativeAlertDialog.d.ts.map +1 -1
  8. package/dist/AlertDialog/useImperativeAlertDialog.js +3 -5
  9. package/dist/AppShell/AppShell.d.ts.map +1 -1
  10. package/dist/AppShell/AppShell.js +55 -53
  11. package/dist/AspectRatio/AspectRatio.js +5 -5
  12. package/dist/Avatar/Avatar.js +19 -19
  13. package/dist/Avatar/AvatarStatusDot.js +5 -5
  14. package/dist/AvatarGroup/AvatarGroup.d.ts +1 -1
  15. package/dist/AvatarGroup/AvatarGroup.d.ts.map +1 -1
  16. package/dist/AvatarGroup/AvatarGroup.js +9 -6
  17. package/dist/AvatarGroup/AvatarGroupOverflow.js +5 -5
  18. package/dist/Badge/Badge.js +3 -3
  19. package/dist/Banner/Banner.d.ts.map +1 -1
  20. package/dist/Banner/Banner.js +32 -30
  21. package/dist/Blockquote/Blockquote.js +7 -7
  22. package/dist/Breadcrumbs/BreadcrumbItem.js +17 -17
  23. package/dist/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  24. package/dist/Breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  25. package/dist/Breadcrumbs/Breadcrumbs.js +11 -8
  26. package/dist/Button/Button.d.ts.map +1 -1
  27. package/dist/Button/Button.js +53 -23
  28. package/dist/ButtonGroup/ButtonGroup.d.ts +20 -5
  29. package/dist/ButtonGroup/ButtonGroup.d.ts.map +1 -1
  30. package/dist/ButtonGroup/ButtonGroup.js +34 -18
  31. package/dist/Calendar/Calendar.d.ts.map +1 -1
  32. package/dist/Calendar/Calendar.js +51 -48
  33. package/dist/Card/Card.js +3 -3
  34. package/dist/Carousel/Carousel.d.ts +1 -1
  35. package/dist/Carousel/Carousel.d.ts.map +1 -1
  36. package/dist/Carousel/Carousel.js +27 -24
  37. package/dist/Center/Center.js +3 -3
  38. package/dist/Chat/ChatComposer.d.ts.map +1 -1
  39. package/dist/Chat/ChatComposer.js +27 -24
  40. package/dist/Chat/ChatComposerDrawer.d.ts +1 -1
  41. package/dist/Chat/ChatComposerDrawer.d.ts.map +1 -1
  42. package/dist/Chat/ChatComposerDrawer.js +23 -16
  43. package/dist/Chat/ChatComposerInput.d.ts.map +1 -1
  44. package/dist/Chat/ChatComposerInput.js +20 -16
  45. package/dist/Chat/ChatDictationButton.js +10 -10
  46. package/dist/Chat/ChatLayout.d.ts +1 -11
  47. package/dist/Chat/ChatLayout.d.ts.map +1 -1
  48. package/dist/Chat/ChatLayout.js +23 -21
  49. package/dist/Chat/ChatLayoutScrollButton.d.ts.map +1 -1
  50. package/dist/Chat/ChatLayoutScrollButton.js +13 -11
  51. package/dist/Chat/ChatMessage.d.ts +1 -1
  52. package/dist/Chat/ChatMessage.d.ts.map +1 -1
  53. package/dist/Chat/ChatMessage.js +20 -14
  54. package/dist/Chat/ChatMessageBubble.d.ts +1 -1
  55. package/dist/Chat/ChatMessageBubble.d.ts.map +1 -1
  56. package/dist/Chat/ChatMessageBubble.js +10 -8
  57. package/dist/Chat/ChatMessageList.d.ts +1 -1
  58. package/dist/Chat/ChatMessageList.d.ts.map +1 -1
  59. package/dist/Chat/ChatMessageList.js +17 -15
  60. package/dist/Chat/ChatMessageMetadata.d.ts.map +1 -1
  61. package/dist/Chat/ChatMessageMetadata.js +24 -19
  62. package/dist/Chat/ChatPastedTextToken.d.ts.map +1 -1
  63. package/dist/Chat/ChatPastedTextToken.js +16 -14
  64. package/dist/Chat/ChatSendButton.d.ts.map +1 -1
  65. package/dist/Chat/ChatSendButton.js +6 -4
  66. package/dist/Chat/ChatSystemMessage.js +11 -11
  67. package/dist/Chat/ChatTokenizedText.js +8 -8
  68. package/dist/Chat/ChatToolCalls.js +73 -73
  69. package/dist/Chat/useSpeechRecognition.d.ts.map +1 -1
  70. package/dist/Chat/useSpeechRecognition.js +4 -2
  71. package/dist/Chat/useTriggerMenu.d.ts.map +1 -1
  72. package/dist/Chat/useTriggerMenu.js +19 -17
  73. package/dist/CheckboxInput/CheckboxInput.d.ts.map +1 -1
  74. package/dist/CheckboxInput/CheckboxInput.js +26 -24
  75. package/dist/CheckboxList/CheckboxList.d.ts +1 -1
  76. package/dist/CheckboxList/CheckboxList.d.ts.map +1 -1
  77. package/dist/CheckboxList/CheckboxList.js +12 -10
  78. package/dist/CheckboxList/CheckboxListItem.d.ts.map +1 -1
  79. package/dist/CheckboxList/CheckboxListItem.js +8 -6
  80. package/dist/Citation/Citation.d.ts.map +1 -1
  81. package/dist/Citation/Citation.js +20 -12
  82. package/dist/ClickableCard/ClickableCard.js +6 -6
  83. package/dist/Code/Code.js +3 -3
  84. package/dist/CodeBlock/CodeBlock.d.ts.map +1 -1
  85. package/dist/CodeBlock/CodeBlock.js +114 -96
  86. package/dist/Collapsible/Collapsible.js +11 -11
  87. package/dist/Collapsible/CollapsibleGroup.js +7 -7
  88. package/dist/CommandPalette/CommandPalette.d.ts +1 -1
  89. package/dist/CommandPalette/CommandPalette.d.ts.map +1 -1
  90. package/dist/CommandPalette/CommandPalette.js +39 -34
  91. package/dist/CommandPalette/CommandPaletteEmpty.js +3 -3
  92. package/dist/CommandPalette/CommandPaletteFooter.js +16 -16
  93. package/dist/CommandPalette/CommandPaletteGroup.js +5 -5
  94. package/dist/CommandPalette/CommandPaletteInput.d.ts +1 -1
  95. package/dist/CommandPalette/CommandPaletteInput.d.ts.map +1 -1
  96. package/dist/CommandPalette/CommandPaletteInput.js +17 -14
  97. package/dist/CommandPalette/CommandPaletteItem.js +3 -3
  98. package/dist/CommandPalette/CommandPaletteList.d.ts +1 -1
  99. package/dist/CommandPalette/CommandPaletteList.d.ts.map +1 -1
  100. package/dist/CommandPalette/CommandPaletteList.js +7 -4
  101. package/dist/ContextMenu/ContextMenu.d.ts +1 -1
  102. package/dist/ContextMenu/ContextMenu.d.ts.map +1 -1
  103. package/dist/ContextMenu/ContextMenu.js +14 -11
  104. package/dist/DateInput/DateInput.d.ts +1 -1
  105. package/dist/DateInput/DateInput.d.ts.map +1 -1
  106. package/dist/DateInput/DateInput.js +28 -23
  107. package/dist/DateRangeInput/DateRangeInput.d.ts +1 -1
  108. package/dist/DateRangeInput/DateRangeInput.d.ts.map +1 -1
  109. package/dist/DateRangeInput/DateRangeInput.js +32 -27
  110. package/dist/DateTimeInput/DateTimeInput.d.ts +1 -1
  111. package/dist/DateTimeInput/DateTimeInput.d.ts.map +1 -1
  112. package/dist/DateTimeInput/DateTimeInput.js +41 -33
  113. package/dist/Dialog/Dialog.js +9 -9
  114. package/dist/Dialog/DialogHeader.d.ts.map +1 -1
  115. package/dist/Dialog/DialogHeader.js +20 -18
  116. package/dist/Dialog/useImperativeDialog.js +3 -3
  117. package/dist/Divider/Divider.js +7 -7
  118. package/dist/DropdownMenu/DropdownMenu.d.ts +1 -1
  119. package/dist/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  120. package/dist/DropdownMenu/DropdownMenu.js +21 -15
  121. package/dist/DropdownMenu/DropdownMenuItem.js +3 -3
  122. package/dist/DropdownMenu/renderDropdownItems.js +10 -10
  123. package/dist/EmptyState/EmptyState.d.ts +4 -1
  124. package/dist/EmptyState/EmptyState.d.ts.map +1 -1
  125. package/dist/EmptyState/EmptyState.js +9 -9
  126. package/dist/Field/Field.js +17 -17
  127. package/dist/Field/FieldLabel.js +15 -15
  128. package/dist/Field/InputClearButton.js +5 -5
  129. package/dist/FieldStatus/FieldStatus.js +3 -3
  130. package/dist/FileInput/FileInput.d.ts.map +1 -1
  131. package/dist/FileInput/FileInput.js +34 -30
  132. package/dist/FormLayout/FormLayout.js +5 -5
  133. package/dist/Grid/Grid.js +3 -3
  134. package/dist/Grid/GridSpan.js +3 -3
  135. package/dist/HStack/HStack.js +3 -3
  136. package/dist/Heading/Heading.js +10 -10
  137. package/dist/HoverCard/HoverCard.js +9 -9
  138. package/dist/HoverCard/useHoverCard.js +3 -3
  139. package/dist/Icon/Icon.js +11 -11
  140. package/dist/Icon/defaultIcons.js +116 -116
  141. package/dist/IconButton/IconButton.js +3 -3
  142. package/dist/InputGroup/InputGroup.js +9 -9
  143. package/dist/InputGroup/InputGroupText.js +3 -3
  144. package/dist/Item/Item.js +17 -17
  145. package/dist/Kbd/Kbd.js +5 -5
  146. package/dist/Layer/LayerProvider.js +7 -7
  147. package/dist/Layer/useLayer.js +5 -5
  148. package/dist/Layout/Layout.js +21 -21
  149. package/dist/Layout/LayoutContent.js +3 -3
  150. package/dist/Layout/LayoutFooter.js +5 -5
  151. package/dist/Layout/LayoutHeader.js +5 -5
  152. package/dist/Layout/LayoutPanel.js +3 -3
  153. package/dist/Lightbox/Lightbox.d.ts.map +1 -1
  154. package/dist/Lightbox/Lightbox.js +35 -33
  155. package/dist/Lightbox/useLightbox.d.ts +0 -1
  156. package/dist/Lightbox/useLightbox.d.ts.map +1 -1
  157. package/dist/Lightbox/useLightbox.js +3 -4
  158. package/dist/Link/Link.d.ts +5 -3
  159. package/dist/Link/Link.d.ts.map +1 -1
  160. package/dist/Link/Link.js +47 -18
  161. package/dist/Link/LinkProvider.js +3 -3
  162. package/dist/Link/useLinkify.js +3 -3
  163. package/dist/List/List.js +11 -11
  164. package/dist/List/ListItem.js +11 -11
  165. package/dist/Markdown/Markdown.d.ts.map +1 -1
  166. package/dist/Markdown/Markdown.js +111 -109
  167. package/dist/MetadataList/MetadataList.js +10 -10
  168. package/dist/MetadataList/MetadataListItem.js +15 -15
  169. package/dist/MobileNav/MobileNav.d.ts.map +1 -1
  170. package/dist/MobileNav/MobileNav.js +19 -17
  171. package/dist/MobileNav/MobileNavToggle.d.ts +1 -1
  172. package/dist/MobileNav/MobileNavToggle.d.ts.map +1 -1
  173. package/dist/MobileNav/MobileNavToggle.js +9 -6
  174. package/dist/MoreMenu/MoreMenu.d.ts +1 -1
  175. package/dist/MoreMenu/MoreMenu.d.ts.map +1 -1
  176. package/dist/MoreMenu/MoreMenu.js +7 -4
  177. package/dist/MultiSelector/MultiSelector.d.ts +1 -1
  178. package/dist/MultiSelector/MultiSelector.d.ts.map +1 -1
  179. package/dist/MultiSelector/MultiSelector.js +69 -62
  180. package/dist/NavIcon/NavIcon.js +3 -3
  181. package/dist/NavMenu/NavHeadingMenu.js +5 -5
  182. package/dist/NavMenu/NavHeadingMenuItem.js +8 -8
  183. package/dist/NumberInput/NumberInput.d.ts.map +1 -1
  184. package/dist/NumberInput/NumberInput.js +21 -17
  185. package/dist/Outline/Outline.d.ts +1 -1
  186. package/dist/Outline/Outline.d.ts.map +1 -1
  187. package/dist/Outline/Outline.js +19 -16
  188. package/dist/OverflowList/OverflowList.js +8 -8
  189. package/dist/Overlay/Overlay.js +3 -3
  190. package/dist/Overlay/OverlayScrim.js +5 -5
  191. package/dist/Overlay/useOverlay.d.ts +0 -3
  192. package/dist/Overlay/useOverlay.d.ts.map +1 -1
  193. package/dist/Overlay/useOverlay.js +3 -6
  194. package/dist/Pagination/Pagination.d.ts +1 -1
  195. package/dist/Pagination/Pagination.d.ts.map +1 -1
  196. package/dist/Pagination/Pagination.js +73 -46
  197. package/dist/Popover/Popover.js +16 -16
  198. package/dist/Popover/usePopover.d.ts.map +1 -1
  199. package/dist/Popover/usePopover.js +11 -8
  200. package/dist/PowerSearch/PowerSearch.d.ts +1 -1
  201. package/dist/PowerSearch/PowerSearch.d.ts.map +1 -1
  202. package/dist/PowerSearch/PowerSearch.js +95 -85
  203. package/dist/PowerSearch/PowerSearchEditPopover.d.ts +1 -1
  204. package/dist/PowerSearch/PowerSearchEditPopover.d.ts.map +1 -1
  205. package/dist/PowerSearch/PowerSearchEditPopover.js +109 -103
  206. package/dist/PowerSearch/PowerSearchFilterEditor.js +3 -3
  207. package/dist/PowerSearch/PowerSearchToken.d.ts.map +1 -1
  208. package/dist/PowerSearch/PowerSearchToken.js +12 -8
  209. package/dist/PowerSearch/PowerSearchValueEditor.d.ts.map +1 -1
  210. package/dist/PowerSearch/PowerSearchValueEditor.js +88 -75
  211. package/dist/PowerSearch/formatFilterValue.d.ts +2 -1
  212. package/dist/PowerSearch/formatFilterValue.d.ts.map +1 -1
  213. package/dist/PowerSearch/formatFilterValue.js +19 -9
  214. package/dist/PowerSearch/index.d.ts +2 -1
  215. package/dist/PowerSearch/index.d.ts.map +1 -1
  216. package/dist/PowerSearch/index.js +1 -0
  217. package/dist/PowerSearch/resolveOperatorLabel.d.ts +23 -0
  218. package/dist/PowerSearch/resolveOperatorLabel.d.ts.map +1 -0
  219. package/dist/PowerSearch/resolveOperatorLabel.js +28 -0
  220. package/dist/PowerSearch/types.d.ts +28 -2
  221. package/dist/PowerSearch/types.d.ts.map +1 -1
  222. package/dist/PowerSearch/usePowerSearchConfig.d.ts.map +1 -1
  223. package/dist/PowerSearch/usePowerSearchConfig.js +27 -27
  224. package/dist/PowerSearch/usePowerSearchSource.d.ts.map +1 -1
  225. package/dist/PowerSearch/usePowerSearchSource.js +15 -8
  226. package/dist/ProgressBar/ProgressBar.js +13 -13
  227. package/dist/RadioList/RadioList.js +7 -7
  228. package/dist/RadioList/RadioListItem.js +18 -18
  229. package/dist/Resizable/ResizeHandle.d.ts +1 -1
  230. package/dist/Resizable/ResizeHandle.d.ts.map +1 -1
  231. package/dist/Resizable/ResizeHandle.js +10 -7
  232. package/dist/Section/Section.js +5 -5
  233. package/dist/SegmentedControl/SegmentedControl.js +5 -5
  234. package/dist/SegmentedControl/SegmentedControlItem.js +7 -7
  235. package/dist/SelectableCard/SelectableCard.js +5 -5
  236. package/dist/Selector/Selector.d.ts.map +1 -1
  237. package/dist/Selector/Selector.js +57 -51
  238. package/dist/Selector/SelectorOption.js +3 -3
  239. package/dist/SideNav/SideNav.d.ts.map +1 -1
  240. package/dist/SideNav/SideNav.js +38 -36
  241. package/dist/SideNav/SideNavCollapseButton.d.ts.map +1 -1
  242. package/dist/SideNav/SideNavCollapseButton.js +8 -6
  243. package/dist/SideNav/SideNavHeading.d.ts.map +1 -1
  244. package/dist/SideNav/SideNavHeading.js +92 -90
  245. package/dist/SideNav/SideNavItem.d.ts.map +1 -1
  246. package/dist/SideNav/SideNavItem.js +49 -43
  247. package/dist/SideNav/SideNavSection.js +14 -14
  248. package/dist/Skeleton/Skeleton.js +3 -3
  249. package/dist/Slider/Slider.js +23 -23
  250. package/dist/Spinner/Spinner.js +9 -9
  251. package/dist/StatusDot/StatusDot.js +5 -5
  252. package/dist/Switch/Switch.d.ts.map +1 -1
  253. package/dist/Switch/Switch.js +29 -27
  254. package/dist/TabList/Tab.js +18 -18
  255. package/dist/TabList/TabList.d.ts +1 -1
  256. package/dist/TabList/TabList.d.ts.map +1 -1
  257. package/dist/TabList/TabList.js +9 -6
  258. package/dist/TabList/TabMenu.js +23 -23
  259. package/dist/Table/BaseTable.d.ts.map +1 -1
  260. package/dist/Table/BaseTable.js +39 -37
  261. package/dist/Table/Table.d.ts.map +1 -1
  262. package/dist/Table/Table.js +10 -8
  263. package/dist/Table/TableBody.js +3 -3
  264. package/dist/Table/TableCell.js +3 -3
  265. package/dist/Table/TableFooter.js +3 -3
  266. package/dist/Table/TableHeader.js +3 -3
  267. package/dist/Table/TableHeaderCell.js +3 -3
  268. package/dist/Table/TableRow.js +5 -5
  269. package/dist/Table/index.d.ts +4 -0
  270. package/dist/Table/index.d.ts.map +1 -1
  271. package/dist/Table/index.js +2 -0
  272. package/dist/Table/plugins/columnResize/useTableColumnResize.js +9 -9
  273. package/dist/Table/plugins/filtering/useTableFiltering.d.ts.map +1 -1
  274. package/dist/Table/plugins/filtering/useTableFiltering.js +127 -90
  275. package/dist/Table/plugins/groupedRows/index.d.ts +3 -0
  276. package/dist/Table/plugins/groupedRows/index.d.ts.map +1 -0
  277. package/dist/Table/plugins/groupedRows/index.js +3 -0
  278. package/dist/Table/plugins/groupedRows/useTableGroupedRows.d.ts +78 -0
  279. package/dist/Table/plugins/groupedRows/useTableGroupedRows.d.ts.map +1 -0
  280. package/dist/Table/plugins/groupedRows/useTableGroupedRows.js +257 -0
  281. package/dist/Table/plugins/pagination/useTablePagination.d.ts.map +1 -1
  282. package/dist/Table/plugins/pagination/useTablePagination.js +12 -9
  283. package/dist/Table/plugins/rowExpansion/useTableRowExpansion.d.ts +1 -1
  284. package/dist/Table/plugins/rowExpansion/useTableRowExpansion.d.ts.map +1 -1
  285. package/dist/Table/plugins/rowExpansion/useTableRowExpansion.js +30 -28
  286. package/dist/Table/plugins/rowIndex/index.d.ts +3 -0
  287. package/dist/Table/plugins/rowIndex/index.d.ts.map +1 -0
  288. package/dist/Table/plugins/rowIndex/index.js +3 -0
  289. package/dist/Table/plugins/rowIndex/useTableRowIndex.d.ts +50 -0
  290. package/dist/Table/plugins/rowIndex/useTableRowIndex.d.ts.map +1 -0
  291. package/dist/Table/plugins/rowIndex/useTableRowIndex.js +91 -0
  292. package/dist/Table/plugins/selection/useTableSelection.d.ts.map +1 -1
  293. package/dist/Table/plugins/selection/useTableSelection.js +23 -20
  294. package/dist/Table/plugins/sortable/useTableSortable.d.ts.map +1 -1
  295. package/dist/Table/plugins/sortable/useTableSortable.js +23 -21
  296. package/dist/Table/tableContextMenu.js +9 -9
  297. package/dist/Text/Text.js +10 -10
  298. package/dist/TextArea/TextArea.js +14 -14
  299. package/dist/TextInput/TextInput.d.ts.map +1 -1
  300. package/dist/TextInput/TextInput.js +20 -16
  301. package/dist/Thumbnail/Thumbnail.d.ts.map +1 -1
  302. package/dist/Thumbnail/Thumbnail.js +37 -31
  303. package/dist/TimeInput/TimeInput.d.ts +1 -1
  304. package/dist/TimeInput/TimeInput.d.ts.map +1 -1
  305. package/dist/TimeInput/TimeInput.js +28 -23
  306. package/dist/Timestamp/Timestamp.d.ts.map +1 -1
  307. package/dist/Timestamp/Timestamp.js +29 -14
  308. package/dist/Toast/Toast.d.ts.map +1 -1
  309. package/dist/Toast/Toast.js +17 -15
  310. package/dist/Toast/ToastViewport.d.ts.map +1 -1
  311. package/dist/Toast/ToastViewport.js +14 -12
  312. package/dist/Toast/useToast.js +4 -4
  313. package/dist/ToggleButton/ToggleButton.js +12 -12
  314. package/dist/ToggleButton/ToggleButtonGroup.js +5 -5
  315. package/dist/Token/Token.d.ts.map +1 -1
  316. package/dist/Token/Token.js +29 -23
  317. package/dist/Tokenizer/Tokenizer.d.ts.map +1 -1
  318. package/dist/Tokenizer/Tokenizer.js +33 -31
  319. package/dist/Toolbar/Toolbar.js +18 -18
  320. package/dist/Tooltip/Tooltip.js +11 -11
  321. package/dist/Tooltip/useTooltip.js +3 -3
  322. package/dist/TopNav/TopNav.d.ts +2 -1
  323. package/dist/TopNav/TopNav.d.ts.map +1 -1
  324. package/dist/TopNav/TopNav.js +36 -33
  325. package/dist/TopNav/TopNavHeading.d.ts.map +1 -1
  326. package/dist/TopNav/TopNavHeading.js +72 -70
  327. package/dist/TopNav/TopNavItem.js +5 -5
  328. package/dist/TopNav/TopNavMegaMenu.js +30 -30
  329. package/dist/TopNav/TopNavMegaMenuFeaturedCard.js +10 -10
  330. package/dist/TopNav/TopNavMegaMenuItem.js +16 -16
  331. package/dist/TopNav/TopNavMenu.js +32 -32
  332. package/dist/TreeList/TreeList.d.ts.map +1 -1
  333. package/dist/TreeList/TreeList.js +13 -9
  334. package/dist/TreeList/TreeListBranches.js +11 -11
  335. package/dist/TreeList/TreeListItem.d.ts.map +1 -1
  336. package/dist/TreeList/TreeListItem.js +37 -31
  337. package/dist/Typeahead/BaseTypeahead.d.ts.map +1 -1
  338. package/dist/Typeahead/BaseTypeahead.js +26 -22
  339. package/dist/Typeahead/Typeahead.d.ts.map +1 -1
  340. package/dist/Typeahead/Typeahead.js +15 -13
  341. package/dist/Typeahead/TypeaheadItem.js +10 -10
  342. package/dist/VStack/VStack.js +3 -3
  343. package/dist/VisuallyHidden/VisuallyHidden.d.ts +1 -3
  344. package/dist/VisuallyHidden/VisuallyHidden.d.ts.map +1 -1
  345. package/dist/VisuallyHidden/VisuallyHidden.js +1 -3
  346. package/dist/astryx.css +20 -2
  347. package/dist/astryx.umd.js +66 -64
  348. package/dist/astryx.umd.js.map +4 -4
  349. package/dist/authoring/doc.d.ts +145 -0
  350. package/dist/authoring/doc.d.ts.map +1 -0
  351. package/dist/authoring/doc.js +100 -0
  352. package/dist/authoring/index.d.ts +29 -0
  353. package/dist/authoring/index.d.ts.map +1 -0
  354. package/dist/authoring/index.js +28 -0
  355. package/dist/authoring/integration.d.ts +35 -0
  356. package/dist/authoring/integration.d.ts.map +1 -0
  357. package/dist/authoring/integration.js +30 -0
  358. package/dist/authoring/template.d.ts +66 -0
  359. package/dist/authoring/template.d.ts.map +1 -0
  360. package/dist/authoring/template.js +55 -0
  361. package/dist/config.d.ts +80 -0
  362. package/dist/config.d.ts.map +1 -0
  363. package/dist/config.js +40 -0
  364. package/dist/hooks/useKeyboardHint.js +9 -9
  365. package/dist/i18n/InternationalizationContext.d.ts +12 -0
  366. package/dist/i18n/InternationalizationContext.d.ts.map +1 -0
  367. package/dist/i18n/InternationalizationContext.js +29 -0
  368. package/dist/i18n/InternationalizationProvider.d.ts +62 -0
  369. package/dist/i18n/InternationalizationProvider.d.ts.map +1 -0
  370. package/dist/i18n/InternationalizationProvider.js +44 -0
  371. package/dist/i18n/index.d.ts +24 -0
  372. package/dist/i18n/index.d.ts.map +1 -0
  373. package/dist/i18n/index.js +21 -0
  374. package/dist/i18n/resolve.d.ts +22 -0
  375. package/dist/i18n/resolve.d.ts.map +1 -0
  376. package/dist/i18n/resolve.js +141 -0
  377. package/dist/i18n/translator.d.ts +25 -0
  378. package/dist/i18n/translator.d.ts.map +1 -0
  379. package/dist/i18n/translator.js +1 -0
  380. package/dist/i18n/types.d.ts +47 -0
  381. package/dist/i18n/types.d.ts.map +1 -0
  382. package/dist/i18n/types.js +1 -0
  383. package/dist/i18n/useTranslator.d.ts +15 -0
  384. package/dist/i18n/useTranslator.d.ts.map +1 -0
  385. package/dist/i18n/useTranslator.js +39 -0
  386. package/dist/index.d.ts +1 -0
  387. package/dist/index.d.ts.map +1 -1
  388. package/dist/index.js +3 -0
  389. package/dist/theme/MediaTheme.js +3 -3
  390. package/dist/theme/Theme.js +7 -7
  391. package/dist/theme/syntax/SyntaxTheme.js +5 -5
  392. package/locales/en.json +746 -0
  393. package/locales/pseudo.json +560 -0
  394. package/package.json +24 -3
  395. package/src/AlertDialog/AlertDialog.doc.mjs +5 -0
  396. package/src/AlertDialog/AlertDialog.tsx +4 -1
  397. package/src/AlertDialog/useImperativeAlertDialog.tsx +0 -2
  398. package/src/AppShell/AppShell.doc.mjs +8 -2
  399. package/src/AppShell/AppShell.tsx +3 -1
  400. package/src/AvatarGroup/AvatarGroup.tsx +4 -1
  401. package/src/Banner/Banner.tsx +10 -5
  402. package/src/Breadcrumbs/Breadcrumbs.tsx +4 -1
  403. package/src/Button/Button.tsx +34 -4
  404. package/src/ButtonGroup/ButtonGroup.test.tsx +386 -2
  405. package/src/ButtonGroup/ButtonGroup.tsx +27 -11
  406. package/src/Calendar/Calendar.tsx +8 -5
  407. package/src/Card/Card.doc.mjs +3 -3
  408. package/src/Carousel/Carousel.tsx +10 -7
  409. package/src/Chat/ChatComposer.tsx +5 -1
  410. package/src/Chat/ChatComposerDrawer.tsx +9 -2
  411. package/src/Chat/ChatComposerInput.tsx +10 -4
  412. package/src/Chat/ChatLayout.tsx +5 -12
  413. package/src/Chat/ChatLayoutScrollButton.tsx +4 -2
  414. package/src/Chat/ChatMessage.tsx +5 -1
  415. package/src/Chat/ChatMessageBubble.tsx +2 -0
  416. package/src/Chat/ChatMessageList.doc.mjs +1 -1
  417. package/src/Chat/ChatMessageList.tsx +2 -0
  418. package/src/Chat/ChatMessageMetadata.tsx +15 -9
  419. package/src/Chat/ChatPastedTextToken.tsx +3 -1
  420. package/src/Chat/ChatSendButton.tsx +3 -1
  421. package/src/Chat/ChatToolCalls.doc.mjs +1 -1
  422. package/src/Chat/useSpeechRecognition.ts +11 -2
  423. package/src/Chat/useTriggerMenu.tsx +4 -2
  424. package/src/CheckboxInput/CheckboxInput.test.tsx +16 -0
  425. package/src/CheckboxInput/CheckboxInput.tsx +4 -2
  426. package/src/CheckboxList/CheckboxList.doc.mjs +6 -1
  427. package/src/CheckboxList/CheckboxList.tsx +2 -0
  428. package/src/CheckboxList/CheckboxListItem.tsx +7 -1
  429. package/src/Citation/Citation.tsx +4 -2
  430. package/src/ClickableCard/ClickableCard.doc.mjs +1 -1
  431. package/src/CodeBlock/CodeBlock.tsx +91 -40
  432. package/src/Collapsible/Collapsible.doc.mjs +3 -3
  433. package/src/CommandPalette/CommandPalette.tsx +10 -3
  434. package/src/CommandPalette/CommandPaletteInput.test.tsx +1 -1
  435. package/src/CommandPalette/CommandPaletteInput.tsx +5 -1
  436. package/src/CommandPalette/CommandPaletteList.tsx +4 -1
  437. package/src/ContextMenu/ContextMenu.tsx +4 -1
  438. package/src/DateInput/DateInput.doc.mjs +2 -2
  439. package/src/DateInput/DateInput.tsx +13 -5
  440. package/src/DateRangeInput/DateRangeInput.doc.mjs +7 -7
  441. package/src/DateRangeInput/DateRangeInput.tsx +14 -6
  442. package/src/DateTimeInput/DateTimeInput.doc.mjs +2 -2
  443. package/src/DateTimeInput/DateTimeInput.tsx +17 -7
  444. package/src/Dialog/DialogHeader.tsx +4 -2
  445. package/src/DropdownMenu/DropdownMenu.tsx +12 -8
  446. package/src/EmptyState/EmptyState.doc.mjs +3 -3
  447. package/src/EmptyState/EmptyState.tsx +4 -1
  448. package/src/Field/Field.doc.mjs +2 -2
  449. package/src/FileInput/FileInput.tsx +3 -1
  450. package/src/Grid/Grid.doc.mjs +5 -5
  451. package/src/InputGroup/InputGroup.doc.mjs +1 -1
  452. package/src/Layer/useLayer.doc.mjs +2 -2
  453. package/src/Lightbox/Lightbox.doc.mjs +7 -2
  454. package/src/Lightbox/Lightbox.tsx +6 -4
  455. package/src/Lightbox/useLightbox.tsx +0 -1
  456. package/src/Link/Link.test.tsx +74 -2
  457. package/src/Link/Link.tsx +48 -3
  458. package/src/Markdown/Markdown.tsx +12 -4
  459. package/src/MobileNav/MobileNav.tsx +4 -2
  460. package/src/MobileNav/MobileNavToggle.tsx +5 -3
  461. package/src/MoreMenu/MoreMenu.tsx +4 -1
  462. package/src/MultiSelector/MultiSelector.tsx +14 -5
  463. package/src/NumberInput/NumberInput.tsx +3 -1
  464. package/src/Outline/Outline.tsx +4 -1
  465. package/src/OverflowList/OverflowList.doc.mjs +2 -2
  466. package/src/Overlay/useOverlay.tsx +0 -3
  467. package/src/Pagination/Pagination.tsx +35 -12
  468. package/src/Popover/usePopover.tsx +6 -1
  469. package/src/PowerSearch/PowerSearch.doc.mjs +9 -4
  470. package/src/PowerSearch/PowerSearch.tsx +22 -10
  471. package/src/PowerSearch/PowerSearchEditPopover.tsx +27 -20
  472. package/src/PowerSearch/PowerSearchToken.tsx +17 -6
  473. package/src/PowerSearch/PowerSearchValueEditor.tsx +34 -21
  474. package/src/PowerSearch/formatFilterValue.test.ts +282 -0
  475. package/src/PowerSearch/formatFilterValue.ts +21 -8
  476. package/src/PowerSearch/index.ts +5 -0
  477. package/src/PowerSearch/resolveOperatorLabel.ts +34 -0
  478. package/src/PowerSearch/types.ts +33 -9
  479. package/src/PowerSearch/usePowerSearchConfig.ts +59 -27
  480. package/src/PowerSearch/usePowerSearchSource.ts +17 -8
  481. package/src/RadioList/RadioList.doc.mjs +1 -1
  482. package/src/Resizable/ResizeHandle.tsx +4 -1
  483. package/src/Section/Section.doc.mjs +4 -4
  484. package/src/SelectableCard/SelectableCard.doc.mjs +1 -1
  485. package/src/Selector/Selector.tsx +11 -6
  486. package/src/SideNav/SideNav.tsx +4 -2
  487. package/src/SideNav/SideNavCollapseButton.tsx +3 -1
  488. package/src/SideNav/SideNavHeading.tsx +5 -3
  489. package/src/SideNav/SideNavItem.tsx +3 -1
  490. package/src/Slider/Slider.doc.mjs +2 -2
  491. package/src/Stack/Stack.doc.mjs +10 -10
  492. package/src/Switch/Switch.doc.mjs +2 -2
  493. package/src/Switch/Switch.test.tsx +16 -0
  494. package/src/Switch/Switch.tsx +4 -2
  495. package/src/TabList/TabList.tsx +4 -1
  496. package/src/Table/BaseTable.tsx +8 -1
  497. package/src/Table/Table.doc.mjs +1 -1
  498. package/src/Table/Table.tsx +3 -1
  499. package/src/Table/index.ts +7 -0
  500. package/src/Table/plugins/filtering/useTableFiltering.tsx +31 -30
  501. package/src/Table/plugins/groupedRows/index.ts +7 -0
  502. package/src/Table/plugins/groupedRows/useTableGroupedRows.test.tsx +231 -0
  503. package/src/Table/plugins/groupedRows/useTableGroupedRows.tsx +351 -0
  504. package/src/Table/plugins/pagination/useTablePagination.tsx +4 -1
  505. package/src/Table/plugins/rowExpansion/useTableRowExpansion.tsx +8 -4
  506. package/src/Table/plugins/rowIndex/index.ts +4 -0
  507. package/src/Table/plugins/rowIndex/useTableRowIndex.test.tsx +132 -0
  508. package/src/Table/plugins/rowIndex/useTableRowIndex.tsx +114 -0
  509. package/src/Table/plugins/selection/useTableSelection.tsx +6 -7
  510. package/src/Table/plugins/sortable/useTableSortable.tsx +8 -5
  511. package/src/Table/useTableFiltering.doc.mjs +2 -2
  512. package/src/Table/useTableGroupedRows.doc.mjs +71 -0
  513. package/src/Table/useTableRowIndex.doc.mjs +50 -0
  514. package/src/Table/useTableSortable.doc.mjs +11 -11
  515. package/src/Text/Text.doc.mjs +2 -2
  516. package/src/TextInput/TextInput.tsx +3 -1
  517. package/src/Thumbnail/Thumbnail.tsx +4 -2
  518. package/src/TimeInput/TimeInput.doc.mjs +2 -2
  519. package/src/TimeInput/TimeInput.tsx +6 -2
  520. package/src/Timestamp/Timestamp.doc.mjs +4 -4
  521. package/src/Timestamp/Timestamp.test.tsx +120 -7
  522. package/src/Timestamp/Timestamp.tsx +21 -1
  523. package/src/Toast/Toast.tsx +3 -1
  524. package/src/Toast/ToastViewport.tsx +3 -1
  525. package/src/Token/Token.tsx +4 -2
  526. package/src/Tokenizer/Tokenizer.doc.mjs +2 -2
  527. package/src/Tokenizer/Tokenizer.tsx +4 -4
  528. package/src/Toolbar/Toolbar.doc.mjs +1 -1
  529. package/src/TopNav/TopNav.doc.mjs +1 -0
  530. package/src/TopNav/TopNav.test.tsx +30 -0
  531. package/src/TopNav/TopNav.tsx +6 -4
  532. package/src/TopNav/TopNavHeading.tsx +5 -3
  533. package/src/TreeList/TreeList.tsx +5 -1
  534. package/src/TreeList/TreeListItem.tsx +6 -1
  535. package/src/Typeahead/BaseTypeahead.tsx +11 -4
  536. package/src/Typeahead/Typeahead.doc.mjs +1 -1
  537. package/src/Typeahead/Typeahead.tsx +3 -1
  538. package/src/VisuallyHidden/VisuallyHidden.tsx +1 -3
  539. package/src/authoring/doc.ts +166 -0
  540. package/src/authoring/index.test.ts +52 -0
  541. package/src/authoring/index.ts +50 -0
  542. package/src/authoring/integration.ts +42 -0
  543. package/src/authoring/template.ts +74 -0
  544. package/src/config.test.ts +16 -0
  545. package/src/config.ts +92 -0
  546. package/src/docPropLiterals.test.ts +902 -0
  547. package/src/hooks/useHotkeys.doc.mjs +5 -5
  548. package/src/i18n/InternationalizationContext.ts +39 -0
  549. package/src/i18n/InternationalizationProvider.doc.mjs +72 -0
  550. package/src/i18n/InternationalizationProvider.tsx +83 -0
  551. package/src/i18n/__tests__/e2e-pagination.test.tsx +172 -0
  552. package/src/i18n/__tests__/e2e-powersearch.test.tsx +130 -0
  553. package/src/i18n/__tests__/resolve.test.ts +284 -0
  554. package/src/i18n/index.ts +32 -0
  555. package/src/i18n/resolve.ts +165 -0
  556. package/src/i18n/translator.ts +31 -0
  557. package/src/i18n/types.ts +53 -0
  558. package/src/i18n/useTranslator.doc.mjs +46 -0
  559. package/src/i18n/useTranslator.ts +50 -0
  560. package/src/index.ts +3 -0
  561. package/dist/NavItem/index.d.ts +0 -9
  562. package/dist/NavItem/index.d.ts.map +0 -1
  563. package/dist/NavItem/index.js +0 -10
  564. package/src/NavItem/index.ts +0 -11
@@ -0,0 +1,746 @@
1
+ {
2
+ "@astryx.pagination.label": {
3
+ "defaultMessage": "Pagination",
4
+ "description": "Aria label for the pagination navigation region."
5
+ },
6
+ "@astryx.pagination.previous": {
7
+ "defaultMessage": "Go to previous page",
8
+ "description": "Aria label for the previous-page button."
9
+ },
10
+ "@astryx.pagination.next": {
11
+ "defaultMessage": "Go to next page",
12
+ "description": "Aria label for the next-page button."
13
+ },
14
+ "@astryx.pagination.goToPage": {
15
+ "defaultMessage": "Go to page {page, number}",
16
+ "description": "Aria label for an individual page-number button. `page` is 1-based."
17
+ },
18
+ "@astryx.pagination.pageIndicators": {
19
+ "defaultMessage": "Page indicators",
20
+ "description": "Aria label for the dots-variant page-indicator group."
21
+ },
22
+ "@astryx.pagination.itemsPerPage": {
23
+ "defaultMessage": "Items per page",
24
+ "description": "Label for the page-size selector."
25
+ },
26
+ "@astryx.pagination.count": {
27
+ "defaultMessage": "{from, number}–{to, number} of {total, number}",
28
+ "description": "Visible range-of-total text for the count variant. `from`/`to` are 1-based item indices."
29
+ },
30
+ "@astryx.pagination.pageOfTotal": {
31
+ "defaultMessage": "Page {current, number} of {total, number}",
32
+ "description": "Page-x-of-y text. Used as the visible compact-variant text and as the screen-reader announcement when total is known."
33
+ },
34
+ "@astryx.pagination.pageAnnounce": {
35
+ "defaultMessage": "Page {current, number}",
36
+ "description": "Screen-reader announcement when a page changes and total is unknown."
37
+ },
38
+ "@astryx.powersearch.editor.field": {
39
+ "defaultMessage": "Field",
40
+ "description": "Label for the field selector in the PowerSearch filter editor popover."
41
+ },
42
+ "@astryx.powersearch.editor.operator": {
43
+ "defaultMessage": "Operator",
44
+ "description": "Label for the operator selector in the PowerSearch filter editor popover."
45
+ },
46
+ "@astryx.powersearch.editor.addFilter": {
47
+ "defaultMessage": "+ Add filter",
48
+ "description": "Label for the button that appends a new filter row inside a group in the PowerSearch editor."
49
+ },
50
+ "@astryx.powersearch.editor.removeFilter": {
51
+ "defaultMessage": "Remove filter",
52
+ "description": "Aria label for the icon button that removes a filter row from a group in the PowerSearch editor."
53
+ },
54
+ "@astryx.powersearch.editor.groupOperator": {
55
+ "defaultMessage": "Group operator",
56
+ "description": "Aria label for the AND/OR selector that combines sibling filters inside a group. Visible label is provided separately by the operator itself."
57
+ },
58
+ "@astryx.powersearch.editor.group": {
59
+ "defaultMessage": "Group",
60
+ "description": "Fallback label rendered where a nested group's operator would appear if no operator is available."
61
+ },
62
+ "@astryx.powersearch.editor.delete": {
63
+ "defaultMessage": "Delete",
64
+ "description": "Label for the delete action inside the PowerSearch filter editor popover."
65
+ },
66
+ "@astryx.powersearch.editor.cancel": {
67
+ "defaultMessage": "Cancel",
68
+ "description": "Label for the cancel action inside the PowerSearch filter editor popover."
69
+ },
70
+ "@astryx.powersearch.editor.apply": {
71
+ "defaultMessage": "Apply",
72
+ "description": "Label for the save/apply action inside the PowerSearch filter editor popover. Consumers can override via the `popoverSaveButtonLabel` prop."
73
+ },
74
+ "@astryx.powersearch.valueEditor.value": {
75
+ "defaultMessage": "Value",
76
+ "description": "Label for the single-value input in the PowerSearch value editor."
77
+ },
78
+ "@astryx.powersearch.valueEditor.values": {
79
+ "defaultMessage": "Values",
80
+ "description": "Label for the multi-value input in the PowerSearch value editor."
81
+ },
82
+ "@astryx.powersearch.valueEditor.time": {
83
+ "defaultMessage": "Time",
84
+ "description": "Label for the time picker in the PowerSearch value editor."
85
+ },
86
+ "@astryx.powersearch.valueEditor.date": {
87
+ "defaultMessage": "Date",
88
+ "description": "Label for the absolute date picker in the PowerSearch value editor."
89
+ },
90
+ "@astryx.powersearch.valueEditor.relativeDate": {
91
+ "defaultMessage": "Relative date",
92
+ "description": "Label for the relative-date selector (e.g. \"Last 7 days\") in the PowerSearch value editor."
93
+ },
94
+ "@astryx.powersearch.valueEditor.startDate": {
95
+ "defaultMessage": "Start date",
96
+ "description": "Label for the start of a date range in the PowerSearch value editor."
97
+ },
98
+ "@astryx.powersearch.valueEditor.endDate": {
99
+ "defaultMessage": "End date",
100
+ "description": "Label for the end of a date range in the PowerSearch value editor."
101
+ },
102
+ "@astryx.powersearch.valueEditor.entities": {
103
+ "defaultMessage": "Entities",
104
+ "description": "Label for the entity picker in the PowerSearch value editor."
105
+ },
106
+ "@astryx.powersearch.valueEditor.searchPlaceholder": {
107
+ "defaultMessage": "Search…",
108
+ "description": "Placeholder shown in the typeahead / entity search input in the PowerSearch value editor."
109
+ },
110
+ "@astryx.powersearch.valueEditor.enterValuePlaceholder": {
111
+ "defaultMessage": "Enter value…",
112
+ "description": "Placeholder shown in a free-text single-value input in the PowerSearch value editor."
113
+ },
114
+ "@astryx.powersearch.valueEditor.addValuesPlaceholder": {
115
+ "defaultMessage": "Add values…",
116
+ "description": "Placeholder shown in the multi-value chip input in the PowerSearch value editor."
117
+ },
118
+ "@astryx.powersearch.valueEditor.enterNumberPlaceholder": {
119
+ "defaultMessage": "Enter number…",
120
+ "description": "Placeholder shown in a numeric input in the PowerSearch value editor."
121
+ },
122
+ "@astryx.powersearch.valueEditor.selectValuesPlaceholder": {
123
+ "defaultMessage": "Select values…",
124
+ "description": "Placeholder shown in the enum-list selector in the PowerSearch value editor."
125
+ },
126
+ "@astryx.powersearch.operator.contains": {
127
+ "defaultMessage": "contains",
128
+ "description": "PowerSearch string operator: substring match."
129
+ },
130
+ "@astryx.powersearch.operator.notContains": {
131
+ "defaultMessage": "does not contain",
132
+ "description": "PowerSearch string operator: negated substring match."
133
+ },
134
+ "@astryx.powersearch.operator.startsWith": {
135
+ "defaultMessage": "starts with",
136
+ "description": "PowerSearch string operator: prefix match."
137
+ },
138
+ "@astryx.powersearch.operator.notStartsWith": {
139
+ "defaultMessage": "does not start with",
140
+ "description": "PowerSearch string operator: negated prefix match."
141
+ },
142
+ "@astryx.powersearch.operator.endsWith": {
143
+ "defaultMessage": "ends with",
144
+ "description": "PowerSearch string operator: suffix match."
145
+ },
146
+ "@astryx.powersearch.operator.notEndsWith": {
147
+ "defaultMessage": "does not end with",
148
+ "description": "PowerSearch string operator: negated suffix match."
149
+ },
150
+ "@astryx.powersearch.operator.is": {
151
+ "defaultMessage": "is",
152
+ "description": "PowerSearch equality operator (string, enum). May diverge from other equality operators (numbers, dates) at translation time."
153
+ },
154
+ "@astryx.powersearch.operator.isNot": {
155
+ "defaultMessage": "is not",
156
+ "description": "PowerSearch inequality operator (string, enum)."
157
+ },
158
+ "@astryx.powersearch.operator.equals": {
159
+ "defaultMessage": "is",
160
+ "description": "PowerSearch numeric equality operator. Ships the same English text as `is` but is a distinct entry so number translators can diverge."
161
+ },
162
+ "@astryx.powersearch.operator.notEquals": {
163
+ "defaultMessage": "is not",
164
+ "description": "PowerSearch numeric inequality operator."
165
+ },
166
+ "@astryx.powersearch.operator.greaterThan": {
167
+ "defaultMessage": "is greater than",
168
+ "description": "PowerSearch numeric operator: strictly greater than."
169
+ },
170
+ "@astryx.powersearch.operator.lessThan": {
171
+ "defaultMessage": "is less than",
172
+ "description": "PowerSearch numeric operator: strictly less than."
173
+ },
174
+ "@astryx.powersearch.operator.greaterThanOrEqual": {
175
+ "defaultMessage": "is greater than or equal to",
176
+ "description": "PowerSearch numeric operator: greater than or equal."
177
+ },
178
+ "@astryx.powersearch.operator.lessThanOrEqual": {
179
+ "defaultMessage": "is less than or equal to",
180
+ "description": "PowerSearch numeric operator: less than or equal."
181
+ },
182
+ "@astryx.powersearch.operator.before": {
183
+ "defaultMessage": "is before",
184
+ "description": "PowerSearch date operator: earlier than."
185
+ },
186
+ "@astryx.powersearch.operator.after": {
187
+ "defaultMessage": "is after",
188
+ "description": "PowerSearch date operator: later than."
189
+ },
190
+ "@astryx.powersearch.operator.between": {
191
+ "defaultMessage": "is between",
192
+ "description": "PowerSearch date operator: within a range."
193
+ },
194
+ "@astryx.powersearch.operator.isTrue": {
195
+ "defaultMessage": "is true",
196
+ "description": "PowerSearch boolean operator: true."
197
+ },
198
+ "@astryx.powersearch.operator.isFalse": {
199
+ "defaultMessage": "is false",
200
+ "description": "PowerSearch boolean operator: false."
201
+ },
202
+ "@astryx.powersearch.operator.isAnyOf": {
203
+ "defaultMessage": "is any of",
204
+ "description": "PowerSearch list operator: membership in the provided set."
205
+ },
206
+ "@astryx.powersearch.operator.isNoneOf": {
207
+ "defaultMessage": "is none of",
208
+ "description": "PowerSearch list operator: exclusion from the provided set."
209
+ },
210
+ "@astryx.powersearch.valueEditor.itemsCount": {
211
+ "defaultMessage": "{count, number} {count, plural, one {item} other {items}}",
212
+ "description": "Overflow summary shown by PowerSearch when a list-valued filter has too many items to fit on the token. Pluralized to match locale rules."
213
+ },
214
+ "@astryx.powersearch.valueEditor.entitiesCount": {
215
+ "defaultMessage": "{count, number} {count, plural, one {entity} other {entities}}",
216
+ "description": "Overflow summary shown by PowerSearch when an entity-list-valued filter has too many entities to fit on the token."
217
+ },
218
+ "@astryx.powersearch.valueEditor.dateRange": {
219
+ "defaultMessage": "date range",
220
+ "description": "Fallback text rendered by PowerSearch when a date-range filter value cannot be formatted concretely."
221
+ },
222
+ "@astryx.powersearch.valueEditor.filtersCount": {
223
+ "defaultMessage": "{count, number} {count, plural, one {filter} other {filters}}",
224
+ "description": "Summary shown by PowerSearch for a nested-filter value: N filters."
225
+ },
226
+ "@astryx.powersearch.resultCount": {
227
+ "defaultMessage": "{count, number} {count, plural, one {result} other {results}}",
228
+ "description": "Result count shown next to the PowerSearch input. Announced to screen readers on change."
229
+ },
230
+ "@astryx.alertDialog.cancel": {
231
+ "defaultMessage": "Cancel",
232
+ "description": "Default label for the cancel action in AlertDialog."
233
+ },
234
+ "@astryx.appShell.mobileNavigation": {
235
+ "defaultMessage": "Mobile navigation",
236
+ "description": "Aria label for the mobile navigation region rendered by AppShell on small viewports."
237
+ },
238
+ "@astryx.avatarGroup.label": {
239
+ "defaultMessage": "Avatars",
240
+ "description": "Default aria label for an AvatarGroup rendered as a list of avatars."
241
+ },
242
+ "@astryx.banner.dismiss": {
243
+ "defaultMessage": "Dismiss",
244
+ "description": "Label and tooltip for the dismiss button on a Banner."
245
+ },
246
+ "@astryx.calendar.previousMonth": {
247
+ "defaultMessage": "Previous month",
248
+ "description": "Aria label for the previous-month button in Calendar."
249
+ },
250
+ "@astryx.calendar.nextMonth": {
251
+ "defaultMessage": "Next month",
252
+ "description": "Aria label for the next-month button in Calendar."
253
+ },
254
+ "@astryx.carousel.label": {
255
+ "defaultMessage": "Carousel",
256
+ "description": "Default aria label for the Carousel landmark."
257
+ },
258
+ "@astryx.carousel.scrollLeft": {
259
+ "defaultMessage": "Scroll left",
260
+ "description": "Aria label for the scroll-left button in Carousel."
261
+ },
262
+ "@astryx.carousel.scrollRight": {
263
+ "defaultMessage": "Scroll right",
264
+ "description": "Aria label for the scroll-right button in Carousel."
265
+ },
266
+ "@astryx.chat.status.sending": {
267
+ "defaultMessage": "Sending",
268
+ "description": "ChatMessageMetadata status: message in flight."
269
+ },
270
+ "@astryx.chat.status.sent": {
271
+ "defaultMessage": "Sent",
272
+ "description": "ChatMessageMetadata status: message sent to server."
273
+ },
274
+ "@astryx.chat.status.delivered": {
275
+ "defaultMessage": "Delivered",
276
+ "description": "ChatMessageMetadata status: message delivered to recipient."
277
+ },
278
+ "@astryx.chat.status.read": {
279
+ "defaultMessage": "Read",
280
+ "description": "ChatMessageMetadata status: message read by recipient."
281
+ },
282
+ "@astryx.chat.status.failed": {
283
+ "defaultMessage": "Failed",
284
+ "description": "ChatMessageMetadata status: message send failed."
285
+ },
286
+ "@astryx.chat.messageAriaLabel": {
287
+ "defaultMessage": "Message {status}",
288
+ "description": "Aria-label for a chat message row. `status` is the localized message status (e.g. \"sent\", \"delivered\") from @astryx.chat.status.*."
289
+ },
290
+ "@astryx.chat.pastedText.expand": {
291
+ "defaultMessage": "Expand",
292
+ "description": "Label for the button that expands a collapsed pasted-text chat token."
293
+ },
294
+ "@astryx.checkboxList.item.checkbox": {
295
+ "defaultMessage": "Checkbox",
296
+ "description": "Aria label for the checkbox inside CheckboxListItem when no label is provided."
297
+ },
298
+ "@astryx.commandPalette.emptySearch": {
299
+ "defaultMessage": "No results",
300
+ "description": "Default text shown in CommandPalette when the current query returns no matches."
301
+ },
302
+ "@astryx.commandPalette.emptyBootstrap": {
303
+ "defaultMessage": "Type to search",
304
+ "description": "Default text shown in CommandPalette on first open, before the user has typed anything."
305
+ },
306
+ "@astryx.dateRangeInput.presetDateRanges": {
307
+ "defaultMessage": "Preset date ranges",
308
+ "description": "Aria label for the preset-date-range group in DateRangeInput."
309
+ },
310
+ "@astryx.dateTimeInput.timePlaceholder": {
311
+ "defaultMessage": "Select a time",
312
+ "description": "Default placeholder for the time input in DateTimeInput."
313
+ },
314
+ "@astryx.dialog.close": {
315
+ "defaultMessage": "Close",
316
+ "description": "Label and tooltip for the close button in DialogHeader."
317
+ },
318
+ "@astryx.dropdownMenu.label": {
319
+ "defaultMessage": "Menu",
320
+ "description": "Default aria label for a DropdownMenu when none is provided."
321
+ },
322
+ "@astryx.lightbox.close": {
323
+ "defaultMessage": "Close",
324
+ "description": "Aria label for the close button in Lightbox."
325
+ },
326
+ "@astryx.lightbox.previous": {
327
+ "defaultMessage": "Previous",
328
+ "description": "Aria label for the previous-item button in Lightbox."
329
+ },
330
+ "@astryx.lightbox.next": {
331
+ "defaultMessage": "Next",
332
+ "description": "Aria label for the next-item button in Lightbox."
333
+ },
334
+ "@astryx.markdown.taskList": {
335
+ "defaultMessage": "Task list",
336
+ "description": "Aria label rendered by Markdown for a GitHub-flavored task-list block."
337
+ },
338
+ "@astryx.markdown.table": {
339
+ "defaultMessage": "Table",
340
+ "description": "Aria label rendered by Markdown for a rendered table."
341
+ },
342
+ "@astryx.mobileNav.closeNavigation": {
343
+ "defaultMessage": "Close navigation",
344
+ "description": "Aria label for the close button on the MobileNav overlay."
345
+ },
346
+ "@astryx.multiSelector.selectAll": {
347
+ "defaultMessage": "Select all",
348
+ "description": "Default label for the \"select all\" toggle in MultiSelector."
349
+ },
350
+ "@astryx.multiSelector.searchPlaceholder": {
351
+ "defaultMessage": "Search…",
352
+ "description": "Default placeholder for the search input inside MultiSelector."
353
+ },
354
+ "@astryx.multiSelector.searchOptions": {
355
+ "defaultMessage": "Search options",
356
+ "description": "Aria label for the search input inside MultiSelector."
357
+ },
358
+ "@astryx.popover.close": {
359
+ "defaultMessage": "Close popover",
360
+ "description": "Default label for the close button rendered inside a Popover."
361
+ },
362
+ "@astryx.selector.searchPlaceholder": {
363
+ "defaultMessage": "Search…",
364
+ "description": "Default placeholder for the search input inside Selector."
365
+ },
366
+ "@astryx.selector.searchOptions": {
367
+ "defaultMessage": "Search options",
368
+ "description": "Aria label for the search input inside Selector."
369
+ },
370
+ "@astryx.sideNav.label": {
371
+ "defaultMessage": "Side navigation",
372
+ "description": "Aria label for the SideNav landmark region."
373
+ },
374
+ "@astryx.sideNav.resizeSidebar": {
375
+ "defaultMessage": "Resize sidebar",
376
+ "description": "Aria label for the SideNav resize handle."
377
+ },
378
+ "@astryx.sideNav.heading.openMenu": {
379
+ "defaultMessage": "Open menu",
380
+ "description": "Aria label for the overflow menu button in a SideNav heading."
381
+ },
382
+ "@astryx.tabList.label": {
383
+ "defaultMessage": "Tabs",
384
+ "description": "Default aria label for a TabList when none is provided."
385
+ },
386
+ "@astryx.table.label": {
387
+ "defaultMessage": "Table",
388
+ "description": "Default aria label for a Table when none is provided."
389
+ },
390
+ "@astryx.table.noData": {
391
+ "defaultMessage": "No data",
392
+ "description": "Default text shown by Table when the data set is empty."
393
+ },
394
+ "@astryx.table.filter.allPlaceholder": {
395
+ "defaultMessage": "All",
396
+ "description": "Placeholder for a Table filter selector when no value is selected (matches all rows)."
397
+ },
398
+ "@astryx.table.filter.reset": {
399
+ "defaultMessage": "Reset",
400
+ "description": "Label for the reset action in a Table filter panel."
401
+ },
402
+ "@astryx.table.filter.apply": {
403
+ "defaultMessage": "Apply",
404
+ "description": "Label for the apply action in a Table filter panel."
405
+ },
406
+ "@astryx.table.selection.selectAllRows": {
407
+ "defaultMessage": "Select all rows",
408
+ "description": "Aria label for the \"select all rows\" checkbox in a Table header."
409
+ },
410
+ "@astryx.table.selection.selectRow": {
411
+ "defaultMessage": "Select row",
412
+ "description": "Aria label for the \"select row\" checkbox on a Table row."
413
+ },
414
+ "@astryx.table.sort.ascending": {
415
+ "defaultMessage": "Sort ascending",
416
+ "description": "Aria label for a Table column header when clicking it will sort ascending."
417
+ },
418
+ "@astryx.table.sort.descending": {
419
+ "defaultMessage": "Sort descending",
420
+ "description": "Aria label for a Table column header when clicking it will sort descending."
421
+ },
422
+ "@astryx.table.sort.clear": {
423
+ "defaultMessage": "Clear sort",
424
+ "description": "Aria label for a Table column header when clicking it will clear the current sort."
425
+ },
426
+ "@astryx.toast.dismiss": {
427
+ "defaultMessage": "Dismiss notification",
428
+ "description": "Aria label for the dismiss button on a Toast."
429
+ },
430
+ "@astryx.toast.viewport": {
431
+ "defaultMessage": "Notifications",
432
+ "description": "Aria label for the Toast viewport region that hosts toasts."
433
+ },
434
+ "@astryx.tokenizer.clearAll": {
435
+ "defaultMessage": "Clear all",
436
+ "description": "Label for the \"clear all tokens\" button in Tokenizer."
437
+ },
438
+ "@astryx.topNav.heading.openMenu": {
439
+ "defaultMessage": "Open menu",
440
+ "description": "Aria label for the overflow menu button in a TopNav heading."
441
+ },
442
+ "@astryx.topNav.landmarkLabel": {
443
+ "defaultMessage": "Top navigation",
444
+ "description": "Default accessible name (aria-label) for the <nav> landmark rendered by TopNav when no label is provided."
445
+ },
446
+ "@astryx.treeList.toggleChildren": {
447
+ "defaultMessage": "Toggle children",
448
+ "description": "Aria label for the expand/collapse button on a TreeList item."
449
+ },
450
+ "@astryx.typeahead.emptySearchResults": {
451
+ "defaultMessage": "No results found",
452
+ "description": "Default text shown by Typeahead when the current query returns no matches."
453
+ },
454
+ "@astryx.typeahead.loading": {
455
+ "defaultMessage": "Loading",
456
+ "description": "Aria label for the loading indicator inside a Typeahead dropdown."
457
+ },
458
+ "@astryx.typeahead.searchResults": {
459
+ "defaultMessage": "Search results",
460
+ "description": "Aria label for the search-results list inside a Typeahead dropdown."
461
+ },
462
+ "@astryx.typeahead.clearSelection": {
463
+ "defaultMessage": "Clear selection",
464
+ "description": "Label for the \"clear selected value\" button on a Typeahead."
465
+ },
466
+ "@astryx.breadcrumbs.label": {
467
+ "defaultMessage": "Breadcrumb",
468
+ "description": "Default aria label for the Breadcrumbs navigation landmark."
469
+ },
470
+ "@astryx.chat.composer.placeholder": {
471
+ "defaultMessage": "Type a message…",
472
+ "description": "Default placeholder for the ChatComposer input."
473
+ },
474
+ "@astryx.chat.composerDrawer.label": {
475
+ "defaultMessage": "Items",
476
+ "description": "Default label for the ChatComposerDrawer list."
477
+ },
478
+ "@astryx.chat.composerInput.label": {
479
+ "defaultMessage": "Message input",
480
+ "description": "Default aria label for the ChatComposerInput textarea."
481
+ },
482
+ "@astryx.chat.speechRecognition.noSpeechDetected": {
483
+ "defaultMessage": "No speech was detected.",
484
+ "description": "Speech-recognition error message shown when the mic captures silence."
485
+ },
486
+ "@astryx.commandPalette.label": {
487
+ "defaultMessage": "Command palette",
488
+ "description": "Default aria label for the CommandPalette landmark."
489
+ },
490
+ "@astryx.commandPalette.input.placeholder": {
491
+ "defaultMessage": "Search…",
492
+ "description": "Default placeholder for the CommandPalette search input."
493
+ },
494
+ "@astryx.commandPalette.list.label": {
495
+ "defaultMessage": "Commands",
496
+ "description": "Default aria label for the CommandPalette command list."
497
+ },
498
+ "@astryx.contextMenu.label": {
499
+ "defaultMessage": "Context menu",
500
+ "description": "Default aria label for the ContextMenu."
501
+ },
502
+ "@astryx.dateInput.placeholder": {
503
+ "defaultMessage": "Select a date",
504
+ "description": "Default placeholder for DateInput."
505
+ },
506
+ "@astryx.dateInput.dialogLabel": {
507
+ "defaultMessage": "Choose date",
508
+ "description": "Aria label for the DateInput picker dialog."
509
+ },
510
+ "@astryx.dateInput.closeCalendar": {
511
+ "defaultMessage": "Close calendar",
512
+ "description": "Aria label for the close button in the DateInput calendar popover."
513
+ },
514
+ "@astryx.dateInput.openCalendar": {
515
+ "defaultMessage": "Open calendar",
516
+ "description": "Aria label for the DateInput / DateRangeInput / DateTimeInput calendar toggle button when the popover is closed."
517
+ },
518
+ "@astryx.dateInput.toggleCalendarClose": {
519
+ "defaultMessage": "Close calendar",
520
+ "description": "Aria label for the DateInput / DateRangeInput / DateTimeInput calendar toggle button when the popover is open. Distinct from closeCalendar (which labels the X inside the popover) so translators can differentiate the toggle vs the close-X UI."
521
+ },
522
+ "@astryx.dateInput.clear": {
523
+ "defaultMessage": "Clear {label}",
524
+ "description": "Aria label for the clear-value button in DateInput / DateRangeInput / DateTimeInput. `{label}` is the field's own label so screen readers announce e.g. 'Clear Start date'."
525
+ },
526
+ "@astryx.dateTimeInput.timeSuffix": {
527
+ "defaultMessage": "{label} time",
528
+ "description": "Aria label suffix for the time slot in DateTimeInput. `{label}` is the field's own label."
529
+ },
530
+ "@astryx.dateRangeInput.placeholder": {
531
+ "defaultMessage": "Select date range",
532
+ "description": "Default placeholder for DateRangeInput."
533
+ },
534
+ "@astryx.dateRangeInput.dialogLabel": {
535
+ "defaultMessage": "Choose date range",
536
+ "description": "Aria label for the DateRangeInput picker dialog."
537
+ },
538
+ "@astryx.dateTimeInput.placeholder": {
539
+ "defaultMessage": "Select a date",
540
+ "description": "Default placeholder for DateTimeInput."
541
+ },
542
+ "@astryx.dateTimeInput.dialogLabel": {
543
+ "defaultMessage": "Choose date",
544
+ "description": "Aria label for the DateTimeInput picker dialog."
545
+ },
546
+ "@astryx.link.newTab": {
547
+ "defaultMessage": "(opens in new tab)",
548
+ "description": "Visually-hidden suffix appended to Link labels that open in a new tab."
549
+ },
550
+ "@astryx.mobileNav.toggle.open": {
551
+ "defaultMessage": "Open navigation",
552
+ "description": "Aria label for the MobileNavToggle button when the drawer is closed."
553
+ },
554
+ "@astryx.moreMenu.label": {
555
+ "defaultMessage": "More options",
556
+ "description": "Default aria label for the MoreMenu trigger button."
557
+ },
558
+ "@astryx.multiSelector.selectPlaceholder": {
559
+ "defaultMessage": "Select…",
560
+ "description": "Default placeholder on the MultiSelector trigger button."
561
+ },
562
+ "@astryx.outline.label": {
563
+ "defaultMessage": "Table of contents",
564
+ "description": "Default aria label for the Outline navigation landmark."
565
+ },
566
+ "@astryx.powersearch.label": {
567
+ "defaultMessage": "Search",
568
+ "description": "Default aria label for the PowerSearch input."
569
+ },
570
+ "@astryx.powersearch.placeholder": {
571
+ "defaultMessage": "Search…",
572
+ "description": "Default placeholder for the PowerSearch input."
573
+ },
574
+ "@astryx.resizable.handle.label": {
575
+ "defaultMessage": "Resize handle",
576
+ "description": "Aria label for the drag handle in Resizable."
577
+ },
578
+ "@astryx.selector.placeholder": {
579
+ "defaultMessage": "Select…",
580
+ "description": "Default placeholder on the Selector trigger button."
581
+ },
582
+ "@astryx.sideNav.heading.dialogLabel": {
583
+ "defaultMessage": "Navigation menu",
584
+ "description": "Aria label for the SideNavHeading dropdown dialog."
585
+ },
586
+ "@astryx.table.pagination.label": {
587
+ "defaultMessage": "Table pagination",
588
+ "description": "Default aria label for the pagination row appended to a Table."
589
+ },
590
+ "@astryx.timeInput.placeholder": {
591
+ "defaultMessage": "Select a time",
592
+ "description": "Default placeholder for TimeInput."
593
+ },
594
+ "@astryx.topNav.heading.dialogLabel": {
595
+ "defaultMessage": "Navigation menu",
596
+ "description": "Aria label for the TopNavHeading dropdown dialog."
597
+ },
598
+ "@astryx.typeahead.searchPlaceholder": {
599
+ "defaultMessage": "Search…",
600
+ "description": "Default placeholder for the Typeahead input."
601
+ },
602
+ "@astryx.banner.collapse": {
603
+ "defaultMessage": "Collapse",
604
+ "description": "Aria label and tooltip for the Banner expand/collapse toggle button when the banner is expanded."
605
+ },
606
+ "@astryx.banner.expand": {
607
+ "defaultMessage": "Expand",
608
+ "description": "Aria label and tooltip for the Banner expand/collapse toggle button when the banner is collapsed."
609
+ },
610
+ "@astryx.chatComposerDrawer.expand": {
611
+ "defaultMessage": "Expand {label}",
612
+ "description": "Aria label for the ChatComposerDrawer toggle when the drawer is collapsed. `label` is the drawer's visible label."
613
+ },
614
+ "@astryx.chatComposerDrawer.collapse": {
615
+ "defaultMessage": "Collapse {label}",
616
+ "description": "Aria label for the ChatComposerDrawer toggle when the drawer is expanded. `label` is the drawer's visible label."
617
+ },
618
+ "@astryx.chatLayout.newMessages": {
619
+ "defaultMessage": "New messages",
620
+ "description": "Label for the ChatLayout scroll-to-bottom pill when new messages have arrived below the viewport."
621
+ },
622
+ "@astryx.chatLayoutScrollButton.scrollToBottom": {
623
+ "defaultMessage": "Scroll to bottom",
624
+ "description": "Default label and aria-label for the ChatLayout scroll-to-bottom button."
625
+ },
626
+ "@astryx.chatMessage.messageFrom": {
627
+ "defaultMessage": "Message from {sender}",
628
+ "description": "Aria label for a ChatMessage article element when no visible sender name is rendered. `sender` is the sender identifier."
629
+ },
630
+ "@astryx.chatSendButton.stop": {
631
+ "defaultMessage": "Stop",
632
+ "description": "Label for the ChatSendButton while a response is streaming and the button acts as a stop control."
633
+ },
634
+ "@astryx.chatSendButton.send": {
635
+ "defaultMessage": "Send",
636
+ "description": "Label for the ChatSendButton when submitting a chat message."
637
+ },
638
+ "@astryx.chatTriggerMenu.suggestions": {
639
+ "defaultMessage": "Suggestions",
640
+ "description": "Default aria label for the trigger-menu listbox popover in the chat composer when a trigger does not supply its own menuLabel."
641
+ },
642
+ "@astryx.citation.label": {
643
+ "defaultMessage": "Citation {number}: {title}",
644
+ "description": "Aria label for a Citation element. `number` is the 1-based citation index; `title` is the source title (or the number as a string if no title is provided)."
645
+ },
646
+ "@astryx.codeBlock.copied": {
647
+ "defaultMessage": "Copied",
648
+ "description": "Aria label for the CodeBlock copy button immediately after the code has been copied."
649
+ },
650
+ "@astryx.codeBlock.copyCode": {
651
+ "defaultMessage": "Copy code",
652
+ "description": "Aria label for the CodeBlock copy button in its default (not-yet-copied) state."
653
+ },
654
+ "@astryx.codeBlock.code": {
655
+ "defaultMessage": "Code",
656
+ "description": "Fallback aria label for the CodeBlock scroll container when no language label is available."
657
+ },
658
+ "@astryx.fileInput.clearLabel": {
659
+ "defaultMessage": "Clear {label}",
660
+ "description": "Label for the FileInput clear button. `label` is the file input's own visible label."
661
+ },
662
+ "@astryx.lightbox.mediaViewer": {
663
+ "defaultMessage": "Media viewer",
664
+ "description": "Fallback aria label for the Lightbox dialog when the current media item has no alt text."
665
+ },
666
+ "@astryx.mobileNav.navigation": {
667
+ "defaultMessage": "Navigation",
668
+ "description": "Fallback aria label for the MobileNav dialog when no explicit label or string header is provided."
669
+ },
670
+ "@astryx.multiSelector.clearAll": {
671
+ "defaultMessage": "Clear all {label}",
672
+ "description": "Aria label for the MultiSelector clear-all button. `label` is the selector's own visible label."
673
+ },
674
+ "@astryx.numberInput.clearLabel": {
675
+ "defaultMessage": "Clear {label}",
676
+ "description": "Aria label for the NumberInput clear button. `label` is the input's own visible label."
677
+ },
678
+ "@astryx.selector.clearLabel": {
679
+ "defaultMessage": "Clear {label}",
680
+ "description": "Aria label for the Selector clear button. `label` is the selector's own visible label."
681
+ },
682
+ "@astryx.sideNavCollapseButton.expandSidebar": {
683
+ "defaultMessage": "Expand sidebar",
684
+ "description": "Default label for the SideNav collapse/expand button when the sidebar is currently collapsed."
685
+ },
686
+ "@astryx.sideNavCollapseButton.collapseSidebar": {
687
+ "defaultMessage": "Collapse sidebar",
688
+ "description": "Default label for the SideNav collapse/expand button when the sidebar is currently expanded."
689
+ },
690
+ "@astryx.sideNavItem.expand": {
691
+ "defaultMessage": "Expand {label}",
692
+ "description": "Aria label for the SideNavItem expand/collapse chevron when the item is collapsed. `label` is the nav item's visible label."
693
+ },
694
+ "@astryx.sideNavItem.collapse": {
695
+ "defaultMessage": "Collapse {label}",
696
+ "description": "Aria label for the SideNavItem expand/collapse chevron when the item is expanded. `label` is the nav item's visible label."
697
+ },
698
+ "@astryx.tableFiltering.filterByColumn": {
699
+ "defaultMessage": "Filter {header}",
700
+ "description": "Label, placeholder, and aria label for per-column filter controls in the Table filtering plugin. `header` is the column's header text."
701
+ },
702
+ "@astryx.tableGroupedRows.expandGroup": {
703
+ "defaultMessage": "Expand group {groupKey}",
704
+ "description": "Aria label for a Table grouped-row header chevron when the group is collapsed. `groupKey` is the group identifier."
705
+ },
706
+ "@astryx.tableGroupedRows.collapseGroup": {
707
+ "defaultMessage": "Collapse group {groupKey}",
708
+ "description": "Aria label for a Table grouped-row header chevron when the group is expanded. `groupKey` is the group identifier."
709
+ },
710
+ "@astryx.tableRowExpansion.collapseRow": {
711
+ "defaultMessage": "Collapse row",
712
+ "description": "Aria label for the Table row-expansion chevron when the row is currently expanded."
713
+ },
714
+ "@astryx.tableRowExpansion.expandRow": {
715
+ "defaultMessage": "Expand row",
716
+ "description": "Aria label for the Table row-expansion chevron when the row is currently collapsed."
717
+ },
718
+ "@astryx.tableRowExpansion.collapseAllRows": {
719
+ "defaultMessage": "Collapse all rows",
720
+ "description": "Aria label for the Table expand-all / collapse-all header button when all rows are currently expanded."
721
+ },
722
+ "@astryx.tableRowExpansion.expandAllRows": {
723
+ "defaultMessage": "Expand all rows",
724
+ "description": "Aria label for the Table expand-all / collapse-all header button when not all rows are currently expanded."
725
+ },
726
+ "@astryx.textInput.clearLabel": {
727
+ "defaultMessage": "Clear {label}",
728
+ "description": "Aria label for the TextInput clear button. `label` is the input's own visible label."
729
+ },
730
+ "@astryx.thumbnail.remove": {
731
+ "defaultMessage": "Remove {accessibleName}",
732
+ "description": "Label for the Thumbnail remove button. `accessibleName` is the thumbnail's accessible name (label, alt, or a combination)."
733
+ },
734
+ "@astryx.thumbnail.open": {
735
+ "defaultMessage": "Open {accessibleName}",
736
+ "description": "Aria label for the interactive Thumbnail's open button. `accessibleName` is the thumbnail's accessible name (label, alt, or a combination)."
737
+ },
738
+ "@astryx.timeInput.clearLabel": {
739
+ "defaultMessage": "Clear {label}",
740
+ "description": "Aria label for the TimeInput clear button. `label` is the input's own visible label."
741
+ },
742
+ "@astryx.token.remove": {
743
+ "defaultMessage": "Remove {label}",
744
+ "description": "Aria label for the Token remove button. `label` is the token's own visible label."
745
+ }
746
+ }