@vibe/core 4.2.6 → 4.3.0

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 (410) hide show
  1. package/dist/metadata/accessibility/Accordion.md +10 -0
  2. package/dist/metadata/accessibility/AlertBanner.md +9 -0
  3. package/dist/metadata/accessibility/Avatar.md +12 -0
  4. package/dist/metadata/accessibility/AvatarGroup.md +6 -0
  5. package/dist/metadata/accessibility/BreadcrumbsBar.md +10 -0
  6. package/dist/metadata/accessibility/Button.md +13 -0
  7. package/dist/metadata/accessibility/ButtonGroup.md +9 -0
  8. package/dist/metadata/accessibility/Checkbox.md +13 -0
  9. package/dist/metadata/accessibility/Chips.md +10 -0
  10. package/dist/metadata/accessibility/Combobox.md +6 -0
  11. package/dist/metadata/accessibility/DropdownBasicDropdown.md +10 -0
  12. package/dist/metadata/accessibility/IconButton.md +26 -0
  13. package/dist/metadata/accessibility/Info.md +12 -0
  14. package/dist/metadata/accessibility/Link.md +8 -0
  15. package/dist/metadata/accessibility/List.md +11 -0
  16. package/dist/metadata/accessibility/Menu.md +10 -0
  17. package/dist/metadata/accessibility/MenuButton.md +6 -0
  18. package/dist/metadata/accessibility/MenuItem.md +8 -0
  19. package/dist/metadata/accessibility/Modal.md +35 -0
  20. package/dist/metadata/accessibility/NumberField.md +9 -0
  21. package/dist/metadata/accessibility/RadioButton.md +11 -0
  22. package/dist/metadata/accessibility/Search.md +10 -0
  23. package/dist/metadata/accessibility/Tabs.md +10 -0
  24. package/dist/metadata/accessibility/TextArea.md +17 -0
  25. package/dist/metadata/accessibility/TextField.md +16 -0
  26. package/dist/metadata/accessibility/Toast.md +4 -0
  27. package/dist/metadata/accessibility/Toggle.md +7 -0
  28. package/dist/metadata/accessibility/Tooltip.md +11 -0
  29. package/dist/metadata/components.json +20940 -0
  30. package/dist/metadata/examples/Accordion.md +136 -0
  31. package/dist/metadata/examples/AlertBanner.md +85 -0
  32. package/dist/metadata/examples/AttentionBox.md +267 -0
  33. package/dist/metadata/examples/Avatar.md +118 -0
  34. package/dist/metadata/examples/AvatarGroup.md +390 -0
  35. package/dist/metadata/examples/Badge.md +59 -0
  36. package/dist/metadata/examples/BaseInput.md +2 -0
  37. package/dist/metadata/examples/BaseList.md +342 -0
  38. package/dist/metadata/examples/Box.md +208 -0
  39. package/dist/metadata/examples/BreadcrumbItem.md +54 -0
  40. package/dist/metadata/examples/BreadcrumbsBar.md +64 -0
  41. package/dist/metadata/examples/Button.md +174 -0
  42. package/dist/metadata/examples/ButtonGroup.md +180 -0
  43. package/dist/metadata/examples/Checkbox.md +24 -0
  44. package/dist/metadata/examples/Chips.md +192 -0
  45. package/dist/metadata/examples/Clickable.md +31 -0
  46. package/dist/metadata/examples/ColorPicker.md +2 -0
  47. package/dist/metadata/examples/Combobox.md +438 -0
  48. package/dist/metadata/examples/Counter.md +188 -0
  49. package/dist/metadata/examples/DatePicker.md +43 -0
  50. package/dist/metadata/examples/Dialog.md +521 -0
  51. package/dist/metadata/examples/DialogContentContainer.md +18 -0
  52. package/dist/metadata/examples/Divider.md +50 -0
  53. package/dist/metadata/examples/DropdownBasicDropdown.md +479 -0
  54. package/dist/metadata/examples/DropdownBoxMode.md +218 -0
  55. package/dist/metadata/examples/EditableHeading.md +33 -0
  56. package/dist/metadata/examples/EditableText.md +36 -0
  57. package/dist/metadata/examples/EmptyState.md +192 -0
  58. package/dist/metadata/examples/ExpandCollapse.md +77 -0
  59. package/dist/metadata/examples/Flex.md +916 -0
  60. package/dist/metadata/examples/Heading.md +124 -0
  61. package/dist/metadata/examples/HiddenText.md +8 -0
  62. package/dist/metadata/examples/Icon.md +67 -0
  63. package/dist/metadata/examples/IconButton.md +141 -0
  64. package/dist/metadata/examples/Info.md +80 -0
  65. package/dist/metadata/examples/Label.md +109 -0
  66. package/dist/metadata/examples/Link.md +52 -0
  67. package/dist/metadata/examples/List.md +125 -0
  68. package/dist/metadata/examples/ListItem.md +42 -0
  69. package/dist/metadata/examples/Loader.md +148 -0
  70. package/dist/metadata/examples/Menu.md +141 -0
  71. package/dist/metadata/examples/MenuButton.md +127 -0
  72. package/dist/metadata/examples/MenuDivider.md +35 -0
  73. package/dist/metadata/examples/MenuGridItem.md +65 -0
  74. package/dist/metadata/examples/MenuItem.md +98 -0
  75. package/dist/metadata/examples/MenuItemButton.md +42 -0
  76. package/dist/metadata/examples/MenuTitle.md +25 -0
  77. package/dist/metadata/examples/ModalBasicLayout.md +400 -0
  78. package/dist/metadata/examples/ModalMediaLayout.md +240 -0
  79. package/dist/metadata/examples/ModalSideBySideLayout.md +313 -0
  80. package/dist/metadata/examples/MultiStepIndicator.md +189 -0
  81. package/dist/metadata/examples/NumberField.md +68 -0
  82. package/dist/metadata/examples/ProgressBar.md +152 -0
  83. package/dist/metadata/examples/RadioButton.md +41 -0
  84. package/dist/metadata/examples/Search.md +24 -0
  85. package/dist/metadata/examples/Skeleton.md +161 -0
  86. package/dist/metadata/examples/Slider.md +109 -0
  87. package/dist/metadata/examples/SplitButton.md +120 -0
  88. package/dist/metadata/examples/Steps.md +106 -0
  89. package/dist/metadata/examples/Table.md +449 -0
  90. package/dist/metadata/examples/Tabs.md +241 -0
  91. package/dist/metadata/examples/Text.md +188 -0
  92. package/dist/metadata/examples/TextArea.md +28 -0
  93. package/dist/metadata/examples/TextField.md +119 -0
  94. package/dist/metadata/examples/TextWithHighlight.md +2 -0
  95. package/dist/metadata/examples/ThemeProvider.md +47 -0
  96. package/dist/metadata/examples/Tipseen.md +111 -0
  97. package/dist/metadata/examples/Toast.md +127 -0
  98. package/dist/metadata/examples/Toggle.md +38 -0
  99. package/dist/metadata/examples/Tooltip.md +53 -0
  100. package/dist/metadata/examples/VirtualizedGrid.md +54 -0
  101. package/dist/metadata/examples/VirtualizedList.md +50 -0
  102. package/dist/metadata/examples/useGridKeyboardNavigationContext.md +61 -0
  103. package/dist/mocked_classnames/scripts/build-all-metadata.d.ts +1 -0
  104. package/dist/mocked_classnames/scripts/extract-accessibility.d.ts +4 -0
  105. package/dist/mocked_classnames/scripts/extract-examples.d.ts +3 -0
  106. package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  107. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  108. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  109. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  110. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  111. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  112. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  113. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  114. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  115. package/dist/mocked_classnames/src/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  116. package/dist/mocked_classnames/src/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  117. package/dist/mocked_classnames/src/components/Avatar/Avatar.module.scss.js +1 -1
  118. package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  119. package/dist/mocked_classnames/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  120. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  121. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  122. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  123. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  124. package/dist/mocked_classnames/src/components/Badge/Badge.module.scss.js +1 -1
  125. package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  126. package/dist/mocked_classnames/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  127. package/dist/mocked_classnames/src/components/BaseList/BaseList.module.scss.js +1 -1
  128. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  129. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  130. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  131. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  132. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  133. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  134. package/dist/mocked_classnames/src/components/Chips/Chips.module.scss.js +1 -1
  135. package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  136. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  137. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  138. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  139. package/dist/mocked_classnames/src/components/Combobox/Combobox.module.scss.js +1 -1
  140. package/dist/mocked_classnames/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  141. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  142. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  143. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  144. package/dist/mocked_classnames/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  145. package/dist/mocked_classnames/src/components/Counter/Counter.module.scss.js +1 -1
  146. package/dist/mocked_classnames/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  147. package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader.module.scss.js +1 -1
  148. package/dist/mocked_classnames/src/components/Divider/Divider.module.scss.js +1 -1
  149. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  150. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  151. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  152. package/dist/mocked_classnames/src/components/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  153. package/dist/mocked_classnames/src/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  154. package/dist/mocked_classnames/src/components/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  155. package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  156. package/dist/mocked_classnames/src/components/EditableText/EditableText.module.scss.js +1 -1
  157. package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  158. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  159. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  160. package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  161. package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  162. package/dist/mocked_classnames/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  163. package/dist/mocked_classnames/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  164. package/dist/mocked_classnames/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  165. package/dist/mocked_classnames/src/components/InfoText/InfoText.module.scss.js +1 -1
  166. package/dist/mocked_classnames/src/components/Label/Label.module.scss.js +1 -1
  167. package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  168. package/dist/mocked_classnames/src/components/Link/Link.module.scss.js +1 -1
  169. package/dist/mocked_classnames/src/components/List/List.module.scss.js +1 -1
  170. package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  171. package/dist/mocked_classnames/src/components/ListItem/ListItem.module.scss.js +1 -1
  172. package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  173. package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  174. package/dist/mocked_classnames/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  175. package/dist/mocked_classnames/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  176. package/dist/mocked_classnames/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  177. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  178. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  179. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  180. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  181. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  182. package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  183. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  184. package/dist/mocked_classnames/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  185. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  186. package/dist/mocked_classnames/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  187. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  188. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  189. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  190. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  191. package/dist/mocked_classnames/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  192. package/dist/mocked_classnames/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  193. package/dist/mocked_classnames/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  194. package/dist/mocked_classnames/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  195. package/dist/mocked_classnames/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  196. package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  197. package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  198. package/dist/mocked_classnames/src/components/NumberField/NumberField.module.scss.js +1 -1
  199. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  200. package/dist/mocked_classnames/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  201. package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
  202. package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
  203. package/dist/mocked_classnames/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  204. package/dist/mocked_classnames/src/components/Search/Search.module.scss.js +1 -1
  205. package/dist/mocked_classnames/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  206. package/dist/mocked_classnames/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  207. package/dist/mocked_classnames/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  208. package/dist/mocked_classnames/src/components/Slider/Slider.module.scss.js +1 -1
  209. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  210. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  211. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  212. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  213. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  214. package/dist/mocked_classnames/src/components/Slider/SliderInfix.module.scss.js +1 -1
  215. package/dist/mocked_classnames/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  216. package/dist/mocked_classnames/src/components/Steps/Steps.module.scss.js +1 -1
  217. package/dist/mocked_classnames/src/components/Steps/StepsCommand.module.scss.js +1 -1
  218. package/dist/mocked_classnames/src/components/Steps/StepsDot.module.scss.js +1 -1
  219. package/dist/mocked_classnames/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  220. package/dist/mocked_classnames/src/components/Steps/StepsHeader.module.scss.js +1 -1
  221. package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  222. package/dist/mocked_classnames/src/components/Switch/Switch.module.scss.js +1 -1
  223. package/dist/mocked_classnames/src/components/Table/Table/Table.module.scss.js +1 -1
  224. package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  225. package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  226. package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  227. package/dist/mocked_classnames/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  228. package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  229. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  230. package/dist/mocked_classnames/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  231. package/dist/mocked_classnames/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  232. package/dist/mocked_classnames/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  233. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  234. package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  235. package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  236. package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  237. package/dist/mocked_classnames/src/components/TextArea/TextArea.module.scss.js +1 -1
  238. package/dist/mocked_classnames/src/components/TextField/TextField.module.scss.js +1 -1
  239. package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  240. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  241. package/dist/mocked_classnames/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  242. package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  243. package/dist/mocked_classnames/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  244. package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  245. package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  246. package/dist/mocked_classnames/src/components/Toast/Toast.module.scss.js +1 -1
  247. package/dist/mocked_classnames/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  248. package/dist/mocked_classnames/src/components/Toggle/MockToggle.module.scss.js +1 -1
  249. package/dist/mocked_classnames/src/components/Toggle/Toggle.module.scss.js +1 -1
  250. package/dist/mocked_classnames/src/components/Toggle/ToggleText.module.scss.js +1 -1
  251. package/dist/mocked_classnames/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  252. package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  253. package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  254. package/dist/mocked_classnames/src/components/next/List/List.module.scss.js +1 -1
  255. package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
  256. package/dist/scripts/build-all-metadata.d.ts +1 -0
  257. package/dist/scripts/extract-accessibility.d.ts +4 -0
  258. package/dist/scripts/extract-examples.d.ts +3 -0
  259. package/dist/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  260. package/dist/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  261. package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  262. package/dist/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  263. package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  264. package/dist/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  265. package/dist/src/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  266. package/dist/src/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  267. package/dist/src/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  268. package/dist/src/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  269. package/dist/src/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  270. package/dist/src/components/Avatar/Avatar.module.scss.js +1 -1
  271. package/dist/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  272. package/dist/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  273. package/dist/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  274. package/dist/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  275. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  276. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  277. package/dist/src/components/Badge/Badge.module.scss.js +1 -1
  278. package/dist/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  279. package/dist/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  280. package/dist/src/components/BaseList/BaseList.module.scss.js +1 -1
  281. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  282. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  283. package/dist/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  284. package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  285. package/dist/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  286. package/dist/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  287. package/dist/src/components/Chips/Chips.module.scss.js +1 -1
  288. package/dist/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  289. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  290. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  291. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  292. package/dist/src/components/Combobox/Combobox.module.scss.js +1 -1
  293. package/dist/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  294. package/dist/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  295. package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  296. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  297. package/dist/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  298. package/dist/src/components/Counter/Counter.module.scss.js +1 -1
  299. package/dist/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  300. package/dist/src/components/DatePicker/DatePickerHeader.module.scss.js +1 -1
  301. package/dist/src/components/Divider/Divider.module.scss.js +1 -1
  302. package/dist/src/components/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  303. package/dist/src/components/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  304. package/dist/src/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  305. package/dist/src/components/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  306. package/dist/src/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  307. package/dist/src/components/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  308. package/dist/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  309. package/dist/src/components/EditableText/EditableText.module.scss.js +1 -1
  310. package/dist/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  311. package/dist/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  312. package/dist/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  313. package/dist/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  314. package/dist/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  315. package/dist/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  316. package/dist/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  317. package/dist/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  318. package/dist/src/components/InfoText/InfoText.module.scss.js +1 -1
  319. package/dist/src/components/Label/Label.module.scss.js +1 -1
  320. package/dist/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  321. package/dist/src/components/Link/Link.module.scss.js +1 -1
  322. package/dist/src/components/List/List.module.scss.js +1 -1
  323. package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  324. package/dist/src/components/ListItem/ListItem.module.scss.js +1 -1
  325. package/dist/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  326. package/dist/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  327. package/dist/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  328. package/dist/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  329. package/dist/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  330. package/dist/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  331. package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  332. package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  333. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  334. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  335. package/dist/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  336. package/dist/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  337. package/dist/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  338. package/dist/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  339. package/dist/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  340. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  341. package/dist/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  342. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  343. package/dist/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  344. package/dist/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  345. package/dist/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  346. package/dist/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  347. package/dist/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  348. package/dist/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  349. package/dist/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  350. package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  351. package/dist/src/components/NumberField/NumberField.module.scss.js +1 -1
  352. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  353. package/dist/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  354. package/dist/src/components/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
  355. package/dist/src/components/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
  356. package/dist/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  357. package/dist/src/components/Search/Search.module.scss.js +1 -1
  358. package/dist/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  359. package/dist/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  360. package/dist/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  361. package/dist/src/components/Slider/Slider.module.scss.js +1 -1
  362. package/dist/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  363. package/dist/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  364. package/dist/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  365. package/dist/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  366. package/dist/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  367. package/dist/src/components/Slider/SliderInfix.module.scss.js +1 -1
  368. package/dist/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  369. package/dist/src/components/Steps/Steps.module.scss.js +1 -1
  370. package/dist/src/components/Steps/StepsCommand.module.scss.js +1 -1
  371. package/dist/src/components/Steps/StepsDot.module.scss.js +1 -1
  372. package/dist/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  373. package/dist/src/components/Steps/StepsHeader.module.scss.js +1 -1
  374. package/dist/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  375. package/dist/src/components/Switch/Switch.module.scss.js +1 -1
  376. package/dist/src/components/Table/Table/Table.module.scss.js +1 -1
  377. package/dist/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  378. package/dist/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  379. package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  380. package/dist/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  381. package/dist/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  382. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  383. package/dist/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  384. package/dist/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  385. package/dist/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  386. package/dist/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  387. package/dist/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  388. package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  389. package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  390. package/dist/src/components/TextArea/TextArea.module.scss.js +1 -1
  391. package/dist/src/components/TextField/TextField.module.scss.js +1 -1
  392. package/dist/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  393. package/dist/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  394. package/dist/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  395. package/dist/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  396. package/dist/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  397. package/dist/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  398. package/dist/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  399. package/dist/src/components/Toast/Toast.module.scss.js +1 -1
  400. package/dist/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  401. package/dist/src/components/Toggle/MockToggle.module.scss.js +1 -1
  402. package/dist/src/components/Toggle/Toggle.module.scss.js +1 -1
  403. package/dist/src/components/Toggle/ToggleText.module.scss.js +1 -1
  404. package/dist/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  405. package/dist/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  406. package/dist/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  407. package/dist/src/components/next/List/List.module.scss.js +1 -1
  408. package/dist/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
  409. package/dist/style/dist/index.min.css.js +1 -1
  410. package/package.json +5 -3
