@camunda/camunda-composite-components 0.2.5 → 0.2.6

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.
@@ -156,7 +156,7 @@ export const HelpCenter = ({ configuration, organization, persona, email, audien
156
156
  width: "100%",
157
157
  backgroundColor: tabBackgroundColor,
158
158
  color: tabButtonColor,
159
- }, key: name }, text));
159
+ }, key: name, "aria-label": text }, text));
160
160
  }))),
161
161
  React.createElement("div", { style: { position: "absolute", bottom: "20px" } }, configuration.links.map((link) => (React.createElement(SideNavMenuItem, { key: link.label.split(" ").join("-").toLowerCase() },
162
162
  React.createElement(Link, { href: link.link, target: "_blank" }, link.label))))))),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/camunda-composite-components",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "scripts": {
5
5
  "clean": "rimraf lib/",
6
6
  "build": "yarn clean && tsc",