@openedx/paragon 22.18.1 → 22.18.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/paragon",
3
- "version": "22.18.1",
3
+ "version": "22.18.2",
4
4
  "description": "Accessible, responsive UI component library based on Bootstrap.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -114,6 +114,7 @@ You can use `Dropdown.Toggle` with [IconButton](/components/iconbutton) componen
114
114
  src={MoreVert}
115
115
  iconAs={Icon}
116
116
  variant="primary"
117
+ aria-label="More actions"
117
118
  />
118
119
  <Dropdown.Menu>
119
120
  <Dropdown.Item href="#/action-1">Action</Dropdown.Item>