@@ -0,0 +1,10 @@
1
+ # Accordion - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Accordion to enable proper accessibility associations and unique
4
+ identification.
5
+ 2. Provide unique `id` props for each AccordionItem to ensure proper ARIA relationships between buttons
6
+ and their controlled content regions.
7
+ 3. Use descriptive `title` props for AccordionItem headers that clearly indicate what content will be
8
+ revealed when expanded.
9
+ 4. Use the `defaultIndex` prop to set initial expanded states appropriately. Avoid auto-expanding too many
10
+ items to prevent overwhelming screen reader users.
@@ -0,0 +1,9 @@
1
+ # AlertBanner - Accessibility Requirements
2
+
3
+ 1. Use the `ariaLabel` prop to provide a descriptive accessible name for the banner that clearly indicates
4
+ the type and purpose of the alert.
5
+ 2. For dismissible AlertBanners, use the `closeButtonAriaLabel` prop to provide a descriptive accessible
6
+ name for the close button.
7
+ 3. When the banner text should be announced by screen readers (e.g., for dynamic updates), set the{" "}
8
+ `ariaLive` prop on AlertBannerText to control the live region behavior ("polite", "assertive", or
9
+ "off"). By default, AlertBannerText does not set a live region.
@@ -0,0 +1,12 @@
1
+ # Avatar - Accessibility Requirements
2
+
3
+ 1. Always provide an `ariaLabel` prop to describe the person or entity represented by the avatar (e.g.,
4
+ "John Smith", "Design Team", "Guest User"). This label is automatically used as tooltip content.
5
+ 2. Use the `role` prop when the avatar represents something other than a person (e.g.,{" "}
6
+ `role="img"` for team avatars, `role="button"` for clickable workspace avatars).
7
+ 3. For clickable avatars, ensure the `ariaLabel` describes the action that will occur when clicked (e.g.,
8
+ "Open John Smith's profile", "View Design Team details").
9
+ 4. Use `ariaHidden` prop appropriately when the avatar is purely decorative and provides no meaningful
10
+ information to screen readers.
11
+ 5. For avatars with badges (status indicators), ensure the `ariaLabel` includes relevant status
12
+ information (e.g., "John Smith (Away)", "Design Team (3 members online)").
@@ -0,0 +1,6 @@
1
+ # AvatarGroup - Accessibility Requirements
2
+
3
+ 1. Use the `counterAriaLabel` prop to provide a descriptive accessible name for the counter (e.g., "3
4
+ additional team members", "5 more participants", "2 hidden collaborators").
5
+ 2. Ensure each `Avatar` in the group has a meaningful `ariaLabel` prop that describes the
6
+ person or entity (e.g., "John Smith", "Sarah Johnson", "Design Team").
@@ -0,0 +1,10 @@
1
+ # BreadcrumbsBar - Accessibility Requirements
2
+
3
+ 1. Use the `type="navigation"` prop when breadcrumbs are clickable for navigation. This automatically
4
+ enables keyboard navigation and proper button/link semantics.
5
+ 2. For clickable breadcrumbs, ensure all items have descriptive `text` props that clearly indicate what
6
+ section or page they represent.
7
+ 3. When using icons in breadcrumbs, ensure they are purely decorative and don't replace the descriptive text, as
8
+ screen readers will announce the text content.
9
+ 4. Use the `isCurrent` prop on BreadcrumbItem to mark the current page. This ensures screen readers
10
+ understand the user's current location in the navigation hierarchy.
@@ -0,0 +1,13 @@
1
+ # Button - Accessibility Requirements
2
+
3
+ 1. Using an `id` is recommended for all instances to ensure proper label association.
4
+ 2. Always provide descriptive text content for buttons, or use `ariaLabel` prop when buttons contain only
5
+ icons.
6
+ 3. Use `ariaLabel` prop when you need to provide a custom accessible name that differs from the visible
7
+ button text or for icon-only buttons.
8
+ 4. Use `ariaLabeledBy` prop when an external element provides the accessible name for the button.
9
+ 5. Use `ariaHasPopup` prop when the button triggers a popup menu or dialog.
10
+ 6. Use `ariaExpanded` prop to indicate when a popup triggered by the button is open or closed.
11
+ 7. Use `ariaControls` prop to link the button to the element it controls.
12
+ 8. Use `aria-describedby` prop when additional descriptive text is needed for the button.
13
+ 9. Use `aria-pressed` prop for toggle buttons to indicate their current pressed state.
@@ -0,0 +1,9 @@
1
+ # ButtonGroup - Accessibility Requirements
2
+
3
+ 1. Always provide a `groupAriaLabel` prop to describe the purpose of the button group. This provides
4
+ context for screen readers about what the group represents (e.g., "View options", "Sort options", "Display
5
+ settings").
6
+ 2. For individual buttons, ensure each option has clear, descriptive `text` content, or provide
7
+ `ariaLabel` in the options array for icon-only buttons.
8
+ 3. Use `ariaLabel` in the options array when you need a different accessible name than the visible button
9
+ text, or for icon-only buttons (e.g., `ariaLabel: "Grid view"`).
@@ -0,0 +1,13 @@
1
+ # Checkbox - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure proper label association.
4
+ 2. Always provide a visible `label` prop to ensure the checkbox's purpose is clear to all users.
5
+ 3. It is recommended to use `separateLabel` mode for better screen reader support as it provides clearer,
6
+ more explicit label-input associations. When using this mode, the `id` prop is required for proper
7
+ label association.
8
+ 4. Use `ariaLabel` prop when you need to provide a custom accessible name.
9
+ 5. Use `ariaLabelledBy` prop when the checkbox is described by external elements.
10
+ 6. Use `indeterminate` prop for mixed selection states (e.g., when some but not all sub-items are
11
+ selected).
12
+ 7. Use `tabIndex` prop for custom keyboard navigation order.
13
+ 8. Use `autoFocus` prop when the checkbox should receive initial focus for keyboard navigation.
@@ -0,0 +1,10 @@
1
+ # Chips - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Chips to enable proper accessibility associations and unique identification.
4
+ 2. For removable chips, use the `closeButtonAriaLabel` prop to provide a descriptive accessible name for
5
+ the remove button (defaults to "Remove", but should be more specific like "Remove John Smith" or "Delete tag").
6
+ 3. Use the `ariaLabel` prop when the visible `label` text alone doesn't provide enough context
7
+ for screen readers to understand the chip's purpose or when chips contain complex content.
8
+ 4. For clickable chips, ensure the `ariaLabel` describes the action that will occur when clicked.
9
+ 5. When using icons or avatars in chips, ensure they are purely decorative and don't replace the descriptive text.
10
+ Screen readers will announce the text content, and icons should be hidden from assistive technologies.
@@ -0,0 +1,6 @@
1
+ # Combobox - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure proper label association.
4
+ 2. Use `searchInputAriaLabel` prop when you need to provide a custom accessible name for the search input.
5
+ 3. Use `disabled` prop appropriately to indicate when the combobox is not available for interaction.
6
+ 4. Use `autoFocus` prop when the combobox should receive initial focus for keyboard navigation.
@@ -0,0 +1,10 @@
1
+ # DropdownBasicDropdown - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure proper label association.
4
+ 2. Always provide a `label` prop to ensure the dropdown's purpose is clear to all users.
5
+ 3. Use `ariaLabel` prop when you need to provide a custom accessible name for the dropdown.
6
+ 4. Use `clearAriaLabel` prop when dropdown is clearable.
7
+ 5. Use `inputAriaLabel` prop when you need to provide a specific accessible name for the input field in
8
+ searchable dropdowns.
9
+ 6. Use `menuAriaLabel` prop when you need to provide a custom accessible name for the dropdown menu.
10
+ 7. Use `autoFocus` prop when the dropdown should receive initial focus for keyboard navigation.
@@ -0,0 +1,26 @@
1
+ # IconButton - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the IconButton to enable proper accessibility associations and unique
4
+ identification.
5
+ 2. Always provide an accessible name using either `ariaLabel` prop or `tooltipContent` prop.
6
+ The component automatically uses `tooltipContent` as the accessible name if no `ariaLabel`{" "}
7
+ is provided.
8
+ 3. Use `ariaLabel` prop when you need a different accessible name than the tooltip text, or when the icon
9
+ button doesn't have a tooltip.
10
+ 4. Use `ariaLabeledBy` prop when an external element provides the accessible name for the icon button.
11
+ Pass the `id` of that external element.
12
+ 5. Use `ariaHasPopup` prop when the icon button opens a menu, dialog, or popup.
13
+ 6. Use `ariaExpanded` prop to indicate when a popup or menu opened by the icon button is currently open (
14
+ `true`) or closed (`false`).
15
+ 7. Use `ariaControls` prop to link the icon button to the element it controls. Pass the `id` of
16
+ the controlled element.
17
+ 8. Use `aria-describedby` prop to link the icon button to additional descriptive text. Pass the{" "}
18
+ `id` of the descriptive element.
19
+ 9. Use `aria-pressed` prop for toggle icon buttons to indicate their current pressed state (
20
+ `true`, `false`, or `mixed`).
21
+ 10. Use `aria-hidden` prop appropriately to hide the icon button from screen readers when necessary, but
22
+ use sparingly as it removes the button from the accessibility tree entirely.
23
+ 11. Use `tabIndex` prop to control the icon button's position in the keyboard navigation order. The default
24
+ value allows normal tab navigation.
25
+ 12. Provide `disabledReason` prop when disabling an icon button to give users context about why the button
26
+ is unavailable. This will be displayed in the tooltip.
@@ -0,0 +1,12 @@
1
+ # Info - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Info component to enable proper accessibility associations and unique
4
+ identification.
5
+ 2. You should provide an accessible name using the `aria-label` prop to describe the purpose of the info
6
+ button (e.g., "More information about this feature").
7
+ 3. Use `aria-labelledby` prop when an external element provides the accessible name for the info button.
8
+ Pass the `id` of that external element (instead of using `aria-label`).
9
+ 4. The component automatically manages `aria-controls`, `aria-haspopup="dialog"`, and{" "}
10
+ `aria-expanded` attributes to indicate the relationship with the dialog and its current state.
11
+ 5. Focus management is handled automatically - when the dialog opens, focus moves to the content, and when closed
12
+ with Escape, focus returns to the info button.
@@ -0,0 +1,8 @@
1
+ # Link - Accessibility Requirements
2
+
3
+ 1. Use the `ariaLabelDescription` prop when the link text alone doesn't provide enough context for screen
4
+ readers to understand the link's purpose.
5
+ 2. Use `ariaDescribedby` prop to link the link to additional descriptive text that provides more context
6
+ about the link's destination or action.
7
+ 3. Use `ariaLabeledBy` prop when an external element provides the accessible name for the link. Pass the{" "}
8
+ `id` of that external element.
@@ -0,0 +1,11 @@
1
+ # List - Accessibility Requirements
2
+
3
+ 1. Always provide an `ariaLabel` prop to give the list a meaningful accessible name that describes its
4
+ purpose (e.g., "Navigation menu", "Settings options").
5
+ 2. The List component provides comprehensive keyboard navigation: <strong>Arrow Up/Down</strong> to navigate between
6
+ items (wraps around), <strong>Home/End</strong> to jump to first/last item, <strong>PageUp/PageDown</strong> to
7
+ move by 10 items, and <strong>Enter/Space</strong> to activate the focused item.
8
+ 3. Use `defaultFocusIndex` to set which item should receive focus when the list first becomes focused.
9
+ 4. Use `onFocusChange` callback to track focus changes for custom focus management scenarios.
10
+ 5. Ensure individual `ListItem` components have descriptive `label` text. For items with only
11
+ icons, provide additional context through the label.
@@ -0,0 +1,10 @@
1
+ # Menu - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Menu to enable proper accessibility associations and unique identification.
4
+ 2. Use the `ariaLabel` prop to provide a meaningful accessible name for the menu that describes its
5
+ purpose (e.g., "Navigation menu", "Actions menu", "Options menu").
6
+ 3. Use the `ariaDescribedBy` prop to link the menu to additional descriptive text by providing the{" "}
7
+ `id` of the descriptive element.
8
+ 4. It is recommended to use `focusItemIndexOnMount={0}` to focus the first menu item when the menu opens.
9
+ 5. Ensure menu items have clear, descriptive text or use appropriate `ariaLabel` props on individual menu
10
+ items for icon-only items.
@@ -0,0 +1,6 @@
1
+ # MenuButton - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the MenuButton to enable proper accessibility associations.
4
+ 2. Use descriptive `ariaLabel` values for MenuButtons that clearly indicate the menu's purpose.
5
+ 3. Use `ariaControls` prop to link the MenuButton to its menu content. Pass the `id` of the
6
+ menu element to establish the relationship between the button and its controlled menu.
@@ -0,0 +1,8 @@
1
+ # MenuItem - Accessibility Requirements
2
+
3
+ 1. Use the `aria-label` prop when you need to provide a custom accessible name that differs from the
4
+ visible title text, especially for icon-only menu items.
5
+ 2. For menu items with submenus, ensure the submenu content is properly structured with descriptive menu item titles
6
+ for clear navigation hierarchy.
7
+ 3. Use the `disabled` prop appropriately with a `disableReason` to provide context for why a
8
+ menu item cannot be selected.
@@ -0,0 +1,35 @@
1
+ # Modal - Accessibility Requirements
2
+
3
+ 1. ",
4
+ </span>,
5
+ <span>
6
+ <b>Focus lock:</b> Keeps focus within the modal elements, preventing users from tabbing outside of the modal while
7
+ it is open. Focus also automatically returns to the last focused element upon closing.
8
+ </span>,
9
+ <span>
10
+ <b>Aria attributes:</b> For better screen reader support, using `ModalHeader` - with simple string
11
+ values for `title` and `description` props - automatically sets the necessary{"
12
+ 2. "}
13
+ `aria-labelledby` and `aria-describedby` attributes on the modal.
14
+ </span>,
15
+ <span>
16
+ <b>Manual ARIA for complex content:</b> If you pass a <b>ReactNode</b> (e.g., a custom component) as the{"
17
+ 3. "}
18
+ `title` or `description` prop to `ModalHeader`, you <b>must</b> assign a unique{"
19
+ 4. "}
20
+ `id` to your primary custom element within that ReactNode. Then, pass this `id` directly to
21
+ the parent `Modal` component using the `aria-labelledby` (for title) or{"
22
+ 5. "}
23
+ `aria-describedby` (for description) prop. This ensures assistive technologies can correctly identify
24
+ the modal's label and description. For example, if your custom title is{"
25
+ 6. "}
26
+ `&lt;CustomTitleComponent id="
27
+ 7. /&gt;`, you would pass{
28
+ 8. "}
29
+ `aria-labelledby="
30
+ 9. "` to the `&lt;Modal&gt;` component.
31
+ </span>,
32
+ <span>
33
+ <b>Overriding ARIA attributes:</b> Additionally, you can directly provide the `aria-labelledby` and{"
34
+ 10. "}
35
+ `aria-describedby` props to the `Modal` component itself, regardless of how you use the{"
@@ -0,0 +1,9 @@
1
+ # NumberField - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure the best accessibility.
4
+ 2. Always provide a visible `label` or an `aria-label` to ensure the input's purpose is clear
5
+ to all users.
6
+ 3. When using `label` or `infoText`, you must also provide an `id`. This is crucial,
7
+ as it allows screen readers to correctly associate the input with its label and description.
8
+ 4. Providing an `id` also automatically links the Increment and Decrement buttons to the input via the{" "}
9
+ `aria-controls` attribute, further improving the experience for users of assistive technologies.
@@ -0,0 +1,11 @@
1
+ # RadioButton - Accessibility Requirements
2
+
3
+ 1. Using an `id` is recommended for all instances to ensure proper label association.
4
+ 2. Always provide a `text` prop to ensure the radio button's purpose is clear to all users.
5
+ 3. Use the same `name` prop for all radio buttons in a group to ensure proper keyboard navigation and
6
+ screen reader grouping.
7
+ 4. Use `disabled` prop appropriately to indicate when radio buttons are not available for interaction.
8
+ 5. Use `disabledReason` prop to provide an explanation for disabled radio buttons, shown in a tooltip.
9
+ 6. Use `autoFocus` prop when a radio button should receive initial focus for keyboard navigation.
10
+ 7. Use `childrenTabIndex` prop to control the tab order when radio buttons have interactive children.
11
+ 8. Use `retainChildClick` prop to control whether clicking on children triggers radio button selection.
@@ -0,0 +1,10 @@
1
+ # Search - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure proper label association.
4
+ 2. Use `inputAriaLabel` prop when you need to provide a custom accessible name for the search input.
5
+ 3. Use `searchResultsContainerId` prop to link the search input to its results container for screen reader
6
+ navigation.
7
+ 4. Use `currentAriaResultId` prop to indicate the currently active/focused search result.
8
+ 5. Use `ariaExpanded` prop to indicate when search results dropdown is open or closed.
9
+ 6. Use `ariaHasPopup` prop to specify the type of popup (e.g., 'listbox', 'menu') for search results.
10
+ 7. Use `clearIconLabel` prop to provide a custom accessible name for the clear button.
@@ -0,0 +1,10 @@
1
+ # Tabs - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the `TabList` and individual `Tab` components to enable
4
+ proper accessibility associations and unique identification.
5
+ 2. Ensure each `Tab` has clear, descriptive text content or appropriate icon with accessible name to
6
+ indicate what content will be displayed when selected.
7
+ 3. Use the `tabPanelIds` prop in `TabList` to establish proper relationships between tabs and
8
+ their corresponding tab panels. Pass an array of `TabPanel` IDs in the same order as the tabs.
9
+ 4. Provide unique `id` props for each `TabPanel` to enable the `aria-controls`
10
+ relationships established by the tabs.
@@ -0,0 +1,17 @@
1
+ # TextArea - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure the best accessibility.
4
+ 2. Always provide a visible `label` to ensure the textarea's purpose is clear to all users.
5
+ 3. When using `label` or `helpText`, you must also provide an `id`. This is crucial,
6
+ as it allows screen readers to correctly associate the textarea with its label and description.
7
+ 4. For required fields, use the `required` prop to ensure proper screen reader announcements and native
8
+ browser validation.
9
+ 5. Provide descriptive error messages using the `error` prop with `helpText` to help users
10
+ understand and correct validation issues.
11
+ 6. The component automatically sets `aria-invalid` when validation fails, including when character count
12
+ exceeds `maxLength`.
13
+ 7. Character counting with `showCharCount` automatically provides accessibility labels for screen readers.
14
+ 8. Use the `aria-label` prop when a visible label is not desired but accessibility support is still
15
+ needed.
16
+ 9. The component automatically handles `aria-describedby` attributes for help text and character limit
17
+ information when applicable.
@@ -0,0 +1,16 @@
1
+ # TextField - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure the best accessibility.
4
+ 2. Always provide a visible `title` or an `inputAriaLabel` to ensure the input's purpose is
5
+ clear to all users.
6
+ 3. When using `title` or validation text, you must also provide an `id`. This is crucial, as it
7
+ allows screen readers to correctly associate the input with its label and description.
8
+ 4. For required fields, use the `required` prop to ensure proper screen reader announcements and native
9
+ browser validation.
10
+ 5. Provide descriptive error messages using `validation` prop with status 'error' to help users understand
11
+ and correct validation issues.
12
+ 6. When using icons, provide meaningful labels through `iconLabel` and{" "}
13
+ `secondaryIconLabel` props for screen reader users.
14
+ 7. For search inputs, use `type='search'` and provide `searchResultsContainerId` to properly
15
+ associate with search results.
16
+ 8. Character counting with `showCharCount` automatically provides accessibility labels for screen readers.
@@ -0,0 +1,4 @@
1
+ # Toast - Accessibility Requirements
2
+
3
+ 1. For dismissible Toasts, use the `closeButtonAriaLabel` prop to provide a descriptive accessible name
4
+ for the close button (e.g., "Dismiss notification", "Close success message").
@@ -0,0 +1,7 @@
1
+ # Toggle - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure proper label association.
4
+ 2. Use `ariaLabel` prop when you need to provide additional context for screen readers.
5
+ 3. Use `ariaLabelledBy` prop when an external element provides the accessible name for the toggle.
6
+ 4. Use `ariaControls` prop when the toggle controls other elements on the page.
7
+ 5. Use `disabled` prop appropriately to indicate when toggles are not available for interaction.
@@ -0,0 +1,11 @@
1
+ # Tooltip - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Tooltip to enable proper accessibility associations and unique identification.
4
+ 2. Ensure tooltip content is descriptive and provides meaningful information. Avoid using tooltips to repeat
5
+ information that's already visible in the UI.
6
+ 3. Configure `showTrigger` and `hideTrigger` events to ensure tooltips are accessible via both
7
+ mouse and keyboard interactions.
8
+ 4. Use `hideWhenReferenceHidden` prop to ensure tooltips disappear when their reference elements are
9
+ hidden or removed from the DOM.
10
+ 5. Avoid placing critical information only in tooltips - ensure the core functionality is accessible without tooltips
11
+ for users who cannot see them.