@camunda/camunda-composite-components 0.2.17-rc.4 → 0.2.17-rc.5

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.
@@ -143,8 +143,8 @@ export const HelpCenter = ({ configuration, organization, persona, email, audien
143
143
  } },
144
144
  React.createElement("div", { style: {
145
145
  height: persona.complete && activeTab === "recommendations"
146
- ? "638px"
147
- : "650px",
146
+ ? "634px"
147
+ : "696px",
148
148
  } },
149
149
  React.createElement(SideNav, { isFixedNav: true, expanded: true, isChildOfHeader: false, "aria-label": "Side nav" },
150
150
  React.createElement(SideNavItems, null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/camunda-composite-components",
3
- "version": "0.2.17-rc.4",
3
+ "version": "0.2.17-rc.5",
4
4
  "scripts": {
5
5
  "clean": "rimraf lib/",
6
6
  "build": "yarn clean && tsc",