@brightspace-ui/core 3.66.2 → 3.67.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,3 +26,7 @@ The `d2l-more-less` element can be used to minimize the display of long content,
26
26
  | `height` | String, default: `'4em'` | Maximum height of the content when in "less" mode. The `d2l-more-less` element itself will take up additional vertical space for the fading effect as well as the more/less button itself. |
27
27
  | `inactive` | Boolean | Whether the component is active or inactive |
28
28
  <!-- docs: end hidden content -->
29
+
30
+ ## Accessibility
31
+
32
+ The implementation of the `d2l-more-less` component follows the [W3C Disclosure (Show/Hide) Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/). It is worth noting that the content that is visually hidden is not actually hidden from screen reader users since those users can interrupt the screen reader if they do not want to continue listening to the content.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.66.2",
3
+ "version": "3.67.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",